/* 
    Theme Name: Serch
    Theme URI: 
    Author: Adrian
    Author URI: 
    Description: Tema diseñado para modificación de plantillas html y puedas realizar sitios hibridos con todo lo que ofrece la web...
    Version: 1.0
    Requires at least: 4.9.6
    Requires PHP: 5.2.4
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: themeAdrian

*/
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

:root{
    --color-yellow: #FFD966;
    --color-gray: #E6E6E6;
    --color-blue: #2DAAE1;
    --color-blue-strong: #00588F;
    --color-gray-strong: #333333;
}

#logo-header {
    height: 90px;
    object-fit: cover;
    transform: scale(1.3);
}


.main-menu .main-menu__list>li+li, .stricky-header .main-menu__list>li+li {
    margin-left: 25px;
}
header{
    background: none !important ;
}

header a{
    color: #fff !important;
}

.image-layer-three {
    background-color: var(--color-blue-strong);
}
.swiper-slide.swiper-slide-active {
    background: none;
}
.brand-one__nav {
    justify-content: space-between;
    width: 100%;
    top: 50%;
}

.main-menu-three .main-menu__list>li>a, .stricky-header.main-menu-three .main-menu__list>li>a{
    color: var(--color-gray-strong);
}

.main-slider-three__img{
    width: 600px;
}
.row-aprende {
    justify-content: center;
    flex-wrap: wrap;
}
.about-three__text-one {
    font-size: 15px;
    margin: 0.5rem 0;
}
.counter-two__count-box.count-box.counted {
    display: flex;
    justify-content: center;
    font-size: 32px;
    align-items: center;
    color: #fff;
    gap: 2px;
}
.counter-two__text {
    height: 12px;
}


.table-level {
    color: white; /* Textos blancos */
    border-collapse: collapse; /* Quitar espacios entre bordes */
    width: 100%; /* Ancho completo */
}

.table-level th, 
.table-level td {
    border: 1px solid white; /* Bordes blancos */
    padding: 8px; /* Espaciado interno */
    text-align: center; /* Centrar textos */
}

.table-level thead th {
    background-color: transparent; /* Fondo transparente para encabezado */
}

.table-level tbody tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.1); /* Fondo ligeramente visible en filas pares */
}

.table-level tfoot td {
    border-top: 1px solid white; /* Línea superior en el pie de tabla */
    font-size: 12px;
    font-style: italic;
}
.we-fly-bg-box, .we-fly-bg-box::before {
    background: none;
}
.we-fly::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
}
.niveles-row > div {
    width: 49%;
}
.niveles-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.testimonials-carousel-page {
    background: transparent;
    padding: 64px 0;
}
.we-do {
    padding-top: 32px;
}
.we-do__left {
    min-height: auto;
}
.brand-one .swiper-slide img {
    opacity: 1;
}

input::placeholder, textarea::placeholder,
input, textarea {
    color: white !important;
}
input::placeholder, textarea::placeholder{
    opacity: 0.75;
}
.footer-widget__logo img {
    width: 400px;
    transform: scale(1.5);
}
.mobile-nav__content button[aria-label="dropdown toggler"] {
    display: none;
    opacity: 0;
}
#message-desc{
    display: none;
}
#see-message:checked + label + #message-desc{
    display: block;
}
#see-message + label+div+div{
    margin-top: 0.5rem;
}
#see-message:checked + label+div+div{
    margin-top: 0;
}
.about-three__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.main-menu__list a {
    font-size: 10px !important;
}
.main-menu .main-menu__list>li+li, 
.stricky-header .main-menu__list>li+li {
    margin-left: 8px;
}

.counter-two {
    background-color: var(--color-blue-strong);
}

.brand-two__nav .swiper-button-next, .brand-two__nav .swiper-button-prev {
    background: transparent;
    border: none !important;
    color: #fff;
}

.btn_blue{
    background-color: #0071bc;
}
.text-blue{
    color: #0071bc !important;
}
.btn_hover_white:hover{
    color: #fff !important;
}
.benefits-one__single:before {
    background: #fff !important;
}
.bg_blue_text_white{
    background-color: #0071bc !important;
    color: #fff !important;
}
.bg-white{
    background-color: #fff !important;
}
.service-details__need-help-icon:before {
    background-color: #fff !important;
}
footer {
    background-image: linear-gradient(45deg, #0071bc 0%, #0085d1 28%, #0071bc 58%, #005a8c 65%, #0069a3 72%, #0071bc 100%) !important;
}
footer li a,.site-footer__bottom-text {
    color: #fff !important;
}
footer li a:hover{
    text-decoration: underline;
}
.site-footer__social a {
    background-color: #fff;
    color: #a6a6a6;
    font-size: 20px;
}

.main-header-three__contact-list li .icon i,
.main-slider-three__title,
.section-title__title {
    color: var(--color-blue);
}
.section-title__tagline,
.charters__text,
.about-three__text-one,
.testimonial-one__content-text {
    color: var(--color-gray-strong);
}
.main-slider-three__sub-title{
    color: var(--color-gray);
}
.charters__title{
    color: var(--color-blue);
}
.benefits-one__single span, .benefits-one__single h3, .benefits-one__single p {
    color: var(--color-blue) !important;
}
#curso,
.we-do__right,
.service-details__need-help-bg {
    background: #2d2928;
}
.main-slider__btn {
    color: #fff;
    background-color: var(--color-blue);
}
.about-three__curved-circle .curved-circle {
    color: var(--color-blue-strong);
}
.about-three__icon-box, 
.about-three__icon {
    border-color: var(--color-blue-strong);
}
.icon-quote {
    background-color: var(--color-yellow) !important;
}
.accrodion-title h4, .accrodion-content strong {
    color: var(--color-blue) !important;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    background-color: var(--color-blue);
}
.site-footer__social i {
    color: var(--color-blue);
}
.scroll-to-top {
    background: var(--color-blue);
}
.main-menu .main-menu__list>li+li, .stricky-header .main-menu__list>li+li {
    margin-left: 12px;
}
.main-menu-three__cart-box {
    margin-left: 12px;
}

#img-kids{
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.main-slider-three .swiper-slide {
    background: var(--color-blue-strong);
}

.counter-two__text {
    color: #fff;
}

#kids {
    background-color: var(--color-blue-strong);
}

#horarios h2, #horarios h4 {
    color: var(--color-blue-strong) !important;
}
#horarios li{
    color: var(--color-gray-strong);
}
.list-contanct-h {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 16px 0;
    padding-left: 0;
}
.list-contanct-h a {
    color: #fff;
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 18px;
}
#messenger-btn {
    background-color: #0084FF;
}
#whats-btn {
    background-color: #25D366;
}
#phone-btn{
    background-color: #0071bc;
}
#btn-whats-float {
    position: fixed;
    right: 40px;
    bottom: 85px;
    z-index: 99999;
    width: 40px;
    height: 40px;
    background: #25D366;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

a#btn-whats-float::before {
    content: "Hola, ¿cómo podemos ayudarte?";
    background-color: #0071bc;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    font-size: 14px;
    color: white;
    position: absolute;
    z-index: 9;
    width: max-content;
    padding: 6px;
    right: 46px;
    border-radius: 10px;
}

.service-details__need-help {
    background: #25D366;
}
.service-details__need-help-contact p {
    color: #fff !important;
    font-size: 16px;
}
.service-details__need-help-icon span {
    color: #25D366;
    font-size: 55px;
}
.Curso header,
ul.learn-press-breadcrumb,
.Página header{
    display: none !important;
}

.blog header{
    display: block !important;
}

h2.main-slider-three__title{
    color: var(--color-yellow);
}

.main-slider__btn{
     background-color: var(--color-yellow);
}
.text-yellow{
    color: var(--color-yellow);
}
.btn_yellow{
    background-color: var(--color-yellow);
}
#kids p {
    font-size: 16px;
    font-family: "Comic Neue", cursive;
}
#kids ul {
    list-style: none;
    font-size: 14px;
    column-count: 2;
    padding: 0;
    margin: 0;
    column-gap: 2rem;
}
#kids img{
    border-radius: 12px;
}
.kids-words {
    font-style: italic;
}
.section-title__tagline{
    color: var(--color-blue-strong);
}
.scroll-to-top {
    left: 40px !important;
}
section#nivel {
    background: var(--color-blue-strong) !important;
}

section#curso {
    background: #fff;
}

#curso p {
    color: var(--color-gray-strong);
}
.niveles-row > div {
    background-color: var(--color-blue-strong);
    pointer-events: none;
}
.benefits-one__single span, .benefits-one__single h3, .benefits-one__single p,.text-white {
    color: #fff !important;
}

#traducciones{
    background: var(--color-blue-strong);
}
.about-three__img>img {
    width: 100%;
    border-top-left-radius: 130px;
    border-bottom-left-radius: 130px;
    height: 600px;
    object-fit: cover;
}
.title-dudas {
    font-size: 50px;
    line-height: 54px;
}
#horarios > div {
    display: flex;
    align-items: center;
}

.we-do__right{
    padding: 50px 100px;
}
.we-do__content {
    max-width: 100%;
    width: 100%;
}
.site-footer__bottom-inner {
    justify-content: normal;
    gap: 200px;
}
.main-slider-three .container {
    position: relative;
    padding-top: 200px;
    padding-bottom: 300px;
    z-index: 30;
}
.charters__img img {
    height: 250px;
    object-fit: cover;
}



.logo-sticky,
.stricky-fixed .logo-normal {
    display: none;
}
.stricky-fixed .logo-sticky {
    display: inline-block;
}

.comic-neue-regular {
  font-family: "Comic Neue", cursive;
  font-weight: 400;
}

.accrodion-content {
    max-height: 300px; /* ajustable */
    overflow-y: auto;
}
#blog{
    padding-top: 150px;
}
.blog .correo a,
.blog .main-header-three__social a,
.blog .stricky-fixed .correo a,
.blog .stricky-fixed .main-header-three__social a{
    color: var(--color-gray-strong) !important;
}
.main-slider-three__img {
    width: 750px;
}

footer {
    background-image: none !important;
    background-color: var(--color-blue-strong) !important;
}

@keyframes moveFondo {
    0% {
        background-position: 0% 50%;
    }
    
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media screen and (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
}

@media screen and (min-width: 1500px){
    .main-slider-three__img img {
        width: 100%;
        margin-left: -150px;
    }
}

@media screen and (max-width: 767px){
	#horarios > div {
		flex-direction: column;
	}
	.benefits-one__title p {
		font-size: 12px;
	}
	.benefits-one__title h3 {
		font-size: 14px;
	}
	.counter-two__list {
		gap: 20px;
	}
	.we-do__right {
		padding: 20px;
	}
	.title-dudas {
		font-size: 32px;
		line-height: 38px;
	}
	.footer-widget__logo img {
		width: 320px;
	}
}

@media screen and (max-width: 480px){
	.table-level th, .table-level td {
		font-size: 7px;
		padding: 4px !important;
	}
	#kids ul {
		column-count: 1;
	}
	.site-footer__bottom-inner {
		gap: 60px;
	}
}
