/* Clases Nav */

header {
    z-index: 1;
}

button:focus {
    outline: 0;
}

.navegador {
    padding-left: 3%;
    padding-right: 3%;
}

.logo-x28 {
    width: 7em;
    margin: 20px 0;
}

.boton-club28 {
    background: linear-gradient(135deg, #152d61 20%, #fce636 80%);
    display: inline-block;
    width: 112px;
    font-size: 12px;
    padding: 10px 4px;
    margin: 0 12px;
    border-radius: 20px;
    color: white;
    text-align: center;
    font-weight: 500;
}

.boton-club28:hover {
    color: rgb(255, 246, 207);
}

.boton-menu {
    font-size: 14px;
    color: #ffffff;
    margin: 0 12px;
    background-color: transparent;
}

@media screen and (max-width: 426px) {
    .boton-menu {
        display: none;
    }
    .boton-club28 {
        width: 90px;
        
    }
    .boton-info-auto {
        width: 90px !important;
    }
}

.menu-activador #lanzador {
    position: absolute;
    left: -9999px;
}

.menu-activador {
    width: 24px;
    height: 20px;
    margin: 0 3px;
    color: inherit;
}

.menu-activador label {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    cursor: pointer;
    margin-bottom: 0;
}

.menu-activador .menu-activador-linea {
    height: 2px;
    transition: all 0.3s;
    background-color: #fff;
}

.linea-1 {
    transform: translateY(10px) rotate(45deg);
}

.linea-2 {
    opacity: 0;
}

.linea-3 {
    transform: translateY(-8px) rotate(-45deg);
}

.boton-info-auto {
    background: transparent;
    display: inline-block;
    width: 112px;
    font-size: 12px;
    padding: 10px 4px 8px 4px;
    margin: 0 12px;
    border-radius: 20px;
    border: 2px solid white;
    color: white;
    text-align: center;
    font-weight: 500;
}

.boton-info-auto:hover {
    box-shadow: 0 0 10px;
    color: white;
}
/* Fin Clases Nav */

.portada {
    object-fit: cover;
    width: 100%;
    min-height: 40vh;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
}

.titulo-web {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 36px;
    color: white;
    text-align: center;
    font-family: basisGrotesqueBold;
}

/* Accordion main */

.div-accordion-main {
    padding: 60px 50px;
}

@media screen and (max-width: 768px) {
    .div-accordion-main {
        padding: 60px 20px;
    }
}

.section-accordion-main {
    border-bottom: 1px solid #66738d;
    margin-bottom: 20px;
    padding-top: 8px;
    padding-bottom: 4px;
}

.contenedor-texto-plus {
    width: 100%;
    display: flex;
    margin-bottom: 18px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.contenedor-texto-plus-sub {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 2px solid #e2e8f0;
    margin-left: 10px;
}

.contenedor-texto-plus-sub:last-child {
    border-bottom: none;
}
.texto-accordion-main {
    font-family: basisGrotesqueBold;
    font-size: 36px;
}

.plus {
    width: 40px;
    height: 40px;
    position: relative;
    background-color: transparent;
    border-radius: 15px;
}

.plus:after,
.plus:before {
    content: "";
    display: block;
    width: 59%;
    height: 3px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -45%;
}

.plus:after {
    transform: rotate(90deg);
    transition: 0.3s ease;
}

.menos:after {
    transform: rotate(0);
    transition: 0.3s ease;
}

/* Fin Clases para accordions main*/

/* Clases para accordions secundarios*/

.contenedor-accordions-secundarios {
    margin-top: 20px;
    overflow: hidden;
}

.texto-accordion-sub {
    padding: 20px 0;
    font-family: basisGrotesque;
    font-size: 25px;
    color: #636363;
}

.sub-accordion-oculto {
    max-height: 0;
    height: 0;
    transition: max-height 0.35s ease-out;
}

.sub-accordion-visible {
    transition: max-height 0.7s ease-in;
}

.plus-sub {
    position: relative;
    background-color: transparent;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-left: 3rem;
    padding-right: 20px;
    margin-right: 10px;
}

.plus-sub:after,
.plus-sub:before {
    content: "";
    display: block;
    width: 59%;
    height: 3px;
    background: #6b6b6b;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -45%;
}

.plus-sub:after {
    transform: rotate(90deg);
    transition: 0.3s ease;
}

.menos-sub:after {
    transform: rotate(0);
    transition: 0.3s ease;
}

/* Fin clases para accordions secundarios*/

/* Clases para elementos de consulta*/

#contenedor-elementos {
    overflow: auto;
    max-height: 480px;
    margin: auto;
    padding-left: 5px;
}

.elemento {
    color: #424242;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 5px 5px 10px;
    font-size: 15px;
    margin: 0px 5px 0 5px;
    text-decoration: none;
    /* background: linear-gradient(90deg, var(--c1, #ffffff), var(--c2, #ffffff) 51%, var(--c1, #ffffff)) var(--x, 0) / 200%; */
    border-bottom: solid 1px #e9e9e9;
    border-left: 10px solid #fff;
    border-radius: 0 20px 20px 0;

    transition: 0.7s;
}

.elemento:hover {
    color: #424242;
    background: rgb(242,241,255);
    background: linear-gradient(90deg, rgba(242,241,255,1) 0%, rgba(227,250,255,1) 100%);
    border-left: 3px solid #004899;
}

/* .elemento {
    --c1: #f1f1f1;
    --c2: #f1f1eb;
} */

.elemento div {
    background-color: #fcea10;
    border-radius: 999px;
    color: black;
    font-weight: 700;
    font-size: 15px;
    margin-left: 15px;
}

.elemento div:hover {
    background-color: #004899;
    color: white;
    transition: 0.3s;
}

.elemento p {
    margin: 0;
}

.boton-con-texto {
    padding: 10px 20px;
}

.boton-con-icono {
    padding: 10px;
    display: none;
    margin-right: 3px;
}

.boton-con-icono img {
    width: 25px;
}

@media screen and (max-width: 576px) {
    .elemento p {
        font-size: 13px;
    }
}


@media screen and (max-width: 430px) {
    .boton-con-icono {
        display: block;
    }
    .boton-con-texto {
        display: none;
    }
}

/* Clases para footer */

footer {
    border: none;
    background-color: transparent;
    z-index: 0;
}

.contenedor-listas-footer-mt {
    padding-left: 3%;
    padding-right: 3%;
}

.contenedor-ul-footer-mt {
    min-width: 20%;
}

ul {
    list-style: none;
    padding-inline-start: 0;
}

.li-footer-mt-big {
    text-decoration: none;
    margin-bottom: 18px;
    font-size: 16.8px;
    font-family: basisGrotesqueBold;
}

.li-footer-mt-big a {
    color: #000 !important;
}

.li-footer-mt-button {
    border-radius: 10px;
    margin-top: 22px;
    margin-left: -16px;
}

@media screen and (max-width: 1270px) {
    .contenedor-ul-footer-mt {
        width: 100%;
        margin-top: 25px;
    }
    .li-footer-mt-button {
        margin-left: 0px;
    }
}

.li-footer-mt-button a {
    color: white !important;
    font-size: 16.8px;
    background-color: #004899;
    border-radius: 20px;
    font-family: basisGrotesqueBold;
    padding: 8px 24px;
    cursor: pointer;
}

.li-footer-mt-button a:hover {
    transition: 0.2s;
    background-color: #fcea10;
    color: black !important;
}

.li-footer-mt-light {
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 12.8px;
    color: #868686;
}

.li-footer-mt-light a {
    color: #868686;
}

.li-footer-mt-light a:hover {
    text-decoration: underline #868686;
}

.contenedor-footer-mt-legales {
    border-top: 1px solid #76797e;
    padding: 1.2rem 6% 1.2rem 6%;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 640px) {
    .contenedor-footer-mt-legales {
        justify-content: center;
        gap: 5px;
    }
}

.x28-social-media-icons {
    background-color: transparent;
    margin: 4px 16px 0 16px;
    padding: 0;
}

.x28-social-media-icons svg {
    width: 24px;
    color: #76797e;
    background-color: transparent;
}

.x28-social-media-icons svg:hover {
    color: #004899;
}

.legales a {
    color: #76797e;
    font-size: 14px;
}

.legales {
    color: #76797e;
    font-size: 14px;
}

.wa-container {
    bottom: 20px;
    right: 20px;
    z-index: 1;
    text-align: right;
    max-width: 90%;
}


.color-whatsapp {
    background-color: #25d366;
    padding: 14px;
}

.chat-window {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 300px;
    max-width: 100%;
}

.header-wp-chat p {
    text-align: center;
    color: white;
    margin: 0;
    font-size: 14px;
}

.div-placeholder {
    padding: 40px 0px;
    background-color: white;
}

.placeholder-whatsapp {
    border: 0;
    width: 100%;
    margin: 40px 0;
    text-align: center;
    height: 150px;
    padding: 8px 12px;
}

.placeholder-whatsapp::placeholder {
    color: #a0aec0;
    line-height: 25px;
    font-size: 14px;
}

.enviar-whatsapp {
    cursor: pointer;
    color: white;
    font-size: 18px;
}

.enviar-whatsapp:hover {
    color: white;
}

.font-s-1 {
    font-size: 2em;
}

.font-s-2 {
    font-size: 1.75em;
}

.font-s-3 {
    font-size: 1.5em;
}

.font-s-4 {
    font-size: 1.25em;
}

.font-s-5 {
    font-size: 1.1em;
}

.font-bold {
    font-weight: 900;
}

.font-regular {
    font-weight: 200;
}

#modal-survey {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 5;
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
}

.survey {
    margin: 5% auto;
    border: none;
    overflow: auto;
    width: 85%;
    height: 75%;
    z-index: 5;
    position: absolute;
    display: block;
}

.close-survey {
    color: white;
    z-index: 5;
    text-shadow: black 0px 0px 3px;
    position: absolute;
    opacity: 1;
    cursor: pointer;
    padding: 0px;
    background-color: rgb(102, 102, 102);
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-top: 5%;
    right: 3%;
    transition: opacity 300ms ease 0s;
    display: block;
}

.close-survey img {
    width: 20px;
    margin: 0px auto;
}

@media screen and (max-width: 768px) {
    .survey {
        height: 90%;
        margin: 5% auto;
    }

    .close-survey {
        width: 26px;
        height: 26px;
        margin-right: 8%;
        margin-top: 8%;
    }

    .close-survey img {
        width: 18px;
    }
}

/* Clases para los buscadores */

.input-buscador {
    margin-left: 50px;
    border-radius: 25px;
    border: solid 1px rgb(230, 230, 230);
    height: 30px;
    padding-left: 40px;
    padding-right: 10px;    
    font-size: 15px;
    background-image: url(../img/lupa.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    margin-left: 0.4em;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
    cursor: pointer;
}

.input-buscador:focus {
    outline: none;
}

.disabled {
    display: none;
}

@media screen and (max-width: 576px){
    .input-buscador {
        margin-left: 30px;
        font-size: 15px;
    }
}

@media screen and (max-width: 480px){
    .input-buscador {
        margin-left: 10px;
        font-size: 15px;
        width: 80px;
    }

    .plus-sub{
        margin-left: 1.5rem;
    }
}


#sinResultados{
    color: #727c80;
    padding: 16px 16px 16px 18px;
    font-size: 14px;
    margin-left: 14px;
    text-decoration: none;
    /* background: linear-gradient(90deg, var(--c1, #ffffff), var(--c2, #ffffff) 51%, var(--c1, #ffffff)) var(--x, 0) / 200%; */
    border-bottom: solid 1px #e9e9e9;

}
