.img {
    position: relative;
    width: 500px;
    height: 500px;
    background: radial-gradient(520px, #e7cfc08c, transparent 50%);
    margin-top: 20px;
}
.email-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 250px;
}
.social-icons {
    height: 100%;
    animation: rotation 30s linear infinite;
}
.social-icons img {
    position: absolute;
    height: 25%;
    animation: rot 30s linear infinite;
}

@keyframes rotation {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rot{
    100%{
        transform: rotate(-360deg);
    }
}
.social-icons img:nth-child(1) {
   top: 0;
   left: 42%;
}
.social-icons img:nth-child(2) {
    top: 25%;
    right: 0;
}
.social-icons img:nth-child(3) {
    top: 70%;
    left: 70%;
}
.social-icons img:nth-child(4) {
   top: 25%;
   left: 0;
}
.social-icons img:nth-child(5) {
    top: 70%;
    left: 10%;
}
.color-icon{
    background: #3B5998;
    color: white;
    display: block;
    text-align: center;
    padding: 16px;
    color: white;
    font-size: 20px;
    margin-bottom: 15px;
}
.inv{
    background-color:#7B113A;
    border: #a29607 solid 10px;
    border-radius: 50px;
    box-shadow: -30px 30px 30px black;
}
.letter{
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
}


 /*otros estilos*/
 .bgnegro{
    background-color: black;
 }
.bg-main{
    background-color: #551340;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg fill-opacity='0.9'%3E%3Cpolygon fill='%23701338' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%238a112e' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23a30e24' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23bd0917' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23D70000' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
/* background by SVGBackgrounds.com */
}
.numers{
    font-size: 40px;
    text-align: center;
}
.tel{
    list-style: none;
}
.none{
    text-decoration: none;
    color: white;
    font-size: 75px;
}
.der{
    background-color: black;
}
.deres{
    color: white;
    text-decoration: none;
}
.lnk{
    text-decoration: none;
    color: white;    
}
.lnk:hover{
    text-decoration: none;
    color: white;
}
.btn-pg{
    font-size: 35px; /* Cambiar el tamaño de la tipografia */
    text-transform: uppercase; /* Texto en mayusculas */
    font-weight: bold; /* Fuente en negrita o bold */
    color: #ffffff; /* Color del texto */
    border-radius: 50px; /* Borde del boton */
    letter-spacing: 2px; /* Espacio entre letras */
    background-color: #c00543; /* Color de fondo */
    padding: 18px 30px; /* Relleno del boton */
    bottom: 10px;
    right: 10px;
  }
  .btn-pg:hover {
    background-color: #a29607; /* Color de fondo al pasar el cursor */
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
    color:  black;
    text-decoration: none;
  }

/*Parte responsive de la pagina*/

@media (max-width:900px) {
.mrg{
        margin:auto;
}
.img {
    width:200px;
    height: 200px;
    background: radial-gradient(520px, #f08f538c, transparent 50%);
    border-radius: 150%;
}
.social-icons {
    justify-content: center;
    width: 200px;
    height: 200px;
    animation: rotation 30s linear infinite;
    }
.social-icons img {
    position: absolute;
    height: 15%;
    animation: rot 30s linear infinite;
}
.none{
    font-size: 35px;
    text-align: center;
}
.email-icon {
        position: absolute;
        height: 75px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50);
    }
.letter{
    font-size: 20px;
}
.lnk{
    font-size: 14px;
}
.btn-pg{
    font-size: 25px;
}
}
.color-w{
    background-color: #25d366;
}
.color-t{
    background-color: #1b5bb4b2;
}

.color-w:hover{
    background-color: #1a9246;
}
.color-t:hover{
    background-color: #2371ddd4;
}








