/* ---------------------------------------------
* Tabla de contenido
-----------------------------------------------*/
/*
# Web Utilities
# Web Header
# Hero
# Items informativos
# Somos
# Cursos
# Formulario
# El Intituto
# Contacto Whatsapp
# Web Footer
*/

@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: #000;
    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 #f8cb3f;
}
.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: #f8cb3f;
    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: #000;
    z-index: 1;
}
.header-logo {
    width: 120px;
}
.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;
}

.menu-navegacion ul {
    display: flex;
    gap: 30px;
}

.menu-navegacion li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

.section-hero {
    background-color: #000;
    color: #fff;
    padding: 0 12px;
}

.hero-img {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../../assets/img/Maderas-Pittaro-Landing_ImgIntro-Desk-v2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    height: 659px;
}

.hero_content {
    color: #fff;
}

.hero_content h1 {
    font-size: 3.2rem;
    line-height: 3.3rem;
    font-weight: 800;
}

.hero_content h1 span {
    color: #f8cb3f;
}

.hero_content p {
    max-width: 490px;
}

.hero_content .cta {
    border: 1px solid #f8cb3f;
    background-color: #f8cb3f;
}

/*--------------------------------------------------------------
# Items informativos
--------------------------------------------------------------*/
.section-items {
    background-color: #000;    
}
.row-top {
    position: relative;
    top: -32px;
}
.box-item {
    padding: 32px 24px;
    border-radius: 9px;
    height: 100%;
}
.box-item h4 {
    font-size: 1.275rem;
    line-height: 1.875rem;
    font-weight: 800;
}
.box-item p {
    font-size: 1.188rem;
    line-height: 1.488rem;
    font-weight: 400;
    margin-bottom: 0;
}
.box-item_1 {
    background-color: #f8cb3f;
    color: #000;
}
.box-item_2 {
    background-color: #474747;
    color: #fff;
}
.box-item_3 {
    background-color: #212121;
    color: #fff;
}

/*--------------------------------------------------------------
# Somos
--------------------------------------------------------------*/
.section-somos {
    background-color: #000;
    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: #f8cb3f;
}
.box-detail_somos .box-text {
    width: 41%;
}
.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: 2rem;
    line-height: 2rem;
    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: #5CEA00;
}
.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: 64px 0 90px;
}
.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;
    max-width: 510px;
}
.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.2rem;
    line-height: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
.card-detail h2 > span {
    color: #f8cb3f;
}
.card-detail p {
    width: 70%;
}
.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 #f8cb3f;
    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) 45%);
    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: 7rem 0;
    background-color: #f8cb3f;
    color: #000;
}
.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: 1.5rem;
}

.box-detail_form p {
    max-width: 550px;
    margin: auto;
}

@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: 33%;
}

.box-detail_intituto .box-heading h2 {
    font-size: 3.2rem;
    line-height: 3.5rem;
}

.box-detail_intituto .cta-2 {
    color: #000;
    border-bottom: 2px solid #f8cb3f;
}

.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: -21px;
}
.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;
}

.box_inst {
    width: 820px;
    max-width: 100%;
    border-radius: 10px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    text-align: right;
    padding: 54px 32px;
}

.box_inst .cta-2 {
    border-bottom: 2px solid #fff;
}

/* ---------------------------------------------
# Web Footer
-----------------------------------------------*/

.Web-Footer {
    background-color: #000;
    padding: 50px 0;
    color: #fff;
    margin-top: 100px;
}
.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;
}

/* ---------------------------------------------
# Web Por Que
-----------------------------------------------*/
#porQue {
    color: #fff;
}
#porQue .box_right {
    max-width: 50%;
}
.porque .box_right::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0 0 0) 0%, rgba(255, 255, 255, 0) 50%);
    z-index: 0;
    pointer-events: none;
}
#porQue .cta {
    background-color: #f8cb3f;
    border: 1px solid #f8cb3f;
    color: #000;
}

/* ---------------------------------------------
# Web Slider Productos
-----------------------------------------------*/
.section-sliders {
    padding: 90px 0;
    background-color: #f3f3f3;
}

.productos_head h2 {
    color: #f8cb3f;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 2.813rem;
}

.productos_head p {
    font-size: 1.125rem;
}

.box_producto {
    text-align: center;
}

.box_producto .producto_img {}

.box_producto .producto_img img {
    border-radius: 8px;
}

.box_producto .producto_detalle {
    padding-top: 1rem;
}

.box_producto .producto_detalle p {
    font-weight: 600;
}

.menu-list {
    display: inline-block;
    font-weight: 600;
}

.menu-list li {
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
}

.menu-list li:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.menu-list li:hover {
    border-bottom: 1px solid #f8cb3f;
}

.menu-list li:last-of-type:hover {
    border-bottom: 0;
}

.menu-list li:hover a {
    color: #f8cb3f;
    margin-left: 5px;
}

.menu-list .fluent-emoji-flat--sandwich {
    margin-right: 10px;
}

.fluent-emoji-flat--sandwich::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none'%3E%3Cpath fill='%23e19747' d='m26.1 19.07l-9.08-5.25c-.63-.37-1.42-.37-2.05 0l-9.08 5.25H3.43v2.54c0 .32.16.64.48.82l11.07 6.4c.63.37 1.42.37 2.05 0l11.07-6.4c.32-.18.48-.5.48-.82v-2.54z'/%3E%3Cpath fill='%23feefc2' d='M14.97 11.73L3.9 18.13a.956.956 0 0 0 0 1.65l11.07 6.4c.63.37 1.42.37 2.05 0l11.07-6.4a.956.956 0 0 0 0-1.65l-11.07-6.4a2.08 2.08 0 0 0-2.05 0'/%3E%3Cpath fill='%23f8312f' d='M7.92 24c-3.7-2.14-3.7-7.48 0-9.62a6.505 6.505 0 0 1 6.5 0c.636.368 1.163.83 1.58 1.355a5.574 5.574 0 0 1 1.58-1.355a6.505 6.505 0 0 1 6.5 0c3.7 2.14 3.7 7.48 0 9.62a6.505 6.505 0 0 1-6.5 0A5.574 5.574 0 0 1 16 22.645A5.574 5.574 0 0 1 14.42 24a6.505 6.505 0 0 1-6.5 0'/%3E%3Cpath fill='%2344911b' d='M22.94 16.09c-1.97-.76-4.61.18-4.9 2.83c-.51-.37-1.13-.6-1.79-.64c-.06 0-.12-.01-.18-.01h-.14c-.06 0-.12 0-.18.01c-.66.05-1.28.28-1.79.64c-.29-2.64-2.93-3.59-4.9-2.83c-.69-4-6.96-3.78-7.03.65c.04 2.51 2.08 3.67 3.96 3.47c.53-.06 1.03.22 1.26.7C8 22.5 9.83 23.1 11.4 22.7c.52-.13 1.06.07 1.34.51a3.55 3.55 0 0 0 3 2.14h.01c.08.01.16.01.25.01h.02c.08 0 .16 0 .25-.01h.01a3.55 3.55 0 0 0 3-2.14c.28-.44.82-.64 1.34-.51c1.56.4 3.4-.2 4.15-1.79c.23-.48.73-.76 1.26-.7c1.88.2 3.91-.96 3.96-3.47c-.1-4.43-6.36-4.65-7.05-.65'/%3E%3Cpath fill='%23fcd53f' d='M14.97 7.84L3.9 14.24a.956.956 0 0 0 0 1.65l11.07 6.4c.63.37 1.42.37 2.05 0l11.07-6.4a.956.956 0 0 0 0-1.65l-11.07-6.4c-.63-.37-1.41-.37-2.05 0'/%3E%3Cpath fill='%23e19747' d='m26.1 10.62l-9.08-5.25c-.63-.37-1.41-.37-2.05 0l-9.08 5.25H3.43v2.54c0 .32.16.64.48.82l11.07 6.4c.63.37 1.42.37 2.05 0l11.07-6.4c.32-.18.48-.5.48-.82v-2.54z'/%3E%3Cpath fill='%23feefc2' d='M14.97 3.28L3.91 9.67a.956.956 0 0 0 0 1.65l11.07 6.4c.63.37 1.42.37 2.05 0l11.07-6.4a.956.956 0 0 0 0-1.65l-11.07-6.4c-.64-.36-1.42-.36-2.06.01'/%3E%3C/g%3E%3C/svg%3E");
}

.menu-list li a .red {
    color: #f8cb3f;
}

#explorarMenu .card-box .card-box_right {
    text-align: right;
}

.control_slide {
    position: absolute;
    top: 45%;
    z-index: 6;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}

.control_slide li {
    position: relative;
    cursor: pointer;
    padding: 10px;
    color: #000;
    width: 55px;
    height: 55px;
    background-color: #F7F7F7;
    display: grid;
    place-content: center;
    border-radius: 50%;
    font-size: 20px;
}

.control_slide li.prev {
    left: 12px;
}

.control_slide li.next {
    right: 12px;
}