.header-desktop{
    padding: 20px;
}
.logo-MD-INS{
    max-width: 300px;
}
.menu{
    font-family: Montserrat;
}
.item-menu{
    color: #251e50;
    text-align: center;
    text-decoration: none;
}

.centro-home{
    background-image: url('img/fondo-1.jpg');
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.caja-opcion{
    width: 90%;
    background-color: #FFFFFF;
    border: none;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin: auto;
}

.caja-opcion h5{

    color: #251e50;
    margin-top: 15px;
    font-family: Montserrat;
    font-weight: 900;
    font-size: 1.3rem;
    
}

.seccion-formulario{
    background-color: #dedde4;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
}

.seccion-formulario h2{
    color: #251e50;
    font-family: Montserrat;
    font-size: 1.2rem;
    font-weight: 900;
    
}

.seccion-formulario h5{
    color: #251e50;
    font-family: Montserrat;
    font-size: 1rem;
    font-weight: 400;
    
}

.etiqueta-formulario{
    color: #918d89;
    font-family: Montserrat;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 10px;
}

.input-formulario{
    border-radius: 20px;
    background-color: #eeeeee;
    color: #959a9f;
    font-family: Montserrat;
    font-size: 0.8rem;
    font-style: italic;
    width: 80%;
    margin-top: 10px;


}
.button-formulario{
    background-color: #251e50;
    color: #FFFFFF;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-right: 30px;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 20px;
    border: none;
}

/*CSS NICOLAS*/

* {
    margin: 0;
    padding: 0;
    font-size: small;
    font-family: 'Montserrat', sans-serif;
}

:root {
    --tx-purple: #6b1e80;
    --tx-purple-lg: #ae76b5;
}

.mt-6 {
    margin-top: 4.5rem !important;
}

.img-fluid-40 {
    width: 40%;
}

/* Form */
.login {
    background: linear-gradient(90deg, #f2b123, #d81f8a);
}

.login-title {
    font-size: 50px;
    font-weight: bold;
    color: var(--tx-purple);
}

.text-purple {
    color: var(--tx-purple);
    font-size: 18px;
    font-weight: 500;
}

.form-input {
    background-color: #d0d2d3;
    padding: 10px 15px;
    border-radius: 30px;

}

.form-input .form-icon {
    width: 30px;
}

.form-input .form-input-cont {
    outline: none;
    border: none;
    background-color: #d0d2d3;
    color: #ffffff;
    font-size: 18px;
    width: 60%;
}

.form-input .form-input-cont::placeholder {
    color: #ffffff;
}

.form-save {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    width: 80%;
    color: var(--tx-purple-lg);
}

.form-save a {
    text-decoration: none;
    font-size: 18px;
    color: var(--tx-purple-lg);
    transition: all .3s ease;
}

.form-save a:hover {
    font-size: 18.5px;
}

.form-save p {
    font-size: 18px;
}

.btn-form {
    text-decoration: none;
    background: linear-gradient(125deg, #7f1f8c, #2b0077);
    padding: 8px 40px;
    border-radius: 40px;
    color: #ffffff;
    font-size: 36px;
    transition: all .2s ease-in;
}

.btn-form:hover {
    padding: 8px 43px;
    box-shadow: 0 5px 20px rgb(194, 194, 194);
}

input.ckeck {
    accent-color: var(--tx-purple);
}

/* PAGE-2 */
.estados {
    width: 80%;
    margin: 6rem auto !important;
    padding: 1rem;
    background-image: url('img/Fondo.jpg');
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.estados-text {
    font-weight: bold;
    font-size: 38px;
    color: #1a1b45;
}

.estados-p {
    font-weight: bold;
    font-size: 22px;
    color: #1a1b45;
}

/* Page3 Table */
.table {
    border-collapse: separate;
    border-spacing: 2px;
    border: none;
    color: #fff;
}

.tabla-estados tr th {
    background-color: #251e4f;
    border-radius: 5px;
    font-weight: bold;
    color: #ffffff;
}
.tabla-body tr td{
    background-color: #ffffff;
    border-radius: 5px;
    font-weight: bold;
    color: #6a7b82;
}
.btn-table{
    text-decoration: none;
    background-color: #251e4f;
    color: #ffffff;
    padding: .8rem 4rem;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    transition: all .3s ease;
}
.btn-table:hover{
    padding: .8rem 4.2rem;
    box-shadow: 0 5px 20px #545454;
}


@media (max-width: 1400px) {
    .login-title {
        font-size: 35px;
    }

    .estados-text {
        font-size: 30px;
    }

    .estados-p {
        font-size: 18px
    }
}

@media (max-width: 590px) {
    .form-save {
        flex-direction: column;
    }

    .btn-form {
        font-size: 28px;
    }
}