/*
Theme Name: Twenty Twenty Child
Theme URI: https://www.theoms.es/
Template: twentytwenty
Author: Gina Vicente
Author URI: https://www.theoms.es/
Description: Nuestro tema está diseñado para aprovechar al máximo la flexibilidad del editor de bloques. Las organizaciones y las empresas tienen la capacidad de crear páginas de destino dinámicas con diseños interminables utilizando los bloques de grupos y columnas. La columna de contenido centrada y la tipografía afinada también lo hacen perfecto para los blogs tradicionales. Los estilos completos del editor le brindan una buena idea de cómo se verá su contenido, incluso antes de publicarlo. Puede darle a su sitio un toque personal cambiando los colores de fondo y el color de acento en el Personalizador. Los colores de todos los elementos de su sitio se calculan automáticamente en función de los colores que elija, lo que garantiza un contraste de color alto y accesible para sus visitantes.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns,block-styles,wide-blocks,accessibility-ready
Version: 2.0.1.1662997719
Updated: 2022-09-12 15:48:39

*/





@font-face {
    font-family: 'axiabold';
    src: url('/wp-content/themes/twentytwenty-child/fonts/axia-bold-webfont.woff2') format('woff2'), url('/wp-content/themes/twentytwenty-child/fonts/axia-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'axiabold_italic';
    src: url('/wp-content/themes/twentytwenty-child/fonts/axia-bolditalic-webfont.woff2') format('woff2'), url('/wp-content/themes/twentytwenty-child/fonts/axia-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'axiaitalic';
    src: url('/wp-content/themes/twentytwenty-child/fonts/axia-italic-webfont.woff2') format('woff2'), url('/wp-content/themes/twentytwenty-child/fonts/axia-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'axiaregular';
    src: url('/wp-content/themes/twentytwenty-child/fonts/axia-regular-webfont.woff2') format('woff2'), url('/wp-content/themes/twentytwenty-child/fonts/axia-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* Animaciones */

.animacion-top {
    -webkit-animation: animacion-top 9s ease-out both;
    animation: animacion-top 9s ease-out both;
}

@-webkit-keyframes animacion-top {
    0% {
        background-position: center;
        background-size: 100%;
    }
    100% {
        background-position: center;
        background-size: 110%;
    }
}

.animacion-top-left {
    -webkit-animation: animacion-top 9s ease-out both;
    animation: animacion-top 9s ease-out both;
}

@-webkit-keyframes animacion-top-left {
    0% {
        background-position: center left;
        background-size: 100%;
    }
    100% {
        background-position: center-left;
        background-size: 105%;
    }
}

.animacion-left {
    -webkit-animation: animacion-left 9s ease-out both;
    animation: animacion-left 9s ease-out both;
}

@-webkit-keyframes animacion-left {
    0% {
        background-position: right;
        background-size: 100%;
    }
    100% {
        background-position: left;
        background-size: 105%;
    }
}

.animacion-zoom {
    -webkit-animation: animacion-zoom 9s ease-out both;
    animation: animacion-zoom 9s ease-out both;
}

@-webkit-keyframes animacion-zoom {
    0% {
        background-size: 95%;
    }
    100% {
        background-size: 100%;
    }
}

.animacion-bottom {
    -webkit-animation: animacion-bottom 9s ease-out both;
    animation: animacion-bottom 9s ease-out both;
}

@-webkit-keyframes animacion-bottom {
    0% {
        background-size: 100%;
    }
    100% {
        background-size: 105%;
        background-position: bottom;
    }
}

.bounce-top {
    -webkit-animation: bounce-top 0.9s both;
    animation: bounce-top 0.9s both;
}

@-webkit-keyframes bounce-top {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    65% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    82% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    93% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    25%,
    55%,
    75%,
    87% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}

@keyframes bounce-top {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    65% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    82% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    93% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    25%,
    55%,
    75%,
    87% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}

.text-focus-in {
    -webkit-animation: text-focus-in 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: text-focus-in 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}



/* Fin animaciones */


/* Generales */

body {
    font-size: 20px!important;
    line-height: 30px!important;
}

.entry-content {
    font-family: helvetica;
    font-size: 1rem;
}

h1,
h2,
h3,
h4 {
    font-family: axiabold, Arial;
    color: #202020;
    letter-spacing: .01em;
}

h2 {
    font-size: 56px;
    line-height: 58px;
    margin-bottom: 2rem;
}

h2 span,
.sub-t span {
    color: #B3B995;
    font-weight: bold;
}


.fondo h2 {
    font-size: 4vw;
    line-height: 5vw;
    margin-bottom: 6rem;
}

h3 {
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 2rem;
    font-weight: 900;
}

h4 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 11px;
    font-weight: 900;
}

.sub-t {
    font-size: 30px;
    line-height: 50px;
}

p.sub-t2 {
    font-size: 1.2vw;
    letter-spacing: 0.055em;
    line-height: 1.8vw;
}

body {
    font-size: 1.7em;
    line-height: 1.6em;
    font-family: helvetica;
}

p,
ul li {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    letter-spacing: 0.015em;
}

ul {
    margin: 2rem 0;
}

strong {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: inherit;
    color: #202020;
    letter-spacing: 0.015em;
}
.destaca {
	background:#f7f7f7;
	padding:2rem;
	font-size:20px;
	line-height:1.2;
}
.destaca strong {
	font-size:18px;
	line-height:1.2;
}
p.neg {
    color: #000000;
}


.fondo .row {
    margin: 0 0 4rem!important;
}

.separador {
    width: 100%;
    height: 120px;
}

.separador-linea.left {
    margin: 0px 0 2rem;
}
.separador-linea.right {
	float:right;
}

.text-right {
    text-align: right;
}

.row.no-margin-top {
    margin-top: 0!important;
}

.row.no-margin-bottom {
    margin-bottom: 0!important;
}

.row.no-margin-top .col-md-6.deco-linea-right {
    padding-top: 12rem;
}
.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus):first-letter, .wp-block-button.is-style-outline, a {
    color: #000000!important;
}
.fill-children-current-color * {
    fill: #fff!important;
}
.show-m, .sociedades.show-m {
	display:none!important;
}

body:not(.enable-search-modal) .site-logo img {
    width: 286%;
	width:286px;
}
.falta-imagen {
	background:#f7f7f7;
}

section.head.instalaciones video {
    top: 0;
    width: 100%!important;
    height: 100%!important;
}




/* Header */

#site-header {
    background: #ffffffb5;
    box-shadow: 0 10px 30px #00000017;
    z-index: 99999999999;
}

#site-header a {
    text-decoration: none;
    color: #000000;
    font-size: 1em;
}

#site-header a:hover {
    color: #B3B995;
}

#site-header .pide-cita {
    background: #b3b995;
    padding: 1.5rem 1.5rem;
    margin-top: 0px;
	margin-left:4rem;
}

#site-header .pide-cita a {
    color: #000000!important;
    display: contents;
}

#site-header .primary-menu ul {
    background-color: #ffffff;
    box-shadow: 10px 0 20px #00000033;
	    align-items: center;
}
ul.primary-menu {
	    align-items: center;
}

body:not(.overlay-header) .primary-menu>li>ul:after {
    border-bottom-color: #ffffff!important;
}

#site-header .primary-menu ul li ul.sub-menu li a:hover {
    background: #b3b99517;
}
ul#wp-admin-bar-top-secondary {
    display: none;
}
.primary-menu li {
    font-size: inherit;
    line-height: 1.25;
    position: relative;
    padding: .35vw;
}

.primary-menu>li>.icon {
    display: none;
}

.primary-menu li.pide-cita:before {
    background-image: url(/wp-content/uploads/2022/10/icono-logo.svg);
    background-size: 29px;
    background-repeat: no-repeat;
    background-position: center right;
    content: "";
    width: 29px;
    height: 16px;
    display: inline-block;
    margin-right: 7px;
    float: left;
	margin-top: 2px;
}

.header-toggles.hide-no-js {
    display: none;
}


/* Footer */

#site-footer {
    padding: 0;
}

.container-fluid.dark {
    background: #d9d9d95c;
    color: #202020;
    padding: 4em;
}

.container-fluid.dark a,
.section-bottom a {
    text-decoration: none;
}

.container-fluid.dark .col-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container-fluid.dark ul {
    list-style: none;
}

.section-bottom {
    padding: 4em;
    text-align: center;
    background: #202020;
    color: #ffffff;
    letter-spacing: .07em;
    font-size: 1em;
    font-weight: 300;
}

.section-bottom a {
    color: #ffffff!important;
	margin:0 2rem;
}
.section-bottom p {
	color:#ffffff;
	margin-bottom:2rem;
	    letter-spacing: .07em;
	font-size:1em;
}

.logo-footer {
    max-width: 316px;
}

ul.social-menu.footer-social.reset-list-style.social-icons.fill-children-current-color {
    margin: 5rem 0 0;
    padding: 0;
}

ul.footer-social li:first-child {
    margin: 1rem 0 0 0;
}

ul.footer-social li {
    margin: 1rem 0 0 9.4rem;
}

.social-icons a {
    background-color: #202020!important;
}

.col-md-4.logo-soc {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* Decoracion */

.row.primera {
    margin: 0;
}

.row.no-margin-top {
    margin-top: 0;
    align-items: center;
}

.row.no-margin-bottom {
    margin-bottom: 0;
    align-items: center;
}

.row.no-margin-top .col-md-6.deco-linea-right {
    padding-top: 12rem;
}

hr {
    border-bottom: 1px solid #b3b995!important;
    border-top: none;
    border-left: none;
    border-right: none;
    opacity: 1;
}

.deco-top-right {
    border-right: 1px solid #b3b995;
    border-top: 1px solid #b3b995;
    padding-right: 8rem;
    padding-top: 8rem;
    padding-bottom: 12rem;
    left: 1px;
    position: relative;
}

.deco-top-left {
    border-left: 1px solid #b3b995;
    border-top: 1px solid #b3b995;
    padding-left: 8rem;
    padding-top: 8rem;
    padding-bottom: 12rem;
    left: -1px;
    position: relative;
}

.deco-linea-left {
    border-left: 1px solid #b3b995;
    padding-left: 12rem;
    padding-top: 3rem;
    padding-bottom: 8rem;
    left: -1px;
    position: relative;
}

.deco-linea-left:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    bottom: -12.5px;
    left: -12.5px;
    z-index: 2;
}

.deco-top-right:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    bottom: -12.5px;
    right: -12.5px;
    z-index: 2;
}

.deco-bottom-left:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    bottom: -12.5px;
    left: -12.5px;
    z-index: 2;
}

.deco-linea-right:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    bottom: -12.5px;
    left: -12.5px;
    z-index: 2;
}

.deco-linea-right {
    border-right: 1px solid #b3b995;
    padding-right: 12rem;
    padding-top: 3rem;
    padding-bottom: 8rem;
}
.deco-linea-right-top {
    border-right: 1px solid #b3b995;
    padding-right: 12rem;
    padding-top: 3rem;
    padding-bottom: 8rem;
}


.deco-linea-top {
    padding-top: 7rem;
    border-top: 1px solid #b3b995;
}

.deco-linea-bottom {
    padding-bottom: 7rem;
    border-bottom: 1px solid #b3b995;
}

.padd-extra-top {
    padding-top: 10rem!important;
}

.padd-extra-bottom {
    padding-bottom: 10rem!important;
}

.padd-extra-left {
    padding-left: 10rem!important;
}

.padd-extra-right {
    padding-right: 10rem!important;
}

.texto-dos-cols p {
    column-count: 2;
    column-gap: 9rem;
}

.deco-bottom-right {
    border-right: 1px solid #b3b995;
    border-bottom: 1px solid #b3b995;
    padding-right: 6rem;
    padding-bottom: 8rem;
    right: 1px;
    position: relative;
}

.deco-bottom-left {
    border-left: 1px solid #b3b995;
    border-bottom: 1px solid #b3b995;
    padding-left: 6rem;
    padding-bottom: 8rem;
    padding-top: 3rem;
    left: -1px;
    position: relative;
}


/* Cabeceras general */

section.head {
    height: calc(100vh + 49px);
    display: flex;
    align-items: center;
    align-content: space-between;
    background-position: center;
    background-size: cover!important;
    background-repeat: no-repeat;
    margin-top: -157.5px;
    margin-bottom: 10rem;
    overflow: hidden;
    position:relative;
    min-height:800px;
}
section.head.instalaciones{
    margin-top: -157px;
}
section.head video{
position:absolute;
height:100%;
}

section.head .container {
    max-width: 80%;
    z-index: 2;
    position:relative;
    margin-top:180px;
   
}

section.head .deg-left {
    height: calc(100vh + 150px)!important;
    width: 75%;
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
	bottom:0;
	left:0;
	min-height:800px;
	top:0;
}

section.head .deg-right {
    height: calc(100vh + 150px)!important;
    width:100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    right: 0;
	bottom:0;
	min-height:800px;
	top:0;
}

section.head .trazo {
    background-image: url(/wp-content/uploads/2022/11/trazo.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    content: "";
    width: 100%;
    height: 16vw;
    position: absolute;
    bottom: -2px;
    right: 0;
}

section.head .trazo.espejo {
    transform: scaleX(-1);
    right: 0;
}

section.head .trazo.top {
    background-image: url(/wp-content/uploads/2022/11/trazo.svg);
    background-size: 189%!important;
    background-position: 76% 100%!important;
    height: 36vw!important;
    transform: scaley(-1);
    top: 107px;
}

section.head .button {
    margin: 2rem auto 0!important;
}

section.head h2 {
    font-size: 2vw;
    line-height: 2.6vw;
    margin-bottom: 1.5rem;
}

section.head .row.especializados {
	margin: 0;
	--bs-gutter-x: 1.5rem !important;
}

section.head p {
    color: #000000;
    font-size: 1vw;
    line-height: 1.7vw;
}

#site-content {
    overflow: inherit;
}

.singular .entry-header {
    padding: 8rem 0;
    display: none;
}

.circular {
    width: 100%;
    border-radius: 50%;
    margin: 3rem auto;
    aspect-ratio: 1;
}

img.especialista.circular {
    max-width: 13vw;
}


/* Página Inicio */
section.tratamiento-integral.fondo {
    content: "";
    background-image: url(/wp-content/uploads/2023/02/clinica-bratos-16.jpg);
    background-image: url(/wp-content/uploads/2023/08/clinica-bratos-16.webp);
    background-repeat: no-repeat;
    background-position: center;
    height: 82vh;
    margin-bottom: 10rem;
}

/* Seccion Head */

section.head.home {
    height: calc(100vh + 49px);
    display: flex;
    align-items: center;
    align-content: space-between;
    margin-top: -150px;
    overflow: hidden;
    justify-content:center;
    position:relative;
 
}
/* .video-background {
    position: absolute;
    top:0;
    bottom: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
    display:flex;
    align-items:center;
    justify-content:center;
}*/

section.head.home .cita-gratis {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    background: #ffffffeb;
    padding: 2rem;
    position: relative;
    margin-top: -7rem;
    border-radius: 5px;

}
section.head.home .cita-gratis .row.c-poi {
	margin-bottom:10px;
	border-bottom:1px solid #000000;

}
section.head.home .cita-gratis a.button {
    margin: 0!important;
    width: 100%!important;
    max-width: 100%;
}
section.head.home h2 {
    font-size: 2vw;
    line-height: 2.6vw;
    margin-bottom: 1.5rem;
    font-family: helvetica;
    font-weight: bold;
}

section.head.home .trazo {
    background-position: 3vw bottom!important;
}

section.head.home h1 {
    font-size: 4.7vw;
    line-height: 4.4vw;
    margin: 2rem 0px;
    font-weight: 700;
	color:#ffffff;
	text-shadow: 0 0 10px #0006;
}

section.head.home strong {
    margin-top: 0;
    padding-bottom: 1rem!important;
    font-size: 1.4vw;
    line-height: 30px;
    color: #576871;
    letter-spacing: 0.015em;
    display: block;
	color:#ffffff;
	text-shadow: 0 0 10px #0006;
	
}
section.head.home .cita-gratis p {
	color:#000000;
}
section.head.home .col-md-5 p {
	color:#ffffff;
	text-shadow: 0 0 10px #0006;
}
section.head img.trazo-base {
    display: block;
    width: 100%;
    position: absolute;
    margin-top: 280px;
}

span.slogan {
    font-size: 1.7vw;
    line-height: 1.7vw;
}

section.head h1 {
    font-size: 5.7vw;
    line-height: 5.8vw;
    margin: 2rem 0px;
    word-break: keep-all;
}

section.head h1 span {
    font-size: 44px;
    line-height: 55px;
    display: block;
    letter-spacing: .015em;
    word-break: keep-all;
	filter:none;
}
section.head h1 i {
	font-style: normal!important;
}

section.head span.especialista {
    font-size: 1.4vw;
}

span.poi {
    height: 57px;
    width: 40px;
    background-image: url(/wp-content/uploads/2022/09/localizador-posicion.svg);
    display: inline-block!important;
    filter: brightness(0.5);
}

.cita-gratis {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.cita-gratis .info {
    font-size: 33px;
    line-height: 41px;
}

.cita-gratis h3 {
    font-weight: bold;
    color: #202020;
    margin: .7rem 0;
}
/*.diez-razones{
padding-top:5%;
}*/



/* home 2 */
section.head.home .home-2.cita-gratis h1 {
    color: #000000!important;
    font-size: 26px;
    line-height: 1.2;
	margin: 0 0 1rem;
	text-align:left;
}
section.head.home .home-2.cita-gratis h1 span {
    font-size: 26px;
	color:#000000!important;
    line-height: 1.2;
    display: inline!important;
    letter-spacing: .015em;
    word-break: keep-all;
	text-align:left;
}
section.head.home .home-2.cita-gratis strong {
    margin-top: 0;
    padding-bottom: 1rem!important;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
    letter-spacing: 0.015em;
    display: block;
    /* color: #ffffff; */
}
section.head.home .home-2.cita-gratis p {
    color: #000000;
    font-size: 15px;
    line-height: 1.3;
	text-align:left;
}
section.head.home .home-2.cita-gratis p.ven {
	text-align:center;
}
section.head.home .home-2.cita-gratis h2 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}
section.head.home .home-2.cita-gratis .info {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    background: #ffffff;
    padding: 1rem;
    color: #000000;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}

/* Lineal */
section.head.linea {
	margin-bottom:13rem;
}
.lineal {
    background: #b4b999;
    width: 100%;
    height: 100px;
    display: flex;
    z-index: 10;
    position: absolute;
    bottom: 0;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
	padding: 0 5%;
}
.lineal .loca {
    display: flex;
    align-items: center;
}
.lineal p.ven {
    color: #000000;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 0;
}
section.head.home .lineal h1 {
    font-size:2.7rem;
    margin: 0 10rem 0 0;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
}
section.head .lineal h1 span {
    font-size: 2.7rem;
    line-height: 1;
    display: inline;
    letter-spacing: .015em;
    word-break: keep-all;
}
section.head.home .lineal h2 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 0;
    font-family: helvetica;
    font-weight: bold;
}
section.head .lineal span.poi {
    display: inline-block!important;
    margin-right:1rem;
}
section.head .lineal .button {
    margin: 2rem auto 0!important;
    display: inline-block;
    max-width: max-content;
    width: max-content;
    margin: 0 0 0 5rem!important;
}
.lineal .cita {
	margin-left:2rem;
}
.wg-bg {
	background:#f7f7f7;
}
.wg-bg {
    background: #f7f7f7;
    padding: 4rem;
}
@media screen and  (max-width: 1200px)  {
	
section.head .container {
    margin-top:0px;
    max-width:96%;
}
section.head.home {
    min-height: 800px;
}
section.head .container {
    max-width: 96%;
    }
section.head.instalaciones {
    margin-top: -99.5px;
}

}



@media screen and (min-width: 980px) and (max-width: 1800px)  {
	.lineal {
    height: 80px;
}
	section.head.home .lineal h1 {
    font-size: 2rem;
    margin: 0 0rem 0 0;
    line-height: 1;
    font-weight: 700;
}
	section.head .lineal h1 span {
    font-size: 2rem;
    line-height: 1;
    display: inline;
    letter-spacing: .015em;
    word-break: keep-all;
}
	.lineal p.ven {
    font-size: 19px;
    line-height: 1;
    margin-bottom: 0;
    margin-left: 3rem;
}
	section.head .lineal .button {
    margin: 0 0 0 2rem!important;
    font-size: 1.5rem;
}
	section.head.home .lineal h2 {
    font-size: 2rem;
    line-height: 1;
}
	section.head.home .lineal .cita span.info {
		    font-size: 18px!important;
    line-height: 19px!important;
	}
	
}



@media (max-width: 980px) {
	body.page-id-3573 .site-logo img {
    filter: none!important;
}
	.lineal {
    width: 100%;
    height: auto;
    display: flex;
    z-index: 10;
    position: inherit;
    bottom: 0;
    justify-content: center;
    padding: 0 5%;
    flex-direction: column;
    align-items: center;
}
	.loca.show-m {
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
    align-content: center!important;
		padding-top:2rem!important;
}
	section.head .lineal .loca.show-m .button {
    margin: 2rem auto 0!important;
    display: inline-block!important;
    max-width: max-content;
    width: max-content;
    margin: 1.5rem 0 3rem 0!important;
    padding: 1.5rem 3rem;
}
	section.head.linea {
    margin-bottom: 0;
		padding-bottom:3rem;
}
	section.head .lineal span.poi {
    background-image: url(/wp-content/uploads/2023/05/localizador-posicion-b.svg);
}
	section.head .lineal span.poi {
    display: inline-block!important;
    margin-right: 1rem;
    height: 70px;
    width: 49px;
    position: absolute;
    margin-top: -101px;
    opacity: .7!important;
}
	.wg-bg {
    margin-top: 2rem;
    padding: 2rem!important;
}
	.lineal p.ven {
    font-size: 20px!important;
    margin-bottom: 0;
    text-align: center!important;
}
}




/* Sección 10 razones */

section.diez-razones h2 {
    font-size: 4vw;
    line-height: 0;
    margin-bottom: 5vh;
    font-family: axiaregular, Arial;
}

.row.razones {
    margin: 7rem 0;
    padding-right: calc(var(--bs-gutter-x) * .5)!important;
    padding-left: calc(var(--bs-gutter-x) * .5)!important;
}



h2 strong {
    font-size: inherit;
}

.col-razon {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    background: #f7f7f7;
    padding-left: 2rem;
    margin-bottom: 3rem;
    max-width: max-content;
    margin-right: 2rem;
}
.col-razon img {
	mix-blend-mode: multiply;
	margin: .7rem;
	max-width: 67px;
}
span.numero-r {
    background: #b3b995;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    font-weight: 900;
    color: #ffffff;
    margin-left: -40px;
}
span.bullet {
    margin-left: 2rem;
    font-size: 19px;
    letter-spacing: .05em;
	padding-right:2rem;
}
.razones .col-md-6.izq {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 0;
    border-right: 1px solid #b3b995;
}

.razones .col-md-6.der {
    padding-left: 0;
}

.razones .col-md-6.der .col-razon {
    flex-direction: row-reverse;
    padding-right: 2rem;
    justify-content: flex-end;
    margin-left: 2rem;
    padding-left: 0;
}

.razones .col-md-6.der .col-razon span.numero-r {
    margin-right: -40px;
    margin-left: 2rem;
}


/* Razones NV */

.row.razones-nv .col-razon {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    border-radius: 20px;
    padding-left: 0;
    margin-bottom: -4rem;
    max-width: max-content;
    margin-right: 0;
}

.row.razones-nv  span.numero-r {
    background: #ffffff;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    font-weight: 900;
    color: #202020;
    margin: 0rem 4rem 0;
    border: 1px solid #b3b995;
    order: 2;
}
.row.razones-nv  .col-razon img {
    mix-blend-mode: inherit;
    margin: .7rem;
    border-radius: 50%;
    border: navajowhite;
    order: 1;
    width: 64px;
    position: relative;
    top: 37px;
}
.row.razones-nv  span.bullet {
    margin-left: 0;
    font-size: 15px;
    letter-spacing: .02em;
    padding-right: 0;
    margin-top: 10px;
    margin: 1rem 0 3rem 0;
    order: 3;
    width: 101px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 767px) {
	.button {
    padding: 1.5rem 3rem!important;
}
	.row.razones-nv .col-razon {
    width: 50%;
		padding-right:0;
}
	.row.razones-nv  span.bullet {
    letter-spacing: .02em;
		    line-height: 1.2;
}
	.row.razones-nv  span.numero-r {
    width: 90px;
    height: 90px;
}
}



/* Sección discapacitados */

section.discapacitados.corporativo {
    background: #B3B995;
    color: #ffffff;
    padding: 1px 0;
}

section.discapacitados.corporativo h3 {
    color: #ffffff;
}

section.discapacitados.corporativo .button {
	margin-left: 0 !important;
}
.deg-top-r-l {
    content: "";
    background-image: url(/wp-content/uploads/2022/09/linea-deg-r-l.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right;
    height: 38px;
    width: 100%;
}

.deg-bottom-l-r {
    content: "";
    background-image: url(/wp-content/uploads/2022/09/linea-deg-l-r.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: left;
    height: 38px;
    width: 100%;
}

section.pacientes-discapacitados .col.patologia {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding:2rem;
}
section.pacientes-discapacitados .col.patologia h4 {
    margin: 0 0 2rem;
}
.patologia h4 {
    margin: 0 0 2rem;
	height:46px;
}
section.pacientes-discapacitados .row.pacientes {
	margin-bottom:0!important;
}
section.pacientes-discapacitados row.patologias {
	margin-top:0!important;
}
section.patologias {
    background: #f7f7f7;
    padding: 5rem 0 12rem;
}
section.patologias .patologia {
    margin-right: 3rem;
    padding-right: 3rem;
    margin-top: 2rem;
    border-right: 1px solid #b4b999;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
section.patologias .patologia:last-of-type {
	border-right:none;
}
section.patologias .col-md-2.patologia h4 {
	margin-bottom:2rem;
}
.patologia a.ver {
    position: inherit;
}
section.pacientes-discapacitados .container-fluid {
		--bs-gutter-x: 0;
	}


/* Sección tratamiento integral */

section.tratamiento-integral .row.fondo {
    content: "";
    background-image: url(/wp-content/uploads/2023/02/clinica-bratos-16.jpg);
    background-image: url(/wp-content/uploads/2023/08/clinica-bratos-16.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 671px;
    margin-bottom: 5rem;
    /*-webkit-mask-image: url(/wp-content/uploads/2022/09/mascara-de-central.svg);
    mask-image: url(/wp-content/uploads/2022/09/mascara-de-central.svg);
    -webkit-mask-size: 100%;
    mask-size: 1000%;*/
}

section.tratamiento-integral .columnas {
    margin: 3rem 0 10rem;
    column-count: 3;
    column-gap: 10rem;
}

section.tratamiento-integral .columnas strong {
    display: block;
    margin-bottom: 4.7rem;
    font-size: 26px;
    height: 30px;
}

section.tratamiento-integral h3 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 1rem;
}

section.tratamiento-integral .circular {
    margin-top: 3rem;
    width: 70%;
}

section.tratamiento-integral .tratamiento {
    margin-bottom: 6rem;
}

section.tratamiento-integral img {
    width: 70%;
    height: auto;
    background: #ffffff;
    margin: 1.5rem auto 4rem;

}

section.tratamiento-integral img.icn-integral {
    max-width: 96px;
}


/* Sección conoce nuestra clinica */

/*section.conoce {
    background-image: url(/wp-content/uploads/2023/02/clinica-bratos-3.jpg);
    background-size: 60vw;
    background-repeat: no-repeat;
    background-position: center right;
    content: "";
    max-height: 853px;
    margin-bottom: 7rem;
}*/

section.conoce .button {
    top: 2.5rem!important;
    left: 2rem!important;
    position: relative;
}


/* Sección formulario contacto */

section.contacto {
    padding: 0;
}

section.si-buscas {
    padding: 4rem 0;
}

section.si-buscas .row {
    margin: 0;
}

section.si-buscas h2 {
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 6rem;
}

section.si-buscas .container {
    max-width: 70vw;
}

section.si-buscas .container .col-md-6 {
    width: 40%;
    margin: 0 auto;
}

section.formulario-contacto {
    background: #d9d9d926;
    padding: 0 0 8rem;
	margin-top: 7rem;
}

section.formulario-contacto .col-form {
    width: 32%;
    padding-top: 4rem;
}

section.formulario-contacto .col-mapa {
    width: 65%;
    margin-left: 3%;
}

section.formulario-contacto h3 {
	text-align: center;
	padding-bottom: 1.8rem;
	padding-top: 1rem;
	font-size: 28px;
	line-height: 37px;
}

section.formulario-contacto input[type="submit"],
input[type="submit"] {
    background: #202020;
    width: 100%;
    text-decoration: none;
    display: block!important;
    margin-top: 2rem;
}

section.formulario-contacto input[type="checkbox"] {
    margin-right: 15px;
}

section.formulario-contacto input[type="submit"]:hover {
    background: #202020d9;
}

section.formulario-contacto input[type="textarea"] {
    min-height: 207px;
}

section.formulario-contacto input[type="text"],
section.formulario-contacto input[type="email"],
section.formulario-contacto input[type="tel"],
section.formulario-contacto textarea {
    border: none;
}
section.formulario-contacto form strong {
	display:none;
}
section.formulario-contacto p {
    text-align: center;
    padding-bottom: 1rem;
}

section.formulario-contacto iframe {
	margin-top: 9rem;
	height: 80% !important;
}
form.wpcf7-form strong {
    padding: 0 0 1rem;
    display: block;
}
input[type="submit"] {
    margin: 2rem auto 0!important;
}
input[type="checkbox"] {
    margin: 0 10px 0 0!important;
}
form input[type="email"], form input[type="text"], form textarea, form input[type="tel"] {
    margin: 0 0 2rem!important;
}



/* Especialista */

.row.pre-especialista {
    margin-bottom: 0;
}

.row.especialista {
    background: #b3b9953d;
    padding: 3rem 5rem 4rem;
    margin-top: 0;
}

 .row.especialista .col-md-6, .row.especialista .col-md-8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.row.especialista h2 {
    font-size: 48px;
    line-height: 54px;
    margin: 0 0 3rem 0;
}

.row.especialista p {
    font-size: 20px;
    padding: 0 4vw 0 0;
    padding-bottom: 3rem;
}
.row.especialista span {
	background: #b3b995;
	padding: 1rem 2rem;
	color: #ffffff;
	width: max-content;
	display: block;
	position: relative;
}

.row.especialista span:before {
    background-image: url(/wp-content/uploads/2022/10/icono-logo.svg);
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: center right;
    content: "";
    width: 22px;
    height: 13px;
    display: inline-block;
    margin-right: 7px;
}

.row.especialista ul {
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0;
}

.row.especialista ul li {
    padding: 0;
    margin: 0;
}
.row.especialista .col-md-8 {
	flex: 0 0 auto;
	width: 47.667%;
}
.especialista.tri {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 55px 55px 0 55px;
	border-color: #b3b9953d transparent transparent transparent;
	content: "";
	margin-left: 10rem;
}

.row.especialista .circular {
    max-width: 100%;
    background: #f7f7f7;
    border-radius: 50%;
    aspect-ratio: 1;
}

.row.especialista.endodoncia img.circular {
    max-width: 25vw;
    position: relative;
    right: -90px;
    margin: -50px 0;
}
.row.especialista.endodoncia .col-md-4 {
	width:inherit;
	margin-bottom:2rem;
}
.row.especialista.endodoncia .col-md-4.espec {
    display: flex;
    flex-direction: column;
    justify-content: center;
	width: 50%;
	margin-bottom:inherit;
}
.row.especialista.endodoncia span {
    background: #b3b995;
    padding: 1rem;
    color: #ffffff;
    width: 57%;
    display: block;
    margin-left: 0;
}.row.especialista.endodoncia  h2 {
    font-size: 36px;
    line-height: 38px;
}

.row.especialista .col-md-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}
.row.especialista.limpieza .circular {
    background: #f7f7f7;
    border-radius: 50%;
    aspect-ratio: 1;
    position: relative;
    right: 0;
}
.row.especialista.limpieza span {
    display: initial;
}

/* Nuestro equipo */

section.head.equipo {
    background-image: url(/wp-content/uploads/2022/10/BRATOS-CLINICA_48.webp);
}
section.head.dr .col-md-4 {
	margin-right: 2.5%;
}
section.head.equipo .trazo {
    background-size: 190%;
    background-position: 65% bottom;
    height: 46vw;
}

span.nombre,
span.cargo,
span.formacion {
    display: block;
}

section.doctores .col-md-6.texto {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 30px;
    color: #666666;
    letter-spacing: 0.015em;
}

section.doctores .ppal h2 {
    font-size: 80px;
}

section.doctores .col-md-6.texto .nombre {
    font-size: 2.5rem;
    line-height: 30px;
    color: #000000!important;
    letter-spacing: 0.015em;
    padding-bottom: 1rem;
    padding: 0 2rem 1rem;
}

.row.equipo.medicos .member img {
    margin-bottom: 3rem;
}

.row.equipo.medicos .member {
    text-align: center;
    font-size: 19px;
    line-height: 32px;
    color: #666666;
    letter-spacing: 0.015em;
}

.row.equipo.medicos .member .nombre {
    font-size: 2.5rem;
    line-height: 32px;
    color: #000000;
    letter-spacing: 0.015em;
    padding-bottom: 1rem;
    padding: 0 2rem 2rem;
}

.row.equipo.medicos .member .formacion {
    padding: 0 3rem;
}

.row.equipo.medicos .member .separador-linea,
section.doctores .col-md-6.texto .separador-linea {
    top: 1rem;
}

.member a.ver {
    margin: 0 auto -1.8rem;
    top: -47px;
    background: #000000;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto -3.8rem;
    border-radius: 50%;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    position: relative;
    border: 2px solid #FFFfff;
    text-align: center;
}

.member.director a.ver {
    top: 19px;
}

span.nombre:before {
    background-image: url(/wp-content/uploads/2022/10/icono-logo.svg);
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: center right;
    content: "";
    width: 22px;
    height: 16px;
    display: inline-block;
    margin-right: 7px;
}
section.head.dr .container {
	max-width: 87%;
}
section.head.manuel {
    background-image: url(/wp-content/uploads/2022/12/equipo-grupos__111.webp);
	background-size: cover!important;
}

section.head.maria {
    background-image: url(/wp-content/uploads/2022/12/equipo-grupos__37.webp);
	background-size: cover!important;
}

section.head.ines {
    background-image: url(/wp-content/uploads/2022/12/equipo-grupos__62.webp);
	background-size: cover!important;
}

section.head.montserrat {
    background-image: url(/wp-content/uploads/2022/12/equipo-grupos__90.webp);
	background-size: cover!important;
}

section.head.carlos {
    background-image: url(/wp-content/uploads/2022/12/bratos__35.webp);
	background-size: cover!important;
}

.info-doctor span.especialidad,
.info-doctor span.num-col {
    display: block;
}

.info-doctor span.especialidad {
    font-weight: bold;
    padding-bottom: 1rem;
    letter-spacing: .05em;
}

.info-doctor span.num-col {
    padding-bottom: 1rem;
}

.info-doctor .separador-linea {
    margin: 0 0 3rem;
}

.info-doctor h3 {
    font-size: 33px;
    line-height: 42px;
    margin-bottom: 2rem;
    font-weight: 900;
}

.info-doctor ul {
    margin-bottom: 6rem;
    list-style: none;
}

.info-doctor ul li {
    margin-bottom: 1.7rem;
}

.info-doctor ul li:before {
    background-image: url(/wp-content/uploads/2022/10/icono-logo.svg);
    content: "";
    width: 24px;
    height: 1px;
    display: inline-block;
    margin-right: 7px;
    float: left;
    margin-left: -38px;
    margin-top: 15px;
    background-color: #00000038;
    background-size: 0;
}

.info-doctor span.especialidad:before {
    background-image: url(/wp-content/uploads/2022/10/icono-logo.svg);
    background-size: 29px;
    background-repeat: no-repeat;
    background-position: center right;
    content: "";
    width: 29px;
    height: 16px;
    display: inline-block;
    margin-right: 7px;
}

.col-md-6.p-right {
    padding-right: 14rem!important;
}

.info-doctor .row.foto {
	padding: 0;
	margin: 0 !important;
	--bs-gutter-x: 0 !important;
}

.info-doctor .row.foto .circular {
    margin: 0 auto;
}

.info-doctor .row.mx-lg-n5 {
    margin: 0!important;
}

.col-md-6.py-3.px-lg-5 {
    padding-top: 5rem!important;
}

.info-doctor .deco-left {
    border-left: 1px solid #b3b995;
    padding-left: 10rem!important;
    left: -1px;
    position: relative;
}

.info-doctor .deco-left:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    bottom: -12.5px;
    left: -12.5px;
    z-index: 2;
}

.sociedades {
    padding: 3rem;
    display: block;
    max-width: 30%;
    background: #fff;
    box-shadow: 0 35px 40px #0000001c;
    position: relative;
    left: 27px;
    top: 38px;
	min-width:220px;
}

.sociedades h3 {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 2rem;
    font-weight: 900;
    text-align: center;
	letter-spacing:.05em;
}

.head .sociedades img {
    mix-blend-mode: multiply;
    filter: grayscale(1);
}

.info-doctor .deco-left .punto:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    left: -7.5px;
    z-index: 2;
    margin-top: 15px;
}





/* antes despues */

section.antes-despues p {
	padding: 0;
}
section.antes-despues a.ver {
    top: 13px;
}
section.antes-despues .col-md-6 {
	margin-bottom:7rem;
}
.col-md-6.destaca.pad-left  h3 {
    text-align: left;
    padding: 0;
    margin: 0 0 2rem;
}
.col-md-6.destaca.pad-left {
    padding-right: 7rem;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
}
.col-md-6.destaca.pad-left {
	padding-right: 7rem;
}
.separador.medio {
	height:50px;
}






/* Antes despues protesis */
    .before-after-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  /*max-width: 50rem;*/
  margin: 0 auto 0;
}
.before-after-slider img {
  display: block;
  width: 100%;
  max-width: unset;
  border-radius: 0;
}

/*.muestra {
    max-height: 363.64px;
    overflow: hidden;
}*/
.muestra.primera {
	max-height:100%;
	border-right:10px solid #ffffff;
}
.muestra.segunda {
	margin-top:15rem;
	border-left:10px solid #ffffff;
}
.muestra.tercera {
	margin-top:15rem;
	border-right:10px solid #ffffff;
}
.muestra.cuarta {
	margin-top:15rem;
	border-left:10px solid #ffffff;
}
.before-after-slider__after-image {
  display: block;
}

.before-after-slider__before-image {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 50%;
  height: 100%;
}

.before-after-slider__resizer {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  width: 2px;
  height: 100%;
  align-items: center;
  background: #fcfcfc;
  /*Stop vertical scrolling on touch*/
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.before-after-slider__resizer svg {
  position: absolute;
  width: 2.5rem !important;
  height: 2.5rem;
  padding: 0.5rem;
  border: 2px solid #fcfcfc;
  margin: 0 0 0 -1.75rem;
  background: #784ba0;
  border-radius: 50%;
  color: #fcfcfc;
}
i.fas.fa-arrows-alt-h:before {
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    display: block;
    content: "";
    border-radius: 50%;
    margin-left: -11px;
    cursor: pointer;
    background-image: url(/wp-content/uploads/2023/05/ad.jpg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}




/* Instalaciones */

section.head.instalaciones iframe {
    z-index: 0!important;
    position: absolute;
	height:100vh;
	top:0;
}

section.head.instalaciones .superpuesto {
    color: #fff;
    text-align: right;
}

section.head.instalaciones .button {
    background-color: #000000!important;
}

section.head.instalaciones .superpuesto h1 {
    font-size: 3.7vw!important;
    line-height: 3.1vw!important;
    margin: 0;
    color: #ffffff!important;
    padding-bottom: 2rem;
    text-transform: uppercase;
}

section.head.instalaciones .trazo {
    background-image: url(/wp-content/uploads/2022/11/trazo.svg);
    background-size: 160%;
    background-repeat: no-repeat;
    background-position: -718px !important;
    content: "";
    width: 100%;
    height: 24vw;
    position: absolute;
    bottom: 0;
}

section.head.instalaciones .deg-left {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 50%, rgb(0 0 0 / 77%) 100%);
    display:none;
}

section.head.instalaciones .deg-right {
    background: linear-gradient(90deg, rgb(0 0 0 / 30%) 50%, rgb(0 0 0 / 30%) 100%);
}

section.head span.sub {
    font-size: 1.2vw!important;
    letter-spacing: 0.15em!important;
    padding-left: 7px!important;
    width: 60%;
    line-height: 0;
    text-align: left!important;
    ;
    font-weight: 300;
}

section.descubre-nuestras-instalaciones .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}

section.descubre-nuestras-instalaciones .col-md-6.texto {
    padding: 0 5%;
}

body.page-id-235 #site-header, body.page-id-103 #site-header, body.page-id-3573 #site-header {
    background: #ffffff40;
}

body.page-id-235 #site-header ul.primary-menu li a, body.page-id-103 #site-header ul.primary-menu li a, body.page-id-3573 #site-header ul.primary-menu li a {
    color: #ffffff!important;
        text-shadow: 0 0 3px #000;
    
}

body.page-id-235 #site-header ul.primary-menu li ul.sub-menu li a, body.page-id-103 #site-header ul.primary-menu li ul.sub-menu li a, body.page-id-3573 #site-header ul.primary-menu li ul.sub-menu li a {
    color: #000000!important;
     text-shadow:unset;
}

body.page-id-3573 .site-logo img, body.page-id-103 .site-logo img {
    filter: invert(1);
}


/* Tratamientos dentales */

section.head.tratamientos-dentales {
    background-image: url(/wp-content/uploads/2023/05/tratamientos-dentales.webp);
    position:relative;
}
section.head .bg-w .button {
    margin: 2rem 0 0!important;
}
.bg-w{
	background:#ffffff90;
	padding:3rem;
}
.mas-w{
	background:#ffffffc4!important;
}
section.head.tratamientos-dentales  h1 {
    font-size: 3vw;
    line-height: 3.2vw;
	margin-top:0;
}
section.head.tratamientos-dentales p {
	color:#000000;
}

section.tratamiento-integral .tratamiento strong {
    font-family: axiabold;
    font-size: 3rem;
}

section.tratamiento-integral .tratamiento .separador-linea {
    top: .7rem;
}

section.tratamiento-integral .button {
    max-width: max-content;
}

section.tratamiento-integral .separador-linea {
    top: 1rem;
}
section.ventajas img {
    max-height: 310px;
    margin-bottom: 3rem;
}

/* Odontopediatria */

section.head.odontopediatria {
    background-image: url(/wp-content/uploads/2022/10/bratos__78.jpg);
    margin-top:-151px;
    
    
}
section.head.odontopediatria .trazo {
	right:0;
	bottom:-2px;
}

section.head.odontopediatria .trazo {
    background-size: 119%;
    background-position: 47% bottom !important;
    height: 36vw;
}



.col-md-5.centrado.p-right {
    padding-right: 4rem;
}

.col-md-7.centrado.p-left {
    padding-left: 12rem;
}

.col-md-5.centrado,
.col-md-5.centrado {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.centrado img.circular {
	border-radius:0;
}
img.circular.sat-l {
    max-width: 16vw;
    position: absolute;
    margin-top: -38vw;
    margin-left: 16vw;
    border: 20px solid #ffffff;
}


/* Limpieza dental */

section.head.limpieza-dental {
    background-image: url(/wp-content/uploads/2022/10/bratos__18.webp);
    margin-top:-151px;
}
section.head.limpieza-dental .trazo {
	right:0;
	bottom:-2px;
}
   .col-md-6.limpieza-blanqueamiento-img.pad-right, .col-md-6.texto-left.pad-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}






/* Limpieza dental */

section.head.blanqueamiento-dental {
    background-image: url(/wp-content/uploads/2022/11/BRATOS-CLINICA_37.webp);
    margin-top:-151px;
}



section.head.blanqueamiento-dental h1 {
    font-size: 5vw;
    line-height: 5.8vw;
    margin: 2rem 0px;
    word-break: keep-all;
    text-shadow: 0px 1px 2px #00000057;
}

section.limpieza span.poi {
    height: 97px;
    width: 68px;
}


/* Limpieza dental */

section.head.estetica-dental {
    background-image: url(/wp-content/uploads/2022/11/BRATOS-CLINICA_55.webp);
     margin-top:-151px;
}

section.head.estetica-dental .trazo {
	right:0;
	bottom:-2px;
}
section.head.blog.estetica-dental.animacion-bottom .trazo {
    background-image: url(/wp-content/uploads/2022/11/trazo.svg);
    background-size: 220%;
    background-position: 67% bottom;
    content: "";
    width: 100%;
    height: 36vw;
    position: absolute;
    bottom: 0;
}



.razones-10{
    background-image: url(/wp-content/uploads/2023/08/manos02.jpg)!important;
    margin-top:-151px;
}
.bienvenida{
    background-image: url(/wp-content/uploads/2023/08/BRATOS-CLINICA.jpg)!important;
    margin-top:-151px;
}

/* Ortodoncia */

section.head.ortodoncia {
    background-image: url(/wp-content/uploads/2023/02/bratos__65-scaled.jpg);
    margin-top:-151px;
    
}

section.head.ortodoncia h1 {
    font-size: 5.1vw;
    line-height: 5.2vw;
}


/* periodoncia */

section.head.periodoncia {
    background-image: url(/wp-content/uploads/2022/11/bratos__38.webp);
     margin-top:-151px;
}

section.head.periodoncia .deg-left {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 50%, #252c37 100%);
}
section.head.periodoncia span.poi {
    filter: none;
}
section.head.periodoncia h1 {
    font-size: 4.7vw;
    line-height: 4.8vw;
    margin: 2rem 0px;
    word-break: keep-all;
}

section.head.periodoncia h1,
section.head.periodoncia span.sub {
    color: #ffffff;
}


/* endodoncia */

section.head.endodoncia {
    background-image: url(/wp-content/uploads/2022/11/bratos__47.webp);
     margin-top:-151px;
}
section.head.endodoncia .trazo {
	right:0;
	bottom:0;
}

section.head.endodoncia .deg-left {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 50%, #253637 100%);
}

section.head.endodoncia h1,
section.head.endodoncia span.sub {
    color: #ffffff;
}


/* protesis-dentales */

section.head.protesis-dentales {
    background-image: url(/wp-content/uploads/2023/05/BRATOS-CLINICA_71.webp);
    background-position: top;
     margin-top:-151px;
}
section.head.protesis-dentales h1 {
    font-size: 4.7vw;
    line-height: 4.8vw;
}
section.head.protesis-dentales .trazo {
	right:0;
	bottom: -2px;
}

/* implantes-dentales */

section.head.implantes-dentales {
    background-image: url(/wp-content/uploads/2023/06/bratos__8.webp);
     margin-top:-151px;
}



/* necesidades especiales */

section.head.necesidades-especiales {
    background-image: url(/wp-content/uploads/2022/10/bratos__91.webp);
     margin-top:-151px;
}


/* discapacidades-fisicas */

section.head.discapacidades-fisicas {
    background-image: url(/wp-content/uploads/2022/10/bratos__84.webp);
     margin-top:-151px;
}
section.head.discapacidades-fisicas .container{
margin-top:0;
}

section.head.discapacidades-fisicas .trazo {
    background-size: 110%;
    background-position: 75% bottom !important;
    height: 29vw;
}


/* discapacidades-psiquicas */

section.head.discapacidades-psiquicas {
    background-image: url(/wp-content/uploads/2022/10/bratos__81.webp);
     margin-top:-151px;
}


/* discapacidades-sensoriales */

section.head.discapacidades-sensoriales {
    background-image: url(/wp-content/uploads/2022/11/bratos__82-3.webp);
     margin-top:-151px;

}
section.head.discapacidades-sensoriales .trazo {
	right:0;
	bottom:0;
}

section.head.discapacidades-sensoriales h1 {
    font-size: 4vw;
    line-height: 4.8vw;
    margin: 2rem 0px;
    word-break: keep-all;
}

section.head.discapacidades-sensoriales .trazo {
    background-image: url(/wp-content/uploads/2022/11/trazo.svg);
    background-size: 189%;
    background-repeat: no-repeat;
    background-position: bottom;
    content: "";
    width: 100%;
    height: 36vw;
    position: absolute;
    bottom: 0;
}

section.head.discapacidades-sensoriales section.head h1 {
    font-size: 4.7vw;
    line-height: 4.8vw;
    margin: 2rem 0px;
    word-break: keep-all;
}


/* discapacidades-epilepsia */

section.head.discapacidades-epilepsia {
    background-image: url(/wp-content/uploads/2023/05/BRATOS-CLINICA_39.webp);
    margin-top:-151px;
}
section.head.discapacidades-epilepsia .trazo {
	right:0;
}
section.head.discapacidades-epilepsia .deg-left {
    background: linear-gradient(270deg, rgb(226, 179, 227, 0) 50%, rgb(254 231 255 / 78%) 100%);
}

section.head.discapacidades-epilepsia .deg-right {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgb(254 231 255 / 78%) 100%);
}

section.epilepsia h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 3rem;
}


/* miedos y fobias */

section.head.miedos-fobias {
    background-image: url(/wp-content/uploads/2023/05/bratos__45.webp);
    margin-top:-151px;
}
section.head.miedos-fobias .trazo {
	right:0;
	bottom:-2;
}
section.fobias h2 {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 3rem;
}
section.head.miedos-fobias h1 {
    font-size: 4.7vw;
    line-height: 4.8vw;
    margin: 2rem 0px;
    word-break: keep-all;
    padding-right: 4vw;
}

section.head.ortodoncia .button {
    margin: 0;
}

section.head .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.head .col-left {
    width: 25vw;
}

section.head .col-right {
    width: 25vw;
    text-align: center;
}

section.head.ortodoncia h2 {
    font-size: 28px;
    font-weight: bold;
}

section.head span.especialista:before, section.show-m span.especialista:before {
    background-image: url(/wp-content/uploads/2022/10/icono-logo.svg);
    background-size: 29px;
    background-repeat: no-repeat;
    background-position: center right;
    content: "";
    width: 29px;
    height: 16px;
    display: inline-block;
    margin-right: 7px;
}
section.head span.especialista:last-of-type:before, section.show-m span.especialista:last-of-type:before {
    margin-left: 2rem;
}

.row.tratamientos-odontopediatria {
	display: flex;
	justify-content: space-around;
	padding: 0 4vw;
}

.row.tratamientos-odontopediatria .col {
    max-width: 15.5%;
}


/* Blog */

section.head-blog{
height:650px;
display:flex;
 align-items:center;

}
.img-post{
height:490px;
overflow:hidden;
background-size:cover;
background-position:center;
bacground-repeat:no-repeat;
}


section.head-blog h1 {
    font-size: 5.7vw;
    line-height: 5.8vw;
    margin: 2rem 0px;
    word-break: keep-all;
}

.head.blog.estetica-dental.animacion-bottom.alg-mv-top {
	height: 550px;
}
section.blog.estetica-dental.animacion-bottom.alg-mv-top .deg-left, section.blog.estetica-dental.animacion-bottom.alg-mv-top .deg-right {
	height: 550px;
}
.post-inner h1 {
    font-size: 5.7vw;
    line-height: 5.8vw;
    margin: 2rem 0px;
    word-break: keep-all;
}
[class*="__inner-container"]>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: initial;
    width: 100%;
}
.single.single-post article.post {
	max-width: 100%;
	margin: 0rem auto;
}
article.post .section-inner {
	max-width: 100%;
}
.singular .featured-media-inner {
    left: 0;
}
.singular .featured-media {
    margin-top: 0;
    max-height: 550px;
    overflow: hidden;
}
.featured-media img {
    width: 100%;
}
.wp-block-latest-posts.columns-3 li {
    width: calc(29.33333% - .83333em);
}

.wp-block-latest-posts.is-grid li {
    margin: 0 4.25em 1.25em 0;
    display: flex;
    flex-direction: column;
}

.wp-block-latest-posts__featured-image * img {
    display: flex;
    order: 1;
    padding-bottom: 2rem;
}

.wp-block-latest-posts__post-date {
    display: flex;
    order: 2;
}

.wp-block-latest-posts a {
    order: 3;
    display: flex;
    color: #202020;
    padding: 1rem 0;
    font-family: axiabold;
    font-size: 2rem;
}

.wp-block-latest-posts a:hover {
    color: #000000;
    text-decoration: none;
}

.wp-block-latest-posts__post-excerpt {
    display: flex;
    order: 4;
}

.wp-block-latest-posts.is-grid li {
    border-top: none;
}

section.head.blog h1 {
	font-size: 9vw;
	line-height: 6vw;
	margin: 2rem 0px 1.4rem;
}

section.head.blog span.sub {
	font-size: .9vw !important;
	letter-spacing: 0.15em;
	padding-left: 13px !important;
}

.listado-entradas {
    width: 80%!important;
}

.botones-categorias {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    border: 0;
    z-index: 100;
}
.botones-categorias.container{
max-width:80%;

}
.botones-categorias{
 margin:20px auto 40px auto;	
   border:1px solid #d9d9d9;
   height:50px;
   overflow: hidden;
   width: 300px;
   position:relative;
    border-radius:5px;
    position:relative;
    left:-32%;
   }
 .botones-categorias  select {
   background: #000;
   border: none;
   font-size: 18px;
   height: 50px;
   padding: 5px;
   width: 300px;
   border-radius:5px;
   color:#fff;
   position:relative;
}
.botones-categorias::after{
	content:" ";
	display:inline-block;
 background-image: url(/wp-content/uploads/2023/07/flecha-down@2x.png)!important;
    background-repeat: no-repeat!important;
    background-position:left center!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-size: 15px!important;	
width:15px;
height:20px;
	position:absolute;
	right:3%;
}
select:focus{ outline: none;}


.botones-categorias option, .botones-categorias select:focus{
	    color: #fff;
    background-color: #202020;
    border-color:unset;
    outline: 0;
    box-shadow: unset;
}



.botones-categorias .bton:hover {
    background: #B3B995;
}
#commentform {
	margin-bottom: 7rem;
}


/* Faqs */

section.faqs {
    background-image: url(/wp-content/uploads/2022/10/faqs.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 15vw 5vw;
    content: "";
    display: block;
    padding-top: 17rem;
    padding-bottom: 7rem;
}
section.faqs  .row {
	padding-top:6rem;
}
.accordion {
    background-color: transparent;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 33px;
    transition: 0.4s;
    border-bottom: 1px solid #dbdada;
    font-family: axiabold;
    color: #202020;
    letter-spacing: .01em;
}

.accordion:before {
    content: "+";
    color: #b3b995;
    margin-left: -55px;
    margin-right: 17px;
}

.accordion:hover:before {
    color: #000000;
}

.accordion.active:before {
    content: "-";
    color: #000000;
    margin-left: -55px;
    margin-right: 22px;
}

.accordion:hover,
.accordion:focus {
    text-decoration: none;
}

.active {
    border-bottom: none;
}

.panel {
    padding: 2rem 0 3rem;
    font-size: 20px;
    line-height: 30px;
    display: none;
    background-color: white;
    border-bottom: 1px solid #dbdada;
    overflow: hidden;
}


/* Blog */

article.post {
    max-width: 63.5%;
    margin: 8rem auto;
}


/* FAQs */

article.faqs {
    max-width: 70%;
    margin: 0 auto 8rem;
}

article.faqs .entry-header {
    display: block;
}

article.faqs h1 {
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 1.5rem;
}

article.faqs h2 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 1.5rem;
}

article.faqs h2 span {
    color: #202020;
}

article.faqs a {
    color: #B3B995;
    text-decoration: none;
}

article.faqs .featured-media-inner {
    left: inherit;
}

.featured-media figcaption {
    display: none;
}

input[type="submit"] {
    background-color: #202020!important;
    margin: auto;
    transform: scale(1);
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: linear;
    letter-spacing: .2em;
}

input[type="submit"]:hover {
    text-decoration: none;
    background-color: #000000!important;
    transform: scale(0.9);
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: linear;
    letter-spacing: .2em;
}


/* Formularios */

form input[type="email"],
form input[type="text"],
form textarea {
    margin: 0 0 2rem!important;
	font-size: medium;
}





@media (min-width: 1921px) {
	.header-titles .site-title, .header-titles .site-logo, .header-titles .site-description {
    margin: 1rem 0 0 0;
}
}



@media screen and (min-width: 1200px) and (max-width: 1600px) {
	.muestra {
    /*max-height: 312.64px;*/
}
}

@media screen and (min-width: 1986px) {
	.row.especialista .col-md-8::after {
	margin-top: 20px;
}
}
@media screen and (min-width: 1400px) and (max-width: 1985px) {
	.row.especialista .col-md-8::after {
	margin-top: 41px;
}
}

@media screen and (min-width: 1601px) {
	.row {
	--bs-gutter-x:0!important;
}
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
	.muestra {
	/*max-height: 363.64px;*/
}
}

@media screen and (min-width: 1301px) and (max-width: 1600px) {
	/* general */
	.row {
	--bs-gutter-x:0!important;
}
	.row.patologias.justify-content-md-center {
	--bs-gutter-x: 0!important;
}
	section.head .trazo {
    right: 0;
}
	h2 {
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 1.3rem;
}
	.primary-menu li {
    font-size: inherit;
    line-height: 1.25;
    position: relative;
    padding: .7rem 0;
}
	body.touch-enabled .primary-menu > li.menu-item-has-children > a {
    margin-right: 1.5rem;
}
	.primary-menu > li {
    margin: 0 0 0 14px;
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
}
	img.especialista.circular {
    max-width: 250px;
}
	section.doctores .ppal h2 {
    font-size: 60px;
}
	.row.equipo.medicos .member .nombre {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.015em;
    padding-bottom: 1rem;
    padding: 0 0 2rem;
}
	.row.equipo.medicos .member {
    font-size: 16px;
    line-height: 1.3;
}
	.row.equipo.medicos .member .formacion {
    padding: 10px 0 0;
}
	section.si-buscas h2 {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 5rem;
}
}




@media screen and (min-width: 1200px) and (max-width: 1300px) {
	.header-inner {
    padding: 1rem 0;
}
	.primary-menu li.pide-cita:before {
    background-size: 20px;
    width: 29px;
    height: 11px;
}
	
	.primary-menu li {
    padding: 0;
	font-size: 1.5rem!important;
}
	.primary-menu > li {
    margin: 0 0 0 10px;
		display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
}
	img.especialista.circular {
    max-width: 250px;
}
	#site-header .pide-cita {
	background: #b3b995;
	padding: 1rem .8rem 1rem .8rem;
	margin-top: 0px;
	margin-left: 21px;
}
	section.head .trazo {
    right: 0;
}
	.texto-dos-cols p {
    column-gap: 4rem;
}
	.col-razon img {
    width: 68px;
}
section.head.ortodoncia {
    margin-top: -113px;
}
section.head.implantes-dentales{
    margin-top: -113px;
}
section.head.protesis-dentales {
    margin-top: -113px;
}
section.head.periodoncia {
    margin-top: -113px;
}
section.head.endodoncia {
    margin-top: -113px;
}
section.head.blanqueamiento-dental {
    margin-top: -113px;
}
section.head.limpieza-dental {
    margin-top: -113px;
}
section.head.discapacidades-fisicas{
    margin-top: -113px;

}
section.head.discapacidades-psiquicas{
    margin-top: -113px;

}
section.head.discapacidades-sensoriales{
	margin-top:-113px;
}
section.head.discapacidades-epilepsia{
	margin-top:-113px;
}
section.head.miedos-fobias{
	margin-top: -113px;
}
section.head.necesidades-especiales{
	margin-top: -113px;
}
section.head.estetica-dental{
	margin-top: -113px;
}
section.head.odontopediatria{
	margin-top: -113px;
}
section.head.discapacidades-sensoriales{
	margin-top: -113px;
}
section.head.discapacidades-epilepsia{
	margin-top:-113px;
}
.botones-categorias {
    left: -27%;
}
}


@media screen and (min-width: 1200px) and (max-width: 1300px) {
	section.head {
	margin-top: -65px;
}
	section.head.equipo {
	margin-top: -113px;
}	
	.row {
	--bs-gutter-x:0!important;
}
	.row.patologias.justify-content-md-center {
	--bs-gutter-x: 0!important;
}
}


@media screen and (min-width: 1000px) and (max-width: 1300px) {
	section.head .row {
	--bs-gutter-x: 0 !important;
}
	section.formulario-contacto iframe {
	margin-top: 4rem;
	height: 87% !important;
}	
	.head.blog.estetica-dental.animacion-bottom.alg-mv-top {
	margin-bottom: 5rem;
}
	.patologia h4 {
	font-size: 19px;
	line-height: 24px;
	height: 50px;
		margin:0 0 1rem;
}
	section.antes-despues h3 {
	padding-top: 2rem;
	font-size: 23px;
	line-height: 30px;
}
}

@media screen and (min-width: 769px) and  (max-width: 1396px) {
	section.head.limpieza-dental span.especialista {
		display:block;
}
	section.head span.especialista:last-of-type:before, section.show-m span.especialista:last-of-type:before {
    margin-left: 0;
}
}


@media screen and (min-width: 1200px) {
	section#mas-detalles h2 {
    font-size: 40px;
}
	section.head.endodoncia .trazo {
	bottom: -2px;
}


	
}

@media screen and (min-width: 999px) and (max-width: 1199px) {
	section.head {
	margin-top: -51px;
}
	section.head .row {
	--bs-gutter-x:0!important;
}
	h2 {
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 2rem;
}
	p, ul li {
    font-size: 16px;
    line-height: 26px;
}
	.pad-left {
    padding-left: 4rem;
}
	.texto-dos-cols p {
    column-gap: 4rem;
}
	.row.especialista p {
    font-size: 16px;
}
	.header-inner {
    padding: 0;
}
	.section-inner {
    width: calc(100% - 4rem);
}
	#site-header .pide-cita {
    padding: 1.5rem 1.5rem 1.5rem .5rem;
    margin-top: 0px;
}
	.header-titles-wrapper {
    margin-right: 0m;
    max-width: 40%;
}
	span.poi {
    height: 37px;
    width: 26px;
    background-image: url(/wp-content/uploads/2022/09/localizador-posicion.svg);
    display: inline-block!important;
    filter:none;
}
	.primary-menu li.pide-cita:before {
    background-size: 20px;
    width: 29px;
    height: 11px;
}
	.header-titles-wrapper {
    margin-right: 0;
}
	section.head.instalaciones video {
       top: 0;
    width: 100%!important;
    height: 100%!important;
}
	section.head.home .cita-gratis {
    width: 100%;
    margin: 0 auto;
    margin-top: 1rem;
}
	.primary-menu {
		margin:0;
	}
	.primary-menu li {
    padding: 0;
	font-size: 1.5rem!important;
}
	.primary-menu > li {
    margin: 1.6rem 0 0 1.5rem;
}
	.col-md-6.p-right {
    padding-right: 9rem!important;
}
	.px-lg-5 {
    padding-left: 0rem!important;
}
	.col-razon img {
    width: 58px;
}
	.diez-razones .sub-t {
    font-size: 22px;
    line-height: 50px;
}
	#site-header .pide-cita {
	padding: 1rem .8rem 1rem .8rem;
}
	section.fobias h2 {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 2rem;
}
	
	/* Instalaciones */
	section.head.instalaciones .superpuesto h1 {
	font-size: 3.5rem !important;
	line-height: 1.2 !important;
}
	.descubre-nuestras-instalaciones .container {
	max-width: 100%;
}
	section.descubre-nuestras-instalaciones .col-md-6.texto {
	padding: 2% 5% 0;
}
	section.descubre-nuestras-instalaciones .col-md-6.texto .button {
	margin: 1rem auto !important;
}
	
	/* row especialista */
	.row.especialista.endodoncia span {
	padding: .7rem;
	font-size: 17px;
}
	section.pacientes-discapacitados .container-fluid {
		--bs-gutter-x: 0;
	}
	section.patologias .patologia {
		padding-left: 2rem;
	padding-right: 2rem;
		margin-right:0;
}
	section.head.endodoncia .trazo {
	bottom: -1px;
}
}


@media screen and (min-width: 769px) and (max-width: 998px) {
	section.head {
	margin-top:-75px;
}
	section.head.equipo {
	margin-top: -125px;
}
	section.head .row {
	--bs-gutter-x: 0 !important;
}
	.head.blog.estetica-dental.animacion-bottom.alg-mv-top {
	margin-bottom:0;
}
	.botones-categorias .bton {
	padding: .6rem .9rem;
	font-size: 1rem;
	letter-spacing: 0;
}
	.col-md-6.destaca.pad-left  h3 {
    text-align: left;
    padding: 0;
    margin: 0 0 1rem;
		font-size:20px;
		line-height:28px;
}
.col-md-6.destaca.pad-left {
    padding-right: 3rem;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
}
	section.head.endodoncia .trazo {
	bottom: -1px;
}
	
}

@media screen and (min-width: 768px) and (max-width: 768px) {
	section.head .row {
	--bs-gutter-x: 0 !important;
}
	/* antes despues*/
	.antes-despues {
	padding: 0 4rem;
}
	section.antes-despues .col-md-6 {
	margin-bottom: 0!important;
}
	.row.muestra-p {
	margin: 0 0 2rem !important;
}
	.col-md-6.destaca.pad-left h3 {
	text-align: left;
	padding: 0;
	margin: 0 2rem 0rem!important;
	font-size: 2rem !important;
}
	section.antes-despues p {
	padding: 0 2rem;
	font-size: 14px;
	line-height: 1.3;
}
	.separador.medio {
	height: 0!important;
}
	.col-md-6.destaca.pad-left {
	padding-right: 3rem;
}
	
	
	
	
	/* Equipo */
	.col-lg-3.py-3.px-lg-5.col-md-6.member.show-m {
	width: 100%;
}
	.row.mx-lg-n5.equipo.medicos {
    margin: 3rem 3rem !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
	.row.mx-lg-n5.admin {
	margin: 0 3rem 5rem!important;
}
	.row.equipo.medicos .member {
	width: 46%;
}
	.pad-right {
	padding-right: 2rem!important;
}
	.pad-left {
	padding-left: 3rem!important;
}
.row.muestras-ad {
	margin-bottom: 3rem !important;
}
	p, ul li {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 15px;
	line-height: 22px;
}
	.row.tratamientos-odontopediatria .col-md-2 .circular {
	width: 30%;
	float: left;
	margin-right: 2rem;
	margin-top: 0;
}

	
	/* Tratamientos */
	section.tratamiento-integral .tratamiento {
	width: 46%;
}
	.row.tratamientos.text-center {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
	.ventajas .row.mx-lg-n5 {
		display: flex;
	flex-direction: row;
	justify-content: space-between;
	}
	.ventajas .col-md-6.py-3.px-lg-5 {
	width: 46%;
}
	/* Ortodoncia */
	.row.tratamientos-odontopediatria .col-md-2 {
		margin-bottom:2rem;
	}
	.row.tratamientos-odontopediatria .col-md-2 .circular {
	width: 23%;
}
	
	/* Odontopediatría */
	section.odontopediatria .pad-left {
		padding-left:3rem!important;
	}
	section.odontopediatria .pad-right {
		padding-right:2rem!important;
	}
	.odontopediatria img.circular.sat-l {
	max-width: 22vw!important;
	margin-top: -44vw!important;
	margin-left: 18.5vw!important;
}
	.col-md-5.centrado.p-right {
	padding-right: 3rem!important;
}
	/* Protesis dentales */
	section.protesis-dentales .pad-left {
		padding-left:3rem!important;
	}
	section.protesis-dentales .pad-right {
		padding-right:2rem!important;
	}
	
	/* Protesis endodoncia */
	section.endodoncia .pad-left {
		padding-left:3rem!important;
	}
	section.endodoncia .pad-right {
		padding-right:2rem!important;
	}
	
	
	/* Blog */
	.single.single-post  .post-inner {
	padding: 2rem 10rem!important;
}
	.singular .featured-media-inner {
	margin-left: -3rem;
	margin-bottom: 0;
	max-width: 120% !important;
}
	section.head.necesidades-especiales .container {
	max-width: 70%;
}
	section.head.necesidades-especiales .container  .col-md-6 {
	width: 100%;
}
	section.patologias {
	padding: 2rem 6rem 0!important;
	margin: 0 auto!important;
	position: relative;
	width: 70vw;
}
	section.formulario-contacto .container{
	padding: 0 8rem !important;
}
	section.faqs {
	padding-top: 13rem!important;
}
	
}

@media screen and (min-width: 768px) and (max-width: 1199px) {

	section.si-buscas h2 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 4rem;
}
	section.si-buscas .container .col-md-6 {
}
	input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea {
	padding: 1.1rem 1.3rem;
}
	section.faqs {
    padding-top: 6rem;
}
	.accordion {
    font-size: 24px;
}
	#site-footer .row, section.formulario-contacto .row {
	--bs-gutter-x: 0 !important;
}
	#site-footer .row  .col-md-4 {
	width: 32.333%;
}
section.head.ortodoncia {
    margin-top: -100px;
}
section.head.implantes-dentales{
    margin-top: -100px;
}
section.head.estetica-dental{
    margin-top: -100px;
}
section.head.odontopediatria{
	margin-top:  -100px;
}
section.head.periodoncia{
	margin-top:  -100px;
}
section.head.endodoncia{
	margin-top: -100px;
}
section.head.blanqueamiento-dental{
	margin-top: -100px;
}
section.head.limpieza-dental{
	margin-top:  -100px;
}
section.head.necesidades-especiales{
		margin-top:  -100px;
}
section.head.discapacidades-fisicas{
		margin-top:  -100px;
}
section.head.discapacidades-psiquicas{
	margin-top:  -100px;

}
section.head.discapacidades-sensoriales{
	margin-top:  -100px;
}	
section.head.discapacidades-epilepsia{
	margin-top:  -100px;
}
section.head.miedos-fobias{
	margin-top:  -100px;
}

}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
	/* Generales */
	.header-inner {
    padding: 1rem;
}
	.row {
	--bs-gutter-x: 0!important;
}
	
	body:not(.enable-search-modal) .site-logo img {
    width:200px;
}
	body.touch-enabled .primary-menu > li.menu-item-has-children > a {
    margin-right: 1rem;
}
	.primary-menu li {
    padding: 0;
    font-size: 1.2rem!important;
	margin: 0 0 0 19px;
}
	section.head .trazo {
    right: 0;
}
	.separador {
    height: 60px;
}
	section.tratamiento-integral .columnas {
    margin: 3rem 0 10rem;
    column-count: 3;
    column-gap: 10rem;
    font-size: 16px;
    line-height: 26px;
}
	img.especialista.circular {
    max-width: 250px;
}
	   section.head.home h2 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-family: helvetica;
    font-weight: bold;
}
	.cita-gratis .info {
    font-size: 22px;
    line-height: 28px;
}
	section.head p {
    font-size: 1.5rem;
    line-height: 1.2;
}
	section.tratamiento-integral h3 {
    font-size: 33px;
    line-height: 37px;
    margin-bottom: .5rem;
}
	h3 {
    font-size: 33px;
    line-height: 37px;
}
	.container-fluid.dark {
    padding: 4em 0em;
}
	.row.equipo.medicos .member .nombre {
    font-size: 1.7rem;
    line-height: 1.2;
}
	.row.equipo.medicos .member .formacion {
    padding: 0 3rem;
    font-size: 13px;
    line-height: 1.5;
}
	.logo-footer {
    max-width: 236px;
}
	ul.footer-social li {
    margin: 1rem 0 0 6.4rem;
}
	.col-md-7.centrado.p-left {
	padding-left: 6rem;
}
	.row.especialista h2 {
	font-size: 36px;
	line-height: 40px;
	padding-right: 3rem;
}
	.row.especialista .col-md-8::after {
	border-width: 45px 45px 0 45px;
	margin-left: 4vw;
}
	.row.tratamientos-odontopediatria .col-md-2 {
	flex: 0 0 auto;
	width: 100%;
}
	.row.tratamientos-odontopediatria .col-md-2 .circular {
	width: 20%;
	float: left;
	margin-right: 3rem;
	margin-top: 0;
}
	.row.tratamientos-odontopediatria .col-md-2 .separador-linea {
	display: none;
}
	section.head .trazo {
	bottom: 0;
}
	.muestra {
	/*max-height: 261.64px;*/
}
}



@media screen and (min-width: 1000px) and (max-width: 1100px) {
	.primary-menu li {
    margin: 0 0 0 13px;
}
	section.head .trazo {
	bottom: 0;
}
	section.head.home strong {
    font-size: 2rem;
}
	.container-fluid.dark {
    padding: 4em 0em;
}
	.row.tratamientos-odontopediatria h4 {
	font-size: 18px;
	line-height: 22px;
}
	.row.tratamientos-odontopediatria .col-md-2 {
	flex: 0 0 auto;
	width: 100%;
}
	.row.tratamientos-odontopediatria .col-md-2 .circular {
	width: 20%;
	float: left;
	margin-right: 3rem;
	margin-top: 0;
}
	.row.tratamientos-odontopediatria .col-md-2 .separador-linea {
	display: none;
}
	section.formulario-contacto .col-form {
    width: 42%;
    padding-top: 2rem;
}
	section.formulario-contacto .col-mapa {
    width: 52%;
    margin-left: 3%;
}
}


@media screen and (min-width: 768px) and (max-width: 997px) {
	
	.row {
	--bs-gutter-x: 0!important;
}
	.row.mx-lg-n5.equipo.medicos {
	--bs-gutter-x: 5rem !important;
}
	.toggle-text {
	display: none;
}
	.fill-children-current-color, .ancestor-wrapper .fill-children-current-color * {
    fill: #0a0a0a!important;
}
	.header-footer-group pre, .header-footer-group fieldset, .header-footer-group input, .header-footer-group textarea, .header-footer-group table, .header-footer-group table *, .footer-nav-widgets-wrapper, #site-footer, .menu-modal nav *, .footer-widgets-outer-wrapper, .footer-top {
    border-color: transparent!important;
}
	.modal-menu ul li a {
    color: inherit;
    font-weight: 500;
    padding: 1.5rem 2rem;
}
	ul.sub-menu.active .modal-menu .ancestor-wrapper a {
    width: 90%;
    border-bottom: 1px solid #202020!important;
}
	.muestra {
    /*max-height: 202.64px;*/
}
	.container, .container-md, .container-sm {
    max-width: 750px;
}
	section.head .trazo {
	bottom: 0;
}
	.button {
	font-size: 1.5rem!important;
	padding: 1.5rem 2rem!important;
}
	h2 {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 2rem;
}
	p, ul li {
    font-size: 15px;
    line-height: 22px;
}
	h2 span.poi {
    height: 27px;
    width: 19px;
}
	.pad-left {
    padding-left: 4rem!important;
}
	.pad-right {
    padding-right: 4rem!important;
}
	.separador-8rem {
    display: block;
    height: 5rem;
}
	.row.especialista p {
    font-size: 15px;
    line-height: 22px;
		padding-bottom:2rem;
}
	.row.especialista .col-md-4 {
	display: flex;
	align-items: center;
	justify-content: center;
}
	.row.especialista span {
    background: #b3b995;
    padding: 1rem;
    color: #ffffff;
    width: auto;
    display: block;
    margin-left: 0;
		margin-bottom:2rem;
}
	.header-inner {
    padding: 1.5rem 0;
}
	.toggle-inner .toggle-text {
    display: none;
}
	img.especialista.circular {
    max-width: 180px;
}
	section.patologias .patologia {
	margin-bottom: 7rem;
}
	
	.col-razon img {
    width: 48px;
}
	.diez-razones .sub-t {
    font-size: 22px;
    line-height: 32px;
}
	span.bullet {
    margin-left: 1rem;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .05em;
    padding-right: 2rem;
}
	section.tratamiento-integral h3 {
    font-size: 26px;
    line-height: 37px;
    margin-bottom: 0;
}
	section.antes-despues h3 {
    padding-top: 1.5rem;
}
	.separador {
    height: 50px;
}
	h3 {
    font-size: 26px;
    line-height: 37px;
    margin-bottom: 1rem;
}
	section.tratamiento-integral .columnas strong {
    margin-bottom: -0.3rem;
}
	section.tratamiento-integral .columnas {
    margin: 3rem 0 7rem;
    column-count: 1;
    column-gap: 0;
    padding: 0 6rem;
    font-size: 16px;
    line-height: 26px;
}
	section.formulario-contacto h3 {
    text-align: center;
    padding-bottom: 1.8rem;
    padding-top: 1rem;
    font-size: 26px;
    line-height: 28px;
}
	section.formulario-contacto .col-form {
    width: 42%;
    padding-top: 2rem;
}
	section.formulario-contacto .col-mapa {
    width: 52%;
    margin-left: 3%;
}
	.container-fluid.dark {
    padding: 4em 0em;
}
	.logo-footer {
    max-width: 236px;
}
	ul.footer-social li {
    margin: 1rem 0 0 6.4rem;
}
	.row.tratamientos-odontopediatria .col-md-2 {
	flex: 0 0 auto;
	width: 100%;
}
	.row.tratamientos-odontopediatria .col-md-2 .circular {
	width: 20%;
	float: left;
	margin-right: 3rem;
	margin-top: 0;
}
	.row.tratamientos-odontopediatria .col-md-2 .separador-linea {
	display: none;
}
	
	/* Row especialista */
	.row.especialista strong.destacado {
	display: block;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-bottom: 2rem;
}
	.row.especialista .col-md-8 {
	flex: 0 0 auto;
	width: 47.667%;
}
	.row.especialista h2 {
	font-size: 25px;
	line-height: 31px;
	margin-bottom: 1.5rem;
}
	.row.especialista .col-md-8::after {
	border-style: solid;
	border-width: 45px 45px 0 45px;
	margin-left: 5vw;
	margin-top: 20px;
}
section.head.ortodoncia {
    margin-top: -123px;
}
section.head.implantes-dentales {
    margin-top: -123px;
}
section.head.protesis-dentales	 {
    margin-top: -123px;
}
section.head.odontopediatria{
    margin-top:-123px;
}
section.head.periodoncia{
 margin-top: -123px;

}
section.head.endodoncia{
 margin-top:-123px;
}
section.head.blanqueamiento-dental{
 margin-top:-123px;
}
section.head.limpieza-dental{
 margin-top:-123px;
}
section.head.discapacidades-fisicas{
 margin-top:-123px;
}
section.head.necesidades-especiales{
	margin-top:-123px;
}
section.head.estetica-dental {
    margin-top: -124px;
}
section.head.odontopediatria{
	margin-top:-123px;
}
section.head.discapacidades-psiquicas{
	margin-top:-123px;
}
section.head.discapacidades-sensoriales{
	margin-top:-123px;
}
section.head.discapacidades-epilepsia{
	margin-top:-123px;
}
section.head.miedos-fobias{
	margin-top:-123px;
}
section.head .deg-left{
min-height:800px;
}
section.head .deg-right{
min-height:800px;
}
	
	
	/* blog */
	.wp-block-latest-posts.columns-3 {
    display: flex;
    justify-content: space-between;
}
		.wp-block-latest-posts.columns-3 li {
	width: calc(47% - .83333em);
}
	.wp-block-latest-posts.is-grid li {
	margin:0;
}
	.wp-block-latest-posts.columns-3 li:nth-child(3n) {
	margin-right:0;
}
	.wp-block-latest-posts a {
	font-size: 2rem;
}
	/*.wp-block-latest-posts__featured-image * img {
	max-height: 125px;
}*/
	
	/* Home */
	section.head.home .cita-gratis {
	width: 100%;
	margin-top: auto;
}
	section.head.home h1, section.head h1 span {
	font-size: 3.5rem;
	line-height: 1.2;
}
	section.head.home strong {
	font-size: 1.5rem;
	line-height: 1.4;
}
	section.head.home .col-md-5 {
	width: 49%;
}
	section.head.home .cita-gratis .info {
	font-size: 23px;
	line-height: 1.2 !important;
	padding-bottom: 1rem;
		display:block;
}
	section.discapacitados.corporativo .col-md-6.py-3.px-lg-5 {
	padding-left: 3rem;
}
	p.neg {
	color: #000000;
}
	section.conoce img {
		margin-top:2rem;
	}
	
	
	
	/* Head tratamientos en general */
	section.head .container {
	max-width: 90%;
}
	section.head .col-md-4 {
	/*width: 41%;*/
}
	section.head span.sub {
	font-size: 1.7rem !important;
}
	section.head span.poi {
	height: 35px;
	width: 25px;
	filter: none;
}
	section.head h2 {
	font-size: 2.5rem;
	line-height: 1.2;
	margin: 1rem 0 0;
}
	section.head p {
	font-size: 1.3rem;
	line-height: 1.4;
}
	/* Form contacto */
	section.formulario-contacto {
	margin-top: 5rem;
	padding-top: 3rem;
}
	section.formulario-contacto iframe {
	margin-top: 3rem;
	height: 87% !important;
}
	
	/* Odontopediatria */
	
	section.odontopediatria .col-md-7.centrado.p-left {
	padding-left: 3rem;
}
	section.odontopediatria .texto-dos-cols p {
	column-gap: 4rem;
}
	section.odontopediatria .padd-extra-top {
	padding-top: 4rem !important;
}
	section.odontopediatria h2.hide-m br {
	display: none;
}
	section.odontopediatria h2.hide-m span.poi {
	margin-left: 1rem;
}
	
	
	
	/* Dr */
	.sociedades {
	left: 0;
	min-width: 190px;
}
	.sociedades h3 {
	font-size: 19px;
	line-height: 23px;
}
	.info-doctor .col-md-6.p-right {
	padding-right: 4rem !important;
}
	.info-doctor .deco-left {
	padding-left: 4rem !important;
}
	.info-doctor h2 {
	font-size: 30px;
}
	.info-doctor h3 {
	font-size: 23px;
}
	section.head.ines {
	background-position: -170px bottom !important;
}
	.member a.ver {
	top: -51px;
	width: 30px;
	height: 30px;
	font-size: 22px;
	line-height: 27px;
	top: -45px;
}
	
	/* Instalaciones */
	section.head.instalaciones .superpuesto h1 {
	font-size: 3.5rem !important;
	line-height: 1.2 !important;
}
	.descubre-nuestras-instalaciones .container {
	max-width: 100%;
}
	section.descubre-nuestras-instalaciones .col-md-6.texto {
	padding: 2% 5% 0;
}
	section.descubre-nuestras-instalaciones .col-md-6.texto .button {
	margin: 1rem auto !important;
}
	.slick-dotted.slick-slider {
	margin-top: 5rem;
}
	
	/* Tratamientos dentales */
	section.head.tratamientos-dentales {
	background-image: url(/wp-content/uploads/2023/05/tratamientos-dentales.webp);
	background-size: cover !important;
	background-position: top !important;
	height: 60vh;
	margin-bottom: 4rem;
}
	section.head.tratamientos-dentales .trazo {
	display:none;
}
	section.head.tratamientos-dentales .col-md-5.bg-w.hide-m {
	display: none;
}
	.tr-den .show-m {
	display: block!important;
    padding: 0 3rem;
  
}
	
	/* Estetica dental */
	.row.especialista.limpieza .circular {
    max-width: 100vw;
    margin-top: inherit;
}
	.componentes.hide-m {
    display: none!important;
}
	
}





@media (min-width: 768px) {
section {
    padding: 0;
	}
	.single.single-post .post-inner {
	padding: 8rem 14rem;
}
	.comments-wrapper {
	margin-top: 8rem;
	max-width: 580px !important;
}
	.single.single-post .post-inner h2{
		font-size: 40px;
		line-height: 44px;
		margin:2rem 0;
	}
	.single.single-post .post-inner h3{
		font-size: 32px;
		margin: 2rem 0;
		line-height: 36px;
		font-weight: 400;
	}
	.single.single-post .post-inner p{
		font-size:24px;
	}
}

@media (max-width: 768px) {
	.col-md-4 {
	width: 100%;
}
	body:not(.enable-search-modal) .site-logo img {
    width: 210px;
}
	#site-header {
    background: #ffffff77!important;
    box-shadow: 0 10px 30px #00000017;
    z-index: 99999999999;
}
	.hide-m {
	display:none!important;
}
	.show-m {
    display: block!important;
    padding: 0 3rem;
      z-index: 9;
    position: relative;
}
	section.head {
		margin-top: -11vh!important;
	}
	section.head.home {
    height: auto;
    display: block;
    align-items: center;
    align-content: space-between;
    margin-top: 0;
    overflow: hidden;
	padding-bottom:1rem;
}

	section.head.home h1, section.head h1 span {
    font-size: 3rem!important;
    line-height: 1!important;
    margin: 0 auto;
    font-weight: 700;
    color: #fff!important;
    text-align: center;
    
}
	section.head.home span.poi {
    filter: none;
}
	body.page-id-235 .site-logo img, body.page-id-103 .site-logo img {
    filter: none;
}
	section.head.home .container {
    padding: 3rem 2rem;
}
section.head{
min-height:500PX;
}
.botones-categorias option, .botones-categorias select {
    width: 100%;
}	
	
	
	
	
	/* Generales */
	section.head.home.instalaciones video {
    position: absolute;
    height: 100vh;
    top: 0!important;
}
	section.head.instalaciones video {
    position: inherit;
    height: 80vh;
    top: 0!important;
}
	
	section.head.alg-mv-top {
    justify-content: flex-start;
    padding-top: 12vh;
}
	section.head.alg-mv-center {
		justify-content: center;
		text-align:center;
	}
	section {
    padding:0;
}
	.row {
		margin:0!important;
	}
	
	.button {
    color: #ffffff!important;
    text-decoration: none!important;
    background-color: #202020!important;
    max-width: 100%!important;
    margin: 1rem auto!important;
    min-width: auto;
    transform: scale(1);
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: linear;
    letter-spacing: inherit;
    letter-spacing: .1em;
    display: block;
    font-size: 1.5rem!important;
    padding: 1em;
    font-family: helvetica;
}
	.pad-left {
	padding-left: 1rem!important;
}
	.pad-right {
	padding-right: 1rem;
}
	.tratamiento-coordinado .pad-right {
	padding: 0 1rem;
}
	.container.tr-den .show-m {
	padding: 0 1rem!important;
}
	
    /* Menu */
    body:not(.overlay-header) .primary-menu>li>a,
    body:not(.overlay-header) .primary-menu>li>.icon,
    .modal-menu a,
    .footer-menu a,
    .footer-widgets a,
    #site-footer .wp-block-button.is-style-outline,
    .wp-block-pullquote:before,
    .singular:not(.overlay-header) .entry-header a,
    .archive-header a,
    .header-footer-group .color-accent,
    .header-footer-group .color-accent-hover:hover {
        color: #202020!important;
    }
	
    ul.modal-menu.reset-list-style {
        padding-left: 0;
    }
   .modal-menu>li>a, .modal-menu>li>.ancestor-wrapper>a {
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 1.5rem 2rem;
}
	.menu-modal .menu-bottom {
    display: none;
}
    .header-footer-group pre,
    .header-footer-group fieldset,
    .header-footer-group input,
    .header-footer-group textarea,
    .header-footer-group table,
    .header-footer-group table *,
    .footer-nav-widgets-wrapper,
    #site-footer,
    .menu-modal nav *,
    .footer-widgets-outer-wrapper,
    .footer-top {
        border-color: #dcd7ca47;
    }
	.social-icons a:hover {
    color: #b3b995!important;
}
	.footer-social-wrapper a:hover {
		color:#ffffff!important;
	}
	.fill-children-current-color, .ancestor-wrapper .fill-children-current-color * {
    fill: #0a0a0a!important;
}
	.header-footer-group pre, .header-footer-group fieldset, .header-footer-group input, .header-footer-group textarea, .header-footer-group table, .header-footer-group table *, .footer-nav-widgets-wrapper, #site-footer, .menu-modal nav *, .footer-widgets-outer-wrapper, .footer-top {
    border-color: transparent!important;
}
	.modal-menu ul li a {
	color: inherit;
	font-weight: 500;
	padding: 1.5rem 2rem;
	font-size: initial;
}
	ul.sub-menu.active .modal-menu .ancestor-wrapper a {
    width: 90%;
    border-bottom: 1px solid #202020!important;
}
	
	input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea {
	padding: 1.1rem 1.3rem;
}
	
	
	
	
	
	
    /* Generales */
	.header-inner {
    padding: 1.5rem 0;
}
	.header-inner .toggle span.toggle-text{
		display:none;
	}
    .site-logo img {
        width: 76%;
    }
    body {
        font-size: 17px!important;
        line-height: 26px!important;
    }
    p,
    ul li {
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-size: 15px;
        line-height: 24px;
    }
	
	
	section.head .row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-content: flex-start;
    height: auto;
    padding-bottom: 0rem;
}
	.row.justify-content-md-center.text-center .col-md-6 {
    text-align: left;
}
    section.head h1 {
    font-size: 39px!important;
    line-height: 1.1!important;
    margin: 0!important;
		 text-shadow: 0px 1px 2px #00000057;
}
    section.head span.sub {
    font-size: 1.3rem!important;
    padding-left: 2px!important;
    width: 60%;
    line-height: 1;
}
	section.head span.especialista {
    font-size: inherit;
}
	section.head .col-md-7 {
    background: #ffffff8a;
    display: flex;
    flex-direction: column;
    padding: 1rem;
}
	section.head h2 {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 1.5rem;
}
	section.head .trazo {
		display:none;
	}
   span.poi {
    height: 26px;
    width: 18px;
    font-size: 20px!important;
}
   h2 {
    font-size: 26px!important;
    line-height: 1.1!important;
    margin: 2rem 0;
}
	
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: calc(var(--bs-gutter-x) * 1);
        padding-left: calc(var(--bs-gutter-x) * 1);
    }
	h3 {
    font-size: 26px!important;
    line-height: 1.1!important;
    margin-bottom: 2rem;
    font-weight: 900;
}
   section.head {
    display: flex;
    background-position: top!important;
    background-repeat: no-repeat!important;
    margin-top: 0;
    flex-direction: column;
    height: 71vh;
    background-size: cover!important;
    margin-bottom: 0;
    justify-content: flex-end;
    padding-bottom: 10rem;
}
	section.head .container {
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column-reverse;
    padding-bottom: 1rem;
    position:absolute;
    margin-top: 20vh;
}
	section.show-m h2.info {
    font-size: 22px!important;
    padding: 0;
    line-height: 1.2!important;
    margin: 0;
}
	section.show-m span.especialista {
    margin-bottom: 7px;
    display: block;
    letter-spacing: .08em;
    font-size: 13px;
}
	span.especialista {
    margin-bottom: 7px;
    display: block;
}
section.show-m img.especialista.circular {
    max-width: 36vw;
    margin: -7rem auto  2rem;
}
	section.show-m .button {
    margin: 2rem auto 4rem!important;
    width: max-content;
    padding: 1.5rem 3rem;
}
   .col-md-6.py-3.px-lg-5 {
    padding-top: 0!important;
}
  
    .row {
        margin: 0;
    }
    .col-sm-12 {
        margin-bottom: 4rem;
    }
    .columnas,
    .texto-dos-cols p {
        column-count: 1;
        column-gap: 0;
        margin: 0!important;
        column-count: 1!important;
        column-gap: 0!important;
    }
    .deco-linea-left {
        border-left: none;
        padding-left: 12rem;
        padding-bottom: 3rem;
        position: inherit;
    }
    .deco-bottom-left {
        border-left: none;
        border-bottom: none;
        padding-left: 12rem;
        padding-bottom: 3rem;
        left: -1px;
        position: inherit;
    }
    .deco-top-right {
        border-right: 0;
        border-top: 0;
        padding-right: 12rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
        left: 1px;
        position: relative;
    }
    .deco-linea-right {
        border-right: none;
        padding-right: 12rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .deco-linea-right:before {
        content: "";
        width: 30px;
        height: 30px;
        background: #B3B995;
        display: block;
        position: absolute;
    }
    .deco-top-left {
        border-left: 0;
        border-top: 0;
        padding-left: 1rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
        left: -1px;
        position: relative;
    }
    .padd-extra-right {
        padding-top: 3rem;
        padding-right: 0!important;
        padding-bottom: 3rem;
    }
    .padd-extra-left {
        padding-top: 3rem;
        padding-left: 0!important;
        padding-bottom: 3rem;
    }
    .accordion:before {
        margin-left: -15px;
    }
    .accordion.active:before {
        margin-left: -15px;
    }
    .accordion {
        padding: 12px;
        font-size: 23px;
    }
    .panel {
        padding: 0rem 2.5rem 2rem;
    }
	.separador {
    width: 100%;
    height: 5rem;
}
	/*.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: calc(var(--bs-gutter-x) * 2);
    padding-left: calc(var(--bs-gutter-x) * 2);
}
	.padd-extra-top {
    padding-top: initial!important;
}
	.row>* {
    padding-right: calc(var(--bs-gutter-x) * 0);
    padding-left: calc(var(--bs-gutter-x) * 0);
}*/
	.col-md-5.centrado.p-right {
    padding-right: 0;
}
	
	p strong {
    font-size: inherit;
    line-height: inherit;
    background: #f7f7f7;
    padding: 0 5px;
}
	button.close-nav-toggle .toggle-text {
    display: none;
}
	
	
/* Cita gratis */
	
	section.head.home .cita-gratis {
	text-align: center;
	width: 100%;
	margin: 4rem 0 0 0;
	background: #B3B995;
	padding: 3rem 5rem 4rem;
}
	section.head.home .col-md-5 p {
    color: #fff;
    padding: 0 1rem;
}
	.cita-gratis .info {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}
	section.head.home .cita-gratis a.button {
    margin: 0 auto!important;
    width: 100%!important;
    max-width: 100%;
}
	/* Home */
	p.neg {
	color: #000000;
}
	
	
/* post */
	article.post {
    max-width: 100%;
    margin: 0rem auto;
    padding: 0 3rem;
}
	.single-post .singular .featured-media {
    margin-top: 0;
    margin-left: -3rem;
}
.singular .featured-media-inner {
	position: relative;
	width: max-content;
	margin-left: -3rem;
	margin-bottom: 3rem;
}
	.single-post .post-inner {
    padding-top: 0;
}
	.single-post .post-inner h2 {
    font-size: 26px!important;
    line-height: 1.1!important;
    margin: 2.5rem 0 2rem;
    border-top: 1px solid #2020201f;
    padding: 1.5rem 0 0;
}
	.single-post .post-inner h3 {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 1rem;
    margin-top: 3rem;
    font-weight: 900;
}
	.single-post .post-inner h4 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 0;
    font-weight: 900;
    border-bottom: 2px solid #b3b995;
    width: max-content;
}
	.comments-wrapper.section-inner {
    padding: 0 0 4rem!important;
    width: 100%;
}
	p.comment-notes {
    font-size: 13px!important;
}
	nav.pagination-single.section-inner {
    width: 100%;
}
	.entry-content hr::before, .entry-content hr::after, hr.styled-separator::before, hr.styled-separator::after {
    display: none;
}
	.pagination-single a {
    font-size: 16px;
    line-height: 1.3;
}
	.entry-content hr, hr.styled-separator {
    height: 0px;
}
	.singular .featured-media-inner {
	margin-left: -3rem;
	margin-bottom: 3rem;
	max-width: 125% !important;
}
	
	
/* Ortodoncia */
	.head.ortodoncia span.poi {
	filter: brightness(0.5);
}
	
	
/* Row especialista */
	
	.row.especialista {
	padding: 2rem 3rem 1rem;
}
	.row.especialista h2 {
    font-size: 3rem!important;
    line-height: 1.2!important;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    padding-right: 2vw;
}
	.row.especialista p {
    font-size: initial;
    padding: initial;
    padding-bottom: 2rem;
}
	
	.row.especialista .circular {
    max-width: 100vw;
    background: #f7f7f7;
    border-radius: 0;
    aspect-ratio: 1;
    position: relative;
    right: 0;
    margin: 0 auto 2rem !important;
}
	.row.especialista span {
    padding: 0!important;
    width: 100%!important;
    display: block!important;
    margin-top: -1rem!important;
    margin-bottom: 0!important;
		margin-left:0;
    background: transparent;
    color: #202020;
    text-align: left;
}
	.row.especialista .col-md-8, .row.especialista .col-md-6 {
	width: 100%;
	padding-bottom: 3rem;
}

	.row.especialista .col-md-4 {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
}
	.especialista.tri {
	margin: 0 auto;
}
	.row.especialista strong.destacado {
	display: block;
}
	
	
	
	
	
    /* Pide cita formulario */
    section.formulario-contacto .col-form {
    width: 100%;
    padding: 4rem 0 0;
}
    section.formulario-contacto .col-mapa {
        width: 100%;
        margin-left: 0;
    }
    section.formulario-contacto iframe {
    margin-top: 0;
    height: 50vh!important;
}
    .wpcf7-not-valid-tip {
        font-size: 15px;
    }
    .wpcf7 form .wpcf7-response-output {
        margin: 0 0 2rem;
        padding: 2rem;
        border: 1px solid #00a0d2;
        font-size: 14px;
        line-height: 20px;
    }
    .row.especialista span {
        padding: 1rem;
        width: 100%;
        display: block;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
	.row.especialista strong {
	margin-bottom: 3rem;
}
	section.head span.especialista:before, section.show-m span.especialista:before {
    background-size: 24px;
    content: "";
    width: 20px;
    height: 13px;
}
	.show-m.especialistas {
		padding:0;
		margin-bottom:2rem;
	}
	span.poi.hide-m {
		display:none!important;
	}
	.show-m.especialistas span {
		padding-bottom:1rem!important;
	}
	section.show-m span.especialista:last-of-type:before, section.show-m span.especialista:last-of-type:before {
    margin-left: 0;
}
	.row.especialista.endodoncia span {
    background: transparent;
    padding: 1rem;
    color: #000000;
    width: auto;
    display: block;
    margin-left: 0;
    text-align: center;
    margin-bottom: 1.5rem!important;
}
	.row.especialista.endodoncia  {
	padding: 2rem 2rem 1rem;
}
	.row.especialista.endodoncia img.circular {
    max-width: 100%;
    position: relative;
    right: inherit;
    margin: 0 auto 2rem!important;
}
	section.formulario-contacto {
    background: #d9d9d926;
    padding: 0 0 5rem;
		margin-top: 5rem;
}
	
	section.formulario-contacto h3 {
    font-size: 27px;
    line-height: 32px;
}
	section.faqs {
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: -8rem 4rem;
    padding-top: 9rem;
    padding-bottom: 2rem;
}
	
	/* Antes despues */
	section.antes-despues .container {
		padding:0;
	}
	section.antes-despues h3 {
    padding-top: 2.5rem;
    margin-bottom: 1rem;
    font-size: 30px;
    line-height: 1.2;
}
	section.antes-despues .col-md-6 {
    margin-bottom: 0;
		padding:0;
}
	section.antes-despues .col-md-6:last-of-type {
    margin-bottom:0;
}
	.col-md-6.destaca.pad-left {
	padding-right: 0;
		padding-left:0;
}
	section.antes-despues p {
	padding: 0 2rem;
}
	.col-md-6.destaca.pad-left h3 {
	text-align: left;
	padding: 0;
	margin: 2rem 2rem 1rem;
}
	/*.col-md-6.destaca.pad-left {
	padding-right: 2rem;
}*/
	.col-md-6.destaca.pad-left.show-m {
	padding: 2rem 2rem 0;
}
	.muestra-p .separador.medio {
	height: 40px;
}
	
	
	
    /* Home */
section.tratamiento-integral.fondo {
    content: "";
    background-image: url(/wp-content/uploads/2023/02/clinica-bratos-16.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 82vh;
    margin-bottom: 4rem;
    background-size: cover;
    margin-top: 7rem;
}
    span.slogan {
        font-size: 18px;
        line-height: 28px;
    }
    .cita-gratis {
        text-align: center;
        width: 100%;
        margin: 4rem auto;
    }
    .sub-t {
        font-size: 20px;
        line-height: 30px;
    }

    .deg-top-r-l {
        content: "";
        background-image: url(/wp-content/uploads/2022/09/linea-deg-r-l.svg);
        background-position: top left;
        background-repeat: no-repeat;
        background-size: 70%;
        background-position: right top;
        height: 40px;
        width: 100%;
    }
    .deg-bottom-l-r {
        content: "";
        background-image: url(/wp-content/uploads/2022/09/linea-deg-l-r.svg);
        background-position: bottom left;
        background-repeat: no-repeat;
        background-size: 70%;
        /* background-position: left; */
        height: 40px;
        width: 100%;
    }
section.conoce .button {
    top: 0rem!important;
    left: 0!important;
    position: relative;
}
	section.head p {
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 1rem;
}
	section.head.home strong {
    margin-top: 2rem;
    padding: 0 1rem!important;
    font-size: initial;
    line-height: 22px;
    color: #fff;
    letter-spacing: 0.015em;
    display: block;
    text-align: center;
}
	section.head.home .cita-gratis h2 {
    font-size: 3.5rem!important;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-family: helvetica;
    font-weight: bold;
    margin: .5rem 0;
}
	section.tratamiento-integral .columnas strong {
    margin-bottom: 1.7rem;
    font-size: 23px;
    height: auto;
}
	
	
	
	
	
	
	/* Separadores */
	.separador-8rem {
	display:block;
	height:2rem!important;
}

	
	
    /* Contacto */
   section.si-buscas h2 {
    font-size: 25px!important;
    line-height: 1.2!important;
    margin-bottom: 1rem;
    margin-top: 0;
}
    section.si-buscas .container .col-md-6 {
        width: 100%;
        margin: 0 auto;
    }
    section.si-buscas .container {
        max-width: 90%;
    }
    section.si-buscas form {
        margin-top: 4rem;
    }
    section.si-buscas form input[type="text"],
    section.si-buscas form input[type="email"],
    section.si-buscas form input[type="url"],
    section.si-buscas form input[type="tel"],
    section.si-buscas form input[type="color"],
    section.si-buscas form textarea {
        margin: 0 0 1.5rem;
    }
    iframe {
        width: 100%!important;
    }
	form p strong {
		background:transparent;
	}
	.toggle-text {
	display: none;
}
	
	
	
	
	
	
    /* Footer */
    footer .container-fluid.dark {
        padding: 5rem 2rem;
    }
    footer ul {
        margin-bottom: 3rem;
        padding-left: 0;
    }
   footer ul li {
    margin: 0 0 1rem;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
}
	.section-bottom {
    padding: 4em 2rem;
		font-size: 13px;
}
	.section-bottom a {
    margin: 0 1rem;
}
	section.faqs  .row {
    padding-top: 1rem;
    padding-bottom: 5rem;
}
    footer .container-fluid.dark .col-md-4 {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
	.enlaces-sociales .fill-children-current-color {
    fill: #ffffff;
}
	footer#site-footer ul.contacta strong {
		font-size:1.5rem;
	}
	footer#site-footer ul.enlaces li {
		font-size:1.5rem;
	}
	ul.social-menu.footer-social.reset-list-style.social-icons.fill-children-current-color {
    margin: 2rem 0 3rem;
    padding: 0;
}
   
    .footer-social-wrapper {
        margin: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }
    ul.social-icons {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% + 0.9rem);
        justify-content: space-evenly;
    }
    .footer-social a {
        height: 4.6rem;
        width: 4.6rem;
    }
    ul.footer-social li:first-child {
    margin: 0 2rem 0 2rem;
}
    ul.footer-social li {
        margin: 0 2rem;
    }
    /* Fin footer */
	
	/* Ver mas */
	a.ver {
	width: 30px;
	height: 30px;
	line-height: 32px;
	top: -55px;
	font-size: 20px;
}
	
	/* Home */
	.row.razones {
    margin: 4rem 1rem 2rem!important;
    padding: 0!important;
}
	section.diez-razones h2 {
    font-size: 4rem!important;
    line-height: 1.1;
    margin-bottom: 3vh;
    font-family: axiaregular, Arial;
}
 
	.razones .col-md-6.izq {
    border-right: none;
}
	
span.numero-r {
    background: #b3b995;
    width:61px;
    height: 40px;
    font-size: 20px;
    margin-left: 0;
}
.col-razon img {
    max-width: 50px;
	    margin: 0.2rem;
}
	span.bullet {
    font-size: 16px;
		line-height:20px;
    width: inherit;
		margin-left:0;
	padding-right: 2rem;	
}
	.razones .col-md-6.der .col-razon span.numero-r {
    margin-right: 0;
    margin-left: -17px;
    width: 61px;
}
	
	 .col-razon, .der .col-razon {
    padding-left: 0!important;
		 border-radius: 25px;
    margin-bottom: 2rem;
		     padding-right: 2rem;
    max-width: 100%;
    width: 100%;
    margin-right: 0!important;
    margin-left:0!important;
        justify-content: space-between!important;
    flex-direction: row-reverse;
}
	.razones .col-md-6.der {
    padding-left: 0;
    padding-right: 0;
}
	.razones .col-md-6.izq {
    padding: 0;
}
	
	/* Tratamiento integral */
	
	section.tratamiento-integral img {
    margin: 0 auto 0rem;
    width: 100%;
}
	.col-12.columnas {
    margin-top: 1rem!important;
}
	section.tratamiento-integral a.ver {
    top: -20px;
}
	section.tratamiento-integral .col-md-4 {
		margin-bottom:7rem;
	}
	section.tratamiento-integral .col-md-4:last-of-type {
		margin-bottom:1rem;
	}
	section.tratamiento-integral h3 {
    font-size: 32px;
    line-height: 38px;
	margin-bottom: 0rem;
}
	section.ventajas img {
	max-height: 100%;
	width: 100%;
}
	
	
	
	/* Equipo */
	section.head.equipo {
    height: 68vh;
}
	section.head .col-md-7 {
    display: none;
}
	section.head.dr {
    height: 75vh;
}
	section.show-m.dr {
    padding-top: 3rem;
}
	section.show-m.dr h2.info {
    font-size: 22px!important;
    padding: 0;
    line-height: 1.2!important;
    margin: 0 auto .5rem;
}
	section.doctores .col-md-6.texto {
    align-items: flex-start;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.1;
}
	section.doctores .col-md-6.texto h2 {
    margin-bottom: .7rem;
    font-size: 2rem!important;
}
	section.doctores .col-md-6.texto .separador-linea {
    display:none;
}
	section.doctores .col-md-6.texto .nombre {
    font-size: 1.5rem;
    line-height: 1.1;
    padding: 0;
    margin: 0 0 10px;
}
	.row.mx-lg-n5.equipo.medicos {
    margin: 3rem 0;
}
	.row.text-center.justify-content-md-center.no-margin-bottom.ppal {
    padding: 0 2rem 2rem;
}
	.doctores .container.px-lg-5 {
    padding: 0;
}
	.row.equipo.medicos .member {
	text-align: center;
	font-size: 17px;
	line-height: 1.2;
	color: #666666;
	letter-spacing: 0.015em;
	margin-bottom: 4rem;
	padding: 0;
}
	.row.equipo.medicos .member:last-of-type {
		margin-bottom:0;
	}
	.row.equipo.medicos .member .nombre {
    font-size: 2rem;
    line-height: 32px;
    padding-bottom: 1rem;
    padding: 0 2rem 0;
}
	.info-doctor .col-md-6.p-right {
    padding-right: 0!important;
}
	.info-doctor h2:before {
    background-image: url(/wp-content/uploads/2022/10/icono-logo.svg);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center right;
    content: "";
    width: 29px;
    height: 19px;
    display: inline-block;
    margin-right: 7px;
}
	.info-doctor span.especialidad:before {
		display:none;
	}
	.info-doctor .deco-left {
    border-left: 1px solid #b3b995;
    padding-left: 8px!important;
    left: -1px;
    position: relative;
}
	.info-doctor .deco-left .punto:before {
    background: #b3b995;
}
	.info-doctor h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 2rem;
    font-weight: 900;
    padding-top: 1rem;
    padding-left: 3rem;
}
	.info-doctor .foto {
		display:none;
	}
	.info-doctor .separador-linea {
    margin: 0 -9px 3rem;
    display: none;
}
	.info-doctor ul li::before {
	margin-top: 11px;
}
	.info-doctor span.num-col {
    padding-bottom: 1rem;
    font-size: 1.2rem;
    letter-spacing: .08em;
}
	.info-doctor ul {
    margin-bottom: 4rem;
}
	.punto strong {
    font-size: 17px;
    line-height: 1.2;
}
	.sociedades.show-m {
    max-width: 100%;
    padding: 0 1rem 1.5rem;
    left: 0;
    top: 0;
    margin-bottom: 4rem;
    display: flex!important;
    flex-direction: row;
    flex-wrap: wrap;
}
	.sociedades h3 {
    font-size: 14px!important;
		letter-spacing:.05em;
    margin-bottom: 1rem;
    width: 100%;
}
	section#mas-detalles {
    padding-top:0;
}
	.sociedades.show-m img {
    margin: 0 auto;
    max-width: 37%;
		mix-blend-mode: multiply;
    filter: grayscale(1);
}
	section.head.ines {
    background-position:center!important;
}
	.col-lg-6.py-3.px-lg-5.member.text-center:last-of-type {
    padding-bottom: 0!important;
}
	
	
	/* Instalaciones */
	section.head.instalaciones.animacion-top {
    height: 100vh;
    padding-bottom: 5rem;
}
	section.head.instalaciones .superpuesto h1 {
    font-size: 2.7rem!important;
    line-height: 1.2!important;
    margin: 0;
    color: #fff!important;
    padding-bottom: 1rem;
    padding-top: 2rem;
    text-transform: uppercase;
    text-shadow: none;
}
	section.head.instalaciones .superpuesto {
    color: #000;
    text-align: center;
}
	section#mas-detalles .container {
   
}
	
	/* Instalaciones */
	section.head.instalaciones span.sub{
		color:#fff;
	}
	section.head h1 {
		color:#202020;
	}
	.descubre-nuestras-instalaciones .mg-bt {
		margin-bottom:2rem;
	}
	.descubre-nuestras-instalaciones a.button {
		padding:1em 2em;
	}
	
	
	
	/* Estetica dental */
	section.head span.sub, section.head h1 {
		color:#ffffff;
	}
	section.estetica-dental li > ul, li > ol {
    margin: 1rem 0 0 -1rem;
}
	
	/* Odontopediatria */
	section.head.odontopediatria .col-md-7 {
    display: block;
		background:transparent;
}
	h2.show-m {
		padding:0!important;
		text-align:center;
	}
	.odontopediatria img.circular.sat-l {
    max-width: 46vw;
    position: absolute;
    margin-top: -95vw;
    margin-left: -11vw;
    border: 12px solid #ffffff;
}
	.odontopediatria .show-m {
		padding: 0 0 2rem;
	}
	.col-md-7.centrado.p-left {
    padding-left: 0;
}
	.padd-extra-top {
    padding-top: inherit;
}
	section.odontopediatria .circular {
    border-radius: 0;
}
	section.odontopediatria h4 {
    font-size: 22px;
    line-height: 1.2;
}
	
	
	
	
	
	/* Discapacitados */
	section.pacientes-discapacitados .row.pacientes h2 {
		padding:0 2rem;
		text-align:center;
	}
	section.head.necesidades-especiales {
    margin-bottom: 4rem;
    height: 101vh;
    background-position: -350px bottom!important;
}
	section.patologias {
    padding: 2rem 1rem 0;
    margin: 0;
    position: relative;
	
}
	section.pacientes-discapacitados .container-fluid {
	--bs-gutter-x: 1.5rem;
}
	.patologia {
		padding:0 2rem 3rem;
		border-bottom:1px solid #cccccc;
			border-right: none!important;
	}
	.patologia:last-of-type {
		border-bottom:none;
	}
	.patologia h4 {
    margin: 0;
		height:auto;
    font-size: 20px;
}
	.patologia a.ver {
	margin-bottom: -1rem;
}
	.row.justify-content-md-center.text-center .col-md-8.text-center {
    text-align: left!important;
}
	.col-md-2.patologia {
    padding: 2rem 2rem 7rem;
    border-bottom: 4px solid #ffffff;
}
	
	/* Discapacidades físicas */
	section.head.discapacidades-fisicas {
	margin-bottom: 3rem;
	height: 51vh;
	padding-top: 16rem;
}
	/* Discapacidades psiquicas */
	section.head.discapacidades-psiquicas {
    margin-bottom: 3rem;
		    height: 71vh;
		padding-bottom: 3rem;
}
	/* Discapacidades sensoriales */
	section.head.discapacidades-sensoriales {
    background-position: center!important;
    margin-bottom: 3rem;
    height: 71vh;
    padding-bottom: 3rem;
}
	/* Discapacidades epilepsia */
	section.head.discapacidades-epilepsia {
    margin-bottom: 3rem;
    height: 74vh;
    padding-bottom: 3rem;
}
	section.epilepsia h2 {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 3rem;
}
	/* Discapacidades miedos */
	section.head.miedos-fobias {
    margin-bottom: 3rem;
    height: 79vh;
    padding-bottom: 3rem;
}
	section.fobias h2 {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 3rem;
}
	
	
	/* Tratamientos dentales */
	section.head.tratamientos-dentales {
	background-size: cover !important;
	height: 200px;
	margin: 0px 0 2rem !important;
}
	.bg-w {
    background: transparent;
    padding: 0;
}
	section.tratamiento-integral .tratamiento strong {
    font-size: 3rem;
    margin-top: 4rem;
    display: block;
}
	p.sub-t2 {
    font-size: 1.5rem;
    letter-spacing: 0.055em;
    line-height: 1.3;
}
	
	
	/* Limpieza dental */
	.row.especialista.limpieza .circular {
    max-width: 69vw;
		border-radius:0;
}
	
	/* Blog */
	
	section.head.blog h1 {
		color:#ffffff;
	}
	section.head.blog span.sub {
    font-size: 2rem!important;
    letter-spacing: 0.15em;
    padding-left: 0!important;
		color:#ffffff;
}
	.botones-categorias {
    padding: 0;
    overflow-y: hidden;
    overflow-x: scroll;
    margin-top: 1rem;
    display: -webkit-box;
}
	.botones-categorias .bton {
    color: #ffffff!important;
    margin-bottom: 1px;
    float: left;
    display: inline;
    padding: .5rem 2rem;
    font-size: 1.1rem;
}
	.wp-block-latest-posts.columns-3 li {
    width: 100%;
    margin: 0 0 1rem!important;
}
	.wp-block-latest-posts a {
    padding: 1rem 0 0;
    font-size: 2rem;
}
	.wp-block-latest-posts__featured-image * img {
    padding-bottom: .5rem;
}
	.wp-block-latest-posts__featured-image * img {
	max-height: auto;
}
	.head.blog.estetica-dental.animacion-bottom.alg-mv-top {
	height: 300px;
}
	.head.blog.estetica-dental.animacion-bottom.alg-mv-top {
	background-position: center !important;
}
	.row.tratamientos-odontopediatria .circular {
		border-radius:0;
	}
	.single-post .post-inner h4 {
	text-align: left;
	display: initial;
}
section.head.instalaciones {
    margin-top: -22vh!important;
}
section.head.instalaciones.header-home-bratos{

    margin-top: -8vh!important;
}
section.head .white-title span.sub, section.head .white-title h1 {
    color: #202020;
}
ul.modal-menu.reset-list-style {
    margin-top: 7vh!important;
}	
}	
	
/* Fin Media max width 768 */

@media screen and (max-width: 578px) {
.bg-pastilla-head{
background-color: #ffffff85;
}
}


@media screen and (min-width: 451px)  and (max-width: 768px) {
	.logo-footer {
	max-width: 36vw;
}
	.single-post .post-inner {
	padding: 1rem 4rem;
}
	.singular .featured-media-inner {
	max-width: 125% !important;
	width: 100vw !important;
}
	.single-post .post-inner h4 {
	text-align: left;
	display: initial;
}
	section.antes-despues .col-md-6 {
	margin-bottom: 1rem;
	padding: initial;
}
	.row.muestra-p {
	margin-bottom: 4rem !important;
}
	section.head.necesidades-especiales {
	background-position: center bottom !important;
}
section.head{
min-height:500PX;
}

}





@media screen and (max-width: 450px) {
	section.head {
		margin-top: -9vh!important;
	}
	/* Implantes dentales */
	section.head.implantes-dentales {

	}
	/* blog */
	section.head.estetica-dental {
    height: 71vh;
    background-position: -310px!important;
}
	 .logo-footer {
    max-width: 61vw;
    margin: auto;
    margin: 3rem auto;
}
section.head .container {
    margin-top: 10vh;
}
section.head{
min-height:400PX;
}

}



/* Fondos */

.sombra {
    display: block;
    width: 80vw;
    height: 9vw;
    background: #0000004f;
    position: absolute;
    filter: blur(61px);
    right: 0;
    z-index: -1;
    margin-top: -10vw;
    transform: rotate(3deg);
}


.fnd-1,
.row.especialista.fnd-1 {
    background: #f0f1ea;
}

.row.especialista.fnd-1:after {
    border-color: #b3b9953d transparent transparent transparent;
}

.fnd-2,
.row.especialista.fnd-2 {
    background: #252c37;
}

.row.especialista.fnd-2:after {
    border-color: #252c37 transparent transparent transparent;
}

.fnd-3,
.row.especialista.fnd-3 {
    background: #f7f7f7;
}

.row.especialista.fnd-3:after {
    border-color: #f7f7f7 transparent transparent transparent;
}

.fnd-4,
.row.especialista.fnd-4 {
    background: #e2bee236;
}

.row.especialista.fnd-4:after {
    border-color: #e2bee236 transparent transparent transparent;
}


/* Iconos */

img.icono {
    max-width: 96px;
    mix-blend-mode: multiply;
    margin: 0 auto 2rem!important;
}


/* Botones */

.button {
    color: #ffffff!important;
    text-decoration: none!important;
    background-color: #202020!important;
    max-width: max-content;
    margin: 4rem auto!important;
    min-width: auto;
    transform: scale(1);
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: linear;
    letter-spacing: inherit;
    letter-spacing: .08vw;
    display: block;
    font-size: 1.3vw;
    padding: 1.2vw 1.7vw;
    font-family: helvetica;
}

.button:hover {
    background-color: #202020d9;
    transform: scale(0.95);
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: linear;
    letter-spacing: .07em;
}

.button:hover {
    color: #ffffff;
}

a.ver {
	background: #000000;
	width: 30px;
	height: 30px;
	display: block;
	margin: 1rem auto -3.8rem;
	border-radius: 50%;
	text-decoration: none;
	color: #ffffff !important;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	top: -55px;
	text-align: center;
}
a.ver:hover {
    background-color: #202020d9;
    transform: scale(0.95);
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: linear;
    transform: rotate(180deg);
	font-size: 25px;
}


/* Separadores */

.separador-linea {
    height: 2px;
    background: #b3b995;
    width: 100px;
    margin: 0px auto 2rem;
    position: relative;
    top:;
}
.separador-8rem {
	display:block;
	height:11rem;
}
.pad-left {
	padding-left:8rem;
}
.pad-right {
	padding-right:8rem;
}

/* Slick Slider */

.slick-list {
    bottom: 3rem;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px 7px;
    padding: 0;
    cursor: pointer;
    background: beige;
    border-radius: 50%;
}

.slick-dots li:hover {
    background: #B3B995;
}

#paginacion a {
    padding-left: 5px;    
    padding-right: 5px;    
}
#paginacion span {
    padding-left: 5px;    
    padding-right: 5px;    
}

@media screen and (max-width: 1200px) {
	
	.botones-categorias {
	    left: -25%;
	}
	section.head-blog {
	    height: 500px;
	}
	.img-post {
	    height: 400px;
	}
}
@media screen and (max-width: 999px) {
section.head.instalaciones video {
    top: 0;
    width: 100%!important;
    height: 100%!important;
}


}


@media screen and (max-width: 991.98px) {
	
	.botones-categorias {
	    left: -20%;
	}
	.botones-categorias::after {
		background-size: 14px!important;
		top: 16px;
	}
	section.head-blog {
    height: 350px;
}
.img-post {
    height: 350px;
}
.single.single-post .post-inner {
    padding: 6rem 3rem;
}
.single.single-post .post-inner p, .single.single-post .post-inner ul{
    font-size: 18px;
}

}
@media screen and (max-width: 767.98px) {

section.head-blog {
    height: 250px;
}
.img-post {
    height: 250px;
}
}
@media screen and (max-width: 577.98px) {
	.botones-categorias {
    left: 0;
}
section.head.instalaciones .deg-right {
    background: linear-gradient(90deg, rgb(0 0 0 / 40%) 50%, rgb(0 0 0 / 40%) 100%);
}
.single.single-post .post-inner {
    padding: 2rem 0rem;
}
section.head-blog h1 {
    font-size: 3rem;
    line-height: 3.2rem;
}

}

