*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}
body{
  background: fixed;
height: 97vh;
background-image: url(imagen/kali2.jpg);

}



h1 {
  
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 35px;
    color: white;
    font-family: "Faster One", system-ui;
   
}




.cont_principal {
  
    display: flex;
    flex-direction: column;
    align-items: center;
    height:100%;
    width: 84%;
}

.ctn1{

  top: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

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

from{
  transform: rotateY(180deg);
}

}*/




span{
  bottom: 38%;
position: absolute;
 font-size: 2vw;
color: rgb(243, 12, 135);
text-align: center;
}
  

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




.prr1 {
    overflow: hidden;
    padding-bottom: 14%;
    position: absolute;
    text-align: center;
    color: #100f0f;
    font-family: "Luckiest Guy", cursive;
    font-size: 9px;
    text-shadow: 1px 1px 2px white;
}



.cnt-card_1 {
    top: 3%;
    justify-content: center;
    overflow: hidden;
    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: 26rem;
    background-position: center;
    border-radius: 1rem;
    align-items: center;
    left: 10rem;
    position: absolute;
    display: flex;
    font-family: "Luckiest Guy", cursive;
    height: 24vw;
    width: 50vw;
}

.button1{
  border-radius: 3px;
  position: relative;
  top: 1.5rem;
  height: 4vw;
  width: 21vw;
  display: flex;
 text-align: center;
animation-name: change-color;
animation-duration: 7s;
animation-timing-function: linear ;
animation-iteration-count: infinite;

}


.btn_1 {
    left: 3%;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 8px;
    overflow: hidden;
}
@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;
}

}




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


.caja2{
  bottom: 3em;
  right: 6%;
  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{
bottom: 1%;
justify-content: center;
  overflow: hidden; 
  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: 26rem;
 background-position: center;
  border-radius: 1rem;
align-items: center;
left: 10rem;
position: absolute ;
display: flex;
font-family: "Luckiest Guy", cursive;
height: 24vw;
width: 50vw;
}

.prr2 {
    right: 2rem;
    padding-left: 2rem;
    top: 1rem;
    left: 1%;
    justify-content: center;
    position: absolute;
    text-align: center;
    display: flex;
    color: #100f0f;
    font-family: "Luckiest Guy", cursive;
    font-size: 9px;
    text-shadow: 1px 1px 2px white;
}


.button2
{
  align-items: center;
  justify-content: center;
  top: 37%;
  left: 0%;
  position: relative;
  background-color: rgb(18, 128, 224);
 height: 4vw;
  width: 20vw;
  display: flex;
  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 {
    top: 4%;
    left: 5%;
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}



.caja3 {
  bottom: 5em;
    position: absolute;
    right: 73%;
    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{
  bottom: 1%;
  background:url(imagen/kali-linux-2.jpg);
 background-repeat: no-repeat;
 background-size: 26rem;
 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: 10rem;
 position: absolute ;
 display: flex;
 font-family: "Luckiest Guy", cursive;
 height: 24vw;
 width: 50vw;
 overflow: hidden;
}


.prr3{
 padding: 1rem 1rem 2rem;
 bottom: 4%;
  position: relative;
 text-align: center;
  display: flex;
  color: #100f0f;
  font-family: "Luckiest Guy", cursive;
  font-size: 9px;
  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 {
    top: -2%;
    border-radius: 2rem;
    left: 7%;
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 115%;
  
}


.caja4 {
  left: 3%;
  bottom: 2em;
  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: 22%;
  position: absolute;
  left: 3%;
 text-align: center;
  display: flex;
  color: #100f0f;
  font-family: "Luckiest Guy", cursive;
  font-size: 9px;
  text-shadow: 1px 1px 2px white;
}

.cnt-card_4{
  overflow: hidden;
top: -4%;
  background:url(imagen/kali-linux-2.jpg);
 background-repeat: no-repeat;
 background-size: 26rem;
 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: 10rem;
 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: 8px;
}


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

}
.caja5 {
  left: 3%;
  bottom: 2em;
  background-image: url(imagen/ale.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Luckiest Guy", cursive;
  height: 24vw;
  width: 24vw;
  display: flex;
  border-radius: 2rem;
  position: relative;
  

}

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


.cnt-card_5 {
    align-items: center;
    overflow: hidden;
    bottom: 0;
    background-image: url(imagen/kali-linux-2.jpg);
    background-repeat: no-repeat;
    background-size: 26rem;
    background-position: center;
    border-style: solid;
    border-color: rgb(239, 10, 10);
    border-radius: 1rem;
    box-shadow: 1px 1px 11px 2px #0a0000;
    left: 10rem;
    position: absolute;
    display: flex;
    font-family: "Luckiest Guy", cursive;
    height: 24vw;
    width: 50vw;
}
.button5
{
  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;  
animation-name: change-color;
animation-duration: 9s;
animation-timing-function: linear ;
animation-iteration-count: infinite;

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





.caja6 {

    left: 3%;
    bottom: 1em;
    background-image: url(imagen/potra.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "Luckiest Guy", cursive;
    height: 24vw;
    width: 24vw;
    display: flex    ;
    border-radius: 2rem;
    position: relative;
}




.ctn6 {

    left: 7%;
    top: -10%;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    width: 115%;
}


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


.cnt-card_6 {
    overflow: hidden;
    background-image: url(imagen/kali-linux-2.jpg);
    background-repeat: no-repeat;
    background-size: 26rem;
    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: 10rem;
    position: absolute;
    display: flex;
    font-family: "Luckiest Guy", cursive;
    height: 24vw;
    width: 50vw;
}

.button6
{
  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_6{
  font-size: 6px;
}



a{
  text-decoration: none;
  color: rgb(15, 19, 17);
}


.foo-ter {
  margin: -49px auto;
    position: absolute;
    text-align: center;
    background-color: black;
    color: rgb(229, 228, 228);
    height: 19vw;
    width: 100%;
}

  i{
  
  text-align: center;
   
  }
.fa-facebook{
  color: aqua;
  padding-left: 5px;
}
.fa-whatsapp{
  color: aqua;
  padding-left: 15px;

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

}
h3{
  margin-top: 1rem;
}


.card-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 1rem;
    overflow: hidden;
    left: 9rem;
    position: relative;
    height: 26px;
    width: 35%;
   
}



@media screen and (min-width:320px) and (max-width:480) {
  body{background-color: rgb(66, 18, 224);

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

.ctn5 {
    top: 3%;
    left: 1em;
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.ctn6 {
    top: 4%;
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

  }
}

/*boton amburguesa*/

.navbar{
display: flex;
justify-content: flex-end;
align-items: center;
padding: 16px 64px;
background-color: black;
position: relative;
border: solid 1px white;

}

.nav-links{
list-style: none;
padding: 0;
margin: 0;
display: flex;
transition: all 0.5s ease;
}
.nav-links li{
margin-left: 24px;


}
.nav-links a{
    color:#ffffff;
text-decoration: none;
font-size: 16px;
padding: 8px 28px;
border-radius: 30px;
transition: background-color 0.3 ease;
}
.nav-links a:hover{
background-color: aqua;

}
.menu-icon{

display: none;
flex-direction: column;
cursor: pointer;
margin-left: auto;
position: relative;
z-index: 1;
}

.menu-icon .line{
height: 3px;
  width: 30px;
  background-color: #FFFFFF;
  margin: 5px 0;
  transition: all 0.3s ease;
}

#menu-toggle{

display: none;


}

@media(max-width:768px){
.navbar{
padding: 16px;

}

.menu-icon{

display: flex;

}
.nav-links{
position: absolute;
top: 70px;
right: 0;
width: 100%;
height: 0;
overflow:hidden ;
flex-direction: column;
background-color:#242424;
text-align: center;
transition: heigth 0.5s ease;
}

.nav-links li {
  margin: 0;
padding: 20px 0;
width: 100%;
}
 .nav-links a {
width: 100%;
padding:  10px 20px;
 }
 #menu-toggle:checked + .menu-icon + .nav-links{
height: 100vh;
  
 }

 #menu-toggle:checked + .menu-icon .line:nth-child(1){
transform:  rotate(+45deg) translate(15px, 3px);

 }
 #menu-toggle:checked + .menu-icon .line:nth-child(2){
transform:  scale(0);

 }
 #menu-toggle:checked + .menu-icon .line:nth-child(3){
transform:  rotate(-45deg) translate(15px, -4px);

 }
} 


img{
  border-radius: 20rem;
}