@charset "UTF-8";
/* Font  */
@font-face {
  font-family: Ubuntu;
  src: url("../font/Ubuntu-Light.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 300;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Ubuntu;
  src: url("../font/Ubuntu-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Ubuntu;
  src: url("../font/Ubuntu-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
div.menu {
  background: transparent;
  position: absolute;
  width: 100%;
}
div.menu img {
  width: 144px;
  margin: 30px 0;
  display: block;
  z-index: 1;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
  background: #F7ECDA;
}
div.menu .hamburger {
  position: relative;
  background-color: transparent;
  right: 0;
  top: 10px;
  height: 30px;
  width: 30px;
  padding: 33px 0;
  transform: translate3d(0, 0, 0);
  transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
  z-index: 1002;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin: 0 0 0 auto;
  user-select: none;
}
div.menu .hamburger.is-active {
  background-color: none;
}
div.menu .hamburger.is-active {
  position: fixed;
  background-color: transparent;
  left: initial;
  top: 20px;
  height: 30px;
  width: 30px;
  padding: 20px 20px;
  right: 10%;
}
div.menu ._layer {
  background: #fff;
  margin-bottom: 5px;
  border-radius: 2px;
  width: 40px;
  height: 3px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
div.menu .hamburger.is-active ._layer {
  background: #2AAAE2;
}
div.menu .hamburger:hover .-top {
  transform: translateY(-100%);
}
div.menu .hamburger:hover .-bottom {
  transform: translateY(100%);
}
div.menu .hamburger.is-active .-top {
  transform: translateY(200%) rotate(45deg) !important;
}
div.menu .hamburger.is-active .-mid {
  opacity: 0;
}
div.menu .hamburger.is-active .-bottom {
  transform: translateY(-200%) rotate(135deg) !important;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
}
div.menu .menuppal {
  background-color: rgba(255, 255, 255, 0.95);
  bottom: 0;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  transform: translate3d(0px, -100%, 0px);
  transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
  width: 100%;
  z-index: 1001;
}
div.menu .menuppal ul {
  margin: 0;
  padding: 0;
  padding-top: 40px;
}
div.menu .menuppal ul li {
  list-style: none;
  height: 3em;
  color: #2AAAE2;
  text-align: center;
  font-family: Ubuntu;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
div.menu .menuppal ul li a {
  text-decoration: none;
  color: #2AAAE2;
  transition: all 0.3s linear;
}
div.menu .menuppal ul li a.btnbr {
  background-color: #2AAAE2;
  padding: 5px 40px;
  color: var(--Negro, #fff);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 110% */
}
div.menu .menuppal ul li a:hover {
  text-decoration: none;
  zoom: 1.1;
}
div.menu .menu .container {
  max-width: 1470px;
}
div.menu .container {
  max-width: 1470px;
  padding: 0 50px;
}

@media screen and (max-width: 992px) {
  div.menu img {
    max-width: 160px;
  }
  div.menu .menuppal ul li {
    font-size: 1.2rem;
    line-height: 2em;
    height: 3em;
  }
}
@media screen and (max-width: 767px) {
  div.menu .container {
    padding: 0;
  }
  div.menu .hamburger {
    top: 7px;
  }
  div.menu {
    min-height: 70px;
    padding: 20px 25px;
  }
  div.menu img {
    top: 5px;
    margin: 0;
    position: relative;
  }
  div.menu .hamburger {
    padding: 0;
  }
  div.menu .menuppal ul li {
    font-size: 1.1rem;
    line-height: 2em;
    height: 3em;
  }
  div.menu .menuppal ul {
    margin: 0;
    padding: 0;
    padding-top: 70px;
  }
  div.menu ._layer {
    width: 24px !important;
    height: 3px !important;
  }
  div.menu .hamburger {
    padding: 8px 0;
  }
  div.menu .menuppal ul li a.btnbr {
    max-width: 90%;
    display: block;
    margin: 0 auto;
  }
  div.menu img {
    width: 90px;
    height: 41px;
    padding-top: 10px;
  }
  div.menu .menuppal ul li a.btnbr {
    font-size: 15px;
    width: -moz-max-content;
    width: max-content;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
  background-color: #F7ECDA;
}

section {
  padding: 100px 0;
}

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

b {
  font-weight: 700;
}

span.bluec {
  color: var(--bluec, #2AAAE2);
}

h1 {
  color: #FFF;
  text-align: center;
  font-family: Ubuntu;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.banner p {
  color: #FFF;
  text-align: center;
  font-family: Ubuntu;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 400px;
  display: block;
  margin: 50px auto 70px;
}

h2 {
  color: #000;
  text-align: center;
  font-family: Ubuntu;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h3 {
  color: #000;
  text-align: center;
  font-family: Ubuntu;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h4 {
  color: #000;
  font-family: Ubuntu;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h6 {
  color: #000;
  font-family: Ubuntu;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

p {
  color: #000;
  font-family: Ubuntu;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.btn, .btnbr, input.hs-button.primary.large {
  padding: 6px 30px;
  border-radius: 10px;
  background: #fff;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 40px auto;
  color: #000;
  text-align: center;
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto;
  display: block;
}
.btn:hover, .btnbr:hover, input.hs-button.primary.large:hover {
  background-color: #2AAAE2;
  color: #000;
}

a {
  text-decoration: none;
}

.hiddenD {
  display: none;
}

@media screen and (max-width: 992px) {
  .hiddenDL {
    display: block;
  }
  .hiddenD {
    display: none;
  }
  h1 {
    font-size: 50px;
    line-height: 50px; /* 115.909% */
    margin-bottom: 20px;
  }
  h2 {
    font-size: 35px;
  }
  .banner p {
    font-size: 25px;
    line-height: 30px; /* 120% */
  }
  .btn, .btnbr, input.hs-button.primary.large {
    margin: 20px auto;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none !important;
  }
  .banner p {
    font-size: 20px;
    line-height: normal; /* 120% */
  }
  .btn, .btnbr, input.hs-button.primary.large {
    font-size: 16px;
  }
  h1 {
    font-size: 28px;
    line-height: normal;
  }
  h2 {
    font-size: 28px;
    line-height: normal; /* 92.857% */
  }
}
section.banner {
  background-image: url(../imagenes/Fondo-Header.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 185px 15px 0;
  max-height: 1180px;
}
section.banner .row {
  display: block;
}
section.banner .row img {
  max-width: 1350px;
  margin: 100px auto 0;
  display: block;
}

@media screen and (max-width: 767px) {
  section.banner {
    background-image: url(../imagenes/movil/header.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 185px 15px 0;
    max-height: 1180px;
  }
  section.banner .row {
    display: block;
  }
  section.banner .row img {
    max-width: 1350px;
    margin: 100px auto 0;
    display: block;
  }
}
section.nosotros {
  padding-top: 410px;
}
section.nosotros .container {
  max-width: 970px;
}
section.nosotros .container h6, section.nosotros .container h2 {
  text-align: left;
}
section.nosotros .container h2 {
  margin-top: 40px;
}
section.nosotros .container .cont {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media screen and (max-width: 992px) {
  section.nosotros {
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros {
    padding: 100px 15px;
  }
  section.nosotros h2 {
    margin-bottom: 80px;
  }
}
section.beneficios {
  padding-top: 170px;
}
section.beneficios .container {
  max-width: 1450px;
}
section.beneficios h2, section.beneficios h6 {
  text-align: center;
}
section.beneficios h2 {
  margin-top: 35px;
  margin-bottom: 80px;
}
section.beneficios .cardBene {
  border-radius: 34px;
  background: #FFF8EE;
  padding: 70px 60px;
  margin-bottom: 150px;
}
section.beneficios .cardBene p {
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-top: 60px;
}
section.beneficios .cardBene hr {
  width: 70%;
  margin: 21px auto;
  background: #000;
  color: #000;
  opacity: 1;
  height: 2px;
  max-width: 223px;
}
section.beneficios .bg-brava {
  background-image: url("../imagenes/Cerveza.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 100px 0 0;
}
section.beneficios .movilbrava {
  display: none;
}

@media screen and (max-width: 992px) {
  .hidden-md {
    display: none;
  }
  section.beneficios .cardBene {
    min-height: 410px;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    padding-top: 170px;
    padding-left: 15px;
    padding-right: 15px;
  }
  section.beneficios .bg-brava {
    display: none;
  }
  section.beneficios .cardBene {
    border-radius: 34px;
    background: #FFF8EE;
    padding: 70px 20px;
    margin-bottom: 150px;
  }
  section.beneficios .cardBene p {
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-top: 60px;
  }
  section.beneficios .cardBene hr {
    width: 70%;
    margin: 21px auto;
    background: #000;
    color: #000;
    opacity: 1;
    height: 2px;
    max-width: 223px;
  }
  section.beneficios .bg-brava {
    background-image: url("../imagenes/Cerveza.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 100px 0 0;
  }
  section.beneficios .movilbrava {
    display: block;
  }
  section.beneficios .movilbrava img {
    margin-bottom: 40px;
  }
  section.beneficios .movilbrava .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background-color: transparent;
    opacity: 1;
    margin: 0 10px !important;
  }
  section.beneficios .movilbrava span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #E11F84;
    border-color: #E11F84;
  }
  section.beneficios div.swiper-wrapper {
    padding: 0 !important;
    height: 500px;
  }
}
section.form {
  background-image: url(../imagenes/Fondo-Form.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 180px 15px 100px;
  min-height: 1100px;
}
section.form h6 {
  text-align: center;
  color: #FFF;
}
section.form h2 {
  color: white;
  margin-top: 40px;
}
section.form p {
  max-width: 560px;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: white;
  margin-top: 80px;
}
section.form input.hs-button.primary.large {
  padding: 7px 50px;
  border-radius: 10px;
  background: white;
  color: #000;
  text-align: center;
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 25px auto;
}
section.form form {
  background-size: contain;
  background-position: bottom left;
  background-repeat: repeat-x;
  max-width: 800px;
  padding: 0;
  margin: 70px auto;
}
section.form button, section.form input, section.form optgroup, section.form select, section.form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  border-radius: 0;
  color: #FFF;
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.form button::-moz-placeholder, section.form input::-moz-placeholder, section.form optgroup::-moz-placeholder, section.form select::-moz-placeholder, section.form textarea::-moz-placeholder {
  color: #fff;
}
section.form button::placeholder, section.form input::placeholder, section.form optgroup::placeholder, section.form select::placeholder, section.form textarea::placeholder {
  color: #fff;
}
section.form fieldset {
  max-width: 800px;
}
section.form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field input,
section.form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field input {
  width: 90%;
}
section.form .hs_submit.hs-submit {
  max-width: 93%;
}
section.form .btn, section.form .btnbr, section.form input.hs-button.primary.large {
  line-height: 15px;
}

@media screen and (max-width: 992px) {
  section.form .container {
    padding: 100px 40px;
  }
}
@media screen and (max-width: 767px) {
  section.form .container {
    padding: 100px 15px;
  }
  section.form {
    background-size: 350px;
    padding: 100px 15px;
    background-image: url(../imagenes/movil/Fondo-Form.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  section.form h2 {
    margin-bottom: 60px;
  }
  section.form .contForm {
    padding: 10px 0px 10px 8px;
    margin: 0 auto;
  }
  section.form .container p {
    font-size: 18px;
    line-height: 26px;
    max-width: 100%;
    margin: 0;
  }
  section.form {
    padding: 60px 15px;
  }
  section.form .container {
    background-image: url(../imagenes/movil/form.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
section.datos {
  padding: 270px 0 700px;
}
section.datos .container {
  max-width: 1510px;
}
section.datos .datos {
  max-width: 1150px;
  margin: 0 auto;
}
section.datos .datos h6 {
  text-align: left;
}
section.datos .datos h2 {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 200px;
}
section.datos .row.otro {
  position: relative;
}
section.datos .row.otro::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -90px;
  width: 238.42px;
  height: 238.42px;
  background-image: url(../imagenes/Layer_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
section.datos .row.otro::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -90px;
  width: 238.42px;
  height: 238.42px;
  background-image: url(../imagenes/Layer_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
section.datos .cardDatos {
  position: relative;
  z-index: 1;
  border-radius: 34px;
  background: #FFF8EE;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.16);
  padding: 50px;
  text-align: center;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.datos .cardDatos h3 {
  color: var(--Cyan, #2AAAE2);
  text-align: center;
  font-family: Ubuntu;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 108.571% */
  margin-bottom: 30px;
}
section.datos .cardDatos h3.otro {
  font-size: 49px;
}
section.datos .cardDatos p {
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 992px) {
  section.datos {
    padding: 100px 0 500px;
  }
  section.datos .datos h2 {
    margin-bottom: 120px;
  }
  section.datos .cardDatos {
    padding: 20px;
  }
  section.datos .cardDatos h3 {
    font-size: 25px;
    line-height: normal;
  }
  section.datos .cardDatos h3.otro {
    font-size: 35px;
  }
  section.datos .cardDatos p {
    font-size: 20px;
  }
  section.datos .cardDatos p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section.datos {
    padding: 100px 20px 500px;
  }
  section.datos .cardDatos {
    margin: 10px 0;
  }
  section.datos .cardDatos h3 {
    font-size: 29px;
    line-height: normal;
  }
  section.datos .cardDatos h3.otro {
    font-size: 40px;
  }
  section.datos .cardDatos p {
    font-size: 23px;
  }
  section.datos .row.otro::before {
    content: "";
    position: absolute;
    top: 15%;
  }
}
.bg-galeria {
  background-image: url(../imagenes/Fondo-galeria.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

section.galeria {
  padding: 0 0 180px;
  position: relative;
  top: -370px;
  /* Asegúrate de que tu contenedor principal (donde está el Swiper) tenga 'position: relative' si vas a posicionar elementos absolutos dentro de él.
  Si las flechas están fuera, puedes usar un contenedor específico para las flechas. */
  /* Estilo general para las flechas si aún no lo tienes (ajusta colores, tamaños, etc.) */
  /* Ajustes específicos para la flecha de 'prev' */
  /* Ajustes específicos para la flecha de 'next' */
  /* Es importante sobrescribir las reglas por defecto de Swiper que vienen con su JS y CSS */
  /* Usamos !important con cautela, solo si las reglas de Swiper están siendo más específicas */
  /* Si los iconos por defecto de Swiper no te gustan o no aparecen, puedes usar un icono personalizado: */
}
section.galeria h6 {
  text-align: center;
}
section.galeria h2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 100px;
}
section.galeria .swiper-horizontal > .swiper-pagination-bullets, section.galeria .swiper-pagination-bullets.swiper-pagination-horizontal, section.galeria .swiper-pagination-custom, section.galeria .swiper-pagination-fraction {
  top: 90%;
}
section.galeria .swiper-pagination-bullet-active {
  background: white;
}
section.galeria .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
  left: 0;
  width: -moz-max-content;
  width: max-content;
  color: white;
  color: var(--Blanco, #FFF);
  font-family: Oswald;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 68px;
  text-transform: uppercase;
}
section.galeria .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal span.swiper-pagination-current {
  font-weight: 700;
}
section.galeria .swiper-button-prev,
section.galeria .swiper-button-next {
  width: 35px; /* Tamaño del botón */
  height: 35px; /* Tamaño del botón */
  border-radius: 50%; /* Para que sean redondos */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute; /* Hacemos que se posicionen de forma absoluta */
  top: auto; /* Anulamos cualquier 'top' por defecto */
  bottom: 0; /* Posicionamos debajo del slider, ajusta este valor según la separación que quieras */
  z-index: 10; /* Para asegurar que estén por encima de otros elementos si hay superposiciones */
  transform: translateY(0); /* Anulamos transformaciones por defecto de Swiper */
  margin-top: 0; /* Anulamos márgenes por defecto */
  color: #333; /* Color del ícono de la flecha */
  font-size: 20px; /* Tamaño del ícono de la flecha */
}
section.galeria .swiper-button-prev {
  left: 0px; /* Ajusta este valor para la separación del borde derecho */
  right: auto; /* Anulamos 'left' por defecto */
}
section.galeria .swiper-button-next {
  left: 50px; /* Ajusta este valor para la separación con la flecha 'next' */
  right: auto; /* Anulamos 'left' por defecto */
}
section.galeria .swiper-button-prev:after,
section.galeria .swiper-button-next:after {
  font-family: swiper-icons; /* Mantén esto si estás usando los íconos por defecto de Swiper */
  font-size: 20px; /* Tamaño de la flecha dentro del botón */
  color: #333; /* Color de la flecha */
  content: "next"; /* O 'prev' si estás sobrescribiendo los iconos por defecto y no usando un ícono */
}
section.galeria .swiper-button-prev {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}
section.galeria .swiper-button-prev:after {
  content: ""; /* O un Font Awesome: \f060 */
  font-family: "Arial", sans-serif; /* O 'Font Awesome 5 Free' si usas FA */
  font-weight: 900; /* Para Font Awesome */
}
section.galeria .swiper-button-next {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}
section.galeria .swiper-button-next:after {
  content: ""; /* O un Font Awesome: \f061 */
  font-family: "Arial", sans-serif; /* O 'Font Awesome 5 Free' si usas FA */
  font-weight: 900; /* Para Font Awesome */
}
section.galeria .swiper.mySwiper2 {
  padding-bottom: 120px;
  margin: 0;
}
section.galeria .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: 680px;
}
section.galeria .swiper-slide img {
  cursor: pointer;
  opacity: 1;
}
section.galeria .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 1px solid #FFF;
  opacity: 1;
  margin: 10px !important;
}

@media screen and (max-width: 992px) {
  section.galeria {
    padding: 100px 0;
  }
  section.galeria .cont {
    display: block;
  }
  section.galeria .cont h3 {
    padding: 10px 10px 40px;
  }
  section.galeria .cont h3 span {
    display: block;
  }
  section.galeria .cont h3 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section.galeria {
    padding: 100px 0;
  }
  section.galeria .cont {
    display: block;
  }
  section.galeria .cont h3 {
    padding: 10px 10px 40px;
  }
  section.galeria .cont h3 span {
    display: inline;
  }
  section.galeria .cont h3 br {
    display: none;
  }
  section.galeria .cont h3 {
    font-size: 44px;
    line-height: 55px;
    padding-top: 40px;
  }
  section.galeria .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 100%;
  }
}
.nota {
  padding: 0px;
  position: relative;
  top: -300px;
}
.nota .container {
  max-width: 940px;
}
.nota h6 {
  text-align: left;
  color: white;
}
.nota h2 {
  text-align: left;
  margin-top: 30px;
  color: white;
  margin-bottom: 0;
}
.nota .cont {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nota p {
  color: white;
}

@media screen and (max-width: 767px) {
  .nota {
    padding: 0px 15px;
  }
  .nota h2 {
    text-align: left;
    margin-top: 30px;
    color: white;
    margin-bottom: 50px;
  }
  .nota h2 br {
    display: none;
  }
  .nota h2 span {
    display: block;
  }
}
section.video {
  background-image: url(../imagenes/Fondo-video.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 300px;
}
section.video .container {
  max-width: 1300px;
}
section.video h6 {
  text-align: center;
  color: white;
}
section.video h2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 100px;
  color: white;
}
section.video iframe {
  padding: 0 !important;
  width: 100%;
  height: 800px;
  border-radius: 0;
  border-radius: 10px;
}

@media screen and (max-width: 992px) {
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 400px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.video {
    margin-top: -100px;
    padding-bottom: 200px;
  }
  section.video .container {
    padding: 0;
  }
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 400px;
    border-radius: 0;
  }
}
section.pasos {
  padding-top: 120px;
  padding-bottom: 150px;
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
}
section.pasos::before {
  content: "";
  position: absolute;
  bottom: -83px;
  right: -6%;
  width: 221.579px;
  height: 173.469px;
  background-image: url(../imagenes/Micelana.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
section.pasos h6 {
  text-align: left;
}
section.pasos h2 {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 180px;
}
section.pasos .cardPasos {
  padding: 0 60px;
  min-height: 200px;
}
section.pasos .cardPasos .number {
  width: 68px;
  height: 64px;
  border-radius: 47px;
  background: var(--Fucsia, #E11F84);
  color: #FFF;
  text-align: center;
  font-family: Ubuntu;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: lowercase;
  line-height: 64px;
}
section.pasos .cardPasos h4 {
  margin-bottom: 20px;
}
section.pasos .cardPasos .conte {
  padding-left: 30px;
}

@media screen and (max-width: 992px) {
  section.pasos .cardPasos {
    padding: 0 10px;
    min-height: 260px;
  }
  section.pasos .cardPasos .number {
    width: 48px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  section.pasos {
    padding: 100px 15px;
  }
  section.pasos .cardPasos {
    padding: 0 0;
    min-height: 260px;
  }
  section.pasos .cardPasos .number {
    width: 48px;
    height: 50px;
    line-height: 50px;
  }
}
.bannerFooter {
  background-image: url(../imagenes/Fondo-footer.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 220px 0;
  padding-bottom: 0;
  margin: 0;
}
.bannerFooter figure {
  margin: 0;
}
.bannerFooter h2 {
  color: #FFF;
}
.bannerFooter p {
  color: #FFF;
  text-align: center;
  padding: 30px;
}
.bannerFooter .btn, .bannerFooter .btnbr, .bannerFooter input.hs-button.primary.large {
  background: #fff;
  margin: 20px auto;
  color: #000;
}

footer {
  background-color: #000;
}
footer p.copy {
  text-align: center;
  color: #fff;
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px; /* 240% */
  margin: 0;
  padding: 10px;
}/*# sourceMappingURL=styles.css.map */