/*globales*/
a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

h1, h3 {
    color: white;
    text-align: center;
}

h1 {
    font-family: "Rubik Mono One", monospace;
    font-weight: 400;
}

body {
    margin: 0;
    padding: 0;
}

.dd {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(img/fondo-de-programadores.-trujillo.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.dd::before {
    position: absolute;
    width: 100%;
    height: 72%;
    left: 0;
    top: 0;
    content: "";
    background: rgba(36, 78, 175, 0.41);
}

.en {
    position: relative;
    width: 100%;
    height: auto;
}

.img12 {
    text-align: center;
}

.enlaces 
{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}



.enlaces .nav1 > div {
    text-align: center;
    padding: 30px;
}

.enlace1a1, .enlace2a2, .enlace3a3, .enlace4a4, .enlace5a5, .enlace6a6 {
    box-shadow: 0px 0px 10px #002ae7ab;
    padding: 20px 215px;
    border-radius: 10%;
    background-color: #0000007a;
}

.enlace2a2{
    background-image: url(icons/whatsapp_icon-icons.com_62756.svg);
    background-repeat: no-repeat;

}
.enlace3a3{
    background-image: url(icons/icons8-facebook.svg);
    background-repeat: no-repeat;

}
.enlace4a4{
    background-image: url(icons/icons8-instagram.svg);
    background-repeat: no-repeat;
    padding: 20px 210px;
}
.enlace5a5{
    background-image: url(icons/icons8-tik-tok.svg);
    background-repeat: no-repeat;
    padding: 20px 224px;
}
.enlace6a6{
    background-image: url(icons/icons8-dominio-96.png);
    background-repeat: no-repeat;
    padding: 20px 217px;
}
/*animacion de texto en hover
.enlace2:hover{
    font-size: small;
    background-color: aqua;

    
    
}
/*globales*/
.incod1 {
    background-color: antiquewhite;
    position: relative;
    top: 100px; /* Mueve el icono hacia abajo */
    left: 1000px; /* Mueve el icono hacia la derecha */
    width: 12px;
}

.nav1{
    display: grid;
    justify-items: center;
    grid-template-rows: 2fr 2fr;
}


 .WhatsApp{
    position: absolute;
    left: 25rem;
    width: 61px;
    top: 228px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.position{
    position: relative;
    
}
.we{
    width: 51%;
    height: 12%;
    
}

.enlace6{
  padding-bottom: 10px;
    
}



    



/* pie de pagina */

footer{
    padding:50px;
    

    background-color: black;
  }
  
  .titutlofooter{
    color: aliceblue ;
  } 

  .textopie{
    color: aliceblue ;
    
  }
  
  li{
    color: white;
  }
  
  .footerin{
    display: flex;
    justify-content: flex-start;
    gap: 1px;
}

  .push-right {
    margin-left: auto;
  }
  
  