/*/// GENERAL ///*/

@font-face {
    font-family: "Futura Medium";
    src: url("../font/Futura_Medium.woff") format("woff"),
    url("../font/Futura_Medium.ttf") format("truetype");
}

:root {

	--rosa: #eb008b;
	--azul-bien-oscuro: #66124a;
	--gris: #3b4964;
    --azul-texto: #009ace;
    --azul-bien-oscuro: #003071;
    --azul-oscuro: #006faf;
    --azul-boton: #009ace;
    --negro: black;

}

*:not(.map-container *) {
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

html, body {
    max-width: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    background: #fff;
	color: var(--gris);
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

h1, h2, h3 {
	font-family: 'Ubuntu', Arial, sans-serif;
	font-weight: 700;
}

h2 {
    color: var(--azul-texto);
}

b, strong {
    font-weight: 700;
}

a {
	text-decoration: none !important;
}

.boton {
    background: var(--rosa);
    border: none;
	box-shadow: none;
	border-radius: 10px;
	color: #fff;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1em;
	display: inline-block;
	text-transform: uppercase;
	padding: 20px 40px 21px;
}

.boton:hover {
    background: var(--azul-oscuro);
    color: #fff;
}

@media (min-width: 768px) {
    
    h2 {
        font-size: 3em;
    }
    
    .hide-desktop {
        display: none;
    }
    
}

@media (max-width: 767px) {

	.container {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.hide-mobile {
	    display: none !important;
	}

}

/*/// INICIO ///*/

#inicio {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: top -100px center;
	background-size: cover;
	color: #009ace;
	height: 100vh;
	/* clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0); */
}

/* Background específico para página de blanqueamiento 1920 × 1281 */
.page-blanqueamiento #inicio {
	background-image: url('../img/inicio_blanqueamiento.webp');
}

/* Background específico para página de implantes 1920 × 1281*/
.page-implantes #inicio {
	background-image: url('../../implantes/img/inicio_implantes.webp');
}

/* Background específico para página de endodoncia 1920 × 1281*/
.page-endodoncia #inicio {
	background-image: url('../../endodoncia/img/inicio_endodoncia.webp');
}

/* Background específico para página de dentista-montevideo 1920 × 1281*/
.page-dentista-montevideo #inicio {
	background-image: url('../../images/inicio_dentista_montevideo.webp');
}

#inicio .container {
    position: relative;
    height: 100%;
}

#inicio img {
    display: inline-block;
    height: 30px;
    margin-bottom: 30px;
}

#inicio h1 {
    font-size: 3.0em;
}

#inicio p {
    font-size: 2em;
    margin: 30px 0 40px;
    color: #003071
}

#inicio strong {
    font-size: 18px;
    display: block;
    margin: 25px 0 0;
}

#inicio .boton {
    background: var(--azul-boton);
    border: 2px solid #009ace !important;    
}

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

@media (max-width: 1400px) {
    
    #inicio h1 {
        font-size: 3em;
    }
    
    #inicio p {
        font-size: 1.5em;
    }
    
    #inicio strong {
        font-size: 16px;
    }
    
}

@media (max-width: 1200px) {
    
    #inicio h1 {
        font-size: 2.5em;
    }
    
    #inicio p {
        font-size: 1.2em;
    }
    
}

@media (min-width: 993px) {
    
    #inicio .row {
        position: absolute;
        top: calc(50% - 100px);
        left: 0;
        transform: translateY(-50%);
        width: 100%;
    }
    
}

@media (max-width: 992px) {

    #inicio {
	    /* background-size: cover !important; */
	    background-repeat: no-repeat;
	    background-position: bottom center !important;
	    min-height: 100dvh;
	    width: 100vw;
	    height: 100dvh;
	    padding-top: 30px;
    	clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
    	text-align: left;
    	box-sizing: border-box;
    }
    
    /* Mobile background específico para página de blanqueamiento 1080 x 1500 */
    .page-blanqueamiento #inicio {
	    background-image: url('../img/inicio_blanqueamiento_m.webp');
    }
    
    /* Mobile background específico para página de implantes  1080 x 1500 */
    .page-implantes #inicio {
	    background-image: url('../../implantes/img/inicio_implantes_m.webp');
    }
    
    /* Mobile background específico para página de endodoncia  1080 x 1500 */
    .page-endodoncia #inicio {
	    background-image: url('../../endodoncia/img/inicio_endodoncia_m.webp');
    }
    
    /* Mobile background específico para página de dentista-montevideo  1080 x 1500 */
    .page-dentista-montevideo #inicio {
	    background-image: url('../../images/inicio_dentista_montevideo_m.webp');
    }
    
    /* Mobile padding for entire "que es implante" section */
    #que-es-implante .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    #que-es-implante .row {
        margin-left: 0;
        margin-right: 0;
    }
    
    #que-es-implante .col-12,
    #que-es-implante .col-lg-6,
    #que-es-implante .col-lg-4,
    #que-es-implante .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }
    
    #que-es-implante .prom_image {
        padding: 0;
    }
    
    #que-es-implante .card {
        margin-left: 5px;
        margin-right: 5px;
    }
    
}
    
@media (max-width: 767px) {
    
    #inicio h1 {
        font-size: 1.85em;
        text-align: left;
    }
    
    #inicio p {
        font-size: 18px;
    }
    
    #inicio strong {
        margin: 20px 0 0;
    }
    
}

@media (max-width: 500px) {
    
    
    #inicio {
        background-size: auto calc(100% - 250px);
    }
    
}

/*/// FAQs ///*/

#preguntas-frecuentes {
    background: #fff;
    position: relative;
    padding-top: 90px;
    padding-bottom: 100px;
    margin-top: -200px;
}

#preguntas-frecuentes h2 {
    text-align: center;
    margin: 0 0 50px;
}

#preguntas-frecuentes img {
    width: auto;
    height: calc(100% - 220px);
    max-height: 800px;
    position: absolute;
    bottom: 0;
    left: -100px;
}

#preguntas-frecuentes .texto > a {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 30px;
    color: var(--gris);
    display: block;
    padding: 15px 70px 15px 30px;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

#preguntas-frecuentes .texto > a::after {
    content: "+";
    background: var(--rosa);
    border-radius: 100%;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

#preguntas-frecuentes .texto > a.o::after {
    content: "-";
}

#preguntas-frecuentes .card {
    background: #f2f2f2;
    border-radius: 0 0 30px 30px;
    border: none;
    padding: 50px 30px 25px;
    margin: -25px 0 0;
    z-index: 1;
}

#preguntas-frecuentes .card a {
    color: var(--rosa);
}

#preguntas-frecuentes .card a:hover {
    color: var(--azul-bien-oscuro);
}

@media (max-width: 992px) {
    
    #preguntas-frecuentes {
        padding-top: 70px;
        padding-bottom: 0;
        margin-top: 0;
    }
    
    #preguntas-frecuentes .imagen {
        height: 400px;
        position: relative;
        margin-top: 80px;
        order: 2;
    }
    
    #preguntas-frecuentes img {
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    
    #preguntas-frecuentes .texto {
        order: 1;
    }
    
    #preguntas-frecuentes h2 {
        margin: 0 0 30px;
    }

}

/*/// PRECIO ///*/

.precio {
    background-image: radial-gradient(circle at center, var(--rosa) 40%, var(--azul-bien-oscuro) 100%);
    color: #fff;
    font-size: 1.5em;
    padding-top: 95px;
    padding-bottom: 85px;
    text-align: center;
}

.precio .row {
    align-items: center;
}

.precio .cantidad {
    text-align: center;
}

.precio .cantidad em {
    font-style: normal;
    text-decoration: line-through;
}

.precio .cantidad strong {
    font-size: 2em;
    line-height: 1em;
}

.precio .cantidad span {
    font-size: 0.8em;
}

.precio .boton {
    background: transparent;
    border: 3px solid #fff;
    display: block;
    text-align: center;
    width: 305px;
    margin: 0 auto;
}

.precio .boton:hover {
    background: var(--azul-bien-oscuro);
    border-color: var(--azul-bien-oscuro);
}

.precio .pago-seguro {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    max-width: 90%;
    margin: 30px 0 0 auto;
}

.precio .pago-seguro img {
    width: 100px;
    height: auto;
    margin-left: 15px;
}

.precio .aviso {
    font-size: 16px;
    margin-top: 50px;
}

.precio .aviso span {
    font-size: 20px;
}

.precio .aviso a {
    color: #fff;
    font-weight: bold;
}

.precio .aviso a:hover {
    color: var(--azul-bien-oscuro);
}

@media (min-width: 993px) {
    
    .precio {
        font-size: 2em;
    }
    
    .precio .descripcion {
        text-align: left;
    }
    
    .precio .cantidad strong {
        font-size: 2.5em;
    }

    .precio .boton {
        font-size: 0.8em;
        margin: 0 0 0 auto;
        width: 90%;
    }
    
}

@media (max-width: 992px) {
    
    .precio {
        padding-top: 75px;
        padding-bottom: 80px;
    }
    
    .precio .cantidad {
        margin: 30px 0 35px !important;
    }
    
    .precio .boton {
        font-size: 0.9em;
    }
    
    .precio .pago-seguro {
        margin: 30px auto 0;
    }
    
}

/*@media (min-width: 768px) {
    
    .precio .aviso a.medio::before {
        content: "-";
        font-weight: 400;
        padding: 0 10px;
    }
    
    .precio .aviso a.medio::after {
        content: "-";
        font-weight: 400;
        padding: 0 10px;
    }

}

@media (max-width: 767px) {
    
    .precio .aviso a {
        display: block;
    }
    
    .precio .aviso a.primero {
        margin-top: 20px;
    }
    
}*/

/*/// ANTES Y DESPUES ///*/

#antes-despues {
    padding-top: 85px;
    padding-bottom: 100px;
    text-align: center;
}

#antes-despues h2 {
    margin: 0 0 30px;
}

#antes-despues p {
    margin: 0 0 70px;
}

#antes-despues img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    
    #antes-despues {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    
    #antes-despues img {
        margin: 0 0 30px;
    }
    
}

@media (min-width: 768px) {
    
    #antes-despues p {
        font-size: 22px;
    }
    
}

/*/// EMPRESA ///*/

#empresa {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
}

#empresa::before {
    content: "";
    background: url('../img/empresa-bg.jpg') no-repeat center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 112%;
    z-index: -1;
}

#empresa h2 {
    margin: 0 0 50px;
}

@media (min-width: 993px) {

    #empresa .texto {
        padding-right: 100px;
    }

    #empresa .grande {
        font-size: 1.2em;
        margin: 0 0 30px;
    }
    
}

@media (max-width: 992px) {
    
    #empresa {
        padding-top: 80px;
        padding-bottom: 0;
        text-align: center;
    }
    
    #empresa::before {
        top: auto;
        bottom: 0;
        height: 400px;
        width: 100%;
    }
    
    #empresa h2 {
        margin: 0 0 30px;
    }
    
    #empresa h2 br {
        display: none;
    }
    
    #empresa .imagen {
        height: 400px;
        margin-top: 55px;
    }
    
}

/*/// SUCURSALES ///*/

#sucursales {
    background: var(--azul-boton);
    color: #fff;
    padding-top: 100px;
    padding-bottom: 130px;
    text-align: center;
	/* clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0); */
}



#sucursales h3 {
    margin: 0 0 30px;
}

#sucursales i {
    color: white;
    padding-right: 15px;
}

#sucursales p {
    margin: 0;
}

#sucursales a {
    color: #fff;
    font-weight: bold;
}

#sucursales a:hover {
    color: var(--azul-bien-oscuro);
}

@media (min-width: 768px) {
    
    #sucursales h3 {
        font-size: 2em;
    }

    #sucursales p {
        font-size: 20px;
    }
    
}

@media (max-width: 767px) {
    
    #sucursales {
        padding-top: 80px;
        padding-bottom: 100px;
	    /* clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0); */
    }
    
    #sucursales .mvd {
        margin-bottom: 50px;
    }
    
}

/*/// CONTACTO ///*/

#consultar {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 100px;
}

#consultar h2 {
    margin: 0 0 70px;
}

.contacto .form-control {
    border-color: #ccc;
    border-radius: 10px;
    line-height: 1em;
    height: auto;
    padding: 15px 20px;
    margin: 0 0 10px;
}

.contacto .enviar {
    margin-top: 25px;
}

/*.contacto .mensaje {
    display: none;
}

.contacto .mensaje.show {
    display: block;
}*/

.contacto .help-block.with-errors ul {
    color: #CC0000;
    font-size: 14px;
    text-align: left;
    margin-top: -20px;
}

@media (max-width: 767px) {
    
    #consultar h2 {
        margin: 0 0 50px;
    }
    
    #consultar {
        padding-top: 80px;
        padding-bottom: 80px;
    }

}

/*/// PAGO REALIZADO ///*/

#pago-realizado .sub {
    margin: 0 0 50px;
}

#pago-realizado form {
    max-width: 600px;
    margin: 0 auto;
}

#pago-realizado .enviar {
    margin-top: 40px;
}

#pago-realizado .clinica input {
    display: none;
}

#pago-realizado .clinica label {
    display: inline-block;
    text-align: left;
    padding-left: 50px;
    width: calc(50% - 3px);
    position: relative;
}

#pago-realizado .clinica label::before {
    content: "\f0c8";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

#pago-realizado .clinica input:checked + label {
    border-color: #0087ff;
}

#pago-realizado .clinica input:checked + label::before {
    content: "\f14a";
    color: #0087ff;
}

#pago-realizado .clinica label:hover {
    cursor: pointer;
}

@media (max-height: 767px) {
    
    #pago-realizado.centrado {
        padding-top: 50px;
        padding-bottom: 60px;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
    }
    
}

@media (max-width: 767px) {
    
    #pago-realizado img {
        max-width: 200px;
    }
    
    #pago-realizado .clinica label {
        width: 100%;
    }
    
}

/*/// CENTRADO ///*/

.logo {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    text-align: center;
}

.logo img {
    height: auto;
	width: 200px;
}

.centrado {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.centrado img {
	margin: 0 0 50px;
	height: auto;
	width: 100%;
	max-width: 330px;
}

.centrado h1 {
	font-size: 3em;
	margin: 0 0 30px;
}

.centrado h1 span {
    display: inline-block;
    vertical-align: middle;
}

.centrado .sub {
    font-size: 1.5em;
    margin: 0 0 55px;
}

.mensaje i {
    border: 5px solid #ddd;
    border-radius: 50%;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    line-height: 40px;
    text-align: center;
    margin: 0 20px 0 0;
}

.exito i {
    border-color: #00CC66;
    color: #00CC66;
}

.error i {
    border-color: #CC0000;
    color: #CC0000;
}

.boton.out {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 136px;
}

@media (max-width: 767px) {
    
    .centrado h1 {
        font-size: 2em;
    }
    
    .centrado .sub {
        font-size: 1.2em;
        margin: 0;
    }
    
}

@media (max-width: 767px) and (min-width: 501px) {
    
    .mensaje i {
        border-width: 3px;
        font-size: 16px;
        width: 30px;
        line-height: 24px;
    }
    
}

@media (max-width: 500px) {
    
    .mensaje i {
        display: block;
        margin: 0 auto 20px;
    }
    
}

/*/// FOOTER ///*/

#footer {
    background: var(--negro);
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

#footer a {
    color: white;
    font-weight: 700;
}

#footer a:hover {
    color: var(--gris);
}

#footer .copyright {
    color: white;
    margin: 0;
    font-size: 0.9em;
    line-height: 1.2;
}

#footer .copyright img {
    height: 12px;
    width: auto;
    position: relative;
    top: -0.8px;
    opacity: 0.9;
}

.whatsapp {
    background: #25D366;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 35px;
    right: 2vw;
    animation: pulse-wapp 2s infinite;
    z-index: 2;
}

.whatsapp:hover {
    background: #128C7E;
    color: #fff;
}

.whatsapp i {
    font-size: 30px;
    line-height: 60px;
}

@media (max-width: 992px) {
    
    .whatsapp {
        border-radius: 50% 0 0 50% !important;
        width: 45px;
        height: 45px;
        right: -5px;
        bottom: 25px;
    }
    
    .whatsapp i {
        font-size: 20px;
        line-height: 45px;
    }
    
}

/*/// ANIMACIONES ///*/

@keyframes pulse-wapp {
	0% {
		transform: scale(0.90);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
	}

	100% {
		transform: scale(0.90);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
	}
}

/*/// CUSTOM NICO ///*/

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


.main_title h2 {
    text-align: center;
}

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

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

/* SWIPER */
.lista_promociones {
    background: url(../images/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;
}
.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.50em;
    margin-top: 8px;
    color: #ffffff;
    padding-right: 20%;
}



/* CONTACT FORM */
.contact_form_row {
    padding: 0px;
    text-align: left;
}

.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;
    font-size: 1.2em !important;
    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 ul li i.footer_i {
    margin-right: 10px;
    font-size: 1.3em;
    display: inline-block;
    min-width: 20px;
    text-align: center;
}

.contact_form_row ul li a,
.contact_form_row ul li p {
    display: flex;
    align-items: center;
    padding-left: 0 !important;
}

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

    a.whsp_btn:hover {
        background-color: rgba(0,0,0,0) !important;
        border: 2px solid #ffffff !important;
        outline: 0 !important;
        box-shadow: none !important;
        color: white !important;
    }

.contact_form_row 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 ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.contact_form_row ul li {
    list-style-type: none !important;
    display: flex;
    align-items: flex-start;
    padding-left: 0 !important;
    margin: 10px 0;
}

.contact_form_row ul li:before {
    content: none !important;
    display: none !important;
}

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

.contact_form_row ul li i.footer_i {
    margin-right: 10px;
    font-size: 1.3em;
    display: inline-block;
    min-width: 20px;
    text-align: center;
}

.contact_form_row ul li a,
.contact_form_row ul li p {
    display: flex;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    padding-left: 0 !important;
}

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

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

.main_title {
    margin: 50px auto 30px auto;   
}

/* MEDIA QUERIES */
@media only screen and (max-width: 1300px) {
    .cont_line {
        max-width:65%
    }
}

@media only screen and (max-width: 1200px) {
    .search_input {
        max-width:155px
    }

    .lista_promociones {
        background-size: 200%;
        background-repeat: no-repeat;
        background-position-y: 122px;
    }

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

    .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-6 {
        float: none;
        padding: 0;
        width: 100%;
        max-width: 100%;
        display: block
    }

    .prom_image {
        overflow: hidden;
        width: 100%;
        max-height: 10000px!important;
        max-width: 400px;
        margin: auto
    }

    .prom_image img {
        width: 100%;
        max-width: 100%;
        position: relative;
        left: 0;
        top: 0
    }

    .swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-6 {
        float: none;
        padding: 25px 25px;
        width: 100%;
        max-width: 100%;
        clear: both
    }

    .swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-6:last-child {
        padding-top: 0!important;
        max-width: 600px;
        margin: auto
    }

    .how_it_works .container .col-lg-3 h4 {
        font-size: 1.2em
    }

    .form_cta {
        font-size: .8em
    }

    .sp-thumbnail-container {
        margin: 20px 5px!important;
        width: 23.6%!important;
        height: auto!important
    }

    .newsletter form input,.footer_news input {
        background-color: #fff;
        padding: 11px 26px;
        max-width: 90%;
        margin: auto;
        display: block!important;
        width: 90%!important
    }
}

@media only screen and (min-width: 991px) and (max-width:1300px) {
    .archivo-link {
        display:none!important
    }

    .swiper-container_promos .swiper-wrapper .swiper-slide .row {
        margin-top: 43px
    }

    .navbar-brand img,.navbar-brand svg {
        width: 173px
    }

    .menu_text {
        font-size: .7em
    }

    .navbar-nav li {
        margin: 5px 13px
    }

    .how_it_works .container .col-lg-3 {
        margin-top: 10px
    }

    .main_banner {
        height: auto;
        padding-bottom: 85px!important;
        background-size: 114%
    }
}

/* @media only screen and (min-width: 600px) and (max-width:991px) {
    .contact_form_row .col-lg-6 ul hr {
        display:block;
        clear: both;
        position: relative;
        margin-top: 6px!important;
        margin-bottom: 6px!important;
        border-top: 1px solid rgba(256,256,256,1);
        max-width: 247px
    }
} */

@media only screen and (max-width: 1270px) {
    .main_text {
        padding:0 10px!important
    }

    .main_form_block {
        max-width: 60%!important;
        padding: 0!important
    }

    .form_cta {
        padding: 8px 5px
    }
}

@media only screen and (max-width: 991px) {
    .contact_box .col-lg-4 {
        display:none!important
    }

    .before_after_cont {
        right: auto!important
    }

    .invisalign_logo {
        max-width: 139px!important
    }

    .col-lg-6.before_after_cont {
        margin-top: 40px
    }

    .container {
        max-width: 100%!important
    }

    .personas_portada {
        width: 35%
    }

    .dropdown-item.active,.dropdown-item:active {
        color: #4c4c4c !important;
        text-decoration: none !important;
        background-color: rgba(0,0,0,0) !important;
        border-radius: 0 !important
    }

    li.nav-item.dropdown a i {
        margin-left: 4px
    }

    .ingresar_drop::after {
        content: "ï¸"!important;
        position: absolute
    }

    .btn-primary {
        padding: 9px 26px;
        font-size: 1.1em
    }

    .main_text ul li {
        font-size: 1.1em;
        margin-top: 4px
    }

    .main_text ul li:after {
        top: 3px
    }

    .swiper-container_patients .swiper-wrapper {
        width: 100%!important;
        display: block;
        overflow: auto
    }

    .patients .container .row .col-lg-12 {
        padding: 0 15px
    }

    .swiper-button-next_patients,.swiper-button-prev_patients,.swiper-container_patients .swiper-pagination,.swiper-container_patients .swiper-slide p {
        display: none!important
    }

    .swiper-container_patients .swiper-slide img {
        position: relative
    }

    .swiper-container_patients .swiper-slide {
        width: 46%!important;
        display: inline-block;
        float: left;
        margin: 4px!important;
        height: auto
    }

    .backmenu {
        background-color: rgba(0,0,0,.5);
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        height: 100vh;
        z-index: 1;
        display: block;
        top: 73px
    }

    .main_title h1 {
        padding: 10px 10px 0 10px;
        max-width: 100%;
        margin: auto;
        font-size: 1.3em
    }

    .main_title {
       margin: 50px auto 30px auto;        
        font-size: 1.4em;
        padding: 0;
        max-width: 100%;
        margin-bottom: 30px
    }

    section.before_after {
        padding-bottom: 40px
    }

    .illus_dientes {
        width: 100%;
        max-width: 400px;
        margin-bottom: 45px
    }

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

    .before_after .container .row .col-lg-6 h2 {
        font-size: 1.6em
    }

    .contact_form_row h1 {
        font-size: 1.8em
    }

    .main_title span {
        font-size: .6em
    }

    section {
        display: block;
        padding-left: 5%;
        padding-right: 5%
    }

    .bf-wrapper {
        width: 100%;
        height: 240px
    }

    .animation_patients {
        display: block
    }

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

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

    .location_select {
        display: none
    }

    /* .contact_form_row h3 {
        font-size: 1.2em
    } */

    .swiper-container_patients {
        margin-top: 29px
    }

    .swiper-container_promos .swiper-pagination .swiper-pagination-bullet {
        float: none
    }

    .swiper-container_promos .swiper-pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background: #fff!important
    }

    .cont_main_ctas {
        margin-top: 9px
    }

    section.about_doc {
        padding-top: 90px;
        padding-bottom: 80px;
        padding-left: 5%;
        padding-right: 5%
    }

    .swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-6:last-child {
        position: relative;
        padding: 25px 0
    }

    .swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-6 h4 {
        text-align: left!important;
        width: 100%;
        display: block;
        margin-bottom: 2px;
        padding-bottom: 20px;
        padding-right: 0!important
    }

    .swiper-container_promos>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        float: none;
        left: 50%!important;
        right: auto!important
    }

    .swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-6 p {
        text-align: left!important;
        width: 100%;
        display: block;
    }

    .swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-6 span {
        font-size: 1.5em;
        text-align: center!important;
        width: 100%;
        display: block;
        margin-bottom: 10px
    }

    .navbar {
        text-transform: uppercase;
        padding: 0!important;
        z-index: 100;
        position: fixed;
        width: 100%
    }

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

    #home_video {
        bottom: 0;
        top: auto;
        display: none
    }

    .home_slider .swiper-button-next,.home_slider .swiper-button-prev {
        display: none
    }

    .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: 0;
        width: 100%;
        text-align: center
    }

    .clinica_block .col-lg-8 div p {
        font-size: .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 0
    }

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

    .main_text img {
        max-width: 160%
    }

    .main_form {
        margin: auto;
        max-width: 92%;
        background-color: rgba(0,0,0,.25);
        margin-top: 15%
    }

    .form_cta {
        font-size: .9em;
        max-width: 100%
    }

    .main_form_block {
        max-width: 100%!important;
        padding: 0!important;
        position: absolute;
        overflow: hidden
    }

    .main_form {
        margin-top: 15%;
        padding-bottom: 50px
    }

    .main_form_block {
        max-width: 100%!important
    }

    .search_bar i {
        color: #009ace;
        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
    }

    .categ_slider {
        padding: 20px!important;
        width: 100%;
        margin: 28px 0
    }

    .maps {
        padding-left: 0!important;
        padding-right: 0!important
    }

    footer .container {
        padding-left: 6%;
        padding-right: 6%
    }

    .maps .main_title {
        padding-left: 5%;
        padding-right: 5%
    }

    .maps .container {
        padding-left: 0;
        padding-right: 0
    }

    .before_after .container .row .col-lg-6 small {
        margin-top: 0
    }

    .row .col-lg-6,.row .col-lg-7,.row .col-lg-5,.row .col-lg-12 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .contact_form_row .col-lg-6 ul li {
        margin: 10px 0 10px 30px
    }

    .mapcta {
        padding: 9px 26px;
        display: inline-block
    }

    .patients {
        padding-top: 1px;
        padding-bottom: 60px
    }

    .swiper-container_promos {
        margin-top: -62px
    }

    .container {
        padding-right: 11px;
        padding-left: 11px
    }

    img.topdoctor {
        max-width: 100%
    }

    .main_banner {
        width: 100%;
        background-color: #102330;
        padding: 0 0 60px 0!important;
        margin: 0!important;
        overflow: visible;
        height: auto;
        position: relative;
        background-repeat: no-repeat;
        background-size: 121%
    }

    .contact_form_row .col-lg-6:last-child {
        display: none
    }

    .footer_i {
        font-size: 1.3em!important
    }

    .contact_form_row .col-lg-6 ul li:first-child,.contact_form_row .col-lg-6 ul li:nth-child(3),.contact_form_row .col-lg-6 ul li:nth-child(5) {
        border-right: 0 solid #fff
    }

    .contact_form_row .col-lg-6 ul li {
        margin-bottom: 15px;
        display: block;
        clear: both;
        border: 0
    }

    li.i1_i3_i5 {
        margin-bottom: 0!important
    }

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

    .contact_form_row .col-lg-6 ul hr {
        display: block;
        clear: both;
        position: relative;
        margin-top: 6px!important;
        margin-bottom: 6px!important;
        border-top: 1px solid rgba(256,256,256,1)
    }

    footer .container {
        background: transparent
    }

    .footer_bg {
        display: none
    }

    .footer_bg div:last-child {
        display: none
    }

    .footer_bg div:first-child {
        width: 100%
    }

    .main_text h2 {
        font-size: 2.3em
    }

    .main_text p {
        font-size: 1.3em;
        line-height: 1.2em;
        margin-top: 8px
    }

    .home_slider {
        left: 0;
        padding: 0
    }

    .swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets {
        margin-top: 5px!important;
        display: block;
        position: relative!important;
        overflow: auto;
        left: auto
    }

    .swiper-container_home .swiper-wrapper .swiper-slide .row .col-lg-12 {
        min-height: 95px;
        margin-bottom: 15px;
        padding-top: 10px
    }

    .swiper-container_home .swiper-wrapper .swiper-slide .row .col-lg-12 h4 {
        font-size: 1.1em;
        letter-spacing: -.5px
    }

    .swiper-container_home .swiper-wrapper .swiper-slide .row .col-lg-12 p {
        line-height: 1.3em
    }

    .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: 0
    }

    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;
        -moz-box-shadow: 0 5px 5px rgba(68,68,68,.4);
        -webkit-box-shadow: 0 5px 5px rgba(68,68,68,.4);
        box-shadow: 0 5px 5px rgba(68,68,68,.4);
        z-index: 111;
        position: relative
    }

    .dropdown-item {
        color: #4c4c4c!important;
        padding-left: 11px!important;
        margin-bottom: 10px;
        font-size: .7em
    }

    .nav-link {
        color: #4c4c4c!important;
        font-size: .66em
    }

    #dropdown01::after,#dropdown02::after,#dropdown03::after {
        display: none!important
    }

    .nav_container .row {
        width: 100%;
        display: block
    }

    .navbar-brand {
        padding-left: 0;
        max-height: 105px
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
        float: right;
        margin-top: 6px;
        position: absolute;
        right: 11px;
        outline: 0;
        border: 0;
        padding: .25rem 0
    }

    .nav_container,.nav_container .row,.navbar {
        width: 100%;
        padding: 0!important
    }

    #dropdown01::after,#dropdown02::after,#dropdown03::after {
        color: #fff!important;
        top: 3px;
        position: relative
    }

    .nav-item {
        border-bottom: 1px solid #fff
    }

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

    .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) {
    .treatment_block .old_price {
        border-right:0!important;
        width: 100%!important;
        max-width: 100%!important;
        flex: 0 0 100%
    }

    .main_form_block {
        max-width: 100%!important;
        padding: 0!important;
        position: relative;
        overflow: visible;
        bottom: 0;
        margin-top: 41px!important
    }

    .main_banner .container {
        max-width: 100%!important;
        padding: 0
    }

    .main_form_block img {
        width: 100%;
        display: block;
        margin: auto;
        bottom: 0
    }

    .col-lg-7.main_text {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    .personas_portada {
        display: none
    }

    .main_form_block {
        display: block;
        width: 100%;
        margin: auto
    }

    .main_banner {
        background: url(../images/main_mobile_bg.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        padding-bottom: 0!important
    }

    .treatment_block .new_price {
        border-right: 0!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
    }

    .prom_cta {
        margin: auto!important
    }
}

@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_banner {
        background-size: 136%
    }

    .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 #fff
    }

    .treatment_block {
        max-width: 100%
    }

    .who_we_are h6 {
        padding: 5px 15px;
        font-size: .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
    }

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

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

@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: 0 5px 5px 5px;
        margin-bottom: 4px;
        border: 3px solid #fff;
        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%
    }
}

@media only screen and (min-width: 992px) {
    .col-lg-3 {
        -ms-flex:0 0 25%;
        flex: 0 0 25%;
        max-width: 24%;
        display: inline-block
    }

    .contact_box .col-lg-8 {
        padding-left: 60px
    }

    .col-lg-8 {
        max-width: 64.666667%
    }
}

#antes-y-despues img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 992px) {
    #antes-y-despues img {
        /* max-width: 100vw; */
        /* width: 100vw; */
        height: auto;
    }
}



/* Dra. Karina Zingman section responsive styles */
#dra-karina .main_title {
    text-align: center;
    margin-bottom: 40px;
}
#dra-karina ul.karina-list {
    font-size: 0.98em; /* smaller text */
    margin: 0;
    padding: 0 18px; /* horizontal padding */
}
#dra-karina ul.karina-list li {
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
    font-family: 'Montserrat', Arial, sans-serif;
}
#dra-karina ul.karina-list li:before {
    display: none;
}
#dra-karina ul.karina-list i {
    color: var(--azul-boton, #1e68a1);
    font-size: 1.2em;
    min-width: 1.5em;
    margin-right: 10px;
    margin-top: 3px;
    display: inline-block;
}
@media (max-width: 992px) {
    #dra-karina .row {
        flex-direction: column;
    }
    #dra-karina .col-lg-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    #dra-karina img {
        margin-bottom: 24px;
    }
    
    /*
    #dra-karina ul.karina-list {
        padding: 8px 8px; 
    } 
    */
    
}


/* GOOGLE REVIEWS */
#google-reviews {
    margin-bottom: 30px;
}

/* GOOGLE MAPS */
/* Agregar estos estilos al archivo CSS */
.map-container {
    height: 300px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

#ubicacion {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.map-container {
    height: 400px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
}

#ubicacion h3 {
    color: var(--azul-texto);
    margin-bottom: 5px;
}

#ubicacion .fas {
    margin-right: 8px;
}