
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;900&display=swap');

@font-face {
    font-family: 'Gilroy';
    font-weight: bold;
    src: url('gilroy-bold');
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 300;
    src: url('gilroy-light');
}

@font-face {
    font-family: 'Gilroy';
    font-weight: medium;
    src: url('gilroy-medium');
}

body {
    font-family: 'Gilroy';
}

h1 {
    font-family: 'Gilroy';
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2em;
    color: #fff;
    margin-top: 4em;
}

h3 {
    margin: 0;
}

p {
    font-family: 'Gilroy';
    font-size: 18px;
    line-height: 1.4em;
    color: #000;
    margin-bottom: 1.4em;
}

a.btn {
    font-family: 'Gilroy' !important;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #000;
    border-radius: 30px;
    padding: 1em 2em;
    color: #fff;
}

a.btn:hover {
    color: #999;
}

.btn-icon {
    transform: translateY(-2px);
    margin-left: 10px;
}

p.oscuro {
    color: #3b4394;
}

.logo-ppal {
    max-width: 624px;
    width: 100%;
}

.logo-28 {
    max-width: 242px;
    margin-top: -2em;
}



.img-idioma {
    max-width: 124px;
}

.img-idioma-circulo {
    max-width: 90px;
    margin-left: auto;
    margin-right: auto;

    transform: translateY(2px);
}

div.section {

    background-size: 100%;
    background-position: center center;
    background-repeat: repeat-y;
    overflow-x:hidden;
}

div.section a {
    text-decoration: none;
}

div.section a img {
    transition: .15s ease-out all;
}

div.section a:hover img.animate-on-hover {
    transform: scale(1.1);
}

.font-weight-bold {
    font-weight: 900;
}

.section.video {
    background-color: #c2cdd6 !important;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section.selector-idioma {
    background-color: #eaeaea;
    position: relative;
}




.icono-selector {
    
}

.txt-selector-idioma {
    font-family: 'Gilroy';
    font-size: 24px;
    line-height: 1.5em;
    color: #c9c9c9;
    position: relative;
    transform: translateY(8px);
}

.txt-selector-idioma::after{
    content: ' ';
    position: absolute;
    height: 0px;
    background: #000;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 9;
    display: block;
    transition: .15s ease-out all;
}

.txt-selector-idioma:hover,
.txt-selector-idioma.activo {
    color: #000;
}

.txt-selector-idioma.activo::after,
.txt-selector-idioma:hover::after {
    height: 3px;
    color: #000;
}

.section.explicacion {
    background-image: url('https://www.valencia.es/documents/d/guest/fondo');
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #fff;
    color: #000;
    padding-bottom: 12em !important;
}

.section.explicacion p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2em;
}

.explicacion p b {
    font-weight: bold;
}

.explicacion h2 {
    font-weight: bold;
    font-size: 48px;
    line-height: 1em;
    margin: 0;
    font-family: 'Gilroy';
}

.agenda .fecha {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2em;
    color: #777777;
    text-align: right;
    padding: 0;
    margin-top: 0px;
}

.agenda .evento {
    font-size: 24px;
    display: block;
    line-height: 1.2em;
}

.agenda .row {
    margin-bottom: 0.5em;
}

.row.align-items-stretch {
    height: 100%;
}

.row.align-items-stretch .col {
    align-items: start;
}

.agenda .border-right-2 {
    border-right: 2px solid #000;
}

.section.iconos {
    background-color: #d7e4ee;
}

.calendario {
    background: #eaeaea;
}

.tit {
    font-size: 48px;
    line-height: 1em;
    font-weight: bold;
    display: flex;
    justify-self: center;
    margin-bottom: 1em;
}

.tit span {
    display: inline;
    margin: 0;
    padding: 0;
}

.subtit {
    font-size: 24px;
    line-height: 1em;
    font-weight: 300;
}

.banda {
    background-position: center;
    background-size: auto 100%;
    background-repeat: repeat-x;
    
    color: #fff;
}

.banda .row {
    min-height: 212px;
}

.banda:nth-child(even) .fecha-wrapper {
    padding-left: 0;
    padding-right: 5em;
}

.banda .fecha-wrapper {
    max-width: 100%;
    text-align: center;
   padding-left: 5em;
}

.banda .fecha {
    font-weight: normal;
    font-size: 56px;
    line-height: 1em;
    display: block;
}

.banda .hora {
    font-weight: 300;
    font-size: 24px;
    line-height: 1em;
}

.banda .evento {
    border-left: 4px solid #fff;
    padding-left: 1em;
    min-height: 0em;
}

.banda .evento .nombre {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2em;
    display: block;
    }
    
    .banda .evento .lugar {
        font-weight: 300;
        line-height: 1.2em;
        font-size: 24px;
}

.banda .evento .lugar small {
    font-size: 12px;
    line-height: 1.2em;
}

.banda.roja {
    background-image: url('banda-roja.jpg');
}
.banda.naranja {
    background-image: url('banda-naranja.jpg');
}
.banda.amarilla {
    background-image: url('banda-amarilla.jpg');
}
.banda.verde {
    background-image: url('banda-verde.jpg');
}
.banda.azul {
    background-image: url('banda-azul.jpg');
}
.banda.morada {
    background-image: url('banda-morada.jpg');
}


.section.footer {
    background-color: #000;
}

.section.footer p {
    font-family: 'Gilroy';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #fce800;
}

.rrss img {
    max-height: 48px;
    width: auto;
}
.rrss a {
    text-decoration: none;
}

@media(max-width: 1200px)
{
    h1 {
        margin-top: 1em;
    }
    a.btn {
        font-size: 13px;
    }

    a.btn .btn-icon {
        width: auto;
        max-height: 18px;
    }

    .logo-28 {
        margin-top: 0;
    }
}

@media(max-width: 992px)
{
    .banda .fecha-wrapper,
    .banda:nth-child(even) .fecha-wrapper {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .agenda .fecha {
        font-size: 18px;
   }

   .agenda .evento {
        font-size: 14px;
   }
}

@media(max-width: 480px)
{
    .txt-selector-idioma {
        font-size: 16px;
    }

    .section.explicacion {
        background-size: 110%;
        background-position: bottom center;
        padding-bottom: 0 !important;
        background-color: #d7e4ed;
        margin-bottom: 1em !important;
    }

    .section.explicacion img {
        max-width: 240px;
    }

   .section.explicacion p {
    font-size: 16px;
   }

   .section.explicacion h2 {
    font-size: 32px;
   }

   .tit {
    font-size: 32px;
   }

   

   .subtit {
    font-size: 16px;
   }

   .banda .fecha {
    font-size: 28px;
   }

   .banda .hora {
    font-size: 16px;
   }

   .banda .evento .nombre {
    font-size: 16px;
    display: block;
    line-height: 1.2em;
    margin-bottom: 0.3em;
   }

   .banda .evento .lugar {
    font-size: 16px;
    display: block;
    line-height: 1.2em;
    margin-bottom: 0.6em;
   }

   .banda .evento .lugar small {
    font-size: 8px;
    display: block;
    line-height: 1.2em;
   }
}
