*::selection {
    background: rgba(79, 55, 41,0.5);;
    color: #fff;
}
body{
	margin:0;
	padding:0;
	font-size: 16px;
    background-image: url(../images/noise.png),rgb(240,224,202); /* Old browsers */
    background-image: url(../images/noise.png),-moz-radial-gradient(center, ellipse cover, rgba(240,224,202,1) 0%, rgba(216,188,163,1) 100%); /* FF3.6-15 */
    background-image: url(../images/noise.png),-webkit-radial-gradient(center, ellipse cover, rgba(240,224,202,1) 0%,rgba(216,188,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background-image: url(../images/noise.png),radial-gradient(ellipse at center, rgba(240,224,202,1) 0%,rgba(216,188,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#fondo-body{

}
img{
	max-width: 100%;
}
a{
    color: #000;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
a img:hover{
    opacity: 0.8;
}
i{
    font-size: 1.05em;
}

#header-campaign {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 93%;
    margin: 0px auto 0px auto;
    max-width: 1800px;
}
#header-logo{
    flex: 2;
    align-self: center;
}
#header-copy {
    flex: 7;
}
#header-copy h2 {
    font-family: 'UnifrakturMaguntia';
    font-size: 7em;
    color: #000;
    text-shadow: 3px 3px 0px rgba(79, 55, 41,0.5);
    margin: 0.35em 0;
}
div#header-data {
    display: flex;
    justify-content: center;
    font-family: 'UnifrakturMaguntia';
    width: 65%;
    margin: -70px auto 20px auto;
}
div#header-data p {
    align-self: center;
    flex: 1;
    text-align: center;
}


#menu-wrapper {
    width: 93%;
    margin: 0 auto;
    margin-top: -15px;
    max-width: 1800px;
}
#menu-wrapper hr {
    border: 1px solid #000;
    margin: 5px 0;
}
nav{
	font-family:'Cormorant';
}
nav ul {
    display: flex;
    text-align: center;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    justify-content: center;
    font-size: 1.4em;
    font-weight: 500;
    margin: 15px 0;
}
nav li {
    margin: 0 30px;
    flex: 1;
}
nav a{
	color:#000;
	text-decoration:none;
    cursor: pointer;
}

main{
	font-family: 'Cormorant Garamond';
}
main h1 {
    font-size: 7.5em;
    font-weight: 600;
    margin: 10px 0 5px 0;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}
main h2 {
    font-size: 4.5em;
    font-weight: 600;
    margin: -25px 0 5px 0;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}
#main-page{
	/*-moz-column-count: 2;
    -moz-column-gap: 35px;
    -moz-column-fill: auto;
    -webkit-column-count: 2;
    -webkit-column-gap: 35px;
    -webkit-column-fill: auto;
    column-count: 2;
    column-gap: 35px;
    column-fill: auto;*/
}
.content-boxed{
	max-width: 100%;
	width: 1150px;
	margin: 0 auto;
}
#bloque-100 {
    display: flex;
    border-bottom: 1px solid #000;
}
#bloque-50 {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-bottom: 20px; /*PARA SEPARAR LAS BARRAS*/
}
#bloque {
    padding: 5px 10px;
}
#bloque h3 {
    font-size: 2.5em;
    font-weight: 400;
    margin: 15px 0 -5px 0;
}
.bloque-categorias-bases {
    flex-direction: row !important;
    margin-bottom: 0 !important;
}
div#text-wrapper p {
    font-size: 1.2em;
    margin: 5px 0;
}
#bloque-title {
    margin-top: -25px;
}
.image-premios {
    float: right;
    margin: 20px 0px 10px 15px;
    width: 330px;
    max-width: 60%;
}
.bloque-albert, .bloque-jurado {
    margin-top: 0px !important;
    display:flex !important;
    flex: 1;
}
.bloque-albert #image-wrapper, .bloque-jurado #image-wrapper {
    margin: 5px 20px 5px 5px;
    flex: 2;
    align-self: center;
}
.bloque-albert #text-wrapper, .bloque-jurado #text-wrapper{
	flex: 3;
    align-self: center;
}
.leer-mas{
    text-align: right;
}
.leer-mas a{
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
.leer-mas a:hover{
    text-decoration: underline;
}
.right-border{
    border-right: 1px solid #000;
}
.bloque-inscripcion hr, .bloque-premios hr, .bloque-anterior hr {
    border-bottom: 1px solid #000;
    border-top: none;
    width: 100%;
    margin: 0 auto;
}

/*SPONSORS*/
#logo-footer {
    text-align: center;
    margin: 50px auto 40px auto;
}
#logo-footer img {
    width: 100%;
}
#sponsors-wrapper {
    text-align: center;
    font-family: 'Cormorant Garamond';
}
#sponsors-wrapper h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.6em;
}
#sponsors-wrapper img {
    width: 16%;
    margin: -10px 2% 1% 2%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/*FOOTER*/
footer{
    font-family: 'Cormorant Garamond';
}
footer hr {
    width: 93%;
    border: 1px solid #000;
    margin: 8px auto;
    max-width: 1800px;
}
#footer-wrapper {
    display: flex;
    justify-content: center;
    margin: 35px auto;
}
#footer-column-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    margin: 0 2%;
}
#footer-column {
    flex: 1;
    font-weight: 600;
}
#footer-column ul, #footer-column nav {
    padding: 0;
    list-style: none;
    margin: 20px 0 30px 0;
}
#footer-column li {
    margin: 10px 0;
}
#footer-column h4 {
    text-transform: uppercase;
    font-size: 1.3em;
    margin: 10px 0px 10px 0;
}
#footer-column a {
    text-decoration: none;
    color: #000;
}
#footer-column a:hover {
    text-decoration: underline;
}
#footer-column img {
    margin-bottom: 40px;
}
.footer-logos{
    margin-top: 20px !important;
}
.mayusculas{
    text-transform: uppercase;
}
#menu-footer li:before{
    content: "> "
}
.titulo-menu-footer:before{
    content: "" !important;
}
.contacto-footer {
    font-size: 1.2em;
}
.contacto-footer h4{
    font-size: 1.1em !important;
}


#footer-bar {
    display: flex;
    text-align: center;
    justify-content: center;
    font-weight: 600;
}
#footer-bar a{
    text-decoration: none;
    color: #000;
}
#footer-bar a:hover{
    text-decoration: underline;
}
#footer-bar-column {
    flex: 1;
    align-self: center;
}
#footer-bar-column ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
.aviso-legal {
    flex: 2 !important;
}
.aviso-legal li{
    margin: 0 10px;
}
.rrss-footer img {
    width: 30px;
    margin: 0 10px;
}
#fondo-footer {
    
}



/*CARTA*/
.visible{
    display: block !important;
}
.oculto{
    display: none !important;
}

/*PARA EL POP UP*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    padding-bottom: 100px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 90%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 1250px;
    max-width: 90%;
    /*text-align: center;*/
    background-image: url(../images/noise.png),rgb(240,224,202); /* Old browsers */
    background-image: url(../images/noise.png),-moz-radial-gradient(center, ellipse cover, rgba(240,224,202,1) 0%, rgba(216,188,163,1) 100%); /* FF3.6-15 */
    background-image: url(../images/noise.png),-webkit-radial-gradient(center, ellipse cover, rgba(240,224,202,1) 0%,rgba(216,188,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background-image: url(../images/noise.png),radial-gradient(ellipse at center, rgba(240,224,202,1) 0%,rgba(216,188,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*background-size: cover;*/
}

/* The Close Button */
.close {
    color: #5f401a;
    float: right;
    font-size: 30px;
    font-family: Verdana;
}

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


/*INSCRIPCIÓN*/
#formulario-inscripcion-wrapper {
    font-family: Allura;
    font-size: 3em;
    line-height: 1em;
}
#formulario-inscripcion-wrapper p {
    margin: 0.3em 0;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
input.input-form-candidacy, input.input-form-person {
    width: 600px;
    max-width: 100%;
    height: 50px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    font-family: Allura;
    font-size: 0.8em;
    padding: 1px 15px;
    margin: 5px 0;
}
input.input-form-candidacy:focus, input.input-form-person:focus{
    outline: none;
}
select {
    font-family: Allura;
    font-size: 0.9em;
    background: transparent;
    border: none;
}
select:focus{
    outline: none;
}
option{
    background-image: url('../images/carta-antigua-landscape.jpg');
}
.titulo-candidatura {
    font-family: 'UnifrakturMaguntia';
    font-size: 1.1em;
    color: #000;
    /*text-shadow: 2px 2px 0px rgba(79, 55, 41,0.5);*/
    margin: 0.35em 0 !important;
    text-align: center;
    color: #5f401a;
}
.no-float{
    float: none !important;
    width: 96% !important;
    text-align: center !important;
}
#form-box {
    float: left;
    width: 44%;
    margin: 0px 3% 30px 3%;
}
.file-upload p {
    font-size: 0.8em;
}
.categoria {
    margin: 50px 0 0 0 !important;
}
.send-box{
    width: 96% !important;
}
.sello {
    /*display: none;*/
    float: left;
    position: relative;
    top: -260px;
    left: 77%;
    z-index: 1;
    width: 220px;
}
#enviar:hover .sello{
    display: block !important;
}
input[type="submit"] {
    width: 45%;
    background: transparent;
    border: none;
    font-family: Allura;
    font-size: 1em;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 80px;
}
input[type="submit"]:hover{
    text-decoration: underline;
}
input[type="checkbox" i] {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
.titulos-formulario{
    color: #5f401a;
}



/*PAGES*/
#inside-page p {
    font-size: 1.15em;
    font-weight: 500;
}
#inside-page h3 {
    font-size: 2.5em;
    font-weight: 400;
    margin: 15px 0 -5px 0;
}
#inside-page h4 {
    font-size: 1.3em;
    margin: 30px 0 -5px 0;
}
#page-header-image {
    margin-top: 20px;
}



/*ENTREGA DE PREMIOS*/
#mapa {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
    width: 90%;
    margin: 35px auto;
}
#mapa iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*SALA DE PRENSA*/
#commercial-image {
    float: right;
    width: 35%;
    margin: 20px;
}



/*ALBERT JOVELL*/
.page-image-float {
    float: right;
    margin: 10px;
}


/*INSCRIPCIÓN*/
#confirmacion-envio{
    margin: 20px;
    font-size: 1.2em;
}
div#imagen-boton-enviar {
    text-align: center;
    width: 35%;
    margin: 0 auto;
}


/*EDICIÓN ANTERIOR*/
.sub-titular {
    font-size: 1.8em !important;
    font-weight: 700 !important;
    margin-top: 45px;
}
#video-index-wrapper {
    width: 95%;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
#module-title {
    font-family: Rokkitt;
    font-size: 45px;
    margin: 5px 0;
    color: #a053a0;
    margin-bottom: 40px;
}
#video-index {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 40px;
}
#video-index iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}