@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  background: #000 !important;
  color: #fff !important;
}

ul li {
  margin-right: 0px !important;
}

img {
  width: 100%;
}

.logoMarca {
  display: block;
  position: relative;
  color: #fff;
  background: url("https://e00-marca.uecdn.es/assets/v1/img/logo-marca.svg") no-repeat;
  background-size: 97px;
  background-position: 7px 5px;
  background-color: #fff;
  height: 37px;
  text-transform: uppercase;
  top: -9px;
  margin: 0 auto;
  width: 111px;
  z-index: 1001;
}
.publicidad {text-align: center;}
.logoMarcaEspecial {
  display: block;
  position: relative;
  color: #fff;
  font-family: 'Lato', sans-serif !important;
  font-size: 12px;
  height: 14px;
  text-transform: uppercase;
  top: -7px;
  margin: 0 auto;
  width: 53px;
  z-index: 1001;
}

a.logoMarcaEspecial:hover, a.logoMarca:hover {
  text-decoration: none;
}

p.agradecimientos {
  font-size: 12px !important;
  padding: 15px;
  background-color: #000;
  margin-top: 20px;
}

p.firma-especial-pie {
  font-size: 12px !important;
  padding: 15px;
  background-color: #000;
  margin-top: 0px;
}

video {
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}

header {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  /*background: rgba(0,0,0,0.1);*/
}

.layout {
  box-sizing: border-box;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.layout p {
  color: #fff;
}

.layout p.texto-principal {
  font-size: 16px;
  line-height: 24px;
  padding: 15px;
  font-family: 'Lato', sans-serif !important;
  margin-bottom: 30px;
}

.layout p.texto-principal span.drop {
  color: #fff;
  float: left;
  font-size: 80px;
  line-height: 0.7;
  margin: 5px 13px 0 0;
  font-weight: bold;
}

h1 {
  font-size: 140px;
  text-align: center;
  line-height: 130px;
  color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-family: "robotoBold",Arial,helvetica !important;
}

.contenido-principal {
  position: absolute;
  left: 50%;
  top: 40%;
}

h1 span {
  font-size: 20px;
  line-height: 24px;
  display: block;
  font-family: 'Lato', sans-serif !important;
  margin: 20px 0;
}

h2 {
  color: white;
  font-size: 75px;
  line-height: 48px;
  text-align: center;
  padding: 30px 15px;
  font-family: "robotoBold",Arial,helvetica !important;
  text-transform: uppercase;
}

h3 {
  color: white;
  font-size: 45px;
  line-height: 48px;
  text-align: center;
  padding: 30px 15px;
  font-family: "robotoBold",Arial,helvetica !important;
  width: 100%;
}

/* redes sociales */
.aside-tools .social-tools .share-counter {
  color: #fff !important;
}

.estatica .byline-tools {
  margin: 0 auto 0px;
  color: #fff;
  min-width: 90%;
  position: relative;
  z-index: 3;
  border: none;
  text-align: left;
  height: 64px;
}

.estatica .aside-tools {
  float: none;
  width: 100%;
  margin: 0 auto;
}

.estatica .tools {
  border: 0;
  float: none;
  margin: 0 auto;
}

/* fin redes sociales */
.layout {
  display: block;
  position: relative;
  background: transparent;
  /*height:100vh;*/
  background: rgba(0, 0, 0, 0.7);
  padding: 30px;
}

.banner {
  display: block;
  height: 100vh;
  margin-bottom: 15px;
  max-width: 100vw;
}

/*Video Content*/
.video {
  /*background-image: url('https://dl.dropboxusercontent.com/s/mjdstsj95kjc3cx/Shark_Dive_at_Deep_Sea_World.jpg?dl=0');*/
  margin: 0 auto;
  display: block;
  position: relative;
  height: 100vh;
}

.video_cont {
  margin: 0 auto;
  display: block;
  position: relative;
  height: 100vh;
  max-width: 100%;
}


ul.info-estadio li { color: #fff; float: left; font-size: 25px; margin: 0; width: 100%; text-align: center; }
ul.info-estadio li span:last-child { float: left; display: block; padding: 10px; background-color: #fff; color: #000; width: 100%; text-align: center; font-family: "montserratBold", Arial, sans-serif, helvetica; }
ul.info-estadio li span { float: left; display: block; padding: 10px; width: 100%; }

video::-webkit-media-controls {
  display: none !important;
}

i.fa {
  display: block;
  position: fixed;
  margin: 0 auto;
  color: white;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/*fading */
.animate-fading {
  -webkit-animation: fading 10s infinite;
  animation: fading 10s infinite;
}

@-webkit-keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.footer_lay {
  margin-top: 80px;
}

/* grupo A */
a.btn-rusia span, a.btn-arabia-saudi span, a.btn-egipto span, a.btn-uruguay span {
  display: none;
}

li.btn-rusia:hover {
  border: 4px solid #fff;
}

li.btn-egipto:hover {
  border: 4px solid #fff;
}

li.btn-arabia-saudi:hover {
  border: 4px solid #fff;
}

li.btn-uruguay:hover {
  border: 4px solid #fff;
}

li.btn-portugal:hover {
  border: 4px solid #fff;
}

li.btn-espana:hover {
  border: 4px solid #fff;
}

li.btn-marruecos:hover {
  border: 4px solid #fff;
}

li.btn-iran:hover {
  border: 4px solid #fff;
}

li.btn-francia:hover {
  border: 4px solid #fff;
}

li.btn-australia:hover {
  border: 4px solid #fff;
}

li.btn-peru:hover {
  border: 4px solid #fff;
}

li.btn-dinamarca:hover {
  border: 4px solid #fff;
}

li.btn-argentina:hover {
  border: 4px solid #fff;
}

li.btn-islandia:hover {
  border: 4px solid #fff;
}

li.btn-croacia:hover {
  border: 4px solid #fff;
}

li.btn-nigeria:hover {
  border: 4px solid #fff;
}

li.btn-brasil:hover {
  bborder: 4px solid #fff;
}

li.btn-suiza:hover {
  border: 4px solid #fff;
}

li.btn-costa-rica:hover {
  border: 4px solid #fff;
}

li.btn-serbia:hover {
  border: 4px solid #fff;
}

li.btn-alemania:hover {
  border: 4px solid #fff;
}

li.btn-mexico:hover {
  border: 4px solid #fff;
}

li.btn-suecia:hover {
  border: 4px solid #fff;
}

li.btn-corea:hover {
  border: 4px solid #fff;
}

li.btn-belgica:hover {
  border: 4px solid #fff;
}

li.btn-panama:hover {
  border: 4px solid #fff;
}

li.btn-tunez:hover {
  border: 4px solid #fff;
}

li.btn-inglaterra:hover {
  border: 4px solid #fff;
}

li.btn-polonia:hover {
  border: 4px solid #fff;
}

li.btn-senegal:hover {
  border: 4px solid #fff;
}

li.btn-colombia:hover {
  border: 4px solid #fff;
}

li.btn-japon:hover {
  border: 4px solid #fff;
}

/* fin grupo A */
/* estilos men├║ */
.contenido-menu {
  position: fixed;
  width: 300px;
  height: 450px;
  overflow: hidden;
  z-index: 1;
}

label {
  cursor: pointer;
}

label:focus {
  outline: none;
}

.menu {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 240px;
  height: 100%;
  transform: translate3d(-240px, 0, 0);
  transition: transform 0.35s;
}

.menu label.menu-toggle {
  position: absolute;
  right: -60px;
  width: 60px;
  height: 60px;
  line-height: 0px;
  display: block;
  padding: 0;
  text-indent: -9999px;
  background: #fff url(https://cdn4.iconfinder.com/data/icons/wirecons-free-vector-icons/32/menu-alt-512.png) 50% 50%/25px 25px no-repeat;
}

.menu ul li {
  margin-right: 0px !important;
}

.menu ul li > label {
  background: url(https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-arrow-right-b-128.png) 95% 50%/16px 16px no-repeat;
}

.menu ul li a, .menu ul li label {
  display: block;
  text-align: center;
  padding: 0 20px;
  line-height: 50px;
  text-decoration: none;
  color: #000;
}

.menu ul li a:hover, .menu ul li label:hover {
  color: #D60505;
}

/* hide inputs */
.menu-checkbox {
  display: none;
}

/* hide navigation icon for sublabels */
.menu .menu label.menu-toggle {
  background: none;
}

/* fade in checked menu */
.menu-checkbox:checked + .menu {
  transform: translate3d(0, 0, 0);
}

.boton {
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  color: #FFF;
  background: #7F8C8D;
  padding: 15px 30px;
  white-space: nowrap;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.rojo {
  background: #E74C3C;
}

.rojo:hover {
  background: #C0392B;
}

/* fin estilos */
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 70px;
    line-height: 65px;
  }

  h2 {
    font-size: 35px;
  }

  .aside-tools .social-tools .share-counter {
    display: none;
  }

  .estatica .byline-tools {
    width: 196px;
  }

  .estatica .social-tools ul {
    width: 176px;
    margin: 0 auto;
    float: none;
  }

  body.especial-portada h1 span {
    font-size: 15px;
  }
}
#map {
  float: left;
  height: 400px;
  width: 49%;
}

#pano {
  float: right;
  height: 400px;
  width: 49%;
}

@media only screen and (max-width: 768px) {
  #map {
    display: none;
  }

  #pano {
    width: 100%;
  }
}
span.leyenda-campos {
  background-color: #fff;
  padding: 5px;
  color: #000;
  margin: 20px 0;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "robotoBold",Arial,helvetica !important;
}

@media (max-width: 768px) and (orientation: landscape) {
  body.especial-portada h1 {
    top: 50%;
  }

  body.especial-portada h1 span {
    margin: 5px 0px;
  }
}


.estadio-principal { text-align: center; }

.estadio-principal img { width: 100%;  }