body {
    background-color: #001533;
    color: white;
    font-family: "neue-haas-unica";
    font-size: 18px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 60px 145px;
    height: 100%;
}


a.go-back{
    color: white;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
}
h1, label {
    font-size: 48px;
}

h1,
#asuntos {
    margin-bottom: 100px;
}

#asunto {
    display: block;
    border: 0.5px solid #FFF;
}

.desarrollo:focus,
.desarrollo:hover {
    border: 0.5px solid #FFF;
}

.desarrollo-focus {
    backdrop-filter: blur(15px);
    background: linear-gradient(270deg, #4090FF 0%, #00AAFF 100%)
}

.outsorcing-focus {
    background: linear-gradient(270deg, #FF5C59 0%, #FF5983 100%);
}

.diseno-focus {
    background: linear-gradient(270deg, #E52E5C 0%, #E567A6 100%);
}

.otras-focus {
    background: #8E96B2;
}

#listado-asuntos {
    align-items: flex-start;
}

.asunto {
    width: 260px;
    height: 300px;
    border: 0.5px solid #FFFFFF;
    flex-shrink: 0;
}

.asunto:hover {
    cursor: pointer;
}

.asunto img {
    width: 60px;
}

.asunto p {
    font-size: 32px;
}

#pregunta1,
#pregunta2,
#pregunta3 {
    position: relative;
}

#pregunta1, #pregunta2 {
    margin-bottom: 400px;
}

label {
    display: inline-block;
    width: 70%;
}

.pregunta-btns {
    position: relative;
    display: inline-block;
    text-align: right;
}

.pregunta-btns a, .pregunta-btns .submit {
    margin: 0 20px;
}


input[type=text],
input[type=email] {
    width: 100%;
    border: none;
    border-bottom: 0.5px solid rgba(255, 255, 255, 1);
    background-color: transparent;
    height: 55px;
    font-size: 32px;
    color: rgba(255, 255, 255, 0.3);
    outline: none;
    padding: 5px;
}

.error {
    color: red;
}


#recibido .modal-content {
    background-image: url(/assets/img/modal-bg.png);
    height: 600px;
    text-align: center;
    background-size: cover;
}

#recibido .modal-header {
    border: 0 !important;
    color: white !important;
}

#recibido .modal-header .btn-close {
    color: white !important;
}
#recibido .modal-body div {
    height: 100%;
    text-align: center;
}

#modalTitleId {
    font-size: 105px;
}

#recibido .modal-body p {
    font-size: 32px;
    width: 65%;
    align-self: center;
}

#recibido .modal-body a {
    text-decoration: none;
    color: white;
    border-bottom: 1px solid white;
    width: fit-content;
    align-self: center;
    font-size: 24px;
}
.submit {
    font-size: 32px;
    width: 175px;
    height: 60px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: #0060E5;
    backdrop-filter: blur(15px);
    color: #FFFFFF;
    gap: 12px;
}

@media only screen and (max-width: 992px) {
    body {
        padding: 50px 30px;
    }

    h1 {
        text-align: center;
        font-size: 32px;
    }

    #listado-asuntos {
        padding: 0 2%;
    }

    label {
        width: 100%;
        font-size: 24px;
        text-align: center;
    }

    .pregunta-header {
        flex-direction: column;
    }


    .pregunta-btns {
        width: 100%;
        justify-content: space-between !important;
        margin: 10px 0;
    }

    .pregunta-btns a, .pregunta-btns .submit {
        margin: 0;
    }


    input[type=text],
    input[type=email] {
        font-size: 18px;
    }

    #modalTitleId {
        font-size: 48px;
    }

    #recibido .modal-body p {
        font-size: 18px;
        width: auto;
    }
    
    #recibido .modal-body a {
        font-size: 24px;
    }
}

@media only screen and (max-width: 576px) {
    body {
        padding: 50px 30px;
    }

    h1 {
        text-align: center;
        font-size: 32px;
    }

    #listado-asuntos {
        flex-direction: column;
        align-items: center !important;
    }

    label {
        width: 100%;
        font-size: 24px;
        text-align: center;
    }

    .pregunta-header {
        flex-direction: column;
    }


    .pregunta-btns {
        width: 100%;
        justify-content: space-between !important;
        margin: 10px 0;
    }

    .pregunta-btns a, .pregunta-btns .submit {
        margin: 0;
    }


    input[type=text],
    input[type=email] {
        width: 100%;
        border: none;
        border-bottom: 0.5px solid rgba(255, 255, 255, 0.3);
        background-color: transparent;
        height: 55px;
        font-size: 18px;
        color: rgba(255, 255, 255, 0.3);
        outline: none;
    }

    .submit {
        font-size: 32px;
        width: 175px;
        height: 60px;
        border-radius: 100px;
        border: 1px solid rgba(255, 255, 255, 0.50);
        background: #0060E5;
        backdrop-filter: blur(15px);
        color: #FFFFFF;
        gap: 12px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1330px) {
    #modalTitleId {
        font-size: 86px;
    }

    #recibido .modal-body p {
        font-size: 32px;
        width: auto;
    }
    
    #recibido .modal-body a {
        font-size: 24px;
    }
}

@media only screen and (min-width: 848px) and (max-width: 1330px) {
    #listado-asuntos {
        padding: 0 14%;
    }


}