@font-face {
    font-family: Sofia;
    font-style: normal;
    font-weight: 400;
    src: local("Sofia"), url(https://sdcstatics.com/fonts/sofia-pro/SofiaProRegular.woff2)format("woff2"), url(https://sdcstatics.com/fonts/sofia-pro/SofiaProRegular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Sofia;
    font-style: normal;
    font-weight: 700;
    src: local("Sofia"), url(https://sdcstatics.com/fonts/sofia-pro/SofiaProBold.woff2) format("woff2"), url(https://sdcstatics.com/fonts/sofia-pro/SofiaProBold.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Sofia Black;
    font-style: normal;
    font-weight: 400;
    src: local("Sofia Black"), url(https://sdcstatics.com/fonts/sofia-pro/SofiaProBlack.woff2) format("woff2"), url(https://sdcstatics.com/fonts/sofia-pro/SofiaProBlack.woff) format("woff");
    font-display: swap
}


body {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 16px;
    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;
}

.contact_form_row .col-lg-6 ul li p span {
    top: 3px;
}

.backmenu {
    display: none;
}

/*global styles*/
:root {
    --color-primary: #800000; /*celeste*/
}

:root {
    --color-secondary: #565656; /*gris oscuro titulos*/
}

:root {
    --color-tertiary: #cacaca;
}

.fc-time {
    display: none !important;
}

.datepicker {
    display: block;
    max-width: 296px !important;
    left: 266px !important;
}

.clear {
    clear: both !important;
    display: block;
}

.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;
}

section.before_after {
    padding-bottom: 80px;
    padding-top: 80px;
}

.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: rgba(0,0,0,0) !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%;
    overflow: hidden;
    width: 100%;
    margin: 0;
}


h1 {
    font-size: 2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.main_title {
    margin: 80px auto 60px auto;
}

    .main_title h1 {
        font-family: "Sofia Black", sans-serif;
        font-size: 2em;
        text-align: center;
        color: #009ace;
        font-weight: 700;
        line-height: 1em;
        padding: 10px 60px 0px 60px;
        max-width: 60%;
        margin: auto;
    }

    .main_title span {
        font-family: 'Sofia', sans-serif;
        font-size: 0.85em;
        text-align: center;
        font-weight: 500;
        line-height: 1em;
        padding: 0;
        width: 100%;
        margin: auto;
        text-transform: uppercase;
        color: grey !important;
        display: block;
        letter-spacing: 0.25em;
    }

.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: #009ace;
}

h2 {
    font-size: 1.56em;
    font-family: 'Sofia', sans-serif;
    line-height: 1em;
    font-weight: 600 !important;
    margin-bottom: 16px;
    color: #000000;
    letter-spacing: 1px;
}

img.personas_portada {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 48%;
}

.main_text h2 {
    font-family: "Sofia Black", sans-serif;
    font-size: 3em;
    line-height: 1em;
    color: #009ace;
}

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;
    text-align: center;
    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: 300;
    text-align: center;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: -0.01em;
    color: #4F4F4F;
}

    h6 strong {
        color: #009ace;
    }

p {
    font-size: 0.9em;
    line-height: 1.4em;
    font-family: 'Open Sans', sans-serif;
}

/*main_banner*/
.main_banner {
    width: 100%;
    background-color: #ffffff;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    height: 100vh;
    position: relative;
    background: url(../img/bg_main.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}



#home_video {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.main_text {
    position: relative;
    margin-top: 23vh;
}

    .main_text p {
        color: #191919;
        font-size: 1.5em;
        line-height: 1.3em;
        max-width: 500px;
    }

        .main_text p span {
            font-size: 0.7em;
            display: block;
            color: #009ace;
        }


.nav-link {
    display: block;
    padding: 0.7rem 1rem;
}

/*before after*/
/* You can remove this page div in your website */
#page {
    width: 100%;
    height: 100%;
    position: absolute;
}

/* Our normalize css */
* {
    margin: 0;
    box-sizing: border-box;
}

/* Our wrapper */
.bf-wrapper {
    width: 100%;
    height: 70%;
    position: absolute;
    left: 0;
    top: 0;
    /* transform: translate3d(-50%,-50%,0); */
    /* overflow: hidden; */
}

.before_after .container .row .col-lg-6:first-child {
    padding-right: 45px
}

.before_after .container .row .col-lg-6 h2 {
    color: #009ace;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.05em;
    margin-bottom: 23px;
    font-family: "Sofia Black", sans-serif;
    /* font-size: 3em; */
}

.before_after .container .row .col-lg-6 small {
    margin-top: 40px;
    font-family: 'Sofia', sans-serif;
    font-size: 0.85em;
    text-align: left;
    font-weight: 700;
    line-height: 1em;
    padding: 10px 10px;
    /* width: 100%; */
    /* margin: auto; */
    text-transform: uppercase;
    color: #464646 !important;
    display: table;
    margin-bottom: 11px;
    background: rgba(0,0,0,0.06);
}

.twentytwenty-horizontal .twentytwenty-after-label:before,
.twentytwenty-horizontal .twentytwenty-before-label:before {
    content: '' !important;
}

.twentytwenty-wrapper.twentytwenty-horizontal {
    z-index: 11;
    position: relative;
    overflow: visible;
    padding-right: 5px;
    padding-bottom: 5px;
}

.before_after .container .row .col-lg-6 p {
    font-size: 1.1em;
}

.before_after_cont {
    right: -14px !important;
}

.before, .after {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    /* background-color: white; */
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 11;
    border-right: 2px solid #ffffff;
}

a.nav-link.menu_text i {
    color: #009ace !important;
}


section {
    display: table;
    width: 100% !important;
}

.swiper-container_patients {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 55px;
    overflow: hidden;
}

    .swiper-container_patients .swiper-wrapper .swiper-slide p {
        z-index: 1;
        margin: 0;
    }

    .swiper-container_patients .swiper-pagination {
        bottom: 7px;
        left: 0;
        width: 100%;
        z-index: 111111111;
    }

    .swiper-container_patients .swiper-slide img {
        position: absolute;
        z-index: 11;
    }

.patients {
    background: #efefef;
    padding-bottom: 80px;
}



    .patients .container .row .col-lg-12 {
        padding-left: 60px;
        padding-right: 60px;
    }

.swiper-button-prev_patients {
    left: 17px;
    z-index: 1111111;
    position: absolute;
    top: 40%;
    width: 28px;
    height: 45px;
    cursor: pointer;
}

.swiper-button-next_patients {
    right: 17px;
    z-index: 1111111;
    position: absolute;
    top: 40%;
    width: 28px;
    height: 45px;
    cursor: pointer;
}

.swiper-button-prev_patients:after {
    content: 'prev';
}

.swiper-button-next_patients:after {
    content: 'next';
}

.swiper-button-prev_patients:after, .swiper-button-next_patients:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-container_patients .swiper-button-disabled:after, .swiper-container_patients .swiper-button-disabled:after {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.swiper-container_patients .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

.content-image {
    height: 100%;
}

.after {
    width: 125px;
}

.beer-slider {
    z-index: 11;
    padding-bottom: 8px;
}

.contafter:after {
    content: '';
    width: 50%;
    height: 50%;
    background: #009ace;
    position: absolute;
    bottom: -16px;
    right: -20px;
    z-index: 1;
    padding-bottom: 14px;
    padding-right: 14px;
}

.scrolling {
    z-index: 11 !important;
}

.scroller {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: transparent;
    opacity: 0.9;
    pointer-events: auto;
    cursor: pointer;
    z-index: 11;
}

    .scroller:hover {
        opacity: 1;
    }

.scrolling {
    pointer-events: none;
    opacity: 1;
    z-index: 1;
}

.scroller__thumb {
    width: 100%;
    height: 100%;
    padding: 5px;
    padding-left: 3px;
    display: block;
}

.scroller:before,
.scroller:after {
    /* content:" "; */
    display: block;
    width: 7px;
    height: 9999px;
    position: absolute;
    left: 50%;
    margin-left: -3.5px;
    z-index: 30;
    transition: 0.1s;
}

.scroller:before {
    top: 100%;
}

.scroller:after {
    bottom: 100%;
}

/* If you want to cahnge the colors, make sure you change the fill in the svgs to match */
.scroller {
    border: 5px solid #fff;
}

    .scroller:before,
    .scroller:after {
        background: #fff;
    }

/* If you want to cahnge the colors, make sure you change the fill in the svgs to match */
.scroller {
    border: 4px solid #fff;
}

    .scroller:before,
    .scroller:after {
        background: #fff;
    }

.main_text ul {
    padding-left: 0;
}

    .main_text ul li {
        margin-top: 15px;
        position: relative;
        z-index: 1;
        padding-left: 36px;
        list-style: none;
        font-size: 1.2em;
        line-height: 1.7em;
    }

        .main_text ul li:after {
            position: absolute;
            left: 0;
            top: 0px;
            content: "\e64d";
            font-family: 'themify';
            color: #1e68a1;
            font-size: 1.4em;
            /* font-weight: bold; */
        }

.btn-primary {
    color: #fff;
    background-color: #009ace !important;
    border-color: #009ace;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    font-family: 'Sofia', sans-serif;
    border: 2px solid #009ace !important;
    padding: 9px 26px;
    font-weight: 600;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    letter-spacing: 3px;
}

.mapcta {
    color: #fff;
    background-color: #009ace !important;
    border-color: #009ace;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    font-family: 'Sofia', sans-serif;
    border: 2px solid #009ace !important;
    padding: 9px 26px;
    font-weight: 600;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    letter-spacing: 3px;
    pointer-events: none;
}

.prom_cta:hover {
    color: #009ace !important;
}

.mapcta:hover {
    color: #ffffff
}

.btn-primary:hover {
    color: #fff;
    background-color: #009ace !important;
    border-color: #009ace;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    font-family: 'Sofia', sans-serif;
    border: 2px solid #009ace !important;
    padding: 9px 26px;
    font-weight: 600;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    letter-spacing: 3px;
}

.cont_main_ctas a {
    margin-right: 6px;
}

.btn-primary:hover {
    background-color: rgba(0,0,0,0) !important;
    border: 2px solid #009ace !important;
    outline: 0 !important;
    box-shadow: none !important;
    color: #009ace;
}

.prom_cta {
    background-color: rgba(0,0,0,0) !important;
    color: #009ace;
    border: 2px solid #009ace !important;
    font-weight: 600;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer-events: all;
}


.cont_main_ctas .prom_cta:hover {
    background-color: #009ace !important;
    color: #ffffff;
    border: 2px solid #009ace !important;
}
/*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: #009ace;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.85em;
    font-family: 'Montserrat', sans-serif;
    border: 0 !important;
    padding: 8px 20px;
    width: 100%;
    max-width: 350px;
}



.stroke_cta {
    color: #fff;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #009ace;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.85em;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 20px;
}

    .stroke_cta:hover {
        /* background-color:rgba(32,215,235,0.15)!important; */
        outline: 0 !important;
        box-shadow: none !important;
        color: #ffffff
    }

    .stroke_ctay:not(:disabled):not(.disabled):active,
    .stroke_cta:not(:disabled):not(.disabled).active,
    .stroke_cta > .btn-primary.dropdown-toggle,
    .stroke_cta:focus {
        background-color: rgba(32,215,235,0.2) !important;
        border: 1px solid #009ace;
        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: #009ace!important; */
    /* border: 0!important; */
    outline: 0 !important;
    box-shadow: none !important;
    color: #009ace;
    background-color: rgba(0,0,0,0) !important;
}


.mapcta:not(:disabled):not(.disabled):active, .mapcta:not(:disabled):not(.disabled).active, .mapcta:focus {
    /* background-color: #009ace!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 .form-group i {
    color: #009ace;
    position: absolute;
    display: block;
    padding: 6px 8px;
    border-right: 1px solid #009ace;
    width: 35px;
    height: 28px;
    margin: 5px;
}
/*main_form*/

/*footer*/
footer {
    background: none;
    padding: 10px 0px 0px 0px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.footer_form h4 {
    color: #fff;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 20px;
    padding-top: 9px;
    font-size: 1.4em;
    max-width: 88%;
    position: relative;
    margin-left: 0;
}

.footer_bg {
    width: 100%;
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 0;
}

form.footer_form {
    margin-top: 55px;
    padding-left: 30px;
    padding-bottom: 60px;
}

.main_title:after {
    background: #009ace;
    display: block;
    content: '';
    width: 104px;
    height: 4px;
    margin: auto;
    margin-top: 26px;
}

.alert-hide {
    display: none
}

.form_ok .alert-hide {
    background-color: #0a9110;
    font-size: 0.85em;
    padding: 3px 5px;
    color: #ffffff;
    display: block;
}

.form_error .alert-hide {
    background-color: #b21408;
    font-size: 0.85em;
    padding: 3px 5px;
    color: #ffffff;
    display: block;
}

.footer_form label {
    color: #ffffff;
    font-size: 0.8em;
    margin-bottom: 2px;
}

.footer_form input, .footer_form textarea {
    background: rgba(256,265,256,0.04);
    border: 0;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
}

.footer_form input {
    height: calc(2rem + 2px);
}

.footer_bg div:first-child {
    background: #009ace;
    width: 50%;
    height: 100vh;
    position: relative;
    display: inline-block;
}

.footer_bg div:last-child {
    background: #191919;
    width: 50%;
    height: 100vh;
    position: relative;
    display: inline-block;
}

.whatsapp_btn {
    margin-left: -15px;
    padding-left: 12px;
    padding-right: 19px;
    background-color: #25d366;
    border-bottom: 1px solid #25d366;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 1111;
    border-radius: 100%;
    color: #fff;
    font-size: 2em;
    bottom: 20px;
    line-height: 1.5em;
}

.footer_social {
    margin-bottom: 15px;
    margin-top: 15px;
}

.bw p {
    font-size: 0.8em !important;
    font-family: 'Source Serif Pro', serif;
    color: rgba(256,256,256,0.4) !important;
    margin-bottom: 0 !important;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

    .bw p a {
        color: rgba(256,256,256,0.4) !important;
        text-decoration: underline !important;
    }

footer p {
    color: #ffffff !important;
    margin-bottom: 8px !important;
    width: 100%;
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.contact_form_row h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.3em;
    text-align: left;
    font-weight: 600;
    line-height: 1.2em;
    padding: 0;
    /* max-width: 60%; */
    margin: auto;
    color: #ffffff;
    margin-top: 55px;
}

.contact_form_row h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
    text-align: left;
    font-weight: 100;
    line-height: 1.2em;
    padding: 0;
    /* margin: auto; */
    color: #ffffff;
    margin-top: 11px;
    max-width: 350px;
}

.contact_form_row .col-lg-6 ul {
    display: block;
    margin-top: 30px;
}

    .contact_form_row .col-lg-6 ul li a i, .contact_form_row .col-lg-6 ul li p i {
        margin-right: 10px;
        font-size: 1.3em;
        display: inline-block;
        position: relative;
        top: 5px;
    }

a.whsp_btn {
    display: table;
    clear: both;
    background-color: #191919;
    padding: 13px 20px;
    margin-top: 20px;
    border-radius: 5px;
}

    a.whsp_btn:hover {
        background-color: #05191e;
    }

.contact_form_row .col-lg-6 ul:before {
    content: '';
    width: 105px;
    height: 4px;
    display: block;
    background: #ffffff;
    margin-top: 35px;
    margin-bottom: 30px;
}

a.whsp_btn i {
    margin-right: 8px;
}

p.legal_p {
    text-align: left;
    padding: 0;
    margin-left: 0;
    font-size: 0.7em;
    display: block;
    clear: both;
    padding-top: 81px;
    position: relative;
}

.contact_form_row .col-lg-6 ul li p {
    margin-bottom: 0 !important;
}

    .contact_form_row .col-lg-6 ul li a span,
    .contact_form_row .col-lg-6 ul li p span {
        line-height: 2em;
        position: relative;
        display: inline-block;
        font-size: 0.8em;
    }

.contact_form_row .col-lg-6 ul li {
    float: left;
    margin: 10px 20px;
    left: -20px;
    position: relative;
    margin-right: 0;
}

    .contact_form_row .col-lg-6 ul li:nth-child(2) {
        min-width: 170px;
        text-align: left;
    }

li.i1_i3_i5 {
    border-right: 1px solid #fff;
    padding-right: 20px;
    margin-right: 0;
}

.contact_form_row .col-lg-6 ul li a,
.contact_form_row .col-lg-6 ul li p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
}


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;
    font-family: 'Source Serif Pro', serif;
    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: 992px) {
    .dropdown-item {
        padding: 8px 15px;
        border-bottom: 1px solid #cacaca;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        padding: 0;
    }
}



@media only screen and (min-width: 1200px) {
    footer .footer_news form {
        max-width: 600px;
    }

    .swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-6:last-child {
        padding: 25px;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
    }

    .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%;
}

img.topdoctor {
    width: 342px;
    margin-left: -10px;
}

/*nav styles*/

.navbar {
    background-color: rgba(256,256,256, 0.8);
    text-transform: uppercase;
    padding: 0 !important;
    z-index: 100;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
}

.nav_scrolled {
    background-color: rgba(256,256,256, 0.95) !important;
}

li.social_menu_mobile {
    display: none;
}

.nav_container .row {
    width: 100%;
}

.navbar-nav li {
    margin: 5px 17px;
}

.navbar-toggler-icon {
    display: block;
    width: 25px;
    height: 1px !important;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    color: #ffffff;
    background: #191919 !important;
    margin-top: 7px;
}

.navbar .row {
    width: 100%;
}

.menu_right2 {
    position: relative;
    margin-right: 0;
}

.menu_text {
    color: #000000 !important;
    font-size: 0.76em;
    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: 248px;
        /* height: 48px; */
        padding-top: 5px;
        padding-bottom: 5px;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.nav_scrolled .navbar-header .navbar-brand img {
    width: 229px;
}

img.invisalign_logo {
    width: 147px;
    display: none;
}

.navbar-nav {
    float: right;
    padding-right: 15px;
}

.dropdown-toggle::after {
    color: #009ace !important;
    border: 0 !important;
    font-family: "Font Awesome 5 Free";
    /* content: "\f078"!important; */
    font-weight: 600 !important;
    font-size: 12px;
    padding-left: 5px;
}

/* .ingresar_drop::after{
    content: "\f078"!important;
	position: absolute;
} */

.navbar-collapse {
    padding-right: 0;
    z-index: 1000000;
}

.search_bar i {
    color: #009ace;
    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: rgba(0,0,0,0)!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 a i, .cart_nav_item a i {
    color: #009ace;
    font-size: 1.2em;
}

.search_input::placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #009ace !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;
}

.patients .container .row .col-lg-10 {
    margin-left: auto;
    display: block;
    overflow: hidden;
    margin-right: auto;
    margin-top: 21px;
}



.animation_patients {
    width: 214px;
    display: none;
    margin: 20px auto 0 auto;
}

.swiper-container_patients .swiper-wrapper .swiper-slide img {
    width: 115%;
    top: 0;
    left: 0;
}

.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: 157%;
    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('../img/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('../img/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: #009ace;
    height: 1px;
    width: 95%;
    padding: 0 10%;
    top: -111px;
    z-index: 1;
}

.how_it_works .container .col-lg-3 {
    z-index: 1111;
}

    .how_it_works .container .col-lg-3 h4 strong {
        color: #009ace;
        font-weight: 400;
    }

    .how_it_works .container .col-lg-3 h4 strong {
        color: #009ace;
        font-weight: 600;
    }

section.video_inv {
    background: #efefef;
    width: 100%;
    padding: 0 0 100px 0;
    position: relative;
    display: table;
}


.dra_info h2 {
    font-size: 1.5em;
    margin-bottom: 3px;
    margin-top: 60px
}

.dra_info ul {
    overflow: hidden;
    margin-top: 25px;
    border-top: 1px solid #e7e7e7;
    padding-top: 25px;
    padding-left: 0;
}

    .dra_info ul li {
        margin-top: 15px;
        position: relative;
        z-index: 1;
        padding-left: 25px;
        list-style: none;
    }

        .dra_info ul li::after {
            position: absolute;
            left: 0;
            top: 0;
            content: "\e64d";
            font-family: 'themify';
            color: #1e68a1;
        }

a.see_more {
    color: #1e68a1;
    text-decoration: underline;
    margin-top: 36px;
    display: block;
}

.dra_info h3 {
    font-size: 1.3em;
    margin-bottom: 23px;
}

section.about_doc {
    padding: 140px 0 0 0;
}

.video_inv .container .row div {
    display: block;
    margin: auto;
}

    .video_inv .container .row div iframe {
        width: 100%;
    }

.lista_promociones {
    background: url(../img/steps_bg.svg);
    padding: 0 0 40px 0;
    display: block;
    clear: both;
    width: 100%;
    background-size: 100%;
    background-repeat: repeat-y;
}

.swiper-container_promos .swiper-pagination .swiper-pagination-bullet {
    float: left;
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2;
}

.swiper-container_promos .swiper-pagination {
    margin-top: 37px;
    display: block;
    position: relative;
    padding-right: 7px;
}


    .swiper-container_promos .swiper-pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background: #009ace;
    }

.swiper-container_promos .swiper-pagination {
    left: 93%;
    float: 0;
}


.swiper-container_promos {
    margin: 0 auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 24px;
}

.lista_promociones .container {
    overflow: hidden;
}

.swiper-container_promos .swiper-wrapper .swiper-slide {
    padding: 0 25px;
}

    .swiper-container_promos .swiper-wrapper .swiper-slide .row {
        border: 0;
        padding: 0px;
        display: block;
        margin-top: 56px;
        position: relative;
    }

        .swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-6 {
            float: right;
            padding: 0;
        }

.col_pat {
    overflow-x: scroll !important;
}

    .col_pat::-webkit-scrollbar {
        width: 3px;
        border-radius: 10px;
        background-color: #b3b3b3;
        height: 9px;
    }

    .col_pat::-webkit-scrollbar-track {
        background-color: #b3b3b3;
        border-radius: 10px;
        height: 9px;
    }

    .col_pat::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #009ace;
        height: 9px;
    }

.patients_block img {
    width: 100%;
}


.patients_overflow {
    position: absolute;
    top: 0;
    left: 0;
}

.patients_block {
    border: 5px solid #efefef;
    display: inline-block;
}

.swiper-container_patients .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover !important;
}

.map_ctas {
    margin: 7px auto 5px auto;
}

.map_iframe, .map_iframe iframe {
    width: 100%;
}

.location_select {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    display: none;
}

.map_iframe {
    padding-top: 21px;
}

    .map_iframe iframe {
        display: none;
    }

.map_ctas .stroke_cta i {
    margin-right: 3px;
    top: -1px;
    position: relative;
}

.map_ctas .stroke_cta {
    color: #1e68a1;
    margin: 0 5px;
}

.rating span {
    color: #ffa500;
}

.rating p {
    font-size: 0.8em;
    text-align: center;
    color: rgba(33,37,41);
}

.mapsss {
    position: relative;
    height: 0;
    opacity: 0
}

.rating {
    width: 98%;
    margin: auto;
    background: #ffffff;
    padding: 15px 18px 3px 18px;
    /* margin-top: 34px; */
    position: absolute;
    z-index: 1;
    top: 0;
    left: 10px;
    box-shadow: none;
    left: 1%;
    /* margin-top: 10px; */
}

    .rating .stars {
        margin: auto;
        margin-top: 10px;
        margin-bottom: 8px;
        display: block;
    }

    .rating h4 {
        font-size: 0.9em;
        text-align: center;
    }

div#pocitos, div#centro {
    height: 600px;
}

.map_none {
    height: 50px !important
}

.mapblock {
    width: 100%;
    height: 600px;
    opacity: 1;
    padding-top: 120px;
}

.cta_disabled {
    pointer-events: none !important;
    background: #009ace !important;
    color: #ffffff !important;
    border: 1px solid #009ace;
}

.prom_image {
    overflow: hidden;
    width: 100%;
}

    .prom_image img {
        width: 100%;
        position: relative;
        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 .swiper-slide .row .col-lg-6 span {
    color: #ffffff;
    font-size: 1.8em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 0.8em !important;
    height: auto;
    opacity: 0.5;
}

.swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-6 p {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 1.1em;
}

.swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-6 h4 {
    text-align: left !important;
    margin-bottom: 5px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 18px;
    font-size: 1.51em;
    margin-top: 8px;
    color: #ffffff;
    padding-right: 20%;
}
/*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 #009ace !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-4 i {
            color: #ffffff;
            font-size: 6em;
            text-align: center;
            background-color: #D7D7D7;
            border-radius: 100%;
            padding: 1em;
            display: block;
            margin-top: 40px;
            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 i {
        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: #009ace;
    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: #009ace;
    position: absolute;
    display: block;
    padding: 6px 8px;
    border-right: 1px solid #009ace;
    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: #006669 !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;
    line-height: 1em;
    padding: 0;
    margin: auto;
    color: #009ace;
}

.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: 105%;
        background-repeat: no-repeat;
        background-position: center;
        float: right;
    }

.trat_image {
    border-radius: 100%;
    overflow: hidden;
    width: 75px;
    height: 75px;
    background-size: 157%;
    background-repeat: no-repeat;
    background-position: -28px 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;
}

    .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: 4px;
        font-size: 0.9em;
        line-height: 1.2em;
        text-align: center;
        border-bottom: 1px solid #DDDDDD;
        padding-bottom: 17px;
        margin-bottom: 5px;
    }

.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: #009ace;
    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;
}

.contact_form_row .col-lg-6 ul hr {
    display: none
}

.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: 120px;
    max-height: 150px;
    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 {
    padding-left: 0;
}

    .detail_table table {
        margin-top: 30px;
        margin-bottom: 70px;
    }

.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-top: 10px;
    padding-left: 22px;
    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;
}

.home_slider {
    width: 100%;
    overflow: hidden;
    clear: both;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    left: -25px
}

    .home_slider .swiper-button-next {
        right: -3px;
        left: auto;
        width: 21px;
        height: 32px;
        background-size: 20px 32px;
        margin-top: 0;
        top: 27%;
        display: block;
        color: #191919;
    }

.swiper-container_home .swiper-pagination {
    display: none;
}

.home_slider .swiper-button-next:after, .home_slider .swiper-button-prev:after {
    font-size: 30px;
}

.swiper-button-next:focus, .swiper-button-prev:focus {
    outline: 0px;
}

.home_slider .swiper-button-prev {
    left: 3px;
    right: auto;
    width: 21px;
    height: 32px;
    background-size: 20px 32px;
    margin-top: 0;
    top: 30%;
    display: block;
    color: #191919;
}

.swiper-container_home .swiper-wrapper .swiper-slide .row .col-lg-12 {
    background: rgba(5,33,40,0.12);
    border-radius: 5px;
    padding-top: 15px;
    margin-bottom: 8px;
    min-height: 108px;
}

.swiper-container_home .swiper-pagination .swiper-pagination-bullet {
    background: rgba(0,0,0,0.85) !important;
    float: left;
}

.swiper-container_home .swiper-pagination .swiper-pagination-bullet-active {
    background: #191919 !important;
}


.swiper-container_home .swiper-wrapper .swiper-slide .row .col-lg-12 p {
    font-size: 1em;
    font-weight: 300;
    margin-top: 6px;
}

.swiper-container_home .swiper-wrapper .swiper-slide .row .col-lg-12 h4 {
    color: #009ace;
    text-align: left;
    font-weight: 600;
}

/*media queries*/

li.nav-item.dropdown a i {
    font-size: 1.7em;
    position: absolute;
    top: 6px;
}

img.placa_mobile {
    display: none;
}

.main_form_block {
    display: none
}

.col-sm-4 {
    display: inline-block;
}
