* {
    box-sizing: border-box;
    /* border: 1px solid red; */
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: rgba(255, 255, 255);
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
}

::selection {
    background-color: #7c848A;
    color: #fff;
}

.bw {
    background-color: #c2d0db;
    color: #050505;
}

.bh {
    background-color: #071017;
    color: #d4d4d4;
}

h1 {
    font-size: 2.3vw;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
    line-height: 1.7em;
}

h2 {
    font-size: 2.3em;
    text-transform: uppercase;
    letter-spacing: 6px;
}

h3 {
    text-transform: uppercase;
    font-size: 1.875rem;
    color: #3d688a;
}

h4 {
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
}

p {
    font-size: 14px;
    line-height: 1.6;
}

.max-contenedor {
    max-width: 70vw;
    margin: 0 auto;
}

.max-contenedor-tarjet {
    max-width: 67.708vw;
    margin: 0 auto;
}

@media only screen and (min-width: 1400px) {
    .max-contenedor-tarjet {
        min-width: 1395px;
    }
}

/* ** Inicio ** No menú head */

.cabecera-main {
    width: 100%;
    background-color: rgb(8 28 40 / 50%);
    position: fixed;
    height: 7vh;
    z-index: 100;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.todo-head {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.logo-head {
    width: 30%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.logo-head img {
    width: 12vw;
    z-index: 10;
}

.opciones-head {
    display: flex;
    justify-content: right;
    align-items: center;
    width: 30%;
}

.opciones-head a {
    margin-left: 10px;
    text-decoration: none;
    color: white;
    font-size: 11px;
    letter-spacing: 2px;
}

.todo-head a:first-child {
    margin-left: 0;
    margin-right: 10px;
}

.iconos-head {
    margin-left: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iconos-head a {
    margin-left: 1em;
    width: 1.25rem;
}

.piramide {
    position: relative;
    width: 40%;
}

.logo-piramide {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.logo-piramide img {
    width: 27.778vh;
    height: 13.519vh;
}

/* ** Fin ** No menú head */

/* ** Inicio ** Imagen header */

.colocar-img-head {
    background-image: url('../img/imagen_slide.jpg');
    background-size: cover;
    background-position: center;
    height: 87.5vh;
    overflow: hidden;
}

.texto-head {
    position: absolute;
    left: 18%;
    top: 41%;
}

/* ** Fin ** Imagen header */

/* ** Inicio ** Tarjetones */

.general-tarjetones {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: center;
    height: 774px;
}

.linea-priv-1 {
    position: absolute;
    top: 3%;
}

.linea-priv-2 {
    position: absolute;
    bottom: 3%;
}

.linea-priv-3 {
    position: absolute;
    right: 3%;
}

.linea-priv-4 {
    position: absolute;
    left: 3%;
}

.todo-tarjetones {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: max-content;
}

.titulo-tarjet-mid {
    font-weight: bold;
    letter-spacing: 3px;
    margin-top: 100px;
}

.mt-veinte {
    margin-top: 20px;
}

.titulos-tarjet {
    font-size: 2.8125em;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    opacity: .2;
}

.tarjetones {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info-tarjetones-mid {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 70%;
}

.info-tarjetones-mid img {
    width: 90px;
    margin: 30px auto;
}

.info-tarjetones {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 170px;
}

.info-left {
    text-align: left;
}

.info-right {
    text-align: right;
}

.info-tarjetones p {
    margin-top: 30px;
}

.info-tarjetones p:last-child {
    margin-top: 15px;
}

.info-tarjetones h4 {
    line-height: 1.5;
}

.info-tarjetones-mid p:first-child {
    margin-top: 30px;
}

/* ** Fin ** Tarjetones */

/* ** Inicio ** Contactar */

.seccion-contactar {
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/fondo_contacto-1.jpg');
    width: 100%;
    height: auto;
    margin-bottom: 1px;
}

.contactar {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: right;
}

.letra-avisos {
    font-size: 10px;
}

.letra-avisos a {
    text-decoration: none;
    color: #7c848A;
}

.letra-avisos a:hover {
    color: #000;
}

.info-contactar {
    display: flex;
    flex-direction: column;
    margin-top: 8.208vw;
    margin-bottom: 9.2vw;
    margin-left: 20vw;
}

.uno {
    width: 100%;
    font-size: 22px;
}

.dos {
    line-height: 1.8;
    font-size: 18px;
}

.form-contactar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.correo-telf p {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 10px;
    display: flex;
    align-items: center;
}

.correo-telf img {
    width: 40px;
    padding-right: 10px;
}

button {
    display: inline-block;
    padding: 0.3125em 1.375em;
    color: white;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    letter-spacing: 2px;
    background-color: #081c28;
    font-size: 0.688rem;
    border: none;
}

button:hover {
    transform: scale(0.97);
}

form {
    display: flex;
    flex-direction: column;
    text-align: right;
}

form button {
    margin-top: 4%;
}

.form-group input {
    width: 100%;
    padding: 4px;
    margin-right: 2%;
    border: 1px solid #fff;
    margin-bottom: 2%;
    letter-spacing: 2px;
    background: transparent;
    color: white;
}

input::placeholder {
    font-size: 0.625rem;
    color: #000;
}

input:focus {
    border-color: #071017;
}

.form-group input:last-child {
    margin-bottom: 0;
}

.texto-rellenar-form {
    /* font-size: 17px; */
    margin-bottom: 1.208vw;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.boton-form {
    margin-top: auto;
}

/* ** Fin ** Contactar */

/* ** Inicio ** Footer */

footer a {
    font-size: 11px;
    margin-right: 5px;
    margin-left: 5px;
}

.general-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 15vh;
    margin: auto;
}

.linea-vertical {
    width: 1px;
    height: 40%;
    background-color: #012643;
}

.footer-contenidos {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer-contenidos-mid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-contenidos-mid a {
    margin-bottom: 20px;
}

.footer-contenidos-mid img {
    width: 11.458vw;
}

.footer-contenidos-mid p {
    font-size: 0.75rem;
}

.footer-contenidos img {
    width: 22em;
}

.footer-contenidos p {
    margin-bottom: 0;
    letter-spacing: 1px;
}

.footer-contenidos a {
    text-decoration: none;
    color: #7c848A;
}

.footer-contenidos a:hover {
    color: white;
}

.punto-separador {
    width: 1px;
    height: 1px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    border: none;
    margin: 0 5px;
}

/* ** Fin ** Footer */

/* ** Inicio ** Politicas */

.wb {
    background-color: white;
    color: black;
}

.section-padding {
    padding: 10vmin 0;
}

.letraprincipal {
    padding: 20px;
}

.letratitulo {
    font-family: "Manrope", sans-serif;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.letra {
    text-align: justify;
    font-family: "Manrope", sans-serif;
}

.lista-privacidad {
    list-style: disc;
}

.lista-privacidad a {
    color: #7c848A;
    text-decoration: none;
    font-family: "Manrope", sans-serif;
}

.lista-privacidad a:hover {
    color: #050505;
}

.contenedor-poli-aviso {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.contenedor-poli-aviso h1 {
    font-family: "Manrope", sans-serif;
}

.tabla-entidades {
    border-collapse: collapse;
    width: 100%;
}

.tabla-entidades td {
    padding: 0px 5px;
}

.tabla-entidades th {
    padding: 0px 5px;
}

.tabla-entidades tr {
    border: 1px solid #000;
}

.header-politicas {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: rgb(8 28 40);
    height: 10vh;
}

.header-politicas a {
    text-align: center;
}

.header-imagen {
    width: 30vmin;
}

@media only screen and (min-width: 200.98px) {
    .contenedor-poli-aviso {
        max-width: 340px;
    }
}

@media only screen and (min-width: 576.98px) {
    .contenedor-poli-aviso {
        max-width: 500px;
    }
}

@media only screen and (min-width: 768.98px) {
    .contenedor-poli-aviso {
        max-width: 650px;
    }
}

@media only screen and (min-width: 992.98px) {
    .contenedor-poli-aviso {
        max-width: 800px;
    }
}

@media only screen and (min-width: 1200.98px) {
    .contenedor-poli-aviso {
        max-width: 1100px;
    }
}

@media only screen and (min-width: 1500.98px) {
    .contenedor-poli-aviso {
        max-width: 1320px;
    }
}

/* ** Fin ** Politicas */


/* ** Inicio ** Cookies */

/* COOKIES */

.cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgb(8, 28, 40);
    color: #fff;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1000;
}

.cookie-banner p {
    margin: 0;
}

.acceptCookies {
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 1%;
    background: transparent;
    border: 1px solid white;
}


/* ** Fin ** Cookies */

/* *************** RESPONSIVE *************** */

@media only screen and (min-width: 1920.98px) {
    .info-contactar {
        margin-top: 200px;
    }

    .info-contactar p {
        margin-right: 20%;
    }

    .info-tarjetones-mid {
        width: 55%;
    }
}

@media only screen and (max-width: 1680.98px) {
    .max-contenedor {
        max-width: 80vw;
    }

    .max-contenedor-tarjet {
        max-width: 72vw;
    }

    h3 {
        font-size: 1.6rem;
    }

    h4 {
        font-size: 1.4rem;
    }

    .info-contactar {
        margin-left: 25vw;
    }

}

@media only screen and (max-width: 1600.98px) {
    .info-contactar {
        margin-top: 3.208vw;
    }

    .info-tarjetones-mid {
        width: 70%;
    }

    .max-contenedor-tarjet {
        max-width: 83vw;
    }
}

@media only screen and (max-width: 1500.98px) {
    .max-contenedor {
        max-width: 76.389vw;
    }

    .info-contactar {
        max-width: 55vw;
        margin-top: 4.208vw;
    }

    .max-contenedor-tarjet {
        max-width: 94vw;
    }

    .seccion-contactar {
        background-position-x: center;
    }

    .uno {
        font-size: 18px;
    }

    .dos {
        font-size: 16px;
    }

    .correo-telf p {
        font-size: 16px
    }

    .correo-telf img {
        width: 30px;
    }
}

@media only screen and (max-width: 1366.98px) {
    .footer-contenidos-mid a {
        margin-bottom: 10px;
    }

    .footer-contenidos-mid p {
        font-size: 0.563rem;
    }

    p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1280.98px) {
    .opciones-head a {
        font-size: 0.563rem;
    }

    .seccion-contactar {
        background-position: bottom;
    }

    .texto-head {
        left: 7%;
        top: 33%;
    }

    h1 {
        font-size: 3vw;
    }

    h4 {
        font-size: 1.3rem;
    }

    p {
        font-size: 0.813rem;
    }

    .info-contactar {
        margin: 7vw 0 7vw 30%;
    }

    .max-contenedor-tarjet {
        max-width: 100vw;
    }

    .info-tarjetones-mid {
        width: 70%;
    }

}

@media only screen and (max-width: 1100.98px) {
    .max-contenedor {
        max-width: 87.891vw;
    }

    .logo-head img {
        width: 14vw;
    }

    .iconos-head {
        margin-left: 20px;
    }

    .opciones-head a {
        font-size: 0.588rem;
    }

    .footer-contenidos-mid p {
        font-size: 0.463rem;
    }

    p {
        font-size: 0.688rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    h4 {
        font-size: 1.1rem;
    }

    .linea-priv-1,
    .linea-priv-2 {
        width: 90%;
    }

    .linea-priv-3,
    .linea-priv-4 {
        height: 90%;
    }

    .form-group input {
        padding: 2px;
    }

    .info-contactar {
        max-width: 46vw;
    }

    .titulos-tarjet {
        font-size: 2.3125em;
    }

    .general-tarjetones {
        height: 685px;
    }
}

.mostrar {
    display: none;
}

.tarjetones-vertical {
    width: 70%;
    margin: 0 auto;
}

.info-tarjetones-vertical {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    padding: 40px;
}

.info-tarjetones-vertical img {
    width: 50px;
    margin: 20px 0;
}

.todo-xs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media only screen and (max-width: 1000.98px) {
    .logo-head img {
        width: 25vw;
    }

    .logo-piramide img {
        width: 21.25rem;
        height: 10.313rem;
    }

    .general-footer {
        flex-direction: column;
    }

    .info-tarjetones-mid {
        width: 80%;
    }

    .contactar {
        max-width: none;
        justify-content: center;
    }

    .info-contactar {
        margin: 60px auto;
    }

    .no-mostrar {
        display: none;
    }

    .mostrar {
        display: block;
    }

    .logo-footer-xs {
        width: 25vw;
        margin: 2% 0;
    }

    .linea-horizontal-xs {
        background-color: #012643;
        height: 1px;
        width: 30%;
    }

    .footer-contenidos-mid p {
        font-size: 0.688rem;
    }

    .colocar-img-head {
        background-position: 50% -160%;
        background-size: auto;
    }

    h1 {
        font-size: 6vw;
    }

    .texto-head {
        width: 100%;
        position: absolute;
        top: 20%;
        left: 0;
        text-align: center;
    }

    .titulo-tarjet-mid {
        margin-top: 0;
    }

    .info-tarjetones-vertical h4 {
        margin: 30px 0;
    }

    .opciones-head-xs {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 10%;
    }

    .colocar-menu-xs {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #081c28;
        z-index: 10;
        gap: 1rem;
        opacity: 0;
        visibility: visible;
        height: max-content;
        width: 100vw;
        margin-top: 7.1vh;
        text-align: center;
        transition: .7s ease;
    }

    .colocar-menu-xs.visible {
        opacity: 1;
        visibility: visible;
    }

    .menu-xs {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: .3rem;
        padding: 6rem 0 0;
        width: 100%;
        justify-content: center;
    }

    .menu-xs a {
        text-decoration: none;
        color: white;
        font-size: 0.938rem;
        letter-spacing: 2px;
    }

    .linea-menu-xs {
        background-color: #012643;
        height: 1px;
        width: 50%;
        margin: 2rem 0;
    }

    .frase-xs {
        width: 60%;
    }

    .frase-xs h1 {
        font-size: 2.3rem;
        color: #c2d0db;
        line-height: 1.2;
    }

    .pie-menu-xs {
        margin-top: auto;
    }

    .hamburguesa {
        font-size: 4vw;
        cursor: pointer;
    }

    .iconos-head a {
        margin-right: 1.3em;
        width: 3vw;
    }

    .head-xs {
        display: flex;
    }

    .letra-avisos {
        font-size: 8px;
    }

    .uno {
        font-size: 16px;
    }

    .dos {
        font-size: 14px;
    }

    .correo-telf p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 870.98px) {
    .colocar-img-head {
        background-position: 50% -138%;
    }

    .logo-piramide img {
        width: 17.25rem;
        height: 8.313rem;
    }

    .info-tarjetones-vertical {
        width: 60%;
    }

    .linea-menu-xs {
        margin: 1rem 0;
    }
}

@media only screen and (max-width: 800.98px) {
    .colocar-img-head {
        background-position: 50% -123%;
    }

    .info-contactar {
        max-width: 57vw;
    }

    .opciones-head-xs {
        margin-left: 10%;
    }
}

@media only screen and (max-width: 600.98px) {
    .info-tarjetones-vertical {
        width: 85%;
    }

    .info-contactar {
        max-width: 75vw;
        text-align: center;
    }

    .colocar-img-head {
        background-position: 50% -234%;
    }

    .correo-telf p {
        justify-content: center;
    }

    .logo-piramide img {
        width: 14.25rem;
        height: 6.313rem;
    }

    .general-footer {
        height: auto;
    }

    .logo-footer-xs {
        width: 35vw;
        margin: 5% 0;
    }

    .footer-contenidos {
        margin-bottom: 5%;
    }

    .linea-horizontal-xs {
        margin-bottom: 3%;
        width: 50%;
    }

    .footer-contenidos-mid {
        text-align: center;
    }

    .opciones-head-xs {
        margin-left: 5%;
    }

    .frase-xs h1 {
        font-size: 1.7rem;
    }

    .menu-xs {
        padding: 5rem 0 0;
    }

    .menu-xs a {
        font-size: 0.7rem;
    }

    .pie-menu-xs p {
        font-size: 0.5rem;
    }

    .logo-head img {
        width: 30vw;
    }

    .cabecera-main {
        height: 8vh;
    }

    .colocar-menu-xs {
        margin-top: 8.2vh;
    }

    .footer-contenidos-mid p {
        font-size: 0.5rem;
    }

    .header-imagen {
        width: 40vmin;
    }

    .section-padding {
        padding: 20vmin 0 10vmin;
    }

    .cookie-banner p {
        font-size: 14px;
    }

    .acceptCookies {
        font-size: 14px;
        padding: 8px 16px;
    }
}

@media only screen and (max-width: 450.98px) {
    .tarjetones-vertical {
        width: 90%;
    }

    .info-contactar {
        max-width: 90vw;
    }

    .colocar-img-head {
        background-position: 50% -260%;
    }

    .cabecera-main {
        height: 6vh;
    }

    .colocar-menu-xs {
        margin-top: 6.1vh;
    }

    .max-contenedor {
        max-width: 95vw;
    }

    .logo-piramide img {
        width: 12.25rem;
        height: 5.313rem;
    }

    .frase-xs {
        width: 80%;
    }

    .frase-xs h1 {
        font-size: 1.4rem;
    }

    .pie-menu-xs p {
        font-size: 0.4rem;
    }

    .menu-xs {
        padding: 4rem 0 0;
    }

    .opciones-head-xs {
        margin-left: 3%;
    }
}


@media only screen and (max-width: 400.98px) {
    .colocar-img-head {
        background-position: 50% -235%;
    }

    .opciones-head-xs {
        margin-left: 1%;
    }
}