/**===== FONTS HACKS =====**/

@font-face {
    font-family: 'Barlow-medium';
    src: url('fonts/Barlow-Medium.eot');
    src: url('fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Barlow-Medium.woff2') format('woff2'), url('fonts/Barlow-Medium.woff') format('woff'), url('fonts/Barlow-Medium.ttf') format('truetype'), url('fonts/Barlow-Medium.svg#Barlow-Medium') format('svg');
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-light';
    src: url('fonts/Barlow-Light.eot');
    src: url('fonts/Barlow-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Barlow-Light.woff2') format('woff2'), url('fonts/Barlow-Light.woff') format('woff'), url('fonts/Barlow-Light.ttf') format('truetype'), url('fonts/Barlow-Light.svg#Barlow-Light') format('svg');
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-bold';
    src: url('fonts/Barlow-Bold.eot');
    src: url('fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Barlow-Bold.woff2') format('woff2'), url('fonts/Barlow-Bold.woff') format('woff'), url('fonts/Barlow-Bold.ttf') format('truetype'), url('fonts/Barlow-Bold.svg#Barlow-Bold') format('svg');
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-regular';
    src: url('fonts/Barlow-Regular.eot');
    src: url('fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Barlow-Regular.woff2') format('woff2'), url('fonts/Barlow-Regular.woff') format('woff'), url('fonts/Barlow-Regular.ttf') format('truetype'), url('fonts/Barlow-Regular.svg#Barlow-Regular') format('svg');
    font-style: normal;
}

@font-face {
    font-family: 'SuraSans';
    src: url('fonts/SuraSansVF.ttf');
    font-style: normal;
}


body {
    font-family: 'SuraSans', Arial;
    color: #53565A;
    position: relative;
    /** height: 100vh; **/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'SuraSans', Arial;
    font-weight: 700;
    color: #0033A0;
}


/** ===== HEADER STYLES ===== **/

#header nav .main-menu {
    position: relative;
    flex-grow: 0;
}

#header nav .main-menu a.login {
    position: absolute;
    right: 18px;
    top: 0;
    font-size: 14px;
}

#header nav .main-menu a.login img {
    position: relative;
    top: -2px;
    width: 18px;
}

#header nav .main-menu ul.navbar-nav {
    margin-top: 35px;
    margin-bottom: 5px;
    font-size: 14px;
}

#header nav .main-menu ul.navbar-nav li.nav-item a i {
    position: relative;
    top: 3px;
    font-size: 18px;
}

#header nav .main-menu ul.navbar-nav li.nav-item a.nav-link {
    border-right: 1px solid #c7cace;
}

#header nav .main-menu ul.navbar-nav li.nav-item:last-child a.nav-link {
    border-right: 0;
}

#header nav .main-menu ul.navbar-nav .dropdown-menu {
    top: 30px;
}

#header nav .main-menu ul.navbar-nav .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d9d9d9;
}

#header nav .main-menu ul.navbar-nav .dropdown-menu:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 22px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
}

#header nav .main-menu ul.navbar-nav .dropdown-menu-right:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 128px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d9d9d9;
}

#header nav .main-menu ul.navbar-nav .dropdown-menu-right:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 130px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
}

#header nav .main-menu ul.navbar-nav .dropdown-menu-right a.dropdown-item span {
    font-family: 'SuraSans', Arial;
    font-weight: bold;
}

#header nav .main-menu ul.navbar-nav .dropdown-menu-right a.dropdown-item i {
    font-size: 16px;
    top: 0;
}

#header .sub-menu {
    background: #78BE20;
}

.texto-header {
    text-align: left;
    font-family: 'SuraSans', Arial;
    font-size: 20px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    padding: 0px;
}


/**===== MAIN SECTION =====**/

.imagen {
    width: 100%;
}

.card-title-text {
    top: 200px;
    left: 164px;
    text-align: left;
    font-size: 60px;
    font-family: 'SuraSans', Arial;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    opacity: 1;
    max-width: 721px;
}

.linea {
    width: 7%;
    text-align: left;
    margin-left: 0;
    background-color: #E3E829;
    height: 3px;
    border-radius: 5px;
}

.texto {
    text-align: left;
    font-size: 16px;
    font-family: 'SuraSans', Arial;
    letter-spacing: 0px;
    color: #53565A;
}

.texto a {
    color: #0033A0;
    text-decoration: underline;
}

.text-seleccionar {
    font-size: 22px;
    font-family: 'SuraSans', Arial;
    text-align: left;
    letter-spacing: 0px;
    color: #0033A0;
    opacity: 1
}

.text-radio {
    text-align: left;
    font-family: 'SuraSans', Arial;
    font-size: 16px;
    letter-spacing: 0px;
    color: #53565A;
    opacity: 1;
}

.inputs {
    box-shadow: 0px 3px 6px #ECF0F1;
}

.fondo-table {
    background: #0033A0 0% 0% no-repeat padding-box;
    color: #ffffff;
    opacity: 1;
}

.table td {
    border: 1px solid #ffffff !important;
    font-family: 'SuraSans', Arial !important;
    font-size: 16px;
    /*background-color: #f9f9f9;*/
}

.table th {
    font-family: 'SuraSans', Arial !important;
    font-size: 16px;
    border-bottom: 0px solid !important;
    border-top: 0px solid !important;
}

.table th:first-child {
    border-radius: 50px 0px 0px 50px;
    padding-left: 15px;
}

.table th:last-child {
    border-radius: 0px 50px 50px 0px;
    padding-right: 15px;
}

.texto-table {
    font-family: 'SuraSans', Arial !important;
    font-size: 16px;
    letter-spacing: 0px;
    color: #53565A;
    opacity: 1;
}


/* custom radio */

.radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.icono {
    color: #0033A0;
}


/* hide the browser's default radio button */

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* create custom radio */

.radio .check {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #768692;
    border-radius: 50%;
}


/* on mouse-over, add border color */

.radio:hover input~.check {
    border: 1px solid #0030a4;
}


/* add background color when the radio is checked */

.radio input:checked~.check {
    background-color: #fff;
    border: 1px solid #00AEC7;
}


/* create the radio and hide when not checked */

.radio .check:after {
    content: "";
    position: absolute;
    display: none;
}


/* show the radio when checked */

.radio input:checked~.check:after {
    display: block;
}


/* radio style */

.radio .check:after {
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #00AEC7;
    border: #00AEC7;
}

.texto-date {
    text-align: left;
    font-family: 'SuraSans', Arial;
    font-size: 14px;
    letter-spacing: 0px;
    color: #0033A0;
    opacity: 1;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    width: 20px;
    height: 20px;
    border-width: thin;
}

.text-limit {
    text-align: left;
    font: normal normal normal 16px/22px Barlow;
    font-size: 16px;
    font-family: 'SuraSans', Arial;
    letter-spacing: 0px;
    color: #53565A;
    opacity: 1;
}

.buscador-person {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: none;
    border-radius: 5px;
    opacity: 1;
    margin: auto;
    max-width: 600px
    /* float:left */
}

.buscador-person input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: none;
    border-right: none;
    float: left;
    width: 90%;
    border-radius: 5px;
    text-align: left;
    letter-spacing: 0px;
    color: #53565A;
    opacity: 1;
    font-family: 'SuraSans', Arial;
    font-weight: 600;
}

.sub-text {
    text-align: left;
    letter-spacing: 0px;
    color: #0033A0;
    opacity: 1;
    font-size: 22px;
    font-weight: 500;
    font-family: 'SuraSans', Arial;
}

.buscador-person button {
    float: left;
    width: 10%;
    padding: 10px;
    background: #FFFFFF;
    color: #0030a4;
    font-size: 17px;
    border: none;
    border-left: none;
    cursor: pointer;
    border-radius: 5px;
}

.buscador-person button:hover {
    background: #FFFFFF;
}

.buscador-person::after {
    content: "";
    clear: both;
    display: table;
}

.btn-outline-primary-dos {
    font-family: 'SuraSans', Arial;
    background: #FFFFFF !important;
    color: #0033A0 !important;
    border: 2px solid #0033A0 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-weight: 600;
    opacity: 1 !important;
    letter-spacing: 0.02px;
}

.btn-primary {
    background: #0033A0 !important;
    font-family: 'SuraSans', Arial !important;
    color: #FFFFFF !important;
    border: 2px solid #0033A0 !important;
    /* text-transform: uppercase !important; */
}

.btn-outline-primary-dos:hover {
    background: #0033A0 !important;
    color: #fff !important;
    border: 2px solid #0033A0 !important;
}

.ancho {
    max-width: 38px !important;
}

.custom-file-input~.custom-file-label::after {
    content: "Examinar" !important;
}

.custom-file {
    width: 82%;
    float: right;
    box-shadow: 0px 2px 20px #ECF0F1;
}

.custom-file input[type="file"] {
    cursor: pointer;
}

.custom-file-label::after,
.form-submit button {
    background: #0033a0 !important;
    color: #ffffff !important;
}

.texto-histori {
    text-align: left;
    letter-spacing: 0px;
    color: #53565A;
    opacity: 1;
    font-size: 22px;
    font-weight: bold;
    font-family: 'SuraSans', Arial !important;
}

.tooltip-inner {
    background-color: #FFFFFF !important;
    box-shadow: 0px 3px 40px #0000000D !important;
    color: #53565A !important;
    font-family: 'SuraSans', Arial !important;
    font-size: 16px !important;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #FFFFFF;
}


/**===== FOOTER SECTION =====**/

footer#eps-footer {
    display: none;
}

footer.footer {
    background: none;
}

footer .footer-main-menu ul,
footer .footer-sub-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
}

footer .footer-main-menu ul li a,
footer .footer-sub-menu ul li a {
    padding: 0 10px;
    font-family: 'SuraSans', Arial;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: -0.4px;
}

footer .footer-main-menu ul li a {
    color: #0033A0 !important;
}

footer .footer-sub-menu {
    background: #FFFFFF;
    border-bottom: 1px solid #E6E8EE;
    border-top: 1px solid #E6E8EE;
}

footer .footer-sub-menu ul li a {
    letter-spacing: 0;
    color: #8189A9 !important;
}

footer .footer-social a {
    font-size: 20px;
    color: #8189A9;
    margin-left: 10px;
}

footer .footer-txt img {
    width: 43px;
    margin-right: 15px;
}

footer .footer-txt a img {
    width: 19px;
    margin-top: -4px;
}

footer .footer-txt a {
    font-family: 'SuraSans', Arial;
    color: #0030a4 !important;
}

footer .footer-txt h6 {
    font-family: 'SuraSans', Arial;
    font-weight: bold;
    color: #53565A;
}

footer .footer-txt span,
footer .footer-copyright {
    font-family: 'SuraSans', Arial;
    font-size: 15px;
    color: #53565A;
}

footer .footer-txt .geo-sura {
    margin-top: -24px;
}

footer .footer-copyright {
    font-size: 14px;
    color: #53565A;
}

footer .footer-txt .off-btn {
    background: #0030a4;
    font-family: Barlow-medium;
    font-size: 11px;
    color: #ffffff !important;
    padding: 7px 15px;
    margin-left: 5px;
    text-transform: uppercase;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .item {}
    .card-title-text {
        top: 172px;
        left: 56px;
    }
    .content-cards .row,
    .content-cards .row .card {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .content-cards .row:first-child .card-body {
        height: 205px;
    }
    footer .footer-main-menu ul,
    footer .footer-sub-menu ul {
        display: inline-block !important;
    }
    footer .footer-main-menu ul li,
    footer .footer-sub-menu ul li {
        float: left;
    }
}

@media (max-width: 768px) {
    .botones {
        padding: 6px 12px !important;
    }
    .card-title-text {
        top: 160px;
        left: 56px;
        font-size: 50px;
    }
    .content-cards .row,
    .content-cards .row .card {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .content-cards .row .card {
        margin-bottom: 13px;
    }
    .content-cards .row:first-child .card-body {
        height: 276px;
    }
    .content-cards .row:last-child .card-body {
        height: 300px;
    }
    footer .footer-main-menu ul,
    footer .footer-sub-menu ul {
        display: inline-block !important;
    }
    footer .footer-main-menu ul li,
    footer .footer-sub-menu ul li {
        float: left;
    }
    footer .footer-social {
        margin-top: 15px;
    }
    footer .footer-txt .geo-sura {
        justify-content: left !important;
        margin-top: 15px;
    }
}

@media (max-width: 425px) {
    .card-title-text {
        top: 140px;
        left: 30px;
        font-size: 24px;
    }
    .content-cards .row:first-child .card-body,
    .content-cards .row:last-child .card-body {
        height: auto !important;
    }
    footer .footer-main-menu ul {
        display: inline-block !important;
        margin-top: 15px !important;
    }
    footer .footer-sub-menu ul {
        display: inline-block !important;
    }
    footer .footer-main-menu ul li,
    footer .footer-sub-menu ul li {
        float: left;
    }
    footer .footer-sub-menu ul li a {
        padding: 0 6px;
    }
    footer .footer-txt .off-btn {
        display: block;
        width: max-content;
        margin: -9px 0 10px;
    }
    footer .footer-social {
        justify-content: left !important;
    }
    footer .footer-txt .geo-sura {
        justify-content: left !important;
        margin-top: 15px;
    }
}

@media (max-width: 320px) {
    .card-title-text {
        top: 140px;
        left: 30px;
        font-size: 18px;
    }
    .flotante {
        bottom: 14px;
    }
}

.service-section {
    background: #ffffff;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.service-section .form-row .form-group {
    position: relative;
}

.service-section .form-group input.form-control {
    padding: 25px 20px;
    border: 1px solid #7EC9FF;
}

.service-section .form-row .form-group span.btn-active,
.service-section .form-row .form-group span.btn-blocked {
    position: absolute;
    right: 12px;
    bottom: 6px;
    background: #e9ecef;
    width: 24px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #ced4da;
    border-radius: 3px;
}

.service-section .form-row .form-group span.btn-blocked {
    background: #ffffff;
}

.service-section .service-title h2 {
    color: #00AEC7;
}

.service-section .service-data small {
    font-family: 'SuraSans', Arial;
    font-weight: bold;
}

.service-section .service-form button.btn-primary {
    background: #00A3E0;
    font-family: 'SuraSans', Arial;
    font-weight: 600;
    color: #FFFFFF;
    border: 2px solid #00A3E0;
}

.service-section .service-form button.btn-primary:hover {
    background: #0033A0;
    color: #FFFFFF;
    border: 2px solid #0033A0;
}

.service-section .service-form button.btn-outline-primary {
    font-family: 'SuraSans', Arial;
    font-weight: 600;
    color: #00A3E0;
    border: 2px solid #00A3E0;
}

.service-section .service-form button.btn-outline-primary:hover {
    background: #00A3E0;
    color: #FFFFFF;
    border: 2px solid #00A3E0;
}

.service-section .card {
    width: 100%;
    cursor: pointer;
}

.service-section .card:hover,
.document-section .card:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.service-section .card .card-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-section .col-md-4:last-child .card {
    background: none;
    border: 3px dashed #dfdfdf;
}

.service-section .card .card-body i {
    font-size: 40px;
}

.service-section .card .card-img i {
    display: block;
    width: 45px;
    font-size: 40px;
    text-align: center;
    color: #0033A0;
    margin: 36px auto 0;
}

.service-section .card h6.card-subtitle {
    color: #8189A9;
}

.service-section .custom-file-input~.custom-file-label::after {
    content: "Examinar";
}

.service-section .custom-file {
    width: 82%;
    height: calc(1.5em + .75rem + 15px);
    float: right;
}

.service-section .custom-file input[type="file"] {
    height: calc(1.5em + .75rem + 15px);
    cursor: pointer;
}

.service-section .custom-file-label {
    height: calc(1.5em + .75rem + 15px);
    line-height: 2.3;
}

.service-section .custom-file-label::after {
    height: calc(1.5em + .75rem + 14px);
    line-height: 2.3;
    padding: .375rem 1.75rem;
}

.service-section .custom-file-label::after,
.service-section .form-submit button {
    background: #0033a0;
    color: #ffffff;
}

.service-section .service-title h4 {
    color: #0033a0;
}

.service-section form button.btn.btn-outline-primary {
    font-family: 'SuraSans', Arial;
    color: #0033a0;
    padding-bottom: 12px;
    padding-top: 12px;
    font-weight: bold;
    border: 2px solid #0233a0;
}

.service-section form button.btn.btn-outline-primary:hover {
    background: #0033a0;
    color: #ffffff;
}

.service-section form .attach-message i,
.modal form .attach-message i {
    position: relative;
    top: 1px;
    font-size: 20px;
    color: #0BA20B;
}

.service-section form .attach-message i.fas,
.modal form .attach-message i.fas {
    position: relative;
    top: 1px;
    font-size: 20px;
    color: #000000;
}

.service-section .form-submit button {
    font-family: 'SuraSans', Arial;
    font-weight: bold;
    border: 2px solid #0033a0;
}

.service-section .form-submit button:hover {
    background: #ffffff;
    color: #0033a0;
}

.service-section table.control_citas {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.service-section table.control_citas caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.service-section table.control_citas thead tr {
    background-color: #0033A0;
    border: 1px solid #004898;
    padding: .35em;
}

.service-section table.control_citas tbody tr {
    background-color: #f9f9f9;
    border: 1px solid #e8e7e7;
    padding: .35em;
}

.service-section table.control_citas th,
table.control_citas td {
    padding: 1em;
    font-size: 15px;
    text-align: center;
    border: 1px solid #e8e7e7;
}

.service-section table.control_citas th {
    font-family: 'SuraSans', Arial;
    font-weight: bold;
    font-size: .95em;
    text-transform: uppercase;
    color: #ffffff;
}

.service-section table.control_citas td:last-child button.btn-box {
    background: #ffffff;
    color: #0033a0;
}