@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;800&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
}

body{
    background-color: #ffffff;
}

button{
    background:  orangered;
    color: white;
    width: 120px;
    height: 60px;
    border-radius:20px 20px 20px 20px;
    border-color: transparent;
}
button a{
    color: white;
    text-decoration: none;
}
button:hover{
    background:  #ffbc0e;
}
*,
*::before
*::after{
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    min-height: 100vh;

    
}
header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.4);
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

.logo{
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    margin-right: auto;

}
.logo h1{
    position: absolute;
    top: 10px;
    left: 170px;
    font-size: 2rem;
}
.logo h1:hover{
color: rgb(241, 157, 0);

}

header .logo img{
    height: 70px;
    width: auto;
    transition: all 0.3s;
}

header .logo img:hover{
    transform: scale(1.2);
}
nav ul{
    list-style: none;
}
header nav ul li{
    float: left;
    position: relative;
    
}
header nav ul li a{
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    display: block;
    transition:  all .2s ease;

}

header nav ul li a:hover{
    background:  rgb(241, 157, 0);
    border-radius: 50px;
}

header nav ul li ul{
    position: absolute;
    right: 0;
    width: 300px;
    background-color: rgba(0,0,0,0.4);
    display:none;
}


header nav ul li ul li a{
    font-size: 15px;
    text-transform: capitalize;
}

header nav ul li ul li{
    width:100% ;

}

header nav ul li ul li ul{
    position: absolute;
    top: 0;
    right: 300px;
    }

header nav ul li:hover > ul {
    display: initial;

}

#toggle,
header label{
    display: none;
    cursor: pointer;
}

.pie-pagina{
    position: absolute;
    top: 6500px;
    width: 100%;
    background-color: #000000;
}
.pie-pagina .grupo-1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:50px;
    padding: 45px 0px;
}
.pie-pagina .grupo-1 .box figure{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pie-pagina .grupo-1 .box figure img{
    width: 250px;
}
.pie-pagina .grupo-1 .box h2{
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
}
.pie-pagina .grupo-1 .box p{
    color: #efefef;
    margin-bottom: 10px;
}
.pie-pagina .grupo-1 .red-social a{
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-right: 10px;
    background-color: #c78b0b;
    text-align: center;
    transition: all 300ms ease;
}
.pie-pagina .grupo-1 .red-social a:hover{
    color: orangered;
}
.pie-pagina .grupo-2{
    background-color: #000000;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
}
.pie-pagina .grupo-2 small{
    font-size: 15px;

}
@media screen and (max-width:800px){

    header label{
        display: initial;

    }

    header{
        padding: 20px 10px;
    }

    header nav{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,0.4);
        display: none;
    }
    header nav ul li{
        width: 100%;

    }
    header nav ul li a {
        padding: 8px 30px 8px 10%;
    }
    header nav ul li ul{
        position: relative;
        width: 100%;
        left: 0;

    }

    header nav ul li ul li{
        background-color: rgba(0,0,0,0.4);
    }

    header nav ul li ul li ul {
        position: relative;
        width: 100%;
        left: 0;
    }

    #toggle:checked ~ nav {
        display: block;
    }

    .logo h1{
        position: absolute;
        top: 50px;
        left: 100px;
    }
    label img{
        width: 50px;
        height: 50px;
    }

   
    


    .pie-pagina .grupo-1{
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap:30px;
        padding: 35px 0px;
    }
}

#titulo{
    font-size:  1rem;
    position: absolute;
    justify-content: center;
    text-align: center;
    align-items: center;
    top: 250px;
    color: white;


}
#hero{
    display: flex;
    align-items: center;
   flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 90vh;
    color: white;
    background-image: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2)
    )
    ,url('../imagenes/panel.jpg');
    background-repeat: no-repeat;
    background-size:cover ;
    background-position:center ;
 }
 #hero h1{
    font-size: 2rem;
    position: relative;
    top: 50px;
 }

.intro{
   justify-content: center;
   align-items: center;
   text-align: center;
    padding: 100px 0;
}

.intro .tex{
    text-align: center;
}

.intro .imag img{
  

    width: 250px;
    height: 200px;
}

.proyecfact{
    position: inherit;
    justify-content: center;
   align-items: center;
   text-align: center;
}
.proyecfact h1{
    font-size: 1.2rem;
}

.gest{
    padding:  100px 0;
    position: inherit;
    justify-content: center;
   align-items: center;
   text-align: center;
}
.gest h1{
    font-size: 1.7rem;
}
.gest .conte .geimg img{
    position: relative;
    top: 40px;
    width: 250px;
    height: 200px;
}

.gest .conte.gesp{
    position: relative;
    top: 120px;
}

.gest .conte .gesp ul{
    list-style: none;
}

.mantco{
    padding:  150px 0;
    position: inherit;
    justify-content: center;
   align-items: center;
   text-align: center;
   
}
.mantco h1{
    font-size: 1.5rem;
}
.mantco p{
    text-align: center;
  
}
.mantco  .contenedor .imgma{
    position: relative;
    top: 50px;
}
.mantco  .contenedor .imgma .cons1{
    width: 250px;
    height: 200px;

}

.mantco  .contenedor .imgma1{
    position: relative;
    top: 50px;
}

.mantco  .contenedor .imgma1 .man1{
    width: 250px;
    height: 200px;

}
.mantco  .contenedor .imgma2{
    position: relative;
    top: 50px;
}
.mantco  .contenedor .imgma2 .man2{
    width: 250px;
    height: 200px;

}




.mantco .contenedor .mant{
    position: relative;
    top: 120px;
    
}

.mantco .contenedor .mant p{
    
    padding: 0px 10px;
}
.mantco .contenedor .mant1{
    position: relative;
    top: 120px;
}
.mantco .contenedor .mant2{
    position: relative;
    top: 120px;
}

.mantco .contenedor .mant1 p{
    
    padding: 0px 10px;
}
.mantco .contenedor .mant2 p{
    
    padding: 0px 10px;
}

@media (min-width:720px){

    .intro  .imag img{
        width: 350px;
        height: 300px;
    }

    .proyecfact{
        padding: 100px 0;
    }


    .proyecfact h1{
        font-size: 1.7rem;
    }

.mantco h1{
    text-align: center;
}

.mantco p{
    text-align: center;
    padding: 0px 50px;
}




    .mantco .contenedor .mant h3{
        text-align: center;
    }

    .mantco .contenedor .mant p{
        text-align: start;
        padding: 0px 100px;
    }

    .mantco .contenedor .mant1 p{
        text-align: start;
        padding: 0px 100px;
    }

    .mantco .contenedor .mant2 p{
        text-align: start;
        padding: 0px 80px;
    }


    .pie-pagina{
        position: absolute;
        top: 5300px;

    }
}
@media (min-width:1200px){

    #hero h1{
        font-size: 3rem;
    }

    .intro .imag img{
        width: 550px;
        height: 380px;
    }

    .proyecfact{
        padding: 100px 0px 70px 0px;
    }
    
    .proyecfact .profa ul li b{
        font-size: 1.5rem;
    }

    .gest .conte{
        justify-content: center;
        align-items: center;
        padding:25px 0px ;
        display: grid;
        position: inherit;
       
        grid-template-rows: 410px  410px ;
      
            
    }

    .gest .conte .geimg{
        justify-content: center;
        grid-column: 2 / 2;
        grid-row: 1 / 2;
        position: relative;
        top: 100px;
    }

    .gest ,.conte .gesp{
        justify-content: center;
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        position: relative;
        top: 200px;
    }

    .gest .conte .geimg img{
        width: 550px;
        height: 380px;
    }

    .mantco .contenedor{
        justify-content: center;
        align-items: center;
        padding:25px 50px ;
        display: grid;
        position: inherit;
        grid-template-columns: 560px 560px;
        grid-template-rows: 300px  300px  ;
        gap: 20px;
        
    }
   

    .mantco .contenedor .mant{
        justify-content: start  ;
        grid-column: 1 / 2;
        grid-row: 1 / 1;
        position: relative;
        align-content: start;
       
    }

    .mantco .contenedor .mant p{
        text-align: start;
        padding: 0px ;
    }

    .mantco .contenedor .mant1{
        justify-content: center;
        grid-column: 1 / 2;
        grid-row: 2 / 2;
       align-content: start;
        
    }

    .mantco .contenedor .mant1 p{
        text-align: start;
        padding: 0px ;
    }

    .mantco .contenedor .mant2{
        justify-content: center;
        grid-column: 1 / 2;
        grid-row: 3 / 3;
       align-content: start;
        
    }

    .mantco .contenedor .mant2 p{
        text-align: start;
        padding: 0px ;
    }

    .mantco .contenedor .imgma{
        justify-content: center;
        grid-column: 2 / 2;
        grid-row: 1 / 2;
        position: relative;
        gap: 20px;
       
    }

    .mantco .contenedor .imgma .cons1{
        width: 350px;
        height: 250px;
        
    }

    .mantco .contenedor .imgma1{
        justify-content: center;
        grid-column: 2 / 2;
        grid-row: 2 / 2;
        position: relative;
        gap: 20px;
       
    }
    
    .mantco .contenedor .imgma1 .man1{
        width: 350px;
        height: 250px;
    }
    
    .mantco .contenedor .imgma2{
        justify-content: center;
        grid-column: 2 / 2;
        grid-row: 3 / 3;
        position: relative;
        gap: 20px;
       
    }

    .mantco .contenedor .imgma2 .man2{
        width: 350px;
        height: 250px;

    }
    
    .pie-pagina{
        position: absolute;
        top: 5200px;

    }


}

@media (min-width:1500px){
    .pie-pagina{
        position: absolute;
        top: 5800px;

    }
}