body {
    font-family: 'Albert Sans', sans-serif;
}

section.hero,
footer {
    background-image: linear-gradient(90deg, #152166 0%, #2695D6 100%);
}

.contenedor {
    max-width: 1100px;
    margin-inline: auto;
}

nav {
    text-align: center;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline-block;
}

nav ul>li>a {
    display: inline-block;
    font-family: "Albert Sans";
    line-height: 18px;
    font-weight: 600;
    padding: 30px;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: all .2s ease-in-out;
}

nav ul>li>a:hover {
    border-bottom: 3px solid white;
}

.hero-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 600px;

}

.eslogan {
    font-family: "Albert Sans", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: #FFFFFF;
    /* width: 664px; */
}

.fecha {
    font-family: "Rubik", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 28px;
    color: #FFFFFF;
}


.presentacion {
    padding: 80px 0;
    color: #63688E;
}

.presentacion h1 {
    color: #152166;
}

.presentacion p {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 40px;
}

.comillas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    color: white;
    font-size: 24px;
    border-radius: 50%;
    background-color: #139EF0;
}

.adorno {
    text-align: end;
}

a.btn {
    background-color: #1896E0;
    font-family: "Albert Sans", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    fill: #ffffff;
    color: #ffffff;
    padding: 22px 36px;
    border-radius: 4px 4px 4px 4px;
    padding: 22px 36px 22px 36px;
    text-decoration: none;
    width: auto;
    display: block;
    transition: all .3s ease;
}

a.btn:hover {
    box-shadow: 5px 5px 15px 0px rgba(16, 49, 120, 0.59);
}

.accesos {
    display: flex;
    justify-content: center;
    gap: 100px;
    padding: 80px 0;
}

.accesos-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

footer {
    padding: 40px 0;
    text-align: center;
}

footer img {
    width: 130px;
}

footer .creditos {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #FFFFFF47;
    color: white;
    font-size: 14px;
    margin-top: 40px;
}

footer .creditos a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    padding: 0 30px;
}

footer .creditos a.derecha {
    border-left: 1px solid white;
    padding-right: 0;
}

footer .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 170px;
    margin-bottom: 10px;
}

.texto p {
    text-align: justify;
}

.documentos {
    position: absolute;
    right: 0;
    top: 70px;
    background-color: rgba(255, 255, 255, .9);
    color: #222;
    text-align: right;
    border-radius: 8px;
    padding: 16px 16px 5px 16px;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.31);
}

.documentos a {
    display: inline-block;
    text-decoration: none;
    color: rgb(16, 49, 120);
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    margin-bottom: 8px;
    text-wrap: nowrap;
}

.documentos a:hover {
    border-bottom: 1px solid rgb(16, 49, 120);
}

[x-cloak] {
    display: none;
}


.modal-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.modal {
    width: 100%;
    max-width: 600px;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}

.modal-close {
    text-align: right;
}

.modal-close a {
    font-size: 24px;
    text-decoration: none;
    color: gray;
}

.modal p {
    font-size: 18px;
    line-height: 1.4;
}