@font-face {
  font-family: Outfit;
  src: url("../fonts/Outfit/static/Outfit-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: OutfitMedium;
  src: url("../fonts/Outfit/static/Outfit-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: OutfitBold;
  src: url("../fonts/Outfit/static/Outfit-Bold.ttf");
  font-display: swap;
}
html,
body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
footer {
  flex-shrink: 0;
}
main .container-padding {
  padding: 0 5%;
}
main #top {
  background: #1b1a5b;
  background: linear-gradient(90deg, #1b1a5b 0%, #1b1a5b 70%, #ffffff 70%, #ffffff 100%);
}
main #top .navbar {
  background-color: transparent !important;
  font-family: OutfitBold, sans-serif;
}
main #top .navbar .nav-item {
  margin-right: 3rem;
}
main #top .navbar .nav-link {
  color: #1b1a5b !important;
  font-size: 20px;
}
main #top .navbar .nav-link img {
  margin-right: 0.5rem;
}
main #top .col-titulo {
  display: flex;
  flex-direction: column;
  align-self: center;
}
main #top .col-titulo .titulo-principal {
  padding: 2rem 0;
}
main #top .col-titulo .titulo-principal h1 {
  color: white;
  font-family: OutfitBold, sans-serif;
}
main #top .col-imagen-top {
  padding: 0;
  margin-bottom: -6%;
  z-index: 99;
}
main #top .col-imagen-top img {
  width: 100%;
}
main #top .col-red {
  background-color: #d42128;
  padding: 2rem;
  margin-bottom: -2rem;
}
main #top .col-red .titulo-secundario h2 {
  color: white;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  width: 40%;
  margin-bottom: 2rem;
  text-align: left;
}
main #top .col-red .btn-contacto {
  background-color: white;
  font-family: Outfit, sans-serif;
  color: black;
  border-radius: 0px;
  padding: 1rem 1.5rem;
}
main #top .col-red .btn-contacto:hover {
  background-color: #1b1a5b;
  color: white;
}
main .container-padding-special {
  padding-left: 5%;
}
main #importador .col-somos {
  display: flex;
  flex-direction: column;
  align-self: center;
}
main #importador .col-somos h3 {
  color: #212121;
  font-family: Outfit, sans-serif;
}
main #importador .col-somos h3 span {
  font-family: OutfitBold, sans-serif;
}
main #importador .col-img {
  justify-content: end;
  padding: 0;
}
main #importador .caracteristicas-wrapper {
  background-color: #9299a1;
  width: 45%;
  padding: 4rem 2rem;
  height: fit-content;
}
main #importador .caracteristicas-wrapper .caracteristica {
  display: flex;
  margin-bottom: 1rem;
}
main #importador .caracteristicas-wrapper .caracteristica .c-icono {
  width: 10%;
}
main #importador .caracteristicas-wrapper .caracteristica .c-texto {
  width: 90%;
  color: white;
  font-family: Outfit, sans-serif;
  margin-left: 1rem;
}
main #importador .caracteristicas-wrapper .caracteristica .c-texto p {
  margin-bottom: 0;
}
main #importador .image-wrapper {
  margin-top: 4rem;
  margin-left: -6rem;
  z-index: -1;
}
main #importador .image-wrapper img {
  width: 100%;
}
main #orientacion .orientacion-wrapper {
  background-color: #e4e8ed;
  padding: 4rem;
  padding-bottom: 10rem;
}
main #orientacion .orientacion-wrapper h3 {
  font-family: Outfit, sans-serif;
}
main #orientacion .btn-contacto {
  background-color: #d42128;
  font-family: Outfit, sans-serif;
  color: white;
  border-radius: 0px;
  padding: 1rem 1.5rem;
  margin-top: 2rem;
}
main #orientacion .btn-contacto:hover {
  background-color: #1b1a5b;
  color: white;
}
main #orientacion .btn-2 {
  display: none;
}
main #baterias .titulo h3 {
  font-family: OutfitBold, sans-serif;
}
main #baterias .row-hide {
  display: none;
}
main #baterias .swiper .swiper-slide {
  width: 28%;
}
main #baterias .swiper .swiper-slide:nth-child(2n) {
  width: 28%;
}
main #baterias .swiper .swiper-slide:nth-child(3n) {
  width: 28%;
}
main #baterias .swiper .swiper-slide:nth-child(4n) {
  width: 28%;
}
main #baterias .swiper .swiper-info .swiper-bateria {
  background-color: #1b1a5b;
  padding: 3rem;
  height: 50%;
}
main #baterias .swiper .swiper-info .swiper-bateria h4,
main #baterias .swiper .swiper-info .swiper-bateria h5 {
  color: white;
}
main #baterias .swiper .swiper-info .swiper-bateria h4 {
  font-family: OutfitBold, sans-serif;
}
main #baterias .swiper .swiper-info .swiper-bateria h5 {
  font-family: Outfit, sans-serif;
}
main #baterias .swiper .swiper-img {
  text-align: center;
  height: 50%;
}
main #baterias .swiper .swiper-img img {
  margin-top: -2rem;
  width: 255px;
  margin-left: auto;
}
main #baterias .btn-contacto {
  background-color: #d42128;
  font-family: Outfit, sans-serif;
  color: white;
  border-radius: 0px;
  padding: 1rem 1.5rem;
  margin-bottom: 3rem;
}
main #baterias .btn-contacto:hover {
  background-color: #1b1a5b;
  color: white;
}
main #usos .container-padding {
  padding: 0 5%;
}
main #usos .container-padding .container-wrapper {
  background-color: white;
}
main #usos .container-padding .container-wrapper .titulo h3 {
  font-family: Outfit, sans-serif;
}
main #usos .container-padding .container-wrapper .icono-texto {
  padding: 1rem 0;
}
main #usos .container-padding .container-wrapper .icono-texto .texto h4 {
  font-family: Outfit, sans-serif;
  margin-top: 1rem;
}
main #usos .container-padding .container-wrapper .btn-contacto {
  background-color: #d42128;
  font-family: Outfit, sans-serif;
  color: white;
  border-radius: 0px;
  padding: 1rem 1.5rem;
  margin-bottom: 3rem;
}
main #usos .container-padding .container-wrapper .btn-contacto:hover {
  background-color: #1b1a5b;
  color: white;
}
main #numeros .col-bateria {
  margin-top: -8rem;
  padding: 0;
}
main #numeros .col-bateria .image-wrapper {
  margin-top: -10rem;
}
main #numeros .col-bateria .image-wrapper img {
  width: 100%;
}
main #numeros .col-numeros {
  padding: 0;
}
main #numeros .num-wrapper {
  padding: 1rem;
  background-color: #d42128;
  margin-top: -4.5rem;
  margin-left: -5rem;
}
main #numeros .num-wrapper .numero-texto {
  color: white;
  padding: 1rem;
}
main #numeros .num-wrapper .numero-texto h1,
main #numeros .num-wrapper .numero-texto h5 {
  font-family: Outfit, sans-serif;
}
main #numeros .num-wrapper .numero-texto h5 {
  font-size: 18px;
}
main #contacto .col-form {
  margin-top: 5rem;
  background: white;
}
main #contacto .form-wrapper {
  padding: 4rem 2rem;
}
main #contacto .form-wrapper h2 {
  font-family: Outfit, sans-serif;
}
main #contacto .image-wrapper {
  margin-left: -10rem;
  z-index: -1;
  position: relative;
}
main #gracias .container-blue {
  background: #1b1a5b;
  height: 75vh;
}
main #gracias .container-blue .img-wrapper {
  display: none;
}
main #gracias .container-blue .titulo-gracias {
  margin-top: 5rem;
  margin-bottom: 10rem;
}
main #gracias .container-blue .titulo-gracias h1 {
  color: white;
  font-family: OutfitBold, sans-serif;
}
main #gracias .col-red {
  background-color: #d42128;
  margin-top: -3rem;
  height: 209px;
}
main #gracias .col-red .img-wrapper {
  width: 40%;
  margin-top: -5rem;
}
main #gracias .col-red .texto-wrapper {
  padding: 4rem 2rem;
  width: 60%;
}
main #gracias .col-red .texto-wrapper p {
  color: white;
  font-family: Outfit, sans-serif;
}
main #gracias .col-red .texto-wrapper p span {
  font-family: OutfitBold, sans-serif;
}
footer {
  margin-top: 2rem;
}
footer p {
  font-family: Outfit, sans-serif;
  color: #9299a1;
  margin-bottom: 0;
  padding: 1rem;
}
@media (min-width: 1700px) {
  main .col-imagen-top {
    margin-bottom: -5%;
  }
  main #numeros .num-wrapper {
    margin-left: -5rem;
  }
  main #gracias .col-red .img-wrapper {
    width: 30%;
  }
}
@media (max-width: 1200px) {
  main #gracias .col-red {
    height: 160px;
  }
  main #gracias .col-red .texto-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  main #top {
    background: #1b1a5b;
  }
  main #top .navbar {
    background: linear-gradient(90deg, #1b1a5b 0%, #1b1a5b 50%, #ffffff 50%, #ffffff 100%);
  }
  main #top .navbar .navbar-brand img {
    width: 123px;
  }
  main #top .col-titulo .titulo-principal {
    padding: 2rem;
  }
  main #top .col-titulo .titulo-principal h1 {
    text-align: center;
  }
  main #top .col-imagen-top {
    padding: 1rem;
    margin-bottom: -8%;
    z-index: 99;
  }
  main #top .col-red {
    margin-bottom: -3rem;
    text-align: center;
  }
  main #top .col-red .titulo-secundario h2 {
    width: 100%;
    margin-top: 2rem;
    text-align: center;
  }
  main .container-padding-special {
    padding-left: 5%;
  }
  main #importador .col-somos {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  main #importador .col-somos h3 {
    text-align: center;
  }
  main #importador .col-img {
    justify-content: end;
    padding: 0;
    flex-direction: column;
  }
  main #importador .caracteristicas-wrapper {
    width: 97%;
  }
  main #importador .caracteristicas-wrapper .caracteristica .c-icono {
    width: 43px;
    height: 43px;
  }
  main #importador .caracteristicas-wrapper .caracteristica .c-texto {
    color: white;
    font-family: Outfit, sans-serif;
    margin-left: 1rem;
  }
  main #importador .caracteristicas-wrapper .caracteristica .c-texto p {
    margin-bottom: 0;
  }
  main #importador .image-wrapper {
    margin-top: -6rem;
    margin-left: 3rem;
    z-index: -1;
  }
  main #importador .image-wrapper img {
    object-fit: cover;
  }
  main #baterias .swiper .swiper-slide {
    width: 40%;
  }
  main #baterias .swiper .swiper-slide:nth-child(2n) {
    width: 40%;
  }
  main #baterias .swiper .swiper-slide:nth-child(3n) {
    width: 40%;
  }
  main #baterias .swiper .swiper-slide:nth-child(4n) {
    width: 40%;
  }
  main #orientacion {
    background-color: #e4e8ed;
  }
  main #orientacion .orientacion-wrapper {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  main #orientacion .orientacion-wrapper h3 {
    text-align: center;
  }
  main #orientacion .opciones-wrapper {
    background-color: white;
    padding-bottom: 1rem;
  }
  main #orientacion .btn-wrapper {
    text-align: center;
    padding-bottom: 3rem;
  }
  main #numeros .col-bateria {
    margin-top: 0rem;
    padding: 0;
  }
  main #numeros .col-bateria .image-wrapper {
    margin-top: 0rem !important;
  }
  main #numeros .num-wrapper {
    padding: 2rem;
    background-color: #d42128;
    margin-top: -4rem;
    margin-left: 1rem;
    flex-direction: column;
  }
  main #numeros .num-wrapper .numero-texto {
    color: white;
    padding: 1rem;
  }
  main #numeros .num-wrapper .numero-texto h1,
  main #numeros .num-wrapper .numero-texto h5 {
    font-family: Outfit, sans-serif;
  }
  main #numeros .num-wrapper .numero-texto h5 {
    font-size: 18px;
  }
  main #contacto .container-padding-special {
    padding: 0;
  }
  main #contacto .col-form {
    margin-top: -3rem;
    order: 2;
  }
  main #contacto .col-imagen {
    padding: 0;
  }
  main #contacto .form-wrapper {
    padding: 1rem;
  }
  main #gracias .container-fluid {
    padding-left: 5%;
  }
  main #gracias .container-blue {
    height: 80vh;
  }
  main #gracias .container-blue .titulo-gracias {
    margin-bottom: 5rem;
  }
  main #gracias .container-blue .img-wrapper {
    display: block;
    padding-bottom: 1rem;
  }
  main #gracias .col-red {
    height: 140px;
  }
  main #gracias .col-red .img-wrapper {
    display: none;
  }
  main #gracias .col-red .texto-wrapper {
    width: 100%;
    padding: 2rem;
    text-align: center;
  }
}
@media (max-width: 576px) {
  main #top .navbar .nav-item {
    margin-right: 1rem;
  }
  main #baterias .row-hide {
    display: block;
  }
  main #baterias .swiper .swiper-slide {
    width: 80%;
  }
  main #baterias .swiper .swiper-slide:nth-child(2n) {
    width: 80%;
  }
  main #baterias .swiper .swiper-slide:nth-child(3n) {
    width: 80%;
  }
  main #baterias .swiper .swiper-slide:nth-child(4n) {
    width: 80%;
  }
  main #baterias .mySwiper2 .swiper-info .swiper-bateria {
    background-color: #1b1a5b;
    padding: 3rem;
    height: 50%;
  }
  main #baterias .mySwiper2 .swiper-info .swiper-bateria h4,
  main #baterias .mySwiper2 .swiper-info .swiper-bateria h5 {
    color: white;
  }
  main #baterias .mySwiper2 .swiper-info .swiper-bateria h4 {
    font-family: OutfitBold, sans-serif;
  }
  main #baterias .mySwiper2 .swiper-info .swiper-bateria h5 {
    font-family: Outfit, sans-serif;
  }
  main #baterias .hide-slide {
    display: none;
  }
  main #orientacion .orientacion-wrapper h3 {
    font-size: 1.2rem;
  }
}
