:root {
    --primary-color: #00657F;
}


:root {
    --secondary-color: rgb(0, 204, 168);
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto{
    float: left;
}

.clearfix{
    clear: both;
}

.form-control {
    font-size: 14px
}

p {
    margin-bottom: 0;
}


body {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
    max-width:100%;
    overflow-x:hidden;
}


.hidden{
    display: none!important;
}

/*global styles*/

:root {
    --color-primary: #800000;
    /*celeste*/
}

:root {
    --color-secondary: #565656;
    /*gris oscuro titulos*/
}

:root {
    --color-tertiary: #cacaca;
}

.fc-time {
    display: none!important;
}

.clear {
    clear: both!important;
}

.main_container a,
.main_container a:hover {
    text-decoration: none!important;
}

.main_container {
    margin-top: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.rounded {
    border-radius: 6px;
}

.preloader {
    background-image: radial-gradient(circle at 6% 14%, #800000, #420202);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000000000;
}

.preloader .cont_preloader {
    margin-top: 42vh;
}

.preloader .cont_preloader svg {
    display: block;
    margin: auto;
    width: 40%;
    max-width: 350px;
}

.tag_category {
    padding: 5px 5px 5px 7px!important;
    border-radius: 5px;
    box-shadow: 0 2px 14px -2px rgba(43, 83, 94, 0.2);
    background-color: #800000;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.74em;
    letter-spacing: 0.2em;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.padding_bottom_50 {
    padding-bottom: 50px;
}

.padding_bottom_30 {
    padding-bottom: 30px;
}

#flat_drop {
    border: 1px solid #cacaca;
    width: 100%;
    max-width: 320px;
    border-radius: 5px;
    color: #565656!important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8em;
    font-weight: 600;
}

.cont_flat_drop {
    border-bottom: 0!important;
    margin-bottom: 20px;
}

.cont_flat_drop .dropdown-item {
    color: #565656!important;
    text-transform: uppercase!important;
    font-family: 'Montserrat', sans-serif!important;
    font-size: 0.9em!important;
    font-weight: 600!important;
    margin-left: 0px;
    padding-left: 15px!important;
    margin-top: 10px;
    margin-bottom: 10px;
}

#flat_drop .dropdown-menu {
    width: 100%!important;
}

.cont_flat_drop {
    max-width: 320px;
}

.cont_flat_drop .dropdown-menu {
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    border-top: none!important;
    margin-top: -4px;
}

#flat_drop::after {
    color: #565656!important;
    top: 2px;
    position: relative;
    right: -2px;
    float: right;
}

.main_cta {
    background-color: #800000!important;
    border: none!important;
    display: block;
    max-width: 300px;
    text-transform: uppercase;
    font-size: 0.84em;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.17em;
    margin-top: 20px;
    padding: 14px;
    cursor: pointer;
}

.main_cta:focus,
.main_cta:active {
    border: none!important;
    outline: none!important;
}

.banner {
    background-color: #ffbdbd;
    padding: 0;
    margin-top: 17px;
    margin-bottom: 17px;
    border: 0;
    overflow: hidden;
}

.home_filter_cont {
    max-width: 970px;
    text-align: center;
    width: 100%;
    margin: auto;
    display: block!important;
    border-bottom: 2px solid #e5e5e5;
}

.first_title a,
.secondary_news a,
.cont_news_terc a {
    text-decoration: none!important;
    color: #000000;
}

.home_filter_cont .item {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.home_filter_cont .col-fixed {
    width: 145px;
}

.home_filter_cont .item,
.home_filter_cont .item h5 {
    text-align: center!important;
    color: #000000;
    cursor: pointer;
}

.home_filter_cont .col-centered {
    display: inline-block;
    float: none;
    text-align: left;
}

.home_section_title {
    margin-top: 20px;
    font-weight: 700;
    display: block;
    width: 100%;
    margin-bottom: 0px!important;
    padding: 3px 0;
    background-color: #900000;
    text-align: center;
    font-size: 1.1em !important;
    border-left: 12px solid #ffffff!important;
    border-right: 12px solid #ffffff!important;
    border-bottom: 6px solid #ffffff!important;
}

.opinion_title2 {
    color: #000000!important;
    text-align: center;
    width: 100%!important;
    background-color: rgba(0, 0, 0, 0);
}

.home_section_title.opinion_title2 {
    background-color: none!important;
    border: 0!important
}

.cont_deportes {
    margin-top: -2px!important;
}

.secondary_news {
    padding-bottom: 30px;
    padding-right: 30px;
}

.home .main_container {
    margin-top: 40px;
}

.home_filter {
    border-bottom: 2px solid #e5e5e5;
}

.home_filter .item {
    display: table;
}

.home_filter li {
    list-style: none;
    display: inline-block;
    text-align: center;
    margin: 5px 20px;
}

.home_filter li h5 {
    color: #000000;
    cursor: pointer;
}

.banner_728x90 {
    width: 100%;
    max-width: 728px;
}

.banner_728x90 img {
    width: 728px;
    height: 90px;
}

.banner_970x90 img {
    width: 970px;
    height: 90px;
}

.banner_970x90 {
    width: 100%;
    display: block;
    margin: 5px auto 30px auto;
    max-width: 970px;
}

.banner_300x600 {
    width: 100%;
    max-width: 300px;
}

.banner_300x600 img {
    max-width: 300px;
    height: 600px;
}

.banner_300x250 img {
    width: 300px;
    height: 250px;
}

.banner_300x250 {
    width: 100%;
    max-width: 300px!important;
    max-height: 250px;
}

.row {
    max-width: 100%;
    width: 100%;
    margin: 0;
}

h1 {
    font-size: 2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.main_title {
    font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    text-align: center;
    font-weight: 100;
    line-height: 1em;
    padding: 50px 60px 40px 60px;
    max-width: 60%;
    margin: auto;
}

.main_title2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    text-align: center;
    font-weight: 400;
    line-height: 1em;
    padding: 0px 60px 20px 60px;
    max-width: 100%;
    margin: auto;
    color: #00657F;
}

.main_title strong {
    color: #00657F;
    font-weight: 600;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 16px;
    color: #000000;
    letter-spacing: -0.01em;
}

h6 {
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.01em;
}

p {
    font-family: 'Source Serif Pro', serif;
    font-size: 1em;
    line-height: 1.3em;
    letter-spacing: normal;
    color: #000000;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.2em;
    margin: auto;
    letter-spacing: -0.01em;
}

h5 {
    font-family: Montserrat;
    border: 0;
    font-weight: 500;
    text-align: left;
    font-size: 0.85em;
    letter-spacing: -0.01em;
}

h6 {
    font-family: Montserrat;
    border: 0;
    font-weight: 400;
    text-align: center;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: -0.01em;
    color: #4F4F4F;
}

h6 strong {
    color: #00657F;
}

p {
    font-size: 0.9em;
    line-height: 1.4em;
    font-family: 'Open Sans', sans-serif;
}


/*main_banner*/

.main_banner {
    width: 100%;
    padding: 0!important;
    margin: 0!important;
    overflow: hidden
}

.picture_png {
    max-width: 598px;
    position: relative;
}

.picture_png img {
    margin: auto;
    display: block;
    position: relative;
    max-width: 100%;
}

.btn-primary {
    color: #fff!important;
    background-color: #00657F!important;
    border-color: #00657F;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
    font-family: 'Montserrat', sans-serif;
    border: 0!important;
    padding: 8px 20px;
}

/*main_banner*/


/*main_form*/

img.metodos_pago {
    position: absolute;
    right: 0;
    bottom: 3px;
    max-width: 100%;
}

.main_form {
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 7px;
    height: auto;
    display: block;
    padding: 15px;
    margin-top: 16%;
}

.main_form h4 {
    color: #ffffff;
    text-align: left;
    font-weight: 300;
    margin-bottom: 5px;
    font-size: 1.2em;
}

.form_cta {
    background-color: #00657F;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
    font-family: 'Montserrat', sans-serif;
    border: 0!important;
    padding: 8px 20px;
    width: 100%;
    max-width: 350px;
}

.btn-primary:hover {
    background-color: #00657F!important;
    border: 0!important;
    outline: 0!important;
    box-shadow: none!important;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary>.btn-primary.dropdown-toggle,
.btn-primary:focus {
    background-color: #00CCA8!important;
    border: 0!important;
    outline: 0!important;
    box-shadow: none!important;
}

.main_form_row {
    padding: 0px;
}

.main_form form .form-group select {
    padding-left: 50px!important;
    line-height: 1.1em;
    display: block;
}

.main_form form .form-group {
    display: inline-block;
    padding: 3px;
    margin-bottom: 0!important
}

.main_form form .form-group select {
    padding-left: 50px!important;
    padding: 0px;
}

.form-group select option {
    padding: 10px!important;
    padding-left: 50px;
    border-top: 1px solid #cacaca!important;
}

.main_form .form-group svg , .main_form_row .form-group svg {
    color: #00657F;
    position: absolute;
    display: block;
    padding: 6px 8px;
    border-right: 1px solid #00657F;
    width: 35px;
    height: 28px;
    margin: 5px;
    z-index: 999;
}


/*main_form*/


/*footer*/

footer {
    background-color: #00657F;
    padding: 10px 0px 10px 0px;
    overflow: hidden;
    width: 100%;
}

.footer_social {
    margin-bottom: 15px;
    margin-top: 15px;
}

.bw p {
    font-size: 0.8em!important;
    color: rgba(256, 256, 256, 0.65)!important;
    margin-bottom: 0!important;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

.bw p a {
    color: rgba(256, 256, 256, 0.75)!important;
    text-decoration: underline!important;
}

footer p,
footer h1 {
    color: #ffffff!important;
    margin-bottom: 8px!important;
    width: 100%;
    max-width: 500px;
    margin: auto;
    text-align: center;
}

footer p {
    font-family: 'Asap', sans-serif;
    font-size: 1.25em;
    line-height: 1.25em;
    padding-bottom: 5px!important;
}

footer .footer_news {
    padding-left: 20px;
}

.footer_sections {
    padding-right: 20px;
}

footer .footer_news form {
    max-width: 455px;
    width: 100%;
    margin: auto;
}

footer ul {
    padding-left: 0!important;
}

footer a {
    color: #ffffff;
}

footer a:hover {
    color: #ffffff;
    opacity: 0.8;
}

.legal .container .col-lg-9 {
    float: left;
}

.footer_social a {
    float: left;
    font-size: 1.3em;
    margin: 0 10px;
    margin-top: -4px;
}

.social_cont {
    width: 100%;
}

.social_links {
    width: 115px;
    display: block;
    margin: auto;
    height: 50px;
}

.social_cont p {
    width: 100%;
    text-align: center;
    display: block;
    padding-bottom: 13px!important;
}

.legal_cont {
    width: 100%;
    border-bottom: 1px solid rgba(256, 256, 256, 0.3);
    padding: 12px;
}

.legal p {
    font-size: 0.9em!important;
    color: #ffffff;
    margin-bottom: 0!important;
    text-align: center;
    padding-top: 5px;
}

.footer_sections {
    padding-top: 10px;
    border-top: 1px solid #ffffff;
}

.footerlink {
    color: #800000!important;
}

footer ul li {
    list-style: none;
    color: #ffffff;
    font-size: 0.9em!important;
    font-family: 'Source Serif Pro', serif;
    text-align: right;
}

footer h5 {
    color: #ffffff!important;
    border: none!important;
    padding-bottom: 20px!important;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    text-align: right;
}

.footer_cont {
    width: 100%;
}

.footer_cont .col-lg-7 {
    float: left!important;
}

.footer_cont .col-lg-5 {
    float: right!important;
}

.footer_sections .col-lg-6 {
    padding-left: 0!important;
}

@media only screen and (min-width: 1200px) {
    footer .footer_news form {
        max-width: 600px;
    }
    .footer_news {
        padding-left: 0;
    }
    .contact_box .col-lg-4 i {
        font-size: 5em;
    }
}

.footer_news form input {
    border: 1px solid #d2d2d2;
    display: inline-block;
    width: 48%;
}


/*nav styles*/

.navbar {
    background-color: #ffffff;
    text-transform: uppercase;
    padding: 0!important;
    z-index: 100;
    border-bottom: 2px solid #eaeaea;
}

li.social_menu_mobile {
    display: none;
}

.nav_container .row {
    width: 100%;
}

.navbar-nav li {
    margin: 5px 10px;
}

.navbar-toggler-icon {
    display: block;
    width: 30px;
    height: 1px!important;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    color: #4C4C4C;
    background: #4C4C4C;
    margin-top: 10px;
}

.navbar .row {
    width: 100%;
}

.menu_right2 {
    position: relative;
    margin-right: 0;
}

.menu_text {
    color: #4C4C4C!important;
    font-size: 0.87em;
    letter-spacing: 0.1em;
    position: relative;
}

.last_drop {
    margin-right: 0!important;
}

nav .dropdown-menu {
    right: 0!important;
    left: auto!important;
}

.dropdown-item {
    color: #000000!important;
    font-size: 0.75em;
}

.navbar-brand {
    padding-left: 15px;
}

.navbar-brand img,
.navbar-brand svg {
    /*width: 167px;*/
    height: 60px;
}

.navbar-nav {
    float: right;
    padding-right: 15px;
}

.dropdown-toggle::after {
    display:none;
}

.ingresar_drop img {
    position: absolute;
    top: 0;
    left: 0
}

.idioma_drop {
    padding-left: 45px!important;
}

.navbar-collapse {
    padding-right: 0;
    z-index: 1000000;
}

.search_bar i {
    color: #00657F;
    font-size: 22px;
    padding-left: 10px;
    position: relative;
    top: 2px;
}

.search_bar input:focus,
.search_bar input:hover,
.search_bar input:active {
    border: 0!important;
    outline: 0!important;
    border-color: rgba(0, 0, 0, 0)!important;
    box-shadow: none!important;
}

.cont_currency {
    float: right;
    width: 100%;
}

.search_bar {
    border: 0!important;
    outline: 0!important;
    box-shadow: none!important;
    background-color: rgba(0, 0, 0, 0);
    width: 300px;
}

.search_bar input {
    background-color: none!important
}

.search_bar button {
    float: right;
}

.search_input {
    background-color: rgba(0, 0, 0, 0)!important;
    border: 1px solid #ffffff;
    border-radius: 0!important;
    width: 80%!important;
    max-width: 300px;
    color: #878787!important;
}

.institucional_item {
    display: none;
}

.search_nav_item {
    padding-right: 0!important
}

.search_nav_item a i,
.cart_nav_item a i {
    color: #00657F;
    font-size: 1.2em;
}

.search_input::placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #00657F!important;
    text-transform: uppercase;
    font-size: 0.97em;
    letter-spacing: 0.1em;
}


/*tratamientos slider*/

.lista_tratamientos {
    background-color: #E8E8E8;
    padding: 15px 0;
    display: block;
    clear: both;
    width: 100%;
}

.swiper-container_trat {
    margin: 0 auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.lista_tratamientos .container {
    overflow: hidden;
}

.swiper-container_trat .swiper-wrapper .swiper-slide {
    padding: 0 10px;
}

.swiper-container_trat .swiper-wrapper .swiper-slide .row {
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #DDDDDD;
    padding: 15px 20px;
    display: block;
}

.trat_image {
    border-radius: 100%;
    overflow: hidden;
    width: 75px;
    height: 75px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -28px center;
    float: right;
}

.swiper-container_trat .swiper-wrapper .swiper-slide .row .col-lg-3,
.swiper-container_trat .swiper-wrapper .swiper-slide .row .col-lg-9 {
    position: relative;
}

.swiper-container_trat .swiper-wrapper .swiper-slide .row .col-lg-9 {
    padding-left: 0;
    padding-right: 12px;
    float: left;
}

.swiper-container_trat .swiper-wrapper .swiper-slide .row .col-lg-3 {
    padding-left: 0;
    padding-right: 0;
    float: right;
}

.swiper-container_trat .swiper-wrapper .swiper-slide .row .col-lg-9 h4 {
    text-align: left;
}

.swiper-container_trat .swiper-wrapper .swiper-slide .row .col-lg-9 p {
    font-size: 0.8em;
    line-height: 1.2em;
    margin-top: 4px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

.swiper-container_trat .swiper-button-prev {
    background-image: url('../images/swiper_trat_prev.svg');
    background-size: 18px 25px;
    background-repeat: no-repeat;
    left: -20px;
}

.swiper-container_trat .swiper-button-next:focus,
.swiper-container_trat .swiper-button-prev:focus {
    box-shadow: none!important;
    border: 0!important;
    outline: 0!important;
}

.swiper-container_trat .swiper-button-next {
    background-image: url('../images/swiper_trat_next.svg');
    background-size: 18px 25px;
    background-repeat: no-repeat;
    right: -20px;
}


/*fin tratamientos slider*/


/*Sección cómo funciona*/

.how_it_works .container .col-lg-3 span {
    background-color: #C6C6C6;
    display: block;
    margin: auto;
    border-radius: 100%;
    color: #ffffff;
    padding: 13px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.8em;
    font-weight: 800;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.cont_line {
    position: relative;
    margin: auto;
    display: block;
    max-width: 58%;
}

.hiw_line {
    position: absolute;
    background-color: #00657F;
    height: 1px;
    width: 95%;
    padding: 0 10%;
    top: -111px;
    z-index: 1;
}

.how_it_works .container .col-lg-3 {
    z-index: 10;
}

.how_it_works .container .col-lg-3 h4 strong {
    color: #00657F;
    font-weight: 400;
}

.how_it_works .container .col-lg-3 h4 strong {
    color: #00657F;
    font-weight: 600;
}


/*Fin sección cómo funciona*/


/*sección promociones*/

.lista_promociones {
    background-color: #00657F;
    padding: 40px 0;
    display: block;
    clear: both;
    width: 100%;
}

.swiper-container_promos>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    display: block;
    clear: both;
    position: relative;
    bottom: -22px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #00CCA8;
}

.swiper-container_promos {
    margin: 0 auto;
    position: relative;
    list-style: none;
    padding: 0 0 20px;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}


.lista_promociones .container {
    overflow: hidden;
}

.swiper-container_promos .swiper-wrapper .swiper-slide {
    padding: 0 10px;
}

.swiper-container_promos .swiper-wrapper .swiper-slide .row {
    border-radius: 7px;
    background-color: #ffffff;
    border: 0;
    padding: 0px;
    display: block;
}

.swiper-container_promos .col-sm-5  {
    float: left;
    padding: 0;
}

.examen_foto {
    padding: 15px 0
}

.swiper-container_promos .col-sm-7 {
    float: left;
    background: white;
    padding: 15px;
}

.prom_image {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.prom_image img {
    width: 125%;
    max-width: 125%;
    left: 0;
    top: 0;
}

.lista_promociones .see_more {
    width: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
    text-decoration: underline;
    margin: auto;
    margin-top: 40px;
    font-size: 1.2em;
}

.swiper-container_promos .swiper-wrapper span {
    color: #00657F;
    font-size: 3.5em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 0.8em!important;
    height: auto;
}

.swiper-container_promos .swiper-wrapper span small {
    font-size: 0.5em;
    position: relative;
    bottom: 7px
}

.examenes_block h4, .swiper-container_promos h4 {
    text-align: left;
    margin-bottom: 5px;
    border-bottom: 1px solid #00657F;
    padding-bottom: 5px;
    font-size: 1.4em;
}


/*Termina sección promociones*/


/*who we are*/

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "+";
    float: right;
}

.who_we_are h6 {
    margin-bottom: 25px;
}

.accordion .card-header.collapsed:after {
    content: "+";
}

.card-header {
    background-color: rgba(0, 0, 0, 0)!important;
    border: 1px solid #898989!important;
    cursor: pointer;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.accordion .col-lg-6 {
    display: inline-block;
    max-width: 49%;
    position: relative;
    vertical-align: top;
}

.card-body {
    border-left: 1px solid #898989!important;
    border-right: 1px solid #898989!important;
    border-bottom: 1px solid #898989!important;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}


/*who we are*/


/*contact*/

.contact_box {
    background-color: #EDEDED;
    border-radius: 10px;
    padding: 30px 40px;
}

.contact_box .col-lg-8,
.contact_box .col-lg-4 {
    display: inline-block;
}

.contact_box .col-lg-4 {
    max-width: 32.333333%;
}

.contact_box h1 {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    max-width: 100%;
    margin: auto;
    text-align: left;
    font-size: 1.85em;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact_box label {
    margin-bottom: 2px;
}

.contact_box input,
.contact_box textarea {
    border-left: 0!important;
    border-top: 0!important;
    border-right: 0!important;
    border-bottom: 1px solid #00657F!important;
    border-radius: 0;
    outline: 0;
}

.contact_box input:focus,
.contact_box textarea:focus {
    box-shadow: 0 0 0 0.15rem rgba(6, 140, 140, 0.45);
}

.contact_box input::placeholder,
.contact_box textarea::placeholder {
    color: #CDCDCD!important;
    font-size: 0.8em;
}

.contact_box .col-lg-4 {
    position: relative;
    top: 0;
    vertical-align: top;
}

.contact_box .col-lg-5 svg {
    color: #00657F;
    font-size: 8em;
    position: relative;
}


/*end of contact*/


/*listados*/

.lists_form {
    max-width: 650px;
    padding: 30px 0;
}

.inner_promo {
    width: 100%;
    max-width: 1140px;
    margin: 20px auto 0 auto;
    display: block;
}

.regular_link {
    color: rgba(256, 256, 256, 1)!important;
    text-decoration: underline;
    font-size: 0.85em;
    display: block;
    clear: both;
    padding-top: 8px;
}

.regular_link svg {
    display: inline-block;
    padding-right: 10px;
    font-size: 1.3em;
    padding: 4px 6px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    margin-right: 11px;
}

.regular_link:hover {
    color: #00CCA8!important;
    text-decoration: underline;
}

.top_search {
    background-color: #00657F;
    width: 100%;
}

.lists_form h4 {
    color: #ffffff;
    text-align: left;
    font-weight: 300;
    margin-bottom: 5px;
    font-size: 1.2em;
}

.lists_form form .form-group select {
    padding-left: 50px!important;
    padding: 0px;
}

.lists_form form .form-group select {
    padding-left: 50px!important;
    line-height: 1.1em;
    display: block;
}

.lists_form form .form-group i {
    color: #00657F;
    position: absolute;
    display: block;
    padding: 6px 8px;
    border-right: 1px solid #00657F;
    width: 35px;
    height: 28px;
    margin: 5px;
}

.lists_form form .form-group {
    display: inline-block;
    padding: 3px;
    margin-bottom: 0!important;
}

.lists_form form .lists_cta {
    background-color: #00CCA8!important;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
    font-family: 'Montserrat', sans-serif;
    border: 0!important;
    padding: 8px 20px;
    width: 100%;
    max-width: 350px;
}

.lists_form form .lists_cta:hover {
    background-color: #00657F!important;
}

.lists_container {
    background-color: #FFFFFF;
    padding: 40px 0;
    width: 100%;
}

.main_title_left {
    font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    text-align: left;
    font-weight: 300;
    padding: 0;
    margin: auto;
    color: #00657F;
}

.hbreadcrumb2 {
    list-style-type: none;
    padding-left: 3px;
    margin-top: 7px;
    display: inline-block;
    overflow: auto;
    border-bottom: 1px solid #000000;
    padding-bottom: 3px;
}

.breadcrumb2>li+li:before {
    padding: 0 5px;
    color: var(--secondary-color);
    content: "/";
    margin-right: 7px;
}

.hbreadcrumb2 li {
    float: left;
    position: relative;
    margin-right: 8px;
    font-size: 14px;
    padding-top: 3px;
}

.hbreadcrumb2 li i {
    padding-right: 8px;
}

.main_title_left strong {
    font-weight: 600;
}


/*listado clinicas*/

.clinica_block {
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #DDDDDD;
    padding: 15px 20px;
    display: block;
    margin: 5px 10px 5px 0;
    max-width: 47%;
}

.clinica_block .col-lg-8,
.clinica_block .col-lg-4 {
    display: inline-block;
    vertical-align: top
}

.clinica_block .col-lg-8 {
    padding-left: 30px
}

.clinica_block .col-lg-8 div {
    min-height: 107px;
}

.clinica_block .col-lg-8 div p {
    margin-top: 4px;
    font-size: 0.8em;
}

.clinica_block .col-lg-8 div p i {
    padding-right: 5px;
}

.clinica_block .col-lg-8 div h4 {
    text-align: left;
    padding-top: 10px;
}

.clinica_block .btn {
    float: left;
}

.clinica_block .trat_image {
    border-radius: 100%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    float: right;
}

.trat_image {
    border-radius: 100%;
    overflow: hidden;
    width: 75px;
    height: 75px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
}

.clinica_block .trat_image img {
    max-width: 100%;
    width: 100%;
    margin: auto;
    display: block;
}


/*listado clinicas*/


/*listado de tratamientos*/

.treatment_block {
    border-radius: 9px;
    background-color: #ffffff;
    border: 1px solid #DDDDDD;
    padding: 0px;
    display: block;
    margin: 5px 10px 5px 0;
    max-width: 30%;
    overflow: hidden;
    margin: 10px;
    height: fit-content;
}

.treatment_block .col-lg-12 {
    padding: 0px
}

.treatment_block .regular_link {
    margin-top: 10px;
    display: block;
}

.treatment_block .col-lg-12 div p {
    margin-top: 10px;
    font-size: 0.9em;
    line-height: 1.2em;
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
    margin-bottom: 5px;
    word-wrap: break-word;
}

.trat_text {
    padding: 5px 20px!important;
}

.trat_price {
    margin-bottom: 8px
}

.treatment_block .col-lg-12 div p i {
    padding-right: 5px;
}

.treatment_block .new_price h5 span {
    font-size: 0.7em;
    font-weight: 600;
    color: #4C4C4C;
}

.treatment_block .new_price h5 {
    font-size: 2.3em;
    font-weight: 600;
    color: #4C4C4C;
    width: 100%;
    text-align: center;
}

.cont_trat_cta {
    background-color: #00657F;
    width: 100%;
    display: inline-table;
    float: none;
    position: relative;
    height: auto;
    padding: 15px!important;
}

.trat_cta2 {
    position: relative;
    display: block;
    float: right!important;
    background-color: #00CCA8!important;
}

.cont_trat_cta p {
    position: relative;
    display: inline-table;
    color: #FFFFFF!important;
    width: calc(100% - 125px);
    font-size: 0.8em;
    line-height: 1em;
    padding-top: 2px;
    margin-bottom: 0!important;
    vertical-align: middle;
    padding-top: 8px;
}

.treatment_block .old_price {
    border-right: 1px solid #dddddd;
}

.treatment_block .old_price h5,
.treatment_block .old_price span,
.treatment_block .new_price h5,
.treatment_block .new_price span {
    display: inline-block;
}

.old_price,
.new_price {
    padding: 0 2px!important;
}

.trat_price {
    padding: 0 15px;
}

.treatment_block .old_price span {
    font-size: 1.3em;
    text-decoration: line-through;
    color: #4F4F4F;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 6px;
}

.treatment_block .col-lg-12 div h4 {
    text-align: center;
    padding-top: 10px;
    font-size: 1.5em;
    font-weight: 600
}

.treatment_block .btn {
    float: left;
}

.treatment_block .trat_image {
    width: 100%;
    min-height: 170px;
    max-height: 170px;
    overflow: hidden;
    border-radius: 0!important;
}

.treatment_block .trat_image img {
    max-width: 140%;
    width: 105%;
    margin: auto;
    display: block;
}


/*listado de tratamientos*/


/*details*/

.detail_table table {
    margin-top: 30px;
    margin-bottom: 30px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

#register-form {
    padding: 15px;
}

.cont_facturacion {
    padding: 0;
}

.cont_facturacion .row form {
    padding-top: 30px!important;
    padding-left: 0!important;
}

.cont_facturacion .row form .row .col-md-6,
.cont_facturacion .row form .row .col-lg-6 {
    padding-left: 0!important;
}

.cont_facturacion .row form .row .col-md-6 .form-group {
    padding-right: 15px;
}

.payment_methods .payment_box {
    padding-left: 25px;
    margin-bottom: 20px;
    font-size: 0.8em;
}

.payment_methods .payment_method input[type=checkbox],
.payment_methods .payment_method input[type=radio] {
    display: inline-block;
    margin-right: 10px;
    margin-top: 2px;
}

.cont_facturacion .row form .form-title {
    margin: 20px 0;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}


/*listados*/

@media only screen and (max-width: 1270px) {
    .picture_png {
        padding: 0!important;
    }
    .main_form_block {
        max-width: 60%!important;
        padding: 0!important;
    }
    .form_cta {
        padding: 8px 5px;
    }
}

@media only screen and (max-width: 1200px) {
    .search_input {
        max-width: 155px;
    }
    .contact_box .col-lg-4 i {
        padding: 71px;
        width: 250px;
        height: 250px;
    }
    .clinica_block .trat_image {
        width: 130px;
        height: 130px;
    }
    .swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-5 {
        float: none;
        padding: 0;
        width: 100%;
        max-width: 100%;
        display: block;
    }
    .prom_image {
        overflow: hidden;
        width: 100%;
        max-height: 120px;
    }
    .prom_image img {
        width: 100%;
        max-width: 100%;
        position: relative;
        left: 0;
        top: 0;
    }
    .swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-7 {
        float: none;
        padding: 25px 25px;
        width: 100%;
        max-width: 100%;
        clear: both;
    }
    .how_it_works .container .col-lg-3 h4 {
        font-size: 1.2em;
    }
    .main_title {
        font-size: 1.4em;
        padding: 20px;
        max-width: 95%;
    }
    .form_cta {
        font-size: 0.8em;
    }
    .sp-thumbnail-container {
        margin: 20px 5px!important;
        width: 23.6%!important;
        height: auto!important;
    }
    .newsletter form input,
    .footer_news input {
        background-color: #ffffff;
        padding: 11px 26px;
        max-width: 90%;
        margin: auto;
        display: block!important;
        width: 90%!important;
    }
}

@media only screen and (max-width: 1300px) {
    .cont_line {
        max-width: 65%;
    }
}

@media only screen and (max-width: 991px) {
    .contact_box .col-lg-4 {
        display: none!important;
    }
    .inner_promo {
        margin-top: 0!important;
    }
    .treatment_block {
        max-width: 45%;
    }
    .col-lg-7.new_price {
        max-width: 55%;
    }
    .clinica_block .col-lg-8 {
        padding-left: 10px;
    }
    .clinica_block .col-lg-8 div h4 {
        padding-top: 0px;
        width: 100%;
        text-align: center;
    }
    .clinica_block .col-lg-8 div p {
        font-size: 0.8em;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .clinica_block .btn {
        float: none;
        margin: auto;
    }
    .clinica_block {
        max-width: 100%!important;
    }
    .clinica_block .col-lg-8 div {
        min-height: auto;
    }
    .lists_container {
        padding: 25px 0px;
    }
    .main_title_left {
        font-size: 1.6em;
        margin-bottom: 10px;
    }
    .contact_box .col-lg-8 {
        width: 100%;
    }
    .navbar-nav li {
        margin: 5px 7px!important;
    }
    .main_form form .form-group select,
    .lists_form form .form-group select {
        -webkit-appearance: none;
    }
    .cont_line {
        display: none;
    }
    .how_it_works .container .col-lg-3 {
        margin-bottom: 15px;
    }
    .col-sm-4 {
        display: inline-block;
        max-width: 49%;
    }
    .lista_tratamientos .container {
        max-width: 95%;
    }
    .picture_png img {
        max-width: 160%;
    }
    .picture_png {
        max-width: 160%!important;
        width: 160%;
    }
    .main_form {
        margin: auto;
        max-width: 92%;
        background-color: rgba(0, 0, 0, 0.25);
        margin-top: 15%;
    }
    .form_cta {
        font-size: 0.9em;
        max-width: 100%;
    }
    .main_form_block {
        max-width: 100%!important;
        padding: 0!important;
        position: absolute;
        overflow: hidden;
        top: -70px;
    }
    .main_form {
        margin-top: 15%;
        padding-bottom: 50px;
    }
    .main_form_block {
        max-width: 100%!important;
    }
    .search_bar i {
        color: #00657F;
        font-size: 22px;
        padding-left: 10px;
        position: relative;
        top: 2px;
    }
    .search_input {
        max-width: 110px;
    }
    .navbar-brand img,
    .navbar-brand svg {
        max-width: 166px;
        padding-bottom: 13px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .archivo-link {
        display: none!important
    }
    .how_it_works .container .col-lg-3 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .categ_slider {
        padding: 20px!important;
        width: 100%;
        margin: 28px 0;
    }
    .lists_form form .lists_cta {
        width: 100%;
        max-width: 900px;
    }
    img.metodos_pago {
        position: relative;
        right: auto;
        bottom: auto;
        max-width: 100%;
        top: -38px;
        margin: auto;
        display: block;
        padding: 0 10px;
    }
    .row_with_halfs .half_blocks {
        display: inline-table!important;
    }
    .sp-thumbnail-container {
        width: 23.2%!important;
    }
    .navbar-brand img,
    .navbar-brand svg {
        max-width: 166px;
        padding: 5px;
    }
    .footer_news {
        margin-bottom: 0px;
    }
    /*mobile menu*/
    nav .dropdown-menu {
        background-image: none!important;
        background-color: rgba(0, 0, 0, 0)!important;
        border: 0!important;
    }
    .institucional_item {
        display: block;
    }
    .navbar-nav {
        width: 100%!important;
        padding: 15px;
        padding-right: 23px;
        padding-left: 23px;
        background-color: #f8f7f7;
    }
    .dropdown-item {
        color: #4C4C4C!important;
        padding-left: 11px!important;
        margin-bottom: 10px;
        font-size: 0.7em;
    }
    .nav-link {
        color: #4C4C4C!important;
        font-size: 0.66em;
    }
    #dropdown01::after,
    #dropdown02::after,
    #dropdown03::after {
        display: none!important;
    }
    .nav_container .row {
        width: 100%;
        display: block;
    }
    .navbar-brand {
        padding-left: 10px;
        max-height: 105px;
    }
    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
        float: right;
        margin-top: 6px;
        position: absolute;
        right: 14px;
        outline: 0;
        border: 0;
    }
    .nav_container,
    .nav_container .row,
    .navbar {
        width: 100%;
        padding: 0!important;
    }
    #dropdown01::after,
    #dropdown02::after,
    #dropdown03::after {
        color: #ffffff!important;
        top: 3px;
        position: relative;
    }
    .nav-item {
        border-bottom: 1px solid #ffffff;
    }
    .navbar-collapse {
        width: 100%;
        top: 12px;
        position: relative;
    }
    .navbar-nav li:first-child {
        display: none;
    }
    .categ_slider .block_opinion h5 {
        padding: 20px 20px 40px 20px!important;
        float: left;
        width: 70%;
        margin-bottom: 0!important;
    }
    .swiper-container {
        overflow: hidden!important;
    }
    .body_noticia .opinion_nav {
        display: none;
    }
    /*end of mobile menu styles*/
    .cont_img_noticia {
        padding: 0;
        width: 100%;
        border-radius: 0!important;
    }
    .home_aside {
        width: 90%;
        margin: auto;
        max-width: 90%!important;
    }
    .banner {
        margin: 10px auto;
        margin-right: auto;
    }
    .highlighted {
        width: 90%;
        margin: auto;
        margin-bottom: 35px;
    }
    .footer_social {
        float: none;
        display: block;
        margin: auto;
    }
    .banner_728x90 {
        display: none;
    }
    .footer_sections {
        display: none;
    }
    .legal {
        margin-top: 0;
    }
    .legal p {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-7 span {
        font-size: 4em;
        text-align: center!important;
        width: 100%;
        display: block;
    }
    .treatment_block .old_price {
        border-right: 0px!important;
        width: 100%!important;
        max-width: 100%!important;
        flex: 0 0 100%;
    }
    .treatment_block .new_price {
        border-right: 0px!important;
        width: 100%!important;
        max-width: 100%!important;
    }
    .accordion .col-lg-6 {
        display: block;
        max-width: 100%;
        position: relative;
        vertical-align: top;
        margin-top: 10px;
    }
    .swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-7 h4 {
        text-align: center!important;
        width: 100%;
        display: block;
        margin-bottom: 4px;
    }
    .swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-7 p {
        text-align: center!important;
        width: 100%;
        display: block;
    }
    .prom_cta {
        margin: auto!important;
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .cont_currency {
        float: none!important;
        width: 100%!important;
        margin: auto!important;
        display: block!important;
        clear: both!important;
        padding-bottom: 10px;
    }
    .main_form {
        margin-top: 25%;
    }
    .swiper-container_currency.swiper-container-vertical {
        margin: auto;
    }
}

@media only screen and (max-width:580px) {
    .how_it_works .container .col-lg-3 {
        background-color: #f7f7f7;
        border-radius: 7px;
        padding: 4px 10px 20px 10px;
        margin-bottom: 4px;
        border: 3px solid #ffffff;
    }
    .treatment_block {
        max-width: 100%;
    }
    .who_we_are h6 {
        padding: 5px 15px;
        font-size: 0.9em;
    }
    .contact_box {
        padding: 40px 20px;
    }
    .swiper-container_trat .swiper-wrapper .swiper-slide .row .col-lg-9 h4,
    .swiper-container_trat .swiper-wrapper .swiper-slide .row .col-lg-9 p {
        text-align: center!important;
    }
    .swiper-container_trat .swiper-wrapper .swiper-slide .row .col-lg-9 h4 {
        font-size: 1.5em!important;
    }
    .trat_cta {
        margin: auto!important;
        position: relative;
        display: block;
        clear: both;
        max-width: 220px;
    }
    .treatment_block .trat_image {
        max-width: 110%;
    }
    .trat_image {
        margin: auto;
        margin-bottom: 15px;
        float: none;
        width: 150px;
        height: 150px;
    }
    .how_it_works .container .col-lg-3 span {
        background-color: rgba(0, 0, 0, 0)!important;
        width: auto;
        height: auto;
        padding: 0;
        margin-bottom: 0;
        color: #4f4f4f;
    }
    .how_it_works .container .col-lg-3 h4 strong,
    .how_it_works .container .col-lg-3 h4 {
        color: #4f4f4f;
        font-size: 1.1em!important;
    }
}

@media only screen and (max-width: 600px) {
    .opinion_slider .swiper-slide {
        margin-top: 43px;
    }
    .picture_png img {
        margin-left: -30%!important;
    }
    button.btn.btn-primary.lists_cta {
        margin-top: 5px;
    }
    .quiza_interese.home_section_title {
        margin-bottom: 20px!important;
    }
    .cont_currency {
        float: right;
        width: auto;
        margin-right: 87px;
    }
    .col-lg-4.redes_noticia {
        display: none;
    }
    .sp-thumbnails-container {
        display: none!important;
    }
    .sp-thumbnail-container {
        width: 22%!important;
    }
    .opinion_slider .cont_img_opinion {
        top: -16px!important;
    }
    .body_noticia footer {
        margin-top: 0;
    }
    .categ_slider {
        padding: 20px!important;
    }
    .block_opinion .tag_category {
        display: none;
    }
    .categ_slider .block_opinion h5 {
        width: 64%!important;
        font-size: 0.87em!important;
    }
    .img_slider_categ img {
        width: 160%;
        max-width: 160%;
    }
    .img_slider_categ {
        width: 100%!important;
    }
    .opinion_slider .swiper-container .swiper-slide {
        max-height: 800px!important;
    }
}

.col-sm-4 {
    display: inline-block;
}

@media only screen and (min-width: 992px) {
    .contact_box .col-lg-8 {
        padding-left: 60px;
    }
}

@media only screen and (max-width:787px) {
    .noticia_title .tag_category {
        margin-bottom: 5px;
        float: right;
        position: relative;
        margin-right: 0;
    }
}

@media only screen and (max-width:480px) {
    .body_noticia .img_slider_categ img {
        width: 282%;
        max-width: 285%;
    }
    .how_it_works .container .col-lg-3 {
        border-radius: 7px;
        padding: 0px 5px 5px 5px;
        margin-bottom: 4px;
        border: 3px solid #ffffff;
        width: 100%;
        max-width: 100%;
    }
    .how_it_works .container .col-lg-3 span {
        width: 15%;
        display: inline-block;
    }
    .how_it_works .container .col-lg-3 h4 {
        width: 73%;
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        padding-top: 5px;
    }
}

@media only screen and (max-width: 430px) {
    .img_slider_categ img {
        width: 320%;
        max-width: 320%;
    }
    .arch_cont .cont_img a {
        overflow: auto;
        display: block;
    }
    .arch_cont .cont_img a {
        width: 130%;
    }
}

@media only screen and (max-width:500px) {
    .categ_slider .block_opinion h5 {
        width: 72%!important;
        padding: 10px 10px 40px 10px!important;
    }
    .img_slider_categ {
        width: 100%!important;
    }
    .swiper-slide .categ_slider .block_opinion {
        max-height: 120px;
    }
}

@media only screen and (max-width:380px) {
    .main_form {
        margin-top: 25%;
    }
}

.ciudades_select_container i {
    position: relative;
    z-index: 99;
}

.ciudades_select_container .select2 {
    position: relative;
    z-index: 2;
}

.select2-container .select2-choice {
    height: 38px;
    line-height: 1.7;
    padding-left: 35px
}

.select2-results .select2-highlighted {
    background: var(--primary-color);
}

.fc-day.closed {
    background: rgba(255, 0, 0, 0.1);
}

.fc-toolbar-title:first-letter {
    text-transform: capitalize;
}

.horarios_dia {
    display: none
}

.btn_submit_calendar button {
    float: right;
    margin-left: 20px
}

.horarios_row .col-6 {
    text-align: center;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 16px;
}

.profile-pic {
    width: 30px;
    height: 30px;
    display: block;
    background-size: cover;
    background-position: center;
    float: left;
    margin-right: 10px;
    border-radius: 50px;
    position: relative;
    margin-top: -6px
}

li.nav-item.dropdown {
    padding-right: 15px;
}

.remove {
    border: none;
    background: transparent;
    cursor: pointer;
}

.warning_icon {
    position: relative;
    top: -2px;
    left: -3px
}

#qty_cart_nav {
    background-color: #00CCA8;
    color: white;
    width: 20px;
    height: 20px;
    font-size: 11px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    border-radius: 50px;
    position: absolute;
    right: -6px;
    bottom: -3px;
}


/*news list*/

.news-find {
    color: #fff;
    font-weight: 300;
    font-size: 1.2em;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
}

.news-list .col-lg-6 {
    display: inline-block;
    padding-right: 50px;
    padding-left: 50px;
}

.news-title {
    padding-top: 20px;
}

.news-title a {
    color: #00CCA8;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.news-title a:hover {
    text-decoration: none;
    color: #019e81;
}

.col-lg-6.col-sm-12.news-margin {
    margin-bottom: 70px;
}

.news-header {}

.news-body p {
    margin: 15px 20px 30px 20px;
    text-align: justify;
    color: #4C4C4C;
}

.news-body {
    text-align: center;
}

.card-img-top {
    border-radius: calc(0.25rem - 1px);
    width: auto;
    max-height: 250px;
    display: flex;
    margin: auto;
}

.page-item.active .page-link {
    background-color: #00CCA8;
    border-color: #3FD1A3;
}

.page-link {
    color: #00657F;
}

.page-link:hover {
    color: #00657F;
}

.btn-primary-light {
    color: #fff;
    background-color: #00CCA8 !important;
    border-color: #00657F;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    border: 0!important;
    padding: 8px 20px;
}

.btn-primary-light:hover {
    background-color: #019e81!important;
    border: 0!important;
    outline: 0!important;
    box-shadow: none!important;
    color: #fff;
    text-decoration: none;
}

.news-body-single {
    text-align: left;
    padding: 80px 80px 50px 80px;
    font-size: 16px;
    FONT-WEIGHT: 300;
}

.news-img-single {
    border-radius: calc(0.25rem - 1px);
    width: auto;
    max-height: 300px;
    display: flex;
    margin: auto;
}

.news-title-single {
    font-size: 30px;
    color: #00CCA8;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding-bottom: 30px;
    padding-top: 30px;
}

.form-check-label p{
    margin:2px 0 0 0;
    padding-left: 25px
}

.input_hora:disabled + p{
    opacity: 0.5;
}

.fc .fc-bg-event {
    background: #dddddd!important;
}

.fc .fc-bg-event .fc-event-title{
    font-size:1em!important;
    color: white;
    background: #404040;
    padding-left: 10px;
}

.fc .fc-daygrid-day.fc-day-today{
    background-color: rgba(0, 204, 168, 0.15)!important;
}

.estado_de_pago{
    background-color: #00657F;
    color:white;
    position: absolute;
    padding: 3px 10px;
    right: 25px;
    font-size:0.8em;
    margin-top: -1px
}

tr.cart_item td {
    min-width: 90px;
}

.examenes_block h4{ 
    text-align: left;
    font-weight:600;
}

.examenes_block h4, .examenes_block p{
    margin-left: 15px;
} 

.swiper-slide{
    cursor: grab
}

.details_input {
    position: relative;
    margin-bottom: 7px;
    font-size: 0.9em
}

.details_input svg{
    position: absolute;
    top: 7px
}

.details_input svg.fa-pencil{
    right: 7px;
    opacity: 0.5
}

.details_input svg.fa-user, .details_input svg.fa-phone, .details_input svg.fa-envelope{
    left: 9px
}

.details_input input:focus{
    outline: 1px solid #ddd;
}

.details_input input{
    padding: 4px 30px;
    border:none;
    background-color: #fafafa;
    width: 100%;
}

.button:hover{
    cursor: pointer;
}

.table-responsive thead, .table-responsive tbody{
    width: 100%;
    display: inline-table;
}

.form_response{
    font-size:0.8em;
    display: block;
    margin-top: 10px
}

.form_success .form_response{
    color:green;
}

.form_error .form_response{
    color:red;
}

.btn-primary:disabled{
    opacity: 0.5;
    filter: grayscale(100%);
}

#cart_alert{
    margin-top: 10px;
    color: red;
}

.adjuntos_cont .adjuntos_item{
    max-width: 50px;
    float: left;
    max-height: 50px;
    margin-right: 10px;
}

.social_footer ul {
    width: 53px;
    margin: 10px auto;
}

.social_footer ul li {
    display: inline;
    text-align: center;
    margin: 5px;
}

.social_footer{
    padding-top: 15px;
}

.social_footer h4{
    font-size:0.9em;
    text-align:center;
    color:#ffffff
}

.about ul li a{
    font-size: 22px;
}

.about ul li a:first-child {
    font-size: 18px;
}

.carousel-control-prev, .carousel-control-next{
    width: 7%;
}

button.btn.btn-primary.lists_cta {
    background: #FF914D!important;
}

.fc-day-other {
    opacity: 0;
    border: none!important;
}

.fc-today-button{
    display:none!important;
}

@media(max-width: 575px){
    tr.cart_item td {
        display: block;
    }

    .detail_table thead {
        opacity: 0;
        margin-bottom: -50px;
    }

    .detail_table td[colspan="4"] {
        position: relative;
        right: 110px;
    }
}