/*
Theme Name: LPG
Theme URI: https://cremastudio.com/
Author: CREMA™
Author URI: https://cremastudio.com/
Description: Wordpress template to develop custom themes for several clients by CREMA™
Version: 2021
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: lpg

lpg WordPress Theme © 2021 CREMA™
lpg is distributed under the terms of the GNU GPL
*/

:root {
    --blue: #0F3A5F;
    --darkblue: #0A2D4B; 
    --blueblack: #000C16; 
    --green: #198F77; 
    --white: #ffffff;
    --lightgrey: #E8E8E8;
    --lgrey: #B5B5B5; 
    --mediumgrey: #707070; 
    --white: #FFFFFF; 
    --grey: #00000057;
    --black: #000000; 
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    line-height: 1
}

a {
    text-decoration-skip-ink: auto
}

strong {
    font-weight: 700;
}

button {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th, td {
    padding: 2px
}

big {
    font-size: 120%
}

small, sup, sub {
    font-size: 80%
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

dd {
    margin-left: 20px
}

kbd, tt {
    font-family: courier;
    font-size: 12px
}

ins {
    text-decoration: underline
}

del, strike, s {
    text-decoration: line-through
}

dt {
    font-weight: bold
}

address, cite, var {
    font-style: italic
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

* {
    -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}

/*GENERAL*/



body{
    font-size: 16px;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    font-family: 'Roboto', serif;
}

.wrapper{
    width: 90%;
    max-width: 1636px;
    margin: 0 auto;
}

.wrapper-two{
    width: 95%;
    max-width: 1360px;
    margin: 0 auto; 
}

p{ 
    font-weight: 300;
    color:var(--mediumgrey);
    padding-top: 1em; 
    font-size: 1.25em;
    line-height: 1.5em;
    margin-bottom: 1em;
}

h2{
    font-size: 3.75em; 
    color: var(--white); 
    font-family: "Titillium Web"; 
    font-weight: 700;
}

h3{
    font-size: 3.43em;
    font-family: "Titillium Web"; 
    font-weight: 700;
    color:var(--darkblue)
}

h4{
    color:var(--grey);
    font-size: 2.5em;
    font-family: "Titillium Web"; 
    font-weight: 700;
    padding-top: 0.2em; 
}

h5{
    color: var(--white);
    font-size: 1.875em; 
    font-family: "Titillium Web"; 
    font-weight: 700;
}

img#menuButton{
    display: none; 
}

img#closeMenu{
    display: none; 
}*/

*:focus{
    outline: none;
}

.flex{
    display: flex; 
}

.flex > .flexItem{
    flex-basis: 50%;
} 

#form-title{
    color:var(--blue); 
}
/*END GENERAL*/

/* HEADER */ 

#header {
    padding: 1em; 
    padding-left: 2em;
    position: fixed;
    background-color: var(--blue);
    transition: all 0.3s ease;
    z-index: 11;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#branding{
    z-index: 1;
}

/* #header.transparent{
    background-color: rgba(255,255,255,0);
} */

.navbar{
    display:flex; 
    width: 100%;
    justify-content: space-between;
}

a {
    color: inherit;
    text-decoration: none; 
}

.logo{
    width: 80%;
}


/* FIN DE HEADER */

/*HOME*/

.parallax {
    background-image: url(img/foto-back-first-section.jpg);
    min-height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.imagen-cabecera{
    padding: 250px 0 0;
}

.first-section{
    min-height: 90vh;
    padding-bottom: 2em;
    display: flex;
    justify-content: center;
}

.first-section .logo-block {
    margin: 5% 0 0;
    display: block;
    color: #fff;
    font-family: 'Titillium Web';
}

.first-section .logo-block span {
    display: block;
    padding: 2em 0 1em;
}

.first-section .logo-block .benet {
    width: 450px;
    max-width: 100%;
    height: auto;
}

.second-section{
    display: flex;
}

.img-title{
    max-width: 100%;
}

.fecha{
    width: 667px;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
}

.colaboradores{
    padding-top: 3em;
}

.colaboradores > *{
    width: 30%;
    max-width: 150px;
    height: auto;
    vertical-align: middle;
}

.colaboradores > *+*{
    margin-left: 5%;
}

.colaboradores .fga {
    max-width: 85px;
    vertical-align: bottom;
}

.colaborators-section {
    color: #fff;
    padding: 4% 0;
    font-family: 'Titillium Web';
}

.logo-block a {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 1.5em;
}

.logo-block span {
    display: block;
    margin: 0 0 2em;
}

.logo-block .main a+a {
    margin-left: 10%;
}

.logo-block .secondary a {
    margin-bottom: 20px;
}

.logo-block .gorki {
    display: block;
    margin-left: 0;
}

@media screen and (max-width: 1920px) {
    .logo-block .secondary a+a {
        margin-left: 0;
        display: block;
    }
}

@media screen and (max-width: 1699px) {
    .logo-block .secondary a+a .gorki {
        margin-left: 0;
        display: inline-block;
    }
}

@media screen and (min-width: 1921px) {
    .logo-block .gorki {
        margin-left: 3vw;
        display: inline-block;
    }
}

.contacto >p{
    color: white;
    text-align: end;
    font-family: 'Titillium Web';
}

.line-one{
    display: flex;
    justify-content: space-between;
    padding-top: 2em;
}

.line-three{
    padding-top: 4em; 
    padding-bottom: 3em; 
}

.map{
    display: flex;
    padding-top: 8.12em; 
    padding-bottom: 5em;
}

.map > h3, .map > h4, .map > p{
    line-height: 2em;
}

.flex-40{
    width: 40%;
    padding-right: 4em;
}

.flex-column{
    display: flex;
    flex-direction: column;
    padding-right: 1em;
    padding-left: 2em;
}

.btn-modal{
    padding-top: 0.3em; 
    border-radius: 20px;
    padding-bottom: 0.3em; 
    margin-bottom: 1em;
    border: 1px solid var(--green);
    width: 22vw;
    font-weight: 300;
    color:var(--mediumgrey);
    font-size: 1.25em;
    background-color: var(--white);
    text-align: center;
    cursor: pointer;
}

.disabled, :disabled{
    border-color: #999;
    color: #999;
    cursor: not-allowed!important;
}

.completo{
    position: relative;
    overflow: hidden;
}

.completo:after{
    content: "COMPLETO";
    background: #f60;
    color: #fff;
    width: 100%;
    font-size: .75em;
    font-weight: 700;
    position: absolute;
    top: 25%;
    right: -6em;
    transform-origin: center center;
    transform: rotate(-14deg);
    z-index: 1;
}

.flex-column>a>p{
    margin: 0;
    padding: 0;
}

/* .flex-column>p{
    padding-top: 0.2em; 
    border-radius: 20px;
    padding-bottom: 0.2em; 
    border: 1px solid var(--green);
    width: 22vw;
    text-align: center;
} */

.slick-slide img {
    display: block;
    object-fit: cover;
    width: 25vw;
    height: 25vh;
}

.slick-dots li.slick-active button {
    background-color: var(--grey);
    opacity: 1;
}

ul.slick-dots{
    display: flex;
    justify-content: center;
    padding-top: 1em;
}

.slick-dots li button {
    width: 12px;
    appearance: none;
    background-color: var(--grey);
    transition: all 0.3s ease;
    height: 12px;
    line-height: 0px;
    color: transparent;
    appearance: none;
    border: none;
    margin-right: 13px;
    opacity: 0.2;
    border-radius: 50px;
    cursor: pointer
}

.navbar-two{
    background-color: var(--darkblue);
    z-index: 10;
    display: flex; 
    margin-top: 5em;
    position: absolute; 
    width: 100%;
    padding-bottom: 0;
}

.subnav{
    align-items: baseline;
    justify-content: center;
}

.subnav-text{
    color: white;
    padding-right: 1em; 
    font-size: 1em; 
    font-family: 'Titillium Web';
    font-weight: 400;
}

.green-btn{
    width: 88%;
    appearance: none;
    border-radius: 20px; 
    border: none; 
    padding: 0.5em 1em;
    color: var(--white);
    background-color: var(--green);
    font-family: 'Titillium Web';
    font-size: 1em;
    margin-top: 1em;
    margin-right: 1em;
    text-transform: uppercase;
}

.white-btn{
    width: 87%;
    appearance: none;
    border-radius: 20px; 
    border: 2px solid white; 
    padding: 0.5em 1em;
    font-family: 'Titillium Web';
    background-color: var(--darkblue);
    color: var(--white); 
    font-size: 1em;
    margin-top: 1em;
    margin-right: 1em;
    text-transform: uppercase;
}

.cargar{
    max-width: 200px;
    text-align: center;
    cursor: pointer;
}

.header-flex{
    display: flex;
    flex-direction: column;
}

.transparent{
    background-color: transparent; 
}
.white{
    background-color: var(--white);
}
.logos-colaboradores{
    min-height: 30vh;
}
.padding-section{
    padding-top: 5.68em; 
    padding-bottom: 5.68em;
}

.filtro{
    border-radius: 50px;
    width: 12vw; 
    border-color: var(--mediumgrey);
    color: var(--mediumgrey); 
    padding: 0.5em 1em;
}

.selectores{
    display: flex; 
    justify-content: space-around; 
    padding-top: 3em; 
}

.sello{
    justify-content: space-between;
}

.between > img {
    padding-right: 6em;
}

div.select > h5{
    color: var(--green);
    font-size: 1em;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 700;
    padding-bottom: 0.8em; 
}

.select{
    display: flex;
    flex-direction: column; 
    align-items: flex-start; 
    padding-bottom: 3em;
}

.ranking-tabla{
    display: flex;
    justify-content: center;
}

.ranking-title{
    padding-top: 2em; 
    padding-bottom: 3em; 
    text-align: center;
}

.ranking-title > h3 {
    display: inline;
    color: var(--green);
    font-size: 2.81em;  
}

tr.table-ranking-title{
    background-color: var(--darkblue); 
    color: var(--white); 
    text-align: left; 
}

th, td{
    padding-top: 0.5em; 
    padding-bottom: 0.5em; 
    padding-left: 0.5em;
    padding-right: 0.5em; 
}

ol{
    padding-top: 1em; 
    padding-left: 2em; 
} 

li{
    font-weight: 300;
    color: var(--mediumgrey);
    font-size: 1.25em;
    line-height: 1.5em;
}

.td-tick{
    vertical-align: middle;
    text-align: center;
}

.grey{
    background-color: var(--lightgrey);
}
.logo-modal{
    opacity: 0.5;
    padding-bottom: 1em; 
}

.green, table.ranking > tbody > tr:nth-child(2), table.ranking > tbody > tr:nth-child(3), table.ranking > tbody > tr:nth-child(4){
    color: var(--green); 
}

.copy-legal{
    display: flex; 
    justify-content: space-between;
    align-items: baseline;
}

.copy-legal, .copy-legal>p{
    font-size: 0.875em; 
    color: var(--white); 
    font-family: 'Roboto';
    font-weight: 400;
}


.back-green{
    background-color: var(--green);
}

h3.regular{
    font-weight: 400;
}

select{
    font-family: 'Roboto';
    font-size: 0.8em; 
}

.align{
    align-items: baseline;
}

.dia{
    padding-bottom: 0.5em; 
}

.lugar{
    padding-bottom: 3em;
}


.align > h4{
    padding-left: 0.3em; 
}

.filtro-año{
    border-radius: 50px;
    color: var(--grey); 
    padding: 0.5em 1em;
    border-color: var(--green);
    border: 2px solid var(--green);
    margin-left: 2em; 
    color: var(--green)
}

.flex-center{
    display: flex; 
    align-items: center; 
}

.nota{
    font-family: "Roboto";
    font-style: italic; 
    font-size: 1em;
}

.categorias-section{
    padding-top: 5.68em; 
    padding-bottom: 5.68em;
    background-color: transparent; 
}

.proximo-torneo > div{
    font-family: "Titillium Web";
    font-style: italic;
}

.proximo-torneo > div > h3{
    font-weight: 300;
    padding-left: 0.1em;
    font-size: 3em; 
    color: var(--mediumgrey); 
}


.dimension{
    height: 20%;
    padding-right: 2em;
}

.proximo-torneo > div > h2{
    font-weight: 600;
    padding-left:0.1em; 
    font-size: 3em; 
    color: var(--mediumgrey); 
}

.cancelación, .registro{
    padding-top: 10em; 
}

.color-white{
    color: var(--white)
}

.mapa-container{
    padding-left: 2em;
}

.foto-mapa{
    max-width: 95%;
}

.color-grey{
    color: var(--lgrey)
}
.color-blue{
    color: var(--darkblue)
}
.participaciones-section{
    padding-top: 5.68em; 
    padding-bottom: 5.68em;
    background-image: url(img/fondo-verde.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

span.licencia_deportiva > select{
    width: 100%;
    font-size: 0.67em;
}

.participacion{
    font-family: "Titillium Web";
    text-transform: uppercase;
    font-size: 1.87em; 
    color: var(--white); 
}



.opacity{
    background: rgba(0, 0, 0, 0.3);
}

.participacion-modalidad{
    display: flex; 
}

.participacion-bloques{
    display: flex; 
    justify-content: space-around;
    padding-top: 2em; 
    align-items: stretch;
}

.info-bloques{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 2em; 
}

.bloque-one, .bloque-two{
    width: 45%;
    display: flex;
    flex-direction: column;
}

.participacion-title{
    padding: 2em; 
    margin-bottom: 0.5em;
    border-radius: 10px 10px 0 0; 
}

.second-text{
    margin-bottom: 0;
    font-family: "Titillium Web";
    font-size: 1.87em; 
    padding-left: 0.5em;
    padding-top: 0; 
    color: var(--white); 
}

.participacion-title > div{
    align-items: flex-end;
}

.participacion-content{ 
    border-radius: 0 0 10px 10px;
    padding: 1em;
    padding-left: 3em;
    flex-grow: 1;
}

.participacion-content > p {
    margin: 0; 
    padding-bottom: 0; 
    padding-top: 0.5em; 
    font-size: 2.18em; 
    color: var(--white); 
}

.participacion-content > p:last-child{
    margin-bottom: 2em;
}

.texto-nota{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.texto-nota > p {
    padding-top: 0; 
}

.between{
    justify-content: space-between;
    align-items: end !important;
}

.bet{
    justify-content: space-between; 
}

.tabla-container{
    display: flex;
    /* justify-content: center; */
    margin-top: 2em; 
    background-color: var(--blueblack); 
}

.tabla-categoria{
    color: var(--white); 
    font-size: 1em; 
    font-family: 'Roboto';
    font-weight: 700;
}

.categorias{
    color: var(--green); 
    font-size: 0.875em; 
}

.td-rot{
    vertical-align: bottom;
    padding-top: 1em; 
    padding-bottom: 1em; 
}

.rotate{
    transform: rotate(-90deg);
    vertical-align: top; 
    height: 10vh;
    display: inherit; 
    width: 3vw;
    text-align: left; 
    padding-top: 1em; 
}

.small{
    font-size: 0.875em;
    font-weight: 700;
}

.regular{
    font-weight: 400;
}

.tabla-categoria td{
    border: 1px solid rgba(255, 255, 255, 0.6)
}

.tabla-categoria tr{
    padding: 1em; 
    border: 1px solid white; 
}

.subtitle{
    color: var(--green); 
    padding-left: 0.8em; 
    font-size: 2.18em; 
    font-weight: 600;
}

.tabla-categoria th{
    text-align: start;
    padding: 1em; 
    border: 1px solid white;
}

.tick{
    background: rgba(25,143,119, 0.2);
    border-radius: 50px;
    display: inline-block;
    padding: 0.5em 1.5em;
}

td.tick {
    padding: 2px;
    display: table-cell;
    background: none;
    position: relative;
}
td.tick:before{
    content: "";
    display: block;
    padding: 2px 4px;
    background: url(img/garrapata.svg) no-repeat center center rgba(25,143,119, 0.2);
    background-size: 1em;
    border-radius: 99px;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
}

.tabla-calendario td, .tabla-calendario th{
    border: 1px solid white; 
}

.tabla-container{
    display: flex; 
    color: white; 
}

.mg{
    color: var(--mediumgrey)
}

.inscripcion-container{
    display: flex; 
    justify-content: space-between;
}

.inscripcion-container > div > img{
    width: 9vw;
    margin-left: 20vw;
    margin-bottom: 5vw;
}

.align > h4{
    color: var(--darkblue)
}


.inscripcion-seccion > div > div > h4{
    color: var(--grey); 
}

.inscripcion-seccion > div > div{
    align-items: baseline;
}

div.tipos-participacion > button{
    margin-left: 7em;
    cursor: pointer;
}


.flex-45{
    width: 45%;
}

.tipos-participacion> h5{
    color: var(--mediumgrey); 
    font-size: 2.1875em; 
    font-family: "Titillium Web"; 
    font-weight: 700;
    padding-bottom: 2em; 
}

.tipos-participacion > p {
    margin-bottom: 0;
}

.escuelas-section {
    padding-top: 5.68em;
    padding-bottom: 5.68em;
    background-image: url(img/escuelas-section.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-container{
    justify-content: space-around;
}

.recorrido-turno{
    justify-content: space-around;
    padding-top: 3em;
}

.recorrido{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.turno{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex-55{
    width: 55%;
}

.flex-75{
    width: 75%;
    color: var(--lgrey); 
}

.escuelas-container{
    justify-content: space-between;
}

.aviso{
    border: 1px solid var(--green);
    padding: 1em; 
    font-family: "Titillium Web"; 
    font-weight: 400;
    font-size: 1.5625em; 
    color: var(--white)
}

.info-one, .info-two{
    display: flex; 
    flex-direction: column;
    align-items: center;
}

.info-bloques > div > h5{
    padding-bottom: 1em; 
}

.info-one > p , .info-two > p{
   color: var(--lgrey); 
   margin-bottom: 0; 
}

.direction{
    padding-top: 0; 
}

.info-one > img:first-child{
    height: 26vh;
}

.info>p:last-child{
    color: var(--lgrey); 
    padding-left: 0.3em; 
}

.info{
    align-items: baseline;
}

.enlace{
    padding-top: 0; 
    font-size: 1em; 
    color: var(--green) !important;  
    font-style: italic;
    font-family: 'Roboto';
}

.tel-email{
    display: flex; 
    flex-direction: column;
    align-items: center;
    padding-top: 1.5em;  
}

.tel-email>p{
    color: var(--lgrey);
    margin: 0; 
    padding: 0; 
}

.info>p{
    margin: 0; 
    padding: 0; 
}

.info>a{
    color:var(--lgrey);
    font-size: 1.25em; 
    padding-left: 0.3em; 
}

.tel-email>a{
    color:var(--lgrey);
    padding-top: 0.3em; 
    font-size: 1.25em; 
}

.paypal{
    width: 15vw;
    padding-top: 0.5em;
}

.ver-disponibilidad{
    font-family: "Titillium Web"; 
    font-weight: 400;
    color: var(--white); 
    margin-top: 1.5em; 
    padding-top: 0.2em;
    border-radius: 20px;
    padding-bottom: 0.2em;
    border: 1px solid var(--green);
    width: 18vw;
    text-align: center;
    appearance: none;
    background-color: transparent;
    font-size: 1.2em;
    cursor: pointer; 
}

.modal-content> h3{
    padding-top: 1em; 
}
/*CSS MODAL*/

.modalContainer {
    display: none; 
    position: fixed; 
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background: rgba(10,45,75, 0.95); 
    z-index: 12; 
}

.modalContainer .modal-content {
    margin: auto;
    padding: 20px;
    width: 100%;
    height: 100%;
    /* background: rgba(10,45,75, 0.9); */
} 

.circle{
    background: var(--green);
    height: 4.5vh;
    width: 2.2vw;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 12%;
    color: white; 
    top: 15%;
}

.modal-text{
    background-color: var(--blueblack);
    padding: 2em;
    margin-top: 3em;
    border-radius: 10px;
    margin-right: 2em;
    width: 90%;
}

.modal-text > p{
   padding-left: 2em; 
}


.modalContainer .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-right: 6em;
}

.modalContainer .close:hover,
.modalContainer .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* CSS FORMULARIOS */ 

.single-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.single-form p{
    margin-bottom: 0; 
    padding-top: 0; 
}
.single-form > h5{
    padding-bottom: 1em; 
    padding-top: 2em; 
}

.aceptacion-single{
    align-items: center;
    justify-content: center;
}

.formulario input {
    width: 30vw;
    background-color: var(--blueblack);
    border: 1px solid var(--green);
    border-radius: 20px;
    margin-bottom: 1em;
    padding: 0.5em;
    font-family: 'Roboto';
    color: var(--white); 
}

.formulario-paypal > form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.formulario-paypal > form > input, .formulario-paypal > form > select {
    width: 30%;
    background-color: var(--blueblack);
    border: 1px solid var(--green);
    border-radius: 20px;
    margin-bottom: 1em;
    padding: 0.5em;
    font-family: 'Roboto';
    color: var(--white); 
}

/* .formulario-paypal > form > label{
    font-weight: 300;
    color:var(--mediumgrey);
    font-size: 1.25em;
    margin-bottom: 1em;
} */

.wpcf7-response-output{
    color: var(--white); 
}

.formulario input[type=checkbox]{
    appearance: none;
    width: 1em;
    margin-bottom: 0;
}

.formulario h5{
    padding-bottom: 1em;
}

.formulario input[type=checkbox]:checked{
    appearance: none;
    width: 1em;
    margin-bottom: 0;
    background-color: white;
}

span.wpcf7-form-control-wrap .acceptance{
    padding-bottom: 1em;
}

.wpcf7-list-item-label {
    color: var(--lgrey); 
}
 
.formulario .aceptacion{
    align-items: flex-end; 
    padding-right: 9.5em;
}

.aceptacion-single{
    align-items: center;
    display: flex;
    flex-direction: column;
}

.nacimiento > span > input{
    width: 14.5vw;
    margin-left: 1.4em;
}

.wpcf7-select{
    width: 14.5vw;
    background-color: var(--blueblack);
    border: 1px solid var(--green);
    border-radius: 20px;
    margin-bottom: 1em;
    padding: 0.4em; 
    font-family: 'Roboto';
    color: var(--mediumgrey)
}

.wpcf7-form-control .wpcf7-select{
    color: white; 
}

.form-dos{
    margin-left: 5em;
}

.form-uno{
    margin-left: 2em;
}

.turno > select, .recorrido > select{
    width: 22vw;
    font-size: 0.67em;
}

.form-title{
    padding-top: 1em;
    padding-bottom: 0.5em; 
}

.reglamento > h4{
    padding-bottom: 2em; 
}

.reglamento strong {
    color: var(--lightgrey);
}

.reglamento u {
    text-decoration: underline;
}

.reglamento table {
    margin: 1em auto;
    color: var(--mediumgrey);
    border-top: 1px solid var(--mediumgrey);
    border-left: 1px solid var(--mediumgrey);
}

.reglamento table td {
    border-right: 1px solid var(--mediumgrey);
    border-bottom: 1px solid var(--mediumgrey);
}

.cta-1, .cta-2{
    display: contents; 
}
/* td{
    text-transform: lowercase; ;
} */

table.ranking > tbody > tr:nth-child(odd){
    background: var(--lightgrey);
}

.table-ranking-title{
    background-color: var(--darkblue) !important; 
    color: var(--white); 
    text-align: left; 
}

.reglamento > p{
    margin-bottom: 0; 
}

.reglamento > h5{
    padding-top: 1em; 
    text-align: center;
}

.full{
    width: 100%;
}

.aceptacion{
    display: flex;
    align-items: center;
    justify-content: unset;
    flex-direction: column;
    color: var(--lgrey);
    flex-direction: column;
}

input[type=submit]{
    width: 22vw;
    color: var(--white);
    background-color: var(--green);
    font-size: 1em;
    margin-top: 1em;
}

.wpcf7-checkbox{
    padding-right: 6em;
}

.none{
    display: none; 
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    color: white;
}

.redes{
    display: flex; 
}

.redes > a > img{
    padding-right: 1em;
}
.twitter{
    padding-right: 0 !important; 
}

.line-two{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

footer #branding{
    padding-top: 1em;
}

#footer {
    color: #fff;
    font-family: "Titillium Web";
}

#footer img {
    max-width: 100%;
    height: auto;
}

#footer .line-two {
    display: block;
}

#footer .line-two:after, .logo-block:after {
    content: "";
    display: table;
    clear: both;
}

#footer .line-two span {
    display: block;
    padding: 40px 0 20px;
}

#footer .logo-block {
    float: left;
    width: auto;
    width: 78%;
}

#footer .logo-block img+img {
    margin-left: 5%;
}

#footer .redes {
    float: right;
    width: 20%;
    display: block;
    text-align: right;
}

.logo-block .main {
    float: left;
    width: 47.5%;
    margin: 0;
    padding: 0;
}

.logo-block .secondary {
    float: right;
    width: 47.5%;
    margin: 0;
    padding: 0;
}

.formulario-paypal > form > input[type=image]{
    border-radius: 0;
}

.tipos-participacion + .tipos-participacion {
    margin-top: 2em;
}
.wagr-img {
    margin: 0 1em 2em 0;
}
.wagr-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 2.35em;
    color: var(--mediumgrey);
}
.wagr-text > span {
    display: block;
    font-size: 1.375em;
    font-style: italic;
    font-weight: 300;
}
.wagr-text > span em {
    display: inline-block;
}
.wagr-text .wagr-title {
    font-weight: 600;
    font-size: 1.875em;
    margin: 0 0 .25em;
}
.wagr-list {
    font-weight: 300;
    color: var(--mediumgrey);
    padding-top: 1em;
    font-size: 1.875em;
    line-height: 1em;
    font-style: italic;
    font-family: "Titillium Web";
}
.wagr-list > span {
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    padding: 0;
}
.wagr-list + p {
    padding: .35em 0 2em;
}

.mobile-only {
    display: none;
}

/*AVISO LEGAL*/ 
.aviso-legal p{
    padding-top: 0; 
    color: var(--lgrey); 
}

.aviso-legal {
    padding-top: 10em;
}

.aviso-legal h2{
    padding-bottom: 1em; 
}

.aviso-legal h5{
    padding-bottom: 1em; 
}

@media screen and (max-width: 767px){

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: unset;
    }

    body {
        font-size: 12px;
    }

    .flex{
        display: block; 
    }

    .formulario-paypal > form > input {
        width: 100%;
    }

    .tabla-calendario tr, .tabla-calendario td{
        font-size: 0.9em; 
    }

    .tabla-categoria tr, .tabla-categoria td{
        font-size: 0.9em; 
    }

    .colab {
        padding: 20px 0;
    }

    footer .colab > * {
        display: block;
        margin: 5px auto;
    }

    footer img {
        max-width: 100%;
        height: auto;
    }

    #footer .line-two > * {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
        padding: 20px 0;
        margin: 0;
    }

    #footer .logo-block {
        text-align: center;
    }

    #footer .logo-block img {
        display: block;
        margin: 0 auto;
    }

    #footer .logo-block img+img {
        margin: 15px auto 0;
    }

    #footer .logo-block span {
        color: var(--blueblack);
    }

    .logo-block .main, .logo-block .secondary {
        float: none;
        width: 100%;
    }
    
    .ranking-tabla, .tabla-container{
        overflow-x: scroll;
    }

    .participacion-bloques {
        display: block;
    }

    .bloque-one, .bloque-two{
        width: 100%;
        padding-bottom: 2em;
    }

    .second-text{
        padding-left: 0; 
    }

    .reglamento > p {
        font-size: 1em; 
    }

    .contacto > p {
        text-align: center; 
    }

    .texto-nota{
        display: block;
    }

    .flex-40{
        width: 100%; 
        padding-right: 2em;
        padding-left: 2em;
        padding-top: 1em;
    }

    footer #branding{
        margin-left: 2em;
    }

    footer .fga{
        width: 15%;
    }

    footer .atres{
        width: 40%;
    }

    .bottom{
        padding-bottom:0em;
    }

    footer .uma {
        width: 40%;
    }

    .redes{
        display: block;
        padding-top: 3em;
        padding-left: 0;
        text-align: center;
    }

    .map{
        display: block; 
    }
    
    .foto-mapa{
        padding-top: 2em;
    }
    .nacimiento > span > input {
        width: 125%;
        padding-left: 1.5em;
        margin-left: 0; 
    }

    .line-two{
        display: block; 
    }

    .flex-45{
        width: 100%;
    }

    .flex-55 {
        width: 100%;
    }

    .modalContainer .modal-content {
        padding-left: 0;
        padding-right: 0;
    }

    .btn-modal{
        padding-top: 0.3em;
        border-radius: 20px;
        padding-bottom: 0.3em;
        margin-bottom: 1em;
        border: 1.5px solid var(--green);
        width: 100%;
        font-weight: 300;
        color: var(--mediumgrey);
        font-size: 1.25em;
        background-color: var(--white);
        text-align: center;
        cursor: pointer;
        font-family: 'Titillium Web';
        font-weight: 600;
    }

    div.tipos-participacion > button {
        margin-left: 0; 
    }
    
    .flex-column{
        display: grid;
    }

    .inscripcion-container{
        display: block; 
    }

    .div.tipos-participacion > button{
        margin-left: 0; 
    }

    .info-bloques{
        display: block; 
    }

    .ver-disponibilidad{
        width: 100%;
    }

    .flex-center{
        display: block; 
    }

    h4{
        font-size: 2em; 
    }

    h3{
        font-size: 2.3em;
    }

    h5{
        font-size: 1.6em; 
    }

    .subtitle{
        padding-left: 0; 
    }
    
    .participacion-content > p{
        font-size: 1.2em; 
    }

    .inscripcion-seccion > div > div > h4{
        max-width: 75%;
        padding-left: 0;
    }

    .inscripcion-container > div > img {
        width: 50%;
    }

    .tipos-participacion> h5:first-child{
        padding-top: 1em; 
    }

    .circle{
        height: 4.5%;
        width: 10%;
    }

    .formulario input {
        width: 50vw;
    }

    input[type=submit] {
        width: -webkit-fill-available; 
    }

    .turno > select, .recorrido > select {
        width: 50vw;
    }

    .filtro-año{
        margin-left: 0; 
        margin-top: 2em;
        width: 30%; 
    }

    .ranking-title > h3{
        font-size: 2.3em; 
    }

    .wpcf7-select{
        width: 100%;
    }
    
    div.flex-55 > h4.color-white{
        font-size: 1.8em; 
    }

    .colaboradores{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
    }

    .colaboradores > * {
        display: block;
        width: 33%;
        height: auto;
        align-self: flex-end;
    }

    .colaboradores .fga {
        max-width: 15%;
    }

    .first-section {
        height: auto;
        padding-bottom: 20px;
    }

    .first-section .logo-block {
        margin-top: 10%;
    }

    .first-section .logo-block .benet {
        max-width: 85%;
    }

    .aviso{
        margin-top: 1em; 
        font-size: 1em; 
    }

    .flex-75{
        width: 100%;
    }

    .info{
        display: inline-flex; 
    }
    .ver-disponibilidad{
        padding-right: 0.5em;
        padding-left: 0.5em;
    }
    .line-three{
        font-size: 0.8em; 
    }
    .slick-slide img {
        width: 100%;
        height: 100%;
    }

    .rotate {
        height: 6vh;
    }

    .gen-nac{
        margin-right: 2.3em;
    }

    .subnav-text{
        /*font-size: 0.8em;*/
    }

    .white-btn{
        width: 75%;
        margin-top:0;
    }

    .green-btn{
        width: 65%;
    }

    .subnav{
        display: flex;
        /*padding-bottom: 1em;*/
    }

    .navbar-two{
        margin-top: 4em;
        padding-bottom: 0.5em;
        padding-top: 1.5em;
    }

    .dia{
        padding-bottom: 0.5em; 
        display: flex;
        font-size: 0.9em; 
    }
    
    .lugar{
        display: flex; 
        font-size: 0.7em; 
        padding-bottom: 2em; 
    }
    .dimension{
        padding-bottom: 2em;
        padding-left: 3em; 
    }
    
    .cta-1, .cta-2{
        display: block; 
    }

    .cta-2{
        padding-left: 1em;
    }

    .modal-text{
        margin-right: 0em;
        margin-left: 0em;
        width: 100%;
    }

    .form-dos, .form-uno{
        margin-left: 0; 
    }

    .formulario .aceptacion{
        padding-right: 0; 
    }
    
    .wpcf7-select {
        width: 125%;
    }

    .formulario .nacimiento > span > input{
        width: 125%;
    }   

    .form-uno .nacimiento > span > input{
        width: 100%;
    }

    .form-dos .nacimiento > span > input{
        width: 100%;
    }

    span.wpcf7-list-item-label{
        font-size: 1em;
        line-height: 1.5em;
    }   

    select.recorrido, select.turno{
        width: 100%;
        font-size: 1em; 
    }
    
    .formulario p {
        font-size: 0.8em; 
        line-height: 0.1em;
    }

    label.genero > span > select{
        width: 100%;
    }

    .direction{
        text-align: center;
    }

    p{
        font-size: 1em; 
    }

    .paypal{
        display: none;
    }

    .cargar{
        max-width: unset;
        width: auto;
        padding-top: 1em;
        margin: auto;
    }

    .ranking-2020 .ranking tr td:nth-child(2), .ranking-2020 .ranking tr td:nth-child(4),
    .ranking-2020 .ranking tr td:nth-child(5), .ranking-2020 .ranking tr td:nth-child(6){
        display: none; 
    }

    .nuevos-rankings .ranking tr td:nth-child(2), .nuevos-rankings .ranking tr td:nth-child(3),
    .nuevos-rankings .ranking tr td:nth-child(5), .nuevos-rankings .ranking tr td:nth-child(6),
    .nuevos-rankings .ranking tr td:nth-child(7) {
        display: none; 
    }

    .selectores {
        flex-direction: column;
    }

    .select {
        padding-bottom: 1em;
    }

    .filtro {
        width: 100%;
    }

    .logo {
        width: 100%;
    }
}

