@charset "UTF-8";
/* Font  */
@font-face {
  font-family: Raleway;
  src: url("../font/RALEWAY-MEDIUM.TTF") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Raleway;
  src: url("../font/RALEWAY-EXTRABOLD.TTF") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "TradeGothic LT Bold";
  src: url("../font/Trade-Gothic-LT-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
}

section {
  padding: 100px 0;
}

img {
  width: 100%;
  max-width: 100%;
}

h1 {
  color: #FFF;
  font-family: "TradeGothic LT Bold";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px; /* 124.324% */
  text-transform: uppercase;
  margin-bottom: 20px;
}
h1 span {
  font-size: 1.35em;
  line-height: 1em; /* 100% */
}

h5 {
  color: var(--Naranja, #E96F0D);
  font-family: "TradeGothic LT Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
}

.banner p {
  color: #fff;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  padding: 0;
}

h2 {
  color: var(--Naranja, #E96F0D);
  font-family: "TradeGothic LT Bold";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 107.407% */
  text-transform: uppercase;
}

h4 {
  color: #555;
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
}

p {
  color: #000;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}

button, a.btn-default {
  color: #FFF;
  text-align: center;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 171.429% */
  padding: 10px 40px;
  border-radius: 20px;
  background: #00A8BA;
}

a {
  color: white;
  text-decoration: none;
}

.hiddenD1, .hiddenD {
  display: none;
}

@media screen and (max-width: 992px) {
  .banner p {
    font-size: 16px;
    line-height: 24px;
  }
  .banner p br {
    display: none;
  }
  h2 {
    font-size: 35px;
    line-height: 40px !important;
  }
  .hiddenM {
    display: none;
  }
  .hiddenD {
    display: flex;
  }
  button.navbar-toggler {
    float: right;
    padding: 20px 0;
  }
  button.navbar-toggler img {
    height: 30px;
    width: 40px;
  }
  .hiddenD1 {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  br {
    display: none;
  }
  h1 {
    font-size: 40px;
  }
  h1 span {
    font-size: 47px;
  }
  .banner p {
    font-size: 16px;
    padding-left: 5px !important;
    position: relative;
  }
  .banner p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    height: 60px;
    width: 3px;
    background: var(--Naranja, #E96F0D);
  }
  h2.black {
    font-size: 32px;
    line-height: 40px; /* 115.556% */
  }
  body section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  p {
    font-size: 16px;
  }
  button, a.btn-default {
    width: 100%;
    border: none;
    display: block;
  }
  h5 {
    font-size: 20px;
  }
}
/* Menu  */
.menu {
  padding: 0;
  width: 100%;
  top: 10px;
  left: 0;
}
.menu img {
  height: 70px;
  width: auto;
}
.menu div#navbarSupportedContent {
  padding: 23px 0;
}
.menu a.btn-default {
  display: block;
  margin: 18px 0;
  border-radius: 25px;
  border: 2px solid var(--Naranja, #00A8BA);
  background-color: transparent;
  width: -moz-max-content;
  width: max-content;
  color: var(--Naranja, #00A8BA);
  text-align: center;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 200% */
}
.menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  background: transparent !important;
  border-radius: 30px;
  padding: 10px 20px;
}
.menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  width: 100%;
  display: block;
}
.menu .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  width: 100%;
  display: flex;
  justify-content: center;
}
.menu a.nav-link {
  padding: 10px 20px !important;
  text-align: left;
  color: #000;
  text-align: center;
  font-family: Raleway;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 191.667% */
  text-transform: uppercase;
}
.menu a.nav-link:hover {
  color: #E96F0D;
}
.menu figure {
  margin: 0;
  padding: 10px;
}
.menu .logoH {
  transition: transform 0.3s ease;
  width: 120px;
}
.menu .logoH:hover {
  animation: heartBeat 0.5s forwards; /* Cambia "bounce" por cualquier otra animación */
}
.menu svg.bi.bi-arrow-right-short {
  width: 56px;
  font-size: 50px;
  height: 40px;
  color: #000;
  background: #E96F0D;
  border-radius: 13px;
  margin: 0;
  margin-top: -6px;
  margin-left: 12px;
}

.menu li button {
  display: none;
}

button.navbar-toggler {
  border: none;
}

button.navbar-toggler img {
  max-width: 30px !important;
}

.flecha {
  display: none;
}

.btnheader {
  display: none;
}

.hiddenD {
  display: none !important;
}

@media screen and (max-width: 992px) {
  a.btn-default.hiddenD {
    max-width: 60%;
    display: block;
    margin: 20px auto 40px;
    color: #FFF;
    text-align: center;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    padding: 10px 40px;
    border-radius: 20px;
    background: #00A8BA;
    border: navajowhite;
    width: 100%;
  }
  div#navbarSupportedContent {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4156862745);
  }
  div#navbarSupportedContent a.nav-link {
    color: #000;
    font-size: 19px;
    text-align: center;
    border-bottom: 1px solid white;
    padding-left: 3px !important;
    padding: 20px !important;
  }
  .navbar {
    justify-content: flex-end;
  }
  .btnheader {
    display: block;
    margin: 12px auto;
  }
  .banner h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .banner h1 span {
    font-size: 55px;
  }
  .banner h3 {
    font-size: 25px;
  }
  .banner .franjaYellow {
    max-width: 78%;
    padding: 5px;
  }
  .banner .container {
    max-width: 94%;
  }
  .menu .navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
    display: flex !important;
    text-align: center;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    padding: 20px;
  }
  li.nav-item {
    width: 100%;
    text-align: left;
    border-bottom: 0;
    padding: 15px 40px;
  }
  li.nav-item.active:first-child {
    border-top: 1px white solid;
    padding-top: 30px;
  }
  button.navbar-toggler {
    box-shadow: none;
  }
  .menu li a {
    text-decoration: none;
  }
  .menu li a button {
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: "DM Serif Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #E41770;
    padding: 10px 40px;
    border-radius: 20px;
    border: 0;
    margin: 0 auto;
    max-width: -moz-max-content;
    max-width: max-content;
    display: block;
  }
  li.nav-item.active:first-child {
    border-top: 0px white solid;
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .menu figure img {
    max-width: 300px;
    width: 86%;
    height: auto;
  }
  .menu figure img.logo {
    height: 50px;
    width: auto !important;
  }
  .menu a.nav-link {
    padding: 20px 20px !important;
    color: #1B1B1B;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px; /* 115% */
    text-transform: capitalize;
  }
  .menu li.nav-item {
    width: 100%;
  }
  .menu .navbar-nav li.nav-item.active:first-child {
    border: none;
  }
  .btn-default.hiddenD {
    max-width: 80%;
    padding: 10px;
    margin: 30px auto;
  }
  li.nav-item {
    padding: 10px 0;
  }
  a.btn-default.hiddenD {
    max-width: 75%;
    display: block;
    margin: 20px auto 40px;
  }
  .banner h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .banner h1 span {
    font-size: 34px;
  }
  .menu button.navbar-toggler {
    float: right;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .menu div#navbarSupportedContent a.nav-link {
    color: #000;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid white;
    padding-left: 3px !important;
    padding: 20px !important;
    text-transform: uppercase;
    padding: 7px !important;
  }
}
/* Menu  */
.bgbanner {
  background-image: url(../imagenes/FondoHeader.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner {
  background-image: url(../imagenes/FooterHeaderL.jpg);
  background-position: -90px 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 100px 0 100px;
}
.banner p {
  padding: 10px 0 20px;
  text-align: left;
}
.banner img {
  max-width: 100%;
  width: 100%;
}
.banner .banner-text {
  padding: 70px 50px;
}

@media screen and (max-width: 992px) {
  .banner {
    background-position: -290px 0;
  }
  .banner h1 span {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .bgbanner {
    background-image: url(../imagenes/movil/FondoAmarillo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .banner {
    background-image: url(../imagenes/movil/Imagen-Header.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 100px 0 50px;
  }
  .banner .banner-text {
    padding: 50px 0px;
  }
}
.nosotros {
  position: relative;
}
.nosotros::after, .nosotros::before {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  width: 350px;
  height: 50px;
  background-image: url(../imagenes/Ilustra2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.nosotros::after {
  right: -120px;
}
.nosotros::before {
  background-image: url(../imagenes/Ilustra1.png);
  left: -10%;
}
.nosotros h2 {
  margin-top: 100px;
  margin-bottom: 25px;
}
.nosotros p {
  max-width: 450px;
}

@media screen and (max-width: 992px) {
  .nosotros h2 {
    margin-top: 0;
  }
  .nosotros::after, .nosotros::before {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .nosotros h2 {
    background-position: left;
    width: 100%;
    padding: 20px 0;
    margin-top: 10px;
    line-height: 44px;
    margin-bottom: 15px;
  }
  .nosotros h2 br {
    display: block;
  }
  .nosotros p br {
    display: block;
  }
  .nosotros::after {
    right: -40px;
    top: 94%;
  }
  .nosotros::before {
    width: 130px;
    top: 40px;
  }
}
.razones h2 {
  color: var(--Celeste, #00A8BA);
  border-top: 3px solid #00A8BA;
  border-bottom: 3px solid #00A8BA;
  padding: 30px 0;
  width: -moz-max-content;
  width: max-content;
  margin-top: 210px;
}
.razones .card-number {
  background: var(--Naranja, #E96F0D);
  padding: 30px;
  margin: 0 10px;
}
.razones .card-number span.number figure img {
  width: 80px;
  height: 80px;
}
.razones .card-number h4 {
  color: #FFF;
  font-family: "TradeGothic LT Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
  margin-top: 40px;
  text-align: left;
}
.razones .card-number hr {
  color: white;
  height: 3px;
  opacity: 1;
}
.razones .card-number p {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 16px;
}
.razones .card-number.card2, .razones .card-number.card4 {
  margin-top: 60px;
}
.razones .card-number.card2 {
  background: var(--Celeste, #00A8BA);
}
.razones .card-number.card3 {
  background: var(--Amarillo, #FCC12C);
}
.razones .card-number.card4 {
  background: #000;
}

@media screen and (max-width: 992px) {
  .razones h2 {
    display: block;
    margin-top: 0;
    margin-bottom: 60px;
    text-align: center;
    width: auto;
  }
  .razones br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .razones .card-number.card2, .razones .card-number.card4 {
    margin-top: 0;
  }
  .razones {
    padding-top: 30px;
  }
  .razones .card-number {
    margin: 30px 0;
  }
  .razones h2 {
    text-align: left;
    margin: 25px;
    padding: 20px 0;
    margin: 0;
  }
}
section.form {
  background-image: url(../imagenes/Banner-SAO.jpg);
  background-color: #FCC12C;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 240px 0 100px;
  position: relative;
  z-index: 1;
}
section.form::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 90%;
  background-image: url(../imagenes/ImagenContacto.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: -5%;
}
section.form h2 {
  text-align: left;
  color: white;
  font-size: 65px;
  line-height: 65px;
}
section.form p {
  margin: 15px 0;
}
section.form fieldset {
  max-width: 600px !important;
}
section.form form {
  padding: 0 70px;
  max-width: 740px;
  margin: 0 auto;
}
section.form form fieldset.form-columns-1 .hs-input {
  width: 100%;
}
section.form form button, section.form form input, section.form form optgroup, section.form form select, section.form form textarea {
  margin: 0;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  padding: 10px 10px 10px;
  color: var(--Negro, #fff);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0;
}
section.form form ::-moz-placeholder {
  color: #fff;
}
section.form form ::placeholder {
  color: #fff;
}
section.form form label.hs-error-msg.hs-main-font-element {
  text-align: left;
  color: #000;
  font-size: 12px;
}
section.form form option {
  color: #000;
}
section.form form label.hs-error-msg.hs-main-font-element {
  text-align: left;
  color: #fff;
  font-size: 12px;
}
section.form form input.hs-button.primary.large {
  border: none;
  margin-top: 30px;
  max-width: 230px;
}
section.form form input.hs-button.primary.large {
  text-align: center;
  width: 40%;
  max-width: 600px;
  padding: 10px;
  text-transform: uppercase;
  margin: 20px 0;
  display: block;
  color: #FFF;
  text-align: center;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  padding: 10px 40px;
  border-radius: 20px;
  background: #00A8BA;
}
section.form form .actions {
  text-align: left;
}
section.form .contHistoria {
  margin: 0 70px;
}

@media screen and (max-width: 992px) {
  section.form::after, section.form::before {
    width: 220px;
    height: 50px;
    z-index: -10;
    display: none;
  }
  section.form h2 {
    text-align: left;
    color: white;
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    background-image: url(../imagenes/movil/FondoContacto.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
    margin: 0;
    padding: 80px 15px 80px;
  }
  section.form::after, section.form::before {
    display: none;
  }
  section.form h2 {
    padding: 20px 0;
    font-size: 35px;
  }
  section.form h2 br {
    display: none;
  }
  section.form form {
    padding: 0;
  }
  form .hs-form-field .hs-input {
    width: 100% !important;
  }
  section.form form input.hs-button.primary.large {
    text-align: center;
    width: 100%;
  }
  section.form::after {
    content: "";
    display: block;
    position: absolute;
    top: 70px;
    width: 100%;
    height: 420px;
    background-image: url(../imagenes/ImagenContacto.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    display: block;
    z-index: 1;
  }
  .contHistoria {
    position: relative;
    display: block;
    padding-top: 430px;
    margin: 0 !important;
  }
  .contHistoria h2 {
    margin: 0;
  }
}
.receta {
  position: relative;
  padding: 0;
}
.receta h2 {
  margin-top: 310px;
  margin-bottom: 40px;
}
.receta p {
  max-width: 450px;
}
.receta figure {
  margin: 0;
}

@media screen and (max-width: 992px) {
  .receta h2 {
    margin-top: 90px;
    margin-bottom: 20px;
  }
}
section.video {
  padding: 0;
}
section.video .contVideo {
  padding: 0;
}
section.video .contVideo iframe {
  height: 50vw;
}

@media screen and (max-width: 992px) {
  section.video h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.video {
    padding: 0 !important;
  }
  section.video .contVideo iframe {
    height: 70vw;
  }
}
.galeria {
  padding-bottom: 0;
  padding-top: 60px;
}
.galeria h2 {
  color: var(--Celeste, #00A8BA);
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.galeria h2::after {
  content: "";
  width: 50%;
  height: 3px;
  position: absolute;
  background: #00A8BA;
  top: 50%;
  right: -20%;
}
.galeria h2::before {
  content: "";
  width: 50%;
  height: 3px;
  position: absolute;
  background: #00A8BA;
  top: 50%;
  left: -20%;
}
.galeria h3 {
  color: var(--Celeste, #00A8BA);
  text-align: center;
  font-family: "TradeGothic LT Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px; /* 241.667% */
  text-transform: uppercase;
  margin-top: -20px;
  margin-bottom: 40px;
}
.galeria .row .col-md-3 {
  padding: 0;
}
.galeria .row .col-md-3 figure {
  margin: 0;
}

@media screen and (max-width: 992px) {
  .galeria h2::after {
    right: -25%;
  }
  .galeria h2::before {
    left: -25%;
  }
}
@media screen and (max-width: 767px) {
  section.galeria {
    padding-top: 50px;
  }
  section.galeria h2 {
    font-size: 28px;
    line-height: 40px !important;
  }
  section.galeria h2::after {
    width: 25%;
  }
  section.galeria h2::before {
    width: 25%;
  }
  section.galeria h3 {
    font-size: 20px;
    line-height: 40px; /* 290% */
  }
}
.numeros {
  background-image: url(../imagenes/FondoPasos.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0;
}
.numeros .swiper-slide {
  height: 350px;
  border-radius: 0;
  padding: 22px !important;
  width: 300px !important;
}
.numeros h2 {
  padding: 110px 40px;
}
.numeros h4 {
  text-align: left;
  margin-bottom: 10px;
  color: #FFF;
  font-family: "TradeGothic LT Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 110% */
  text-transform: uppercase;
}
.numeros hr {
  border: 1px solid white;
  opacity: 1;
}
.numeros p {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
.numeros .numberS {
  color: #FFF;
  font-family: "TradeGothic LT Bold";
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 96px; /* 100% */
  text-transform: uppercase;
  margin-bottom: 40px;
  display: block;
}
.numeros .row.listSlider {
  padding: 30px 0 20px;
  margin: 0px;
}
.numeros .swiper.mySwiper2 {
  max-width: 450px;
  padding: 0px 0;
  margin: 20px 0;
}
.numeros .swiper.mySwiper2 .swiper-button-prev:after, .numeros .swiper.mySwiper2 .swiper-rtl .swiper-button-next:after, .numeros .swiper.mySwiper2 .swiper-button-next:after, .numeros .swiper.mySwiper2 .swiper-rtl .swiper-button-prev:after {
  font-size: 20px;
}
.numeros .swiper.mySwiper2 .swiper-button-next, .numeros .swiper.mySwiper2 .swiper-button-prev {
  bottom: 0px;
  top: initial;
  border: 1px solid white;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}
.numeros .swiper.mySwiper2 .swiper-button-prev {
  left: 75%;
}

@media screen and (max-width: 992px) {
  .numeros h2 {
    padding: 60px 0px;
  }
  .numeros h2 br {
    display: none;
  }
  .numeros .swiper.mySwiper2 {
    padding: 10px 0 50px;
    margin: 30px 0;
  }
  .numeros .swiper.mySwiper2 .swiper-button-next, .numeros .swiper.mySwiper2 .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .numeros h2 {
    padding: 10px 0px;
    font-size: 45px;
    line-height: 50px !important;
  }
}
.preguntas {
  padding: 150px 0;
}
.preguntas h2 {
  color: var(--Celeste, #00A8BA);
  text-align: center;
  font-family: "TradeGothic LT Bold";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 108% */
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 80px;
}
.preguntas h5 {
  color: #000;
  font-family: "TradeGothic LT Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
  padding: 20px 0;
}
.preguntas p {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
}
.preguntas span.toggle-icon {
  background-color: #00A8BA;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  padding: 2px 6px;
  color: white;
}
.preguntas h5.open span.toggle-icon {
  background-color: #E96F0D;
  padding: 0px 7px;
  font-size: 30px;
}

.faq-section {
  max-width: 800px;
  margin: 0 auto;
}

.faq-title {
  color: #00aaff;
  font-size: 24px;
  margin-bottom: 20px;
}

.faq-item {
  background-color: #ffffff;
  border: 2px solid #000;
  margin-bottom: 10px;
  border-radius: 0;
  padding: 15px;
  cursor: pointer;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.faq-item.one {
  border-top: 2px solid #000;
}

.faq-item h5 {
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.faq-answer {
  display: none;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .preguntas h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.bannerFooter {
  background-image: url(../imagenes/FondoFooter.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bannerFooter img {
  max-width: 180px;
}
.bannerFooter h2 {
  color: #FFF;
  font-family: "TradeGothic LT Bold";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 108% */
  text-transform: uppercase;
}
.bannerFooter P {
  color: #000;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
}
.bannerFooter button, .bannerFooter a.btn-default {
  background-color: #00a8ba;
  border-color: #00a8ba;
}

footer img {
  max-width: 180px;
  margin: 60px auto 0;
  display: block;
}

p.copy {
  color: #555;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
  text-transform: capitalize;
  padding: 20px 0 10px;
}

@media screen and (max-width: 992px) {
  .bannerFooter h2 {
    line-height: 38px;
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .bannerFooter {
    background-image: url(../imagenes/movil/Fondofooter.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bannerFooter img {
    max-width: 130px;
    margin: 0 auto 50px;
    display: block;
  }
  .bannerFooter P {
    font-size: 16px;
    line-height: 24px;
    padding: 14px 4px;
  }
  .bannerFooter h2 {
    padding-top: 250px;
  }
  footer img {
    max-width: 100px;
    margin: 60px auto 0;
    display: block;
  }
  .hiddenD {
    display: block !important;
  }
}/*# sourceMappingURL=styles.css.map */