/*custom.css*/

h1 {
    font-family: "Lora", serif;
    font-size: 1.8em;
    font-weight: 700;
    margin: 0.3em 0;
}

hr {
    margin: 0 !important;
}

article p,
article li {
    font-family: "Montserrat", serif !important;
    font-size: 18px;
    color: #333333;
    margin-top: 25px;
    letter-spacing: -0.15pt;
}

.alert p {
    margin-top: 0px;
}

.data_result {
    font-size: smaller;
    margin-top: 10px;
}

article a,
article a:hover {
    text-decoration: none;
}

table {
    font-size: 15px;
}

.panel-separator {
    margin: 60px;
}

.jumbotron .jumbotron_body {
    padding: 45px 0 0 21px;
    background: #232D4F;
    background: linear-gradient(to right, #232D4F 75%, #50B7B2);
}

.jumbotron .jumbotron_bar .breadcrumb li a {
    color: #ffffff!important;
  
}

.small,
small {
    font-size: 75%;
}

td,
th {
    padding: 5px;
}

.nav.nav-icons li a span {
    font-size: 16px;
    display: block;
    color: #333333;
    transition: color 0.2s;
}

.page-sidebar .nav-pills li a {
    color: #242c4f;
}

.page-sidebar .nav-pills li>a:visited {
    color: #242c4f;
}

.page-sidebar .nav-pills li.active>a,
.page-sidebar .nav-pills li.active>a:hover,
.page-sidebar .nav-pills li.active>a:focus {

    color: #FFF;
}


.input-group .form-control:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

button#edit-submit {
    border-radius: 30px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid #333 !important;

}

a.btn.btn-link.hidden-xs {
    border-radius: 30px;
    text-transform: none;
    font-weight: 600;
}

.jumbotron .jumbotron_body h1,
.jumbotron .jumbotron_body .h1 {
    font-size: 44px;
    font-family: "Lora", serif !important;
}

.jumbotron .jumbotron_body p {
    font-size: 19px;
    line-height: 29px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

h2.covid {
    font-size: 14px;
    font-family: "Lora", serif !important;
    color: #111111 !important;
    padding: 3px 0;
}

.c_covid {
    font-weight: normal;
}


/*tablas inicio*/
@media screen and (min-width: 421px) {
    div.fontresponsive5 {
        font-size: 9px;

    }
}

@media screen and (max-width: 420px) {
    div.fontresponsive5 {
        font-size: 7px;
        line-height: 1.0;
        min-height: 23px;
    }
}

@media screen and (min-width: 421px) {
    div.fontresponsive4 {
        font-size: 11px;
        line-height: 30px;

    }
}

@media screen and (max-width: 420px) {
    div.fontresponsive4 {
        font-size: 9px;
        line-height: 1.5;



    }

}

@media screen and (min-width: 421px) {
    div.fontresponsive2 {
        font-size: 9px;
    }
}

@media screen and (max-width: 420px) {
    div.fontresponsive2 {
        font-size: 5px;
        line-height: 1.4;
        min-height: 23px;
    }
}

@media screen and (min-width: 421px) {
    div.fontresponsive {
        font-size: 11px;

    }
}

@media screen and (max-width: 420px) {
    div.fontresponsive {
        font-size: 9px;
        line-height: 1.3;
    }
}

/*calendario publicaciones*/

table tbody a {
    text-decoration: none;
}

.contenido>a {
    color: grey;
}

.contenido>a>span {
    color: #00a4f5;
}

.numero {
    font-weight: 900;
    font-size: 40px;
    /*background-color:#e2e0e0; */
    color: #00a4f5;
    vertical-align: text-center;
    padding: 0px 15px;
    border-bottom: 2px solid #00a4f5;
    border-top: 2px solid #00a4f5;
    width: 10%
}

.dias {
    /*background-color: #e2e0e0; */
    color: #00a4f5;
    font-size: 20px;
    padding: 1px 20px;
    width: 20%
}

.calengris {
    padding-left: 12px;
    float: left;
    border: solid 1px #cccccc;
    width: 14%;
    background-color: #f6f6f6;
}

.calenmarcado {
    padding-left: 12px;
    float: left;
    border: solid 1px #cccccc;
    width: 14%;
    color: #ffffff;
    background-color: #00a4f5;
    border: 1px solid #00a4f5
}

.calendiv {
    /*background-color:#e2e0e0; */
    font-size: 11px;
    padding: 10px 20px
}

.contenido {
    vertical-align: text-top;
    /*background-color:#e2e0e0;*/
    /*font-size: 11px; */
    padding: 10px 20px 20px 20px
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 1000px;
        margin: 30px auto;
    }
}


.tituloContainerCam {
    padding: 4px 0px;
    font-size: 14px !important;
    font-weight: normal;
    text-decoration: none;
}

#campaign a {
    text-decoration: none;
}

.bg-celeste-argentina {
    background-color: #ffffff !important;
    border-bottom: 3px solid #e7ba61;
}


.input-group .form-control:not(:first-child):not(:last-child) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #333;
    background: #ffffff;
}

header nav .input-search {
    opacity: 0.9;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
}

header .btn {
    margin: 13px 0 0 13px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-mi-argentina {
    color: #ffffff;
    background-color: #3526c3;
}

.btn-mi-argentina:hover {
    background-color: #14182c !important;
    color: #ffffff !important;
}

.btn-search-reset {
    padding: 10px 11px !important;
    line-height: 1.38 !important;
}

.fa.text-primary {
    color: #242c4f !important;
}

.btn {
    border: 3px solid transparent;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 8px 20px;
    text-transform: inherit;
    vertical-align: top;
    white-space: normal;
    word-break: initial;
    text-decoration: none;
    letter-spacing: inherit;
    border-radius: 30px;
    line-height: 1.42857143;
}

.main-footer {
    /* padding: 50px 0 0 0;*/
    margin-top: 10px;
    background: #f2f2f2 !important;
}

.sub-footer {
    background-color: #242c4f;
    padding: 20px 0 40px 0;
}

.main-footer h2 {
    font-family: "Lora", serif !important;
    font-size: 1.25em !important;
    color: #333 !important;
    margin-bottom: 24px;
    text-transform: none !important;
    font-weight: 700 !important;
}

.main-footer li a {
    font-family: "Montserrat", sans-serif !important;
    display: block;
    font-size: 16px;
    padding: 6px 0;
    text-decoration: none !important;
    color: #333;
    font-weight: 400;

}

footer .nav>li>a:focus,
footer .nav>li>a:hover {
    background-color: transparent;
    opacity: .8;
}

*::placeholder {
    color: red;
    opacity: 1;
    /* Firefox */
}

.border-top-amarillo {
    border-top: 3px solid #e7ba61;
}

/*2024 azul oscuro*/

.nav.nav-icons li a i {
    background: #242c4f;
}

.page-sidebar .nav-pills li.active>a,
.page-sidebar .nav-pills li.active>a:hover,
.page-sidebar .nav-pills li.active>a:focus {
    background-color: #242c4f;

}

.panel-primary .panel-heading {
    background-color: #242c4f;
}

.panel-primary {
    border-color: #242c4f;
}

.btn-primary {
    background-color: #242c4f;
}


.jumbotron .jumbotron_bar {
    padding: 0;
}

.jumbotron .jumbotron_bar .breadcrumb {
    margin-bottom: 7px;
    margin-top: 7px;
}

.jumbotron .jumbotron_bar {
    background: #141414;}