@font-face {
    font-family: "NeueHansKendrick";
    src: url("../font/neuehanskendrick-regular.eot");
    src: url("../font/neuehanskendrick-regular.eot?#neuehanskendrick-regular") format("embedded-opentype"),
        url("../font/neuehanskendrick-regular.woff") format("woff"),
        url("../font/NeueHansKendrick-Regular.ttf") format("truetype"),
        url("../font/neuehanskendrick_regular#NeueHansKendrick") format("svg");
}
body, html {
     font-family: 'NeueHansKendrick', 'san-serif' !important;
}
img {
    width: 100%;
}
.padding-not {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.cookiealert-container {
    font-size: 12px;
}
.cookiealert-container a {
     color: #fbb534;
}
.cookiealert-container a:hover {
    color: #b78424; 
}
.cookiealert-container button {
     background: #fbb534;
     border: 0;
}
.cookiealert-container button:hover {
    background: #b78424;
}



/* sección 1 - imagen de cabecera, logos y titular */
#hero-section {
    height: 95vmin;
    background-image: url('../img/2-imagenes_desktop/apertura.jpg'); 
    background-size: cover; 
    background-position: center top;
    position: relative;
    z-index: 0;
}
#hero-section .overley {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.75) 100%);
}
#hero-section h1 {
    font-size: 8vmin;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2.5px 4px rgba(0, 0, 0, 0.5);
}
#hero-section p {
    font-size: 3.4vmin;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 15px 0 30px 0;
}
#hero-section .play {
    cursor: pointer;
        transition: all .3s ease-out;
}
#hero-section .play:hover {
    opacity: 0.8;
}
#hero-section .padding-50 {
    display: flex;
    justify-content: center;
    max-height: 50vmin;
    height: 50vmin;
}
#hero-section .vertical-align {
    display: inline-block;
    align-self: flex-end;
    padding: 0 18%;
}
#hero-section .display-logos  {
   display: table;
   height: 16vmin;
   width: 100%;
}
#hero-section .triangulo {
    width: 0;
    height: 0;
    border-top: solid 24em rgb(255, 255, 255);
    border-left: solid 29em transparent;
    border-right: solid 0 transparent;
    position: absolute;
    top: 0;
    right: -30px;
    z-index: -1;
}
#hero-section .text-left  {
   display: table-cell;
   vertical-align: middle;
    padding: 2vmin 0 0 9vmin;
}
#hero-section .text-right  {
   display: table-cell;
   vertical-align: middle;
    padding: 2vmin 8vmin 0 0;
}
#hero-section .text-left a, #hero-section .text-right a {
    display: inline-block;
}
#hero-section .text-center {
    margin-top: 170px;
}
#hero-section .text-left img, #hero-section .text-right img, #hero-section .text-center img {
    width: auto;
}
#hero-section .z-index--1 {
    z-index: -1;
}
#hero-section .button {
    border: 2px solid #fff;
    border-radius: 50px;
    background: red;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16px 32px;
    display: block;
    width: 16%;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    margin-top: 30px;
}
#hero-section .concurso-finalizado {
	font-size:23px; 
	color: #db2a1b;
	margin-top:40px;
}

/* sección 2 - imagen de fondo y texto */
#bg-with-text-paragraphs {
    background-image: url('../img/2-imagenes_desktop/bg-with-text-paragraphs.png'); 
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top:-2px;
    position: relative;
        overflow: hidden;
}
#bg-with-text-paragraphs a {
	text-decoration: underline;
	color: #fbb534;
}
#bg-with-text-paragraphs .overley {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.65) 100%);
}
#bg-with-text-paragraphs .padding-50 {
    padding: 50px;
    display: flex;
    justify-content: center;
    min-height: 650px;
}
#bg-with-text-paragraphs .vertical-align {
    display:inline-block;
    align-self: center;
}
#bg-with-text-paragraphs .box-text {
        width: 65%;
    margin-right: auto;
    margin-left: auto;
	text-align: center;
}
#bg-with-text-paragraphs h2 {
    font-size: 6vmin;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
#bg-with-text-paragraphs h2 span {
    color:#41b2e8;
}
#bg-with-text-paragraphs p {
    font-size: 4vmin;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
#bg-with-text-paragraphs .red {
    color: #ff0000;
}


/* sección 3, sección 4, sección 5  - texto + imagen */
#text-section .yellow a, #text-section-1 .yellow a, #text-section-2 .yellow a {
	text-decoration: underline;
	color: #ffffff;
}
#text-section .blue a, #text-section-1 .blue a, #text-section-2 .blue a {
    	text-decoration: underline;
	color: #ffffff;
}
#text-section .yellow, #text-section-1 .yellow, #text-section-2 .yellow {
    background: #fbb534;
}
#text-section .blue, #text-section-1 .blue, #text-section-2 .blue {
    background: #41b2e8;
}
#text-section, #text-section-1, #text-section-2 {
    z-index: 1;
    position: relative;
        overflow: hidden;
}
#text-section h2, #text-section-1 h2, #text-section-2 h2 {
    font-weight: bold;
       font-size: 4.5vmin !important;
			    line-height: 57px;
    color: #fff;
}


#text-section p, #text-section-1 p, #text-section-2 p{
    margin-top: 50px;
       font-size: 2.3vmin !important;
		line-height: 36px;
     color: #fff;
}
#text-section .padding-50, #text-section-1 .padding-50, #text-section-2 .padding-50 {
    padding: 60px;
    display: flex;
    justify-content: center;
}
#text-section .vertical-align, #text-section-1 .vertical-align, #text-section-2 .vertical-align {
    display:inline-block;
    align-self: center;

}



/* sección 6 - imagen de fondo y texto */
#bg-with-text {
    background-image: url('../img/2-imagenes_desktop/cierre.jpg'); 
    min-height: 800px !important;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top:-2px;
    position: relative;
        overflow: hidden;
}
#bg-with-text .overley {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.65) 100%);
}
#bg-with-text .padding-50 {
    padding: 50px;
    display: flex;
    justify-content: center;
    min-height: 801px;
}
#bg-with-text .vertical-align {
    display:inline-block;
    align-self: center;
}
#bg-with-text p {
    font-size: 6vmin;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
#bg-with-text .red {
    color: #ff0000;
}

/* sección 7 - footer con background */
#footer-section.bg-color {
    background-color: #fbb534;
    padding-top: 50px;
    padding-bottom: 28px;
    overflow: hidden;
}
#footer-section.bg-color p {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.94;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
#footer-section.bg-color a.logo-footer-bic {
display: block;
}
#footer-section.bg-color img {
    margin-top:30px;
    width:auto;
}
#footer-section.bg-color img.logo-megamedia {
    margin-top:-2px;
    width: 6vw;
    margin-left: 5px 
}


/*  sección 8 - footer */
#footer {
    background-color: #181818;
    padding: 15px 15px;
}
#footer a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    margin: 0 15px;
}
#footer .separate {
    color:#fff;
}




/*  sección aviso legal */
#aviso-legal h1 {
      margin: 60px 0;
    font-weight: bold;
}
#aviso-legal h2 {
    margin-top: 30px;
    font-weight: bold;
    font-size: 25px;
}
#aviso-legal p {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    font-size: 16px;
}
#aviso-legal .margin-bottom-60 {
    margin-bottom: 60px;
}

/*  sección politica de cookies */
#politica-cookies h1 {
      margin: 60px 0;
    font-weight: bold;
}
#politica-cookies h2 {
    margin-top: 30px;
    font-weight: bold;
    font-size: 25px;
    width: 100%;
}
#politica-cookies h3 {
    margin-top: 30px;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
}
#politica-cookies p {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    font-size: 16px;
    width: 100%;
}
#politica-cookies .margin-bottom-60 {
    margin-bottom: 60px;
}
#politica-cookies a {
    color: #fbb534;
    font-weight: bold;
}
#politica-cookies a:hover {
   text-decoration: none;
}

/*  sección sobre politica de cookies */
#sobre-cookies h1 {
      margin: 60px 0;
    font-weight: bold;
}
#sobre-cookies h2 {
    margin-top: 30px;
    font-weight: bold;
    font-size: 25px;
    width: 100%;
}
#sobre-cookies h3 {
    margin-top: 30px;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
}
#sobre-cookies p {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    font-size: 16px;
}
#sobre-cookies .margin-bottom-60 {
    margin-bottom: 60px;
}


/*  Modal */ 
.modal-content {
	background-color: transparent !important;
	box-shadow: none !important;
	border: 0px !important;
}
.modal-body {
    position: relative;
    padding: 0px !important;
}
.modal-header {
    padding: 0px !important;
    border-bottom: 0px !important;
	justify-content: flex-end !important;
}
.btn-default {
    color: #333;
    background-color: transparent !important;
    border-color: transparent !important;
	padding: 0px !important;
}
.btn-default img {
    width: 23px;
    margin-bottom: 15px;
}
.modal-open .modal {
	 background-color: rgba(0, 0, 0, 0.3) ;
	
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 760px !important;
    margin: 10px auto;
  }
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 760px !important; 
		margin: 1.75rem auto;
	}
}



/* Medias Queries */

@media (min-width: 1024px) and (max-width: 1200px) {
     #bg-with-text {
        min-height: 450px !important;
            background-size: cover;
    }
    #footer-section.bg-color img {
    width: 10%;
}
#footer-section.bg-color img.logo-megamedia {
    width: 8vw;
}
    #text-section p {
    font-size: 17px !important;
    }
    #text-section .padding-50 {
    padding: 0px 35px;
    }
     #text-section p, #text-section-1 p, #text-section-2 p {
    font-size: 15px !important;
	line-height: 22px;
    }
    #text-section .padding-50, #text-section-1 .padding-50, #text-section-2 .padding-50 {
    padding: 0px 35px;
    }
   #hero-section {
        height: 720px;
    }
    #hero-section .display-logos {
    display: table;
    height: 135px;
    }
    #hero-section .text-left {
    padding: 20px 0 0 85px;
    }
    #bg-with-text-paragraphs {
    background-image: url(../img/3-imagenes-tablet/bg-with-text-paragraphs-tablet.png);
}
#bg-with-text-paragraphs h2 {
    font-size: 5vmin;
}
    #hero-section .triangulo {
    border-top: solid 19em rgb(255, 255, 255);
    border-left: solid 25em transparent;
}
#bg-with-text-paragraphs p.left {
    font-size: 24px !important;
}

    #hero-section .text-center img {
    width: 13%;
}
    #hero-section .text-center {
    margin-top: 130px;
}
    #hero-section .text-right {
    padding: 20px 70px 0 0;
    }
#hero-section .padding-50 {
    max-height: 110px !important;
    height: 110px !important;
}
    #hero-section h1 {
        font-size: 46px;
    }
    #hero-section p {
        font-size: 25px;
    }
    #text-section h2, #text-section-1 h2, #text-section-2 h2 {
    font-size: 30px !important;
	line-height: 38px;
}
#bg-with-text p {
    font-size: 50px !important;
}
#bg-with-text-paragraphs p {
    font-size: 30px !important;
}
}    
@media (min-width: 1024.02px) {
         #bg-with-text {
        min-height: 800px;
            background-size: cover;
    }
    #bg-with-text-paragraphs {
       min-height: 468px !important;
            background-size: cover;
    }
    #bg-with-text-paragraphs .padding-50 {
        min-height: 480px !important;
    }
       
    #bg-with-text .padding-50 {
        min-height: 801px !important;
    }
    #hero-section .sim-button {
    width: 20% !important;
}
}
@media (min-width: 679px) and (max-width: 946px) {
    #text-section p, #text-section-1 p, #text-section-2 p {
    font-size: 1.7vmin !important;
    }
    #text-section h2, #text-section-1 h2, #text-section-2 h2 {
    font-size: 2.7vmin !important;
    }
}
@media (min-width: 1200px) {
    #text-section h2 {
            font-size: 4.5vmin !important;
			    line-height: 57px;
    }
    #text-section p {
        font-size: 2.3vmin !important;
		line-height: 36px;
    }
}
@media (min-width: 768.01px) {
    #hero-section .text-center img {
        width: auto;
    } 
    #hero-section .sim-button {
        width: 30%;
    }
    #hero-section .padding-50 {
       max-height: 16vmin;
    height: 16vmin;
    }
    #text-section .padding-50 {
            padding: 20px 60px;
    }
    #text-section h2 {
        font-size: 5vmin;
    }
    #text-section p, #text-section-1 p , #text-section-2 p  {
        margin-top: 30px;
        font-size: 2.3vmin;
    }
    
    #bg-with-text-paragraphs p {
                font-size: 2.7vmin;
				font-weight: bold;
    }
    #bg-with-text-paragraphs {
        min-height: 375px;
        background-size: cover;
    }
    #bg-with-text-paragraphs .padding-50 {
        padding: 30px;
        min-height: 375px;
    }

    #bg-with-text p {
            font-size: 7vmin;
                width: 70%;
    margin-right: auto;
    margin-left: auto;
     text-shadow: 0 2.5px 4px rgba(0, 0, 0, 0.5);
    }
    #bg-with-text {
        min-height: 375px;
        background-size: cover;
    }
    #bg-with-text .padding-50 {
        padding: 30px;
        min-height: 375px;
    }
    #img-footer span img.date {
        width: 70%;
    }
    #img-footer span {
        bottom: 60px;
    }
}

@media (max-width: 768px) {
	#footer-section.bg-color p {
    font-size: 15px;
	}
    #footer-section.bg-color img {
    width: 12%;
}
#footer-section.bg-color img.logo-megamedia {
    margin-top: -2px;
    width: 12vw;
    margin-left: 5px;
}
    #hero-section {
    background-image: url(../img/3-imagenes-tablet/apertura-tablet.png);
}
    #hero-section .triangulo {
    border-top: solid 16em rgb(255, 255, 255);
    border-left: solid 21em transparent;
}
    #hero-section .vertical-align {
        padding: 0 50px;
    }
    #hero-section .sim-button {
        width: 40%;
    }
    #hero-section .padding-50 {
max-height: 10vmin;
    height: 10vmin;
    }
#hero-section .text-center {
    margin-top: 155px;
}
#hero-section h1 {
    font-size: 6vmin;
    line-height: 61px;
}
    #hero-section .text-right {
        padding: 0 5vmin 0 0;
    }

    #text-section .padding-50 {
        padding: 0px 20px;
    }
    #text-section p {
        font-size: 2vmin;
        margin-top: 10px;
        margin-bottom: 0px;
    }
#text-section .padding-50, #text-section-1 .padding-50, #text-section-2 .padding-50 {
        padding: 0px 20px;
    }
    #text-section p, #text-section-1 p, #text-section-2 p {
        font-size: 2vmin;
        margin-top: 10px;
        margin-bottom: 0px;
		line-height: 19px;
    }

    #bg-with-text p {
        font-size: 4.5vmin;
        margin-bottom: 0px;
    }
    #bg-with-text {
        min-height: 350px !important;
        background-size: cover;
        background-image: url('../img/3-imagenes-tablet/cierre-tablet.jpg'); 
    }
    #bg-with-text .padding-50 {
    padding: 20px;
    min-height: 350px !important;
    }

#bg-with-text-paragraphs h2 {
           font-size: 3.9vmin;
    }
#bg-with-text-paragraphs p {
           font-size: 2.7vmin;
        margin-bottom: 0px;
    }
    #bg-with-text-paragraphs {
        min-height: 350px;
        background-size: initial;
        background-image: url('../img/3-imagenes-tablet/bg-with-text-paragraphs-tablet.png'); 
    }
    #bg-with-text-paragraphs .padding-50 {
    padding: 20px;
    min-height: 352px;
    }
#text-section h2, #text-section-1 h2, #text-section-2 h2 {
    margin-top: 0px;
	line-height: 30px;
}
    #img-footer span {
        bottom: 45px;
    }
    #img-footer span img.date {
        width: 60%;
    }
}

@media (min-width: 575.99px) and (max-width: 767.97px) { 
    #hero-section .triangulo {
    border-top: solid 12em rgb(255, 255, 255);
    border-left: solid 13em transparent;
}
     #footer-section.bg-color {
        padding-top: 9vmin;
        padding-bottom: 9vmin;
    }
    #footer-section.bg-color img {
       margin-top: 7vmin;
    width: 14vw;
    }
    #footer-section.bg-color p {
        line-height: normal;
		    font-size: 13px;
    }
    #footer-section.bg-color img.logo-megamedia {
        width: 12vw;
    } 
    #hero-section .text-left {
    padding: 0px 0 0 30px;
}
#hero-section h1 {
        font-size: 40px;
            line-height: 55px;
    }
    #hero-section p {
    font-size: 14px;
        margin: 15px 0 20px 0;
}
#hero-section .sim-button {
    line-height: 40px;
    height: 40px;
}
    #hero-section .text-left img, #hero-section .text-right img {
        width: 60px;
    }
    #hero-section .display-logos {
           height: 105px;
    }
    #hero-section .text-right {
        padding: 0 0 0 0;
    }
        #hero-section .text-center img {
            width: 17vw;
    }
    #hero-section .text-center {
    margin-top: 50px;
}
    #text-section h2, #text-section-1 h2  {
    font-weight: bold;
    font-size: 23px;
	line-height: 25px;
}
    #hero-section {
            height: 470px;
    }
    #bg-with-text p {
    font-size: 40px;
        text-shadow: 1px 1px #5a5a5a;
}
    #hero-section .vertical-align {
        padding:0px;
    }
    #hero-section .padding-50 { 
    max-height: 115px;
    height: 115px;
    }
    #hero-section .sim-button {
        width: 35%;
    }
    #text-section .padding-50, #text-section-1 .padding-50, #text-section-2 .padding-50 {
        padding: 30px;
    }
    #text-section p, #text-section-1 p, #text-section-2 p {
        margin-top: 20px;
        font-size: 14px;
        margin-bottom: 0;
		    line-height: 20px;
    }
    #bg-with-text-paragraphs {
            background-size: contain;
        min-height: 310px;
    }
    #bg-with-text-paragraphs h2 {
    font-size: 6vmin;
}
#bg-with-text-paragraphs p {
    font-size: 4vmin;
    margin-bottom: 0px;
}
    #bg-with-text-paragraphs .padding-50 {
        min-height: 310px;
    }
    #bg-with-text {
        background-size: cover;
        min-height: 350px;
    }
    #bg-with-text .padding-50 {
        min-height: 350px;
    }
    #img-footer span {
        bottom: 40px;
    }
        #img-footer span img.date {
        width: 70%;
    }
}
@media (max-width: 575.98px) {
    #hero-section .triangulo {
    border-top: solid 11em rgb(255, 255, 255);
    border-left: solid 12em transparent;
}
    #footer-section.bg-color {
        padding-top: 8vmin;
        padding-bottom: 8vmin;
    }
    #footer-section.bg-color p {
        font-size: 3vmin;
        line-height: normal;
    }
    #footer-section.bg-color img.logo-megamedia {
        width: 21vw;
    }
    #footer-section.bg-color img {
    margin-top: 17px;
    width: 16vmin;
    }
    #aviso-legal, #aviso-legal h1 {
        width: 90%;
    }

        #politica-cookies, #politica-cookies h1 {
        width: 90%;
    }
            #sobre-cookies, #sobre-cookies h1 {
        width: 90%;
    }
    #hero-section {
        min-height: 150vmin;
        background-position: 71% top;
        background-image: url('../img/4-imagenes-mobile/apertura-mobile.png'); 
    }
    #hero-section .text-left img, #hero-section .text-right img {
        width: 50px;
    }
    #hero-section .text-center {
    margin-top: 120px;
}
    #hero-section .vertical-align {
        padding: 0; 
    }
    #hero-section .text-center img {
            width: 20vw;
    }
    #hero-section .display-logos {
        height: 30vmin;
    }
    #hero-section .text-right {
        padding: 0 0 0 0;
    }
    #hero-section p {
        font-size: 5vmin;
        line-height: 1.4;
    }
    #hero-section .padding-50 {
    max-height: 25vmin;
    height: 25vmin;
}
#hero-section h1 {
font-size: 8vmin;
    line-height: 38px;
}
    #hero-section .sim-button {
        width: 50%;
    }
    #text-section .padding-50, #text-section-1 .padding-50, #text-section-2 .padding-50 {
        padding: 20px;
    }
     #text-section h2, #text-section-1 h2, #text-section-2 h2 {
        font-size: 7vmin;
		    line-height: 27px;
    }
    #text-section p, #text-section-1 p, #text-section-2 p {
        margin-top: 15px;
        font-size: 4vmin;
        margin-bottom: 0px;
		line-height: 20px;
    }
    #bg-with-text {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 32% center;
        background-image: url('../img/4-imagenes-mobile/cierre-mobile.jpg'); 
    }
    #bg-with-text .vertical-align {
       align-self: center;
    }
    #bg-with-text .padding-50 {
        padding: 20px;
    }
    #bg-with-text p {
    font-size: 7vmin;
    margin-bottom: 10px;
    text-shadow: 1px 1px #5a5a5a;
}

#bg-with-text-paragraphs {
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url('../img/4-imagenes-mobile/bg-with-text-paragraphs-mobile.png'); 
    }
    #bg-with-text-paragraphs .vertical-align {
            align-self: center;
    }
    #bg-with-text-paragraphs .padding-50 {
        padding: 20px;
    }
    #bg-with-text-paragraphs p {
        font-size: 4vmin;
    margin-bottom: 10px;
}
#bg-with-text-paragraphs h2 {
    font-size: 6vmin;
    margin-top: 0px;
}
    #img-footer span {
        bottom: 60px;
    }
    #img-footer span img.date {
        width: 80%;
    }
}











