/*
Theme Name: TwentyOne Child Theme
Template: twentytwentyone
Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

* {
    font-family: 'Roboto', sans-serif;
}

.site {
    background-color: white;
}

.site-content {
    background-color: white;
}

#main {
    padding-top: 0 !important;
}

.nav-link {
    color: rgba(0,0,0,0.50) !important;
    font-weight: 600  !important;
    background-color: white !important;

}

.cleanlogin-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -70px !important;
}


.cleanlogin-form i.bi {
    position: absolute;
    margin-left: 267px;
    margin-top: -54px;
    cursor: pointer;
}

.cleanlogin-field-username {
    border: 2px solid black !important;
    border-radius: 4px !important;
    padding-top: 8px !important;
}

.cleanlogin-field-password {
    border: 2px solid black !important;
    border-radius: 4px !important;
    padding-top: 8px !important;
}

.section-imagen {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}

.content-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    width: 300px;
}

.imagen {
    flex-basis: calc(25% - 20px);
    padding: 20px;
    width: 100vw;
    height: auto;
    border: 3px solid #FFFFFF !important;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 4px !important;
    background-color: white;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.imagen img {
    max-width: 300px;
    max-height: 300px;
}

.pdf {
    max-width: 200px;
    max-height: 200px;
}

.title-content {
    margin-top: 50px;
    color: #003a5d !important;
    font-weight: 300;
}

.title-marca {
    display: flex;
    justify-content: center;
}

.title {
    margin-bottom: 30px;
    font-weight: 700;
    color: #003a5d;
}

.nav-item {
    margin: 0 20px 0 20px;
}

.nav-link.active {
    color: black !important;
}

.site-header {
    background-color: #003a5d;
    margin: 0 !important;
    max-width: 100% !important;
    padding:0 !important;
    display: flex !important;
    align-items: center !important;
}

.site-title {
    color: white !important;
    margin-left: 20px;
}

#subirBtn {
    position: fixed;
    bottom: -60px;
    right: 8px;
    width: 50px;
    z-index: 1;
    color: #b4a269;
    text-align: center;
}

#rememberme {
    position: absolute;
    margin-left: 185px;
    margin-top: -45px;
    width: 20px;
    height: 20px;
}

.cleanlogin-field-remember label {
    font-size: 14px !important;
    position: absolute;
    margin-left: -85px;
    margin-top: -45px;
}

#primary-menu-list li a {
    color: white !important;
}

.primary-navigation > div > .menu-wrapper {
    align-items: center !important;
}

input[type=submit] {
    border-radius: 4px !important;
    border: 2px solid #003a5d !important;
    background-color: #003a5d !important;
}

input[type=submit]:hover {
    background-color: white !important;
}

#menu-item-56 {
    background-color: #0c6ca0;
    border-radius: 4px;
    padding: 20px;
}

/* login */

.acceso-comercial{
    display: none;
}

.logged-in ul.acceso-comercial {
    display: flex;
    justify-content: center;
    padding-left: 0;
}

.logged-in ul.acceso-comercial li {
    padding: 0.5em 1em;
    list-style: none;
    border-radius: 0.5em;
    background-color: #b4a269;
}

.logged-in ul.acceso-comercial li a,
.logged-in ul.acceso-comercial li a:hover {
    text-decoration-line: none;
}


/* page */

header.entry-header.alignwide {
    display: none;
}

ul.volver_agentes {
    padding-left: 0;
}

ul.volver_agentes li {
    list-style: none;
    font-size: 16px;
}

ul.volver_agentes li:before{
    content: "<";
    margin-left: -15px;
    margin-right: 8px;
}


/* comercial */

ul.lista-tipo-documentos {
    display: flex;
    justify-content: center;
    padding: 0;
    max-width: 90% !important;
    min-height: 50vh;
}

ul.lista-tipo-documentos li {
    padding: 0.5em 1em;
    border-radius: 0.5em;
    list-style: none;
    background-color: #b4a269;
    margin: 2em;
    height: fit-content;
}

ul.lista-tipo-documentos li a,
ul.lista-tipo-documentos li a:hover {
    text-decoration-line: none;
}