/* Configuracion General */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    
    font-style: normal;
}

/*  ----------- main --------------   */



.hero_section{
    margin-top: 77px;
    width: 100%;
    height: 100vh;
    background-image: url("../source/img/bkg.png");
    background-position: center;
    background-size: cover;
    border-radius: 0 0 50px 50px;
    box-shadow: 0px 5px 70px 15px rgba(0,0,0,1);
    min-height: fit-content;
    
    display: flex;
    
    justify-content: space-evenly;
    align-items: center;    
}

.hero_text{
    margin: 0 0 0 10%;
    width: 40%;
}

.hero_text h1{
    font-size: 4em;
    color: #f8f7f7;
    
}

.hero_text p {
    font-size: 3.5em;
    margin: 40px 0;
    font-weight: 300;
    color: #0e0e0e;
}

.hero_text a{
    font-size: 1.7em;
    padding: 10px;
    
    background-color: rgb(14,14,14);

    text-decoration: none;
    color:white;
    border-radius: 15px;
    font-weight: 300;
}

#botonERP{
    transition: 0s;
    display: flex;
    align-items: center;
    width: fit-content;
    
    margin-bottom: 20px;
}

#botonERP:hover{
    
    background-color: #3d2d04;
    
}

#botonERP img{
    
    filter: invert(1);
    transition: 0.5s;
    width: fit-content;
}

#botonERP:hover img{
    transform: translate(10px, 0%) ;
}

.hero_text a img{
    height: 20px;
    filter: invert(1);
    transition: 0.5s;
}

.hero_text a:hover img{
    transform: translate(10px, 0%) ;
}

.hero_text a:hover{
    background-color: rgb(167, 122, 8);
    color: white;
}

.hero_img{
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero_img img{
    width: 100%;
}

.modulos_erp{
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
    
}

.modulos_erp article{
    width: 90%;
    height: 600px;
    padding: 30px;
    background-color: #0e0e0e;
    border-radius: 30PX;
    display: flex;
    justify-content: space-between;
    align-items: center;
    

    box-shadow: 0px 0px 35px -2px rgba(0,0,0,1);
    background-image: url(../source/img/Texto\ del\ párrafo\ \(3\).png);
}
.modulos_erp  .texto{
    color: #f8f7f7;
    width: 50%;
    height: 80%;
}

.textos_modulos{
    display: flex;
    height: 100%;
    
    align-items: center;
    
}

.text-box {
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
    display: none; /* Oculto por defecto */
}

.text-box.mostrando {
    display: block; /* Se muestra antes de la transición */
}

.text-box.activo {
    opacity: 1; /* Transición a visible */
}



.modulos_erp h2{
    font-size: 3em;
    margin-left: 5%;
    font-weight: 400;
}

.modulos_erp p{
    font-size: 1.7em;
    margin-left: 5%;
    font-weight: 300;
}

.img_modulos{
    display: flex;
    justify-content: end;
}
.modulos_erp img{
    filter: invert(1);
    width: 70%;
}

.erp_texto_1{
    height: 50vh;
    min-height: fit-content;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items:center ;
    
    margin: 100px auto 0;


    font-weight: 300;

    margin: 200px 0;
    
}

.erp_texto_1 strong{
    font-weight: 500;
    color: #f4b10e;
}
.erp_texto_1 article{

    display: flex;
    justify-content: center;
    align-items:center ;
    flex-direction: column;

    width: 50%;

} 

.erp_texto_1 .imagen_texto_1_responsive{
    display: none;
}

.erp_texto_1 article img{
    padding: 10px;
    width: 100%;
}


.parrafo_texto_1{
    font-size: 2em;
    text-align: center;
    margin: 0 10px 50px 30px;
}

.parrafo_texto_1 h4{
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 300;
}

.registro_texto{
    margin: 30px;
    font-size: 2em;
    padding: 10px;

    
}

.registro_texto a{
    text-decoration: none;
    background-color: rgb(14,14,14);
    border-radius: 10px;
    color: white;
    padding: 10px;
    border-radius: 20px;
    padding: 10px 20px;
}

.beneficios{
    display: flex;
    height: 70vh;
    min-height: fit-content;
}

.imagen_beneficio{
    width: 35%;

}

.imagen_beneficio img{
    height: 100%;
    border-radius: 30px 0 0 30px ;
    margin-left: 50px;
    box-shadow: 0px 0px 58px 0px rgba(0,0,0,0.75);
}

.texto_beneficios{
    width: 65%;
    background-color: rgb(14,14,14);
     display: flex;
     flex-direction: column;
     justify-content: center;
     border-radius: 0 30px 30px 0;
     margin-right: 50px;
     min-height: fit-content;

     box-shadow: 0px 0px 58px 0px rgba(0,0,0,0.75);

}

.texto_beneficios h2{
    color:white;
    font-size: 3em;
    font-weight: 300;
    margin: 40px auto 20px;
}

.texto_beneficios h2 strong{
    color: #f4b10e;
    font-weight: 300;
    margin: 40px auto;
}

.texto_beneficios p{
    font-size: 1.5em;
    margin: 20px 10%;
    color: white;
    display: flex;
    align-items: center;
}

.texto_beneficios p:hover{
   zoom: 1.15;
   margin: 15px 10%;
}


.texto_beneficios p img{
    margin: 0 10px;
    filter: invert(68%) sepia(90%) saturate(386%) hue-rotate(0deg) brightness(100%) contrast(80%);
    width: 35px;
}

.contacto{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contacto h2{
    font-size: 3em;
    padding: 10px;
    margin: 180px auto 40px;
    font-weight: 400;
    overflow-x: hidden;
}

.contacto a{
    font-size: 1.7em;
    padding: 10px;
    text-decoration: none;
    background-color: rgb(14,14,14);
    color: white;
    border-radius: 10px;

    margin: 0 auto 40px;
}

.contacto img{
    width: 60%;
}

.contacto h2 strong{
    color:#f4b10e;
    font-weight: 500;
}

.consecionaria_promo{
    background-color: #f4b10e;
    width: 80%;
    border-radius: 15px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 300px;

    min-height: fit-content;

}

.consecionaria_promo div{
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.consecionaria_promo h3{
    font-size: 2em;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
}

.consecionaria_promo div p{
    font-size: 1.5em;
    margin: 0 50px 30px;
    text-align: center;
    text-align: center;
    
}



.consecionaria_promo div a{
    font-size: 1.5em;
    padding: 10px;
    text-decoration: none;
    background-color: rgb(14,14,14);
    color: white;
    border-radius: 10px;
    margin-bottom: 20px;

}

.imagen_consecionaria_promo_responsive{
    display: none;
}

.consecionaria_promo article{
    width: 30%;
}
.consecionaria_promo img{
    width: 100%;
}


/* ========= MEDIAQUERYES ==============*/

@media (max-width: 1000px) {
    .hero_img{
        
    }
    
    .hero_text h1 {
        font-size: 3em;
    }

    .hero_text p{
        font-size: 2.5em;
    }

    .hero_text a{
        font-size: 1.5em;
    }
}

@media (max-width: 800px) {
    .hero_section{
        flex-direction: column;
        height: fit-content;
    }
    
    .hero_img{
        width: 90%;
        margin-bottom: 20px;
    }

    .hero_text{
        width: 90%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .hero_text h1 {
        font-size: 3em;
    }

    .hero_text p{
        font-size: 2.5em;
        text-align: center;
    }

    .hero_text a{
        font-size: 1.5em;
    }

    .modulos_erp {
        margin-top: 20px;
    }

}

@media (max-width: 1190px) {
    .modulos_erp article{
        flex-direction: column;
        height: auto;
    }

    .modulos_erp{
        height: auto;
    }

    .modulos_erp .texto{
        width: auto;
    

    }
    .textos_modulos .text-box{
        padding: 13%;
    }

    .modulos_erp .texto h2{
        text-align: center;
        margin-left: 0;
    }

    .modulos_erp .container{
        margin-right: 0;
        margin: 20px 0;
    }
}


@media (max-width: 550px) {

    .textos_modulos{
        justify-content: center;
    }

    .textos_modulos .text-box h3{
        font-size: 2em;
    }

    .textos_modulos .text-box p{
        font-size: 1.5em
    }
}


@media (max-width: 460px) {

    .textos_modulos .text-box h3{
        font-size: 1.7em;
    }

    .textos_modulos .text-box p{
        font-size: 1.3em
    }
}

@media (max-width: 960px) {
    .imagen_beneficio{
        display: none;
    }

    .texto_beneficios{
        width: 90%;
        margin: auto;
        border-radius: 30px;
        height: fit-content;
    }
    
}

@media (max-width: 500px) {

    .texto_beneficios p{
       font-size: 1.1em;
    }

    .contacto h2{
    font-size: 2.5em;
    }
    
}


@media (max-width: 750px) {

    .erp_texto_1 .imagen_texto_1_responsive{
        display: block;
        width: 100%;

    }
    .erp_texto_1 .imagen_erp_texto{
        display: none;
    }

    .erp_texto_1 article{
        width: 90%;
    }
    
}

@media (max-width: 1250px) {

    .contacto h2{
        text-align: center;
    }
    
}

@media (max-width: 650px) {
    .consecionaria_promo .imagen_consecionaria_promo_responsive{
        display: block;
        width: 80%;
    }

    .consecionaria_promo .imagen_consecionaria_promo{
        display: none;
    }

    .consecionaria_promo div{
        width: 100%;
    }
    
}

@media (orientation: portrait) {
    .imagen_beneficio{
        display: none;
    }

    .texto_beneficios{
        width: 90%;
        margin: auto;
        border-radius: 30px;
        height: fit-content;
    }

    .beneficios{
        height: fit-content;
    }

    .hero_section{
        flex-direction: column;
        height: fit-content;
    }
    
    .hero_img{
        width: 90%;
        margin-bottom: 20px;
    }

    .hero_text p{
        text-align: center;
    }


    .modulos_erp {
        margin-top: 20px;
    }

    .hero_text{
        width: 90%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-aspect-ratio: 16/9){
    .hero_section{
        height: 90vh;
    }
}

@media (max-aspect-ratio: 4/3){
    .hero_section{
        padding-bottom:50px ;
    }
}