@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins";
  
  
}

@font-face {
  font-family:"Poppins";;
  src: url(/Fonts/Poppins-Regular.ttf);
}

@import url("https://rsms.me/inter/inter-ui.css");

::selection {
  background: hsl(231, 100%, 64%);
  color: #fff;
}
body {
  min-height: 100vh;
  background: linear-gradient(#041b31 45%, #031841 95%); 
  /* background: linear-gradient(#000 45%, #292a2c 95%);  */

  background-size: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  /* position: relative;
  flex-direction: column; */


}
 



/* }

.btn-5::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 250px;
  left: 0;
  bottom: -150%;
  border-radius: 30%;
  background-color: hsl(227, 50%, 16%);
  
  z-index: -1;
 */

/* }
.body::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgb(59, 255, 10);
  z-index: -2;

} */
 

.body::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 250px;
  left: 0;
  bottom: -150%;
  border-radius: 30%;
  background-color: #1a46e6;
  /* background-color: #151E3F; */
  
  z-index: -1;

}

.body::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(90deg, rgb(15, 39, 83), rgba(109, 29, 155, 0.897), rgb(93, 8, 119), rgba(67, 24, 83, 0.938));
  /* background-image: linear-gradient(90deg, rgb(102, 56, 79), rgba(43, 65, 68, 0.897), rgb(22, 22, 21), rgba(27, 16, 16, 0.938)); */

  background-size: 500%;
  border-radius: 5px;
  z-index: -1;
  transition: all 0.01s ease;
}

body:hover::after{
  background-position: 100%;
  filter: blur(15px);

}







.card {
  width: 350px;
  padding: 35px 28px;
  background: #0a0f1ba6;
  /* background: #111317; */
  text-align: center;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  box-shadow: 10px 12px 40px rgba(0,0,0,0.2);
  /* box-shadow: 10px 12px 40px rgba(0,0,0,0.2); */
  box-shadow: inset 200px 200px 280px #0000008c;;
  margin-top: -70px;
 
}

.imgBox img{
  display: inline-block;
  padding: 3px;
  border-radius: 50%;
  /* background: linear-gradient(130deg, #272a2c, #171718fa); */
  background: linear-gradient(130deg, #3549be, #abb8bbfa);


}



/* TARJETA ANIMACIÓN */
.imgBox{
  height: 220px;
  width: 220px;
  background-color: #50ddbf;
  border-radius: 50%;
  box-shadow: 16px 14px 20px #0000008c;
  
  position: relative;
  overflow: hidden;
  /* border-radius: -2PX; */
  display: inline-block;


  padding: 4px;
}

.imgBox::before{
  content: "";
  position: absolute;
  height: 300px;
  width: 300px;
  background-image: conic-gradient(rgb(9, 15, 22) 20deg, transparent 120deg);
  /* background-image: conic-gradient(rgb(3, 17, 31) 20deg, transparent 120deg); */

  /* background-image: conic-gradient(red 20deg, transparent 120deg); */
  animation: rotar 2.6s linear infinite;
}

@keyframes rotar{
  from{
      transform: rotate(0deg);
  }
  to{
      transform: rotate(-360deg);
  }
}

.imgBox::after{
  content: "";
  position: absolute;
  height: 200px;
  width: 200px;
  display: inline-block;
  /* background: url(./logo\ .png) no-repeat center -10px, 60px, 10px; */
  align-items: center;
  
  padding: 10px;
  border-radius: 50%;


  /* box-shadow: inset -200px 200px 280px #0000008c;; */

  z-index: 3;
}


.imgBox img {
  content: "";
  z-index: -3;
height: 212px; 
width: 212px;
border-radius: 50%;
position: relative;
padding: 1px;

/* align-items: center; */
color: rgb(155, 102, 38);
z-index: 3;

}



/*  FIN TARJETA ANIMACIÓN */





.mainImg {
  width: 200px;
}
.cardname {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  padding: 15px;
  
}
.carddesc {
  color: #f4fafccb;
  /* color: #808080; */
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 25px;
  /* font-style: oblique; */

}


.carddesT{
  color: #808080;
  /* color: #f4fafccb; */
  text-align: center;
  /* font-weight: 500; */
  font-size: 90px;
  /* font-size: 17px; */
  font-size: larger;
  font-size: small;
  /* font-size: medium; */
  margin-top: -25px;
  /* margin-left: -10px; */

}
.btnContainer {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-top: 50px;
  
}
.btn {

  padding: 9px 15px;
  max-width: 128px;
  display: block;
  /* width: 110px; */
  /* border-radius: 5px; */
  margin-right: 10px;
  border: 1px solid #3051f3;
  background: none;
  outline: none;
  color: #f3f7ff;
  font-weight: 250;
  font-size: 16px;
  cursor: pointer;
  /* for cool effect */
  transition: 0.2s ease;
  border-radius: 18px;
  /* background: #1a0436f6; */
  background: #1321b9f6;

  box-shadow: 8px 8px 10px #0000005d;
  text-decoration: none;
}

.btnContainer .btncontactar a{
 
  outline: none;
 
}



.btn2 {
  margin-top: -5px;
  padding: 9px 12px;
  text-align: center;
  /* padding: 9px 12px; */
  /* max-width: 128px; */
  width: 100px;
  height: 70px;
  display: block;
  /* width: 110px; */
  /* border-radius: 5px; */
  margin-left: 25px;
  border: 1px solid #3051f3;
  background: none;
  outline: none;
  color: #f3f7ff;
  font-weight: 250;
  font-size: 16px;
  cursor: pointer;
  /* for cool effect */
  transition: 0.2s ease;
  border-radius: 18px;

  background: #1321b9f6;
  outline: none;
  text-decoration: none;

background-image: linear-gradient(90deg, rgba(10, 21, 83, 0.123), rgba(8, 7, 92, 0.219), rgba(17, 17, 12, 0.664), rgba(255, 15, 15, 0.233));
background-size: 290%;
box-shadow: 8px 8px 10px #0000005d;
}



.btn2 a{
  margin-top: 3px;
  padding: 9px 12px;
  text-align: center;
  /* padding: 9px 12px; */
  /* max-width: 128px; */
  width: 100px;
  height: 70px;
  display: block;
  /* width: 110px; */
  /* border-radius: 5px; */
  margin-left: -15px;

  background: none;
  outline: none;
  color: #f3f7ff;
  font-weight: 250;
  font-size: 16px;
  cursor: pointer;
  /* for cool effect */
  transition: 0.2s ease;
  border-radius: 18px;


  outline: none;
  text-decoration: none;

background-size: 290%;



}
.contactar{
  padding: 10px 5px;


}


.btn{
	animation: animate 3.1s infinite;
  outline: none;
}


.btn2{
	animation: animate 3.1s infinite;
  outline: none;
}

.btn:hover {
  background: #992ba8;
  /* background: #131463; */

  color: #fff;
  outline: none;
}

.btn2:hover {
  /* background: #37a3ce; */
  background: #992ba8;

  /* background: #131463; */

  
  color: #fff;
  outline: none;
  

}


/* *******************SEGUNDO BOOTOON CENTRO************** */


.skillsT {
  display: flex;
  align-items: center;
  width:100px ;
  text-decoration: none;
  text-align: center;
  padding: 5px 0px;
  margin-left: 50px;

  border-radius: 10px;
  text-decoration: none;
 
  

}

  



.skillsV {
  display: flex;
  width:460px ;
  text-decoration: none;
  text-align: center;
  padding: 10px 0px;
  margin-top: 18px;
  border-radius: 10px;
  text-decoration: none;
  margin-left: 5px;
  

}

.skillsBtn4:hover::after{
    background-position: 100%;
    filter: blur(15px);

}
.skillsBtn4  {
    transition: 0.1s ease;
    border-radius: 8px;

}
.skillsBtn4 {
  /* padding: 30px 80px; */
  background: #4561ff;
  color: #fff;
  border-radius: 5px;

  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin: auto;
  /* align-items: center; */
  box-shadow: 16px 14px 20px #00000062;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin-left: 28px;
  align-items: center;

  

}
.skillsBtn4  {
    transition: 0.1s ease;
    border-radius: 8px;
    
  }

  







.skillsBtn4 {
  padding: 15px 25px;
  max-width: 253px;
  text-align: center;
  align-items: center;

  border: 2px solid #6676d4d2;
  background: rgba(19, 33, 185, 0.966);

  background-image: linear-gradient(90deg, rgba(24, 16, 20, 0.712), rgb(17, 23, 24), rgb(17, 17, 12), rgb(255, 15, 15));
  background-size: 450%;

  outline: none
  color: #7278a0;
  /* font-weight: 500; */
  font-size: 16px;
  cursor: pointer;
 
  transition: 0.1s ease;
  border-radius: 15px;
}


.skillsBtn4{
    animation: animate 5s u;
}

.skillsBtn4:hover {
  background: #1a1d2e57;
  color: #fff;
  
}

.skillsS a {
text-align: center;
} 


  
  


.skillsT {
  display: flex;
  align-items: center;
  width:100px ;
  text-decoration: none;
  text-align: center;
  padding: 5px 0px;
  margin-top: 10px;
  border-radius: 10px;
  text-decoration: none;
 
  

}

.skillsBtn1:hover::after{
    background-position: 100%;
    filter: blur(15px);

}
.skillsBtn1  {
    transition: 0.1s ease;
    border-radius: 8px;

}
.skillsBtn1 {
  padding: 80px;
  background: #4561ff;
  color: #fff;
  border-radius: 5px;
  margin: 10px 0px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;

  /* align-items: center; */
  margin-left: 25px;

  
  

}
.skillsBtn1  {
    transition: 0.1s ease;
    border-radius: 8px;
    
  }

  




.footer {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}
.darkmode {
  padding: 12px 40px;
  background: #d4d6df;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  border-radius: 5px;
  text-decoration: none;
}





.skillsBtn1 {
  padding: 5px 65px;
  max-width: 265px;
  /* border: 2px solid #a2a1c4e3;
  background: rgba(40, 106, 192, 0.26);
  background-image: linear-gradient(90deg, rgba(62, 47, 104, 0.692), rgba(110, 175, 110, 0.651), rgba(95, 95, 8, 0.671), rgb(255, 15, 15));
  background-size: 450%;
  align-items: center; */
  border: 2px solid #6676d4d2;
  background: rgba(19, 33, 185, 0.966);
  background-image: linear-gradient(90deg, rgba(24, 16, 20, 0.712), rgb(17, 23, 24), rgb(17, 17, 12), rgb(255, 15, 15));
  background-size: 450%;


  outline: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;

  transition: 0.1s ease;
  border-radius: 15px;
}


.skillsBtn1{
	animation: animate 5s u;
}

.skillsBtn1:hover {
  background: #1a1d2e57;
  color: #fff;
  
}



/*:::::BOTON 02*/

/* 
.BOTONG {
  display: flex;
  align-items: center;
  margin-top: 30px;

} */

.BOTONG{
	animation: animate 2.5s infinite;
}

.BOTONG {
  display: flex;
  /* max-width: 150px; */
  text-decoration: none;
  text-align: center;
  padding: 5px 10px;
  margin-top: 18px;
  border-radius: 15px;
  text-decoration: none;
  

}

.BOTON01:hover::after{
    background-position: 100%;
    filter: blur(15px);

}
.BOTON01  {
    transition: 0.1s ease;
    border-radius: 15px;

}
.BOTON01 {

  background: #313652;
  padding: 20px;
  max-width: 250px;
  color: #fff;
  border-radius: 5px;
 
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin-left: 35px;

  
  

}
.BOTON01  {
    transition: 0.1s ease;
    border-radius: 8px;
    
  }

  




.footer {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}
.darkmode {
  padding: 12px 40px;
  background: #d4d6df;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  border-radius: 5px;
  text-decoration: none;
}





.BOTON01 {
  padding: 10px 30px;
  margin-top: 80px;
  border: 2px solid #7fec5ef1;
  /* background: rgba(19, 185, 55, 0.966); */
  background: rgba(41, 214, 79, 0.966);
  background-image: linear-gradient(90deg, rgba(21, 136, 69, 0.918), rgba(168, 168, 68, 0.788), rgb(65, 42, 42));
  background-size: 450%;
  /* outline: none;
  color: #ffffff; */
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: 0.1s ease;
  border-radius: 15px;
  box-shadow: 8px 8px 10px #0000005d;
}


.BOTON01{
	/* animation: animate 5s u; */
}

.BOTON01:hover {
  background: #d3c93fd2;
  color: #fff;
  
}


/*:::::FIN*/






/* boton 02 EMPIEZA AQUI */

/* boton 02 EMPIEZA AQUI */
/* boton 02 EMPIEZA AQUI */
/* boton 02 EMPIEZA AQUI */




 /* service */

 .service-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 18px;
  padding: 30px;
}


.service-content-box { text-align: left; }

.service-icon-box img{
  margin-bottom: 50px;
  margin-top: -20px;
  width: 25px;
  margin-left: -350px;
  margin-right: 90px;
  margin-top: 58px;
  animation: animate 2s infinite;

}

.descrip-icon-box br{
  margin-bottom: 50px;
  margin-top: -20px;
  width: 25px;
  margin-left: 150px;
  margin-right: 90px;
  margin-top: -250px;


}


.verifica-icon-box img{
  margin-bottom: 50px;
  margin-top: -20px;
  width: 25px;
  margin-left: 245px;
  margin-right: 90px;
  margin-top: -50px;
  /* animation: animate 2s infinite; */

}










/* boton 03 SERVICIOS */

/* boton 03 SERVICIOS */

/* boton 03 SERVICIOS */

/* boton 03 SERVICIOS */


  



.skillsS {
  display: flex;
  width:460px ;
  text-decoration: none;
  text-align: center;
  padding: 5px 0px;
  margin-top: 18px;
  border-radius: 10px;
  text-decoration: none;
  

}

.skillsBtn3:hover::after{
    background-position: 100%;
    filter: blur(15px);

}
.skillsBtn3  {
    transition: 0.1s ease;
    border-radius: 8px;

}
.skillsBtn3 {
  /* padding: 30px 80px; */
  background: #4561ff;
  color: #fff;
  border-radius: 5px;

  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin: auto;
  /* align-items: center; */
  box-shadow: 16px 14px 20px #00000062;


    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin-left: 20px;
    align-items: center;

  

}
.skillsBtn3  {
    transition: 0.1s ease;
    border-radius: 8px;
    
  }

  







.skillsBtn3 {
  padding: 12px 40px;
  max-width: 253px;
  text-align: center;
  align-items: center;

  border: 2px solid #6676d4d2;
  background: rgba(19, 33, 185, 0.966);

  background-image: linear-gradient(90deg, rgba(24, 16, 20, 0.712), rgb(17, 23, 24), rgb(17, 17, 12), rgb(255, 15, 15));
  background-size: 450%;

  outline: none
  color: #7278a0;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
 
  transition: 0.1s ease;
  border-radius: 15px;
}


.skillsBtn3{
	animation: animate 5s u;
}

.skillsBtn3:hover {
  background: #1a1d2e57;
  color: #fff;
  
}

.skillsS a {
text-align: center;
} 






/* .skillsT .social-icon {
	display: flex;
	margin-top: 15px;
}
.skillsT .social-ico .social-icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.5em;
	height: 2.5em;
	margin: 0 15px;
	border-radius: 50%;
	text-decoration: none; */



/*:::::Pie de Pagina*/
.pie-pagina{
    width: 100%;
    background-color: #0a141d;
    
   
    
}
.pie-pagina .grupo-1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:50px;
    padding: 25px 0px;
    margin-top: 60px;
}
.pie-pagina .grupo-1 .box figure{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
}
.pie-pagina .grupo-1 .box figure img{
    width: 20px;
    margin-top: 18px;
}
.pie-pagina .grupo-1 .box h2{
    color: #fff;
    margin-bottom: 1px;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    justify-content: center;
    align-items: center;
    
}
.pie-pagina .grupo-1 .box p{
    color: #efefef;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 18px;
    justify-content: center;
}
.pie-pagina .grupo-1 .red-social a{
    display: inline-block;
    text-decoration: none;
    width: 20px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    margin-right: 2px;
    background-color: #0d2033;
    text-align: center;
    transition: all 800ms unset;
    margin-top: 18px;
    justify-content: center;
    align-items: center;
}
.pie-pagina .grupo-1 .red-social a:hover{
    color: aqua;
}
.pie-pagina .grupo-2{
    background-color: #0a1a2a;
    padding: 8px 10px;
    text-align: center;
    color: #fff;
    text-align: center;
    margin-top: 18px;
    align-items: center;
}

/*:::::Pie de Pagina*/

.pie-pagina .grupo-2 small{
    font-size: 9px;
    margin-top: 1px;
    padding: 8px 10p
}

.imgBox{
	animation: animate 2.1s infinite;
}

@keyframes animate{
	0%, 100%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(-6px);
	}
}
@media (max-width: 1000px) {
	nav {
		flex-direction: column;
		align-items: flex;
	}
	.menu ul {
		padding: 0;
	}
	.menu ul li {
		margin: 0 15px 0 0;
	}
	.banner {
		display: flex;
		flex-direction: column;
		text-align: center;
		height: auto;
	}
    .banner h1 {
        font-size: 40px;
    }
	.banner-text {
		margin-top: 15%;
	}
}

@media (max-width: 600px) {
	.logo {
		margin-top: 0;
	}
	nav {
		padding: 15px;
	}
	.menu ul li a {
		font-size: 10px;
        padding: 5px;
	}
	.banner {
		text-align: center;
		height: auto;
	}
	.banner img {
		width: 100%;	
	}
    .banner h1 {
        font-size: 18px;
    }
    .banner h1 span {
        font-size: 18px;
    }
	.banner p {
		margin: 15px 0;
		font-size: 11px;
	}
    .banner button {
        font-size: 12px;
    }
	.banner-text {
		margin-top: 15%;
	}
}

/* **************FONDO************** */

.hero {
  min-height: 100vh;
  position: relative;
  width: 100%;
  padding: 120px 0 0 0;
  overflow: hidden;
  background: linear-gradient(rgba(49, 22, 26, 0.95), rgba(22, 2, 2, 0.74)), url(./04-2.jpg),no-repeat;
 
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;

}



/*---------------------------------------
 RESPONSIVE STYLES       EMPIEZA AQUI       
-----------------------------------------*/

@media screen and (max-width: 992px) {



  }
  .skillsR {
    display: flex;
    width:450px ;
    text-decoration: none;
    text-align: center;
    padding: 5px -10px;
    margin-top: 10px;
    border-radius: -80px;
    text-decoration: none;
    margin-top: 18px;


    
  }
  
  .skillsBtn2:hover::after{
      background-position: 100%;
      filter: blur(15px);
  
  }
  .skillsBtn2  {
      transition: 0.1s ease;
      border-radius: 8px;
  
  }
  .skillsBtn2 {
    padding: 40px 80px;
    background: #4561ff;
    color: #fff;
    border-radius: 5px;
    margin: 50PX 18PX;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin-left: 25px;
    align-items: center;
    /* animation: animate 1.5s infinite; */
    animation: animate 2s infinite;
  
    /* margin-right: 35px; */
    
    

    
  }
  .skillsBtn2  {
      transition: 0.1s ease;
      border-radius: 8px;
      
    }
  
   
  .skillsBtn2 {
    padding: 10px 60px;
    max-width: 260px;
  
    /* border: 2px solid #6676d4d2; */
    border: 2px solid #66d466d2;
    /* background: rgba(19, 33, 185, 0.966); */
    background: rgb(12, 161, 57);
      /* for cool effect */
    background-image: linear-gradient(90deg, rgba(24, 16, 20, 0.712), rgb(17, 23, 24), rgb(17, 17, 12), rgb(255, 15, 15));
    background-size: 450%;
     /* fIN */
    /* outline: none; */
    color: #fafbff;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    /* for cool effect */
    transition: 0.1s ease;
    border-radius: 15px;
    /* z-index: 1; */
    outline: none;
    box-shadow: 16px 14px 20px #000000a2;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    /* position: relative; right:px; */
  
  
  }
  .skillsBtn2{
    /* animation: animate 5s u; */
  
  }
  
  .skillsBtn2:hover {
    /* background: #1a1d2e57; */
    background: #097921c9;
    /* font: 12px; */
    /* outline: none; */
    /* z-index: 1; */
  
  
  

    
  }
  
  
  
  




  
  
  @media screen and (max-width: 767px) {
  
    .mainImg {
      width: 200px;
    }
    .cardname {
      text-align: center;
      color: #fff;
      font-weight: 500;
      font-size: 28px;
      padding: 10px;
    }
    .carddesc {
      color: #808080;
      text-align: center;
      font-weight: 500;
      font-size: 17px;
      margin-top: 20px;
    }
    
  .btnContainer {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    /* margin-top: 80px;  */
      }
  
  .btn {
    padding: 9px 15px;
    max-width: 128px;
    display: block;
    /* width: 110px; */
    /* border-radius: 5px; */
    margin-right: 10px;
    border: 1px solid #3051f3;
    background: none;
    outline: none;
    color: #f3f7ff;
    font-weight: 250;
    font-size: 16px;
    cursor: pointer;
    /* for cool effect */
    transition: 0.2s ease;
    border-radius: 18px;
    /* background: #1321b9f6; */
   
    background: #1a0436f6;

    box-shadow: 8px 8px 10px #0000005d;
    
  }
  
  .btn2 {
    padding: 9px 12px;
    max-width: 128px;
    display: block;
    /* width: 110px; */
    /* border-radius: 5px; */
    margin-left: 25px;
    border: 1px solid #3051f3;
    background: none;
    outline: none;
    color: #f3f7ff;
    font-weight: 250;
    font-size: 16px;
    cursor: pointer;
    /* for cool effect */
    transition: 0.2s ease;
    border-radius: 18px;
    /* background: #1321b9f6; */
    background: #1a0436f6;

  
  






  
    /* for cool effect */
  background-image: linear-gradient(90deg, rgba(10, 21, 83, 0.123), rgba(8, 7, 92, 0.219), rgba(17, 17, 12, 0.664), rgba(255, 15, 15, 0.233));
  background-size: 290%;
  box-shadow: 8px 8px 10px #0000005d;
  
  }
  .btn{
    animation: animate 3.1s infinite;
  }
  
  
  .btn2{
    animation: animate 3.1s infinite;
  }
  
  .btn:hover {
    background: #992ba8;
    color: #fff;
  }

  .btn2:hover {
    background: #131463;
    color: #fff;
  }
  .carddesc {
    color: #f4fafccb;
    /* color: #808080; */
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 20px;
    /* font-style: oblique; */
  
  }
  
  
  .carddesT{
    color: #808080;
    /* color: #f4fafccb; */
    text-align: center;
    /* font-weight: 500; */
    font-size: 90px;
    /* font-size: 17px; */
    font-size: larger;
    font-size: small;
    /* font-size: medium; */
    margin-top: -15px;
    /* margin-left: -10px; */
  
  }
  .verifica-icon-box img{
    margin-bottom: 50px;
    margin-top: -20px;
    width: 25px;
    /* margin-left: 215px; */
    margin-right: 200px;
    margin-top: -47px;
    /* animation: animate 2s infinite; */
  
    
  }
  
  ***************SEGUNDO BOOTTON DE CENTRO************ */
.skillsT {
  display: flex;
  align-items: center;
  width:100px ;
  text-decoration: none;
  text-align: center;
  padding: 5px 0px;
  margin-left: 50px;

  border-radius: 10px;
  text-decoration: none;
 
  

}

  



.skillsV {
  display: flex;
  width:460px ;
  text-decoration: none;
  text-align: center;
  padding: 10px 0px;
  margin-top: 18px;
  border-radius: 10px;
  text-decoration: none;
  margin-left: 2px;
  

}

.skillsBtn4:hover::after{
    background-position: 100%;
    filter: blur(15px);

}
.skillsBtn4  {
    transition: 0.1s ease;
    border-radius: 8px;

}
.skillsBtn4 {
  /* padding: 30px 80px; */
  background: #4561ff;
  color: #fff;
  border-radius: 5px;

  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin: auto;
  /* align-items: center; */
  box-shadow: 16px 14px 20px #00000062;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin-left: 28px;
  align-items: center;

  

}
.skillsBtn4  {
    transition: 0.1s ease;
    border-radius: 8px;
    margin-left: 30px;
    
  }

.skillsBtn4 {
  padding: 15px 25px;
  max-width: 253px;
  text-align: center;
  align-items: center;

  border: 2px solid #6676d4d2;
  background: rgba(19, 33, 185, 0.966);

  background-image: linear-gradient(90deg, rgba(24, 16, 20, 0.712), rgb(17, 23, 24), rgb(17, 17, 12), rgb(255, 15, 15));
  background-size: 450%;

  outline: none
  color: #7278a0;
  /* font-weight: 500; */
  font-size: 16px;
  cursor: pointer;
 
  transition: 0.1s ease;
  border-radius: 15px;
}


.skillsBtn4{
	animation: animate 5s u;
}

.skillsBtn3:hover {
  background: #1a1d2e57;
  color: #fff;
  
}

.skillsS a {
text-align: center;
} 

  


    




/*--------------------------------------------------------
 RESPONSIVE STYLES       BOTTON (Contactar - sobre nosotros   
---------------------------------------------------------*/

@media screen and (max-width: 992px) {

  .mainImg {
    width: 200px;
  }
  .cardname {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 28px;
    padding: 15px;
  }
  .carddesc {
    color: #808080;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    margin-top: 5px;
  }
.btnContainer {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-top: 50px; 
  }

.btn {
  padding: 9px 15px;
  max-width: 128px;
  display: block;
  /* width: 110px; */
  /* border-radius: 5px; */
  margin-right: 10px;
  border: 1px solid #3051f3;
  background: none;
  outline: none;
  color: #f3f7ff;
  font-weight: 250;
  font-size: 16px;
  cursor: pointer;
  /* for cool effect */
  transition: 0.2s ease;
  border-radius: 18px;
  background:#1a0436f6;
  /* background: #1321b9f6; */
  box-shadow: 8px 8px 10px #0000005d;
}

.btn2 {
  padding: 9px 12px;
  max-width: 128px;
  display: block;
  /* width: 110px; */
  /* border-radius: 5px; */
  margin-left: 25px;
  border: 1px solid #3051f3;
  background: none;
  outline: none;
  color: #f3f7ff;
  font-weight: 250;
  font-size: 16px;
  cursor: pointer;
  /* for cool effect */
  transition: 0.2s ease;
  border-radius: 18px;
  /* background: #1321b9f6; */
  background: #1a0436f6;



  /* for cool effect */
background-image: linear-gradient(90deg, rgba(10, 21, 83, 0.123), rgba(8, 7, 92, 0.219), rgba(17, 17, 12, 0.664), rgba(255, 15, 15, 0.233));
background-size: 290%;
box-shadow: 8px 8px 10px #0000005d;

}
.btn{
	animation: animate 3.1s infinite;
}


.btn2{
	animation: animate 3.1s infinite;
}

.btn:hover {
  /* background: #131463; */
  background: #992ba8;

  color: #fff;
    
  }

  .carddesc {
    color: #808080;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 20px;
    /* font-style: oblique; */
  
  }
  
  
  .carddesT{
    color: #f4fafccb;
    text-align: center;
    /* font-weight: 500; */
    font-size: 90px;
    /* font-size: 17px; */
    font-size: larger;
    font-size: small;
    /* font-size: medium; */
    margin-top: -15px;
    /* margin-left: -10px; */
  
  }

  
}


  
  
  @media screen and (max-width: 767px) {
  
    .mainImg {
      width: 200px;
    }
    .cardname {
      text-align: center;
      color: #fff;
      font-weight: 500;
      font-size: 28px;
      padding: 10px;
      margin-left: -20px;
    }
    .carddesc {
      color: #808080;
      text-align: center;
      font-weight: 500;
      font-size: 15px;
      margin-top: 20px;
    }
    
  .btnContainer {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    /* margin-top: 80px;  */
      }
  
  .btn {
    padding: 9px 15px;
    max-width: 128px;
    display: block;
    /* width: 110px; */
    /* border-radius: 5px; */
    margin-right: 10px;
    border: 1px solid #3051f3;
    background: none;
    outline: none;
    color: #f3f7ff;
    font-weight: 250;
    font-size: 16px;
    cursor: pointer;
    /* for cool effect */
    transition: 0.2s ease;
    border-radius: 18px;
    /* background: #060e58;   */
    background: #1321b9f6;
    box-shadow: 8px 8px 10px #0000005d;
    
  }
  
  .btn2 {
    padding: 9px 12px;
    max-width: 128px;
    display: block;
    /* width: 110px; */
    /* border-radius: 5px; */
    margin-left: 25px;
    border: 1px solid #3051f3;
    background: none;
    outline: none;
    color: #f3f7ff;
    font-weight: 250;
    font-size: 16px;
    cursor: pointer;
    /* for cool effect */
    transition: 0.2s ease;
    border-radius: 18px;
    background: #1321b9f6;
  
  





    
  
    /* for cool effect */
  background-image: linear-gradient(90deg, rgba(10, 21, 83, 0.123), rgba(8, 7, 92, 0.219), rgba(17, 17, 12, 0.664), rgba(255, 15, 15, 0.233));
  background-size: 290%;
  box-shadow: 8px 8px 10px #0000005d;
  
  }
  .btn{
    animation: animate 3.1s infinite;
  }
  
  
  .btn2{
    animation: animate 3.1s infinite;
  }
  
  .btn:hover {
    background: #131463;
    color: #fff;
  }
/* MOVIL ---MODIFICAR */
/* MOVIL ---MODIFICAR */
/* MOVIL ---MODIFICAR */
  .carddesc {
    color: #f4fafccb;
    /* color: #808080; */
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    margin-top: 16px;
    margin-bottom: 10px;
    /* font-style: oblique; */
  
  }
  
  
  .carddesT{
    color: #808080;
    /* color: #f4fafccb; */
    text-align: center;
    /* font-weight: 500; */
    font-size: 90px;
    /* font-size: 17px; */
    font-size: larger;
    font-size: small;
    /* font-size: medium; */
    margin-top: -25px;
    /* margin-left: -10px; */
  
  }
    

/* TARJETA ANIMACIÓN */
.imgBox{
  height: 190px;
  width: 190px;
  background-color: #40a18c;
  border-radius: 50%;
  box-shadow: 16px 14px 20px #0000008c;
  
  position: relative;
  overflow: hidden;
  /* border-radius: -2PX; */
  display: inline-block;


  padding: 4px;
}

.imgBox::before{
  content: "";
  position: absolute;
  height: 200px;
  width: 200px;
  background-image: conic-gradient(rgba(26, 9, 20, 0.76) 20deg, transparent 120deg);
  /* background-image: conic-gradient(rgb(3, 17, 31) 20deg, transparent 120deg); */

  /* background-image: conic-gradient(red 20deg, transparent 120deg); */
  animation: rotar 2.6s linear infinite;
}

@keyframes rotar{
  from{
      transform: rotate(0deg);
  }
  to{
      transform: rotate(-360deg);
  }
}

.imgBox::after{
  content: "";
  position: absolute;
  height: 120px;
  width: 120px;
  display: inline-block;
  /* background: url(./logo\ .png) no-repeat center -10px, 60px, 10px; */
  align-items: center;
  
  padding: 5px;
  border-radius: 50%;


  /* box-shadow: inset -200px 200px 280px #0000008c;; */

  z-index: 3;
}


.imgBox img {
  content: "";
  z-index: -3;
height: 182px; 
width: 180px;
border-radius: 50%;
position: relative;
padding: 0px;

/* align-items: center; */
color: rgb(155, 102, 38);
z-index: 3;

}



/*  FIN TARJETA ANIMACIÓN */



/* boton 03 SERVICIOS */

/* boton 03 SERVICIOS */

/* boton 03 SERVICIOS */

/* boton 03 SERVICIOS */


  



.skillsS {
  display: flex;
  width:460px ;
  text-decoration: none;
  text-align: center;
  padding: 5px 0px;
  margin-top: 18px;
  border-radius: 10px;
  text-decoration: none;
  

}

.skillsBtn3:hover::after{
    background-position: 100%;
    filter: blur(15px);

}
.skillsBtn3  {
    transition: 0.1s ease;
    border-radius: 8px;

}
.skillsBtn3 {
  /* padding: 30px 80px; */
  background: #4561ff;
  color: #fff;
  border-radius: 5px;

  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin: auto;
  /* align-items: center; */
  box-shadow: 16px 14px 20px #00000062;


    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin-left: 20px;
    align-items: center;

  

}
.skillsBtn3  {
    transition: 0.1s ease;
    border-radius: 8px;
    
  }

  







.skillsBtn3 {
  padding: 15px 25px;
  max-width: 253px;
  text-align: center;
  align-items: center;
  margin-left: 22px;

  border: 2px solid #6676d4d2;
  background: rgba(19, 33, 185, 0.966);

  background-image: linear-gradient(90deg, rgba(24, 16, 20, 0.712), rgb(17, 23, 24), rgb(17, 17, 12), rgb(255, 15, 15));
  background-size: 450%;

  outline: none
  color: #7278a0;
  font-size: 16px;
  cursor: pointer;
 
  transition: 0.1s ease;
  border-radius: 15px;
}


.skillsBtn3{
	animation: animate 5s u;
}

.skillsBtn3:hover {
  background: #1a1d2e57;
  color: #fff;
  
}

.skillsS a {
text-align: center;
} 


  
}

}





.stars {
  position: absolute;
  /* top: -50px; */
  width: 300vw;
  /* height: -100vh; */
  transform: translate(0%, 0%);
  background-size: contain;
  background-repeat: repeat;
  transform-origin: top left;
  margin-bottom: 100px;

}

.stars-L {
  background-image: url("assets/stars-L.svg");
  background-size: 890px;
  height: 450px;
  animation: panning-stars 100s linear infinite alternate;


}

.stars-L {
  background-image: url("assets/stars-L2.svg");
  background-size: 890px;

margin-bottom: 100%;
  animation: panning-stars 50s linear infinite alternate;
  opacity: .6;


}

/* .stars-M {
  background-image: url("assets/stars-M.svg");
  height: 730px;
  animation: panning-stars 50s linear infinite alternate;
 

} */

.stars-M {
  background-image: url("assets/stars-M.svg");
  background-size: 890px;
  height: 20%;
  bottom: 50px;
  animation: panning-stars 50s linear infinite alternate;
  transform: translate(0%, 0%);


}

.stars-S {

  background-image: url("assets/stars-S.svg");
  background-size: 890px;
  height: 5%;
  bottom: 50px;
  animation: panning-stars 20s linear infinite alternate;

}

@keyframes panning-stars {
  from {
    transform: translate(-20%, 10%);
  }
  to {
    transform: translate(-80%, -40%);
  }
}

.pdfviewe{
  width: 100%;
  height: 90vh;
}

.printbutton{
  width: 100%;
  height: 10vh;
  cursor: pointer;
  color: white;
}












