/* Font  */
@font-face {
  font-family: Poppins;
  src: url("../font/Poppins-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Poppins;
  src: url("../font/Poppins-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.menu .container {
  max-width: 1740px;
}
.menu .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  margin-right: 20px !important;
}
.menu .navbar {
  padding: 15px 0;
  transition: all 0.3s ease;
  background: #fff;
}
.menu .navbar .navbar-brand figure {
  width: 170px;
}
.menu .navbar .navbar-brand figure img {
  width: 100%;
}
.menu .navbar .nav-link {
  color: #000 !important;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 0 30px !important;
}
.menu .navbar .nav-link:hover {
  opacity: 0.7;
}
.menu .navbar .btnbr {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  padding: 8px 30px;
  font-size: 14px;
}
.menu .navbar .btnbr:hover {
  background-color: #000;
  color: #fff;
}
@media (max-width: 991px) {
  .menu .navbar {
    padding: 10px 0;
  }
  .menu .navbar .navbar-collapse {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  }
  .menu .navbar .nav-item {
    margin-bottom: 15px;
    text-align: center;
  }
  .menu .navbar .btnbr {
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #000;
  }
}

@media (max-width: 1540px) {
  .menu {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 98%;
  }
  .menu .container {
    max-width: 1450px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .menu .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    margin-right: 20px !important;
    padding: 0px 0 30px;
  }
  .menu .navbar-expand-lg .navbar-nav li.nav-item.px-md-3 {
    padding: 20px;
    margin: 0 auto;
  }
  .menu .navbar .btnbr {
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .menu .navbar .navbar-brand figure img {
    width: 100%;
    max-width: 150px;
  }
  .menu .container {
    margin-top: 10px !important;
  }
}
html,
body {
  width: 100%;
  overflow-x: hidden;
  background: var(--Blanco, #fff);
}

section {
  padding: 100px 0;
}

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

p b {
  font-weight: 700;
}

h1 {
  color: var(--Negro, #000);
  font-family: Poppins;
  font-size: 82px;
  font-style: normal;
  font-weight: 700;
  line-height: 82px; /* 100% */
}

.banner p {
  color: var(--Negro, #000);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h2 {
  color: var(--Negro, #000);
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
h2 span {
  color: var(--Amarillo-1, #f0cb13);
}

h4 {
  color: var(--Amarillo-1, #f0cb13);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn,
.btnbr,
input.hs-button.primary.large,
a.btn.btnbr {
  padding: 8px 40px 8px;
  border-radius: 69px;
  background: var(--Negro, #000);
  color: var(--Blanco, #fff);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.btn:hover,
.btnbr:hover,
input.hs-button.primary.large:hover,
a.btn.btnbr:hover {
  opacity: 0.7;
  background-color: #d7b47a;
  color: #2d2d2d;
}
.btn img,
.btnbr img,
input.hs-button.primary.large img,
a.btn.btnbr img {
  width: 20px;
  margin-left: 20px;
}

a {
  text-decoration: none;
}

.hiddenD {
  display: none;
}

.swiper {
  padding-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .hiddenDL {
    display: block;
  }
  .hiddenD {
    display: none;
  }
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none !important;
  }
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.banner {
  padding-top: 100px;
  padding-bottom: 50px;
}
.banner .container {
  max-width: 1740px;
}
.banner .cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  min-height: 670px;
  padding: 100px;
}
.banner .banner-card {
  background-image: url("../imagenes/header.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  min-height: 800px;
  padding: 60px;
  position: relative;
  overflow: hidden;
}
.banner .banner-card h1 {
  margin-bottom: 20px;
  line-height: 1.1;
}
.banner .banner-card p {
  font-size: 18px;
  font-weight: 500;
  max-width: 400px;
}
.banner .banner-card .btnbr {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 40px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.banner .banner-card .btnbr:hover {
  background: #333;
}
@media (max-width: 768px) {
  .banner {
    padding-top: 80px;
  }
  .banner .banner-card {
    border-radius: 20px;
    padding: 40px 20px;
    min-height: 500px;
    background-position: center;
    text-align: center;
  }
  .banner .banner-card h1 {
    font-size: 40px !important;
    line-height: 1.2;
  }
  .banner .banner-card p {
    margin: 0 auto 40px;
  }
  .banner .banner-card .col-md-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 1540px) {
  .banner {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 98%;
  }
  .banner .container {
    max-width: 1450px;
  }
}
@media screen and (max-width: 992px) {
  .banner .banner-card {
    min-height: 720px;
    padding: 20px;
  }
  .banner .cont {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .banner {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 98%;
  }
  .banner .banner-card {
    background-image: url(../imagenes/movil/header.png);
    background-size: cover;
    background-position: center;
  }
  .banner .banner-card h1 {
    margin-bottom: 10px;
  }
  .banner .banner-card p {
    margin: 0 auto 40px;
    text-align: left;
  }
  .banner .cont {
    padding: 15px;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    padding-top: 40px !important;
  }
}
.nosotros {
  padding: 100px 0;
}
.nosotros .container {
  max-width: 1450px;
}
.nosotros .contleft {
  padding-left: 150px;
}
@media (max-width: 991px) {
  .nosotros {
    text-align: center;
    padding: 50px 0;
  }
  .nosotros h2 br {
    display: none;
  }
}
.nosotros h2 {
  margin-bottom: 20px;
}
.nosotros p {
  color: #000;
  margin-bottom: 20px;
}
.nosotros p strong {
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .nosotros .contleft {
    padding-left: 10px;
  }
  .nosotros .contleft h2,
  .nosotros .contleft p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .nosotros {
    padding: 50px 20px;
  }
  .nosotros H2 {
    margin-top: 30px;
  }
  .nosotros H2 br {
    display: none;
  }
}
.beneficios {
  overflow: hidden;
}
.beneficios .relative-container {
  position: relative;
}
.beneficios .container {
  max-width: 1450px;
}
.beneficios .pez-fondo {
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: none;
  z-index: 1;
}
.beneficios h2 {
  color: var(--Amarillo-1, #f0cb13);
  z-index: 2;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  font-size: 64px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .beneficios h2 {
    text-align: left;
    margin-bottom: 20px;
  }
}
.beneficios .card-beneficio {
  background: var(--Negro, #000);
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  min-height: 250px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
.beneficios .card-beneficio img {
  width: auto;
  max-height: 40px;
}
.beneficios .card-beneficio h4 {
  color: var(--Amarillo-1, #f0cb13);
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: normal;
}
.beneficios .card-beneficio p {
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .beneficios h2 {
    font-size: 44px;
    line-height: 50px;
  }
  .beneficios .pez-fondo {
    top: 40%;
    left: 150px;
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .beneficios {
    padding: 50px 20px;
  }
  .beneficios .pez-fondo {
    top: 50%;
    left: 150px;
    width: 60%;
  }
  .card-beneficio {
    min-height: 310px !important;
  }
  .swiper-pagination-bullet-active {
    background-color: #f0cb13;
  }
  .beneficios .swiper {
    padding-bottom: 30px;
  }
}
.form {
  padding: 100px 0;
}
.form .container {
  max-width: 1740px;
}
.form .container .row {
  background-color: var(--Amarillo-1, #f0cb13);
  border-radius: 40px;
}
.form .contFormUp {
  padding-left: 100px;
}
.form .actions {
  margin-top: 40px;
}
.form button,
.form input,
.form optgroup,
.form select,
.form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000;
}
.form .hs-form-016429ed-6ef8-44fa-9174-13868c19001c_7cde1155-0b1d-4ac6-8866-d10f5b3c3b29 fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 550px;
}
.form .contimg {
  padding: 0;
}
.form .rounded-left-xl {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media (max-width: 991px) {
  .form .rounded-left-xl {
    border-radius: 30px 30px 0 0;
  }
}
.form .object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
}
.form .form-container {
  background-color: var(--Amarillo-1, #f0cb13);
  padding: 50px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .form .form-container {
    border-radius: 0 0 30px 30px;
    padding: 30px;
  }
}
.form .form-container h2 {
  margin-bottom: 10px;
  color: #000;
}
.form .form-container .subtitle {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.form .form-container .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 10px 0;
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.form .form-container .form-control::-moz-placeholder {
  color: #000;
}
.form .form-container .form-control::placeholder {
  color: #000;
}
.form .form-container .form-control:focus {
  box-shadow: none;
  border-bottom: 2px solid #000;
}
.form .form-container .btnbr {
  background: #000;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.form .form-container .btnbr:hover {
  background: #333;
  transform: translateY(-2px);
}

@media (max-width: 1540px) {
  .form .container {
    max-width: 1450px;
  }
}
@media (max-width: 991px) {
  .form {
    padding: 100px 15px;
  }
  .form .contFormUp {
    padding-left: 70px;
    padding-bottom: 60px;
  }
  .form .contFormUp {
    padding-left: 10px;
    padding-bottom: 60px;
  }
  .form .form-container {
    border-radius: 0 0 30px 30px;
    padding: 30px 20px;
  }
}
.datos {
  background-image: url("../imagenes/FondoDatos.png");
  background-repeat: repeat;
  background-size: auto;
  padding: 200px 0;
  position: relative;
}
.datos .container {
  max-width: 1150px;
}
.datos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  display: none;
}
.datos .z-index-2 {
  z-index: 2;
}
.datos h2 {
  color: var(--Amarillo-1, #f0cb13);
  margin-bottom: 0;
  font-weight: 700;
  text-transform: none;
}
.datos .dato-circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease;
}
.datos .dato-circle:hover {
  transform: scale(1.05);
}
.datos .dato-circle h3 {
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  color: #000;
}
.datos .dato-circle p {
  font-size: 15px;
  line-height: 1.2;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #000;
}
.datos .dato-circle.yellow-circle {
  background-color: var(--Amarillo-1, #f0cb13);
}
.datos .dato-circle.black-circle {
  background-color: #000;
  width: 200px;
  height: 200px;
  margin-top: 40px;
  position: relative;
}
.datos .dato-circle.black-circle p {
  color: #fff;
}
.datos .dato-circle.grey-circle {
  background-color: #e6e6e6;
  width: 200px;
  height: 200px;
  margin-top: 40px;
  position: relative;
}
.datos .dato-circle.orange-circle {
  background-color: #f2a900;
  border: 2px solid transparent;
}
@media (max-width: 991px) {
  .datos {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .datos .dato-circle {
    margin-bottom: 20px;
  }
  .datos .dato-circle.mt-lg-5 {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .datos {
    padding: 50px 20px;
    background-image: url(../imagenes/movil/relieve.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .datos h2 {
    margin-bottom: 60px;
  }
}
.galeria {
  padding: 100px 0;
}
.galeria .container {
  max-width: 1450px;
}
.galeria .swiper-container-wrapper {
  padding-left: 100px !important;
}
.galeria h2 {
  color: var(--Amarillo-1, #f0cb13);
  font-weight: 700;
  line-height: 1.1;
  font-size: 64px;
}
.galeria h2 span {
  color: var(--Amarillo-1, #f0cb13);
}
.galeria .rounded-xl {
  border-radius: 20px;
}
.galeria .swiper-container-wrapper {
  position: relative;
}
.galeria .controls-container .swiper-button-prev-custom,
.galeria .controls-container .swiper-button-next-custom {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  cursor: pointer;
}
.galeria .controls-container .swiper-button-prev-custom:hover,
.galeria .controls-container .swiper-button-next-custom:hover {
  opacity: 0.7;
}
.galeria .controls-container .swiper-button-prev-custom img,
.galeria .controls-container .swiper-button-next-custom img {
  width: 100%;
  height: auto;
}
.galeria .controls-container .swiper-pagination-custom {
  display: flex;
  gap: 5px;
  width: 100px;
  justify-content: center;
}
.galeria .controls-container .swiper-pagination-custom .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
  opacity: 1;
  margin: 0 !important;
}
.galeria .controls-container .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--Amarillo-1, #f0cb13);
}
@media (max-width: 991px) {
  .galeria {
    text-align: center;
    padding: 100px 15px;
  }
  .galeria h2 {
    line-height: 1.1;
    font-size: 44px;
    margin-bottom: 30px;
    text-align: left;
  }
  .galeria h2 br {
    display: none;
  }
  .galeria .swiper-container-wrapper {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .galeria .galeria h2 {
    line-height: 1.1;
    font-size: 40px;
    margin-bottom: 30px;
    text-align: left;
  }
}

.distintivo {
  padding: 100px 0;
}
.distintivo .container {
  max-width: 1450px;
}
.distintivo .contleft {
  padding-left: 150px;
}
.distintivo h2 {
  font-weight: 700;
}
.distintivo h2 span {
  color: var(--Amarillo-1, #f0cb13);
}
.distintivo p {
  margin-bottom: 20px;
  color: #000;
}
.distintivo p strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .distintivo {
    padding: 50px 0;
  }
  .distintivo h2 br {
    display: none;
  }
  .distintivo .contleft {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .distintivo {
    padding: 50px 20px;
  }
}
.video {
  padding: 100px 0 200px;
}
.video h2 {
  color: var(--Amarillo-1, #f0cb13);
  font-weight: 700;
  margin-bottom: 0;
}
.video .subtitle {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.video .rounded-xl {
  border-radius: 20px;
}
.video .overflow-hidden {
  overflow: hidden;
}
.video .contVideo {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  background: #000;
}
.video .contVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .video {
    text-align: center;
    padding: 50px 0;
  }
}

@media screen and (max-width: 768px) {
  .video {
    padding: 50px 20px;
  }
}
.pasos {
  padding-top: 100px;
  position: relative;
}
.pasos .container {
  max-width: 1740px;
  padding: 150px 0 300px;
  background-image: url("../imagenes/pasos.png");
  background-size: cover;
  background-position: center;
  background-color: var(--Amarillo-1, #f0cb13);
  overflow: hidden;
  border-radius: 20px;
}
.pasos h2 {
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}
.pasos .swiper-container-wrapper {
  position: relative;
}
.pasos .paso-card {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 60px 40px;
  color: #000;
  transition: all 0.3s ease;
  max-width: 98%;
  margin: 0 auto;
  max-width: 550px;
}
.pasos .paso-card .d-flex {
  gap: 20px;
}
.pasos .paso-card .paso-number {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.pasos .paso-card .paso-content {
  text-align: left;
}
.pasos .paso-card .paso-content h4 {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #fff;
}
.pasos .paso-card .paso-content p {
  margin: 0;
  line-height: 1.4;
  color: #333;
}
.pasos .barco-container {
  margin-top: -350px;
  position: relative;
  z-index: 1;
  margin-bottom: -5px;
}
.pasos .barco-container img {
  max-width: 68%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .pasos h2 br {
    display: none;
  }
  .pasos .paso-card {
    padding: 20px;
  }
  .pasos .paso-card .paso-number {
    font-size: 36px;
  }
  .pasos .barco-container {
    margin-top: 20px;
  }
}
.pasos .swiper-pagination-pasos.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: center;
}
.pasos .swiper-pagination-pasos.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.8;
}
.pasos .swiper-pagination-pasos.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #000;
}
.pasos .swiper-button-prev-pasos.cursor-pointer.mx-3 {
  position: absolute;
  width: 40px;
  left: 0;
  top: 40%;
  cursor: pointer;
  z-index: 99;
}
.pasos .swiper-button-next-pasos.cursor-pointer.mx-3 {
  position: absolute;
  width: 40px;
  right: 0;
  top: 40%;
  cursor: pointer;
  z-index: 99;
}

@media (max-width: 1540px) {
  .pasos .container {
    max-width: 1450px;
  }
}
@media (max-width: 1540px) {
  .pasos {
    padding: 100px 40px;
  }
  .pasos .barco-container {
    margin-top: -130px;
  }
  .pasos .container {
    max-width: 1740px;
    padding: 150px 0 140px;
  }
}
@media (max-width: 768px) {
  .pasos {
    padding: 100px 20px;
  }
  .pasos .container {
    padding: 100px 20px;
  }
  .pasos .barco-container {
    margin-top: -100px;
  }
  .pasos .barco-container img {
    max-width: 98%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .pasos .swiper {
    padding-bottom: 40px;
  }
  .pasos .swiper-button-next-pasos.cursor-pointer.mx-3 {
    top: 86%;
  }
  .pasos .swiper-button-prev-pasos.cursor-pointer.mx-3 {
    top: 86%;
  }
}
.footer {
  background-image: url("../imagenes/FondoFooter.jpg");
  background-size: cover;
  background-position: center;
  background-color: #000;
  padding: 40px 0 40px;
  color: #fff;
}
.footer .footer-content .footer-logo {
  max-width: 200px;
  height: auto;
}
.footer .footer-content h2 {
  margin-top: 30px;
  color: var(--Amarillo-1, #f0cb13);
  font-weight: 700;
  line-height: 1.2;
}
.footer .footer-content p {
  font-size: 16px;
  color: #ccc;
  font-weight: 300;
}
.footer .footer-content .btn-footer {
  display: inline-block;
  background: var(--Amarillo-1, #f0cb13);
  color: #000;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}
.footer .footer-content .btn-footer:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(240, 203, 19, 0.4);
}
.footer .copyright p {
  font-size: 12px;
  color: #666;
  margin: 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .footer .footer-content h2 {
    font-size: 28px;
  }
}

.bannerFooter {
  text-align: center;
}
.bannerFooter p {
  margin: 0;
  padding: 20px;
  color: var(--Negro, #000);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

@media (max-width: 992px) {
  .footer {
    background-image: url("../imagenes/movil/FondoFooter.png");
    background-size: cover;
    background-position: center;
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 60px 20px;
  }
  .footer h2 {
    padding-bottom: 20px;
  }
  .footer .footer-content .footer-logo {
    max-width: 180px;
    height: auto;
  }
}/*# sourceMappingURL=styles.css.map */