/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

body{
    background-color: #F6F6F6;
    font-family: Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}

.separate-containers .site-main {
    margin: 0px;
}
.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.site-content .content-area {
    width: 100%;
}

.banner-home{
    position: relative;
    max-height: 842px;
    width: 100%;
    object-fit: cover;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)), url(/assets/img/banner_home.svg);
    height: 842px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    padding: 0 80px;
    align-items: center;
    
}
.banner-home img.banner_rodilla{
    max-height: 842px;
    width: 100%; /* Ajusta el ancho */
    height: auto; /* Mantiene la proporción */
    object-fit: cover; /* Recorta la imagen para llenar el espacio */

}
.banner-home img.logo_rodilla{
    max-width: 184px;
    margin-bottom: 120px;

}
.logo-left{
    max-width: 80px;
}
.inside-article{padding: 0 !important;}
.w-49{
    width: 49%;
}
.w-50{
    width: 50%;
}
.w-100{
    width: 100%;
}
.banner-home .m{
    width: calc(50% - 40px);
}

.d-flex{
    display: flex;
}
.jc-sb{
    justify-content: space-between;
}
.form-home{
    background-color: #FFFFFF;
    padding: 24px;
}
.form-home input, .form-home select, .form-home textarea{
    width: 100%;
    background: #FFFFFF;
    border-color: #EDEDED;
    color:#9F9E9E;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;

}
.form-home input.wpcf7-not-valid, .form-home select.wpcf7-not-valid, .form-home textarea.wpcf7-not-valid{
    border: 1px solid #d34a3f;
}

.form-home input{
    height: 40px;

}

.form-home ::-webkit-input-placeholder{
}
.form-home p{
    margin-bottom: 0px;
}

.form-home .wpcf7-checkbox input{
    width: auto;

border-width: 1px;
border-radius: 4px;
    border: 1px solid #010101;
    width: 18px;
    height: 18px;
  flex-shrink: 0; /* Evita que se reduzca */
}

.form-home .wpcf7-checkbox span.wpcf7-list-item-label{
    display: inline-block;
   
}
.form-home .wpcf7-checkbox label{
    display: flex;
    align-items: center; /* Alinea los elementos arriba */
  gap: 8px; /* Espacio entre input y span */
}
.form-home .wpcf7-checkbox span{
    font-family: Helvetica;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #010101;
}

.form-home button{
    width: auto;
    background-color: #010101;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.mb-8{
    margin-bottom: 8px;
}
.mb-12{margin-bottom: 12px !important;}
.mb-16{margin-bottom: 16px !important;}
.mr-16{margin-right: 16px;}
.ml-16{margin-left: 16px;}
.gap-16{gap: 16px;}
.red-mark{
    color: #D34A3F;
}
.color-black{
    color: #010101 !important;
}
.color-gray{
    color: #747474;
}
a br{
    display: none;
}

.max-w-58{
    max-width: 58%;
}
.m-auto{
    margin: 0 auto;
}
.form-home .wpcf7-list-item{
    margin: 0;
}
.advertisement{
    margin-top: 16px;
    color:#747474;
    line-height: 16px;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0%;

}

.section-carousel{
    min-height: 300px;
    width: 100%;
    padding: 64px 80px;
}
.inside-article{
    background-color: #F6F6F6 !important;
}

.section-move{
    min-height: 806px;
    width: 100%;
    background-color: white;
    padding: 75px 80px;
    position: relative;
}
.section-move .img-move{
    width: 50%;
}
.img-move-mobile{
    display: none;
}

.section-move .text-right{
    position: absolute;
    top: calc(50%);
    width: 50%;
    translate-x: 50%;
    left: 60%;
    transform: translateX(-30%);
}

.section-stats{
    min-height: 405px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #F6F6F6 !important;
}
.section-stats a {
    text-decoration: none;
}
.right-stats{
    padding: 64px 80px;
}
.w-100{
    width: 100%;
}

.stats{
    margin-bottom: 40px;
}

.right-stats button{
    background: white;
    border: 1px solid #010101;
    color:#010101;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 8px 16px;
    display: flex;
    justify-content: center;
}
.right-stats button span{
    margin-left: 8px;
}
.stats span{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #010101;
}
span.orng{
    font-size: 80px;
    font-weight: 700;
    line-height: 72px;
    color: #FFB71B;
    margin-bottom: 8px;
}
.stat-1, .stat-2{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.stat-1{
    margin-right: 40px;
}

.stats br{
    display: none;
}
h1{
    font-family: Helvetica;
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 0%;

    color: #010101;
}

h2{
    font-family: Helvetica;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0%;

}
h3{
    font-family: Helvetica;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    margin-bottom: 4px;
}

.font-m{
    font-family: Helvetica;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    display: block !important;
}
.font-r{
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    color:#010101;

}
.font-s{
    font-family: Helvetica;
font-weight: 400;
font-size: 12px;
line-height: 16px;
letter-spacing: 0%;
color: #010101;
}

.section-exp{
    min-height: 472px;
    background-color: #FFFFFF;
    padding: 80px 150px;
}
.carousel-exp{
    margin-top: 48px;
}

.section-exp .item{
    
    width: 100%;
}

.section-exp .card{
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.section-exp .card img{
    max-width: 56px;
}
.section-exp .card p{
    display: none;
}

.text-orange{
    color: #FFB71B;
}

.section-faq{
    background: #F6F6F6;
    padding: 80px;
}

.text-center{
    text-align: center;
}

.carousel-owl{
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.carousel-owl .item{
    width: calc(100% / 4);
}
.carousel-owl .item img{
    width: 100%;
}

.faq {
    width: 100%;
    
    margin: 0 auto;
}
.faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.faq-answer {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    background: #FFFFFF;
    padding: 10px 8px;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #747474;

}
.faq-question {
    cursor: pointer;
    color: #FFFFFF;
    
    background: #010101;
    display: flex;
    justify-content: space-between;
    padding: 10px 8px;
}
.faq-question p{
    margin-bottom: 0;
}
.arrow {
    width: 24px;
    transition: transform 0.3s ease-in-out;
}
.faq-question.active .arrow {
    transform: rotate(180deg); /* Rotar cuando está abierto */
}

footer{
    padding-top: 32px;
    padding-right: 80px;
    padding-bottom: 32px;
    padding-left: 80px;
    background: #FFFFFF;
    height: 91px;
}
footer .inside-site-info{
    padding: 0;
}





/* Ocultar el checkbox original */
.wpcf7-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
   
    background: white; /* Fondo blanco */
    cursor: pointer;
}

/* Cuando el checkbox está marcado */
.wpcf7-checkbox input[type="checkbox"]:checked {
    border-color: #ffb71b; /* Borde naranja */
}

/* Agregar un tick naranja */
.wpcf7-checkbox input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #ffb71b; /* Color del check */
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.wpcf7-not-valid-tip {
    color:#D34A3F;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;

}
.br-none br{
    display: none;
   }
@media screen and (max-width: 1200px) and (min-width: 1000px) {
    h1{
        font-size: 38px;
        line-height: 42px;
    }
    
    h2{
        font-weight: 700;
        font-size: 20px;
    
    }
    h3{
        font-size: 16px;
        line-height: 22px;
    }
}
@media screen and (max-width: 768px) {
    .section-stats{
        
        flex-direction: column;
    }    
    .section-stats .w-50{
        width: 100%;
    }
    .section-stats .right-stats{
        padding: 48px 24px;
        background-color: #F6F6F6;
    }

    .section-stats .orng{
        font-size: 48px;
        line-height: 52px;
    }
    .right-stats button{
        
        width: 100%;
    }
    .section-exp {
        padding: 48px 24px;
    }

    .section-exp .max-w-58{
        max-width: 100%;
    }
    .section-exp .item{
        border: 1px solid #EDEDED;
    }
    .section-faq {
        padding: 24px;
    }
    .inside-site-info{
        flex-direction: column;
    }
    .inside-site-info .separator{
        display: none;
    }
    .inside-site-info a{
        margin: 0px 0px 8px 0px !important;
    }
    footer{
        padding: 24px;
        min-height: 91px;
        height: auto;
    }
    .faq-item{
        border: none;
    }
    .section-carousel {
        padding: 48px 24px;
    }
}
@media screen and (max-width: 900px) {
    h1 {
        font-size: 30px;
        line-height: 36px;
    }
    
    h2{
        font-weight: 700;
        font-size: 20px;
    
    }
    h3{
        font-size: 16px;
        line-height: 22px;
    }
    .d-none-mobile{
        display: none;
    }
    .section-move .img-move{
        display: none;
    }
    .img-move-mobile{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
    .section-move .text-right {
        position: absolute;
        bottom: 21%;
        width: calc(100% - 66px);
        left: 24px;
        transform: translateX(0);
        top: inherit;
    }
    .banner-home img.logo_rodilla {
        margin-bottom: 48px;
    }
    .banner-home{
        flex-direction: column;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)), url(/assets/img/banner-home-mobile.png);
        padding:48px 24px;
        background-size: cover;
        max-height: fit-content;
        height: auto;
    }
    .banner-home .left{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .banner-home .left img{
        order: 1;
        max-width: 184px;
    }
    .banner-home .left h1{
        order: 3;
    }
    .banner-home .left p{
        order:4
    }
    .banner-home .left div{
        order: 2;
    }
    .br-none img{
        width: auto;
        max-width: 80px !important;
       }
    .br-none{
        gap: 8px;
    }
    .banner-home .m{
    width: 100%;
    }
    .form-home .jc-sb{
        flex-direction: column;
    }
    .form-home input, .form-home select, .form-home textarea{
        width: 100%;
    }
    .form-home .w-49{
        width: 100%;
    }

    .form-home button {
        width: auto;
        background-color: #010101;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        margin-top: 16px;
        justify-content: center;
        height: 34px;
    }
}
   
   @media screen and (max-width: 460px) {
    .section-move .text-right {
        bottom: 14%;
    
    }
}
