﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body, html {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif;
    background: linear-gradient(to bottom right, #000000, #333333);
    background-size: cover;
}

header img {
    width: 180px;
    padding-top: 10px;
}

header h1, p {
    color: #FFF;
}

.container {
    width: 70%;
    margin: auto;
    text-align: center;
    padding-top: 20px;
}

section {
    font-family: Poppins, sans-serif;
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 10px;
    background-color: #333;
}

    section strong {
        color: #f6b024;
        padding-bottom: 10px;
        text-align: center;
    }

    section textarea {
        width: 80%;
        border-radius: 10px;
        background-color: rgba(255, 2552, 255, 0.1);
        border: solid 1px rgba(255, 2552, 255, 0.1);
        font-size: 16px;
        color: #FFF;
        font-family: Poppins, sans-serif;
        padding: 10px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 10px;
    }

    section a, .section button {
        background: linear-gradient(to bottom right, #E21620, #510000);
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 10px;
        cursor: pointer;
        text-decoration: none;
    }

        section a:hover {
            background: linear-gradient(to bottom right, #ffffff, #b5b5b5);
            color: #E21620;
            text-decoration: none;
        }

.resultado {
    background-color: rgba(255, 2552, 255, 0.4);
    width: 80%;
    margin: 0 auto;
    border: solid 1px rgba(255, 2552, 255, 0.1);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 10px;
    text-align: left;
    padding: 20px;
    color: #FFF;
    font-size: 18px;
}

.bloque1 {
    width: 100%;
    min-height: 10px;
    display: table;
    margin-bottom: 10px;
}

footer {
    font-size: 12px;
    color: #FFF;
}

    footer a {
        color: #f6b024;
        text-decoration: none;
    }

        footer a:hover {
            color: #ff0088;
        }

.textoAmarillo {
    color: #f6b024;
}

@media (max-width: 768px) {
    .container {
        width: 90%;
    }
}
