*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}


.cont_principal{
  align-items: center;
  height: 100%;
  width: 100%;
}


.contenedor-titulo
{ 
  border: rgb(155, 148, 148) 2px solid ;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 13vw;
  font-size: 7cqw;
  background-color: rgba(78, 86, 79, 0.443);
  margin-bottom: 0;
}

h1{
  margin-left: 1px;
  position: relative;
  bottom: 3px;
  font-size: 150%;
  color: rgb(14, 13, 13);
  font-family: "Faster One", system-ui;
  display: inline-block;
}




.ctn1{
  padding: 22px;
   background-color: #17e40c16;
  position: relative;
  display: flex;
  align-items: start; 
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  margin-top: 15px;
 

}

.caja1{
  background-image: url(imagen/feli.png);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Luckiest Guy", cursive;
  height: 24vw;
  width: 24vw;
  display: flex;
  border-radius: 2rem;
  box-shadow: 0px 0px 0px 1px rgba(6, 6, 6, 0.5);
  position: relative;
  left: 1rem;
  animation: rotar 5s linear infinite;}
/* @keyframes rotar{ 

from{
  transform: rotateY(180deg);
}

}*/




span{
top: 56px;
right: 12vw;
justify-content: center;
position: absolute;
 font-size: 2vw;
color: rgb(243, 12, 135);
text-align: center;
}
  

@keyframes rotate {
  from {
    transform: rotateY(180deg);
  }
  to {
    transform: rotate(360deg);
  }
}



.prr1{
  bottom: 3vw;
  position: relative;
  left: 15%;
 text-align: center;
  display: flex;
  color: #100f0f;
  font-family: "Luckiest Guy", cursive;
  font-size: 8px;
  text-shadow: 1px 1px 2px white;
  
} 



.cnt-card_1{ 

  border-style: solid;
  border-color: rgb(239, 10, 10);
  background:url(imagen/kali-linux-2.jpg);
 background-repeat: no-repeat;
 box-shadow: 1px 1px 11px 2px #0a0000;
 background-size: 14rem;
 background-position: center;
  border-radius: 1rem;
 align-items: center;
left: 8rem;
position: absolute ;
display: flex;
font-family: "Luckiest Guy", cursive;
height: 24vw;
width: 50vw;

}

.button1{
  right: 68px;
  top: 2rem;
  position: relative;
  background-color: rgb(18, 128, 224);
  height: 4vw;
  width: 50vw;
  display: flex;
  align-items: center;
  justify-content: center;
 text-align: center;
 border-radius: 3px;
animation-name: change-color;
animation-duration: 7s;
animation-timing-function: linear ;
animation-iteration-count: infinite;

 
}


.btn_1{

  font-size: 6px;
}
@keyframes change-color{   
0%{
  background:rgb(215, 213, 215) ;
}

25%{
  background-color: rgb(255, 225, 0);
}
50%{

  background-color: fuchsia;
}

75%{background-color: rgb(0, 255, 21);
}


100%{
  background: #100f0f;
}

}
.btn_1{

  color: #ff0008  ;
  

} 



.ctn2{

  border-radius: 2rem;
  left: 2rem;
  position: relative;
  display: flex;
  align-items: start; 
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  margin-top: 15px;


}


.caja2{
  right: 1rem;
  position: relative;
  background-image: url(imagen/kali2.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-family: "Luckiest Guy", cursive;
  height: 24vw;
  width: 24vw;
  display: flex;
  border-radius: 2rem;
  box-shadow: 0px 0px 0px 1px rgba(6, 6, 6, 0.5);

}


.cnt-card_2{
  
  background:url(imagen/kali-linux-2.jpg);
 background-repeat: no-repeat;
 background-size: 14rem;
 background-position: center;
  border-style: solid;
  border-color: rgb(239, 10, 10);
  border-radius: 1rem;
 align-items: center;
 box-shadow: 1px 1px 11px 2px #0a0000;
left: 8rem;
position: absolute ;
display: flex;
font-family: "Luckiest Guy", cursive;
height: 24vw;
width: 50vw;
}

.prr2{
  bottom: 3vw;
  position: relative;
  left: 8.5vw;
 text-align: -webkit-center;
  display: flex;
  color: #100f0f;
  font-family: "Luckiest Guy", cursive;
  font-size: 8px;
  text-shadow: 1px 1px 2px white;;
  }



.button2
{
  
  flex-direction: column;
  top: 29px;
  right: 68px;
  position: relative;
  background-color: rgb(18, 128, 224);
  height: 4vw;
  width: 80vw;
  display: flex;
  align-items: center;
  justify-content: center;
 text-align: center;
  box-shadow: 1px 1px 11px 2px rgb(15, 14, 14);
  border-radius: 3px;
animation-name: change-color;
animation-duration: 9s;
animation-timing-function: linear ;
animation-iteration-count: infinite;

}

.btn_2{
  font-size: 8px;

}

.ctn3{
  border-radius: 2rem;
  left: 1em;
  position: relative;
  display: flex;
  align-items: start; 
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  margin-top: 15px;
  
}



.caja3 {
  
  background: url(imagen/IMG-20250513-WA0072.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Luckiest Guy", cursive;
  height: 24vw;
  width: 24vw;
  display: flex;
  border-radius: 2rem;
  box-shadow: 0px 0px 0px 1px rgba(6, 6, 6, 0.5);
}
.ctn-card_3{
  background:url(imagen/kali-linux-2.jpg);
 background-repeat: no-repeat;
 background-size: 14rem;
 background-position: center;
  border-style: solid;
  border-color: rgb(239, 10, 10);
  border-radius: 1rem;
  align-items: center;
  box-shadow: 1px 1px 11px 2px #0a0000;
 left: 8rem;
 position: absolute ;
 display: flex;
 font-family: "Luckiest Guy", cursive;
 height: 24vw;
 width: 50vw;
 

}


.prr3{
  bottom: 1vw;
  position: relative;
  left: rem;
 text-align: -webkit-center;
  display: flex;
  color: #100f0f;
  font-family: "Luckiest Guy", cursive;
  font-size: 8px;
  text-shadow: 1px 1px 2px white;
 
}


.button3
{
  border-radius: 3px;
  bottom: 9%;
  left: 15vw;
  position: absolute;
  background-color: rgb(18, 128, 224);
  height: 4vw;
  width: 20vw;
  display: flex;
  align-items: center;
  justify-content: center;
 text-align: center;
  box-shadow: 1px 1px 11px 2px rgb(44, 6, 148);
animation-name: change-color;
animation-duration: 9s;
animation-timing-function: linear ;
animation-iteration-count: infinite;

}
.btn_3{
  font-size: 8px;
}


.ctn4{
  border-radius: 2rem;
  left: 1em;
  position: relative;
  display: flex;
  align-items: start; 
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 115%;
  margin-top: 15px;

}


.caja4 {
  background-image: url(imagen/eli.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Luckiest Guy", cursive;
  height: 24vw;
  width: 24vw;
  display: flex;
  border-radius: 2rem;
  position: relative;
  

}


.prr4{
  top: 1rem;
  position: absolute;
  left: 3%;
 text-align: center;
  display: flex;
  color: #100f0f;
  font-family: "Luckiest Guy", cursive;
  font-size: 8px;
  text-shadow: 1px 1px 2px white;
}

.cnt-card_4{
  background:url(imagen/kali-linux-2.jpg);
 background-repeat: no-repeat;
 background-size: 14rem;
 background-position: center;
  border-style:  solid ;
  border-color: rgb(239, 10, 10);
  border-radius: 1rem;
  align-items: center;
  box-shadow: 1px 1px 11px 2px #0a0000;
 left: 8rem;
 position: absolute ;
 display: flex;
 font-family: "Luckiest Guy", cursive;
 height: 24vw;
 width: 50vw;
}


.button4
{
  border-radius: 3px;
  left: 30%;
  top: 2rem;
  position: relative;
  background-color: rgb(18, 128, 224);
  height: 4vw;
  width: 20vw;
  display: flex;
  align-items: center;
  justify-content: center;
 text-align: center;
  
animation-name: change-color;
animation-duration: 9s;
animation-timing-function: linear ;
animation-iteration-count: infinite;

  

} 
.btn_4{
  font-size: 6px;
}


a{
  text-decoration: none;
  color: rgb(15, 19, 17);
}
 .foo-ter{
  
  margin-top: 17rem;
  background-color: black;
  color: rgb(229, 228, 228);
  height: 20vw;
  width: 100%;
  border: 2px solid red;
  
 }
footer{
text-align: center;
  justify-content: center;
}
  i{
    color: aqua;
    margin-top: 1rem;
   
  }
.fa-facebook{
  color: aqua;
  padding-left: 5px;
}
.fa-whatsapp{
  color: aqua;
  padding-left: 5px;

}
.fa-envelope{
  color: aqua;
  padding-left: 4px;

}
h3{
  margin-top: 0 auto;
}

