* {
    
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    font-family: Arial, Helvetica, sans-serif;
   
    position: relative;
    
      
}

.container {
    max-width: 1200px;
    margin: 0 auto;

}

.content {
    min-height: 80px;
    background: linear-gradient(
        90deg,
        rgba(16, 56, 89, 1)0%,
        rgba(16, 56, 89, 1) 70%
    );
}

.menu {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.logo {
    font-size: 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

.logo img {
    height: 65px;
    margin: 0px 0 0 50px;
}

.logo1 {
    font-size: 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

.logo1 img {
    height: 65px;
    margin: 0px 0 0 50px;
}
.logo2 {
    font-size: 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

.logo2 img {
    height: 65px;
    margin: 0px 0 0 50px;
}
.logo3 {
    font-size: 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

.logo3 img {
    height: 65px;
    margin: 0px 0 0 50px;
}





.cabeceraycuerpo {
   
    background-image: url(images/fondo1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
    padding-bottom: 50px;  
    
}

.menu .navbar ul li {
    position: relative;
    float: left;

}

.menu .navbar ul li a {
    font-size: 18px;
    padding: 20px;
    color: #fff;
    display: block;
    font-weight: bold;
}

.menu .navbar ul li a:hover {
        color: #9de0ff
    
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}
section h1 {
    margin: 25%;
    margin-top: 25px;
    margin-bottom: 5px;
    color: rgba(41, 7, 15, 0.849);
    font-family: sans-serif;
    font-size: 50px;
    text-align: center;
    display: block;
}

section h2 {
    margin: 25%;
    margin-top: 5px;
    margin-bottom: 5px;
    color: rgba(6, 6, 14, 0.849);
    font-family: sans-serif;
    font-size: 17px;
    text-align: justify;
    display: block;
        
}

section h3 {
    margin: 25%;
    margin-top: 30px;
    margin-bottom: 5px;
    color: rgba(16, 56, 89, 1);
    font-family: sans-serif;
    font-size: 35px;
    font-weight: bold;
    display: block;
}

section p {
    margin: 30%;
    margin-top: 5px;
    margin-bottom: 0px;
    color: rgba(6, 6, 14, 0.849);
    font-family: sans-serif;
    font-size: 17px;
    text-align: justify;
    font-weight: 400;
    display: block;   
}


.img-MISIONVISION {
    width: 350px;
    margin-left: 40%;
    margin-bottom: 0%;
    border: 3px ;
    border-radius: 30px;
}

@media(max-width:820px) {
    .content {
        min-height: 70px;
    }
    .menu {
        top: 0;
        padding: 1px;
    }
    .menu label {
        display: initial;
    }

    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: linear-gradient(
            90deg,
            rgba(16, 56, 89, 1)0%,
            rgba(16, 56, 89, 1) 70%
        );
        display: none;
    }

    .menu .navbar ul li {
        width: 100%;
    }

   #menu:checked ~ .navbar {
    display: initial;
   }
}

.float {
   position: fixed;
   width: 70px;
   height: 70px;
   background-color: #179e39;
   bottom: 300px;
   right: 10%;
  border-radius: 50%;
  text-align: center;
  box-shadow: 3px 3px 4px #999;
  z-index: 999;

}

.float img {
    width: 48px;
    height:48px;
    margin-top: 10px;    
}
.float:hover{
background-color: #21b145;
}


footer {
    margin: 0.1px;
    box-sizing: border-box;
    font-family: sans-serif;

    width: 100%;
    background: #202020;
    color: white;
    

   
    
}

.container-footer-all{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 5px;
    

    
    
}

.container-body{
    display: flex;
    justify-content: space-between;
}

.colum1{
    max-width: 400px;
}

.colum1 h4{
    font-size: 22px;
}

.row ul li a {
    font-size: 16px;
    color: #c7c7c7;
    margin-top: 20px;
    display: flex;
}

.colum2{
    max-width: 400px;
}

.colum2 h4{
    font-size: 22px;
}

.colum2 .row{
    margin-top: 20px;
    display: flex;
}

.row img{
    width: 36px;
    height: 36px;
}

.row a{
    margin-top: 10px;
    margin-left: 10px;
    color: #c7c7c7;
}

.colum3{
max-width: 400px;
}

.colum3 h4{
    font-size: 22px;
}

.colum3 .row2{
    margin-top: 20px;
    display: flex;
}

.row2 img{
    width: 36px;
    height: 36px;
}

.row2 a{
    margin-top: 10px;
    margin-left: 10px;
    color: #c7c7c7;
}

.container-footer{
    width: 100%;
    background: #101010;
   
    padding: 20px;
    
}




.copyright{
    color: #c7c7c7;
    text-align:center;
}

@media screen and (max-width: 1100px){
    .container-body{
        flex-wrap: wrap;
    }

    .colum2,
    .colum3{
        margin-top: 40px;
    }
}








/* --------------SERVICIOS----------------------------------*/

.cabeceraycuerpo1 {
   
    background-image: url(images/fondo2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
    padding-bottom: 50px;  
    
}

section .title1 {
    margin: 25%;
    margin-top: 25px;
    margin-bottom: 5px;
    color: rgba(41, 7, 15, 0.849);
    font-family: sans-serif;
    font-size: 50px;
    text-align: center;
    display: block;
}

section .title2 {
    margin: 20%;
    margin-top: 5px;
    margin-bottom: 5px;
    color: rgba(6, 6, 14, 0.849);
    font-family: sans-serif;
    font-size: 17px;
    text-align: justify;
    display: block;
    font-weight: 400;
}



section .title3 {
    margin: 20%;
    margin-top: 30px;
    margin-bottom: 5px;
    color: rgba(16, 56, 89, 1);
    font-family: sans-serif;
    font-size: 19px;
    display: block; 
    text-decoration: underline; 
}

section .titleP {
    margin: 20%;
    margin-top: 5px;
    margin-bottom: 0px;
    
    color: rgb(0, 0, 0);
    font-family:sans-serif;
    font-size: 17px;
    text-align: justify;
    font-weight: 400;
    display: block;   
}

.img-serv1 {
    width: 250px;
    height: 140px;
    margin-right: 20%; 
    margin-left: 20px;
    margin-top: 40px;
    margin-bottom: 5px;
    float: right;   
    border: 3px solid #ffffff;
    border-radius: 10px;
    
}

.img-serv2 {
    width: 250px;
    height: 140px;
    margin-right: 20px; 
    margin-left: 20%;
    margin-top: 40px;
    margin-bottom: 5px;
    float: left;   
    border: 3px solid #eeeded;
    border-radius: 10px;
    
}


/* --------------EXPERIENCIA----------------------------------*/

.cabeceraycuerpo2 {
    background-image: url(images/fondo3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
    padding-bottom: 50px;  
    
}


section .title4 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    color: rgba(16, 56, 89, 1);
    font-family: sans-serif;
    font-size: 19px;
    display: block; 
    
}



.img-expe1 {
    width: 250px;
    height: 380px;
    margin: center;
    margin-top: 5px;
    margin-left: 30%;
       
    border: 3px solid #ffffff;
    border-radius: 10px;
    
}

.img-expe2 {
    width: 250px;
    height: 380px;
    margin: center;
    margin-top: 5px;
          
    border: 3px solid #ffffff;
    border-radius: 10px;
    
}


/* --------------SOSTENIBILIDAD----------------------------------*/



.img-CARBONO {
    width: 250px;
    height: 120px;
    margin-right: 20%; 
    margin-left: 10px;
    margin-top: 45px;

    float: right;   
    border: 3px solid #ffffff;
    border-radius: 25px;
    
}

.img-TECHO {
    width: 250px;
    height: 120px;
    margin-right: 20%; 
    margin-left: 10px;
    margin-top: 50px;

    float: right;   
    
    border-radius: 10px;
    
}


.img-leed {
    width: 600px;
    height: 300px;
    
    margin-top: 5px;
    margin-left: 30%;
       
   }

   /* --------------CONTACTO----------------------------------*/

 section .containercont {
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    margin-left: 20%;
    
    grid-template-columns: repeat(2,50%);
    padding: 20px;
    gap: 10px;
    width: 1000px;
   }

.row3 img{
    
    width: 36px;
    height: 36px;
}

.row3 a{
    margin-top: 1px;
    margin-left: 10px;
    color: #000000;
}


.box-info {
    margin: 8%;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

form {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 5px;
    margin-top: 150px;
}

.input.box {
   
    position: relative;
}

.input-box input {
    
    width: 200%;
    height: 55px;
    padding: 0 5px;
    outline: black;
    background: rgba(255 255 255/ .1);
    border: 3px solid rgb(0, 0, 0);
    letter-spacing: 1px;
        color: #100a4d;
   
}

.input-box textarea {
    width: 200%;
    height: 200px;
    padding: 10px;
    
    background: rgba(255 255 255/ .1);
    border: 3px solid black;
    letter-spacing: 1px;
        color: #100a4d;
}

form button {

width: 200%;
background:  rgba(16, 56, 89, 1);
color: #fff;
border: none;
cursor: pointer;
font-size: 1rem;
padding: 20px;
}

h5 {
    color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;
    
    font-family:sans-serif;
    font-size: 17px;
    text-align: justify;
    font-weight: 400;
}