@font-face {
    font-family: 'Montserrat';
    src: url('font/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('font/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('font/SourceSansPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('font/SourceSansPro-It.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
    font-display:swap;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('font/SourceSansPro-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('font/SourceSansPro-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('font/SourceSansPro-LightIt.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display:swap;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('font/SourceSansPro-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('font/SourceSansPro-SemiboldIt.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display:swap;
}

/* Reset básico */
* {
    margin:0;
    padding:0;
}
a {
    color: inherit;
    text-decoration: none;
    outline: none;
}
li {
    list-style: none;
    margin-bottom: 10px;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
strong {
    font-weight: 600;
}
em {
    font-style: italic;
}


/* Variables globales */
:root {
    /* Colores */
    --e2: #f80116;
    --s1: #000000;
    --s4: #330072;
    --s5: #010035;

    /* Fuentes */
    --titular: 'Montserrat', sans-serif;
    --texto: 'Source Sans Pro', sans-serif;
}

/* Estilos básicos */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--titular);
    font-weight: 800;
    margin-bottom: 1em;
    text-transform: uppercase;
}
h2 {
    font-size: 80px;
    letter-spacing: -2px;
    line-height: 1;
    color: #fff;
}
h3 {
    font-size: 60px;
    letter-spacing: -1px;
    line-height: 1;
    color: var(--e2);
    margin-bottom: 0.7em;
}
.prensa h3 {
    font-family: var(--texto);
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
h4 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
    color: var(--e2);
}
.lightbox-card h4 {
    font-size: 36px;
    text-transform: none;
    margin-bottom: 20px;
    letter-spacing: normal;
    max-width: 900px;
}
.contacto h4 {
    margin-bottom: 10px;
}
p, li {
    font-family: var(--texto);
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 1em;
    color: var(--s5);
}
a {
    font-family: var(--texto);
}
.titulillo {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--s4);
    line-height: 1;
}
p.big {
    font-size: 130px;
    font-family: var(--titular);
    line-height: 1;
    letter-spacing: -3px;
    margin-bottom: 30px;
    color: var(--e2);
    margin-bottom: 10px;
}
p.tip {
    font-style: italic;
    color: var(--s4)
}
a.more {
    font-size: 24px;
    color: #fff;
    background-color: var(--e2);
    padding: 10px 30px;
    font-family: var(--texto);
    font-weight: 600;
    border-radius: 27px;
    border: 2px solid var(--e2);
    transition: all 0.3s ease;
}
a.more:hover {
    background-color: #fff;
    color: var(--e2);
    transition: all 0.3s ease;
}
a.more.inverse {
    background-color: #fff;
    color: var(--e2);
    border: 2px solid var(--e2);
    transition: all 0.3s ease;
}
a.more.inverse:hover {
    background-color: var(--e2);
    color: #fff;
    transition: all 0.3s ease;
}
dt {
    font-family: var(--titular);
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--e2);
    margin-top: 20px;
}
dt::before {
    content: '•';
    font-size: 24px;
    color: var(--e2);
    margin-right: 10px;
}
dd {
    font-family: var(--texto);
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0;
    /* color: var(--s5); */
    color: var(--s4);
}

body {
    scroll-margin-left: 0;
}
.slider {
    padding-bottom: 60px;
}

/* Swiper */
.swiper-pagination-bullet-active {
	background-color: var(--s5) !important;
}
.operar .swiper-pagination-bullet-active {
	background-color: var(--e2) !important;
}

/*
    container emergap
*/
#container {
    position: relative;
    top: 0px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}
  
.wrapper {
    position: relative;
    width: 95%;
    max-width: 1440px;
    margin: 0 auto;
    @media only screen and (max-width : 525px) { width: 90%;}
}

@keyframes downMove {
	0%,
	100% {
	  transform: translateY(0);
	}
	50% {
	transform: translateY(10px);
	}
}


@media only screen and (max-width : 768px) {
    h2 {
        font-size: 64px;
    }
    h3 {
        font-size: 48px;
    }
    h4 {
        font-size: 28px;
    }
    .lightbox-card h4 {
        font-size: 30px;
    }
    p.titulillo {
        font-size: 28px;
    }
    p.big {
        font-size: 100px;
    }
    dt {
        font-size: 22px;
    }
    dd {
        font-size: 18px;
    }
}

@media only screen and (max-width : 640px) {
    p.titulillo {
        font-size: 26px;
    }
    p.big {
        font-size: 80px;
    }
    
}

@media only screen and (max-width : 525px) {
    h2 {
        font-size: 48px;
    }
    h3 {
        font-size: 36px;
    }
    h4 {
        font-size: 24px;
    }
    .lightbox-card h4 {
        font-size: 24px;
    }
    
    dt {
        font-size: 20px;
    }
    dd {
        font-size: 16px;
    }
    p,
    a.more {
        font-size: 22px;
    }
    .card-3__content p,
    .card-3__content li {
        font-size: 20px;
    } 
    p.titulillo {
        font-size: 22px;
    }
    footer p,
    footer li {
        font-size: 20px;
        color: #fff;
        font-weight: 300;
        margin-bottom: 20px;
    }
    #glosario-lightbox .lightbox-card .card-2__close {
        top: 10px;
        right: 10px;
      }
}

@media only screen and (max-width : 360px) {
    h3 {
        font-size: 30px;
    }
}





