body {
  font-family: "VW-head Regular";
  margin: 0;
  width: 100%;
  scrollbar-face-color: #b46868;
}

/* btn generales */
#video {
   visibility: hidden;
   opacity: 0;
   display: none;
   margin-top: -300px;
}
#video:target {
   visibility:visible;
   opacity: 1;
   display: block;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 99999999999;
   transition:all 1s;
}
#video .popup-contenedor {
  width: 830px;
  margin: 5vh auto;
  height: 600px;
}
#video a.popup-cerrar {
    top: 30px;
    right: 10px;
}
.content-btn-gnrlss{
  position: relative;
  float: none;
  width: 340px;
  text-align: center;
  margin: auto;
}
.btn-finales {
    position: relative;
    /* width: 140px; */
    /* float: left; */
    /* margin-right: 30px; */
    margin: 60px 0;
}
.part-btn{
  font-family: "VW-head Regular";
  position: relative;
  font-size: 17px;
  border: none;
  border-radius: 3px;
  padding: 12px 30px;
  color: white;
  background: #159ED9;
  cursor: pointer;
}
.part-btn:hover {
    background: #1568a0;
}
.video-btn{
  font-family: "VW-head Regular";
  position: relative;
  font-size: 17px;
  border: none;
  border-radius: 3px;
  padding: 12px 30px;
  color: white;
  background: #159ED9;
  cursor: pointer;
}
.video-btn:hover{
  background: #1568a0;
}
.video-mostrar{
  position: relative;
  float: left;
  width: 100%;
  margin-top: 30px;
}
/* btn generales */

.redes{
  position: absolute;
  float: right;
  width: 130px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  right: 15px;
  z-index: 999999999;
  top: 43px;
}
.face{
  position: relative;
  float: left;
  padding: 6px;
  cursor: pointer;
}
.face-img{
  background-image: url(../img/Facebook.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 21px;
}
.face:hover .face-img{
  background-image: url(../img/Facebook-hov.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 21px;
}
.insta{
  position: relative;
  float: left;
  padding: 1px 0px;
  cursor: pointer;
}
.insta-img{
  background-image: url(../img/Instagram.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
.insta:hover .insta-img{
  background-image: url(../img/Instagram-hov.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
.twi{
  position: relative;
  float: left;
  padding: 1px 3px;
  cursor: pointer;
}
.twi-img{
  background-image: url(../img/Twitter.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
.twi:hover .twi-img{
  background-image: url(../img/Twitter-hov.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}

.log-seis{
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 40px 50px;
}
.ver-gal-hi {
    font-family: "VW-head Regular";
    font-size: 16px;
    border: 1px solid white;
    padding: 13px 35px;
    top: 0vh;
    position: relative;
    color: white;
    background: #159ED9;
    border-radius: 5px;
    cursor: pointer;
}

.ver-gal-hi:hover {
    background: #1568a0;
}

.content-formuario a{
  color: black;
}

.sub-ra{
  border-bottom: 2px solid #159ED9;
}

.acepto{
  width: auto !important;
  cursor: pointer;
}

.titulo-terminos {
    font-size: 22px !important;
    color: #273980;
    text-align: left !important;
    margin-top: 40px !important;
}

.des-terminos p {
    position: relative;
    text-align: left !important;
    font-size: 12px !important;
}

.conten-footer a{
      color: black;
}

.des-terminos span {
    position: relative;
    text-align: left !important;
    font-size: 12px !important;
}

/* Let's get this party started */
.anios-his::-webkit-scrollbar {
    width: 12px;
}

/* Handle */
.anios-his::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #273980;
}
.anios-his::-webkit-scrollbar-thumb:window-inactive {
	background: #273980;
}


.no-scroll{
    overflow: hidden !important;
}

.content-menu-vw{
    display: none;
}
.fondo-sec-1{
  position: relative;
  float: left;
  width: 100%;
  background-image: url(../img/principal.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.abrir{
  display: block;
}

.cerrar{
  display: none;
}

.cerrar-op{
  opacity: 0;
}

.negro{
  color: black;
}

a{
  text-decoration: none;
}

.fondo-sec-1 a{
  color: white;
}

.fondo-sec-2 a{
  color: black;
}

.selecion-pag{
  color: #159ED9 !important;
}

.padding-interno{
  padding: 0px 15px;
  display: block;
}

.error-text-input{
    border: 1px solid red !important;
}

.alerta{
  position: relative;
  float: left;
  width: 100%;
  bottom: 20px;
  color: red;
  font-size: 13px;
  opacity: 0;
}

.alerta img{
  width: 20px;
  float: left;
  position: relative;
}

.alerta p{
  position: relative;
  float: left;
  margin: auto;
  width: auto;
  margin-left: 12px;
}

.estado-alert{
  position: relative;
  float: left;
  width: 100%;
  bottom: 20px;
  color: red;
  font-size: 13px;
  opacity: 0;
}

.estado-alert img{
  width: 20px;
  float: left;
  position: relative;
}

.estado-alert p{
  position: relative;
  float: left;
  margin: auto;
  width: auto;
  margin-left: 12px;
}

/* Sección Participa */
.degra-blanc{
  position: absolute;
  float: left;
  width: 16%;
  height: 60%;
  background-image: url(../img/de.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  top: 240px;
  z-index: 9;
  pointer-events: none;
}

.fondo-sec-2{
  position: relative;
  float: left;
  width: 100%;
  background-color: white;
  z-index: 99999;
}

.cel-50{
  width: 45% !important;
  margin-right: 5% !important;
}

.email-50{
  width: 50% !important;
}

.fondo-sec-2 .menu-des{
  color: black;
}

.fondo-sec-2 .content-menus {
    position: relative;
    float: left;
    width: 100%;
    margin: -15px auto;
    margin-bottom: 0px;
    border-bottom: 0px solid;
    box-shadow: 1px 2px 21px -2px #80808026;
    bottom: 0px;
}

.fondo-sec-2 .logo-sec img{
  width: 135px;
  position: relative;
  bottom: 20px;
  right: 30px;
  margin-bottom: -35px;
}

.fondo-sec-2 .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #159ED9;
}

.fondo-sec-2 .hamburger-inner:before {
    background-color: #159ED9;
}

.fondo-sec-2 .hamburger-inner:after{
    background-color: #159ED9;
}

.content-formuario{
  position: relative;
  float: left;
  text-align: center;
  width: 100%;
}

.content-titulo-form p{
  font-size: 40px;
  color: #273980;
}

.negritas{
  font-family: "VW-head Bold";
}

.content-titulo-form{
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.formulario{
  position: relative;
  float: left;
  width: 100%;
  background-image: url(../img/principal.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.center-formulario{
  position: relative;
  background: white;
  margin: auto;
  width: 800px;
  height: 100%;
  max-width: 95%;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: left;
}

.formulario-grl{
  position: relative;
  padding: 40px;
  float: left;
  max-width: 90%;
  background: white;
}

.titulos-formulario{
  position: relative;
  float: left;
  width: 100%;
  margin: 15px auto;
  font-family: "VW-head Bold";
  font-size: 20px;
  margin-bottom: 40px;
}
.input-completos{
  position: relative;
  float: left;
  width: 100%;
}

.input-completos label{
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
}

.input-completos input {
    font-family: "VW-head Regular";
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 25px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #C9C9C9;
    -webkit-box-shadow: inset 0px 0px 22px -5px rgba(0,0,0,0.42);
    -moz-box-shadow: inset 0px 0px 22px -5px rgba(0,0,0,0.42);
    box-shadow: inset 0px 0px 13px -5px rgba(0,0,0,0.42);
}

.input-completos textarea {
    font-family: "VW-head Regular";
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 25px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #C9C9C9;
    -webkit-box-shadow: inset 0px 0px 22px -5px rgba(0,0,0,0.42);
    -moz-box-shadow: inset 0px 0px 22px -5px rgba(0,0,0,0.42);
    box-shadow: inset 0px 0px 13px -5px rgba(0,0,0,0.42);
}

.alerta-error{
    bottom: 38px;
}

textarea{
  resize: vertical;
  min-height: 100px;
}

.check-label{
    width: auto !important;
    cursor: pointer;
}

.check-in{
  width: auto !important;
  float: left !important;
  margin-right: 10px;
}

.center{
  text-align: center;
}

.center button{
  position: relative;
  font-size: 17px;
  border: none;
  border-radius: 3px;
  padding: 12px 30px;
  color: white;
  background: #159ED9;
  cursor: pointer;
  width: 130px;
  float: none;
  margin: auto;
}

.center button:hover{
  background: #1568a0;
}

/* modal */

.mod-1, .mod-2, .mod-3, .mod-4, .mod-5, .mod-6, .mod-7, .mod-8, .mod-9, .mod-10, .mod-11, .mod-12, .mod-13, .mod-14, .mod-15{
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000d4;
  text-align: center;
  left: 0;
  top: 0;
}

.popup-contenedor-slider .slick-prev {
    background: url(../img/flechaAbajo-slider.png) !important;
    width: 63px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    float: right;
    top:35%;
    left: -80px;
    color: transparent;
    border: none;
    transition: all .5s ease;
    cursor: pointer;
    transform: rotate(90deg);
    z-index: 999999;
}
.popup-contenedor-slider .slick-next {
    background: url(../img/flechaAbajo-slider.png) !important;
    width: 63px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    float: right;
    top: 35%;
    right: -80px;
    color: transparent;
    border: none;
    transition: all .5s ease;
    cursor: pointer;
    transform: rotate(270deg);
}
.popup-contenedor-slider{
  position: absolute;
  float: none;
  width: 700px;
  top: 15%;
  right: 0;
  left: 0;
  max-width: 90%;
  margin: auto;
  bottom: 0;
}

.mostrar-slider{
  opacity: 1 !important;
  z-index: 9999999999;
}

.mod-1 a.popup-cerrar, .mod-2 a.popup-cerrar, .mod-3 a.popup-cerrar, .mod-4 a.popup-cerrar, .mod-5 a.popup-cerrar, .mod-6 a.popup-cerrar, .mod-7 a.popup-cerrar, .mod-8 a.popup-cerrar, .mod-9 a.popup-cerrar, .mod-10 a.popup-cerrar, .mod-11 a.popup-cerrar, .mod-12 a.popup-cerrar,
.mod-13 a.popup-cerrar, .mod-14 a.popup-cerrar, .mod-15 a.popup-cerrar  {
  position: relative;
  top: 105px;
  right: -385px;
  padding: 7px 10px;
  font-size: 20px;
  text-decoration: none;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  z-index: 999999;
}

.popup-contenedor-slider .slick-dots {
  position: absolute !important;
  width: auto;
  float: none;
  margin: auto;
  position: relative;
  bottom: 120px;
  padding: 0px 175px;
}
.popup-contenedor-slider .slick-dots li{
  list-style: none;
  margin-right: 20px;
  position: relative;
  float: left;
  margin-top: 16px;
  cursor: pointer;
}
.popup-contenedor-slider .slick-dots button {
    display: block;
    float: left;
    color: transparent;
    width: 10px;
    height: 10px;
    border: none;
    cursor: pointer;
}

.popup-contenedor-slider .slick-active button {
    width: 10px !important;
    height: 10px;
    right: 0px;
    position: relative;
    background: #273980 !important;
    float: left;
    color: transparent;
    border: none;
    cursor: pointer;
}


#popup {
   visibility: hidden;
   opacity: 0;
   display: none;
   margin-top: -300px;
}
#popup:target {
   visibility:visible;
   opacity: 1;
   display: block;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 99999999999;
   transition:all 1s;
}

#terminos {
   visibility: hidden;
   opacity: 0;
   display: none;
   margin-top: -300px;
}
#terminos:target {
   visibility:visible;
   opacity: 1;
   display: block;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 99999999999;
   transition:all 1s;
}

#avisos {
   visibility: hidden;
   opacity: 0;
   display: none;
   margin-top: -300px;
   pointer-events: none;
}
#avisos:target {
   visibility:visible;
   opacity: 1;
   display: block;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 99999999999;
   transition:all 1s;
   pointer-events: all;
}

#popup-1 {
   visibility: hidden;
   opacity: 0;
   display: none;
   margin-top: -300px;
}
#popup-1:target {
   visibility:visible;
   opacity: 1;
   display: block;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 99999999999;
   transition:all 1s;
}

#modal-1 {
   visibility: hidden;
   opacity: 0;
   display: none;
   margin-top: -300px;
}
#modal-1:target {
   visibility:visible;
   opacity: 1;
   display: block;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 99999999999;
   transition:all 1s;
}

#jurado-1 {
   visibility: hidden;
   opacity: 0;
   display: none;
   margin-top: -300px;
}
#jurado-1:target {
   visibility:visible;
   opacity: 1;
   display: block;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 99999999999;
   transition:all 1s;
   overflow-y: auto;
}

#jurado-1 .popup-contenedor {
  padding: 0px 0px;
  width: 95%;
  max-width: 875px;
}

#jurado-2 {
   visibility: hidden;
   opacity: 0;
   display: none;
   margin-top: -300px;
}
#jurado-2:target {
   visibility:visible;
   opacity: 1;
   display: block;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 99999999999;
   transition:all 1s;
   overflow-y: auto;
}

#jurado-2 .popup-contenedor {
  padding: 0px 0px;
  width: 95%;
  max-width: 875px;
}

#jurado-3 {
   visibility: hidden;
   opacity: 0;
   display: none;
   margin-top: -300px;
}
#jurado-3:target {
   visibility:visible;
   opacity: 1;
   display: block;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 99999999999;
   transition:all 1s;
   overflow-y: auto;
}

#jurado-3 .popup-contenedor {
  padding: 0px 0px;
  width: 95%;
  max-width: 875px;
}


#jurado-4 {
   visibility: hidden;
   opacity: 0;
   display: none;
   margin-top: -300px;
}
#jurado-4:target {
   visibility:visible;
   opacity: 1;
   display: block;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 99999999999;
   transition:all 1s;
   overflow-y: auto;
}

#jurado-4 .popup-contenedor {
  padding: 0px 0px;
  width: 95%;
  max-width: 875px;
}

#jurado-5 {
   visibility: hidden;
   opacity: 0;
   display: none;
   margin-top: -300px;
}
#jurado-5:target {
   visibility:visible;
   opacity: 1;
   display: block;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 99999999999;
   transition:all 1s;
   overflow-y: auto;
}

#jurado-5 .popup-contenedor {
  padding: 0px 0px;
  width: 95%;
  max-width: 875px;
}

#jurado-6 {
   visibility: hidden;
   opacity: 0;
   display: none;
   margin-top: -300px;
}
#jurado-6:target {
   visibility:visible;
   opacity: 1;
   display: block;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 99999999999;
   transition:all 1s;
   overflow-y: auto;
}

#jurado-6 .popup-contenedor {
  padding: 0px 0px;
  width: 95%;
  max-width: 875px;
}

#jurado-7 {
   visibility: hidden;
   opacity: 0;
   display: none;
   margin-top: -300px;
}
#jurado-7:target {
   visibility:visible;
   opacity: 1;
   display: block;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 99999999999;
   transition:all 1s;
   overflow-y: auto;
}

#jurado-7 .popup-contenedor {
  padding: 0px 0px;
  width: 95%;
  max-width: 875px;
}

#jurado-8 {
   visibility: hidden;
   opacity: 0;
   display: none;
   margin-top: -300px;
}
#jurado-8:target {
   visibility:visible;
   opacity: 1;
   display: block;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 99999999999;
   transition:all 1s;
   overflow-y: auto;
}

#jurado-8 .popup-contenedor {
  padding: 0px 0px;
  width: 95%;
  max-width: 875px;
}

#jurado-9 {
   visibility: hidden;
   opacity: 0;
   display: none;
   margin-top: -300px;
}
#jurado-9:target {
   visibility:visible;
   opacity: 1;
   display: block;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 99999999999;
   transition:all 1s;
   overflow-y: auto;
}

#jurado-9 .popup-contenedor {
  padding: 0px 0px;
  width: 95%;
  max-width: 875px;
}


#jurado-10 {
   visibility: hidden;
   opacity: 0;
   display: none;
   margin-top: -300px;
}
#jurado-10:target {
   visibility:visible;
   opacity: 1;
   display: block;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 99999999999;
   transition:all 1s;
   overflow-y: auto;
}

#jurado-10 .popup-contenedor {
  padding: 0px 0px;
  width: 95%;
  max-width: 875px;
}


#jurado-11 {
   visibility: hidden;
   opacity: 0;
   display: none;
   margin-top: -300px;
}
#jurado-11:target {
   visibility:visible;
   opacity: 1;
   display: block;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 99999999999;
   transition:all 1s;
   overflow-y: auto;
}

#jurado-11 .popup-contenedor {
  padding: 0px 0px;
  width: 95%;
  max-width: 875px;
}

#jurado-12 {
   visibility: hidden;
   opacity: 0;
   display: none;
   margin-top: -300px;
}
#jurado-12:target {
   visibility:visible;
   opacity: 1;
   display: block;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 99999999999;
   transition:all 1s;
   overflow-y: auto;
}

#jurado-12 .popup-contenedor {
  padding: 0px 0px;
  width: 95%;
  max-width: 875px;
}


#terminos .popup-contenedor {
  width: 700px;
  margin: 5vh auto;
  height: 82vh;
}

#avisos .popup-contenedor {
  width: 700px;
  margin: 5vh auto;
  height: 82vh;
}

.texto-des{
  height: 90%;
  overflow: scroll;
}

#terminos a.popup-cerrar {
    top: 30px;
    right: 10px;
}

#avisos a.popup-cerrar {
    top: 30px;
    right: 10px;
}

#modal-1 .popup-contenedor {
  padding:0px 0px;
  width: 800px;
  max-width: 100%;
}
.popup-contenedor {
  position: relative;
  margin: 15vh auto;
  padding: 30px 50px;
  background-color: #fafafa;
  color: #333;
  border-radius: 3px;
  width: 603px;
  max-width: 74%;
}
a.popup-cerrar {
  position: absolute;
   top: -48px;
   right: -50px;
   padding: 7px 10px;
   font-size: 20px;
   text-decoration: none;
   line-height: 1;
   color: #fff;
   cursor: pointer;
}

#jurado-1 a.popup-cerrar {
  position: absolute;
   top: 0px;
   right: 0px;
   padding: 7px 10px;
   font-size: 20px;
   text-decoration: none;
   line-height: 1;
   color: #fff;
   cursor: pointer;
}

#jurado-2 a.popup-cerrar {
  position: absolute;
   top: 0px;
   right: 0px;
   padding: 7px 10px;
   font-size: 20px;
   text-decoration: none;
   line-height: 1;
   color: #fff;
   cursor: pointer;
}

#jurado-3 a.popup-cerrar {
  position: absolute;
   top: 0px;
   right: 0px;
   padding: 7px 10px;
   font-size: 20px;
   text-decoration: none;
   line-height: 1;
   color: #fff;
   cursor: pointer;
}

#jurado-4 a.popup-cerrar {
  position: absolute;
   top: 0px;
   right: 0px;
   padding: 7px 10px;
   font-size: 20px;
   text-decoration: none;
   line-height: 1;
   color: #fff;
   cursor: pointer;
}

#jurado-5 a.popup-cerrar {
  position: absolute;
   top: 0px;
   right: 0px;
   padding: 7px 10px;
   font-size: 20px;
   text-decoration: none;
   line-height: 1;
   color: #fff;
   cursor: pointer;
}

#jurado-6 a.popup-cerrar {
  position: absolute;
   top: 0px;
   right: 0px;
   padding: 7px 10px;
   font-size: 20px;
   text-decoration: none;
   line-height: 1;
   color: #fff;
   cursor: pointer;
}

#jurado-7 a.popup-cerrar {
  position: absolute;
   top: 0px;
   right: 0px;
   padding: 7px 10px;
   font-size: 20px;
   text-decoration: none;
   line-height: 1;
   color: #fff;
   cursor: pointer;
}

#jurado-8 a.popup-cerrar {
  position: absolute;
   top: 0px;
   right: 0px;
   padding: 7px 10px;
   font-size: 20px;
   text-decoration: none;
   line-height: 1;
   color: #fff;
   cursor: pointer;
}

#jurado-9 a.popup-cerrar {
  position: absolute;
   top: 0px;
   right: 0px;
   padding: 7px 10px;
   font-size: 20px;
   text-decoration: none;
   line-height: 1;
   color: #fff;
   cursor: pointer;
}
#jurado-10 a.popup-cerrar {
  position: absolute;
   top: 0px;
   right: 0px;
   padding: 7px 10px;
   font-size: 20px;
   text-decoration: none;
   line-height: 1;
   color: #fff;
   cursor: pointer;
}
#jurado-11 a.popup-cerrar {
  position: absolute;
   top: 0px;
   right: 0px;
   padding: 7px 10px;
   font-size: 20px;
   text-decoration: none;
   line-height: 1;
   color: #fff;
   cursor: pointer;
}
#jurado-12 a.popup-cerrar {
  position: absolute;
   top: 0px;
   right: 0px;
   padding: 7px 10px;
   font-size: 20px;
   text-decoration: none;
   line-height: 1;
   color: #fff;
   cursor: pointer;
}
.popup-cerrar img{
    width: 30px;
    cursor: pointer;
}

.cabecera-modal img{
   width: 130px;
}

.titulo-modal{
  font-family: "VW-head Regular";
  text-align: center;
  position: relative;
  float: left;
  width: 100%;
  font-size: 27px;
  margin-bottom: 30px;
  color: #1568a0;
  margin-top: 25px;
}

.texto-modal{
  font-family: "VW-head Regular";
  font-size: 17px !important;
}

svg {
  width: 100px;
  display: block;
  margin: 40px auto 0;
}
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
.popup-contenedor p {
  text-align: center;
  margin: 20px 0 35px;
  font-size: 1.25em;
}
.popup-contenedor p.success {
  color: #73AF55;
}
.popup-contenedor p.error {
  color: #D06079;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

/* Fin modal */

.check-label:hover{
  color: #159ED9;
}

/* Fin Sección Participa */


/* Seccion de historias */

.content-historias{
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  z-index: 99999;
}

.content-his{
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 60px;
}

.anios-his{
  position: relative;
  float: left;
  width: 85%;
  height: 455px;
  overflow-y: scroll;
  z-index: 9;
}
.sec-his{
  position: relative;
  float: left;
  width: 50%;
}

.sec-1-his {
    width: 20%;
    max-width: 20%;
    overflow-x: scroll;
    float: left;
}

.anios-his span{
  font-family: "VW-head Bold";
  position: relative;
  float: left;
  width: 100%;
  font-size: 40px;
  color: #C9C9C9;
  cursor: pointer;
  line-height: 65px;
}

.selec-anios{
  color: #273980 !important;
}

.des-historia{
  margin-top: 13px;
}

.des-historia span{
  font-size: 29px;
  font-family: "VW-head Bold";
}

.toda-descri-gan span{
  font-size: 16px;
  font-family: "VW-head Regular";
}

.scroll-tam{
  height: auto;
  text-align: left;
}

.des-historia p{
  font-size: 18px;
  color: #273980;
  margin-top: 5px;
  margin-bottom: auto;
}

.espacio-bottom{
  margin-bottom: 35px !important;
}

.img-ganador-his{
  background-image: url(../img/his-ganador.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 500px;
  margin: auto;
  max-width: 90%;
  margin-top: 0px;
  height: 60%;
  cursor: pointer;
}

.img-ganador-his p{
  opacity: 0;
}

.img-ganador-his:hover p{
  background-image: url(../img/his-ganador-hov.svg);
  opacity: 1;
  background-position: center;
  background-size: contain;
  width: 500px;
  max-width: 100%;
  background-repeat: no-repeat;
  height: 60vh;
}

.img-ganador-his.ganador-2015{
  background-image: url(../img/his-ganador-2015.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.img-ganador-his.ganador-2015:hover p{
  background-image: url(../img/his-ganador-2015-hover.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
}

.img-ganador-his.ganador-2014{
  background-image: url(../img/his-ganador-2014.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.img-ganador-his.ganador-2014:hover p{
  background-image: url(../img/his-ganador-2014-hover.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
}

.img-ganador-his.ganador-2013{
  background-image: url(../img/his-ganador-2013.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.img-ganador-his.ganador-2013:hover p{
  background-image: url(../img/his-ganador-2013-hover.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
}

.img-ganador-his.ganador-2012{
  background-image: url(../img/his-ganador-2012.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.img-ganador-his.ganador-2012:hover p{
  background-image: url(../img/his-ganador-2012-hover.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
}

.img-ganador-his.ganador-2012-1{
  background-image: url(../img/his-ganador-2012-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.img-ganador-his.ganador-2012-1:hover p{
  background-image: url(../img/his-ganador-2012-1-hover.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
}

.img-ganador-his.ganador-2011{
  background-image: url(../img/his-ganador-2011.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.img-ganador-his.ganador-2011:hover p{
  background-image: url(../img/his-ganador-2011-hover.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
}

.img-ganador-his.ganador-2011-1{
  background-image: url(../img/his-ganador-2011-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.img-ganador-his.ganador-2011-1:hover p{
  background-image: url(../img/his-ganador-2011-1-hover.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
}

.img-ganador-his.ganador-2010{
  background-image: url(../img/his-ganador-2010.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.img-ganador-his.ganador-2010:hover p{
  background-image: url(../img/his-ganador-2010-hover.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
}

.img-ganador-his.ganador-2009{
  background-image: url(../img/his-ganador-2009.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.img-ganador-his.ganador-2009:hover p{
  background-image: url(../img/his-ganador-2009-hover.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
}

.img-ganador-his.ganador-2009-1{
  background-image: url(../img/his-ganador-2009-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.img-ganador-his.ganador-2009-1:hover p{
  background-image: url(../img/his-ganador-2009-1-hover.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
}

.img-ganador-his.ganador-2008{
  background-image: url(../img/his-ganador-2008.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.img-ganador-his.ganador-2008:hover p{
  background-image: url(../img/his-ganador-2008-hover.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
}

.img-ganador-his.ganador-2007{
  background-image: url(../img/his-ganador-2007.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.img-ganador-his.ganador-2007:hover p{
  background-image: url(../img/his-ganador-2007-hover.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
}

.img-ganador-his.ganador-2006{
  background-image: url(../img/his-ganador-2006.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.img-ganador-his.ganador-2006:hover p{
  background-image: url(../img/his-ganador-2006-hover.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
}

.img-ganador-his.ganador-2006-1{
  background-image: url(../img/his-ganador-2006-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.img-ganador-his.ganador-2006-1:hover p{
  background-image: url(../img/his-ganador-2006-1-hover.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
}

.popup-link img{
  width: 100%;
  height: auto;
  display: block;
}


.hist-foot{
  box-shadow: 4px -4px 10px -2px #80808026;
  z-index: 9;
}

.sec-movil{
    display: none;
}

.ver-gal{
  font-family: "VW-head Regular";
  font-size: 15px;
  border: 1px solid white;
  padding: 10px 25px;
  top: 28vh;
  position: relative;
  color: white;
}

.content-his .ganadores{
  position: relative;
  float: left;
  width: 80%;
  display: none;
}

.content-his .ganadores:nth-child(2){
  display: block;
}

/* slider */

.diecideis-op{
  position: relative;
  float: left;
  width: 100%;
}

.img-1{
  position: relative;
  float: left;
  background-image: url(../img/2016-img/1.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-2{
  position: relative;
  float: left;
  background-image: url(../img/2016-img/2.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-3{
  position: relative;
  float: left;
  background-image: url(../img/2016-img/3.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-4{
  position: relative;
  float: left;
  background-image: url(../img/2016-img/4.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-5{
  position: relative;
  float: left;
  background-image: url(../img/2016-img/5.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-6{
  position: relative;
  float: left;
  background-image: url(../img/2016-img/6.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-7{
  position: relative;
  float: left;
  background-image: url(../img/2016-img/7.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-8{
  position: relative;
  float: left;
  background-image: url(../img/2016-img/8.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-9{
  position: relative;
  float: left;
  background-image: url(../img/2015-img/9.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-10{
  position: relative;
  float: left;
  background-image: url(../img/2015-img/10.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-11{
  position: relative;
  float: left;
  background-image: url(../img/2015-img/11.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-12{
  position: relative;
  float: left;
  background-image: url(../img/2015-img/12.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-13{
  position: relative;
  float: left;
  background-image: url(../img/2015-img/13.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-14{
  position: relative;
  float: left;
  background-image: url(../img/2015-img/14.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-15{
  position: relative;
  float: left;
  background-image: url(../img/2015-img/15.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-16{
  position: relative;
  float: left;
  background-image: url(../img/2015-img/16.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-17{
  position: relative;
  float: left;
  background-image: url(../img/2014-img/1.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-18{
  position: relative;
  float: left;
  background-image: url(../img/2014-img/2.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-19{
  position: relative;
  float: left;
  background-image: url(../img/2014-img/3.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-20{
  position: relative;
  float: left;
  background-image: url(../img/2014-img/4.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-21{
  position: relative;
  float: left;
  background-image: url(../img/2014-img/5.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-22{
  position: relative;
  float: left;
  background-image: url(../img/2014-img/6.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-23{
  position: relative;
  float: left;
  background-image: url(../img/2014-img/7.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-24{
  position: relative;
  float: left;
  background-image: url(../img/2014-img/8.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-25{
  position: relative;
  float: left;
  background-image: url(../img/2014-img/9.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-26{
  position: relative;
  float: left;
  background-image: url(../img/2014-img/10.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-1-1-{
  position: relative;
  float: left;
  background-image: url(../img/2013-img/1.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-2-2-{
  position: relative;
  float: left;
  background-image: url(../img/2013-img/2.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-3-3-{
  position: relative;
  float: left;
  background-image: url(../img/2013-img/3.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-4-4-{
  position: relative;
  float: left;
  background-image: url(../img/2013-img/4.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-5-5-{
  position: relative;
  float: left;
  background-image: url(../img/2013-img/5.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-6-6-{
  position: relative;
  float: left;
  background-image: url(../img/2013-img/6.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-7-7-{
  position: relative;
  float: left;
  background-image: url(../img/2013-img/7.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-8-8-{
  position: relative;
  float: left;
  background-image: url(../img/2013-img/8.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-9-9-{
  position: relative;
  float: left;
  background-image: url(../img/2013-img/9.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-10-10-{
  position: relative;
  float: left;
  background-image: url(../img/2013-img/10.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-2-1{
  position: relative;
  float: left;
  background-image: url(../img/2012-img/1.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-2-2{
  position: relative;
  float: left;
  background-image: url(../img/2012-img/2.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-2-3{
  position: relative;
  float: left;
  background-image: url(../img/2012-img/3.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-2-4{
  position: relative;
  float: left;
  background-image: url(../img/2012-img/4.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-2-5{
  position: relative;
  float: left;
  background-image: url(../img/2012-img/5.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-2-6{
  position: relative;
  float: left;
  background-image: url(../img/2012-img/6.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-2-7{
  position: relative;
  float: left;
  background-image: url(../img/2012-img/7.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-2-8{
  position: relative;
  float: left;
  background-image: url(../img/2012-img/8.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-2-9{
  position: relative;
  float: left;
  background-image: url(../img/2012-img/9.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-3-1{
  position: relative;
  float: left;
  background-image: url(../img/2012-img/10.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-3-2{
  position: relative;
  float: left;
  background-image: url(../img/2012-img/11.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-3-3{
  position: relative;
  float: left;
  background-image: url(../img/2012-img/12.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-3-4{
  position: relative;
  float: left;
  background-image: url(../img/2012-img/13.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-3-5{
  position: relative;
  float: left;
  background-image: url(../img/2012-img/14.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-3-6{
  position: relative;
  float: left;
  background-image: url(../img/2012-img/15.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-3-7{
  position: relative;
  float: left;
  background-image: url(../img/2012-img/16.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-3-8{
  position: relative;
  float: left;
  background-image: url(../img/2012-img/17.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-3-9{
  position: relative;
  float: left;
  background-image: url(../img/2012-img/18.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-3-10{
  position: relative;
  float: left;
  background-image: url(../img/2012-img/19.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-3-11{
  position: relative;
  float: left;
  background-image: url(../img/2012-img/20.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-4-1{
  position: relative;
  float: left;
  background-image: url(../img/2011-img/1.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-4-2{
  position: relative;
  float: left;
  background-image: url(../img/2011-img/2.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-4-3{
  position: relative;
  float: left;
  background-image: url(../img/2011-img/3.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-4-4{
  position: relative;
  float: left;
  background-image: url(../img/2011-img/4.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-4-5{
  position: relative;
  float: left;
  background-image: url(../img/2011-img/5.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-4-6{
  position: relative;
  float: left;
  background-image: url(../img/2011-img/6.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-4-7{
  position: relative;
  float: left;
  background-image: url(../img/2011-img/7.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-4-8{
  position: relative;
  float: left;
  background-image: url(../img/2011-img/8.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-4-9{
  position: relative;
  float: left;
  background-image: url(../img/2011-img/9.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-4-10{
  position: relative;
  float: left;
  background-image: url(../img/2011-img/10.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.mod-7 .popup-contenedor-slider .slick-dots {
  padding: 40px;
  text-align: center;
  width: 90%;
  bottom: 85px;
}

.mod-5 .popup-contenedor-slider .slick-dots {
  padding: 40px;
  text-align: center;
  width: 90%;
  bottom: 85px;
}

.img-4-11{
  position: relative;
  float: left;
  background-image: url(../img/2011-img/11.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-5-1{
  position: relative;
  float: left;
  background-image: url(../img/2011-img/12.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-5-2{
  position: relative;
  float: left;
  background-image: url(../img/2011-img/13.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-5-3{
  position: relative;
  float: left;
  background-image: url(../img/2011-img/14.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-5-4{
  position: relative;
  float: left;
  background-image: url(../img/2011-img/16.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-5-5{
  position: relative;
  float: left;
  background-image: url(../img/2011-img/17.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-5-6{
  position: relative;
  float: left;
  background-image: url(../img/2011-img/18.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-5-7{
  position: relative;
  float: left;
  background-image: url(../img/2011-img/19.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-6-1{
  position: relative;
  float: left;
  background-image: url(../img/2010-img/1.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-6-2{
  position: relative;
  float: left;
  background-image: url(../img/2010-img/2.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-6-3{
  position: relative;
  float: left;
  background-image: url(../img/2010-img/3.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-6-4{
  position: relative;
  float: left;
  background-image: url(../img/2010-img/4.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-6-5{
  position: relative;
  float: left;
  background-image: url(../img/2010-img/5.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-6-6{
  position: relative;
  float: left;
  background-image: url(../img/2010-img/6.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-6-7{
  position: relative;
  float: left;
  background-image: url(../img/2010-img/7.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-6-8{
  position: relative;
  float: left;
  background-image: url(../img/2010-img/8.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-7-1{
  position: relative;
  float: left;
  background-image: url(../img/2009-img/1.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-7-2{
  position: relative;
  float: left;
  background-image: url(../img/2009-img/2.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-7-3{
  position: relative;
  float: left;
  background-image: url(../img/2009-img/3.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-7-4{
  position: relative;
  float: left;
  background-image: url(../img/2009-img/4.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-7-5{
  position: relative;
  float: left;
  background-image: url(../img/2009-img/5.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-7-6{
  position: relative;
  float: left;
  background-image: url(../img/2009-img/6.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-7-7{
  position: relative;
  float: left;
  background-image: url(../img/2009-img/7.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-7-8{
  position: relative;
  float: left;
  background-image: url(../img/2009-img/8.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-7-9{
  position: relative;
  float: left;
  background-image: url(../img/2009-img/9.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-8-1{
  position: relative;
  float: left;
  background-image: url(../img/2009-img/10.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-8-2{
  position: relative;
  float: left;
  background-image: url(../img/2009-img/11.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-8-3{
  position: relative;
  float: left;
  background-image: url(../img/2009-img/12.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-8-4{
  position: relative;
  float: left;
  background-image: url(../img/2009-img/13.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-8-5{
  position: relative;
  float: left;
  background-image: url(../img/2009-img/14.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-8-6{
  position: relative;
  float: left;
  background-image: url(../img/2009-img/15.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-9-1{
  position: relative;
  float: left;
  background-image: url(../img/2008-img/1.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-9-2{
  position: relative;
  float: left;
  background-image: url(../img/2008-img/2.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-9-3{
  position: relative;
  float: left;
  background-image: url(../img/2008-img/3.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-9-4{
  position: relative;
  float: left;
  background-image: url(../img/2008-img/4.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-9-5{
  position: relative;
  float: left;
  background-image: url(../img/2008-img/5.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-9-6{
  position: relative;
  float: left;
  background-image: url(../img/2008-img/6.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-9-7{
  position: relative;
  float: left;
  background-image: url(../img/2008-img/7.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-9-8{
  position: relative;
  float: left;
  background-image: url(../img/2008-img/8.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-10-1{
  position: relative;
  float: left;
  background-image: url(../img/2007-img/1.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-10-2{
  position: relative;
  float: left;
  background-image: url(../img/2007-img/2.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-10-3{
  position: relative;
  float: left;
  background-image: url(../img/2007-img/3.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-10-4{
  position: relative;
  float: left;
  background-image: url(../img/2007-img/4.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-10-5{
  position: relative;
  float: left;
  background-image: url(../img/2007-img/5.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-10-6{
  position: relative;
  float: left;
  background-image: url(../img/2007-img/6.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-10-7{
  position: relative;
  float: left;
  background-image: url(../img/2007-img/7.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-10-8{
  position: relative;
  float: left;
  background-image: url(../img/2007-img/8.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-11-1{
  position: relative;
  float: left;
  background-image: url(../img/2006-img/1.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-11-2{
  position: relative;
  float: left;
  background-image: url(../img/2006-img/2.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-11-3{
  position: relative;
  float: left;
  background-image: url(../img/2006-img/3.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-11-4{
  position: relative;
  float: left;
  background-image: url(../img/2006-img/4.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-11-5{
  position: relative;
  float: left;
  background-image: url(../img/2006-img/5.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-11-6{
  position: relative;
  float: left;
  background-image: url(../img/2006-img/6.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-11-7{
  position: relative;
  float: left;
  background-image: url(../img/2006-img/7.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-11-8{
  position: relative;
  float: left;
  background-image: url(../img/2006-img/8.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-12-1{
  position: relative;
  float: left;
  background-image: url(../img/2006-img/9.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-12-2{
  position: relative;
  float: left;
  background-image: url(../img/2006-img/10.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-12-3{
  position: relative;
  float: left;
  background-image: url(../img/2006-img/11.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.img-12-4{
  position: relative;
  float: left;
  background-image: url(../img/2006-img/12.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-12-5{
  position: relative;
  float: left;
  background-image: url(../img/2006-img/13.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-12-6{
  position: relative;
  float: left;
  background-image: url(../img/2006-img/14.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-12-7{
  position: relative;
  float: left;
  background-image: url(../img/2006-img/15.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
.img-12-8{
  position: relative;
  float: left;
  background-image: url(../img/2006-img/16.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
/* slider */

/* Fin Seccion de historias */

/* Seccion de Jurado */

.content-jurado{
  position: relative;
  float: left;
  width: 100%;
}

.content-2jur{
  position: relative;
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 75px;
}

.sec-dr{
  position: relative;
  float: left;
  width: 50%;
}

.sec-dr p{
  font-family: "VW-head Regular";
  font-size: 15px;
  color: #273980;
}

.ver-bio{
  font-family: "VW-head Regular";
  font-size: 15px;
  border: 1px solid white;
  padding: 10px 25px;
  top: 135px;
  position: relative;
  color: white;
  cursor: pointer;
}

.img-dr-1{
  position: relative;
  float: left;
  background-image: url(../img/jurado-1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}

.img-dr-1 p{
  opacity: 0;
}

.img-dr-1:hover p{
  background-image: url(../img/jurado-1-hov.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
  max-width: 100%;
  background-repeat: no-repeat;
  height: 300px;
  margin: auto;
}

.img-dr-2{
  position: relative;
  float: left;
  background-image: url(../img/jurado-2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}

.img-dr-2 p{
  opacity: 0;
}

.img-dr-2:hover p{
  background-image: url(../img/jurado-2-hov.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
  max-width: 100%;
  background-repeat: no-repeat;
  height: 300px;
  margin: auto;
}

.img-dr-3{
  position: relative;
  float: left;
  background-image: url(../img/jurado-3.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}

.img-dr-3 p{
  opacity: 0;
}

.img-dr-3:hover p{
  background-image: url(../img/jurado-3-hov.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
  max-width: 100%;
  background-repeat: no-repeat;
  height: 300px;
  margin: auto;
}

.img-dr-4{
  position: relative;
  float: left;
  background-image: url(../img/jurado-4.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}

.img-dr-4 p{
  opacity: 0;
}

.img-dr-4:hover p{
  background-image: url(../img/jurado-4-hov.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
  max-width: 100%;
  background-repeat: no-repeat;
  height: 300px;
  margin: auto;
}

.img-dr-5{
  position: relative;
  float: left;
  background-image: url(../img/jurado-10.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}

.img-dr-5 p{
  opacity: 0;
}

.img-dr-5:hover p{
  background-image: url(../img/jurado-10-hov.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
  max-width: 100%;
  background-repeat: no-repeat;
  height: 300px;
  margin: auto;
}

.img-dr-6{
  position: relative;
  float: left;
  background-image: url(../img/jurado-6.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}

.img-dr-6 p{
  opacity: 0;
}

.img-dr-6:hover p{
  background-image: url(../img/jurado-6-hov.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
  max-width: 100%;
  background-repeat: no-repeat;
  height: 300px;
  margin: auto;
}

.img-dr-12{
  position: relative;
  float: left;
  background-image: url(../img/jurado-12.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}

.img-dr-12 p{
  opacity: 0;
}

.img-dr-12:hover p{
  background-image: url(../img/jurado-12-hov.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
  max-width: 100%;
  background-repeat: no-repeat;
  height: 300px;
  margin: auto;
}

.img-dr-13{
  position: relative;
  float: left;
  background-image: url(../img/jurado-13.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}

.img-dr-13 p{
  opacity: 0;
}

.img-dr-13:hover p{
  background-image: url(../img/jurado-13-hov.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
  max-width: 100%;
  background-repeat: no-repeat;
  height: 300px;
  margin: auto;
}

.img-dr-7{
  position: relative;
  float: left;
  background-image: url(../img/jurado-7.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}

.img-dr-7 p{
  opacity: 0;
}

.img-dr-7:hover p{
  background-image: url(../img/jurado-7-hov.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
  max-width: 100%;
  background-repeat: no-repeat;
  height: 300px;
  margin: auto;
}

.img-dr-8{
  position: relative;
  float: left;
  background-image: url(../img/jurado-8.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}

.img-dr-8 p{
  opacity: 0;
}

.img-dr-8:hover p{
  background-image: url(../img/jurado-8-hov.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
  max-width: 100%;
  background-repeat: no-repeat;
  height: 300px;
  margin: auto;
}

.img-dr-9{
  position: relative;
  float: left;
  background-image: url(../img/jurado-9.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}

.img-dr-9 p{
  opacity: 0;
}

.img-dr-9:hover p{
  background-image: url(../img/jurado-9-hov.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
  max-width: 100%;
  background-repeat: no-repeat;
  height: 300px;
  margin: auto;
}

.img-dr-10{
  position: relative;
  float: left;
  background-image: url(../img/jurado-10.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}

.img-dr-10 p{
  opacity: 0;
}

.img-dr-10:hover p{
  background-image: url(../img/jurado-10-hov.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
  max-width: 100%;
  background-repeat: no-repeat;
  height: 300px;
  margin: auto;
}

.img-dr-11{
  position: relative;
  float: left;
  background-image: url(../img/jurado-11.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}

.img-dr-11 p{
  opacity: 0;
}

.img-dr-11:hover p{
  background-image: url(../img/jurado-11-hov.png);
  opacity: 1;
  background-position: center;
  background-size: contain;
  max-width: 100%;
  background-repeat: no-repeat;
  height: 300px;
  margin: auto;
}

.center-jurado{
  position: relative;
  margin: auto;
  width: 1300px;
  max-width: 95%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-modal{
  position: relative;
  float: left;
  width: 100%;
  background: white;
}

.content-img-modal{
  position: relative;
  float: left;
  width: 43%;
}

.des-modal{
  position: relative;
  float: left;
  width: 385px;
  max-width: 48%;
  text-align: left;
  margin-top: 0px;
  padding: 6% 4%;
  height: 272px;
  overflow-y: scroll;
}

.des-modal p{
  text-align: left;
  font-family: "VW-head Bold";
  font-size: 25px;
}

/* Fin Seccion de Jurado */

.por-love{
  position: relative;
  float: left;
  width: 15%;
  text-align: center;
  margin: 42px 0px;
  cursor: pointer;
}

.fondo-sec-2 .por-love, .fondo-sec-2 .participa-men, .fondo-sec-2 .histo-log, .fondo-sec-2 .jurado-men{
  margin: 47px 0px;
  margin-bottom: 15px;
}

.por-love p{
  margin: auto;
}

.por-love p:hover{
  color: #159ED9;
}

.participa-men{
  position: relative;
  float: left;
  width: 15%;
  text-align: center;
  margin: 42px 0px;
  cursor: pointer;
}

.participa-men p{
  margin: auto;
}

.participa-men p:hover{
  color: #159ED9;
}

.histo-log{
  position: relative;
  float: left;
  width: 15%;
  text-align: center;
  margin: 42px 0px;
  cursor: pointer;
}

.histo-log p{
  margin: auto;
}

.histo-log p:hover{
  color: #159ED9;
}

.jurado-men{
  position: relative;
  float: left;
  width: 15%;
  text-align: center;
  margin: 42px 0px;
  cursor: pointer;
}

.jurado-men p{
  margin: auto;
}

.jurado-men p:hover{
  color: #159ED9;
}

.menu-des{
  position: relative;
  float: left;
  width: 100%;
  color: white;
  z-index: 3;
}

.content-menus{
  position: relative;
  float: left;
  width: 100%;
  margin: 15px auto;
}

.logo-sec{
  width: 20%;
  margin: 0px auto;
  text-align: center;
  float: left;
}

.logo-sec img{
  width:100px;
}

.content-texto{
  position: relative;
  float: left;
  width: 100%;
}

.img-amor{
  position: relative;
  /* float: left; */
  width: 845px;
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
}

.img-amor img{
  width: 755px;
  max-width: 90%;
  margin: 10% auto 0;
  float: left;
}
.content-texto p{
	text-align: center;
	max-width: 50%;
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 auto 60px;
	float: none;
	clear: both;
}

.img-amor button{
  font-family: "VW-head Regular";
  position: relative;
  font-size: 17px;
  border: none;
  border-radius: 3px;
  padding: 12px 30px;
  top: 240px;
  left: 4%;
  color: white;
  background: #159ED9;
  cursor: pointer;
}

.img-amor button:hover{
  background: #1568a0;
}

.content-es{
  position: relative;
  float: left;
  width: 100%;
}

.sec-1{
  position: relative;
  float: left;
  width: 50%;
  padding: 4% 0% 0% 7%;
}

.sec-2{
  position: relative;
  float: left;
  width: 560px;
  max-width: 40%;
}

.sec-2 img{
  position: relative;
  float: right;
  width: 100%;
  bottom: 25px;
}

.titulo-amor{
  font-size: 25px;
  color: #273980;
}

.desc-amor{
  position: relative;
  float: left;
  font-size: 18px;
  width: 100%;
}

.desc-amor span{
  font-family: "VW-head Bold";
  font-weight: bold;
}

.titulo-eta{
  font-family: "VW-head Bold";
  font-size: 20px;
  color: black;
  font-weight: bold;
}

.titulo-etapa-1{
  font-size: 25px;
  color: #273980;
}

.des-eta{
  margin-bottom: 35px;
  padding: 0px 15px;

}

.seleccion-eta{
  color: #159ED9;
  cursor: pointer;
}

.seleccion-eta:hover{
  color: #1568a0;
}

.azul-numero{
  color: #159ED9;
}

.content-four{
  position: relative;
  float: left;
  width: 100%;
}

.content-centrar{
  position: relative;
  width: 88.5%;
  text-align: center;
  margin: auto;
}

.conten-eta{
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
}

.img-eta{
  position: relative;
  text-align: center;
  width: 100%;
  float: left;
}

.img-eta img{
  width: 90px;
  position: relative;
}

.content-etapas{
  position: relative;
  float: left;
  text-align: center;
  font-size: 14px;
  margin-bottom: 100px;
  width: 100%;
}

.content-adiciones{
  position: relative;
  float: left;
  width: 100%;
  background: #F7F5F5;
  padding: 50px 0px;
}

.btn-conoce{
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn-conoce button{
  font-family: "VW-head Regular";
  position: relative;
  font-size: 17px;
  border: none;
  border-radius: 3px;
  padding: 12px 30px;
  color: white;
  background: #159ED9;
  cursor: pointer;
}

.btn-conoce button:hover{
  background: #1568a0;
}

.conten-footer{
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}

.content-centrado{
  position: relative;
  width: 505px;
  margin: 0 auto;
}

.img-footer{
  position: relative;
  float: left;
  width: 120px;
  margin-right: 5%;
}

.termino-foot{
  position: relative;
  float: left;
  margin-right: 30px;
  cursor: pointer;
}

.termino-foot p{
  margin: 15px 0px;
}

.termino-foot p:hover{
      color: #159ED9;
}

.aviso-foot{
  position: relative;
  float: left;
  cursor: pointer;
}

small{
  font-size: 10px;
}

select{
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
  background: white;
}

.alerta-ayuda{
  top: 8px;
margin-bottom: 20px;
}

.emails{
    margin-bottom: -18px;
}

.email-s{
  margin-bottom: -15px;
}

.aviso-foot p{
  margin: 15px 0px;
}

.aviso-foot p:hover{
      color: #159ED9;
}

.aviso-foot:hover{
      color: #159ED9;
}

.content-centrar-adi{
  position: relative;
  /* float: left; */
  width: 85%;
  margin: 0 auto;
}

.edicion{
  text-align: center;
  margin-bottom: 70px;
}

.sec-edi{
  position: relative;
  float: left;
  width: 33.333%;
}

.img-ganador{
  position: relative;
  float: left;
  margin-right: 20px;
}

.secciones-ganadores{
  position: relative;
  float: left;
  width: 42%;
}

.numero-anual{
  margin-top: auto;
  font-size: 25px;
  color: #273980;
}

.titulo-gandor{
  font-family: "VW-head Bold";
  font-weight: bold;
}

.nombre-ganador{
  margin-top: auto;
}

.conoce{
  color: #159ED9;
  cursor: pointer;
}

.conoce:hover{
  color: #1568a0;
}

.hamburger
{
  display: none;
  min-height: 30px;
  max-width: 50px;
  position: relative;
  float: right;
  width: 100%;
  top: 25px;
  right: 10px;
  z-index: 9999999;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: white;
    position: absolute;
    width: 35px;
    height: 3px;
    border-radius: 5px;
    content: '';
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
}

.hamburger-inner:before {
    top: 10px;
}

.hamburger-inner:after {
    top: 20px;
}

.hamburger.open .hamburger-inner {
    -webkit-transform: translate3d(0,10px,0) rotate(45deg);
    transform: translate3d(0,10px,0) rotate(45deg);
    background: #159ED9;
}

.hamburger.open .hamburger-inner:after {
    -webkit-transform: translate3d(0,-20px,0) rotate(-90deg);
    transform: translate3d(0,-20px,0) rotate(-90deg);
        background: #159ED9;
}

.hamburger.open .hamburger-inner:before {
    -webkit-transform: translate3d(0,-20px,0) rotate(90deg);
    transform: translate3d(0,-20px,0) rotate(90deg);
    opacity: 0;
    background: #159ED9;
}




.no-scroll{
	overflow: hidden;
}
.overlay{
	display: block;
	content: '';
	position: absolute;
	position: fixed;
	z-index: 199;
	background: rgba(0,0,0,.65);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
#aviso-final{
	position: absolute;
	position: fixed;
	z-index: 200;
	background: rgba(254,254,254,0.98);
	width: 50%;
	height: 33vh;
	left: 50%;
	top: 50%;
	margin: -15vh 0 0 -25%;
	border-radius: 7px;
	overflow: hidden;
	text-align: center;
	display: none;
}
#aviso-final h4{
	font-size: 2em;
	color: #159ed9;
	margin: 100px  30px 20px;
}
#aviso-final p{
	font-size: 1em;
	line-height: 1em;
	margin: 0 30px;
}
#aviso-final p span{
	font-size: 1.2em;
	line-height: 3.6em;
	margin: 20px 30px 0;
	color: #6C6C6C;
}
.close{
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
#aviso-final svg{
	margin: 0;
	width: 100%;
}
#aviso-final .close #cruz polygon{
	transition: all .5s;
	fill: #555;
}
#aviso-final .close:hover #cruz polygon{
	fill: #000;
}


/* Finalistas */
.container-finalistas, .container-thankyou{
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding: 25px 0 50px 0;
  background: #F2F2F2;
}

.container-finalistas .finalistas-intro{
  width: 50%;
  display: table;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.container-finalistas .finalistas-intro h1{
  font-size: 2em;
  margin: 0;
  color: #5B9CD5;
}

.container-finalistas .finalistas-intro p:first-of-type{
  margin: 10px 0 0 0;
  font-size: 1.2em;
}

.container-finalistas .finalistas-intro p{
  margin: 0;
  font-size: 0.8em;
}

.container-finalistas .finalistas-wrapper{
  width: 100%;
  padding: 0 5%;
  display: flex;
  margin: 50px 0;
  box-sizing: border-box;
}

.container-finalistas .finalistas-wrapper .finalista-content{
  width: 45%;
  float: left;
  display: flex;
  flex-flow: column;
  background: #fff;
  margin: 0;
  padding: 0;
}

.container-finalistas .finalistas-wrapper .finalista-content:first-child{
  margin-right: 10%;
}

.finalista-content-title, .finalista-content-galeria, .finalista-content-video{
  width: 100%;
  display: block;
  padding: 30px 40px;
  box-sizing: border-box;
  position: relative
}

.finalista-content-title{
  display: table;
}

.finalista-content-video img{
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}

.finalista-content-video iframe{
  position: absolute;
  top: 30px;
  left: 40px;
  width: calc(100% - 80px);
  height: calc(100% - 60px);
  z-index: 2;
}

.finalista-content-title .finalista-title{
  float: left;
  margin-right: 25px;
  text-align: left;
}

.finalista-content-title .finalista-title p{
  color: #000;
  font-size: 0.8em;
  margin: 0;
}

.finalista-content-title .finalista-title p.title-proyecto{
  font-size: 1.2em;
  color: #5B9CD5;
  font-family: 'VW-Head Bold';
}

.finalista-content-title a.btn-votar{
  text-align: center;
  display: block;
  float: right;
  background: #5B9CD5;
  padding: 10px 30px;
  color: #fff;
  border-radius: 5px;
  font-size: 0.75em;
}

.container-finalistas .finalistas-wrapper .finalista-content .finalista-image{
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.container-finalistas .finalistas-wrapper .finalista-content .finalista-image img{
  width: 100%;
  height: auto;
  display: block;
}

.container-finalistas .finalistas-wrapper .finalista-content .finalista-image .btns-finalistas{
  position: absolute;
  width: 250px;
  height: 90%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255,255,255,0.55);
  border-radius: 50%;
  cursor: pointer;
}

.container-finalistas .finalistas-wrapper .finalista-content .finalista-image .btns-finalistas.galeria-btn{
  left: -180px;
}

.container-finalistas .finalistas-wrapper .finalista-content .finalista-image .btns-finalistas.videos-btn{
  right: -180px;
}

.container-finalistas .finalistas-wrapper .finalista-content .finalista-image .btns-finalistas img{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: auto;
  display: block;

}

.container-finalistas .finalistas-wrapper .finalista-content .finalista-image .btns-finalistas.galeria-btn img{
  right: 20px;
}

.container-finalistas .finalistas-wrapper .finalista-content .finalista-image .btns-finalistas.videos-btn img{
  left: 20px;
}

.container-finalistas .finalistas-wrapper .finalista-content .finalista-description{
  position: relative;
  display: block;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
}

.container-finalistas .finalistas-wrapper .finalista-content .finalista-description p{
  text-align: left;
  color: #000;
  font-size: 0.8em;
  margin: 10px 0;
}

.modal-finalistas{
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 99999;
  text-align: center;
}

.modal-finalistas::before{
  content: '';
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  margin-right: -4px;
}

.modal-finalistas .bg-modal{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.55);
}

.modal-content{
  background: #fff;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 75%;
  max-width: 860px;
  vertical-align: middle;
  padding: 0;
}

.btn-close{
  position: absolute;
  right: 40px;
  top: 30px;
  display: block;
}

.btn-close img{
  width: 40px;
  height: auto;
  display: block;
}

.finalista-galeria-carousel{
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0;
}

.finalista-galeria-carousel .galeria-carousel-item{
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.finalista-galeria-carousel .galeria-carousel-item img{
  width: 100%;
  height: auto;
  display: block;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 23px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: url(../img/arrows-carousel.svg);
    background-size: 44px 40px;
}

.slick-prev {
    left: -35px;
}

.slick-next {
    right: -35px;
    background-position: -20px 0;
}

.slick-slide{
  height: auto !important;
}

.slick-dots {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin: 25px 0 0 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: rgba(96,96,96,.25);
    border-radius: 50%;
}

.slick-dots li.slick-active button{
  background: #5B9CD5;
}

.modal-open{
  overflow: hidden;
}

.votacion-content{
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.votacion-content img.img-proyecto{
  width: 100%;
  height: auto;
  display: block;
}

.votacion-content img.img-logo{
  position: absolute;
  width: 230px;
  height: auto;
  top: 0;
  left: 0;
  margin: 20px 0 0 20px;
}

.votacion-content .btn-close{
  position: absolute;
  top: 0;
  right: 0;
  margin: 15px 15px 0 0;
}

.votacion-content h3{
  text-align: center;
  font-weight: 300;
  color: #5B9CD5;
  margin: 20px 0;
  font-size: 1.5em;
}

.votacion-content p{
  font-size: .8em;
  margin: 0;
}

.votacion-content p:last-of-type{
  font-size: 1.3em;
  font-weight: 700;
}

.btn-votar{
  display: table;
  margin: 30px auto;
  padding: 10px 30px;
  color: #fff;
  background: #475994;
  border-radius: 5px;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.6;
}

.btn-votar img{
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
  margin-right: 20px;
}

.container-thankyou h3{
  text-align: center;
  font-size: 3em;
  font-weight: 300;
  color: #5B9CD5;
}

.container-thankyou img{
  width: 400px;
  height: auto;
  display: block;
  margin: 40px auto;
}

.container-thankyou img:first-of-type{
  width: 100px;
}

.container-thankyou .votacion{
  text-align: center;
}

.container-thankyou .votacion p{
  font-size: 1.5em;
}

.container-thankyou .votacion p:nth-child(2){
  font-size: 1em;
}

.container-thankyou .votacion p:nth-child(3){
  font-size: 1.3em;
  font-weight: 700;
  margin: 0;
}

.proximamente{
  text-align: center;
  font-size: 2em;
  font-weight: 300;
}

@media screen and (max-width: 1280px){
  .finalista-content-title a.btn-votar {
    display: table;
    margin: 20px auto 0;
    float: inherit;
  }
  .finalista-content-title .finalista-title{
    width: 100%;
    float: inherit;
  }
}

@media screen and (max-width: 767px){
  .container-finalistas .finalistas-wrapper{
    display: table;
    margin: 20px 0;
  }
  .container-finalistas .finalistas-wrapper .finalista-content{
    width: 100%;
    margin: 25px 0;
  }
  .container-finalistas .finalistas-wrapper .finalista-content:first-child{
    margin-right: 0;
  }
  .container-finalistas .finalistas-intro{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .btn-close{
    top: 0;
    right: 0;
    margin: 10px 10px 0 0;
  }
  .btn-close img{
    width: 20px;
  }
  .finalista-content-title .finalista-title p.title-proyecto{
    font-size: 1em;
  }
  .votacion-content img.img-logo{
    width: 100px;
  }
  .votacion-content h3, .votacion-content p:last-of-type{
    font-size: 1.2em;
  }
  .votacion-content p, .votacion-content h3{
    padding: 0 15px;
  }
  .container-thankyou{
    padding: 25px;
    box-sizing: border-box;
  }
  .container-thankyou h3{
    font-size: 2em;
  }
  .container-thankyou img{
    width: 260px;
  }
  .proximamente{
    font-size: 1.5em;
  }
}



@media only screen and (max-width : 1168px) {
  .redes {
    top: 10px;
  }
    .img-ganador {
        width: 100%;
        text-align: center;
  }
  .secciones-ganadores {
    width: 100%;
    text-align: center;
  }
  .por-love, .participa-men, .histo-log, .jurado-men{
    width: 20%;
  }
}

@media only screen and (max-width : 983px){
  .part-btn {
    padding: 12px 20px;
  }
  .video-btn {
    padding: 12px 20px;
  }
  .btn-finales {
    width: 135px;
    margin-right: 10px;
  }
  .content-btn-gnrlss {
    width: 290px;
    top: -35px;
  }
  .centrado-ver{
    padding: 3% 0px;
  }
  .img-amor button{
      top: 0px;
      margin-bottom: 9%;
      left: 0%;
  }
  .img-amor{
    width: 100%;
  }
  .img-amor img {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width : 880px) {
  .part-btn, .video-btn {
    font-size: 14px;
  }
  /*.btn-finales {
    width: 103px;
    margin-right: 10px;
  }*/
	.content-texto p{
		max-width: 80%;
		font-size: 1em;
		margin: 20px auto 90px;
	}
  .content-btn-gnrlss {
    width: 226px;
  }
  .popup-contenedor-slider .slick-prev{
    left: -60px;
  }
  .popup-contenedor-slider .slick-next{
    right: -60px;
  }
  .mod-1 a.popup-cerrar, .mod-2 a.popup-cerrar, .mod-3 a.popup-cerrar, .mod-4 a.popup-cerrar, .mod-5 a.popup-cerrar, .mod-6 a.popup-cerrar, .mod-7 a.popup-cerrar, .mod-8 a.popup-cerrar, .mod-9 a.popup-cerrar, .mod-10 a.popup-cerrar, .mod-11 a.popup-cerrar, .mod-12 a.popup-cerrar,
  .mod-13 a.popup-cerrar, .mod-14 a.popup-cerrar, .mod-15 a.popup-cerrar {
    position: absolute;
    top: 130px;
    right: 55px;
    padding: 7px 10px;
    font-size: 20px;
    text-decoration: none;
    line-height: 1;
    color: #fff;
    cursor: pointer;
  }
  .popup-contenedor-slider .slick-dots {
    padding: 0px 22%;
  }
  .popup-contenedor-slider {
    width: 70%;
  }
  .des-modal {
    max-width: 88% !important;
    padding: 1% 6%;
  }
  .content-img-modal img{
    width: 100%;
  }
  #jurado-1 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  #jurado-2 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  #jurado-3 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  #jurado-4 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  #jurado-5 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  #jurado-6 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  #jurado-7 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  #jurado-8 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  #jurado-9 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  #jurado-10 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  #jurado-11 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  #jurado-12 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  #jurado-1 a.popup-cerrar {
    top: -45px;
    right: -13px;
  }

  #jurado-2 a.popup-cerrar {
    top: -45px;
    right: -13px;
  }
  #jurado-3 a.popup-cerrar {
    top: -45px;
    right: -13px;
  }
  #jurado-4 a.popup-cerrar {
    top: -45px;
    right: -13px;
  }
  #jurado-5 a.popup-cerrar {
    top: -45px;
    right: -13px;
  }
  #jurado-6 a.popup-cerrar {
    top: -45px;
    right: -13px;
  }
  #jurado-7 a.popup-cerrar {
    top: -45px;
    right: -13px;
  }
  #jurado-8 a.popup-cerrar {
    top: -45px;
    right: -13px;
  }
  #jurado-9 a.popup-cerrar {
    top: -45px;
    right: -13px;
  }
  #jurado-10 a.popup-cerrar {
    top: -45px;
    right: -13px;
  }
  #jurado-11 a.popup-cerrar {
    top: -45px;
    right: -13px;
  }
  #jurado-12 a.popup-cerrar {
    top: -45px;
    right: -13px;
  }
  .movil {
    display: none;
  }
  .content-img-modal {
    width: 100%;
  }
}


@media only screen and (max-width : 770px) {
  .redes {
    top: -9px;
    right: 45px;
  }
  .log-seis {
    padding: 39px 30px;
  }
  .log-seis img {
    width: 95px;
  }
  .fondo-sec-2 {
    position: relative;
    float: left;
    width: 100%;
    background-color: white;
    z-index: 999999;
  }
  /* Seccion participa */
  .cel-50{
    width: 100% !important;
    margin-right: 0% !important;
  }

  .popup-contenedor {
    position: relative;
    margin: 25vh auto;
    padding: 30px 15px;
    background-color: #fafafa;
    color: #333;
    border-radius: 3px;
    width: 700px;
    max-width: 85%;
  }

  a.popup-cerrar {
    right: -3%;
  }

  .email-50{
    width: 100% !important;
  }
  .fondo-sec-2 .content-menus {
    position: relative;
    float: left;
    width: 100%;
    margin: -14px auto;
    margin-bottom: 0px;
    border-bottom: 0px solid;
    box-shadow: 0px 3px #80808026;
  }
  .fondo-sec-2 .logo-sec img {
    width: 130px;
    margin-bottom: -66px;
    position: relative;
    bottom: 50px;
    right: 30px;
  }
  .fondo-sec-2 .hamburger {
    top: 25px;
  }

  .ajuste {
    margin-top: 10px !important;
  }
  /* Seccion participa */

  /* Seccion historias */

  /* Let's get this party started */
  .sec-1-his::-webkit-scrollbar {
      width: 5px;
      height: 10px;
  }

  /* Handle */
  .sec-1-his::-webkit-scrollbar-thumb {
      -webkit-border-radius: 30px;
      border-radius: 30px;
      background: #273980;
      z-index: 999999999;
  }
  .sec-1-his::-webkit-scrollbar-thumb:window-inactive {
  	background: #273980;
    z-index: 999999999;
  }

  .sec-movil{
      display: block;
      position: relative;
      float: none;
      width: 80%;
      margin: auto;
  }
  .scroll-tam {
    height: auto;
    overflow: hidden;
    text-align: left;
  }
  .sec-his {
    position: relative;
    float: none;
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
  }
  .sec-desk{
      display: none;
  }
  .sec-1-his {
    width: 92%;
    max-width: 92%;
    overflow-x: scroll;
    margin-left: 15px;
  }
  .anios-his {
    position: relative;
    float: left;
    width: 1600px;
    height: auto;
    overflow: hidden;
  }
  .anios-his span {
    width: auto;
    margin: auto 2%;
    margin-right: 1%;
  }
  .degra-blanc{
    display: none;
  }

  .content-his .ganadores{
    width: 100%;
  }

  /* Fin Seccion historias */

  /* Seccion jurado */
  .ver-bio {
    padding: 10px 15px;
  }

  .content-2jur {
    width: 100%;
  }

  .content-2jur {
    margin-bottom: 30px;
  }

  #jurado-1 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  #jurado-2 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }
  #jurado-3 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }
  #jurado-4 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }
  #jurado-5 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }
  #jurado-6 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }
  #jurado-7 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }
  #jurado-8 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }
  #jurado-9 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }
  #jurado-10 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }
  #jurado-11 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }
  #jurado-12 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  .content-img-modal {
    width: 100%;
  }

  .des-modal {
    width: 100%;
    max-width: 90%;
    margin-bottom: 30px;
  }

  .content-modal {
    margin-bottom: 15%;
  }

  .movil{
    display: none;
  }

  .desk{
    display: block;
  }

  /* Fin Seccion jurado */

  .espacio-bajo{
    margin-bottom: 20px;
  }
  .numero-anual{
    margin-bottom: 10px;
  }
  .content-four{
    margin-bottom: 60px;
  }
  .edicion {
    margin-bottom: 40px;
  }
  .logo-sec img {
    width: 70px;
    margin-left: 15px;
  }
  .por-amor{
    position: relative;
    background-image: url(../img/men-corazon.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
    background-size: 120px;
    margin-top: 20px;
    cursor: pointer;
    margin-bottom: 45px;
  }
  .por-amor:hover{
    background-image: url(../img/men-corazon-hov.png);
    color: #159ED9 !important;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
    background-size: 120px;
    margin-top: 20px;
    cursor: pointer;
    margin-bottom: 45px;
  }

  .activada-poramor{
    background-image: url(../img/men-corazon-hov.png) !important;
  }

  .por-amor p{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 120px;
  }
  .participa{
    position: relative;
    background-image: url(../img/men-flech.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
    background-size: 120px;
    margin-top: 20px;
    cursor: pointer;
  }
  .participa:hover{
    position: relative;
    background-image: url(../img/men-flech-hov.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
    background-size: 120px;
    margin-top: 20px;
    cursor: pointer;
    color: #159ED9 !important;
  }

  .selecion-participa{
    background-image: url(../img/men-flech-hov.png) !important;
  }

  .participa p{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 120px;
  }
  .historias{
    position: relative;
    background-image: url(../img/men-trofeo.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
    background-size: 120px;
    margin-top: 50px;
    cursor: pointer;
  }

  .historias:hover{
    position: relative;
    background-image: url(../img/men-trofeo-hov.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
    background-size: 120px;
    margin-top: 50px;
    cursor: pointer;
    color: #159ED9;
  }

  .historias-selec{
    background-image: url(../img/men-trofeo-hov.png) !important;
  }

  .historias p{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 120px;
  }
  .jurado{
    position: relative;
    background-image: url(../img/men-people.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
    background-size: 120px;
    margin-top: 50px;
    cursor: pointer;
  }
  .jurado:hover{
    position: relative;
    background-image: url(../img/men-people-hov.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
    background-size: 120px;
    margin-top: 50px;
    cursor: pointer;
    color: #159ED9;
  }

  .selec-jurado{
    background-image: url(../img/men-people-hov.png) !important;
  }

  .jurado p{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 120px;
  }
  .content-menu-vw{
    position: absolute;
    width: 100%;
    height: 107%;
    z-index: 999999;
    background: white;
  }
  .content-centrado-movil{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
  }
  .logo-amor{
    position: relative;
    float: none;
    width: 150px;
    margin: auto;
    margin-top: 10px;
  }
  .content-etapas-1{
    position: relative;
    float: left;
    text-align: left;
    width: 80%;
  }
  .content-menus{
    margin: 0px auto;
    bottom: 22px;
  }
  .por-love, .participa-men, .histo-log, .jurado-men{
    display: none;
  }
  .hamburger{
    display: block;
  }
  .sec-2 img {
    bottom: 0px;
  }
  .content-centrar-adi{
    float: none;
  }
  .img-ganador {
    width: auto;
    text-align: center;
  }
  .secciones-ganadores {
    width: 42%;
    text-align: left;
    margin-bottom: 35px;
  }
  .sec-edi {
    width: 379px;
    margin: auto;
    float: none;
  }
  .content-centrar-adi {
    width: 100%;
  }
  .sec-1 {
    width: 90%;
    padding: 4% 0% 0% 5%;
  }
  .des-eta {
    margin-bottom: 5px;
  }
  .img-eta img {
    width: 60px;
    top: 15px;
  }
  .sec-2 {
    position: relative;
    float: none;
    width: 65%;
    text-align: center;
    margin: auto;
    max-width: 100%;
  }
  .titulo-etapa-1{
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
  }
  .content-centrar {
    width: 375px;
    float: none;
  }
  .img-eta {
    width: auto;
    margin-right: 3%;
  }
  .conten-eta{
    width: 100%;
    text-align: center;
  }
  .content-etapas {
    float: none;
    font-size: 14px;
    margin-bottom: 0px;
    width: auto;
    text-align: left;
  }
	#aviso-final{
		width: 88%;
		height: 33vh;
		left: 50%;
		top: 50%;
		margin: -15vh 0 0 -44%;
		font-size: 85%;
	}
}

@media only screen and (max-width : 495px) {
  .log-seis {
    padding: 25px 30px;
  }
  .content-btn-gnrlss {
    width: 315px;
    top: -25px;
  }
  .log-seis img {
    width: 65px;
  }
  .des-modal {
    height: auto;
    overflow-y: auto;
  }
  .content-modal {
    margin-bottom: 15%;
    height: 75vh;
    overflow-y: scroll;
  }
  #jurado-1 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  #jurado-2 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  #jurado-3 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  #jurado-4 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  #jurado-5 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  #jurado-6 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  #jurado-7 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  #jurado-8 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  #jurado-9 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  #jurado-10 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  #jurado-11 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }

  #jurado-12 .popup-contenedor {
    padding: 0px 0px;
    width: 320px;
    max-width: 90%;
    margin: 20% auto;
  }
  .des-historia span {
    font-size: 20px;
  }
  .anios-his {
    position: relative;
    float: left;
    width: 1200px;
    height: auto;
    overflow: hidden;
  }
  .content-titulo-form p {
    font-size: 30px;
    color: #273980;
  }
  .anios-his span {
    font-size: 30px;
  }
  .mod-1 a.popup-cerrar, .mod-2 a.popup-cerrar, .mod-3 a.popup-cerrar, .mod-4 a.popup-cerrar, .mod-5 a.popup-cerrar, .mod-6 a.popup-cerrar, .mod-7 a.popup-cerrar, .mod-8 a.popup-cerrar, .mod-9 a.popup-cerrar, .mod-10 a.popup-cerrar, .mod-11 a.popup-cerrar, .mod-12 a.popup-cerrar,
  .mod-13 a.popup-cerrar, .mod-14 a.popup-cerrar, .mod-15 a.popup-cerrar {
    position: absolute;
    top: 205px !important;
    right: 15px !important;
  }
  .mod-7 .popup-contenedor-slider .slick-dots {
    padding: 0px 30px;
    bottom: 27%;
    left: 0px;
  }
  .mod-5 .popup-contenedor-slider .slick-dots {
    padding: 0px 30px;
    bottom: 27%;
    left: 0px;
  }
  .popup-contenedor-slider .slick-next, .popup-contenedor-slider .slick-prev{
    top: 37%;
  }
  .popup-contenedor-slider .slick-dots {
    padding: 0px 0%;
    bottom: 37%;
    left: 26px;
  }
  .content-etapas {
    margin-bottom: 0px;
  }
  .content-centrado {
    width: 100%;
  }
  .img-footer {
    width: 25%;
    margin-right: 0%;
  }
  .termino-foot{
    margin-right: 5%;
  }
  .conten-footer {
    font-size: 80%;
  }
}

@media only screen and (max-width : 390px) {
  #video .popup-contenedor {
    height: 460px;
  }
  #video .video-mostrar iframe{
    height: 360px;
  }
  .log-seis {
    padding: 25px 10px;
  }
  .log-seis img {
    width: 60px;
  }
  .mod-1 a.popup-cerrar, .mod-2 a.popup-cerrar, .mod-3 a.popup-cerrar, .mod-4 a.popup-cerrar, .mod-5 a.popup-cerrar, .mod-6 a.popup-cerrar, .mod-7 a.popup-cerrar, .mod-8 a.popup-cerrar, .mod-9 a.popup-cerrar, .mod-10 a.popup-cerrar, .mod-11 a.popup-cerrar, .mod-12 a.popup-cerrar,
  .mod-13 a.popup-cerrar, .mod-14 a.popup-cerrar, .mod-15 a.popup-cerrar {
    top: 80px !important;
  }
  .popup-contenedor-slider .slick-next, .popup-contenedor-slider .slick-prev {
    top: 34% !important;
  }
  .mod-5 .popup-contenedor-slider .slick-dots {
    padding: 0px 30px;
    bottom: 20%;
    left: 0px;
  }
  .mod-7 .popup-contenedor-slider .slick-dots {
    padding: 0px 30px;
    bottom: 20%;
    left: 0px;
  }
  .popup-contenedor-slider .slick-dots {
    bottom: 20%;
  }
  .popup-contenedor-slider .slick-next, .popup-contenedor-slider .slick-prev {
    top: 41%;
  }
  .sec-edi {
    width: 370px;
  }
  .img-ganador img{
    width: 90%;
  }
  .content-etapas{
    margin: auto;
    width: 100%;
    float: left;
  }
  .content-etapas-1{
    width: 70%;
  }
  .secciones-ganadores {
    width: 55%;
  }
  .img-ganador {
    width: 38%;
  }
  .content-centrar {
    width: auto;
    float: none;
  }
  .sec-edi {
    width: auto;
  }
}

@media only screen and (max-width : 320px) {
  .part-btn, .video-btn {
    font-size: 11px;
  }
  .btn-finales {
    width: 90px;
  }
  .content-btn-gnrlss {
    width: 270px;
    top: -20px;
  }
  .mod-1 a.popup-cerrar, .mod-2 a.popup-cerrar, .mod-3 a.popup-cerrar, .mod-4 a.popup-cerrar, .mod-5 a.popup-cerrar, .mod-6 a.popup-cerrar, .mod-7 a.popup-cerrar, .mod-8 a.popup-cerrar, .mod-9 a.popup-cerrar, .mod-10 a.popup-cerrar, .mod-11 a.popup-cerrar, .mod-12 a.popup-cerrar,
  .mod-13 a.popup-cerrar, .mod-14 a.popup-cerrar, .mod-15 a.popup-cerrar {
    position: absolute;
    top: 150px !important;
    right: 10px !important;
  }
  .popup-contenedor-slider {
    top: 5% !important;
  }
  .popup-contenedor {
    margin: 18vh auto;
  }

  #modal-1 .popup-contenedor {
    padding: 0px 0px;
    width: 800px;
    max-width: 70%;
  }
  .img-eta img {
    width: 70px;
    position: relative;
    margin-top: 20px;
  }
  .img-ganador {
    width: 300px;
    margin-top: 35px;
    margin-right: 5px;
  }
  .content-etapas-1{
    width: 75%;
  }
  .secciones-ganadores {
    width: 59%;
  }
  .img-ganador {
    width: 38%;
  }
  .conten-footer {
    font-size: 70%;
  }
}
@media screen and (min-aspect-ratio: 17/9) {
	/*body{
		background:blue;
	}*/
	#aviso-final h4{
		margin: 50px  30px 20px;
	}
}
@media screen and (max-aspect-ratio: 16/9) {
	/*body{
		background:gray;
	}*/
	#aviso-final h4{
		margin: 100px  30px 20px;
	}
}
