*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --colortextos: #7e7e7e;
    --colorbotones:#f69229;
    --colorfondo: #5d8a9f;
    --paddingsecciones:60px 0;
    --marginelemntos: #40px;
}

body{
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.contenedor{
    width: 90%;
    max-width: 2200px;
    margin: auto;
    overflow: hidden;
    padding: var(--paddingsecciones);

}

/*menu navegacion*/
.menu-nav{
    background: #232526;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 0;
    display: flex;
    height: 100px;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0; 
    width: 100%;
}

.logo{
    height: 85px;
}

.logo img{
    display: block;
    height: 85%;
    object-fit: cover; 
}

.enlaces a{
    font-size: 25px;
    text-decoration: none;
    color: rgb(255, 254, 254);
    margin-right: 20px;
}

.listadoenlaces{
    display: flex;
    list-style: none;
}

.enlaces a:hover{
    border-bottom: 2px solid #ffffff;
}

.enlaces a:hover{
    border-bottom: 2px solid #ffffff;
}

/*robofondo*/

.robofondo{
    height: 700px;
    background-image: linear-gradient(45deg, hsla(222, 38%, 69%, 0.438) 0%, hsla(147, 26%, 92%, 0.438) 100%) , url(/img/1.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.contenedor-textos{
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
    flex-direction: column;
    color:#ffffff;
    text-align: center;

}

.robofondo h1{
    background: rgba(0, 0, 0, 0.795);
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 15px;
}

.robofondo h2{
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 5px;
    background-color: rgba(29, 160, 235, 0.747);
}

.boton{
    width: 150px;
    display: block;
    margin: 25px auto;
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.664);
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #ffffff;
    opacity: 0.7;
    text-align: center;
}

.boton:hover{
    opacity: 2;
    text-decoration: underline ;
}
/*main*/

/*seccion */
.seccion1{
    padding-top: 40x;

  
}

.titulo-seccion{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 60px;
    color: #ff0505d5;
}

.contenedor-principal{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
}

.informacion{
    height: 500px;
    width: 45%;
    background: grey;
    border-radius: 100px;
    box-shadow: 10px 10px 6px 10px rgba(0, 0, 0, 0.555);

}

.chicha{
    text-align: center;
    margin-top: 90px;
    margin-bottom: 30px;

}

.chicha2{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;

}

.chicha-t{
    font-size: 30px;
    color: #f50a0a;
    margin-bottom: 20px;
   
}

.chicha-p{
    margin-top: 40px;
    font-size: 20px;
    margin: 5px 60px;
    color: #ffffff;

}

.ilustracion{
    width: 40%;
    height: 400px;
    border-radius: 30px;
    object-fit: cover;
    box-shadow: -2px -2px 10px 5px rgba(0, 0, 0, 0.74);
}

.chicha-list{
    font-size:20px ;
    color: #ffffff;
    list-style: none;
}

.chicha-list li{
    margin-bottom: 10px;
}

/*seccion 2*/
.portafolio{
    background: rgba(27, 138, 241, 0.952);
    
}

.portafolio-contenedor{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.imagen-contenedor{
    width: 30%;
    height: 400px;
    margin-bottom: 40px;
}

.imagen-contenedor img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20%;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.521);

}

.botongaleria{
    width: 150px;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    background: grey;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #ffffff;
    text-align: center;
}

.botongaleria:hover{
    opacity: 0.6;
    text-decoration: underline ;
}

.parrgaleria{
    margin-top: 30px;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 20px;
    color: #ffffff;
}

/*pagina contacto*/
/*main contacto*/


.contenedor-contacto{
    width: 100%;
    max-width: 2200px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    background: rgba(104, 117, 72, 0.486);
    height: 700px;
    align-items: center;
      margin:auto;
    overflow: hidden;
    padding: 60px 0; 
}

.espaciocontacto{
   align-content: center;
    width: 30%;
    height: 500px;
}

.espaciocontacto-medio{
    align-content: center;
    width: 20%;
    height: 500px;
}

.titulo-seccion-contacto{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 60px;
    color: #301010d5;
}

.texto-datos{
    font-size: 16px;
    padding-top: 10px;
    color: #1216fa; 
}

.ilustracioncontacto{
    padding: 20px;
    height: 200px;
}

.titulo-mensaje{
    margin-top: 40px;
    margin-bottom: 15px;

}

.formulario{
    text-align: center;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    
}

.input{
    width: 90%;
    border: 1px solid #ffffff;
    background: none;
    /* font-family: ; */
    font-size: 16px;
    font-weight: 300;
    /* outline: none; */
    padding: 15px 10px;
    margin-top: 20px auto;
    color: #ffffff;
    margin-bottom: 5px;

}

.submit{
    background: grey;
    cursor: pointer;

}

.submit:hover{
    background: rgb(10, 10, 10);
    color: #ffffff;

}


/*Nosotros*/

.somos1{
    padding-top: 120px;
}

.contenedor-nosotros{
  
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    background: rgb(255, 255, 255);
    padding: 60px 0; 
}

.espacionosotros1{
     
    align-items: center;
    width: 40%;
    height: 500px;
    margin-bottom: 40px;
 }

 .espacionosotros1 img{
     
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10%;
    box-shadow: 10px 10px 6px 10px rgba(0, 0, 0, 0.555);

 }


 .espacionosotros2{
     
     background:  rgba(27, 138, 241, 0.952);
     width: 40%;
     height: 500px;
     box-shadow: 10px 10px 6px 10px rgba(0, 0, 0, 0.555);
     border-radius: 5%;
 }

 .chicha-nt{
    font-size: 30px;
    color: #fc0000;
    margin-bottom: 60px;
   
}

.chicha-np{
    margin-top: 40px;
    font-size: 22px;
    margin: 5px 60px;
    color: #ffffff;

}
.portafolio-nosotros{
  
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}


.nos-contenedor{
 
    align-items: center;
    width: 40%;
    height: 500px;
    margin-bottom: 40px;
}

.nos-contenedor img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20%;
    box-shadow: 10px 10px 6px 10px rgba(0, 0, 0, 0.555);
}

.nos{
    text-align: center;
    margin-top: 90px;
    margin-bottom: 30px;

}

.nos-t{
    padding-top: 50px;
    text-align: center;
    font-size: 25px;
    color: #fc0000;
    margin-bottom: 10px;
   
}

.nos-p{
    text-align: center;
    font-size: 25px;
    margin: 20px 60px;
    color: #ffffff;

}







/*servicios*/

.tabla-servicios{
    display: flex;
    height: 1300px;
    flex-wrap:wrap ;
    align-items: center;
    justify-content: space-evenly;
}

.servicio{
    width: 45%;
    text-align: center;
    background: rgba(27, 138, 241, 0.952);
    height: 600px;
    border-radius: 15px;
    padding: 60px 10px;
    overflow: hidden;
    color: #ffffff;
}

.titulo-servicios{
    margin-top: 80px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    color: rgb(224, 3, 3);
}


.dentropic{
   
    width: 80%;
    height: 250px;
    margin: 10px 70px;
}

.serviimagen{
   
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 10px 5px slateblue;


}

.name-service{
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.benefice{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    /* border-bottom: 1px dotted #fff; */
    padding-bottom: 5px;
}

/*footer*/
footer{
    background-color: rgb(41, 39, 48);
    width: 100%;
}

footer .contenedor-delfooter{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center;
  
}

.logo-footer{
    padding-top: 40px;
    width: 70% ;
}


footer .texto-encuentranos{
    padding-top: 40px;
    color: #ffffff;
    text-align: right;
    font-size: 22px;
}
footer .direccion{
    align-items: flex-end;
    padding-top: 60px;
    padding-bottom: 70px;
       color: #ffffff;
       text-align: center;
       font-size: 18px;
}

footer .direccion ul li{
    list-style: none;
}

footer .firma{
    padding-top: 5px; 
    border-top: 2px solid #ffffff;
    text-align: center;
    color: #ffffff;

}

.redes-sociales{
    padding-top: 40px;
    width: 75%;
    display: flex;
    margin: auto ;
    justify-content: space-around;
}

.redes-sociales i{
    margin-top: 1px solid #ffffff;
    font-size: 30px;
    color: #ffffff;
}

/*boton menu dispositivos moviles*/
.menu-btn {
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: 2;
    color: #ffffff;
    display: none;
  }

@media screen and (max-width:1100px){

    /*seccion */
    .chicha-t{
        font-size: 18px;
        color: #fc0000;
        margin-bottom: 20px;
       
    }
    
    .chicha-p{
        margin-top: 10px;
        font-size: 12px;
        margin: 5px 60px;
        color: #ffffff;
    
    }

    .chicha-list{
        font-size:12px ;
        color: #ffffff;
        list-style: none;
    }
    
    .chicha-list li{
        margin-bottom: 4px;
    }

    .imagen-contenedor{
        width: 30%;
        height: 400px;
        margin-bottom: 40px;
    }
    
    .imagen-contenedor img{
        display: block;
        width: 100%;
        height: 80%;
        object-fit: cover;
        border-radius: 20%;
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.521);
    
    }

    /*pagina contacto*/
    
    .espaciocontacto{
        width: 30%;
        height: 500px;
    }
     
    .ilustracioncontacto{
        height: 160px;
    }
    
    .titulo-mensaje{
        margin-bottom: 7px;
    
    }
      
    .input{
        padding: 10px 10px;
        margin-top: 10px auto;
        color: #000000;
    }  

    /*nosotros*/

     .espacionosotros1{
        width: 200px;
        height: 400px;
    }
    
    .espacionosotros2{
        width: 40%;
        height: 400px;
    
    } 
   
   .informacionnosotros{
       height: 350px;
       width: 70%;     
   }

   .chicha-nt{
    margin-bottom: 30px;
   
}

.chicha-np{
    margin-top: 10px;
    font-size: 16px;
    margin: 5px 10px;

}


    
}

@media screen and (max-width:750px){

    .menu-nav{
        padding: 0 40px;
        justify-content: start;
    }

    
    .logo{
        height: 80px;
    }
    
   .menu-btn {
        display: block;
      }
    
  .menu-btn:hover {
        opacity: 0.5;
      }

  .listadoenlaces{
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: #000;
      height: 1200%;
      transform: translateX(-400px);
      padding: 30px;
      opacity: 0.9;
      transition: transform .5s ease-in-out;
  }

  .listadoenlaces li{
      padding: 20px;
      border-bottom: #ccc solid 1px;
      font-size: 14px;
  }

  .listadoenlaces.show{
      transform: translateX(-20px);
  }

    .robofondo{
        height: 500px;
        background-position: left;
    }

    .robofondo h1{
        font-size: 32px;
    }
    
    .robofondo h2{

        font-size: 20px;
        margin-bottom: 5px;
    }  

     /*seccion*/
    .titulo-seccion{
        font-size: 26px;
        font-weight: 700;
        padding-bottom: 40px;
      
    }
    
    .contenedor-principal{
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .informacion{
        height: 400px;
        width: 60%;
        background: grey;
        border-radius: 20px;
        box-shadow: 5px 5px 3px 5px rgba(0, 0, 0, 0.555);
    
    }
    
    .chicha{
        text-align: center;
        margin-top: 40px;
    }
    
    .chicha2{
        text-align: center;
        margin-top: 40px;
    }
    
    .chicha-t{
        font-size: 18px;
        color: #fc0000;
        margin-bottom: 10px;      
    }
    
    .chicha-p{
        font-size: 12px;
        margin: 5px 5px;
    } 
    
    .ilustracion{
        width: 30%;
        height: 400px;
        border-radius: 10px; 
        object-fit: cover;
        box-shadow: -2px -2px 10px 5px rgba(0, 0, 0, 0.74); 
    }
    
    .chicha-list li{
        margin-bottom: 3px;
    } 

    /*portafotlio*/

    .imagen-contenedor{
        width: 44%;
        height: 300px;
        margin-bottom: 25px;
    }
    
    .imagen-contenedor img{
        border-radius: 10%;
    }

    .parrgaleria{
        margin-top: 15px;
        font-size: 16px;
    }

    /*footer*/

    .logo-footer{
        align-items: center;
        padding-top: 90px;
        width: 70% ;
    }
    
    
    footer .texto-encuentranos{
        padding-top: 40px;
        font-size: 16px;
    }
    footer .direccion{
           font-size: 30px;
    }
    
    
    .redes-sociales{
        padding-top: 30px;
    }
    
    .redes-sociales i{
        margin-top: 1px solid #ffffff;
        font-size: 20px;
        color: #ffffff;
    }




}

@media screen and (max-width:450px){
    /*concoenos*/
    /*seccion1*/
    .somos1{
        padding-top: 50px;
    }  

     .contenedor-nosotros{
        height: 650px;
    } 
    
    .espacionosotros1{
        margin: 30px auto;
         width: 200px;
         height: 200px; 
     } 
     
     .espacionosotros2{
         width: 98%;
         box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.555);
     } 
    
    .ilustracionnosotros{
        padding: 80px 60px;
    }

    .chicha-nt{
        margin-bottom: 40px;  
    }
    
    .chicha-np{
        margin-top: 20px;
        margin: 5px 20px;
    }
    
    /*seccion 2 */
    .nos-contenedor{
        width: 45%;
        height: 400px;
        margin-bottom: 20px;
    }
    
    .nos-contenedor img{
        box-shadow: 5px 5px 3px 5px rgba(0, 0, 0, 0.555);
    }

    .nos-t{
        padding-top: 30px;
        font-size: 20px;
       
    }
    
    .nos-p{
        font-size: 12px;
        margin: 10px 5px;
    
    }

   /*servicios*/

.tabla-servicios{
    height: 2000px;
}

.servicio{
    width: 90%;
    height: 450px;
    padding: 40px 10px;

}

.dentropic{
    width: 95%;
    height: 150px;
    margin: 10px 5px;
} 

.serviimagen{
    border-radius: 5px;
    box-shadow: 0 0 10px 5px slateblue;
}

.name-service{
    font-size: 24px;
}

.benefice{
    font-size: 16px;
}

/*contacto*/

.contenedor-contacto{
    height: 1800px;
}

.mapa{
    height: 300px;
    width: 300px;
}

.espaciocontacto{
    height: 500px;
    width: 80%;
}

.espaciocontacto-medio{
    height: 400px;
    width: 80%;
}

.texto-datos{
    font-size: 20px;

}

}