.header{
  width: 100%;
  /* height: 61px; */
  z-index: 9999;
  position: fixed;
  top: 0px;
  padding: 13px 25px;
  transition: 0.3s;
  /* background-color: #FF1863;
  box-shadow: 0 17px 25px rgb(0 0 0 / 15%); */
}

.header-top{
  background-color: #FF1863;
}

.conent-menu-movil{
  width: 100%; 
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%); */
  /* box-shadow: 0 9px 25px rgb(0 0 0 / 25%); */
}

.content-item-movil{
  display: flex;
  align-items: center;
}

/*BTN LOGO*/

.logo-movil{
  display: block;
  width: 120px;
}

.logo-movil img{
  display: block;
  width: 100%;
}

.logo_white{ display: none !important; }

.header-top .logo_white{ display: block !important; }
.header-top .logo_fucsia{ display: none !important; }

/*BTN-MENU*/

.btn-menu-movil{
  width: 35px;
}

.line1,
.line2,
.line3 {
    z-index: 1;
    width: 35px;
    height: 3px;
    margin: 8px 0;
    transition: .6s;
    border-radius: 2px;
    background-color:#ffffff;
}

.change .line1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .line2 {
    opacity: 0;
}

.change .line3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

/* BTN IDIOMA */

.btn_idioma{
  font-family: "DINNextW1G-Bold";
  padding: 5px 19px;
  font-size: 16px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  text-decoration: none;
  margin-right: 11px;
}


/*----------------------- HEADER NAV -----------------------*/

.content-menu{
  width: 79%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 67px;
  z-index: 9;
  padding: 23px 0 81px;
  transform: translateX(-110%);
  /*background-color: white;
  */background-color: rgba(0, 0, 0, 0.9);
  /* box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%); */
  transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
  -moz-transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
  -ms-transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.content-nav{
  display: flex;
  flex-direction: column-reverse;
}

.nav li {
  padding: 0 35px 0 25px;
}

.nav a {
  font-family: "DINNextW1G-Bold";
  display: block;
  color: white;
  padding: 17px 0 17px 9px;
  /* padding: 25px 0 25px 9px; */
  font-weight: 500;
  text-decoration: none;
  transition: all 0.7s ease;
  font-size: 18px;
  border-bottom: 1px solid #FFFFFF;
}

.open{
  transform: translateX(0);
}

.btn_idioma_desktop{ display: none; }

/*----------------------- HEADER NAV -----------------------*/

/* FOOTER */

footer{
  padding: 15px 0;
  background-color: #FF1863;
}

.content-footer{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.content-footer p{
  text-align: center;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
}

@media screen and (min-width: 400px){

  .nav a {
    padding: 25px 0 25px 9px;
  }

}

@media screen and (min-width: 768px){

  /* .header{
    padding: 33px 25px 13px;
  } */

}

@media screen and (min-width: 1024px){

  .btn-menu-movil{ display: none; }
  .content-item-movil{ display: none; }

  .conent-menu-movil{
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .logo-movil {
      width: 173px;
  }

  .header {
    padding: 13px 25px;
  }

  /* .header{
    padding: 55px 25px 13px;
  } */

  .header-top{
    padding: 7px 25px;
  }

  .header-top .logo-movil{
    width: 107px;
  }

  /*BTN LOGIN*/

  .btn-login{
    display: flex;
    align-items: center;
    font-size: 18px;
    border: 2px solid #075cac;
    color: #075cac;
    padding: 5px  11px;
    margin: 0;
    transition-duration: 0.5s;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }

  .btn-login:hover{
    color: white;
    background-color: #075cac;
  }

  .btn-login p{
    font-weight: 600;
    margin-left: 5px;
  }

  .btn_idioma_desktop{
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0px !important;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    text-decoration: none;
    margin-right: 0 !important;
    transition: 0.3s;
  }

  .btn_idioma_desktop a{
    padding: 7px 35px !important;
  }

  .btn_idioma_desktop a:hover{
    background-color: #FFFFFF;
    border-radius: 50px;
    color: var(--principal);
    border-bottom: 0 !important;
  }

/*----------------------- HEADER TOP MENU -----------------------*/

/*----------------------- HEADER NAV -----------------------*/

.content-menu {
  position: initial;
  width: auto;
  height: auto;
  padding: 0;
  top: auto;
  transform: initial;
  background-color: transparent;
}

.menu-top{
  transition: .3s;  
  top: 0;  
}

.content-nav{
  width: auto;
  margin: 0 auto;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.nav{
  width: auto;
  display: flex;
  list-style: none;
}

.nav li{
  padding: 0;
  margin: 0 9px;
  position: relative;
}

.nav li a img{
  display: inline-block;
  margin-left: 5px;
}

.nav a{
  font-size: 16px;
  padding: 7px 15px;
  border: none;
}

.nav a:hover{
  border-bottom: 1px solid #FFFFFF;
}

/* SUB NAV */

.nav li:hover>ul{
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  overflow: visible;
}

/* SUB NAV */

/*----------------------- HEADER NAV -----------------------*/
}

@media screen and (min-width: 1200px){

  /* .header-top{
    padding: 7px 25px;
  } */
  
}