body {
    font-family: "Raleway", sans-serif;
    color: var(--color-explora);
    font-size: 1.5rem;
}

:root {
    --color-alpha-explora: rgba(0, 44, 92, 0.3);
    --color-alpha-disfruta: rgba(0, 159, 227, 0.3);
    --color-comparte: #8be9e9;
    --color-disfruta: #1da6f2;
    --color-vuela: #ff4869;
    --color-app: #9ed0ef;
    --color-explora: #012D5A;
}

.backgroundGradient {
    background: linear-gradient(60deg, rgba(139, 233, 233, 1), rgba(63, 144, 219, 1), rgba(255, 72, 105, 1), rgba(255, 87, 87, 1));
    background-size: 100% 100%;
    animation: gradient 5s ease infinite;
}

.backgroundDatos {
    background: linear-gradient(60deg, rgba(139, 233, 233, 1), rgba(63, 144, 219, 1), rgba(255, 72, 105, 1), rgba(255, 87, 87, 1));
    background-size: 100% 100%;
    animation: gradient 5s ease infinite;
    border-radius: 40px;
}

.redes {
    color: white;
    list-style-type: none;
    font-size: 60px;
}


h2 {
    font-size: 1.7em;
    font-weight: 600
}

h1 {
    font-size: 2.0em !important;
    font-weight: 600 !important;
}

h4 {
    font-size: 1.4em;
}

.white {
    color: white !important;
}

.bg-explora {
    background-color: var(--color-explora);
}

.inputG {
    border: 1px solid #002C5D;
    border-radius: 10px;
    color: #002C5D;
    text-align: center;
    width: 100%;
}

footer ul li {
    font-size: 25px;
    list-style-type: none;
    margin: 5px 0;
}

footer a {
    text-decoration: none;
    color: white;
}

p {
    font-size: 2rem;
}

.btnSuscribete {
    background-color: var(--color-vuela);
    border-radius: 10px;
    border: none;
    color: white;
    margin: auto;
    width: 100%;
}

ul {
    list-style-type: disc;
    text-align: center;
}

input, select, button {
    font-size: 1em;
    font-weight: 400;
}