/* ---------------------------------------------
* Tabla de contenido
-----------------------------------------------*/
/*
# Web Utilities
# Web Header
# Hero
# Items informativos
# Somos
# Cursos
# Formulario
# El Intituto
# Contacto Whatsapp
# Web Footer
# Formulario2
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;800&display=swap');

html {
    font-size: 16px;
    overflow-x: hidden;
}
body {
    font-family: 'Nunito', sans-serif;
    background: #fff;
    color: #000;
    font-size: 16px;
    position: relative;
}

p {
    font-weight: 500;
    line-height: 1.25rem;
}

a, .Web-Header.Sticky, .cta, img, .menu,
.menu_overlay, a::after {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: 1.5px;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: initial;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Nunito', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

/* ---------------------------------------------
# Web Utilities
-----------------------------------------------*/

.Web-Wrapper {
    display: block;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

.cta {
    border: 1px solid #0BD561;
    background-color: #0BD561;
    padding: 9px 20px;
    color: #fff;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    border-radius: 50px;
}
.cta i {
    font-size: 1.5rem;
}
.cta:hover{
    color: #fff;
    text-decoration: none;
}
.cta-2 {
    display: inline-block;
    color: #fff;
    font-size: 1.243rem;
    line-height: 1.159rem;
    font-weight: 800;
    padding-bottom: 2px;
    border-bottom: 2px solid #ff8e00;
}
.cta-2:hover {
    color: #fff;
}

.floatText {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 800;
    padding-left: 40px;
}

.floatText::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 3px;
    background-color: #F67B00;
    position: absolute;
    left: 0;
    top: 9px;
}

.box_flex {
    display: flex;
    align-items: center;
    position: relative;
}

.box_left {
    position: absolute;
    z-index: 1;
    padding-top: 3rem;
}

.box_right {
    margin-left: auto;
    width: 100%;
    max-width: 66%;
}

/* ---------------------------------------------
# Web Header
-----------------------------------------------*/

.Web-Header {
    padding: 24px 0;
    position: relative;
    background-color: #ff8e0033;
    z-index: 1;
}
.Web-Header::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../../assets/img/El-Salvador-ilustracion.png);
    z-index: -1;
    background-size: 1061px 333px;
    background-repeat: no-repeat;
    background-position: right;
    visibility: hidden;
    opacity: 0;
}
.bgHeaderMillo {
    background-image: url('../../assets/img/Millo-Store_Ilustracion.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.header-logo {
    width: 250px;
    align-self: center;
}
.Web-Header .header-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    flex: 1 auto;
}
.header-row > [class^=col-header] {
    display: flex;
    align-items: stretch;
    position: static;
}
.header-row .col-header {
    flex-basis: 0;
    flex-grow: 0.65;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
}
.header-row .col-header.col-logo {
    flex-grow: 0.5;
}
.header-row .col-header.col-nav {
    -ms-flex-pack: center;
    justify-content: center;
    flex-grow: 0;
}
.header-row .col-header.col-cta {
    flex-grow: 0.5;
    justify-content: flex-end;
}
.header-btn-cta {
    display: flex;
    align-items: center;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

.section-hero {
    background-color: #ff8e0033;
    color: #fff;
    padding: 0 12px;
}
.hero-img {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../../assets/img/Cursos-Profesionales-Hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    height: 659px;
}
.hero_content {}
.hero_content h1 {
    font-size: 3.75rem;
    line-height: 3.875rem;
    font-weight: 800;
}
.hero_content h1 span {
    color: #ff8e00;
}
.hero_content .cta-2 {}

/*--------------------------------------------------------------
# Items informativos
--------------------------------------------------------------*/
.section-items {
    background-color: #ff8e0033;    
}
.row-top {
    position: relative;
    top: -32px;
}
.box-item {
    padding: 41px 24px;
    border-radius: 9px;
}
.box-item h4 {
    font-size: 1.375rem;
    line-height: 1.375rem;
    font-weight: 800;
}
.box-item p {
    font-size: 1.188rem;
    line-height: 1.188rem;
    font-weight: 400;
    margin-bottom: 0;
}
.box-item_1 {
    background-color: #ff8e00;
    color: #000;
}
.box-item_2 {
    background-color: #474747;
    color: #fff;
}
.box-item_3 {
    background-color: #000;
    color: #fff;
}

/*--------------------------------------------------------------
# Somos
--------------------------------------------------------------*/
.section-somos {
    background-color: #ff8e0033;
    padding: 1rem 0 6rem;
}
.section-somos .box_flex {
    display: flex;
    align-items: flex-start;
    position: relative;
}
.box-detail_somos {

}
.box-heading {}
.box-heading h2 {
    font-size: 2.625rem;
    line-height: 2.625rem;
    font-weight: 800;
}
.box-heading h2 > span {
    color: #ff8e00;
}
.box-detail_somos .box-text {
    width: 38%;
}
.box-detail_somos .cta {
    background-color: #000;
    border: 1px solid #000;
    margin-top: 1.5rem;
}
.item-somos {
    position: relative;
}
.item-somos img {
    border-radius: 25px;
}
.item-somos .item-somos_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 2rem;
    padding: 0 16px;
}
.item-somos .item-somos_content span {
    color: #fff;
    font-size: 2.375rem;
    line-height: 2.375rem;
    font-weight: 800;
    position: relative;
    z-index: 1;
}
.item-somos .item-somos_content span::after {
    content: '';
    display: block;
    width: 90%;
    height: 10px;
    position: absolute;
    left: -5px;
    bottom: -5px;
    z-index: -1;
}
.item-somos.item-somos_1 .item-somos_content span::after {
    background-color: #FAC300;
}
.item-somos.item-somos_2 .item-somos_content span::after {
    background-color: #ff8e00;
}
.item-somos.item-somos_3 .item-somos_content span::after {
    background-color: #F67B00;
}
.item-somos.item-somos_4 .item-somos_content span::after {
    background-color: #009BDD;
}

/* ---------------------------------------------
# Cursos
-----------------------------------------------*/
.section-cursos {
    padding: 4rem 0;
}
.box-detail_cursos .box-heading h3 {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.box-detail_cursos .box-heading h2 {
    font-size: 3.125rem;
    line-height: 3.5rem;
}

.botonera-cursos_grid {
    display: grid;
}
.botonera-cursos_grid_4 {
    grid-template-columns: repeat(4, 1fr);
}
.botonera-cursos_grid_5 {
    grid-template-columns: repeat(5, 1fr);
}
.btn-curso {
    background-color: #EFEFEF;
    color: #606060;
    border-radius: 9px;
    padding: 24px;
    min-height: 92px;
    margin-right: 16px;
    cursor: pointer;
    position: relative;
}
.btn-curso:last-child {
    margin-right: 0;
}
.btn-curso.active {
    background-color: #F67B00;
    color: #fff;
}
.btn-curso.active::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
    background-color: #F67B00;
    color: #F67B00;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    z-index: -1;
}
.btn-curso i {
    font-size: 25px;
    float: left;
}
.btn-curso_name {
    margin-left: 48px;
}
.btn-curso_name p {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 0;
}

.card-curso {
    display: block;
}
.card-curso.hidden {
    display: none;
}
.card-box {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.card-box .card-box_left {
    position: absolute;
    top: 0;
    left: 0;
    padding: 32px 0;
    z-index: 2;
}
.card-box .card-box_right {
    width: 75%;
    margin-left: auto;
    position: relative;
}
.card-box .card-box_right img {
    border-radius: 25px;
}
.card-detail {}
.card-detail h2 {
    font-size: 3.75rem;
    line-height: 3.75rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
.card-detail h2 > span {
    color: #F67B00;
}
.card-detail p {
    width: 67%;
}
.card-list {}
.card-list li {
    position: relative;
    margin-bottom: 8px;
}
.card-list li::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url('../../assets/img/ic-check.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-right: 8px;
}
.card-detail_ctas {
    margin-top: 2rem;
}
.card-detail_ctas > a {
    display: inline-block;
    padding: 8px 23px;
    margin-bottom: 16px;
}
.card-detail_ctas > a:first-child {
    padding: 12px 14px;
    margin-right: 16px;
}
.card-detail_ctas > a:last-child {
/*    border: 1px solid #F67B00;*/
/*    background-color: #F67B00;*/
}
.card-detail_ctas > a img,
.card-detail_ctas > a i {
    vertical-align: middle;
    margin-left: 8px;
}
.card-detail .cta-2 {
    color: #606060;
    border-bottom: 2px solid #ff8e00;
    margin-top: 1rem;
}
.card-box .card-box_right::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 0;
    pointer-events: none;
}

@media (max-width: 1199px){
    .box-detail_cursos .box-heading h2 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .card-detail h2 {
        font-size: 3rem;
        line-height: 3rem;
    }
}
@media (max-width: 991px){
    .card-box .card-box_right img {
        height: 524px;
        object-fit: cover;
    }
    .btn-curso {
        padding: 16px;
        min-height: 68px;
    }
    .btn-curso i {
        font-size: 20px;
    }
    .btn-curso_name {
        margin-left: 40px;
    }
    .btn-curso_name p {
        font-size: 1rem;
        line-height: 1.1rem;
    }
}
@media (max-width: 767px){
    .btn-curso {
        padding: 12px;
        min-height: 52px;
    }
    .btn-curso_name p {
        font-size: 0.75rem;
        line-height: 0.875rem;
    }
    .btn-curso.active::after {
        bottom: -10px;
        margin-left: -10px;
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 575px){
    .card-box {
        gap: 24px;
    }
    .box-detail_cursos .box-heading h2 {
        font-size: 2rem;
        line-height: 2rem;
    }
    .card-box .card-box_right::after {
        visibility: hidden;
        opacity: 0;
    }
    .card-box .card-box_right img {
        height: 120px;
        width: 100%;
        object-position: bottom;
        border-radius: 8px;
    }
    .card-box .card-box_right {
        width: 100%;
    }
    .card-detail p {
        width: 100%;
    }
    .card-detail h2 {
        font-size: 2rem;
        line-height: 2rem;
    }
    .card-box .card-box_left {
        position: relative;
        padding: 0;
        order: 2;
    }
    .botonera-cursos_grid_4 {
        grid-template-columns: repeat(1, 1fr);
    }
    .btn-curso {
        min-height: 44px;
        margin-right: 0;
        border-radius: 0;
        border-bottom: 1px solid #c5c5c5;
    }
    .btn-curso.active::after {
        visibility: hidden;
        opacity: 0;
    }
}

/* ---------------------------------------------
# Formulario
-----------------------------------------------*/

.section-form {
    padding: 4rem 0 2rem;
}
.box-heading > span {
    display: block;
    font-size: 1.375rem;
    line-height: 1.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
.box-heading span > img {
    margin-right: 8px;
}
.box-detail_form .box-heading h2 {
    margin-bottom: 1rem;
}

@media (max-width: 575px){
    .box-heading > span {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
}

/* ---------------------------------------------
# El Intituto
-----------------------------------------------*/

.section-instituto {
    margin: 6rem 0;
}

.section-instituto .floatText {
    top: -32px;
}

.section-instituto .box_flex {
    align-items: flex-start;
}

.box_left.box_left_instituto {
    padding-top: 1rem;
    width: 29%;
}

.box-detail_intituto .box-heading h2 {
    font-size: 3.75rem;
    line-height: 3.5rem;
}

.box-detail_intituto .cta-2 {
    color: #000;
    border-bottom: 2px solid #F67B00;
}

.container_mapa {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid transparent;
    position: relative;
}
.container_mapa::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%);
    z-index: 0;
    pointer-events: none;
}
.container_mapa:hover img {
    transform: scale(1.1);
}

@media (max-width: 1199px){
    .box-detail_intituto .box-heading h2 {
        font-size: 3rem;
        line-height: 3rem;
    }
    .box_left.box_left_instituto {
        width: 50%;
    }
}

@media (max-width: 767px){
    .container_mapa::after {
        visibility: hidden;
        opacity: 0;
    }
    .box_left.box_left_instituto {
        width: 75%;
    }
    .section-instituto .box_flex {
        gap: 48px;
    }
}

@media (max-width: 575px){
    .box-detail_intituto .box-heading h2 {
        font-size: 2rem;
        line-height: 2rem;
    }
    .box_left.box_left_instituto {
        width: 100%;
    }
}

/* ---------------------------------------------
# Contacto Whatsapp
-----------------------------------------------*/

.section-wsp {
    margin: 4rem 0;
}
.section-wsp .floatText {
    top: 0px;
}
.box_left.box_left_icon {
    padding-top: 0rem;
}
.box_wsp {
    width: 820px;
    max-width: 100%;
    border-radius: 10px;
    background-color: #0BD561;
    text-align: right;
    padding: 54px 32px;
}
.box_wsp .cta-2 {
    border-bottom: 2px solid #fff;
}
.box_icon_inner {
    display: flex;
    align-items: center;
    margin-left: 2rem;
}
.box_icon_inner i {
    font-size: 7rem;
}
.box_wsp_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box_wsp_inner p {
    text-align: left;
    color: #000;
    font-weight: 800;
    font-size: 1.625rem;
    position: relative;
    left: -134px;
}

/* ---------------------------------------------
# Web Footer
-----------------------------------------------*/

.Web-Footer {
    background-color: #000;
    padding: 82px 0;
    color: #fff;
}
.Web-Footer p {
    font-weight: 800;
    font-size: 1.5rem;
}
.BoxBotonWhatsappFlotante {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 10;
}
.BoxBotonWhatsappFlotante .BtnLink {
    background: linear-gradient(180deg, rgba(95,252,123,1) 0%, rgba(40,209,70,1) 100%);
    width: 60px;
    height: 60px;
    background-size: contain;
    border-radius: 50%;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ---------------------------------------------
# Formulario2
-----------------------------------------------*/
#anotarme {
/*    display: none;*/
}

.form-anotarme {
    padding: 2rem 1rem;
    background-color: #ebebeb;
    border: 3px solid #a1a1a1;
    border-radius: 8px;
/*    display: none;*/
}

input,
textarea,
select {
    width: 100%;
    padding: 8px 16px;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
}

input:focus,
textarea:focus,
select:focus {
    outline: 0;
}

.submit-btn {
    padding: 13px 26px;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    max-width: 100%;
    text-align: center;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
    border-radius: 6px;
}