:root{
  --theame-color:white;
  --theame-yellow:#F4C55C;
  --theame-li:#5A5A5A;
  --theame-blueDark:#132C4F;
  --theame-title_blue: #132C4F;
  --theame-plata:#7A7A7A;
  --theame-blue: #1F3B6A;
}
@font-face {
  font-family: 'Avenir';
  src: url('../font/AvenirLTStd-Black.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
font-family: 'Avenir';
src: url('../font/AvenirLTStd-Book.otf') format('opentype');
font-weight: lighter;
font-weight:300;
}
.normal{font-family:Avenir;}

.lighter{font-family:Avenir;font-weight:300}

.topheader{
  position: fixed;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.06);
  background-color: var(--theame-color);
  top:0;
  left: 0;
  width: 100%;
  z-index: 1;
}


.logo1{
    height: 27.22373390197754px;
    width: 140px;
    }


  
ul { list-style-type: none; }
  
a { text-decoration: none; }
  
footer{
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.06);
    background-color: var(--theame-color);
    height: 257px;
    width: 100%;
}

footer .logo1{
    height: 19.445524215698242px; width: 100px;
}
 
footer ul {
    display: flex;
    font-size: 1.5rem;
    margin-bottom: 5px;
}

/*link del nav*/
  .item a
  {
    text-transform: uppercase;
    font-family: Avenir;
    /*font-size: 14px;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0em;
    color:var(--theame-li)
  }
  .BtnCreaTuCuenta :hover{
    opacity: 0.5;
    background: linear-gradient(60.8deg, #FFC700 30.46%, #FFE056 76.61%);
  }
.btn
  a :hover {
    text-decoration: none;
    color:var(--theame-color)!important;
  }

.BtnYellow :hover {
    text-decoration: none;
    color:var(--theame-color);
    background: linear-gradient(60.8deg, #FFC700 30.46%, #FFE056 76.61%);
  }
.topheader .menu a:hover {
    text-decoration: none;
    color:var(--theame-yellow);
  }


li.item a.iniciasession{
      color:var(--theame-yellow);
      text-transform: uppercase;
      height: 40px;
      width: 160px;
      border-radius: 20px;
      font-family: Avenir;
      font-size: 13px;
      font-style: normal;
      font-weight: 800;
      letter-spacing: 0em;
      padding: 1.1em 7.4em;
      border: 1px #F4C55C solid;
      line-height: 40px;
      text-align: center;
    }
li.item a.BtnCreaTuCuenta {
      background-color: var(--theame-yellow);
      color:var(--theame-color);
      height: 40px;
      width: 160px;
      border-radius: 20px;
      font-family: 'Avenir';
      font-size: 13px;
      font-style: normal;
      font-weight: 900;
      line-height: 40px;
      letter-spacing: 0em;
      text-align: center;
      padding: 1.1em 7.4em;
    }

li.item a.BtnCreaTuCuenta:hover{
  opacity: 0.6;
  transition: 0.3s;
}

.logo a:hover {
    text-decoration: none;
  }
.menu li {
    font-family: Avenir;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    padding: 20px 5px;
    white-space: nowrap;
    border-bottom: 1.5px solid #F2F2F2;
  }

.menu li:first-child{
    border-bottom: none;
}

.menu li:last-child{
  border-bottom: none;

}
.menu li .toggle{
  border-bottom: none;

}
.menu li:nth-child(6){
  border-bottom: none;
  text-align: center;
}
.menu li:nth-child(7){
  border-bottom: none;
  text-align: center;
}
  .logo a,
  .toggle a {
    font-size: 20px;
    color: #F4C55C;
  }

  /* Mobile menu */
.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-family: Avenir;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    left: 40px;
    top: 112px;
    color:var(--theame-li);
  }
  
.toggle {
    order: 1;
  }

.item {
    width: 100%;
    text-align: left;
    order:2;
    display: none;
  }
.item.active {
    display: block;
  }


#footer_principal{
     display: block;

}
nav ul.menu li a.active {
color:var(--theame-yellow);

transition: 0.3s;
}
nav ul li.active a {
color: var(--theame-li);
}


  /* Tablet menu */
  @media all and (min-width: 600px) {
    .menu {
      justify-content: center;
    }
    .logo {
      flex: 1;
    }
    .toggle {
      flex: 1;
      text-align: right;
    }
    .toggle {
     order:1
    }

}

  
  /* Desktop menu */
@media all and (min-width: 900px) {
nav { padding-right: 117px; padding-left: 200px; }
#footer_principal { padding-right: 117px; padding-left: 120px; }


.topheader{
    position: fixed;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.06);
    background-color: var(--theame-color);
    top:0;
    left: 0;
    width: 100%;
}

.item {
      display: block;
      width: auto;
    }
.toggle {
      display: none;
    }
.menu li {
      padding: 15px 10px;
      border-bottom: none;
    }

li.item a.iniciasession { border: none; }

  }
      /* Footer social */
.letra_footer{
    font-family: Avenir;
    font-size: 12px;
    font-style: normal;
    font-weight: lighter;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color:var(--theame-plata);
}
.letra_footer_blue{
    font-family: Avenir;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color:var(--theame-blue);
}

.ft-social { padding-top: 1.5px solid #F2F2F2;}

.ft-social-list {
  display: flex;
  justify-content: center;
}

.ft-social-list1 {
  display: flex;
  justify-content: center;
  border-top: 1.5px solid#F2F2F2;
  padding-top: 1.25rem;
}

.ft-social-list li {
  margin: 0.5rem;
  font-size: 1.25rem;
}
/* Footer legal */
.ft-legal {
  padding: 0.9375rem 1.875rem;
  background-color: #333;
}
.ft-legal-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1.5px solid#F2F2F2;;
  padding-bottom: 1.25rem;
}
.ft-legal-list li {
  margin: 0.125rem 0.625rem;
  white-space: nowrap;
}
/* one before the last child */
.ft-legal-list li:nth-last-child(3) {
    flex: 1;
}
.ft-legal-list1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ft-legal-list1 li {
  margin: 0.125rem 0.625rem;
  white-space: nowrap;
}
/* one before the last child */
.ft-legal-list1 li:nth-last-child(2) {
    flex: 1;
}

li.derecha { margin-left: auto; }
#footer_principal{
     display: none;
 }
@media all and (min-width: 900px) {

 
  .item a
  {
    font-family: Avenir;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color:var(--theame-li);
  }

 #footer_movil{ display: none; }
 
 #footer_principal{ display: block; }

.ft-social-list1 {
  display: flex;
  justify-content: center;
  border-top: 1.5px solid#F2F2F2;
}
footer{
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.06);
  background-color: var(--theame-color);
  height: 136px;
  width: 100%;
  padding: 5px 20px;
}

li.item a.BtnCreaTuCuenta {
  height: 40px;
  width: 311px;
  font-size: 13px;
  background-color: #F4C55C;
  color:var(--theame-color);
  border-radius: 20px;
  font-family: 'Avenir';
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  padding: 0.7em 1.2em;

}

li.item a.iniciasession{
  color:var(--theame-yellow);
  text-transform: uppercase;
  height: 40px;
  width: 311px;
  font-size: 13px;
  font-family: Avenir;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0em;
  padding: 0.7em 1.2em;
  border-radius: 20px;
  line-height: 40px;
}
li.item a.iniciasession{
  opacity: 0.8;
  transition: 0.3s;
}
}
@media screen and (max-device-width : 480px) {
  nav { padding-right: 0 px; padding-left: 0 px; margin:28px}
}