@charset "UTF-8";
/* Font  */
@font-face {
  font-family: Inter;
  src: url("../font/Inter-VariableFont_opszwght.ttf") format("truetype-variations"); /* o format("woff2-variations") si usas WOFF2 */
  font-weight: 400 700 600; /* Define el rango de pesos de Inter (de ligero a negrita) */
  font-optical-sizing: auto; /* Habilita el ajuste automático del tamaño óptico */
  font-display: swap; /* Muestra el texto inmediatamente con una fuente de respaldo y luego la sustituye */
}
@font-face {
  font-family: Inter;
  src: url("../font/Inter-Italic-VariableFont_opszwght.ttf") format("truetype-variations"); /* o format("woff2-variations") si usas WOFF2 */
  font-weight: 400 700 600; /* Define el rango de pesos de Inter (de ligero a negrita) */
  font-optical-sizing: auto; /* Habilita el ajuste automático del tamaño óptico */
  font-display: swap; /* Muestra el texto inmediatamente con una fuente de respaldo y luego la sustituye */
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../font/BebasNeue-Regular.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);
  }
}
/* Header Styles */
header.menu {
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

header.menu .container-fluid {
  max-width: 1540px;
}

.navbar {
  padding: 15px 0;
}

.logoD {
  max-width: 256px;
  display: block;
  margin: 20px 0;
}

.navbar-nav {
  align-items: center;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
}

.menuD {
  width: 100% !important;
  margin: 0 auto;
  text-align: center;
  display: flex !important;
  justify-content: center;
}
.menuD .btn {
  background-color: #e43b36;
  border: 0;
  border-radius: 20px;
  font-size: 20px;
  font-family: "bebas neue";
  font-weight: 400;
}
.menuD .btn:hover {
  background-color: #e43b36;
}

.nav-link {
  color: #1a3a49;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  letter-spacing: 1.2px;
  padding: 6px 20px !important;
  white-space: nowrap; /* Fix wrapping */
}

.nav-link:hover {
  opacity: 0.8;
  font-weight: 600;
}

/* Mobile Toggler */
.navbar-toggler {
  border: none;
  outline: none;
  padding: 0;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%231A3A49' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.logoM {
  max-height: 50px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media (max-width: 1540px) {
  .logoD {
    max-width: 216px;
  }
}
@media (max-width: 991px) {
  .nav-link {
    color: #fff;
  }
  .nav-link:hover {
    color: #fff;
    opacity: 0.6 !important;
    font-weight: 500;
  }
  .menuD {
    display: none !important;
  }
  .logoM {
    max-height: 200px;
    width: 172px;
    height: auto;
  }
  header.menu .container-fluid {
    padding: 0 20px;
  }
  header.menu {
    padding: 10px 0;
  }
  header.menu button.navbar-toggler {
    z-index: 20;
    position: relative;
    margin-left: auto;
  }
  .navbar-collapse {
    background-color: #5a8896;
    padding: 20px;
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 60px;
  }
  .nav-item {
    text-align: center;
    margin-bottom: 10px;
  }
  .logoD {
    display: none;
  }
}
@media (max-width: 767px) {
  header.menu .container-fluid {
    padding: 0;
  }
  .logoM {
    width: 130px;
  }
  header.menu button.navbar-toggler {
    margin-right: 20px;
  }
}
/* General & Typography */
html,
body {
  width: 100%;
  overflow-x: hidden;
  background-color: white;
  font-family: "Jost", sans-serif;
}

a {
  text-decoration: none;
}

section {
  padding: 100px 15px;
}

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

h1 {
  color: #1a3a49;
  font-family: "Bebas Neue";
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 114.815% */
}

.banner p {
  color: #1a3a49;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 152% */
  max-width: 80%;
}

h6 {
  color: #e43b36;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  margin-bottom: 20px !important;
  letter-spacing: 1px;
}

h2 {
  color: #1a3a49;
  font-family: "Bebas Neue";
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px; /* 101.852% */
}

h4 {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 51px; /* 94.444% */
}

p {
  color: #201611;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

/* Global Badge */
.badget-sm {
  color: #e43b36;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  display: block;
  text-transform: uppercase;
}

/* Buttons */
.btn,
.btnbr,
input.hs-button.primary.large {
  color: #fff;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 136.364% */
  border-radius: 20px;
  background: #e43b36;
  padding: 5px 30px;
}

.btn:hover,
.btnbr:hover,
input.hs-button.primary.large:hover {
  background-color: #e43b36;
  color: #fff;
  opacity: 0.7;
}

.btn img,
.btnbr img,
input.hs-button.primary.large img {
  margin: 4px 0 4px 15px;
  width: 12px;
}

/* Animations */
/* Utility Classes */
.hiddenD,
.hiddenl {
  display: none;
}

.hiddenS {
  display: none;
}

@media screen and (max-width: 992px) {
  .hiddenl {
    display: block;
  }
  .hiddenD {
    display: block;
  }
  .hiddenS {
    display: none;
  }
  h1 {
    font-size: 45px;
    line-height: 42px;
  }
  .banner p {
    font-size: 22px;
  }
  h2 {
    font-size: 45px;
    line-height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block !important;
  }
  .hiddenM {
    display: none;
  }
  .hiddenS {
    display: block;
  }
  h1 {
    font-size: 40px;
    line-height: 40px;
  }
  h1 br {
    display: none;
  }
  .banner p {
    font-size: 22px;
  }
  h6 {
    font-size: 24px;
  }
  h2 {
    font-size: 38px;
    line-height: 40px;
  }
  h2 br {
    display: none;
  }
  .btn,
  .btnbr,
  input.hs-button.primary.large {
    font-size: 14px;
  }
  h4 {
    font-size: 28px;
    line-height: 30px;
  }
}
.banner {
  padding: 0;
  min-height: 110vh;
  display: flex;
  align-items: center;
  position: relative;
  background-image: url("../imagenes/FondoHeader.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .container-fluid {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1540px;
}

.banner .row {
  margin: 0;
  height: 100%;
}

.banner h1 {
  text-align: left;
  line-height: normal;
}

.banner p {
  margin-bottom: 50px;
}

.banner .content-col {
  padding: 0 15px;
}

@media (max-width: 1540px) {
  .banner {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .banner {
    min-height: 800px;
    padding-top: 180px;
    padding-bottom: 50px;
    background-color: #ebdbb9;
    background-image: url("../imagenes/movil/FondoHeader.jpg");
    background-position: bottom right;
    background-size: auto;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner h1 {
    text-align: left;
    margin-bottom: 15px;
  }
  .banner p {
    text-align: left;
    margin: 0 0 40px 0;
    max-width: 60%;
  }
  .banner .btnbr {
    margin: 0;
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .banner {
    padding: 150px 0 100px;
    min-height: 950px;
    background-size: contain;
  }
  .banner p {
    max-width: 100%;
  }
  .banner .btn,
  .banner .btnbr,
  .banner input.hs-button.primary.large {
    max-width: 100%;
    width: -moz-max-content;
    width: max-content;
  }
}
.nosotros {
  background-color: #fff;
  padding: 200px 0;
  position: relative;
}
.nosotros .container {
  max-width: 1380px;
}
.nosotros .cont {
  padding-left: 150px;
}

.nosotros h2 {
  margin-bottom: 30px;
  text-align: left;
}

.nosotros p {
  text-align: left;
  margin-bottom: 20px;
}

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

@media (max-width: 991px) {
  .nosotros {
    padding: 60px 0;
    text-align: left;
  }
  .nosotros p {
    max-width: 90%;
  }
  .nosotros .cont {
    padding-left: 50px;
  }
  .nosotros .nosotros-img {
    max-width: 75%;
    margin: 0 auto;
    display: block;
    transform: rotate(0);
  }
}
@media (max-width: 767px) {
  .nosotros {
    padding: 20px 15px 40px;
    margin-top: 0;
  }
  .nosotros img {
    display: none !important;
  }
  .nosotros .cont {
    padding-left: 0;
  }
  .nosotros p {
    max-width: 100%;
  }
}
.beneficios {
  background-color: #fff;
  padding: 80px 0;
}

.beneficios .container {
  max-width: 1700px;
}

.beneficios h2 {
  margin-bottom: 50px;
}

.beneficios img {
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.beneficios .swiper {
  width: 100%;
  padding-bottom: 50px;
}

.beneficios .swiper-slide {
  background-position: center;
  background-size: cover;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.beneficios .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.beneficios .swiper-pagination-bullet {
  background: #1a3a49;
  opacity: 0.5;
}

.beneficios .swiper-pagination-bullet-active {
  background: #e43b36;
  opacity: 1;
}

@media (max-width: 1540px) {
  .beneficios {
    padding: 80px 20px;
  }
}
@media (max-width: 991px) {
  .beneficios {
    padding: 60px 40px;
  }
  .beneficios h6 {
    text-align: left;
  }
  .beneficios h2 {
    text-align: left;
    margin-bottom: 30px;
  }
  .beneficios .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .beneficios {
    padding: 60px 5px;
  }
  .beneficios h2 {
    text-align: left;
    margin-bottom: 10px;
  }
}
.contacto {
  background-color: #fff;
  padding: 100px 0;
  overflow: hidden;
}

.contacto .container-fluid {
  max-width: 1700px;
  padding: 0 40px;
}

/* Boxed Background */
.contacto .form-container-box {
  background-image: url("../imagenes/formulario.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.contacto .form-container-box::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  width: 27px;
  height: 95px;
  background-image: url("../imagenes/Estrella.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

/* Overlapping Image */
.contacto .overlay-image {
  max-width: 90%;
  margin-left: 10%;
  margin-top: -120px;
  position: relative;
  z-index: 20;
}

/* Form Content */
.contacto .form-col {
  padding: 40px 60px;
  z-index: 10;
}

.contacto .form-col h2 {
  margin-bottom: 30px;
}

/* Marquee / Line Animation */
.contacto .marquee-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  overflow: hidden;
  z-index: 15;
  border-radius: 0 0 20px 20px;
}

.contacto .marquee-content {
  display: flex;
  width: 200%;
  animation: marqueeScroll 20s linear infinite;
}

.contacto .marquee-item {
  width: 50%;
  height: 50px;
  background-repeat: repeat-x;
  background-size: contain;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* HubSpot Form Customization Overrides */
.hbspt-form .hs-input {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #7d7d7d !important;
  color: #1a3a49 !important;
  font-family: "Inter", sans-serif;
}

.hbspt-form .hs-input:focus {
  border-bottom-color: #d12f2f !important;
}

.hbspt-form label {
  font-family: "Inter", sans-serif;
  color: #7d7d7d;
  font-size: 13px;
  margin-bottom: 2px;
}

.hbspt-form .hs-button.primary {
  background-color: #d12f2f !important;
  color: white !important;
  border: none !important;
  border-radius: 20px !important;
  padding: 10px 40px !important;
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 20px;
}

.hbspt-form .hs-button.primary:hover {
  opacity: 0.9;
}

@media (max-width: 991px) {
  .contacto {
    padding: 50px 0;
  }
  .contacto .container-fluid {
    padding: 0 15px;
    max-width: 700px;
  }
  .contacto .form-container-box {
    padding-top: 0;
    padding: 100px 100px 80px;
  }
  .contacto .overlay-image {
    display: none;
  }
  .contacto .form-col {
    padding: 20px;
    /* background-position and size removed as it might be wrong context */
  }
  .contacto .form-col h2 {
    font-size: 32px;
  }
  .contacto .img-col {
    min-height: auto;
    height: 300px;
  }
  .contacto .img-col .contact-img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .contacto {
    padding: 10px 0 0;
    background-image: url(../imagenes/movil/Fondo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .contacto .container-fluid {
    padding: 0;
  }
  .contacto .form-wrapper {
    padding: 0 15px;
  }
  .contacto .form-container-box {
    padding-top: 0;
    padding: 70px 6px 80px;
    border-radius: 0;
  }
}
.datos {
  padding: 80px 0 120px;
  position: relative;
  background-color: #fff;
}
.datos .container {
  max-width: 1700px;
}
.datos h4 {
  margin-top: 60px;
}

.d4e-watermark {
  max-width: 100%;
  height: auto;
}

.dato-card {
  background-image: url("../imagenes/FondoCardDatos.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 30px 40px;
  color: #fff;
  height: 100%;
  position: relative;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.dato-card:hover {
  transform: translateY(-5px);
}

.dato-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.dato-card p {
  margin-bottom: 0;
  opacity: 1;
  color: #fff;
  max-width: 80%;
}

@media (max-width: 1540px) {
  .datos {
    padding: 80px 20px;
  }
}
@media (max-width: 767px) {
  .datos {
    padding: 80px 15px;
  }
  .datos p {
    line-height: 20px;
    max-width: 100%;
  }
  .dato-card {
    margin-bottom: 20px;
    padding: 25px 35px;
  }
  .dato-card h3 {
    font-size: 24px;
  }
}
.galeria {
  background-image: url("../imagenes/FondoGaleria.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 100px 0 200px;
}

.galeria h2 {
  margin-bottom: 40px;
}

.mySwiperGaleria {
  padding-bottom: 50px; /* Space for pagination */
}

.mySwiperGaleria .swiper-slide {
  opacity: 1;
  transition: width 0.3s ease;
}

.mySwiperGaleria .swiper-slide img {
  width: 100%;
  height: 350px; /* Fixed height for consistency */
  -o-object-fit: cover;
     object-fit: cover;
}

.mySwiperGaleria .swiper-pagination-bullet {
  background: #1a3a49;
  opacity: 0.5;
  width: 10px;
  height: 10px;
}

.mySwiperGaleria .swiper-pagination-bullet-active {
  background: #e43b36;
  opacity: 1;
}

@media (max-width: 991px) {
  .galeria {
    padding: 100px 0 60px;
  }
  .galeria h2 {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .galeria {
    background-image: url(../imagenes/movil/FondoGaleria.jpg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
  }
}
/* Limit variables or imports if needed, but usually just the CSS rules */
.diferencial {
  padding: 170px 0;
}

.diferencial .container {
  max-width: 1450px;
}

.diferencial .diferencial-box {
  background-image: url("../imagenes/FondoDiferencial.png");
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  padding: 100px 150px 100px 0; /* Removing left padding to let image overlap freely */
  position: relative;
  min-height: 500px;
  z-index: 0;
  display: flex;
  align-items: center;
}

.diferencial .diferencial-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%) rotate(-3deg);
  width: 500px;
  height: 120%;
  background-image: url(../imagenes/imagenDiferencial.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}

.diferencial .diferencial-content-left {
  padding-left: 60px;
  position: relative;
  z-index: 2;
}

.diferencial .diferencial-content-right {
  padding-right: 40px;
}

.diferencial .diferencial-img-overlap {
  position: absolute;
  width: 266px;
  height: 365px;
  aspect-ratio: 266/365;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
  left: 60px; /* Align with text left */
  bottom: -50px; /* Adjust overlap amount */
}

.diferencial .list-diferencial li {
  margin-bottom: 8px;
  font-size: 15px;
  opacity: 0.9;
}

.diferencial h6 {
  color: white;
}

.diferencial p {
  color: white;
}

/* Mobile Styles */
@media (max-width: 991px) {
  .diferencial {
    padding: 50px 15px;
    position: relative;
  }
  .diferencial img {
    margin-bottom: 40px;
  }
  .diferencial .diferencial-box::after {
    display: none;
  }
  .diferencial .diferencial-box-mobile {
    background-image: url("../imagenes/movil/FondoDiferencial.png");
    background-size: cover;
    background-position: center;
    border-radius: 57px 0 57px 0;
    overflow: hidden; /* Contain clip if needed, or allow overlap */
    display: flex;
    flex-direction: column;
  }
  .diferencial .content-mobile {
    padding: 150px 50px !important;
  }
  .diferencial .img-mobile-container {
    margin-top: -30px; /* Pull up into content slightly or standard flow */
  }
  .diferencial .diferencial-box {
    padding: 100px 100px 100px 100px;
  }
}
@media (max-width: 767px) {
  .diferencial {
    padding: 70px 5px;
    position: relative;
  }
  .diferencial h2 {
    line-height: 40px !important;
  }
  .diferencial .diferencial-box {
    background-image: url(../imagenes/movil/FondoDiferencial.png);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 60px 25px;
  }
  .diferencial .diferencial-content-right {
    padding-right: 0px;
  }
}
.video {
  padding: 100px 0;
  background-color: #fff;
}

.video h2 {
  color: #1e2334;
  margin-bottom: 20px;
}

.video .video-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
}

.video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .video {
    padding: 100px 0;
  }
  .video h2 {
    padding: 0 15px;
  }
}
.pasos {
  padding: 100px 50px;
}

.pasos h2 {
  color: #1e2334;
  margin-bottom: 30px;
}

.pasos .swiper {
  overflow: hidden;
  padding-bottom: 50px;
}

.pasos .swiper-slide {
  width: auto;
  height: auto;
  height: 100%;
}

.pasos .step-card {
  padding: 50px 30px;
  border-radius: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.pasos .step-card.bg-paso-1 {
  background-image: url("../imagenes/pasos1.png");
}

.pasos .step-card.bg-paso-2 {
  background-image: url("../imagenes/pasos2.png");
}

.pasos .step-card .text-wrapper h4 {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 108.333% */
  text-transform: uppercase;
}

.pasos .step-card .text-wrapper p {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

.pasos .swiper-pagination-bullet {
  background: #1a3a49;
  opacity: 0.5;
  width: 10px;
  height: 10px;
}

.pasos .swiper-pagination-bullet-active {
  background: #e43b36;
  opacity: 1;
}

@media (max-width: 1540px) {
  .pasos .step-card {
    min-height: 240px;
  }
}
@media (max-width: 991px) {
  .pasos {
    padding: 0px 20px 50px;
  }
  .pasos .cont {
    padding-left: 0px;
  }
  .pasos .cont2 {
    padding-left: 0;
  }
  .pasos .swiper-slide {
    width: 280px; /* Smaller cards on mobile */
  }
  .pasos .step-card {
    padding: 40px 25px;
    min-height: 200px;
  }
  .pasos .d-lg-flex {
    display: flex !important;
    gap: 10px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .pasos {
    padding: 50px 5px;
  }
  .pasos h2 {
    margin: 0;
  }
}
.site-footer {
  position: relative;
  width: 100%;
}

.site-footer .footer-content {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 200px 0 450px;
  overflow: hidden;
  background-image: url("../imagenes/FondoFooter.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.site-footer .footer-bg {
  display: none;
}

.site-footer .footer-title {
  margin-bottom: 0px;
  text-transform: uppercase;
}

.site-footer .footer-text {
  margin-bottom: 30px;
  max-width: 50%;
  margin: 0 auto;
  display: block;
  line-height: 1.5;
  color: #201611;
  text-align: center;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 152% */
}

.site-footer .btn-primary {
  background-color: #e43b36;
  border-color: #e43b36;
  border-radius: 50px;
  padding: 8px 40px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.site-footer .btn-primary:hover {
  background-color: #c0302b;
  border-color: #c0302b;
  transform: translateY(-2px);
}

.site-footer .copyright-strip {
  padding: 15px 0;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  width: 100%;
  position: relative;
  z-index: 10;
}

.site-footer .copyright-strip p {
  color: #000;
  font-size: 14px;
}

@media (max-width: 991px) {
  .site-footer .footer-content {
    background-image: url(../imagenes/movil/FondoFooter.jpg);
    background-size: cover;
    background-position: top center;
    padding: 100px 20px 430px;
    min-height: 480px;
  }
}
@media (max-width: 767px) {
  .site-footer h2 {
    font-size: 32px;
    margin-bottom: 20px !important;
  }
  .site-footer .footer-text {
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
  .site-footer .footer-content {
    background-color: #f7f2da;
    background-image: url(../imagenes/movil/FondoFooter.jpg);
    background-size: contain;
    background-position: bottom;
  }
  .site-footer .footer-content {
    padding: 70px 10px 210px;
  }
}/*# sourceMappingURL=styles.css.map */