body {
  background-color: #f1f7f8;
}

body.bg-blanco {
  background: #fff;
}

@font-face {
  font-family: "Futura-Bold";
  src: url("../fonts/FuturaStd-Bold.eot");
  src: url("../fonts/FuturaStd-Bold.woff") format("woff"),
    url("../fonts/FuturaStd-Bold.ttf") format("truetype"),
    url("../fonts/FuturaStd-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Futura-Heavy";
  src: url("../fonts/FuturaStd-Heavy.eot");
  src: url("../fonts/FuturaStd-Heavy.woff") format("woff"),
    url("../fonts/FuturaStd-Heavy.ttf") format("truetype"),
    url("../fonts/FuturaStd-Heavy.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Futura-Medium";
  src: url("../fonts/FuturaStd-Medium.eot");
  src: local("☺"), url("../fonts/FuturaStd-Medium.woff") format("woff"),
    url("../fonts/FuturaStd-Medium.ttf") format("truetype"),
    url("../fonts/FuturaStd-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.bold {
  font-family: "Futura-Bold", Arial, Helvetica, sans-serif !important;
}

/*==== nav ====*/
/*header {*/
/* border-top: 30px solid #4e0466; */
/*background: #8411aa;
}*/

header nav {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1261px) {
  header nav {
    top: -10px;
  }
}

header h1 a {
  padding: 10px;
}

header nav ul li a {
  font-family:'Montserrat', sans-serif !important;
  font-size: 14px;
}

@media only screen and (max-width: 480px) {
  .ingreso {
    top: 30%;
    right: -810%;
  }
}

@media only screen and (max-width: 1261px) {
  header nav ul {
    top: 80px !important;
  }
}

#idFormAcceso .campos input {
  background-color: white;
  color: #505050;
}

#form-ingreso {
  font-family: "Futura-Medium" !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

#forgoten-password {
  margin-right: 20px;
}

/*slider*/
#main-slider {
  padding-top: 150px;
}

@media only screen and (max-width: 1261px) {
  #main-slider  {
    padding-top: 120px;
  }
}


/*footer {
    background: #8411aa;
    margin: 0;*/
/* border-bottom: 30px solid #4e0466; */
/*}*/

.footer-left .clubes a {
  width: 80px;
}

footer h3 {
  color: white;
}

.footer-left .clubes {
  border-left-color: white;
}

.footer-col h3 {
  color: white;
  border-bottom-color: white;
  font-family: "Futura-Medium" !important;
  text-transform: none;
  font-size: 20px;
}

@media (max-width: 767px) {
  .footer-col h3 {
    font-size: 19px;
  }
}

.footer-col h3 span {
  font-weight: normal;
}

.contacto-redes {
  border-left-color: white;
}

/*seccion banner*/

@media only screen and (max-width: 768px) {
  #accesos-directos .accesos {
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
  }
}

#accesos-directos h1 {
  font-family: "Futura-Medium";
  color: white;
  
  font-size: 20px;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
}

@media (min-width: 1200px) {
  #accesos-directos h1 {
    font-size: 26px;
  }
}

#accesos-directos .acceso {
  border-radius: 50%;
  width: 180px;
  height: 180px;
  border-width: 2px;
  position: relative;
}

#accesos-directos .acceso a {
  border-radius: 50%;
  opacity: 1;

  border: none;
  font-family: "Futura-Medium" !important;
  font-weight: normal;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -75px 0px 0px -75px;
}

@media only screen and (max-width: 480px) {
  #accesos-directos .acceso a {
    padding-top: 100px;
  }
}

#accesos-directos .acceso .inscripcion-aqui {
  background-size: 56px;
}

/*inscribete*/

/*beneficios*/
/*alianza latam pass*/
#millas h3 {
  color: #646364;
  font-weight: 800;
  font-size: 24px;
  line-height: 1em;
}
#millas h3.title-beneficios {
  
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
}

/*convenios*/

/*ayuda*/
#ayuda .como-funciona {
  margin-bottom: 20px;
}

#ayuda .como-funciona h3 {
  color: #8411aa !important;
  font-family: "Futura-Medium" !important;
  font-size: 30px !important;
  letter-spacing: 10px;
  line-height: 31px;
}

@media (max-width: 768px) {
  #ayuda .como-funciona h3 {
    line-height: 31px;
    letter-spacing: 5px;
    font-size: 26px !important;
  }
}

.preguntas h3 {
  letter-spacing: 3px;
}

.preguntas h3.fondo-gris {
  background-color: #868585 !important;
}

.background-deco {
  background: #969da1;
}

.background-fitness {
  background: #fa001d;
}

.background-kids {
  background: #f2dc34;
}

.background-mama {
  background: #fda7a8;
}

.background-mascota {
  background: #e71f80;
}

.background-novios {
  background: #c6bce1;
}

.background-viajes {
  background: #ff9600;
}
.background-funcionarios {
  background: #833b9c;
}
footer.background-funcionarios {
  position: relative;
  width: 100%;
  bottom: 0;
}
/* fin ayuda*/

.logo-func img {
  width: 130px;
}
