*{

    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
:root{

  scroll-behavior: smooth;
}
body{
  font-family: 'Open Sans', sans-serif;
}

.img-about{
  width: 100%;
}
.ismar{
  font-size:x-small;
  color: #f2f2f2;
}
.contenedor{
  width: 90%;
  max-width: 1200px;
  overflow: hidden;
  margin: auto;
  padding: 60px 0;
}
header{
  height: 100vh;
  background-image: linear-gradient(to top, 
  rgba(46, 35, 207, 0) 0%, rgba(192, 110, 225, 0) 100%), 
  url(../inicio.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  
}
.header2{
  height: 100vh;
  background-image: linear-gradient(to top, 
  rgb(255, 255, 255) 0%, rgba(62, 69, 163, 0.396) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  
}
.head{
  text-align: center;
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
}
.hamburger{
  position: fixed;
 
  top: 30px;
  right: 30px;
  background-color: aliceblue;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(rgb(0, 0, ), green, blue, alpha);

}
.menu-navegacion{
  position: fixed;
  top: 0;
  right: 0;
  width: 30vw;
  height: 100%;
  background:rgb(34, 84, 177);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  transition: transform .3s ease-in-out;
  transform: translate(100%);
  box-shadow: 0 0 6px rgba(red, green, blue, alpha);

}

.spread{
  transform: translate(0);
}
.menu-navegacion a{
font-size:large;
  color: rgb(236, 240, 244);
  text-decoration: none;
}.blueLink{
  color: white;
}

.titulo{
  font-size: 45px;
  margin-bottom: 15px;
 
}
.correelec{
font-size: small;
background-color: azure;
  
}
.copy{
  font-weight: 300;
  font-size: 25px;
}
/* Nuestro servicio */

.subtitulo{
  text-align: center;
  font-weight: 300;
  color: rgba(77, 29, 221, 0.711);
  margin-bottom: 30px;
  font-size: 20px;

}
.subtitulo2{
  text-align: center;
  font-weight: 300;
  color:rgb(20, 30, 172);
  margin-bottom: 30px;
  font-size: 50px;


}
.subtitulo1{
  text-align: center;
  font-weight: 300;
  color:white;
  margin-bottom: 30px;
  font-size: 10px;
}
.contenedor-servicio{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.contenedor-servicio img{
  width: 40%;


}
.checklist-servicio{
  width: 45%;
}
.service{
  margin-bottom: 20px;
}
.n-service{
  margin-bottom: 7px;
  color: rgb(70, 43, 226);
  
}

.number{
  display: inline-block;
  background-image: linear-gradient(to top, 
  rgba(161, 140, 209, 0.502) 0%, rgba(194, 216, 251, 0.514) 100%);
  width: 30px;
  height: 30px;
  color: aliceblue;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  line-height: 30px;
  margin-right: 5px;
}

.gallery{
  background-color: #f2f2f2;
}
.contenedor-galeria{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.contenedor-categorias{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
 
}

.contenedor-categorias2{
  display:grid;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.contenedor-categorias_cat{
  display: flex;
  justify-content:space-evenly;

  flex-wrap: wrap;
  font-size: x-small;

}
.new-list{

  margin-top: 40px;
}
.btn1{
 
  font-size:xx-small;
}
.contenedor-pdfs{
  align-items: center;
  display: block;
  flex-wrap: wrap;
}
.img-galeria{
  object-fit: cover;
  width: 30%;
  display: block;
  margin-bottom: 15px;
  box-shadow: 0 0 6px  rgba(25, 8, 66, 0.502);
  cursor: pointer;
}
.img-categoria{
  object-fit: cover;
  width: 230px;
  height: 120px;
  display: block;
  margin-bottom: 15px;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 0 0 6px  rgba(25, 8, 66, 0.502);
  
  cursor: pointer;
  }
  .img-categoria-cat{
    object-fit: cover;
    width: 300px;
    height: 220px;
    display: block;
    margin-bottom: 15px;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0 0 6px  rgba(25, 8, 66, 0.502);
  
    cursor: pointer;
  }
  .subti-cat{
    margin-left: 25px;
    margin-bottom: 25px;
    text-align: center;
    font-size:medium;
   
  }
  V
 
  .img-pdf{
    margin-top: 10px;
    object-fit: cover;
    width: 120px;
    height: 90px;
    display: block;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0 0 6px  rgba(25, 8, 66, 0.502);
    
    cursor: pointer;
    }
  .img-categoria{
    object-fit: cover;
  width: 270px;
  height: 150px;
  display: block;
  margin-bottom: 15px;
  margin-left: 40px;
  box-shadow: 0 0 6px  rgba(25, 8, 66, 0.502);
  
   
    cursor: pointer;
    }



.imagen-light{
  position: fixed;
  background-color:rgba(0, 0, 0, 0.502);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(100%);
  transition: transform .2s ease-in-out;
}
.show{
  transform: translate(0);
}
.agregar-imagen{
  object-fit: cover;
  width: 40%;
  height: 80%;
  border-radius: 10px;
  transform: scale(0);
  transition: transform .3s .2s;
}
.showImage{
  transform: scale(1)
  ;
}
.close{
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  cursor: pointer;
}
.contenedor-catalogo{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.experts{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.cont-expert{
  width: 30%;
  text-align: center;
  margin-bottom: 20px;
}
.cont-expert img{
  width: 80%;
  display: block;
  margin: auto;
}
.n-expert{
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  font-weight: 400;

}


footer{
  background-color: rgb(52, 43, 226);
  padding-bottom: 0.1px;

}
.footer-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 40px;
}
.contact-us{
  width: 40%;
  color: #f2f2f2;
}
.brand{
  font-weight: 500;
  font-size: 40px;
}
.brand+p{
  font-weight: 500;
}

.social-media{
  width: 50%;
  display: flex;
  justify-content:flex-end;
}
.social-media-icon{
  display: inline-block;
  margin-left: 20px;
  width:60px;
  height: 60px;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  text-align: center;
  color: #f2f2f2;
}
.social-media-icon:hover{
  background-color: #f2f2f2;
  color: rgb(114, 28, 94);
}
.social-media-icon i{
  font-size: 30px;
  line-height: 60px;
}
.line{

  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  height: 2px;
  background-color:#f2f2f2;
  margin-bottom: 60px;
}
@media screen and (max-width:800px){
  .menu-navegacion{
    width: 50vw;
  }
  .titulo{
    font-size: 40px;
  }

  .contenedor-about{
    font-size: small;
  }
  .img-about{
    width: 100%;}
  .contenedor-servicio img{
    width: 80%;
    margin-bottom: 40px;
  }
  .checklist-servicio{
    width: 80%;
  }
  .service{
   margin-bottom: 30px;
  }
  .agregar-imagen{
    width: 80%;
  }
  .btn1{
    width: 10%;
  }
  .img-galeria{
    width: 45%;
  }
  .cont-expert{
    width: 80%;
  }
  .footer-content{
    justify-content: center;
  }
  .social-media{
    width: 80%;
    justify-content: space-evenly;
  }
  .social-media-icon{
    margin-left: 0;
  }
.social-media i{
margin-left: 0;
}
.contact-us{
  text-align: center;
  width: 80%;
  margin-bottom: 40px;
}
}
@media screen and (max-width:500px){
.menu-navegacion{
  width: 65vw;
}
.hamburger{
  top: 20px;
  right: 20px;
}
.titulo{
  font-size: 30px;
}
.subtitulo{
  font-size: 30px;
}
.agregar-imagen{
  width: 95%;
}
.img-galeria{
  width: 95%;
}
.social-media{
  width: 100%;
}
.contact-us{
  width: 90%;
}
.btn1{
  width: 13%;
}

}
