*{
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Rockwell',sans-serif;
    margin: 0;
}

h1{font-size: 3.5em ;}
h2{font-size: 2.5em;}
h3{font-size: 1.8em;}
h4{font-size: 1.5em;}
p{font-size: 1.25em;}
ul{list-style: none ;}

button{
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid rgb(0, 0,0);
    box-shadow: 2px 2px 10px rgb(0, 0,0);
    color: white;
    background-color: blue;
}
button:hover{
    background-color: black;
}
.container{
    max-width: 1400px;
    margin:auto
}

.color-acento{ color:blue}
    

header{
    background-color: rgba(245, 245, 245);
}
header .logo{
    margin: 0;
    padding: 25px 30px;
    font-weight: bold;
    color: blue;
    font-size: 1.6em;
}
header .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
header nav{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 25px;
}
header a{
    padding: 5px 12px;
    text-decoration: none;
    font-weight: bold;
    color: black;
}
header a:hover{
    color: blue;
}

#hero{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 90vh;
    color: white;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)

    )
    ,url(images/Fondo1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#constru{

}

#constru .container{
    text-align: center;
    padding: 200px 12px;
}

#constru2{
    background-color: rgb(30,30,30);
    color: white;
    text-align: center;
}

#constru2 .container{
 padding: 150px 0px;
}

#constru2 p{
    display: none;
}

#constru2 h2{
    margin-top: 0;
    font-size: 3em;
}

#constru2 .carta{
    background-position: center center;
    background-size: cover;
    padding: 50px;
    margin: 10px;
    border-radius: 15px; 
}

.carta:first-child{
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)

    )
    ,url(images/ini1.jpg);
}

.carta:nth-child(2){
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)

    )
    ,url(images/ini2.jpg);
}

.carta:nth-child(3){
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)

    )
    ,url(images/ini3.jpg);  
}

.carta:nth-child(4){
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)

    )
    ,url(images/ini3.jpg);  
}

#caracteristicas .container{
    text-align: center;
    padding: 100px 12px;
}
#caracteristicas li{
    margin: 12px 0px;
    font-weight: bold;
}

#caracteristicas2 .container{
    text-align: center;
    padding: 100px 12px;
}
#caracteristicas2 li{
    margin: 12px 0px;
    font-weight: bold;
}

#caracteristicas3 .container{
    text-align: center;
    padding: 100px 12px;
}
#caracteristicas3 li{
    margin: 12px 0px;
    font-weight: bold;
}


#contacto .container{
    text-align: center;
    padding: 200px 0px;
}

#contacto{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgb(30,30,30);
    color: white;
    height: 100vh;
}

#contacto h2{
    font-size: 2.0em;
}

#contacto h3{
    font-size: 1.5em;
}

footer{
    background-color: rgb(230, 230,230);
}

footer p{
    margin: 0;
    padding: 12px;
    color: rgb(100, 100,100);
}

footer .container{
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}







@media (min-width: 720px){
    header{
        position: fixed;
        width: 100%;
    }
    header .container{
        flex-direction: row;
        justify-content: space-between;
    }
    header nav{
        flex-direction: row;
        padding-bottom: 0px;
        padding-right: 20px;
    }

#constru .container{
  display: flex;
  justify-content: space-evenly;
}

#constru .texto{
    width: 50%;
    max-width: 600px;
    text-align: initial;
    display: flex;
    padding-left: 30px;
    flex-direction: column;
    justify-content: center;
}

#constru h2{
    margin-top: 0px;
}

#constru .img-container{
    background-image: url(images/foto.jpg);
    background-size: cover;
    background-position: center center;
    height: 500px;
    width: 35%;
}

#caracteristicas .img-container{
    background-image: url(images/galpon1.jpg);
    background-size: cover;
    padding: 50px;
    margin: 10px;
    border-radius: 5px; 
    height: 350px;
    width: 30%;
}

#caracteristicas .img2-container{
    background-image: url(images/galpon2.jpg);
    background-size: cover;
    padding: 50px;
    margin: 10px;
    border-radius: 15px; 
    height: 350px;
    width: 30%;
}

#caracteristicas .img3-container{
    background-image: url(images/galpon3.jpg);
    background-size: cover;
    padding: 50px;
    margin: 10px;
    border-radius: 15px; 
    height: 350px;
    width: 30%;
}

#caracteristicas .imagenes{
    display: flex;
    justify-content: space-between;
}

#caracteristicas .container{
    
}
  
#caracteristicas .texto{
      display: flex;
      padding-left: 30px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center center;
}
  
#caracteristicas h2{
      margin-top: 0px;
}

/*2*/

#caracteristicas2 .img-container{
    background-image: url(images/sala-electrica.jpg);
    background-size: cover;
    padding: 50px;
    margin: 10px;
    border-radius: 5px; 
    height: 350px;
    width: 30%;
}

#caracteristicas2 .img2-container{
    background-image: url(images/sala-electrica2.jpg);
    background-size: cover;
    padding: 50px;
    margin: 10px;
    border-radius: 15px; 
    height: 350px;
    width: 30%;
}

#caracteristicas2 .img3-container{
    background-image: url(images/sala-electrica3.jpg);
    background-size: cover;
    padding: 50px;
    margin: 10px;
    border-radius: 15px; 
    height: 350px;
    width: 35%;
}

#caracteristicas2 .imagenes{
    display: flex;
    justify-content: space-between;
}

#caracteristicas2 .container{
    
}
  
#caracteristicas2 .texto{
      display: flex;
      padding-left: 30px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center center;
}
  
#caracteristicas2 h2{
      margin-top: 0px;
}

/*3*/

#caracteristicas3 .img-container{
    background-image: url(images/sala1.jpg);
    background-size: cover;
    padding: 50px;
    margin: 10px;
    border-radius: 5px; 
    height: 350px;
    width: 30%;
}

#caracteristicas3 .img2-container{
    background-image: url(images/sala2.jpg);
    background-size: cover;
    padding: 50px;
    margin: 10px;
    border-radius: 15px; 
    height: 350px;
    width: 30%;
}

#caracteristicas3 .img3-container{
    background-image: url(images/sala3.jpg);
    background-size: cover;
    padding: 50px;
    margin: 10px;
    border-radius: 15px; 
    height: 350px;
    width: 35%;
}

#caracteristicas3 .imagenes{
    display: flex;
    justify-content: space-between;
}

#caracteristicas3 .container{
    
}
  
#caracteristicas3 .texto{
      display: flex;
      padding-left: 30px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center center;
}
  
#caracteristicas3 h2{
      margin-top: 0px;
}

#constru .imagen2{
    background-image: url(images/quienes-somos3.png);
    background-size: cover;
    background-position: center center;
    height: 200px;
    width: 100%;
}

#constru2 .programas{
    display:flex;
    justify-content: center;    
 }

#constru2 p{
    display: block;
}

#constru2 .carta{
    padding: 50px;
   width: 50vh;
}

#constru2 h3{
    margin-top: 0;
}

#contacto{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgb(30,30,30);
    color: white;
    height: 70vh;
}



}