@font-face {
  font-family: "Lato bold";
  src: url("./../fonts/Lato-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Lato light";
  src: url("./../fonts/Lato-Light.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Lato regular";
  src: url("./../fonts/Lato-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 85%;
  margin: 0 auto;
}

.h-100 {
  height: 100%;
}

.align-content-end {
  align-content: end;
}

.space-10 {
  height: 10rem;
}

.align-self-center {
  align-self: center;
}

.wave-content,
.wave-content-consume,
.wave-content-descarga {
  position: absolute;
  width: 100%;
  bottom: -5px;
}

.wave-content-contacto {
  position: relative;
  width: 100%;
  bottom: 0;
}

.wave-content-consume,
.wave-content-descarga,
.wave-content-contacto {
  bottom: -100px;
}

.wave-content svg,
.wave-content-consume svg,
.wave-content-descarga svg {
  position: absolute;
  bottom: 0;
}

.wave-content-contacto svg {
  position: relative;
  bottom: 0;
}

.wave-content svg path {
  fill: #f6f6f7;
  z-index: -1;
}

.wave-content-consume svg path {
  fill: #f2f2f2;
  z-index: -1;
}

.wave-content-descarga svg path {
  fill: #e6e6e6;
  z-index: -1;
}

.wave-content-contacto svg path {
  fill: #191919;
  z-index: -1;
}
/* Estilos para el menu */

.header {
  position: absolute;
  width: 100%;
  z-index: 10;
}

.nav-bar {
  background-color: transparent;
  box-shadow: none;
}

.nav-wrapper {
  grid-column-start: 1;
  grid-column-end: -1;
  padding: 1.8rem 0;
}

.nav-item {
  position: relative;
}

.nav-link:hover {
  background-color: transparent;
}

.menu-active::after,
.nav-link::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  height: 2px;
  bottom: 0;
  /* background: rgb(163, 125, 36); */
  background: -moz-linear-gradient(
    90deg,
    rgba(163, 125, 36, 1) 22.92%,
    rgba(238, 218, 128, 1) 56.59%,
    rgba(249, 239, 165, 1) 64.8%,
    rgba(238, 218, 128, 1) 72.49%,
    rgba(163, 125, 36, 1) 92.36%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(163, 125, 36, 1) 22.92%,
    rgba(238, 218, 128, 1) 56.59%,
    rgba(249, 239, 165, 1) 64.8%,
    rgba(238, 218, 128, 1) 72.49%,
    rgba(163, 125, 36, 1) 92.36%
  );
  background: linear-gradient(
    90deg,
    rgba(163, 125, 36, 1) 22.92%,
    rgba(238, 218, 128, 1) 56.59%,
    rgba(249, 239, 165, 1) 64.8%,
    rgba(238, 218, 128, 1) 72.49%,
    rgba(163, 125, 36, 1) 92.36%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#a37d24", endColorstr="#a37d24", GradientType=1);
}

.nav-link::after {
  width: 0;
  transition: 0.3s all ease;
}

.nav-link:hover::after {
  width: 100%;
}

.sidenav {
  background-color: rgb(1, 1, 1, 0.7);
  color: #fff;
}

.sidenav .nav-item .nav-link {
  color: #ffffff;
}
/* Estilos para el main de la página Usuarios */

main {
  overflow: hidden;
}

button:focus {
  background-color: transparent;
}

.hero {
  background-image: url(../img/banners/Banner_Usuarios.png);
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 6rem;
}

.item-grid-celular,
.item-grid-celular img {
  z-index: 1;
}

.item-grid-celular,
.item-grid-info,
.item-grid-tablet {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 7;
  justify-items: end;
}

.item-grid-content,
.item-grid-image {
  display: grid;
  grid-column-start: 7;
  grid-column-end: -1;
}

.item-grid-celular .img-fluid {
  max-width: 70%;
}

.content {
  color: #fff;
  align-self: center;
}

.content h1 {
  font-family: "Lato bold";
  font-size: 3rem;
  margin: 0;
}

.content h2 {
  font-family: "Lato light";
  font-size: 2.3rem;
  margin: 1rem 0 2.3rem;
}

.content img {
  width: 25%;
  height: auto;
  margin-right: 30px;
}
/* Estilos para la información de la app */

.info-app {
  background-color: #f6f6f7;
  position: relative;
  padding: 5rem 0 10rem;
}

.item-grid-info {
  justify-items: normal;
  grid-column-start: 3;
}

.content-info h2 {
  font-family: "Lato bold";
  font-size: 2.3rem;
  margin-top: 1.8rem;
}

.content-info p ,.content-info p a,
.item-content p,.item-content p a {
  font-family: "Lato regular";
  color: #000;
}

.info-icons {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.info-icons h3 {
  font-family: "Lato bold";
  font-size: 1.8rem;
  margin: 0;
}
/* ICONOS */

.icon {
  position: relative;
}

.icon-pago::after,
.icon-problemas::after,
.icon-disfruta::after {
  content: "-";
  color: transparent;
  display: block;
  margin: 0 0 0 0;
  width: 50px;
  height: 50px;
}

.icon-pago::after {
  background: url(../img/iconos/Iconos_Pago_Seguro.png) center center no-repeat;
  background-size: 50px;
}

.icon-problemas::after {
  background: url(../img/iconos/Iconos_Evita_Problemas.png) center center
    no-repeat;
  background-size: 50px;
}

.icon-disfruta::after {
  background: url(../img/iconos/Iconos_Disfruta.png) center center no-repeat;
  background-size: 50px;
}
/* iconos del footer */

.icon-correo::after,
.icon-telefono::after,
.icon-facebook::after,
.icon-instagram::after,
.icon-twitter::after {
  content: "-";
  color: transparent;
  display: block;
  margin: 0 0 0 0;
  width: 18px;
  height: 18px;
}

.icon-correo::after {
  background: url(../img/iconos/Iconos_Contacto_Correo.png);
  background-size: 18px;
}

.icon-telefono::after {
  background: url(../img/iconos/Iconos_Contacto_Telefono.png);
  background-size: 18px;
}

.icon-facebook::after {
  background: url(../img/iconos/Iconos_Contacto_Facebook.png);
  background-size: 18px;
}

.icon-instagram::after {
  background: url(../img/iconos/Iconos_Contacto_Instragram.png);
  background-size: 18px;
}

.icon-twitter::after {
  background: url(../img/iconos/Iconos_Contacto_Twitter.png);
  background-size: 18px;
}
/* Consume slider */

.consume-slider {
  background-color: #f2f2f2;
  position: relative;
  padding: 2rem 0 0;
}

.consume-slider .onda {
  position: absolute;
  top: 0;
}

.footer {
  background-color: #191919;
}

.footer hr {
  background: white;
  border-width: 0.1px;
  height: 1px;
}

footer .container-grid {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
}

.container-footer {
  position: relative;
  padding: 2rem 0;
}

.footer .item-grid {
  color: white;
  font-family: "Lato regular";
  font-size: 13px;
}

.item-grid h5 {
  font-size: 15px;
  font-family: "Lato bold";
}

.footer-datos {
  background-color: #000000;
  color: white;
  font-family: "Lato regular";
  font-size: 11px;
  padding: 1rem 0;
  justify-items: 0;
}

.footer-datos .politicas {
  text-align: end;
  grid-column-start: 3;
  grid-column-end: -1;
}

.asesor {
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 15px;
}

.asesor .item-icon {
  justify-self: center;
}

.asesor .item-content p , .asesor .item-content p a{
  color: white;
}

.redes-sociales .item-icon {
  display: inline-block;
}

.redes-sociales .item-icon:first-child {
  margin-right: 0.6rem;
}

.redes-sociales .item-icon:last-child {
  margin-left: 0.6rem;
}

.form-curriculum {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 10px;
}

.item-input {
  position: relative;
  display: flex;
  grid-column-start: 1;
  grid-column-end: -1;
  justify-self: stretch;
  align-self: stretch;
}

.item-file {
  grid-column-start: 1;
  grid-column-end: 3;
}

.item-submit {
  display: grid;
  justify-self: stretch;
  align-self: stretch;
  border-radius: 3px;
  overflow: hidden;
}

.item-input input.input-barhub,
.item-input select.input-barhub,
.custom-file-curriculum,
textarea.input-barhub {
  display: flex;
  font-family: "Lato regular";
  color: white;
  border: 2px solid white !important;
  height: auto !important;
  padding: 0.3rem 0.6rem !important;
  font-size: 12px;
  width: 100%;
  border-radius: 3px;
  background-color: transparent;
  margin: 0;
  position: relative;
}

.input-barhub::placeholder {
  color: white;
}

.item-select select.input-barhub:focus ~ .select-label,
.item-select select.input-barhub:valid ~ .select-label {
  visibility: hidden !important;
}

.item-select select.input-barhub:focus {
  color: #191919;
}

.item-select select.input-barhub:valid {
  color: #ffffff;
}

.item-input select.input-barhub {
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 100% !important;
}

.item-select {
  width: 100%;
}

.item-select::after {
  right: 18px;
  z-index: 5;
  border: 3px solid;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: "";
  display: block;
  height: 10px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 10px;
}

.input-curriculum {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  opacity: 0;
}

.label-curriculum {
  position: absolute;
  top: 20%;
  z-index: 1;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
}

.submit-curriculum {
  background-color: transparent;
  height: 100%;
  color: white;
  border-image-slice: 1;
  cursor: pointer;
  border-image-source: -moz-linear-gradient(
    90deg,
    rgba(163, 125, 36, 1) 22.92%,
    rgba(238, 218, 128, 1) 56.59%,
    rgba(249, 239, 165, 1) 64.8%,
    rgba(238, 218, 128, 1) 72.49%,
    rgba(163, 125, 36, 1) 92.36%
  );
  border-image-source: -webkit-linear-gradient(
    90deg,
    rgba(163, 125, 36, 1) 22.92%,
    rgba(238, 218, 128, 1) 56.59%,
    rgba(249, 239, 165, 1) 64.8%,
    rgba(238, 218, 128, 1) 72.49%,
    rgba(163, 125, 36, 1) 92.36%
  );
  border-image-source: linear-gradient(
    90deg,
    rgba(163, 125, 36, 1) 22.92%,
    rgba(238, 218, 128, 1) 56.59%,
    rgba(249, 239, 165, 1) 64.8%,
    rgba(238, 218, 128, 1) 72.49%,
    rgba(163, 125, 36, 1) 92.36%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#a37d24", endColorstr="#a37d24", GradientType=1);
}

.select-label {
  color: white !important;
  position: absolute;
  visibility: visible;
  pointer-events: none;
  left: 0.7rem;
  top: 7px;
}

.content-title {
  grid-column-start: 1;
  grid-column-end: -1;
  justify-self: center;
  text-align: center;
  padding: 1.5rem 0 2.2rem;
}

.content-title h2 {
  font-family: "Lato bold";
  font-size: 2.8rem;
  color: #000000;
  margin-bottom: 0;
}

.content-title p {
  font-family: "Lato light";
  font-size: 1.5rem;
  color: #000000;
}
/*  */
/*  */

.slick-slide {
  padding: 0 30px;
}

.contenedor-slider {
  position: relative;
  display: grid;
  justify-items: center;
  padding: 2rem 0;
}

.celular {
  position: absolute;
  display: grid;
  justify-items: center;
  height: 100%;
  width: 100%;
}

.img-celular-container {
  position: relative;
  display: grid;
  width: auto;
  justify-items: center;
}

.img-celular-container::after {
  content: "";
  top: calc(0% - -10px);
  position: absolute;
  background: #000;
  height: 70%;
  width: 95%;
  border-radius: 10%;
}

.celular img {
  height: 68%;
  z-index: 3;
}
/*  */
/*  */
/*  */

.descarga-app {
  padding: 0 0 8rem;
  background-color: #e6e6e6;
  z-index: 1;
}

.descarga-app .container-grid {
  column-gap: 20px;
}

.title-descarga-app {
  grid-column-start: 1;
  grid-column-end: -1;
  text-align: center;
  z-index: 1;
}

.title-descarga-app h2 {
  font-size: 2.2rem;
  font-family: "Lato bold";
}

.descarga-app-store {
  grid-column-start: 1;
  grid-column-end: 7;
}

.descarga-app-play {
  grid-column-start: 7;
  grid-column-end: -1;
}

.descarga-app-store .img-fluid,
.descarga-app-play .img-fluid {
  max-width: 25%;
}

.descarga-app-store .img-fluid {
  float: right;
}
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* Estilos de página de contacto */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */

.contacto {
  background-image: url(../img/banners/Banner_Contacto.png);
  background-position: center center;
  background-size: cover;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  display: grid;
  grid-template-rows: 5fr 2fr;
  row-gap: 5rem;
}

.contacto .container-grid {
  grid-template-columns: 1fr;
  height: 100%;
  align-items: end;
}

.contacto .container-grid .contenedor-contacto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
}

.detalles-contacto {
  color: white;
}

.detalles-contacto h2 {
  font-family: "Lato bold";
  font-size: 2.5rem;
  margin-top: 0;
}

.detalles-contacto p {
  font-family: "Lato light";
  font-size: 1.2rem;
}

.formulario-contacto {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.item-input {
  grid-column-start: 1;
  grid-column-end: -1;
}

.formulario-contacto .item-input .input-barhub {
  font-size: 1rem;
  padding: 1rem 2rem !important;
  border-color: #e6e6e6 !important;
  border-width: 1px !important;
}

.formulario-contacto .submit-curriculum {
  font-size: 1.2rem;
  padding: 0.8rem !important;
  font-family: "Lato bold";
}

.animatedParent {
  overflow: hidden;
}
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* Estilos de página de servicios */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */

.servicios {
  background-image: url(../img/banners/Banner_Negocios.png);
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 6rem;
}

.item-grid-tablet .img-fluid {
  max-width: 95%;
}

.ganas-barhub {
  background-color: #f6f6f7;
}

.container-ganas {
  display: grid;
  grid-column-start: 1;
  grid-column-end: -1;
  grid-template-columns: repeat(12, 1fr);
}

.title-ganas {
  grid-column-start: 1;
  grid-column-end: -1;
  text-align: center;
  margin-bottom: 2rem;
}

.title-ganas h2 {
  font-family: "Lato bold";
  font-size: 2.6rem;
}

.ganas-icons {
  grid-column-start: 2;
  grid-column-end: 5;
  text-align: right;
  display: grid;
  grid-template-columns: 3fr 1fr;
  height: 65%;
}

.ganas-icons-2 {
  grid-column-start: 9;
  grid-column-end: 12;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 3fr;
  height: 65%;
}

.ganas-icons .item-content h3,
.ganas-icons-2 .item-content h3 {
  font-size: 1.2rem;
  font-family: "Lato bold";
  margin-bottom: 0;
}

.ganas-icons .item-icon,
.ganas-icons-2 .item-icon {
  align-self: center;
  justify-self: center;
}

.ganas-icons .item-content,
.ganas-icons-2 .item-content {
  align-self: center;
}

.ganas-imagen {
  grid-column-start: 5;
  grid-column-end: 9;
  text-align: center;
}

.ganas-imagen .img-fluid {
  max-width: 80%;
}
/* Iconos de negocios */

.icon-costos::after,
.icon-tiempo::after,
.icon-comunicacion::after,
.icon-direccion::after,
.icon-riesgos::after,
.icon-experiencia::after {
  content: "-";
  color: transparent;
  display: block;
  margin: 0 0 0 0;
  width: 35px;
  height: 35px;
}

.icon-costos::after {
  background: url(../img/iconos/Iconos_Reduce_Costos.png) center center
    no-repeat;
  background-size: 35px;
}

.icon-tiempo::after {
  background: url(../img/iconos/Iconos_Organiza.png) center center no-repeat;
  background-size: 35px;
}

.icon-comunicacion::after {
  background: url(../img/iconos/Iconos_Comunicación.png) center center no-repeat;
  background-size: 35px;
}

.icon-direccion::after {
  background: url(../img/iconos/Iconos_Direccion.png) center center no-repeat;
  background-size: 35px;
}

.icon-riesgos::after {
  background: url(../img/iconos/Iconos_Riesgos.png) center center no-repeat;
  background-size: 35px;
}

.icon-experiencia::after {
  background: url(../img/iconos/Iconos_Nueva_Experiencia.png) center center
    no-repeat;
  background-size: 35px;
}
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* Estilos del video de negocios */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */

.video-negocios {
  position: relative;
  margin-top: -100px;
  display: flex;
}

.boton-play {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  z-index: 1;
}

.boton-play svg {
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: 0.3s all ease-in;
}

.boton-play:hover svg {
  transform: scale(1.2);

}
.boton-play svg path {
  fill: #fff;
  transition: all .3s ease-in-out;
}
.boton-play:hover svg path {
    fill: #efcb69;
}
.boton-play svg path.fa-primary {
  fill: transparent;
}

.facil-seguro {
  padding: 3rem 0;
  position: relative;
}

.title-facil,
.image-facil {
  grid-column-start: 1;
  grid-column-end: -1;
  text-align: center;
}

.title-facil h2 {
  font-family: "Lato bold";
  font-size: 3.2rem;
}

.facil-seguro .wave-content-descarga {
  position: relative;
}

.facil-seguro .wave-content-descarga svg {
  position: relative;
}
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* Estilos para slider */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */

.swiper-container {
  width: 90%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide::after {
  z-index: 1;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: aliceblue;
  opacity: 0.3;
}

.swiper-pagination {
  position: relative;
  padding: 2rem 0;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 0.5rem;
  background: #191919;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: radial-gradient(
    circle at right top,
    rgba(249, 239, 165, 1) 12%,
    rgba(238, 218, 128, 1) 42%,
    rgba(163, 125, 36, 1) 77%,
    rgba(163, 125, 36, 1) 86%
  );
}

.swiper-slide-active::after {
  background: none;
}

span:focus {
  outline-color: transparent;
}
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* Estilos para movil */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */

.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  visibility: hidden;
}

.spinner::after {
  background-color: rgb(1, 1, 1, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  visibility: hidden;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* Estilos para movil */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */

@media (max-width: 599.98px) {
  footer .container-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
    row-gap: 1rem;
  }
  /* .contenedor-slider .celular {
            visibility: hidden;
        } */
  .footer-datos .politicas,
  .footer-datos .derechos {
    grid-column-start: 1;
    grid-column-end: -1;
    text-align: center;
  }
  .hero {
    background-position: bottom;
  }
  .container-grid {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
  .item-grid-celular {
    justify-items: center;
  }
  .item-grid-celular .img-fluid {
    width: 60%;
  }
  .item-grid-content {
    text-align: center;
  }
  .item-grid-content h1 {
    font-size: 2.3rem;
  }
  .item-grid-content h2 {
    font-size: 2rem;
  }
  .content img {
    width: 50%;
  }
  /* Info app */
  .info-app {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .item-grid-info,
  .item-grid-image {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .info-icons {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 1rem;
  }
  .content-title {
    margin-bottom: 1.3rem;
  }
  .content-info h2 {
    margin-top: 0;
    font-size: 2rem;
  }
  .descarga-app {
    text-align: center;
    padding-bottom: 4rem;
  }
  .descarga-app .descarga-app-store,
  .descarga-app .descarga-app-play {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .title-descarga-app h2 {
    font-size: 2rem;
  }
  .descarga-app .descarga-app-store img,
  .descarga-app .descarga-app-play img {
    float: none;
    max-width: 50%;
  }
  .detalles-contacto h2 {
    font-size: 2rem;
  }
  .wave-content-consume,
  .wave-content-contacto {
    bottom: 0;
  }
  .wave-content-descarga {
    bottom: -50px;
  }
  .wave-content-contacto svg {
    position: absolute;
  }
  .wave-content-consume svg {
    left: 0;
  }
  .consume-slider {
    padding: 0;
  }
  .content-title {
    padding: 0;
  }
  .swiper-container {
    width: 60%;
  }
  .container-ganas {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
  .ganas-barhub {
    padding-bottom: 3rem;
  }
  .title-ganas {
    margin-bottom: 0;
  }
  .title-ganas h2 {
    font-size: 2rem;
  }
  .ganas-icons,
  .ganas-icons-2,
  .ganas-imagen {
    grid-column-start: 1;
    grid-column-end: -1;
    text-align: center;
  }
  .video-negocios {
    margin-top: 0;
  }
  /* *************************** */
  /* *************************** */
  /* *************************** */
  /* *************************** */
  /* Estilos del contacto movil */
  /* *************************** */
  /* *************************** */
  /* *************************** */
  /* *************************** */
  .contacto {
    grid-template-rows: 1fr 5fr 1fr;
    row-gap: 1rem;
    background-position: center bottom;
  }
  .contacto .container-grid {
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .contacto .container-grid .contenedor-contacto {
    grid-template-columns: 1fr;
  }
  .wave-content-contacto {
    grid-row-start: 3;
    grid-row-end: -1;
  }
  .contenedor-contacto {
    row-gap: 1rem;
    justify-items: stretch;
  }
  .formulario-contacto {
    grid-template-columns: 1fr;
  }
}
/* // Small devices (landscape phones, 576px and up) */

@media (min-width: 600px) and (max-width: 991.98px) {
  .swiper-container {
    width: 80%;
  }
  footer .container-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .container-footer .item-grid:last-child {
    grid-column-start: 1;
    grid-column-end: -1;
    justify-self: center;
  }
  .ganas-icons {
    grid-column-start: 1;
  }
  .ganas-icons-2 {
    grid-column-end: -1;
  }
  .video-negocios {
    margin-top: -50px;
  }
  .contacto {
    grid-template-rows: 1fr 2fr 1fr;
    row-gap: 1rem;
    background-position: center bottom;
  }
  .contacto .container-grid {
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .wave-content-contacto {
    grid-row-start: 3;
    grid-row-end: -1;
  }
}
/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
}
/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {
}
/* // Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
}

.modal{
    background-color: transparent !important;
    box-shadow: none !important;
    width: 70% !important;
}
.modal-content{
    padding: 0 !important;
}
.modal-content video{
    width: 100%;
}

.d-none{
    display: none;
}