@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/************ GENERAL ***************/

*{
    font-family: "Montserrat", sans-serif;    
}


.section {
    height: auto;
}



#section-nosotros {
    display: flex;
    background-color: rgb(255, 255, 255);
    flex-direction: column;
    height: auto !important;
    margin-top: 0 !important;
    border-bottom: solid 1px rgb(0, 0, 0);
    background-repeat: repeat-x;
    background-image: url(assets/muro-hormigon-blanco.jpg);
    background-attachment: fixed;

}

/*********************** PRIMERA SECCIÓN ****************************/
#titulo{
    margin-top: 10%;
}


#tercer-parrafo{
    display: flex;
    margin-top: 5vh;
    justify-content: center;
    font-size: 1.6rem;
    MARGIN-BOTTOM: 12VH;
} 

/*************** SECTION 1-5 ********************/

#section1-5{
    background-color: black;
    color: white;
    height: auto;
}

#parrafo-equipo{
    font-size: 1.5rem;
    width: 60%;
    justify-content: center;
    text-align: center;
}

#equipo{
    text-align: center;
    margin-bottom: 8vh;
 
}

#titulo-garantia{
    text-align: center;
    margin-bottom: 8vh;
    margin-top: 5vh;
    font-size: 4rem;
}

#titulo-terminos{
    text-align: center;
    margin-bottom: 8vh;
    margin-top: 5vh;
    font-size: 4rem;  
}

#contenido1{
    text-align: center;
    justify-content: center;
    align-items: center;
}

#nombre-texto1{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    
}

/*********************** EMPLEADO 1 ********************/

#section2{
    height: auto;
    background-color: white;
    color: black;
    margin-left: 5vw;
    margin-right: 5vw;
    background-repeat: repeat-x;
    background-image: url(assets/muro-hormigon-blanco.jpg);
    background-attachment: fixed;

}

#contenido2{
    margin-top: 16vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vh;
    column-gap: 8vw;
}

#nombre-texto2{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
}

#nombre1{
    font-size: 2.3rem;  
    margin-bottom: 6vh;
}

#texto-empleado1{
    font-size: 1.8rem;
}

/*********************** EMPLEADO 2 ********************/

#section3{
    height: auto;
    margin-left: 5vw;
    margin-right: 5vw;
    background-repeat: repeat-x;
    background-image: url(assets/muro-hormigon-blanco.jpg);
    background-attachment: fixed;
}

#contenido3{
    margin-top: 16vh;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 6vh;
    column-gap: 8vw;
}

#nombre-texto3{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
}

#nombre2{
    font-size: 2.3rem;  
    margin-bottom: 6vh;
}

#texto-empleado2{
    font-size: 1.8rem;
}

#generar-usuario{
    background-color: black;
    color: white;
    border: 1px solid white;
    margin-top: 2vh;
    padding: 2vh;
    border-radius: 3%;

}


#contenido3 img {
    width: 25vw; 
    height: auto; 
}

#contenido2 img {
    width: 25vw; 
    height: auto; 
}

#usuario-info{
    display: flex;
    flex-direction: row;
}

.usuario-datos{
    font-size: 2rem;
}


/**** GARANTIAS *****/

.contenedor-garantias{
    display: flex;
    flex-direction: column;
    text-align: justify;
    width: 60%;
    justify-content: center;
    margin-bottom: 5%;
}

.parrafo-garantia{
    display: flex;
    margin-bottom: 3%;
}

.titulo-garantia{
    margin-bottom: 4%;
}

#contenido-garantia{
    text-align: end;
    justify-content: center;
    display: flex;
}


/************ RESPONSIVIDAD *****************/
/******************************************* 2550 ********************************************/
@media (min-width: 2550px){
    
    #primeros-parrafo, #parrafo3{
        font-size: 2rem;
    }
    
    
    #parrafo-equipo{
        font-size: 2rem;
        margin-bottom: 7rem;
    }
    
    #texto-empleado1, #texto-empleado2 {
    font-size: 2.2rem;
    }
    
    #contenido3{
        margin-top: 5rem;
    }
    
    #nombre1, #nombre2 {
        font-size: 3.3rem;
    }
    
    
    .parrafo-garantia{
        font-size: 1.8rem;
    }
    
    .titulo-garantia {
        margin-bottom: 4%;
        font-size: 2.3rem;
    }
    
    
    
}

/******************************************* 2048 ********************************************/
@media (max-width: 2049px){
    
        
    #nombre-texto1{
        margin-bottom: 5%;
    }
    
    
    
    
}

/******************************************* 1920 ********************************************/
@media (max-width: 1922px){
    
    #parrafo-equipo{
        margin-bottom: 11vh;
    }
    
    #section-nosotros{
        height: auto;
    }
    
    footer {
        height: auto;
    }
    
    #armadopc {
        height: auto;
    }
}

/*********************************** 1600 *********************************/
@media (max-width: 1600px){
    
    #section-nosotros{
        height: auto;
    }
    
    #texto-empleado1, #texto-empleado2 {
        font-size: 1.3rem;
    }
    
    #contenido3 {
        margin-top: 0vh;
    }
    
    .section {
     height: auto;
    }
    
}

/******************************** 1440 ********************************/
@media (max-width: 1440px){
    
    #parrafo-equipo{
        margin-bottom: 7vh;
    }
    
    #contenido2 img {
        width: 36vw;
    }
    
    #contenido3 img {
        width: 36vw;
    }
    
    #section-nosotros{
        height: auto;
    }
    
    #section2, #section3{
        height: auto;
    }
    
    .section{
        height: auto;
    }
    
    
    #titulo-terminos{
        font-size: 3rem;
    }
    
    
}

/*************************************** 1280 *******************************************/
@media (max-width: 1280px){
    
    #section2, #section3{
        height: auto;
    }    
    
    .section {
        height: auto;
    }
    
    
    
    
}

/****************************************** 1024 ****************************************/
@media (max-width: 1024px){
    
    
    #nombre1, #nombre2 {
        font-size: 1.5rem;
    }
    
    #texto-empleado1, #texto-empleado2 {
        font-size: 1.2rem;
    }
    
    #titulo{
        font-size: 3rem;
    }
    
    #primeros-parrafo, #parrafo3{
        font-size: 1.3rem;
        
    }
    
    #contenido3{
        margin-top: 0vh;
    }
    
    
    
    
    
}

/**************************** 928 **************************/
@media (max-width: 933px){
    
    #titulo{
        font-size: 2rem;
    }
    
    #primeros-parrafo, #parrafo3{
        font-size: 1.1rem;
    }
    
    #equipo{
        font-size: 2rem;
    }
    
    #parrafo-equipo{
        font-size: 1.1rem;
        margin-bottom: 6vh;
    }
    
    #nombre1, #nombre2{
        font-size: 1.5rem;
    }
    
    #texto-empleado1, #texto-empleado2 {
    font-size: 1rem;
    }
    
    #section-nosotros{
        height: 385vh;
    }
    
    #contenido3{
        margin-top: 2vh;
    }
    
    #titulo-garantia{
        font-size: 2.5rem;
    }
    
    
}

/**************************** 894 **************************/
@media (max-width: 894px){
    
    #titulo{
        font-size: 2rem;
    }
    
    #primeros-parrafo, #parrafo3{
        font-size: 1.1rem;
    }
    
    #equipo{
        font-size: 2rem;
    }
    
    #parrafo-equipo{
        font-size: 1.1rem;
        margin-bottom: 6vh;
    }
    
    #nombre1, #nombre2{
        font-size: 1.5rem;
    }
    
    #texto-empleado1, #texto-empleado2 {
    font-size: 1rem;
    }
    
    #section-nosotros{
        height: 385vh;
    }
    
    #contenido3{
        margin-top: 2vh;
    }
    

}

/**************************** 820 x 1180 *************************/
@media (max-width: 820px){
    
    #section-nosotros {
        height: auto;
    }    
    
}

/**************************** 802 ***************************/
@media (max-width: 802px){
    
    .section {
        height: auto;
    }
    
    #contenido2 {
        margin-top: 3vh;
    }
    
    #section2 {
        height: auto;
    }
    
    #section3 {
        height: auto;
    }
    
    #section-nosotros {
        height: auto;
    }
    
    #equipo{
        margin-top: 21vh;
    }
    
    
    #titulo-garantia{
        font-size: 2rem;
    }
    
    
    .parrafo-garantia {
        font-size: 0.7rem;
    }
    
    .titulo-garantia {
        margin-bottom: 4%;
        font-size: 0.8rem;
    }
    
}

/**************************** 770 **************************/
@media (max-width: 770px){
    
    #section-nosotros {
        height: 407vh;
    }
    
    
    #primeros-parrafo, #tercer-parrafo{
        font-size: 1rem;
    }
    
    #parrafo-equipo{
        margin-bottom: 8vh;
    }
    
    #nombre1, #nombre2{
        font-size: 1.1rem;
    }
    
    #texto-empleado1, #texto-empleado2{
        font-size: 0.8rem;
    }
    
    
}

/****************************************** 721 ****************************************/
@media (max-width: 721px){
    
    #titulo-terminos {
        font-size: 1.5rem;
    }
    
}

/**************************** 677 **************************/
@media (max-width: 678px){
    
    .section {
        height: auto;
    }
    
    #section-nosotros {
        height: auto;
    }
    
    #section2 {
        height: auto;
    }
    
}

/******************************* 668 **********************************/
@media (max-width: 668px){
    
    #titulo-terminos {
        font-size: 2rem;
    }
}

/******************************* 640 **********************************/
@media (max-width: 640px){
    
    .nav-list {
        font-size: 0.48rem;
    }
    
    #parrafo-equipo {
    width: 80%;
    }
}

/******************************* 599 **********************************/
@media (max-width: 599px){
    
              .nav-list {
    font-size: 0.4REM;
      }
    
        
}

/******************************* 570 **********************************/
@media (max-width: 570px){

    .nav-list {
    font-size: 0.4rem;
}
    
}

/******************************* 430 **********************************/
@media (max-width: 431px){
    
    #titulo{
        font-size: 2rem;
    }
    
    #primeros-parrafo{
        flex-direction: column;
        align-items: center;
    }
    
    #parrafo1, #parrafo2, #parrafo3{
        width: 90%;
        text-align: justify;
        font-size: 1rem;
    }
    
    #parrafo3{
        margin-left: 8%;
        margin-right: 8%;
    }
    
    #equipo{
        font-size: 2rem;
        margin-top: 2rem;
        
    }
    
    #parrafo-equipo {
        font-size: 1rem;
        width: 80%;
        text-align: justify;
        margin-bottom: 17%;
    }
    
    #contenido2, #contenido3{
        flex-direction: column;
    }
    
    #contenido2 img, #contenido3 img{
        width: 82vw;
        height: auto;
    }
    
    #nombre1, #nombre2 {
        font-size: 1.5rem;
        margin-top: 3vh;
    }
    
    #texto-empleado1, #texto-empleado2 {
        font-size: 1rem;
    }
    
    #nombre-texto2, #nombre-texto3{
        width: 95%;
        text-align: justify;
    }
    
    #section-nosotros {
        height: 324vh;
        margin-top: 0;
    }
    
    .section{
        height: auto;
    }
    
    
    .contenedor-garantias{
        width: 88%;
    }
    
    #titulo-terminos {
        font-size: 2rem;
    }
    
    
}

/****************************************** 415 ************************************************/
@media (max-width: 416px){
    
     #section-nosotros {
        height: auto;
    }
    
    #titulo {
        margin-top: 15%;
    }
    
    .section{
        height: auto;
    }
    

}

/**************************** 414 **************************/
@media (max-width: 414px){
    
    #principal{
        height: auto;
    }
    
    #titulo{
        font-size: 2rem;
        margin-top: 28%;
    }
    
    #primeros-parrafo{
        flex-direction: column;
        align-items: center;
    }
    
    #parrafo1, #parrafo2, #parrafo3{
        width: 90%;
        text-align: justify;
        font-size: 1rem;
    }
    
    #parrafo3{
        margin-left: 8%;
        margin-right: 8%;
    }
    
    #equipo{
        font-size: 2rem;
        
    }
    
    #parrafo-equipo {
        font-size: 1rem;
        width: 80%;
        text-align: justify;
        margin-bottom: 17%;
    }
    
    #contenido2, #contenido3{
        flex-direction: column;
    }
    
    #contenido2 img, #contenido3 img{
        width: 82vw;
        height: auto;
    }
    
    #nombre1, #nombre2 {
        font-size: 1.5rem;
        margin-top: 3vh;
    }
    
    #texto-empleado1, #texto-empleado2 {
        font-size: 1rem;
    }
    
    #nombre-texto2, #nombre-texto3{
        width: 95%;
        text-align: justify;
    }
    
    #section-nosotros {
        height: auto;
        margin-top: 6vh;
        row-gap: 18vh;
    }
    
    .section{
        height: auto;
    }
    
    #equipo {
        margin-top: 6vh;
    }

    #section2{
        margin-top: -14vh;
    }
    
    #section1-5{
        margin-top: -22vh;
    }
    
}

/**************************** 362 **************************/
@media (max-width: 362px){

    #section-nosotros{
        height: 399vh;
    }
    
    #pie-footer{
        font-size: 0.7rem;
    }
    
    
    
    

}


