@charset "UTF-8";

/*
font-family: 'Roboto', sans-serif;
*/

html, body{
    width: 100%;
    height:100%;
    margin:0;
    padding:0;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Times New Roman', Times, serif;
    background-color: #000;
    color: #f5f5f5;
}

a{
    text-decoration: none;
    color: #f5f5f5;
}

.clear{
    clear: both;
}

::-moz-selection {
background: #FFEB3B;
}
::selection {
    background: #FFEB3B;
}

/*header*/
header{
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 5;
}


/*contenido*/
.wrapper{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.wrapper.w_home{
    
}



/*footer*/
footer{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 5;
}

.pizarra_over{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    margin: 0;
    padding: 0;
}

#pizarra{
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    background-color: #000;
    margin: 0;
    padding: 0;
}

.wrapper.w_home{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    user-select: none;
    cursor: none;
}



.btn_headeer{
    position: absolute;
    z-index: 5;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 100px;
    cursor: pointer;
}

.btn_headeer img{
    max-height: 40px;
    width: auto;
}

.btn_headeer.btn_headeer_tl{
    top: 0px;
    left: 40px;
}

.btn_headeer.btn_headeer_tc{
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
}

.btn_headeer.btn_headeer_tr{
    top: 0px;
    right: 40px;
}

.btn_headeer.btn_headeer_bl{
    bottom: 0px;
    left: 40px;
}

.btn_headeer.btn_headeer_bc{
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}

.btn_headeer.btn_headeer_br{
    right: 40px;
    bottom: 0px;
}


.idioma_h{
    position: absolute;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 4;
}
.idioma_h.idioma_h_lt{
    left: 30px;
    top: -o-calc(50% - 60px);
    top: -ms-calc(50% - 60px);
    top: -moz-calc(50% - 60px);
    top: -webkit-calc(50% - 60px);
    top: calc(50% - 60px);
}
.idioma_h.idioma_h_lc{
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.idioma_h.idioma_h_lb{
    left: 30px;
    bottom: -o-calc(50% - 60px);
    bottom: -ms-calc(50% - 60px);
    bottom: -moz-calc(50% - 60px);
    bottom: -webkit-calc(50% - 60px);
    bottom: calc(50% - 60px);
}
.idioma_h.idioma_h_rt{
    right: 30px;
    top: -o-calc(50% - 60px);
    top: -ms-calc(50% - 60px);
    top: -moz-calc(50% - 60px);
    top: -webkit-calc(50% - 60px);
    top: calc(50% - 60px);
}
.idioma_h.idioma_h_rc{
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.idioma_h.idioma_h_rb{
    right: 30px;
    bottom: -o-calc(50% - 60px);
    bottom: -ms-calc(50% - 60px);
    bottom: -moz-calc(50% - 60px);
    bottom: -webkit-calc(50% - 60px);
    bottom: calc(50% - 60px);
}

.imagen_centrada{
    width: -o-calc(100% - 240px);
    width: -ms-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
    left: 120px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.imagen_centrada img{
    max-width: 100%;
    padding-top: 84px;
}

.imagen_centrada p{
    font-size: 36px;
    margin: 0;
}






/*Interiores*/

/*header*/

header{}

.header_int{
    width: -o-calc(100% - 80px);
    width: -ms-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    margin: auto;
    height: 100%;
}

.menu_ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    width: 100%;
    line-height: 100px;
    position: relative;
}

.menu_li{
    position: absolute;
    text-align: center;
}

.menu_li .tit{
    max-height: 40px;
    width: auto;
}

.hover{
    display: none;
    position: absolute;
    max-width: 100%;
    height:auto;
}

.menu_li:hover .hover{
    display: block;
}

.btn_headeer:hover .hover{
    display: block;
}

.header_int .menu_ul{
}

.header_int .menu_li{
}

.menu_li.menu_li_tl{
    left: 0;
}
.menu_li.menu_li_tl .hover{
    top: 20px;
    left: -6px;
    max-height: 87px;
    width: auto;
    max-width: 150px;
    height: auto;
}

.btn_headeer.btn_headeer_tl .hover{
        top: 10px;
    max-width: inherit;
    left: -20px;
    max-height: 75px;
}

.btn_headeer.btn_headeer_tc .hover{
    position: absolute;
    top: 0;
    left: 40px;
    max-height: 80px;
}

.menu_li.menu_li_tc .hover{
    position: absolute;
    top: 0;
    left: 40px;
    max-height: 80px;
}

.menu_li.menu_li_tc{
    left: 50%;
    transform: translateX(-50%);
}

.menu_li.menu_li_tr{
    right: 0;
}
.menu_li.menu_li_tr .hover{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.btn_headeer.btn_headeer_tr .hover{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-height: 43px;
}

.menu_li.menu_li_bl{
    left: 0;
}
.menu_li.menu_li_bl .hover{
    top: 0px;
    left: -14px;
    max-width: 130%;
}

.btn_headeer.btn_headeer_bl .hover{
    top: 0px;
    left: -14px;
    max-width: inherit;
    max-height: 85px;
}




.menu_li.menu_li_bc{
    left: 50%;
    transform: translateX(-50%);
}
.menu_li.menu_li_bc .hover{
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 140%;
    left: 50%;
}
.btn_headeer.btn_headeer_bc .hover{
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: inherit;
    max-height: 80px;
    left: 50%;
}



.menu_li.menu_li_br{
    right: 0;
}
.menu_li.menu_li_br .hover{
    top: 50%;
    transform: translateY(-50%);
    max-width: 120%;
    right: -22px;
}
.btn_headeer.btn_headeer_br .hover{
    top: 50%;
    transform: translateY(-50%);
    max-width: inherit;
    right: -22px;
    max-height: 80px;
}




/*footer*/

footer{}

.footer_int{
    width: -o-calc(100% - 80px);
    width: -ms-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    margin: auto;
    height: 100%;
}

.footer_int .menu_ul{}

.footer_int .menu_li{}

/*idiomas*/

.idiomas{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}

.idioma_ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.idioma_ul li{
    font-weight: 300;
    text-transform: uppercase;
    padding: 18px 0px;
}

.idiomas.idioma_r{
    right: 30px;
}

.idiomas.idioma_l{
    left: 30px;
}

/*content*/

.wrapper{}

.content{
    position: relative;
    width: 940px;
    margin: auto;
    padding: 100px 0px;
}

.content_int{}

.columna_nav{
    width: 260px;
    position: fixed;
    top: 120px;
    left: -o-calc(50% - 470px);
    left: -ms-calc(50% - 470px);
    left: -moz-calc(50% - 470px);
    left: -webkit-calc(50% - 470px);
    left: calc(50% - 470px);
    font-family: 'Roboto', sans-serif;
}

.columna_nav_ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.columna_nav_li{
    cursor: pointer;
    margin-bottom: 4px;
}

.fl_act{
    display: none;
    height: 24px;
    width: auto;
    vertical-align: middle;
    padding-left: 5px;
    width: 55px;
}

.cnl_c{
    display: inline-block;
    vertical-align: middle;
    min-height: 24px;
    max-width: -o-calc(100% - 65px);
    max-width: -ms-calc(100% - 65px);
    max-width: -moz-calc(100% - 65px);
    max-width: -webkit-calc(100% - 65px);
    max-width: calc(100% - 65px);
    font-size: 16px;
}


.columna_nav_li.act .fl_act{display: inline-block;}

.columna_content{
    width: -o-calc(100% - 300px);
    width: -ms-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    margin-left: 300px;
}

.section_nav{
    font-size: 18px;
    line-height: 150%;
}

.section_nav h2{
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
}

.section_nav ol{
    padding: 0;
}

.section_nav li{
    list-style-position: inside;
}

.section_nav p{
    margin-top: 0;
}


.frase{}

.frase p{
    text-align: center;
    font-size: 56px;
}

.imagenes{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 200px;
}

.image_rm_ex{
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    width: -o-calc(50% - 90px);
    width: -ms-calc(50% - 90px);
    width: -moz-calc(50% - 90px);
    width: -webkit-calc(50% - 90px);
    width: calc(50% - 90px);
    margin: 20px 40px 20px;
    display: inline-block;
    vertical-align: top;
}

.image_rm_ex.actUno{
    float: right;
}

.image_rm_ex.actDos{
    clear: both;
    display: block;
    width: 100%;
}

.image_rm_ex.actTres{
        float: right;
    display: block;
    margin-top: 120px;
}

.image_rm_ex.actDos .image_rm{
    width: -o-calc(50% - 90px);
    width: -ms-calc(50% - 90px);
    width: -moz-calc(50% - 90px);
    width: -webkit-calc(50% - 90px);
    width: calc(50% - 90px);
    margin: auto;
}

.image_rm{
    
}

.image_rm:nth-child(2n+1){
    margin-top: 50px;
}

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

.image_rm h2{
    font-weight: 400;
    font-size: 18px;
    margin: 0;
}

.tit_img{
    padding: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.section_nav.act .tit_img{
    background-image: url(img/convocatoria.png);
}

/*ganadores int*/

.ganadores_int{
    text-align: center;
    width: 700px;
    margin: auto;
}

.ganadores_int h2{
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 20px;
}

.ganadores_int h3{
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 400;
    margin: 0;
}

.ganadores_int p{}

.ganadores_int img{
    margin-top: 50px;
    max-width: 100%;
    height: auto;
}


/*jurado*/


.jurado_int{
    text-align: center;
    height: -o-calc(100vh - 200px);
    height: -ms-calc(100vh - 200px);
    height: -moz-calc(100vh - 200px);
    height: -webkit-calc(100vh - 200px);
    height: calc(100vh - 200px);
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 100px;
}

.jurado_int ul{
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 3;
}

.jurado_int li{}

.jurado_int li sup{
    font-size: 16px;
}

.jurado_int li img{}

.jurado_li{
    cursor: pointer;
    display: block;
}

.jc_img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

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

.jc_img_slider{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.jc_img.act{
    display: block;
}

.jurado_li.actdos{
    opacity: 0;
}

.jurado_li.actdos.act{
    opacity: 1;
}

.jurado_ext{
    position: relative;
    z-index: 3;
}

.jurado_content{}

.jurado_c_section{
    width: 700px;
    margin: auto;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 80px;
    text-align: center;
}

.jurado_c_section h2{
    margin: 0px 0px 10px;
    text-align: center;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.jurado_c_section h2 sup{
    font-size: 22px;
}

.inscripcion_deco{
    position: absolute;
    right: 0;
    top: 100px;
}

/*faq*/
.mini_cont{
    width: 700px;
    margin: auto;
    font-size: 18px;
    line-height: 150%;
}

.mini_cont h2{margin: 60px 0px 0px;font-size: 30px;font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 130%;}

.mini_cont p{}

.mini_cont form{
    position: relative;
    z-index: 2;
}

.mini_cont form label{
    display: block;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 300; 
}

.mini_cont form input{
    margin: 0;
    padding: 0px 10px;
    height: 30px;
    border: 1px solid #f6f6f6;
    background-color: transparent;
    margin: 10px 0px 30px;
    width: -o-calc(100% - 22px);
    width: -ms-calc(100% - 22px);
    width: -moz-calc(100% - 22px);
    width: -webkit-calc(100% - 22px);
    width: calc(100% - 22px);
    color: #f6f6f6;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.mini_cont form textarea{
    margin: 0;
    padding: 5px 10px;
    height: 120px;
    border: 1px solid #f6f6f6;
    background-color: #000;
    margin: 10px 0px 30px;
    width: -o-calc(100% - 22px);
    width: -ms-calc(100% - 22px);
    width: -moz-calc(100% - 22px);
    width: -webkit-calc(100% - 22px);
    width: calc(100% - 22px);
    resize: none;
    color: #f6f6f6;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.mini_cont form input[type="submit"]{
    width: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 5px 10px;
    height: initial;
    cursor: pointer;
}

.mini_cont form input[type="submit"]:hover{
    color: #000;
    background-color: #f6f6f6;
}

input:focus{
    outline: 0;
}
textarea:focus{
    outline: 0;
}


.faq_deco_01{
    position: absolute;
    bottom: 200px;
    left: 0;
}

.faq_deco_02{
    position: absolute;
    right: 0;
    top: 200px;
}

.tit_anio{
    text-align: center;
}

.tit_anio span{
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    vertical-align: middle;
    padding: 0px 30px;
}

.tit_anio .fl_g{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    max-width: inherit;
    max-height: 35px;
}

.slider{
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
}

.slide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none; 
}

.table_f{
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.table_cell_f{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.frase{
    width: 940px;
    margin: auto;
}

.ganadores_content{

}



.btn_responsive{
    height: 50px;
    width: 60px;
    position: absolute;
    left: -o-calc(50% - 30px);
    left: -ms-calc(50% - 30px);
    left: -moz-calc(50% - 30px);
    left: -webkit-calc(50% - 30px);
    left: calc(50% - 30px);
    top: 0;
}

.line_r{
    width: 30px;
    background-color: #fff;
    margin: 10px auto;
    height: 2px;
}

.menu_responsivo{
    display: none;
    background-color: #000;
    margin-top: 60px;
    width: 100%;
    height: -o-calc(100vh - 60px);
    height: -ms-calc(100vh - 60px);
    height: -moz-calc(100vh - 60px);
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
}

.content_responsive {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 5;
}

.menur_ul{
    padding: 0;
    margin: 0;
}

.menur_li{
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
}

.menur_li img{
    max-height: 30px;
}

.menur_idiomas{
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 20px;
}

.menur_idiomas_li{
    text-align: center;
    list-style: none;
    display: inline-block;
    padding: 10px;
}

.encuadre{
    padding: 10px;
    border: 1px solid #fff;
}

.section_nav{}

.section_nav ul{
    margin: 0;
    padding: 0;
}

.section_nav table{
    border-collapse: inherit;
    border: 1px solid #fff;
    border-right: none;
    border-bottom: none;
}

.section_nav tbody{}

.section_nav tr{}

.section_nav td{
    padding: 10px;
    vertical-align: text-bottom;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}






