@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100&display=swap");

html {
  scroll-behavior: smooth;
}
.centralizador{
   display: flex;
   justify-content: center;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  border: 0;
  font-size: 100%;
}

/*MENU*/
.NavegacionMovil {
  display: none;
  
}

.button {
  display: none;
}

.ContainerHaeader {
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: #ffffff;
  margin: 0;
}

a {
  font-style: normal;
  text-decoration: none;
  color: black;
  font-size: 18px;
  font-weight: bold;
}

a:hover{
  color: rgb(255, 255, 255);

}

.Navegacion_Logo {
  width: 60px;
  margin: 16px;
}

.Navegacion {
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  align-items: center;
}

.Itemlist {
  margin-right: 50px;
  position: relative;
  list-style-type: none;
  cursor: pointer;
  z-index: 50;
  
  
}
.Itemlist:after {
  
  content: "";
    position: absolute;
    z-index: -49;
    height: 95px;
    left: -20px;
    top: -38px;
    transform: skew(-30deg);
    width: 145px;
    transition: all 0.8s ease;

}
.Itemlist:hover:after {
  background: #08b2b2;
  color: #ffffff;
}

.Itemlist:hover .a{
  color: #ffffff;

}

/* hero */
.hero {
  position: relative;
  height: 600px;
  width: 100%;
}

.imghero {
  object-fit: cover;
  width: 100%;
  height: 600px;
}

.ContianerHero {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(360deg, #2053a3 -21%, rgba(0, 163, 164, 0) 74.5%);
}

.imglogo {
  width: 250px;
  margin-bottom: 20px;
}

.titulohero {
  color: #ffffff;
  margin-top: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 50px;
}

/*Nosotros*/
.Container {
  display: flex;
  position: relative;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
  background-color: #ffffff;
  margin-top: 50px;
  margin-bottom: 100px;
}

.Nosotros {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: #ffffff;
}

.ContainerNosotros {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.titulo1 {
  margin-top: 40px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 61px;
  margin-bottom: 50px;
  color: #000000;
}

.ContainerTextp {
  width: 900px;
}

.text-1 {
  margin-top: 30px;
  max-width: 900px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin: 50px;
  padding: 20px;
  border: 10px solid #012358;
  box-shadow: 0px 10px 10px -2px rgba(32, 82, 163, 0.363);
}

.imga {
  width: 231px;
  height: 207px;
}

.ContainerInfo {
  margin-top: 60px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.Parrafo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 350px;
  align-items: center;
  text-align: center;
  margin: 50px;
}

.titulo2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}

.text-2 {
  margin-top: 30px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
  color: #000000;
}

.Containertextcenter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.boton_servicios{
  background:linear-gradient(-45deg, rgb(63, 206, 163), rgb(0, 95, 112), rgba(191, 163, 242, 0.435), rgb(168, 239, 217));
  box-shadow: 0px 10px 10px -2px rgba(32, 82, 163, 0.363);
  background-size: 400% 400%;
  animation:change 5s ease-in-out infinite;
  padding: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 20px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.btna {
  background: #068b8b;
  width: 100%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px;
  text-align: center;
  transition: all 0.2s ease-in;
  box-shadow: 0px 10px 10px -2px rgba(32, 82, 163, 0.363);
}

.btna:hover{
  background: #0b2650;
  -webkit-box-shadow: 0px 10px 10px -2px rgba(32, 82, 163, 0.445);
  -moz-box-shadow: 0px 10px 10px -2px rgba(32, 82, 163, 0.281);
  box-shadow: 0px 10px 10px -2px rgba(32, 82, 163, 0.247);
  transition: all 0.3s ease-in;
}

/*Servicios*/

.Servicos {
  background:linear-gradient(-45deg, #143d7e -0.52%, #08b2b2 100.83%);background-size: 400% 400%;position:relative;animation:change 5s ease-in-out infinite;
  width: 100%;
  padding: 50px;
  display: flex;
  justify-content: center;
}
.animacion_transparente1{
  transition-duration:1s;
  padding: 1%;  
}
.animacion_transparente1:hover{
  background:linear-gradient(-45deg, #ffffff40 -0.52%, #00020242 100.83%);background-size: 400% 400%;position:relative;animation:change 0.5s ease-in-out infinite;
  transition-duration:0.5s;
}
@keyframes change {0%{background-position: 0 50%;}50%{background-position: 100% 50%;}100%{background-position: 0 50%;}}.aligncenter{border-radius: 40px;}   
.containerc {
  width: 70%;
}

.ContainerServicios {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
}

.panel1 {
  display: grid;
  grid-auto-rows: auto;
}

.listServicios {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  justify-items: right;
  grid-auto-flow: column;
}

.containerItem {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}

.titulo3 {
  margin-top: 40px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 61px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-self: center;
  margin-bottom: 90px;
}

.titulo4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  margin-bottom: 40px;
  margin-top: 60px;
}

.serviItem {
  display: flex;
  margin: 20px;
}

.tituloItem {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  text-align: right;
  margin-right: 10px;
  color: #ffffff;
}

.imgItem {
  display: flex;
  align-items: center;
  padding: 20px;
  border: 3px solid #ffffff;
}

/*tecnologia*/
.Tecnologia {
  width: 100%;
  padding-top: 60px;
}

.containerTecnologia {
  display: flex;
  justify-content: center;
}

.containerimgd {
  margin: 20px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.itemimg {
  margin-top: 50px;
  margin-bottom: 50px;
}

.imgd {
  width: 100%;
  min-width: 150px;
}

/*Proyecto Realizados */

.Proyectos {
  background-color: #012358;
  padding: 50px 0 0 0 0;
}

.titulo5 {
  padding-top: 90px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 61px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-self: center;
  padding-bottom: 40px;
  text-align: center;
}

.tituloproyecto {
  position: absolute;
  top: 400px;
  z-index: 5;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 61px;
  color: #ffffff;
  margin: 50px;
}

.subtituloproyecto {
  position: absolute;
  z-index: 5;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 61px;
  color: #ffffff;
  margin: 50px;
  top: 500px;
}

.decriptionproyecto {
  position: absolute;
  z-index: 5;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  max-width: 900px;
  color: #ffffff;

  padding: 50px;
  top: 570px;
  text-align: left;
}

/* contacto */

.contacto {
  width: 100%;
  background-color: #012358;

  background: linear-gradient(181.04deg,
      #0b2650 0.77%,
      rgba(0, 163, 164, 0.59) 152.77%),
    url(./recurso/contacto.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.contenedorContacto {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.infortextcontacto {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 42px;
  color: #ffffff;
  display: flex;
  text-align: justify;
  width: 300px;
  margin:  0 auto;
}

.contenedortexto {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 500px;
  
}

.imgcontacto {
  width: 100%;
  object-fit: cover;
}

.card {
  margin: 20px;
  background-color: #012358;
  width: 500px;
  border-radius: 5px;
  padding-top: 25px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 20px;
  box-shadow: 0px 9px 6px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.formulario {
  display: flex;
  flex-direction: column;
}

.input {
  background-color: transparent;
  color: #ffffff;
  margin: 10px;
  outline: none;
  border-bottom: 1px solid #ffffff;
}

.input::placeholder {
  color: #ffffff;
}

option {
  margin: 50px;
  background-color: #012358;
  color: #ffffff;
}

.selector {
  border: 1px solid #ffffff;
  padding: 5px;
}

/*footer*/

footer {
  background-color: #012358;
  padding: 10px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.footertext {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
.politica_privacidad:hover{
  color: #13ffff;
}
.aviso_cookies{
  margin-left: 200px;
}
.aviso_cookies:hover{
  color: #13ffff;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  /* Modal Content */
  .modal-content {
      background-color: #fefefe;
      margin: auto;
      padding: 20px;
      border-radius: 5px;
      width: 400px;
      justify-content: center;
      align-items: center;
      text-align: center;
  }
  /* The Close Button */
  .close {
      color: #aaaaaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
  }
  .close:hover,.close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
  }
  .Mensaje_enviado{
      font-size: 28px;
      font-weight: bold;
  }
  .Pronte_contactaremos{
      font-size: 28px;
  }
  .text-1m{
    margin-top: -40px;
    margin-bottom: -40px;
  }

@media (max-width: 1408px) {
  .ContainerServicios {
    display: grid;
    grid-template-columns: repeat(1, 2fr);
    align-items: center;
  }

  .listServicios {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    padding: 0;
    justify-items: right;
  }

  .panel1 {
    display: none;
  }

  .tituloproyecto{
    margin: 0 50px;
    padding: 0;
    top: 300px;
  }
  
  .subtituloproyecto{
    margin: 0 50px;
    padding: 0;
    top: 425px;

  }
  .decriptionproyecto{
    margin: 0 50px;
    padding: 0;
    top: 500px;

  }


}

@media (max-width: 850px) {
  .text-1{
    margin: 0;
  }
  .text-1m{
    margin: 10px;
  }
  .containerc{
    width: 80%;
  }
  .Itemlist{
    display: none;
    width: 0;
  }
  .Navegacion_Container {
    display: flex;
    flex-direction: row;
  }

  .button {
    display: block;
    background-color: #ffffff;
    float: right;
  }

  .button .toggle {
    width: 60px;
    pointer-events: auto;
    cursor: pointer;


  }

  .toggle:active{
    width: 50px;
    transition: all 0.2s ease;
  }

  .NavegacionMovil {
    height: 90vh;
    justify-content: center;
    width: 100%;
    animation-name: mover;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  }

 
  @keyframes mover {
    from {
      margin-left: -200px;
    }
    to {
      margin-left: 0;
    }
  }
  .menuactivo {
    display: flex;
    opacity: 100;
  }

  .ul {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .il{
    width: 100%;
    padding: 30px;
    text-align: center;
  }

  .itemil {
    width: 100%;
    padding: 20px;
    border-radius: 60px;
    text-align: center;
    transition: all 0.5s ease;
  }

  .itemil:hover {
    background-color: #08b2b2;
    color: #ffffff;
  }



  .tituloItem {
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;

  }

  .containerItem {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .listServicios {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  body {
    min-width: 300px;
  }
}

@media (max-width: 450px) {
  .titulohero{
    font-size: 20px;
  }
  .imglogo{
    width: 150px;
  }
  .Navegacion_Logo{
    margin: 5;
    width: 50;
  }
  .card{
    width: 100%;
  }
  .infortextcontacto{
    margin-left: 20px;
    
  }
 .Parrafo{
  margin-left: 25px ;
  margin-right: 25px ;
 }
  .Servicos {
    margin: 0;
    padding: 0;
  }

  .ContainerServicios {
    padding: 0;
  }

  .imgItem {
    padding: 10%;
    justify-content: center;
  }

  .containerItem {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tituloItem {
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .tituloproyecto{
    margin:  0 10px;
    padding: 0;
    font-size: 40px;
    text-align: center;
    top: 50;
  }
  
  .subtituloproyecto{
    margin: 0;
    display: none;
    padding: 0;
  }
  .decriptionproyecto{
    display: none;
  }
}
