@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700&display=swap');

/* Bloque estilos Octavio */
* {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /*Hace los porcentaje de ancho y alto sean exactos, evitando el scroll*/
    scroll-behavior: smooth;
}

/* corrige grafica base */
body {
    padding-top: 50px;
    scroll-behavior: smooth;
    text-align: left;
}

html {
    scroll-behavior: smooth;
}
section {
    height: auto;
    width: 100%;
    /* padding: 2%; */
    /* padding: 30px 0px; */
}

.secciones{
    padding: 2%;
}

header {
    width: 100%;
    /* height: 100px; */
}

/*Variables*/
:root {
    --amarillo: #e5c630;
    --morado: #763f56;
    --marron: #8a1e41;
    --verde: #005b4c;
    --dorado: #bd9559;
    --blanco: #FFFFFF;
    --gris: #c9c9c9;
    --grisClaro: #f5f5f5;
    --grisOscuro: #242424;
    --negro: #000000;
    --rojo: #ff0000;

    --fondoClaro: url("../img/fondo_blanco.jpg");
    --fondoTransparente: url("../img/fondo_transparente.png");
    --fondoTransparente2: url("../img/fondo_transparente_02.png");
}

/* Código para menú superior son efecto que se pega a top */
.stickyTop {
    position: sticky;
    top: 0px;
    z-index: 100;
    background-color: var(--blanco);
}
.hamburguesa{
    color: var(--blanco);
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    line-height: 40px;
    background-color: #396657;
    padding: 0px 3%;
}
.ocultar{
    display: none;
}    
.manita{
    cursor: pointer;
}
.iconosRedes{
    color: var(--grisOscuro);
}
.splide__cont{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: auto;
    width: 100%;
  }
.splide__obj{
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: auto;
    position: absolute;
    top: 0%;
}
.splide__objT{
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: auto;
    /* position: absolute; */
    top: 20%;

}
.slide_01{
    color: var(--blanco);
    background-image: url(../img/slide_01.png);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 8% 2% 8% 2%;
}

.slide_02{
    color: var(--blanco);
    background-image: url(../img/slide_02.png);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 4% 2% 4% 2%;
}

.slide_03{
    color: var(--blanco);
    background-image: url(../img/slide_03.png);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 4% 2% 4% 2%;
}

.menu {
    display: flex;
    line-height: 50px;
    background-color: var(--marron);
    position: -webkit-sticky;
    /* position: sticky;
    top: 50px;
    z-index: 100; */
}

.menuSec {
    display: flex;
    width: auto;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    /* justify-content: center;*/
    /* justify-content: flex-end; */
    justify-content: space-between;
}

.menuSecCol {
    padding: 0px;
    font-size: 0.9em;
}

.mitem {
    flex: auto;
    text-align: center;
}

.mitem>a {
    display: block;
    color: var(--blanco);
    text-decoration: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.mitem>a:hover {
    color: #fff;
    background-color: var(--morado);
    text-decoration: none;
}

.mitem>a.active {
    display: block;
    background-color: var(--morado);
    color: var(--blanco);
    text-decoration: none;
}

.active {
    display: block;
    background-color: var(--morado);
    color: var(--blanco);
    text-decoration: none;
}

.link {
    color: var(--verde);
    text-decoration: none;
}

.link:hover {
    color: var(--marron);
    text-decoration: none;
}
.jurGrid{
    display: grid;
    grid-template-columns: 33% 33% 33%;
}
.jurGrid2{
    display: grid;
    grid-template-columns: 50% 50%;
}
.jurGridCol{
    width: auto;
    padding: 1px 2% 1px 2%;
    margin: 1px;
}
.jurTit{
    display: block;
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
}



.galFlex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.galFlexCol{
    width: auto;
    height: 200px;
    padding: 1px;
    margin: 1px;
}
.galimg{
    height: 100%;
}
.pie{
    position: relative;
    z-index: 900;
}
.pieTexto{
    position: absolute;
    color: var(--blanco);
    width: 100%;
    margin: auto;
    bottom: 30px;
    line-height: 17px;
    padding-top: 8px;
    text-align: center;
    background-color: #702037b0;
    padding: 1rem;
}

.tituloVerde {
    color: var(--verde);
}
.backtit{
    padding: 4%;
    /* height: 250px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.titsec01{
    background-image: url(../img/condiciones_de_participacion.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000000;
    color: var(--blanco);
}
.titsec02{
    background-image: url(../img/categorias_de_participacion.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000000;
    color: var(--blanco);
}
.titsec03{
    background-image: url(../img/participantes_2022.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000000;
    color: var(--blanco);
}
.titsec04{
    background-image: url(../img/titback_03.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000000;
    color: var(--blanco);
}
.titsec05{
    background-image: url(../img/consejos_00.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000000;
    color: var(--blanco);
}
.videoh1{
    color: var(--blanco);
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000000;
}
/* Estilo para centrar horizontal las cosas */
.centrar {
    text-align: center;
}

/* Fin de dstilo para centrar horizontal las cosas */
/* Estilo para centrar vertical */
.alvertical {
    display: flexbox;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}

/* Fin de dstilo para centrar vertical */


.creditos {
    width: 100%;
    height: auto;
    padding: 6% 5% 5% 5%;
    background-color: var(--grisClaro);
    background-image: var(--fondoTransparente2);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed;
}

.creditos h2 {
    color: var(--morado);
}

.presentacion {
    width: 100%;
    height: auto;
    padding: 6% 5% 5% 5%;
    color: var(--blanco);
    background-color: var(--morado);
    background-image: var(--fondoTransparente)
}

.presentacion h2 {
    color: var(--grisOscuro);
}

.sombra {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
}

.categorias {
    width: 100%;
    height: auto;
    padding: 6% 0 5% 0;
    background-image: var(--fondoClaro);
    background-attachment: fixed;
}

.categorias h5 {
    color: var(--morado);
}

.categorias h2 {
    color: var(--morado);
}

.bases {
    width: 100%;
    height: auto;
    padding: 6% 0 5% 0;
    color: var(--blanco);
    background-color: var(--morado)
}

.bases h2 {
    color: var(--blanco);
}

.documentacion {
    color: rgb(59, 59, 59);
    width: 100%;
    height: auto;
    padding: 2%;
    color: var(--blanco);
    background-color: var(--grisOscuro);
}

.avisos {
    width: 100%;
    height: auto;
    padding: 6% 0 5% 0;
    color: var(--negro);
    background-color: var(--blanco);
}

.botonera {
    display: flex;
    justify-content: center;
}

.botoneraCol {
    width: 50%;
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    flex-direction: column;
}

/* estilos para botones */

.ligasimple {
    color: var(--blanco);
    text-decoration: none;
}

.ligasimple:hover {
    color: var(--blanco)
}

.ligaNegro {
    color: #fff;
    text-decoration: none;
}

.ligaNegro:hover {
    color: var(--blanco)
}

.mostrar {
    display: none;
}

.btnVerde {
    background-color: #005b4c;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    padding: 0 30px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-size: 1em;
}

.btnVerde:hover {
    background-color: #064238;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    padding: 0 30px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-size: 1em;
}

.btnNegro {
    background-color: var(--negro);
    color: var(--blanco);
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    padding: 0 30px;
    cursor: pointer;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-size: 1em;
}

.btnNegro:hover {
    background-color: var(--grisOscuro);
    color: var(--blanco);
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    padding: 0 30px;
    cursor: pointer;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-size: 1em;
}

.btnMorado {
    background-color: var(--morado);
    color: var(--blanco);
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    padding: 0 30px;
    cursor: pointer;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-size: 1em;
}

.btnMorado:hover {
    background-color: var(--grisOscuro);
    color: var(--blanco);
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    padding: 0 30px;
    cursor: pointer;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-size: 1em;
}

.btnAmarillo {
    background-color: var(--amarillo);
    color: var(--negro);
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    padding: 0 30px;
    cursor: pointer;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-size: 1em;
}

.btnAmarillo:hover {
    background-color: var(--grisOscuro);
    color: var(--blanco);
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    padding: 0 30px;
    cursor: pointer;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-size: 1em;
}

.btnGris {
    background-color: var(--gris);
    color: var(--negro);
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    padding: 2%;
    cursor: pointer;
    box-sizing: border-box;
    /* height: 38px; */
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 160%;
    text-align: center;
}

.btnGris:hover {
    background-color: var(--grisOscuro);
    color: var(--blanco);
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    padding: 2%;
    cursor: pointer;
    box-sizing: border-box;
    /* height: 38px; */
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-size: 1em;
    text-align: center;
}

.btnMarron{
    background-color: var(--marron);
    color: var(--blanco);
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    padding: 10px 15px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
    height: auto;
    line-height: 25px;
    letter-spacing: .1rem;
    /* text-transform: uppercase; */
    font-size: 1em;
}
.btnMarron:hover{
    background-color: var(--morado);
    color: var(--blanco);
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    padding: 10px 15px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
    height: auto;
    line-height: 25px;
    letter-spacing: .1rem;
    /* text-transform: uppercase; */
    font-size: 1em;
}
a.btnMarron {
    text-decoration: none;
    color: var(--blanco);
}
a.btnMarron:hover {
    text-decoration: none;
    color: var(--blanco);
}

.aviso {
    color: var(--negro);
    transition: 0.5s;
}

.aviso:hover {
    box-shadow: 0px 0px 20px #888888;
    border: 1px solid #b3b3b3;
    /*background-color: #e3e3e3;*/
}

/* Fin de estilos para botones */
/*imagen responsiva*/
.img_responsiva {
    width: 100%;
    height: auto;
}


.splide {
    margin: 0 auto;
  }
  .splide__slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

  .thumbnails {
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    justify-content: center;
  }

  .thumbnail {
    width: 70px;
    height: 70px;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
    opacity: 0.3;
  }

  .thumbnail.is-active {
    opacity: 1;
  }

  .thumbnail img {
    width: 100%;
    height: auto;
  }

/*fin de imagen responsiva*/
/* Fin de bloque de estilos Octavio */

/*--------------------------------------------*/

/* Estilos Alex */
.icono {
    height: 150px;
}

.iconos {
    padding: 5% 0;
}

.blanco {
    color: var(--blanco)
}

.bck_gris-oscuro {
    background-color: var(--grisOscuro)
}

.bck_gris-claro {
    background-color: var(--grisClaro)
}


@media screen and (max-width:900px) {
.menuSec{
    display: flex;
    width: auto;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.jurGrid{
    display: grid;
    grid-template-columns: 100%;
}
.jurGridCol{
    width: auto;
    padding: 1px 2% 1px 2%;
    margin: 1px;
}
.jurTit{
    display: block;
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
}

}

@media screen and (max-width:700px) {
    .hamburguesa{
        color: rgb(255, 255, 255);
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        line-height: 40px;
        background-color: var(--marron);
        padding: 0px 3%;
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
        z-index: 100;
    }
    .manita{
        cursor: pointer;
    }
    .ocultar{
        display: none;
    }
    .backtit{
        padding: 1%;
        /* height: 250px; */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .backtit h1{
        font-size: 3.5rem;
    }
    .menu {
        /* display: flex; */
        flex-direction: column;
        line-height: 40px;
        background-color: var(--marron);
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
        z-index: 100;
    }

    .botonera {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .botoneraCol {
        width: 50%;
        padding-bottom: 3%;
    }

    .btnGris {
        background-color: var(--gris);
        color: var(--negro);
        display: inline-block;
        border-radius: 4px;
        text-decoration: none;
        padding: 2%;
        cursor: pointer;
        box-sizing: border-box;
        /* height: 38px; */
        letter-spacing: .1rem;
        text-transform: uppercase;
        font-size: 1em;
        line-height: 160%;
    }

    .btnGris:hover {
        background-color: var(--grisOscuro);
        color: var(--blanco);
        display: inline-block;
        border-radius: 4px;
        text-decoration: none;
        padding: 2%;
        cursor: pointer;
        box-sizing: border-box;
        /* height: 38px; */
        letter-spacing: .1rem;
        text-transform: uppercase;
        font-size: 1em;
    }

    .btnMorado {
        background-color: var(--morado);
        color: var(--blanco);
        display: inline-block;
        border-radius: 4px;
        text-decoration: none;
        padding: 2%;
        cursor: pointer;
        box-sizing: border-box;
        line-height: 38px;
        letter-spacing: .1rem;
        text-transform: uppercase;
        font-size: 1em;
    }

    .btnMorado:hover {
        background-color: var(--grisOscuro);
        color: var(--blanco);
        display: inline-block;
        border-radius: 4px;
        text-decoration: none;
        padding: 2%;
        cursor: pointer;
        box-sizing: border-box;
        line-height: 38px;
        letter-spacing: .1rem;
        text-transform: uppercase;
        font-size: 1em;
    }
}




/* ============================================================
  DEMO 3 - BACKGROUND VIDEO
============================================================ */
#cmn-video-demo3__container {
    position: relative;
    margin: 0 0 0 0;
    height: 300px;
    background-color: #282828;
    overflow: hidden;
}

#cmn-video-demo3__video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 600px;
    height: auto;
    transform: translate(-50%, -50%);
}

#cmn-video-demo3__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 80px 20px;
    text-align: center;
}

#cmn-video-demo3__content h2,
#cmn-video-demo3__content p,
#cmn-video-demo3__content a {
    color: #fff;
    text-shadow: -1px 1px 4px rgba(0, 0, 0, 0.6);
}

#cmn-video-demo3__content h2 {
    font-family: "Roboto Slab", serif;
    font-size: 30px;
}

#cmn-video-demo3__content p {
    margin-bottom: 40px;
}

#cmn-video-demo3__content a {
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    font-family: "Roboto Slab", serif;
    border: solid 1px #fff;
    transition: background 0.3s, color 0.3s, text-shadow 0.3s;
}

#cmn-video-demo3__content a:hover {
    background-color: #fff;
    color: #787878;
    text-shadow: none;
}

@media all and (min-width: 1024px) {
    #cmn-video-demo3__container {
        height: 500px;
    }

    #cmn-video-demo3__video {
        width: 1900px;
    }

    #cmn-video-demo3__content {
        padding: 200px 20px;
    }

    #cmn-video-demo3__content h2 {
        font-size: 54px;
    }

    #cmn-video-demo3__content p,
    #cmn-video-demo3__content a {
        font-size: 24px;
    }
}



/* ============================================================
  DEMO 3 - BACKGROUND VIDEO
============================================================ */