@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');



/* @font-face {
	font-family: 'londrina_solidblack';
	src: url('londrinasolid-black-webfont.woff2') format('woff2'),
		url('londrinasolid-black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}




@font-face {
	font-family: 'londrina_solidregular';
	src: url('londrinasolid-regular-webfont.woff2') format('woff2'),
		url('londrinasolid-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

} */

@font-face {
    font-family: 'heavitasregular';
    src: url('heavitas-webfont.woff2') format('woff2'),
        url('heavitas-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
    font-family: 'Montserrat', sans-serif;
    background-color: #fee0ab;
    font-size: 18.5px;
    font-weight: 400;
    margin: 0px;
    color: #632b1c;
    text-align: center;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #632b1c;
    /* text-decoration: underline; */
}

a:hover {
    color: #e06800;
}

p {
    font-size: 1em;
    font-weight: 300;
}

.logo {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    max-width: 460px;
    width: 100%;
    height: auto;
}

.fondo {
    /* background-image: url(../image/fondo25.webp); */
    /* background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed; */
    /* background-size: cover; */


    /*for ios*/

    /* -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
    /* background-position: center center;

	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative; */
    width: 100%;
    margin: 0 auto;

}

.fondo2 {
    /* background-image: url(../image/fondo22-2.jpg); */
    background-repeat: no-repeat;
    background-position: left;
    background-attachment: fixed;
    min-height: 100vh;
}

/* STRUCTURE */

#pagewrap {
    width: 100%;
    max-width: 1200px;
    color: #632b1c;
    margin: 0 auto;
    margin-top: 2em;

}

header {
    height: 100px;
    padding: 0 15px;
}

* {
    box-sizing: border-box;
}

h1 {
    /* font-family: 'londrina_solidblack'; */
    font-family: 'heavitasregular';
    text-align: center;
    font-weight: normal;
    font-size: 2em;
    text-transform: uppercase;
    color: transparent;
    color: #9b7a39;
    /* -webkit-text-stroke: 2px #9b7a39; */
}

h1 strong {
    color: #632b1c;

}

h2 {
    font-weight: 500;
    line-height: 1em;
    color: #632b1c;
    /* font-family: 'londrina_solidblack'; */
    font-family: 'heavitasregular';

    font-size: 2em;

    /* text-transform: uppercase; */
}

h3 {
    /* font-family: 'londrina_solidblack'; */
    font-family: 'heavitasregular';
    text-align: center;
    font-size: 1.4em;
    line-height: 0.9em;
    font-weight: 300;
    color: #9b7a39;
    margin-block-start: 0.3em;
    margin-block-end: 0.3em;
}

h3 strong {
    color: #632b1c;

}

h4 {
    /* font-family: 'londrina_solidblack'; */
    /* font-family: 'heavitasregular'; */
    font-size: 1.3em;
    font-weight: 500;
    /* line-height: 1em; */
    /* text-transform: uppercase; */
    /* border-style: solid; */
    /* border-width: 3px; */
    border-color: white;
    /* background-color: #94302a; */
    width: fit-content;
    color: #fff;
    margin: 0 auto;
    padding: 2%;
}

h4 a {
    padding: 0.5em;
    text-decoration: none;
}

h5 {
    font-size: 1em;
    font-weight: 500;
    line-height: 1em;
    /* text-transform: uppercase; */
    background-color: #2d398b;
    width: fit-content;
    color: #fff;
    margin: 0 auto;
    padding: 7%;
    border-radius: 10px;
}

hr {
    width: 40%;
    border: 1px solid #e06800;
    margin-bottom: 3em;
    margin-top: 3em;
}

strong {
    font-weight: bold;
}

.boton {
    /* font-family: 'londrina_solidblack', cursive; */
    font-family: 'heavitasregular';

    font-size: 1.5em;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #632b1c;
    color: #e06800;
    width: fit-content;
    margin: 0 auto;
    padding: 1%;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
    /* border: 1px; */
    border-color: #fff;
    border: solid 2px;
    margin: 1em;
}



.boton a {
    text-decoration: none;
}

.boton:hover {

    background-color: #e06800;
    color: #632b1c;
    border-color: #632b1c;
}

.destaque {
    font-size: 2.2em;
    font-weight: 500;
    line-height: 1em;
    /* font-family: 'londrina_solidblack'; */

    font-family: 'heavitasregular';
    text-align: center;
    text-transform: uppercase;
}

#derecha_marco {
    float: left;
    width: 320px;
    height: 450px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    background-color: rgba(204, 204, 204, 0.21);
}

span {
    display: table-cell;
    vertical-align: middle;
}

.social-icons {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.social-icons img {
    max-width: 50px;
    width: 100%;
    height: auto;
    padding: 10px;
}

.contenedor_descripcion,
.contenedor_festival {
    margin: 0 auto;
    font-size: 1.1em;
    text-align: justify;

}

.contenedor_concurso {
    width: 100%;
    margin: 0 auto;
    text-align: justify;
}

.contenedor_festival {
    width: 100%;
    font-weight: 600;
    column-count: 2;
    column-gap: 3em;
}

.contenedor_descripcion p {
    text-align: justify;
}

.contenedor_descripcion img {
    max-width: 480px;
    width: 100%;
    height: auto;
}

.contenedor_entradas {
    /*background-color: #37388b;*/

    text-align: center;
    padding: 2em;
    clear: both;
}

.contenedor_intro {
    width: 80%;
    margin: 0 auto;

}

.contenedor_contacto {
    /*background-color: #37388b;*/
    text-align: center;
    padding: 1em;
    clear: both;
    margin: 0 auto;
    width: 100%;
}

.contenedor {
    width: 100%;
    /* min-height: 400px; */
    max-width: 1280px;
    margin: 0 auto;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fondo_isq {
    position: fixed;
    top: 0;
    z-index: -1;
}

.fondo_der {
    position: fixed;
    top: 0;
    z-index: -1;
    right: 0;
}

fotos_fondo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.fotos_fondo img {
    width: 90%;
    max-width: 750px;
    height: auto;
}

/* #izquierda, #middle, #derecha {
	width: 33%;
	min-height: 320px;
	height: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	overflow: hidden;
	float: left;
} */
#izquierda,
#middle,
#derecha,
#lista_artistas {
    width: 45%;
    min-height: 320px;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: justify;
    overflow: hidden;
    float: left;
}

.header,
#izquierda,
#middle,
#derecha,
#derecha_marco {
    margin-bottom: 5%;
}

#izquierda {
    text-align: left;
    /* font-family: 'londrina_solidblack', cursive; */
    font-family: 'heavitasregular';

}

#lista_artistas {
    width: 96%;
    margin: 2%;
    padding: 5px 0px 5px 0px;
    text-align: left;
    /* border: 1px solid #fff; */
    min-height: auto;
    border-radius: 2em;
    color: #000;
    background-color: #d9b387;

}

#middle img {
    width: 90%;
    max-width: 400px;
    height: auto;
    border-radius: 50%;
    border-style: solid;
    border-width: 10px;
    border-color: #9b7a39;
    display: inline-block;
    margin: 0 auto;
    /* padding: 0.3em;*/
}

#izquierda img,
#derecha img {
    width: 100%;
    height: auto;
    /* border-radius: 50%; */
    display: inline-block;
    margin: 0 auto;
}

.circulo_fecha {
    border-radius: 50%;
    display: inline-block;
    background-color: #ae599a;
    max-width: 200px;
    max-height: 200px;
}

.foto_portada img {
    width: 100%;
    height: auto;
}

.vertical-align-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
}

.vertical-align {
    display: table-cell;

}

.vertical-align--middle {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    padding: 5%;
}

.vertical-align--bottom {
    vertical-align: bottom;
}

.video_2018 {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-top: 2em;
    max-width: 990px;
}

/* GALERIA */

.galeria-container {
    /* width: 100%; */
    /* max-width: 900px; */
    /*min-width: 320px;*/
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
    margin-top: 1em;
}

.swiper-container {
    width: 100%;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .9;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #632b1c;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 2px 4px;
}

.galeria_texto {
    /*padding: 50px 100px; */
    padding: 0px;
    color: #632b1c;
    text-align: center;
    clear: both;
    font-size: 0.9em;
    line-height: 0em;
    padding-bottom: 2.5em;
    font-weight: 500;
    padding-top: 10px;
}

/*nav mobil */

.nav_mobil {
    width: 100%;
    /* max-width: 1280px; */
    text-transform: uppercase;
    padding-top: 2px;
    padding-bottom: 20px;
    /* width: 100%; */
    margin: 0 auto;
    z-index: 980;
    top: 0;
    /* bottom: 0; */
    left: 0;
    right: 0;
    height: auto;
    position: fixed;
    /* background-color: #fee0ab; */
}

.nav_mobil img {
    position: relative;
    width: 50px;
    height: auto;
    top: 1em;
    float: left;
    margin-left: 20px;
    padding-bottom: 15px;

}

#premios img {
    max-width: 100px;
    height: auto;
    width: 20%;

}

/* BURGER NAV */

.burger_nav {
    position: absolute;
    top: 15px;
    /* left: 20px; */
    right: 0;
    font-size: 50px;
    cursor: pointer;
    /* padding: inherit; */
    width: 55px;
    color: #9b7a39;
    z-index: 990;
    background-color: #f1debb;
}

/* nav */

.nav {
    padding-top: 20px;
    padding-bottom: 15px;
    width: 100%;
    color: #9b7a39;
    text-align: center;
    position: absolute;
    margin: auto;
    z-index: 500;
    top: 0;
    /* bottom: 0; */
    left: 0;
    right: 0;
    word-spacing: 85px;
    position: fixed;
    font-family: 'Oswald', sans-serif;
    font-size: 1.4em;
    border-radius: 0px 0px 50px 50PX;
}

.nav img {
    width: 186px;
    height: auto;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
}

.nav a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: 1.5s;
}

.nav a:hover,
.offcanvas a:focus {
    color: #e06800;
}

.sidenav {
    height: 100%;
    /* height: 380px; */
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0px;
    background-color: #722916;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 80px;

    text-transform: uppercase;
    overflow: hidden;
    text-align: right;
    color: #000;
}

.sidenav a {
    padding: 8px 3vw 8px 3vw;
    text-decoration: none;
    font-size: 2em;
    display: block;
    font-weight: 900;
    font-size: 4em;
    color: #000;
    /* font-family: 'londrina_solidblack'; */
    font-family: 'heavitasregular';

    text-transform: uppercase;
    color: transparent;
    color: #e06800;
    transition: 0.5s;
    /* -webkit-text-stroke: 2px #94302a; */
}

.sidenav a:hover,
.offcanvas a:focus {
    color: #fff;

}

.sidenav .closebtn {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 3em;
    /* color: #000; */
    font-family: 'Montserrat';

    /* margin-left: 50px; */
    /* background-color: #fff; */

}

.sidenav_linea {
    width: 128px;
    border-style: solid;
    border-color: #efead7;
    background-color: transparent;
    border-width: 0px 0px 1px;
    overflow: hidden;
    margin-left: 30px
}

.logos_contenedor {
    background-color: #fff;
    margin: 0 auto;
    padding: 1em;
}

.logos_apoyan {
    /* background-color: #fff; */
    display: flex;
    /* flex-direction: row; */
    /* align-content: center; */

    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 2em;
}


.logos_apoyan img {
    padding-bottom: 1em;
    max-height: 80px;
    width: auto;
    padding: 1em;
}

.logos_colaboran {
    background-color: #f1debb;
    display: flex;
    border-radius: 3em 3em 0 0;
    /* flex-direction: row; */
    /* align-content: center; */

    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 1em;
}

.logos_colaboran img {
    padding-bottom: 1em;
    max-width: 100%;
    height: auto;
    padding: 1.5em;
}

.logos_contenedor img {
    padding-right: 2em;
    width: 100%;
    max-width: 94px;
    height: auto;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

/* for 480px or less */

@media screen and (max-width: 1200px) {
    .video_portada {
        /* visibility: hidden; */
        margin-top: 70px;
    }
}

/* for 980px or less */

@media screen and (max-width: 990px) {
    #pagewrap {
        width: 100%;
    }

    #izquierda {
        width: 49%;
        /*padding: 1% 4%;*/
    }

    .contenedor {
        background-color: #fee0abbf;
        border-radius: 1em;
        margin-bottom: 1em;
    }

    .fondo_isq img {
        height: 110vh;
    }

    .fondo_der img {
        height: 110vh;
    }

    #middle {
        width: 49%;
        /*padding: 1% 4%;*/
        margin: 0px 0px 5px 5px;
        float: right;
    }

    #derecha {
        clear: both;
        /*padding: 1% 4%;*/
        width: auto;
        float: none;
    }

    #derecha_marco {
        clear: both;
        height: 320px;
        width: auto;
        float: none;
    }

    header,
    footer {
        padding: 1% 4%;
    }

    #izquierda img,
    #middle img,
    #derecha img {
        width: 60%;
    }

    header,
    #izquierda,
    #middle,
    #derecha,
    #derecha_marco,
    #lista_artistas {
        margin-bottom: 0px;
        padding-left: 0%;
        padding-right: 0%;
        height: auto;
        min-height: auto;
        width: 100%;
        /* margin: 0 auto; */
        padding: 1%;
        /* margin: 1%; */
        width: 96%;
    }

    .vertical-align--middle {
        padding: 1em;
    }

    .nav {
        word-spacing: 60px;
    }

    .contenedor_descripcion {
        width: 80%;
    }
}

/* for 700px or less */
@media screen and (max-width: 980px) {
    .contenedor {
        display: block;
    }

    .logos_apoyan {
        flex-direction: column;
    }

    .logos_apoyan img {
        padding: 0.5em;
    }
}

@media screen and (max-width: 780px) {

    h1 {
        font-size: 4em;
    }

    h2 {
        font-size: 1.5;
    }

    .burger_nav {
        display: block;
        visibility: visible;
    }




    .logos_colaboran {
        padding: 0;
    }


    .sidenav {
        visibility: visible;
    }

    .sidenav a {
        font-size: 2.5em;
        /* -webkit-text-stroke: 1px #94302a; */
    }

    .nav_mobil {
        visibility: visible;
    }

    .nav {
        visibility: hidden;
    }

    #izquierda {
        width: auto;
        float: none;
    }

    #middle {
        width: auto;
        float: none;
    }

    #derecha {
        width: auto;
        float: none;
    }

    #derecha_marco {
        width: auto;
        float: none;
    }

    #izquierda,
    #middle,
    #derecha {
        padding: 0px;
        margin: 0px;
        padding-top: 1.5em;
    }
    #derecha .social-icons img {
        width: 60px;
        height: auto;
        padding: 10px;
    }
    .swiper-pagination {
        visibility: hidden;
    }

    .contenedor_festival {
        column-count: 1;
        padding: 1em;
    }

}

/* for 480px or less */

@media screen and (max-width: 480px) {

    .boton {
        font-size: 1em;
        padding: 0.5em;
    }

    .contenedor_festival,
    .contenedor_concurso {
        column-count: 1;
        font-size: 1em;
        padding: 1em;
    }

    .contenedor_intro {
        width: 70%;
    }

    .destaque {
        font-size: 1em;
    }

    .fotos_fondo img {
        width: 75%;
    }

    #pagewrap {
        margin: 0 auto;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    header {
        height: auto;
    }

    h1 {
        font-size: 1.2em;
    }

    h3 {
        font-size: 1.2em;
    }

    header,
    #izquierda,
    #middle,
    #derecha,
    #derecha_marco {
        margin-bottom: 0px;
        padding-left: 0%;
        padding-right: 0%;
        height: auto;
        min-height: auto;
        padding-top: 1em;
        /* text-align: left; */
    }

    .vertical-align--middle {
        padding: 0.5em;
        padding-top: 1em;
        width: 90%;
    }



    .nav_mobil img {
        position: relative;
        width: 50px;
        height: auto;
        top: 0.55em;
        float: left;
        margin-left: 0px;
        padding-bottom: 5px;

    }
}