
.subtitulopagina {
    font-size: 28px;
    text-shadow: 0 0 16px rgba(0, 220, 255, 0.5);
}


td.contactolist {
    background-color: rgb(24, 25, 31);
    border: 1px solid rgba(0, 220, 255, 0.2);
    border-radius: 12px;
    padding: 30px;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}


td.contactolist:hover {
    border: 1px solid rgba(0, 220, 255, 0.5);
    box-shadow: 0 0 20px rgba(0, 220, 255, 0.15);
}


p.tituloitem {
    font-family: "Orbitron", sans-serif;
    font-size: 24px;
    text-align: center;
    color: rgb(0, 220, 255);
    text-shadow: 0 0 10px rgba(0, 220, 255, 1), 0 0 25px rgba(0, 220, 255, 0.6);
}

p.textoitem {
    font-size: 26px;
    text-align: center;
    color: rgba(0, 220, 255, 0.7);
}


img.iconosocial {
    width: 100px;
    transition: transform 0.3s ease, filter 0.3s ease;
}


img.iconosocial:hover {
    transform: scale(1.25) translateY(-6px);
    filter: drop-shadow(0 0 10px rgba(0, 220, 255, 1))
            drop-shadow(0 0 20px rgba(0, 220, 255, 0.9))
            drop-shadow(0 0 35px rgba(0, 220, 255, 0.7));
}

.enlacesocial {
    color: rgba(0, 220, 255, 0.7);
    text-decoration: none;
    font-size: 20px;
    transition: color 0.2s ease;
}

.enlacesocial:hover { color: white; }

td.tarjetaformulario {
    background-color: rgb(24, 25, 31);
    border: 1px solid rgba(0, 220, 255, 0.2);
    border-radius: 12px;
    padding: 30px;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

td.tarjetaformulario:hover {
    border: 1px solid rgba(0, 220, 255, 0.5);
    box-shadow: 0 0 20px rgba(0, 220, 255, 0.15);
}


h3.tituloformulario {
    font-family: "Orbitron", sans-serif;
    font-size: 30px;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 220, 255, 1), 0 0 30px rgba(0, 220, 255, 0.6);
}


p.etiquetacampo {
    font-size: 24px;
    color: rgb(0, 220, 255);
    text-shadow: 0 0 8px rgba(0, 220, 255, 0.8);
}


p.campotexto {
    background-color: rgb(24, 25, 31);
    border: 1px solid rgba(0, 220, 255, 0.3);
    border-radius: 8px;
    padding: 12px;
    font-size: 20px;
    color: rgba(0, 220, 255, 0.6);
    transition: border-color 0.3s, box-shadow 0.3s, color 0.3s, transform 0.2s;
}


p.campotexto:hover {
    border-color: rgba(0, 220, 255, 0.8);
    box-shadow: 0 0 12px rgba(0, 220, 255, 0.25);
    color: rgba(0, 220, 255, 0.75);
    transform: translateX(4px);
}

p.areatexto {
    background-color: rgb(24, 25, 31);
    border: 1px solid rgba(0, 220, 255, 0.3);
    border-radius: 8px;
    padding: 12px;
    padding-bottom: 90px;
    color: rgba(0, 220, 255, 0.4);
    transition: border-color 0.3s, box-shadow 0.3s, color 0.3s, transform 0.2s;
}

p.areatexto:hover {
    border-color: rgba(0, 220, 255, 0.8);
    box-shadow: 0 0 12px rgba(0, 220, 255, 0.25);
    color: rgba(0, 220, 255, 0.75);
    transform: translateX(4px);
}

a.botonenviar {
    background-color: rgb(0, 220, 255);
    color: black;
    padding: 12px 50px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

a.botonenviar:hover {
    background-color: rgb(0, 180, 210);
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 220, 255, 0.5);
}


p.footer {
    text-align: center;
    padding: 22px 0;
    color: rgba(0, 220, 255, 0.3);
    font-size: 13px;
    border-top: 1px solid rgba(0, 220, 255, 0.1);
    margin-top: 20px;
}
