/* Este archivo css es exclusivo de main_score.html */

/* Esta página cuenta con tres secciones:
1- Header
2- Opiniones
3- Reviews */

/* ------------------------------------------------------------------- */

.navbar_bottom_mobile, .navbar_bottom, .more_info_navbar{
    display: none;
}
#nav-tag .hidden_element, .last-nav-item .contact_button_header {
    display: block;
}

/* ELEMENTOS COMUNES */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
	font-family: 'Inter', sans-serif!important;
	background-color: #ffff;
	height: 200vh;
	position: relative;
	overflow-x: hidden;
}
body:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}
h1,h2,h3,h4,h5,h6,p{
    font-family: 'Inter', sans-serif!important;
    color: #3e3e3e;
}
h1{
    font-size: 45px;
    font-weight: 700;
}
p{
    font-family: 'Inter', sans-serif!important;
    color: #616161;
    margin-top: 3px;
}
h2{
    font-size: 25px;
    font-weight: 600;
}
a, a:hover {
    text-decoration: none;
}
.hero > .container-fluid {
    padding-left: 38px!important;
    padding-right: 38px!important;
}
.container{
    padding-left: 0;
    padding-right: 0;
}
.btn-whatsapp-pulse-index {
    background: #25d366ab;
    color: white;
    position: fixed;
    bottom: 24px;
    right: 90px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: 10;
    z-index: 1054;
}
.btn-whatsapp-pulse-index:hover {
    background: #25d366;
    color: white;
}
/* END ELEMENTOS COMUNES */

/* ##################### */
/* 1- START Header/buscador */
/* ##################### */
.hero{
    padding-bottom: 85px;
    background-position: 50% 8%;
}
.image_header_index {
    width: 100%;
    height: 400px;
    padding: 20px 20px;
    border-radius: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 60px;
}
.box_header_1 {
    grid-area: 1 / 3 / 2 / 1;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 15px 0 0 0;
    width: 65%;
}
.box_header_1 h1 {
    font-weight: 700;
    color: #fff;
    font-size: 65px;
}
.box_header_1 p{
    color: #fff;
    font-size: 28px;
}
.box_header_1 h1 span{
    font-weight: 600;
}
.box_header_2 {
    grid-area: 1 / 2 / 2 / 3;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.box_header_3 {
    grid-area: 2 / 1 / 3 / 2;
    display: flex;
    align-items: flex-end;
}
.box_header_4 {
    grid-area: 2 / 2 / 3 / 3;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.container_browser {
    display: flex;
    padding: 10px;
    border-radius: 93px;
    box-shadow: -1px 1px 14px 0px rgb(0 0 0 / 14%);
    background-color: #fff;
}
.container_browser_inputs {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.input_browser {
    padding: 10px 54px 10px 41px;
    border-radius: 93px;
    box-shadow: 2px 2px 14px 0px rgb(0 0 0 / 8%);
    width: 490px;
}
.input_browser label {
    font-weight: 500;
    font-size: 16px;
    margin-left: 39px;
}
.input_browser select {
    background-image: url('../../../../../../static/img/icons/downArrow.png');
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    display: flex;
    width: 70%;
    background-color: rgba(0,0,0,0)!important;
    border: none!important;
    color: #adadae!important;
    margin-left: 10%;
}
.search_browser_button {
    background-color: #F3B607;
    border: none;
    border-radius: 60px;
    width: 82px;
    height: 82px;
    margin-left: 10px;
}
/* ##################### */
/* 1- END Header/buscador */
/* ##################### */

/* ##################### */
/* 2- START Cursos */
/* ##################### */
.parent_courses{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
    margin-bottom: 25px;
}
.main_item_courses_school{
    width: 30%;
    margin-bottom: 25px;
}
.container_img_school{
    height: 280px;
    border-radius: 10px;
    margin-bottom: 7px;
}
.parent_courses h3 {
    font-size: 16px;
    font-weight: 600;
    width: 79%;
    margin-bottom: 2px;
    margin-top: 3px;
    line-height: 22px;
}
.parent_courses p{
    margin-bottom: 0;
}
.tags_courses_school{
    position: absolute;
    padding: 10px;
}
.first_item_course svg{
    margin-top: 4px;
    margin-right: 5px;
    color: #F3B607;
}
.tag_outstanding svg {
    margin-top: -1px;
}
.age_course {
    color: #fff;
    padding: 9px;
    padding: 6px 12px;
    text-align: end;
    display: flex;
    justify-content: flex-end;
}
.price_course_school{
    font-weight: 600;
    font-size: 18px;
    color: #3e3e3e;
    margin-top: 7px;
}
.parent_courses {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
    margin-bottom: 25px;
}
.text_courses_home {
    margin: auto;
    width: 100%;
    text-align: center;
    padding: 25px 0 20px 0;
}
.main_item_courses_school {
    width: 30%;
    margin-bottom: 25px;
}
.price_course_school button{
    background: transparent;
    border: none;
    font-weight: 600;
    font-size: 18px;
    color: #3e3e3e;
    margin-top: 7px;
    padding: 0;
}
.tag_offer {
    height: 26px;
    width: fit-content;
    border: none;
    padding: 5px 15px;
    border-radius: 20px;
    background-color: #fff;
    margin: 10px;
    color: black;
    display: flex;
    align-items: center;
}
.tag_offer svg{
    margin-right: 8px;
}
.container_expand_home{
    width: 100%;
    cursor: pointer;
}
.expand_button, .expand_button:hover {
    color: #000;
}
.expand_button span{
    border-bottom: solid 1px;
}
/* ##################### */
/* 2- END Cursos */
/* ##################### */

/* ##################### */
/* 3- START Ciudades */
/* ##################### */
.content_text_city {
    margin: auto;
    width: 100%;
    text-align: center;
    padding: 100px 0 20px 0;
}
.city_card_home {
    min-width: 15rem!important;
    min-height: 250px!important;
    margin-bottom: 20px!important;
}
.card-deck{
    justify-content: space-between;
}
.container_city_home img{
    width: 135%;
    object-fit: cover;
}
.name_city_home {
    border-radius: 5.82857px!important;
    background: rgba(66,66,66,0);
    background: -moz-linear-gradient(top, rgba(66,66,66,0) 71%, rgba(66,66,66,0.97) 100%, rgba(13,13,13,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(71%, rgba(66,66,66,0)), color-stop(100%, rgba(66,66,66,0.97)), color-stop(100%, rgba(13,13,13,1)));
    background: -webkit-linear-gradient(top, rgba(66,66,66,0) 71%, rgba(66,66,66,0.97) 100%, rgba(13,13,13,1) 100%);
    background: -o-linear-gradient(top, rgba(66,66,66,0) 71%, rgba(66,66,66,0.97) 100%, rgba(13,13,13,1) 100%);
    background: -ms-linear-gradient(top, rgba(66,66,66,0) 71%, rgba(66,66,66,0.97) 100%, rgba(13,13,13,1) 100%);
    background: linear-gradient(to bottom, rgba(66,66,66,0) 71%, rgba(66,66,66,0.97) 100%, rgba(13,13,13,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#0d0d0d', GradientType=0 );
}
.name_city_home h3{
    padding-left: 0px!important;
    color: #F5F8F7;
    position: absolute;
    bottom: 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 19px!important;
    line-height: 136.28%;
}
.no-visible {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    display: none;
}
.only-show-all-visible {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
/* ##################### */
/* 3- END Ciudades */
/* ##################### */

/* ##################### */
/* 4- START Video/educador */
/* ##################### */
#about_home{
    padding: 120px 0 0 0;
}
.section_video_home{
    display: flex;
    gap: 25px;
    padding: 0 15px;
}
.container_text_video_home h3{
    font-size: 20px;
}
.container_video_home iframe{
    border-radius: 15px;
}
.button_video {
    color: white;
    padding: 8px 20px 7px 20px;
    border-radius: 5px;
    background-color: #262626;
    font-size: 16px;
    border: solid 1px;
}
.button_video:hover {
    background-color: #9e9e9e3b;
}
/* ----------- / ---------- */

#educator_landing{
   padding: 95px 0 0 0;
}
.content_educator_img {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 7px 5px 7px 35px;
}
.image-edu img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.content_educator {
    padding: 30px 25px 30px 20px;
}
.content_educator_img img {
    border-radius: 15px;
    width: 100%;
    height: 315px;
    object-fit: cover;
}
.content_educator h3 {
    font-size: 25px;
    font-weight: bold!important;
    line-height: 38px;
    margin-top: 10px;
    color: #000;
}
.content_educator p {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 17px;
    color: #000;
}
.educator_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.secondary_button {
    background-color: #00000038;
    color: #000;
    font-weight: 500;
    width: 12em;
    border-radius: 10px!important;
    padding: 14px 10px 12px 10px;
    text-align: center;
    font-size: 17px;
    border: solid 1px;
}
.secondary_button:hover {
    background-color: #00000017;
}

/* ##################### */
/* 4- END Video/educador */
/* ##################### */

/* ##################### */
/* 5- START Galertia/opiniones */
/* ##################### */
#gallery_landing{
    padding: 95px 0 0 0;
}
.content_text_gallery{
    text-align: center;
    width: 100%;
}
.content_text_gallery b{
    color: #FFCA75;
}
.content_gallery img, .content_gallery video{
    border-radius: 15px;
}
.content_gallery {
    padding-top: 15px;
    padding-bottom: 15px;
}
/* ##################### */
/* 5- END Galertia/opiniones */
/* ##################### */

/* ##################### */
/* 6- START Blog */
/* ##################### */
#blog_home{
    padding: 80px 0 0 0;
}
.content_text_blog{
    text-align: center;
    width: 70%;
    margin: auto;
}
.container_cards_blog_home {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px;
    gap: 15px;
}
.card_blog {
    --bg-filter-opacity: 0.5;
    background-image: linear-gradient(rgba(0,0,0,var(--bg-filter-opacity)),rgba(0,0,0,var(--bg-filter-opacity))), var(--bg-img);
    height: 20em;
    font-size: 1.5em;
    color: white;
    border-radius: 1em;
    padding: 1em;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    box-shadow: 1px 1px 11px 0px #767676;
    transition: all, 0.5s;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.card_blog:hover {
    transform: scale(1.04);
    transition: all, 0.5s;
}
.card_blog:hover{
    --bg-filter-opacity: 0.3;
}
.card_blog:hover .tag_card_blog {
    background-color: #E2412A;
    color: white;
}
.card_blog:before, .card:after {
    content: '';
    transform: scale(0);
    transform-origin: top left;
    border-radius: 50%;
    position: absolute;
    left: -50%;
    top: -50%;
    z-index: -5;
    transition: all, var(--transition-time);
    transition-timing-function: ease-in-out;
}
.card_blog h2{
    font-size: 31px;
    color: #fff;
}
.card_blog p{
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}
.card_blog small{
    display: flex;
    padding: 10px 0;
    justify-content: flex-end;
    font-size: 16px;
}
.tag_card_blog {
    font-size: 19px;
    background: rgba(255,255,255,0.5);
    border-radius: 0.3rem;
    padding: 0 0.5em;
    margin-right: 0.5em;
    line-height: 1.5em;
    transition: all, var(--transition-time);
}
.gradient_blog{
    width: 100%;
    height: 58%;
    position: absolute;
    bottom: -3px;
    background: linear-gradient(0deg, black, transparent);
    left: 0px;
}
/* ##################### */
/* 6- END Blog */
/* ##################### */

/* ##################### */
/* 7- START Phylo */
/* ##################### */
#philosophy_landing {
    padding: 80px 0 0 0;
}
.content_text_philo {
    text-align: center;
    width: 70%;
    margin: auto;
}
.content_philo {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.content_philo .card_philo {
    padding: 15px 20px 21px 20px;
    border-radius: 10px;
}
.content_philo .card_philo h3 {
    font-size: 60px;
    line-height: 50px;
    margin-left: -5px;
    font-weight: bolder;
}
.content_philo .card_philo span {
    font-size: 21px;
    color: #616161;
    font-weight: 400;
}
.content_philo .card_philo h4 {
    font-size: 16px;
    margin: 20px 0;
    font-weight: bolder;
}
.content_philo .card_philo p {
    font-size: 16px;
    line-height: 25px;
    padding-top: 10px;
    color: #8b8b8b;
}
/* ##################### */
/* 7- END Phylo */
/* ##################### */

/* ##################### */
/* 8- STAR Reviewslo */
/* ##################### */
#reviews_landing {
    padding: 35px 0 35px 0;
}
.content_text_reviews {
    text-align: center;
    width: 60%;
    margin: auto;
}
/* ##################### */
/* 8- END Reviews */
/* ##################### */

/* ##################### */
/* 9- START Schools */
/* ##################### */
.container_for_schools{
    display: flex;
    align-items: center;
    width: 100%;
}
.content_img_for_schools{
    width: 100%;
}
/* ##################### */
/* 9- END Schools */
/* ##################### */

/* ##################### */
/* 10- START Subventions */
/* ##################### */
.subvention_logos{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
}
.subvention_logos img{
    object-fit: contain;
}
/* ##################### */
/* 10- END Subventions */
/* ##################### */

@media (max-width: 525px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .section_video_home, .container_cards_blog_home,
    .content_philo, .container_browser_inputs, .container_for_schools {
        flex-wrap: wrap;
    }
    /* ------------------------------------------------- */
    .hero {
        margin: 60px 0 0 0!important;
        padding-bottom: 40px;
        background-position: 50% 39%!important;
    }
    .box_header_1 {
        width: 100%;
    }
    .box_header_1 h1 {
        font-size: 46px;
    }
    .box_header_1 p {
        font-size: 20px;
    }
    .image_header_index {
        margin-top: 25px;
    }
    .image_header_index {
        height: 306px;
    }
    #advanced-search-form{
        padding: 13px;
        width: 98%
    }
    .container_browser {
        border-radius: 48px;
        background-color: #fff;
    }
    #submit_box{
        width: 100%;
        text-align: center;
    }
    .search_browser_button {
        color: #fff;
        padding: 7px 30px;
        width: auto;
        height: auto;
    }
    .container_browser_inputs {
        row-gap: 15px;
    }
    .input_browser label, .input_browser select {
        margin-left: 0;
    }
    /* ------------------------------------------ */
    .text_courses_home {
        padding: 50px 0 20px 0;
    }
    .city_card_home {
        min-width: 100%!important;
        max-height: 150px!important;
    }
    /* ------------------------------------------ */
    #about_home {
        padding: 40px 0 0 0;
    }
    .container_video_home iframe {
        width: 117.9%;
        height: 215px;
    }
    /* ------------------------------------------ */
    #educator_landing {
        padding: 95px 15px 0 15px;
    }
    .content_educator_img {
        padding: 15px 15px 7px 15px;
    }
    .content_educator_img_desktop{
        display: none;
    }
    .content_text_gallery {
        width: 95%;
        margin: auto;
    }
    /* ------------------------------------------ */
    .content_text_blog {
        width: 95%;
        margin: auto;
    }
    .card_blog {
        height: 14em;
        width: 100%;
    }
    .container_cards_blog_home {
        row-gap: 18px;
    }
    /* ------------------------------------------ */
    .content_text_philo {
        width: 95%;
        margin: auto;
    }
    /* ------------------------------------------ */
    .content_text_reviews {
        width: 95%;
        margin: auto;
    }
    .reviews_google_desktop {
        display: none;
    }
    .content_reviews {
        width: 100%;
        text-align: center;
    }
    /* ------------------------------------------ */
    .img_schools_home{
        min-height: 300px!important;
        min-width: 96%;
        background-size: 95%;
    }
    .container_for_schools {
        padding: 0 15px 40px 15px;
    }
    .subvention_logos img{
        width: 42%;
    }
}
@media (min-width: 993px) and (max-width: 6000px){
    .content_educator_img_mobile {
        display: none;
    }
    .reviews_google_mobile {
        display: none;
    }
}

#sticky_banner{
    position: fixed;
    bottom: 0;
    background-color: #ffff;
    z-index: 999;
    box-shadow: 0px -4px 14px 0px rgb(0 0 0 / 9%);
}
.sticky_banner_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.sticky_banner_container p{
    margin-bottom: 0;
    font-size: 22px;
}
.sticky_button button{
    background-color: #E2412A;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    border: none;
    padding: 15px 28px;
    border-radius: 5px;
}
.sticky_button button:hover{
    background-color: #cb311b;
}
.sign-up {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.steps {
    display: flex;
    justify-content: space-evenly;
    width: 85%;
    align-items: center;
    column-gap: 60px;
}
.sign-up .steps .step {
    width: 100%;
    background: #fff;
    padding: 20px;
    text-align: left;
    border-radius: 5px;
    position: relative;
    order: 2;
}
.img_brochure img {
    width: 93%;
    box-shadow: 3px 3px 11px 0 #95959554;
    border-radius: 5px;
}
.multyform_logo {
    padding: 20px 0;
}
.filds_inputs_brochure {
    display: flex;
    justify-content: space-between;
}
.input-box {
    position: relative;
    margin: 0px 0 30px 0;
}
.sign-up .steps .step .field {
    padding: 10px 0;
    text-align: center;
}
.step .input-box.active-grey .input-label {
    color: #80868b;
    top: 0px;
    background: #fff;
    font-size: 11px;
    transition: 250ms;
    z-index: 1;
}
.step .input-box .input-label {
    position: absolute;
    color: #80868b;
    font-size: 16px;
    font-weight: 400;
    max-width: calc(100% - (2 * 8px));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 20px;
    top: 13px;
    padding: 0 8px;
    transition: 250ms;
    user-select: none;
    pointer-events: none;
}
.sign-up .steps .step .field label,
.sign-up .steps .step .field input {
    display: block;
    transition: 0.15s ease-in-out;
}
.phone_pre select {
    font-size: 14px!important;
    padding: 15px 10px!important;
    border-right-color: #fff!important;
    border-radius: 0.375rem 0px 0px 0.375rem;
    width: 100%;
}
.sign-up .steps .step .field.next button:disabled,
.sign-up .steps .step .field.end button:disabled {
    background: #ccc;
    color: #999;
    cursor: inherit;
}
.step .input-box .input-1 {
    box-sizing: border-box;
    height: 50px;
    width: 100%;
    transition: 250ms;
    padding-left: 60px;
}
.sign-up .steps .step .field.next button.button_next,
.sign-up .steps .step .field.end button.button_next,
button.button_next {
    padding: 15px 40px;
    background: #232323;
    outline: 0;
    border: none;
    border-radius: 5px;
    color: white;
    transition: 0.15s ease-in-out;
    cursor: pointer;
    font-weight: 400;
}
.step svg.input_icon {
    position: absolute;
    top: 25px;
    left: 27px;
    color: #afafaf;
}
.step_logo h5{
    font-weight: 600;
    font-size: 17px;
}
.no_icon:lang(en),
.no_icon:lang(nl){
    display: none;
}

@media (max-width: 530px) {
    .sticky_banner_container {
        padding: 15px 15px;
    }
    .sticky_button button {
        padding: 12px 16px;
    }
    .steps {
        flex-wrap: wrap;
        width: 100%;
        padding-top: 0px;
    }
    .sign-up .steps .step {
        padding: 0px;
        order: 0;
    }
    .multyform_logo {
        width: 20%;
        padding: 0px 0 20px 0;
    }
    .filds_inputs_brochure {
        display: inline;
    }
    .img_brochure img {
        width: 100%;
        margin-top: 20px;
    }
}
@media (min-width: 530px) and (max-width: 768px) {
    .sign-up .steps .step {
        width: 170%;
    }
    .container-sticky{
        max-width: 95%;
    }
    .img_brochure img {
        width: 120%;
        max-width: 120%;
    }
}
@media (min-width: 300px) and (max-width: 991px) {
    .sticky_text_desktop{
        display: none;
    }
    .sticky_banner_container p {
        font-size: 16px;
    }
}
@media (min-width: 300px) and (max-width: 991px) {
    .sticky_banner_container p {
        font-size: 15px !important;
    }
    .btn{
        font-size: 0.9rem !important;
    }
}
@media (min-width: 992px) and (max-width: 6000px) {
    .sticky_text_mobile{
        display: none;
    }
}