@font-face {
  font-family: "concielian_condensedcondensed";
  src: url("../font/concv2c-webfont.woff2") format("woff2"),
    url("../font/concv2c-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*html {
  overflow:hidden;
}
header {
  overflow:hidden;
}*/
body {
  font-family: "concielian_condensedcondensed";
  margin: 0;
  background-color: black;
  /*overflow:hidden;*/
}
.bi-list {
  display:none;
}
h1 {
  color: #ffffff;
  font-size: 39px;
  text-shadow: 3px 3px 0px #000000;
  letter-spacing: 4px;
  margin-top: 0px;
}

h3 {
  color: #ffffff;
  font-size: 30px;
  text-shadow: 3px 3px 0px #000000;
  letter-spacing: 4px;
}

.video-container {
  position: fixed;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
}

.video-container video {
  min-height: 101%;
  min-width: 101%;
  width: auto;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content {
  position: relative;
  width: 100%;
  top: 0;
  height: 100%;
}

.content .titulo {
  padding: 35px;
  text-align: center;

}

.content .titulo img {
  width: 16rem;
  max-width: 100%;
  max-height: 100%;
}

.frase {
  text-align: center;
  margin-bottom: -85px;
}

.lang_selector {
  top: 1.5rem;
}

.lang_selector h3 {
  text-align: center;
}

.paises {
  /*overflow:hidden;
  /position: relative;
  top: 50px;
  right: 80px;
  height: 400px;
  width: 100%;
  display: flex;
  justify-content: center;*/
  /*overflow: hidden;
      flex-wrap: wrap-reverse;*/
  z-index: 7;
  margin-right: 25rem;
  margin-top: 12rem;
  /*temporal*/
  /*background: #18246059;
      padding-top: 10px;
      padding-bottom: 10px;*/
  /*temporal*/
}

.pais1 {
  position: relative;
  height: 400px;
  left: 39px;
  top: 153px;
  /* transform: rotate(-5deg); */
}
/* .pais2 {
  position: relative;
  top: 5px;
  transform: rotate(-3deg);
} */
 .pais2{
  position: relative;
  top: 22px;
  left: 16px;
 }

 .pais2 img {
  width: 205px;
}

.pais3 {
  z-index: 1;
}

.pais4 {
  top: 16px;
  left: 107px;
  position: relative;
  z-index: 3;
}
.pais5 {
  top: 111px;
  left: 186px;
  position: relative;
  z-index: 2;
}

/* .pais6 {
  top: 364px;
  left: 286px;
  position: relative;
  transform: rotate(40deg);
} */
.pais6 {
  top: 364px;
  left: 286px;
  position: relative;
  transform: rotate(40deg);
  transition: transform 0.6s ease;

}
.pais6:hover {
  transform: rotate(40deg) translateY(-13px) translateX(-6px) scale(1);
  /* filter: drop-shadow(5px 5px 5px rgb(214, 214, 214)); */
  z-index: 10;
}

.pais6 img {
  width: 250px;
}

@keyframes pt {
  from {
    filter: drop-shadow(5px 5px 5px rgb(214, 214, 214));
  }

  to {
    top: +210px;
    filter: drop-shadow(15px 15px 15px rgb(214, 214, 214));
  }
}

@keyframes it {
  from {
    filter: drop-shadow(5px 5px 5px rgb(214, 214, 214));
  }

  to {
    top: -65px;
    left: -36px;
    filter: drop-shadow(15px 15px 15px rgb(214, 214, 214));
  }
}

@keyframes es {
  from {
    filter: drop-shadow(5px 5px 5px rgb(214, 214, 214));
  }

  to {
    top: -70px;

    filter: drop-shadow(15px 15px 15px rgb(214, 214, 214));
  }
}

@keyframes fr {
  from {
    filter: drop-shadow(5px 5px 5px rgb(214, 214, 214));
  }

  to {
    top: -10px;
    filter: drop-shadow(15px 15px 15px rgb(214, 214, 214));
  }
}

@keyframes be {
  from {
    filter: drop-shadow(5px 5px 5px rgb(214, 214, 214));
  }

  to {
    top: -10px;
    filter: drop-shadow(15px 15px 15px rgb(214, 214, 214));
  }
}

@keyframes lu {
  from {
    filter: drop-shadow(5px 5px 5px rgb(214, 214, 214));
  }

  to {
    top: -85px;
    filter: drop-shadow(15px 15px 15px rgb(214, 214, 214));
  }
}
.overpt {
  position: relative;
  top: 265px;
  left: 65px;
  height: 160px;
  filter: drop-shadow(5px 5px 5px rgb(214, 214, 214));
  transition: all 0.5s ease;
  /*animation: pt 4s infinite ;*/
  animation-direction: alternate;
}

.overpt:hover {
  transition-delay: 1s;
  position: relative;
  top: 250px;
  left: 63px;
  filter: drop-shadow(15px 15px 15px rgb(214, 214, 214));
  transition: all 0.5s ease;
}


.overes {
  position: relative;
  top: -60px;
  filter: drop-shadow(5px 5px 5px rgb(214, 214, 214));
  transition: all 0.5s ease;
  /*animation: es 4s infinite ;*/
  animation-direction: alternate;
}

.overes:hover {
  position: relative;
  top: -70px;
  filter: drop-shadow(15px 15px 15px rgb(214, 214, 214));
  transition: all 0.5s ease;
}

.overfr {
  position: relative;
  top: 15px;
  left: 110px;
  filter: drop-shadow(5px 5px 5px rgb(214, 214, 214));
  transition: all 0.5s ease;
  /*animation: fr 4s infinite ;*/
  animation-direction: alternate;
}

.overfr:hover {
  position: relative;
  top: 0px;
  left: 110px;
  filter: drop-shadow(12px 15px 15px rgb(214, 214, 214));
  transition: all 0.5s ease;
}

.overbe {
  position: relative;
  top: 13px;
  left: 110px;
  filter: drop-shadow(5px 5px 5px rgb(214, 214, 214));
  transition: all 0.5s ease;
  /*animation: fr 4s infinite ;*/
  animation-direction: alternate;
}

.overbe:hover {
  position: relative;
  top: 0px;
  left: 110px;
  filter: drop-shadow(15px 15px 15px rgb(214, 214, 214));
  transition: all 0.5s ease;
}

.overlu {
  position: relative;
  top: 10px;
  left: 105px;
  filter: drop-shadow(5px 5px 5px rgb(214, 214, 214));
  transition: all 0.5s ease;
  /*animation: fr 4s infinite ;*/
  animation-direction: alternate;
}

.overlu:hover {
  position: relative;
  top: 0px;
  left: 105px;
  filter: drop-shadow(15px 15px 15px rgb(214, 214, 214));
  transition: all 0.5s ease;
}

.overit {
  position: relative;
  top: 12px;
  /* left: 105px; */
  left: 6px;
  filter: drop-shadow(5px 5px 5px rgb(214, 214, 214));
  transition: all 0.5s ease;
  /*animation: fr 4s infinite ;*/
  animation-direction: alternate;

}

.overit:hover {
  /* position: relative;
  top: -8px;
  left: -10px; */
  /* left: 5px; */
  filter: drop-shadow(10px 10px 10px rgb(214, 214, 214));
  transition: all 0.5s ease;

}


.selector {
  background-color: #1983c661;
  font-family: arial;
  border-radius: 20px;
  padding-bottom: 5px;
  width: fit-content;
  margin: auto;
  cursor:pointer;
  position:relative;
}

.paises .label {
  padding-top: 20px;
  opacity: 0.5;
}

.paises .label.pt {
  padding-left: 20%;
}

.paises .label.es {
  padding-left: 20%;
}

.paises .label.fr {
  padding-left: 30%;
}
.paises .label.be {
  padding-left: 30%;
}
.paises .label.lu {
  padding-left: 30%;
}

.selector span {
  position: relative;
  display: inline-block;
  /*animation: flip 5s infinite;*/
  /* animation-delay: calc(0.2s * var(--i)); */
  color: #ffffff;
  font-size: 26px;
  text-shadow: 3px 3px 0px #000000;
  letter-spacing: 0px;
}

@keyframes flip {
  0%,
  80% {
    transform: rotateY(360deg);
  }
}

@media only screen and (max-width: 430px) {
  body .paises {
   /* left: -25px;
    margin-top: 10px; */
    margin-right: 80px;
  }

  .selector {
    margin-top: -15px;
  }

  .pais1 {
    left: 5px;
  }

  .pais2 {
    left: -10px;
  }
  .pais3 {
    position: relative;
    left: -10px;
    top: 10px;
  }
  .pais4 {
    position: relative;
    left: 55px;
    top: 40px;
  }

  .pais5 {
    position:relative;
    left: 130px;
    top: 200px;
    
  }
 /* --------- */
  .pais6 img {
    width: 97%;
    height: 89%;

  }

 
  /* --------- */
}

body .lang_selector {
  position:relative;
}

@media only screen and (max-width: 650px) {
  .lang_selector {
    margin-top: 35px;
  }

  .frase {
    margin-bottom: 0px;
  }

  .frase h1 {
    font-size: 35px;
  }
/* --------- */
  .pais6 img {
    width: 97%;
    height: 89%;

  }
/* --------- */
 
  /*.selector span {
    font-size: 25px;
  }*/

  .lang_selector .paises {
    justify-content: space-around;
    align-content: center;
  }
}

@media only screen and (max-width: 700px) {
  .paises {
    /*flex-wrap: nowrap;
    right: 0px;
    top:20px;
    max-width: 700px;*/
    margin-top: 10rem;
    margin-left: -4rem;

  }
  .frase{
    margin-left: 3px;
  }
  .pais6 {
    top: 350px;
    left: 196px;
    position: relative;
    transform: rotate(36deg);
  }

  .pais6 img {
    width: 100%;
    height: 90%;

  }
  .pais1 {
    position: relative;
    left: 8px;
    top: 114px;
    transform: rotate(-5deg);
    
  }

  .pais2 {
    position: relative;
    top: 23px;
    left: 8px;
    transform: rotate(-3deg);
  }

  .pais2 img{
    width: 90%;
    height: 90%;
  }
  
  .bi-list {
    display:block;
  }
  .overpt {
    animation: pt 1s infinite;
    animation-direction: alternate;
    margin-top: 11px;
    height:110px;
    top: 225px;
    left: 50px;
  }

  .overit {
    animation: it 1s infinite;
    animation-direction: alternate;
    margin-bottom: 15px;
    height:142px;
    top: -46px;
    left: -22px;
  }

  .overit:hover {
    top: 225px;
    left: 115px;
  }

  .overes {
    animation: es 1s infinite;
    animation-direction: alternate;
    margin-top: 10px;
    height:122px;
    width:165px;
    left: 2px;
  }


  .overfr {
    animation: fr 1s infinite;
    animation-direction: alternate;
    margin-top: 29px;
    height:119px;
    top: 8px;
    width: 162px;
    left: 85px;
  }
  .overbe {
    animation: be 1s infinite;
    animation-direction: alternate;
    margin-top: 20px;
    margin-bottom: -17px;
    height: 45px;
    left: 104px;
    top: 3px 
  }
  .overlu {
    animation: lu 1s infinite;
    animation-direction: alternate;
    margin-bottom: 5px;
    height: 30px;
    top: -65px;
    left: 83px;
  }
  .overes:hover {
    left: 5px;
  }
  .overpt:hover {
    top: 225px;
    left: 65px;
  }
  .overbe:hover {
    top: px;
    left: 134px;
  }
  .overlu:hover {
    top: -68px;
    left: 135px;
  }
  
  .div {
    padding-right: 170px;
  }
  body #listaoculta ul li span {
    padding-right: 70px;
  }
  


}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

video::-webkit-media-controls-fullscreen-button,
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-pausebutton {
  display: none;
}

@supports (-webkit-touch-callout: none) {
  #videobg:paused {
    display: none;
  }
}

ul {
  padding: 0;
  margin-top:8px;
}

a {
  text-decoration: none;
  color: #ffffff;
}

#listaoculta {
    text-align: center;
    opacity: 0;
    height:0px;
    line-height:32px;
    overflow:hidden;
    color: #ffffff;
    letter-spacing: 3px;
    transition: opacity 0.3s ease, top 0.3s ease;
    position: absolute;
    z-index: 100;
    /*background-color: #124b80c9;*/
    background-color: #3f62827d;
    padding: 0px;
    width: 100%;
    margin-top: 8px;
    border-radius: 20px;
}

/* #listaoculta.active {
  opacity: 1;
  height:221px;
  filter: drop-shadow(15px 15px 15px rgb(214, 214, 214));
} */

#listaoculta.active {
  opacity: 1;
  height: 221px;
  filter: drop-shadow(15px 15px 15px rgb(214, 214, 214));
  transition: height 0.5s ease, opacity 0.5s ease;
}

#listaoculta ul li {
  width: 100%;
  list-style:none;
  text-align: right;
}
#listaoculta ul li span {
  font-size: 20px;
  margin: 0;
  padding-right: 70px;
}
#listaoculta ul li span a {
  margin-right: 10px;
}
#listaoculta ul li span img {
  position:relative;
  top:4px;
}
#listaoculta ul li:hover {
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
}

/* Estilos para el botón */
#botonnav {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

#botonnav:hover {
  transform: scale(1.1);
}

span {
  margin-top: 5px;
}
