@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    overflow-x: hidden;
    background-color: #F8F4EF;
}

body::-webkit-scrollbar {
    width: 15px;
    height: 20px;
}

body::-webkit-scrollbar-thumb {
    background-color: #0eaeb9;
    border-radius: 5px;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #066168;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

body::-webkit-scrollbar-thumb:active {
    background-color: #4e4e4e;
}

body::-webkit-scrollbar-track {
    width: 8px;
    background-color: #088791;
}

body::-webkit-scrollbar-track:hover,
body::-webkit-scrollbar-track:active {
    background: #ccc;
}

* {
    font-family: 'Montserrat', sans-serif;
}

.color-main {
    color: #5E7FB1;
}

p {
    margin: 0;
}

h3 {
    color: #315C9F;
}

.line {
    position: relative;
    color: #fff;
}

.line:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 50px;
    background-color: #fff;
    left: -10px;
    top: 0;
    border-radius: 10px;
}

.velo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #314d54d1;
    transition-duration: .3s;
}

.velo2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.4) 40%, rgba(255,255,255,0) 100%);
    transition-duration: .3s;
}

.relative {
    position: relative;
}

.title {
    text-align: center;
    color: #5e7fb1;
    margin-bottom: 40px;
}

.fucsia {
    background-color: #ee0979 !important;
}

.title h3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title h3 img {
    width: 26px;
    margin-left: 14px;
}

.title p {
    width: fit-content;
    margin: 0 auto;
    position: relative;
    font-size: 14px;
}

.title p:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #fff;
    left: -50px;
    top: 12px;
}

.title p:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #fff;
    right: -50px;
    top: 12px;
}

h3.clock:after {
    position: absolute;
    content: '';
    top: -50px;
    width: 100px;
    height: 100px;
    left: calc(50% - 50px);
    background-image: url('./img/clock.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    filter: opacity(0.3);
}

#page-examanes h3.clock:after {
    filter: invert(1);
    opacity: 0.4;
}

#seccion-mision .img {
    width: 90%;
    height: 360px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
    margin: 0 auto;
}

.seccion-aparatos a {
    text-decoration: none;
}

.seccion-aparatos .servicio {
    border-top: 5px solid #b5ddff;
}

.seccion-aparatos .servicio .img-servicio {
    position: relative;
    height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 110% 110%;
    transition-duration: .3s;
}

.seccion-aparatos .servicio:hover .img-servicio {
    background-size: 100% 100%;
}

.seccion-aparatos .servicio:hover .velo {
    opacity: 0;
}

.seccion-aparatos .servicio:hover .img-servicio img {
    opacity: 0;
}

.seccion-aparatos .servicio:hover .name p {
    text-decoration: underline;
}

.seccion-aparatos .servicio .img-servicio img {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    position: relative;
    transition-duration: .3s;
}

.seccion-aparatos .servicio .name {
    height: auto;
    min-height: 80px;
    background-color: #1C2D32;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    flex-direction: column;
}

.seccion-aparatos .servicio .name p {
    color: #c7cbce;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    transition-duration: .3s;
}
.seccion-aparatos .servicio .name p.bajada {
    font-size: 10px !important;
}

.owl-nav button {
    background-color: #5e7fb15e !important;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 20% !important;
    transition-duration: .3s;
    position: absolute;
    top: calc(50% - 20px);
}

.owl-nav button:hover {
    background-color: #1F3A64 !important;
}

.owl-prev {
    left: 0;
    background-image: url('img/arrow-left.svg') !important;
}

.owl-next {
    right: 0;
    background-image: url('img/arrow-right.svg') !important;
}

.owl-nav button span {
    font-size: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #5e7fb169;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #5E7FB1;
}

#seccion-porque {
    padding: 100px 0;
}

#seccion-porque p {
    color: #fff;
}

#seccion-porque .item {
    margin: 0 20px;
    text-align: center;
}

#seccion-porque .item img {
    width: 120px;
}

#seccion-porque .item h6 {
    color: #fff;
    font-size: 16px;
}

#seccion-sucursal {
    margin-bottom: 100px;
}

#seccion-sucursal .img {
    width: 140px;
    margin-top: 40px;
}

.w-100 {
    width: 100%;
}


/*##### SONRISAS #####*/

#seccion-sonrisas {
    margin-bottom: 100px;
}

#seccion-sonrisas .item {
    text-align: center;
}

#seccion-sonrisas .item img {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 100%;
}

#seccion-sonrisas .item h6 {
    font-weight: 600;
    color: #5E7FB1;
}

#seccion-sonrisas .item p {
    color: #5E7FB1;
}

#seccion-sonrisas .owl-prev {
    left: -40px;
}

#seccion-sonrisas .owl-next {
    right: -40px;
}

#seccion-sonrisas .owl-dots {
    margin-top: 20px;
}


/*##### Sección ¿porque elegirnos? #####*/

#seccion-elegirnos {}

#seccion-elegirnos ul li {
    color: #fff;
    font-size: 14px;
}

#seccion-elegirnos .grid3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 200px;
    gap: 20px;
}

#seccion-elegirnos .grid3 .item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#seccion-elegirnos .grid3 .item1 {
    grid-column: 1/2;
    grid-row: 1/2;
    border-top-left-radius: 60px;
}

#seccion-elegirnos .grid3 .item2 {
    grid-column: 1/2;
    grid-row: 2/3;
    border-bottom-left-radius: 60px;
}

#seccion-elegirnos .grid3 .item3 {
    grid-column: 2/3;
    grid-row: 1/3;
    border-top-right-radius: 60px;
}


/*##### Sección nuestros pabellones #####*/

#seccion-pabellon {
    padding: 100px 0;
}

#seccion-pabellon .grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

#seccion-pabellon .grid2 .item {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#seccion-pabellon .grid2 .item1 {
    grid-column: 1/2;
    grid-row: 1/2;
    border-bottom-left-radius: 60px;
}

#seccion-pabellon .grid2 .item2 {
    grid-column: 2/5;
    grid-row: 1/2;
    border-top-right-radius: 60px;
}


/*##### Sección calidad #####*/

#section-calidad {
    padding: 0;
    position: relative;
    margin-bottom: 100px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#section-calidad .borde {
    width: 510px;
    height: 510px;
    border-radius: 100%;
    border: 1px solid #6868AC;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-calidad .big-circle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/*##### Sección tecnologia #####*/

#seccion-tecnologia {
    margin-bottom: 100px;
}

#seccion-tecnologia .grid6 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 200px 200px;
    gap: 20px;
}

#seccion-tecnologia .grid6 .item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

#seccion-tecnologia .grid6 .item1 {
    grid-column: 1/2;
    grid-row: 1/2;
}

#seccion-tecnologia .grid6 .item2 {
    grid-column: 2/3;
    grid-row: 1/2;
}

#seccion-tecnologia .grid6 .item3 {
    grid-column: 3/4;
    grid-row: 1/2;
}

#seccion-tecnologia .grid6 .item4 {
    grid-column: 1/2;
    grid-row: 2/3;
}

#seccion-tecnologia .grid6 .item5 {
    grid-column: 2/3;
    grid-row: 2/3;
}

#seccion-tecnologia .grid6 .item6 {
    grid-column: 3/4;
    grid-row: 2/3;
}


/*##### Sección equipamiento #####*/

#seccion-equipamiento {
    margin-bottom: 100px;
}


#page-aparatologia .banner .content {
    z-index: 3;
}

/*##### PAGINA SINGLE #####*/

#page-single {}

#page-single .img-destacada {
    max-width: 400px;
    position: absolute;
    right: 100px;
    top: 100px;
}

#page-single .contenido {
    color: #315C9F;
}

#page-single .title-single .icon {
    width: 50px;
    height: 50px;
}

#seccion-mision {
    background-color: #29444B;
}

#seccion-examenes {
    padding-top: 100px;
}

.card-gris {
    background-color: #C4C9CC;
}

#carrusel-banner-aparatologia .item {
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

#seccion-banner #carrusel-banner-res {
    height: 600px;
}

#seccion-banner #carrusel-banner-res .item {
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

#seccion-banner #carrusel-banner-res .item .content h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}

#seccion-mision .line:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #ffffff96;
    left: -10px;
    top: 0;
    border-radius: 10px;
}

#seccion-preguntas .accordion-button::after {
    filter: contrast(0.1);
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
.breadcrumb a:hover {
    font-weight: 600;
}

.owl-carousel .owl-stage-outer,
.owl-stage,
.owl-item {
    height: 100%;
}

#carrusel-banner-nosotros .item {
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
#carrusel-banner-nosotros-res .item {
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

#page-nosotros .banner .content {
    z-index: 3;
}
/* 
#page-nosotros .banner-res {
    display: none;
} */


@media (max-width: 768px) {
    
    /* #page-nosotros .banner {
        display: none !important;
    }

    #page-nosotros .banner-res {
        display: block !important;
    } */

}

#carrusel-banner-aparatologia-res .item {
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

#page_landing .wpcf7-form {
	max-width: 1200px;
    margin: 0 auto;
}
#page_landing .wpcf7-form p {
	color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
#page_landing .wpcf7-form p label {
	float: left;
    font-size: 14px;
}
#page_landing .wpcf7-form p span {
	width: 100%;
    display: block;
}
#page_landing .wpcf7-spinner {
	width: 20px !important;
	height: 20px;
}
#page_landing .wpcf7-form input {
	width: 100%;
    border-radius: 4px;
    height: 40px;
    border: none;
    padding: 10px;
}
#page_landing .wpcf7-form input.wpcf7-submit {
	width: 220px;
    height: 35px;
    padding: 6px 10px;
    background-color: #250F23;
    color: #fff;
    font-size: 14px;
    box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 30%);
    transition: inherit;
    transition-duration: .3s;
	background-color: #ee0979;
	margin-top: 40px;
}
#page_landing .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 14px;
    text-align: left;
}
#page_landing .wpcf7-response-output {
	color: #fff;
    border-radius: 6px;
    font-size: 14px;
}
