
:host {
-webkit-touch-callout: default !important  ;
}
html, body, .container {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  touch-action: auto !important;
      font-family: Roboto;
}
  
}
/* Reset */
html, body, h1, p, a, div, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
}


/* header */
header {
  font-family: 'Roboto', sans-serif; 
  font-size: 20px; 
  z-index: 9; 
  position: absolute; 
  color: white; 
  top: 0;  
  height: 120px;
      /*background: linear-gradient(to bottom, #0000009e, rgba(0, 11, 15, 0));*/
  width:100%;
}
.container-header {
  padding: 40px;
}
.logo-header {
  width: 49%;
  display: inline-block;
}


/* footer */
footer {
    height: 100px;
        /*background: linear-gradient(to top, #0000002e, rgba(0, 11, 15, 0));*/
    z-index: 9;
    position: absolute;
    bottom: 0;
    width: 100%; 
    font-family: 'Roboto', sans-serif; 
    color: #858c8e;  
    font-size: 14px;
}
.container-footer {
    padding: 37px 40px;
}
.container-footer nav ul li a, .footer-mobile li a {
    color: #fff;
    text-decoration: none;
}
.container-footer nav ul li a:after {
  left: 0px !important;
}
.container-footer nav {
    text-align: left;
    display: inline-block;     
    vertical-align: text-bottom;
    float: left;
}
.container-footer nav ul {
    list-style-type: none; 
    padding: 0;
        margin: 15px 0px;
}
.container-footer nav ul li {
    display: inline-block;
    padding: 0px !important;
}

.container-footer nav ul .separate {
    padding: 0 5px;
}


section {
height: 100%;
}

/* ---------------------------------------------------------------------------------------- section scroll one page ------------------------------------------------------------------ */
.section100H {
  height: 100% !important;
}

.scroll-one-page .onepage-pagination {
position: absolute;
    right: 36px;
    bottom: 40%;
    z-index: 3;
    list-style: none;
    margin: 0;
    padding: 0;
    left: auto;
}
.scroll-one-page .onepage-pagination li a:before {
      content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.scroll-one-page .onepage-pagination li a.active:before {
    width: 8px;
    height: 8px;
    background: none;
    border: 2px solid black;
    margin-top: -4px;
    left: 5px;
    background: white;
    box-shadow: 0px 0px 0px 2px #fff;
}
.scroll-one-page section {
  opacity: 1;
  min-width: auto !important;
}


/* ---------------------------------------------------------------------------------------- diferent sections ------------------------------------------------------------------ */
.box-position-img {
  width: 100%; 
  position: relative; 
  height: 100%; 
  text-align: center;
}
.box-position-img img {
  top: 55%; 
  position: absolute; 
  margin-top: -24%; 
  width: 90%; 
  left: 5%; 
  margin-left: auto;
}

/* ---------------------------------------------------------------------------------------- diferent sections ------------------------------------------------------------------ */

.only-list {
    padding: 0 0 0 15px;;
}
.only-list li {
margin-bottom: 10px;
}
.video {cursor: pointer;}

.img-full-width-colum-lef .container-img-background-left, 
.img-full-width-colum-right .container-img-background-right, 
.img-full-width-middle-bottom .container-img-middle-bottom,
.video-center .container-video-center,
.img-colum-right .container-img-colum-right,
.img-colum-left .container-img-colum-left {
  display: flex; 
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .img-full-width-colum-lef .container-img-background-left,  {
  flex-direction: column;
  }
}








.img-full-width-colum-lef .img-background {
  width: 100%;
  overflow: hidden;  
  position: relative; 
  background-repeat: no-repeat; 
  background-size: cover;
  background-position: center right;
}
.img-full-width-colum-lef .container-text {
  width: 100%;
  position: relative;  
 display: flex;
flex-direction: column;
justify-content: center;
  background: #063c6d; 
}
.img-full-width-colum-lef .title-actor {
  font-family: Roboto;
  font-size: 7vmin;
  font-style: normal;
  font-stretch: condensed;
  color: #ffffff; 
  margin: 0px 5vmin 0px 5vmin;
  font-weight: bold; 
  text-transform: uppercase; 
  letter-spacing: 0.5px; 
  margin-bottom: 20px;  margin-top: 15px;
  line-height: normal;
  text-align: left;
}
.img-full-width-colum-lef .sub-title {
  font-family: Roboto; 
  font-size: 2.5vmin; 
  font-weight: normal; 
  font-style: normal; 
  font-stretch: condensed; 
  letter-spacing: .3px; 
  color: #ffffff;
margin: 0px 5vmin 0px 5vmin;
text-align: left;
}
.img-full-width-colum-lef .text {
    font-family: Roboto;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
text-align: left;
    margin: 20px 5vmin 0px 5vmin; font-size: 17px;
}
.notes {
  font-size:14px; 
  display: block; 
  margin-top:20px;
}
.img-full-width-colum-right {
  background: #445e67; 
  background-repeat: no-repeat; 
  background-size: contain; 
  background-position: right center;
}

.img-full-width-colum-right .container-text {
  width: 50%;
      height: -webkit-fill-available;
  position: relative; 
  float: right; 
  padding-top: 12%;
}
.img-full-width-colum-right .text {
  opacity: 0.55; 
  font-family: Roboto; 
  font-size: 22px; 
  font-weight: normal; 
  font-style: normal; 
  font-stretch: normal; 
    line-height: 1.5;
  letter-spacing: normal; 
  color: #ffffff;
  margin: 30px 100px;
}

.img-colum-right {
  background: #08242d;
}
.img-colum-right .container-text {
  width: 50%;
  position: relative;  
  float: right; 
  background: #08242d; 
  padding-top: 11%;
}
.img-colum-right .title-left {
  font-family: 'Roboto'; 
  font-size: 80px; 
  font-weight: normal; 
  font-style: normal; 
  font-stretch: normal; 
  line-height: 0.95; 
  letter-spacing: 2.9px; 
  color: #ffffff; 
  margin: 0px 30px 0px 100px;
}
.img-colum-right .text {
  opacity: 0.55; 
  font-family: Roboto; 
  font-size: 22px; 
  font-weight: normal; 
  font-style: normal; 
  font-stretch: normal; 
  line-height: 1.5; 
  letter-spacing: normal; 
  color: #ffffff;
  margin: 0px 30px 0px 100px;
}
.img-colum-right .container-img {
  width: 50%;
  height: -webkit-fill-available; 
  overflow: hidden;  
  position: relative; 
  background-repeat: no-repeat; 
  background-size: auto; 
  background-position: center center;
}

.position-top-left {
  background-color: #08242d;
}
.position-top-left .img-background {
  width: 100%;
  height: 100%; 
  overflow: hidden;  
  position: relative; 
  background-repeat: no-repeat;     
  background-size: contain; 
  background-position: center 28%;
}
.img-colum-left {
  background-repeat: no-repeat; 
  background-size: cover;
}
.img-colum-left .container-img {
  width: 50%;
  height: 100%; 
  overflow: hidden;  
  position: relative; 
  background-repeat: no-repeat; 
  background-size: auto; 
  background-position: center center;
}
.img-colum-right .container-img {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}
.img-colum-left .container-text {
  width: 50%;
  height: 100%;  
  position: relative;  
  float: right; 
  padding-top: 8%;
}

.img-colum-left .text {
   opacity: 0.55; 
   font-family: 'Roboto'; 
   font-size: 22px; 
   font-weight: normal; 
   font-style: normal; 
   font-stretch: normal; 
   line-height: 1.5; 
   letter-spacing: normal; 
   color: #ffffff;
   margin: 0px 100px;
}



ul.rrss-mobile, ul.footer-mobile {
  padding: 0;
  margin:20px 0 45px 0;;
  text-align: center;
  color: #858c8e;
}
ul.footer-mobile {
  margin-bottom: 0 !important;
}
ul.footer-mobile li{
  padding: 0;
  margin:0;
  list-style-type: none;
  display: inline-block;
      font-size: 13px;
}

/* ---------------------------------------------------------------------------------------- barra cookies ------------------------------------------------------------------ */

#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:90px;
    background-color: rgba(0, 0, 0, 1);
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family: 'Roboto';
    font-size:14px;
    top:40%;
}
 
.inner button.ok {
    padding:4px;
    color:#fff;
    text-decoration:none;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 6px 12px;
    margin-left: 20px;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#4dc6c7;
}

/* ---------------------------------------------------------------------------------------- videos ------------------------------------------------------------------ */






@media (min-width: 300px) and (orientation: landscape) { }
@media (max-width: 768px) {
  .inner {
    top: 9% !important;
}
#barraaceptacion {
    min-height: 81px !important;
}
  .img-full-width-colum-lef .container-img-background-left {
    padding: 5px;
    flex-direction: column;
  }
  .img-full-width-colum-lef .img-background {
    height: 200px;
  }
  .onepage-wrapper .section {
    height: 98.6% !important;
  }
  html, body {
overflow: scroll !important;
  }
  .img-full-width-colum-lef .container-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer {
    position: unset;
        height: 20px;
  }
.container-footer nav ul li a, .footer-mobile li a {
    color: #063c6d;
}
.container-footer {
    padding: 5px 40px;
}
.contact-box .text {
  margin: 11px auto 0 auto !important;
}
  body {
    margin: 0 !important;
  }

  #fullwidth-video {
height: 100vw !important;
min-height: 100vh !important;
overflow: hidden;
position: relative;
}
  .onepage-wrapper .section.section100H {
    height: 100% !important;
  }
  .img-full-width-colum-lef .container-text {
    height: 100%;
  }
  .img-full-width-colum-lef .title-actor {
    font-size: 18px;
    margin-bottom: 10px;
margin-top: 0;
  }
  .img-full-width-colum-lef .sub-title {
    font-size: 13px;
    line-height: normal;
  }
  .cta-control li {
    margin: 10px 0px !important;
  }
  .cta-control li img {
    width: 30px !important;
  }
  .cta-control li span {
    font-size: 13px !important;
  }
  .cta-control li span span {
    font-size: 13px !important;
    display: none;
  }
  header img {
    width:110px;
  }
  .container-header {
    padding: 10px 20px 20px 20px;
  }
  .playpause svg {
    width: 70px !important;
    position: absolute !important;
    left: 40% !important;
    right: 40% !important;
    top: 40% !important;
    bottom: 40% !important;
  }
  .scroll-one-page .onepage-pagination {
    right: 10px;
  }
  .img-full-width-colum-lef .text {
    margin: 0px 5vmin 0px 5vmin;
    font-size: 13px;
line-height: normal;
  }
  .only-list li {
margin-bottom: 0px;
}
.only-list {
margin-top: 0;
}
.notes {
font-size: 11px;
display: block;
margin-top: 5px;
}
.contact-box .text {
  font-size: 17px !important;
}
}
@media (min-width: 768px) and (max-width: 1024px) { 


.img-full-width-colum-lef .title-actor {
    font-size: 25px;
  }
    .img-full-width-colum-lef .sub-title {
    font-size: 18px;

  }
    .img-full-width-colum-lef .text {
    font-size: 16px;
  }
  .only-list li {
    margin-bottom: 5px;
}
.only-list li {
    margin-bottom: 5px;
}
 }
@media (min-width: 300px) and (max-width: 1023px) {
  html {
    overflow: hidden;
  }
  #remove-mobile {
    display: none !important;
  }

}
@media (min-width: 1024px) and (max-width: 1200px) {  }

@media (min-width: 200px) and (max-width: 1024px) {  }
@media (min-width: 1024px) and (max-width: 1200px) {  }
@media (min-width: 1025px) and (max-width: 2000px) {  }





#fullwidth-video{
    height: 50vw; 
    min-height:50vh;
    }
   
    #fullwidth-video .fullwidth-video-bg {
    position: absolute; 
    z-index: 1; 
    top: 0px; 
    left: 0px; 
    bottom: 0px; 
    right: 0px; 
    overflow: hidden;
    background-size: cover; 
    background-color: transparent; 
    background-repeat: no-repeat;
    }
   
   
   #fullwidth-video video {
    margin: auto;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
   
   
    /** For Edge**//
   
    @supports (-ms-ime-align:auto){ 
     #fullwidth-video video
     { object-fit:none; margin:none;position:inherit;
       z-index:1;
       top:50%;
       left:0%;transform:translate(0%, -50%);
       height:auto;width:100%; } 
     } 

.cta-control {padding: 0;
margin:0px 0 0 0;}
     .cta-control li {
       display: inline-block;
    margin: 20px 0px;
    width: 47%;
    text-align: left;
    vertical-align: top;
     }
     .cta-control li span {
    display: block;
    font-size: 15px;
    width: 90%;
    margin: 10px 19px 0 0;
     }
.cta-control li span span {
font-size: 12px;
    margin-top: 2px;
}

 .contact-box .title-actor {
      font-size: 8vmin;
      text-align: center;
 }
 .contact-box .sub-title {
      font-size: 3.5vmin;
      text-align: center;
 }
  .contact-box .text {
      font-size: 22px;
      margin-top: 50px;
      text-align: center;
      opacity: .75;
 }
     .cta-control li img {
     width: 60px;
     color: white;
     filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(49deg) brightness(115%) contrast(114%);
     opacity: 0.45
     }
          .cta-control li svg path, .cta-control li svg g{
     fill: white;
     }

     .scroll-down {
  display: block;
  text-align: center;
  bottom: 57px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 40px auto 0;
  z-index: 99999999999;
  font-family: Roboto;
}
.scroll-down span {
  font-size: 20px;
  color: #ffffff;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}
.scroll-down span:before, .scroll-down span:after {
  position: absolute;
  top: 35px;
  left: -10%;
  right: 0;
  margin: 0 auto;
  height: 50px;
  background: #ffffff;
  width: 1px;
  content: "";
}
.scroll-down span:after {
  left: 0;
}

.playpause {
    background-repeat:no-repeat;
    width:100%;
    height:100%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:cover;
    background-position: center;
    z-index: 11;
    text-align: center;
    cursor: pointer;
    background-image: url(https://www.eventosmediaset.es/images/bg-video3.jpg);
    z-index: 999999999;
  }

  .playpause:before {
    content: "";
    position: absolute;
        background: url(https://www.eventosmediaset.es/images/video-cuadricula.png) repeat scroll 0 0 rgba(0, 0, 0, 0.29);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
  }
.playpause svg {
fill: white;
    width: 110px;position: absolute;
left: 46%;
right: 46%;
top: 46%;
bottom: 46%;}



#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
  padding-bottom: 0px;
  width: 100%;
  text-align: center;
  min-height: 75px;
    background-color: rgba(255,255, 255, 1);
    color:#000000;
    z-index:99999;
}
 
.inner {
width: 90%;
    position: relative;
    padding-left: 5px;
    font-family: 'Roboto';
    font-size: 14px;
    top: 20%;
    margin: 0 auto;
    padding-top: 16px;
}
 
.inner button.ok {
    padding:4px;
    color:#fff;
    text-decoration:none;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 6px 12px;
    margin-left: 20px;
    background-color: #08242d;
    cursor:pointer;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#08242d;
}
.mail-contacto {
color: white;
}
   
