@charset "UTF-8";
/* Reset básico */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

.bk {
  background-size: cover;
  background-position: center top 0px;
  position: relative;
  padding: 2rem 0;
  color: #fff;
}

.btn {
  display: inline-block;
  background-color: #233e92;
  color: #fff;
  padding: 0 6rem;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 2rem;
  margin-top: 0.5rem;
  border: 2px solid #233e92;
  text-transform: uppercase;
}
.btn:hover, .btn:focus {
  background-color: #fff;
  color: #233e92;
  border: 2px solid #233e92;
  box-shadow: 0 2px 12px rgba(0, 51, 102, 0.12);
  text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.navbar {
  background-color: white;
}
.navbar .img-logo {
  max-width: 186px;
}
.navbar .navbar-toggler {
  border: none !important;
  background-color: #FF4200;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 4px;
  transform: scale(1.2);
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar .navbar-collapse {
  padding-top: 1rem;
}
.navbar .navbar-nav {
  text-align: center;
}
.navbar .nav-link {
  color: black;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 1rem 0;
  text-transform: none;
}
.navbar .nav-link:hover {
  color: #dfcca3;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse {
    padding-top: 0;
  }
  .navbar .img-logo {
    max-width: 186px;
    margin-left: -52px;
  }
  .navbar .separator {
    align-content: center;
    color: black;
    font-size: 1.5rem;
    user-select: none;
  }
  .navbar .lang-switcher-container {
    margin-top: 0;
    padding: 0;
    align-content: center;
  }
  .navbar .lang-switcher-container .lang-switcher-nav {
    gap: 0.5rem;
  }
  .navbar .lang-switcher-container .lang-switcher-nav .lang-item .lang-link {
    font-size: 0.9rem;
    padding: 0.4rem 0.9rem;
  }
}

:root {
  /* Redefine la variable con el valor RGB de tu color deseado. */
  /* Por ejemplo, para un color negro (0, 0, 0) */
  --bs-link-color-rgb: 0, 0, 0;
  /* También puedes cambiar el color del hover de la misma forma */
  --bs-link-hover-color-rgb: 80, 80, 80; /* Un gris oscuro para el hover */
}

/* Contenedor verde superior */
.footer-link {
  text-decoration: none;
  color: #212529;
  transition: color 0.2s ease-in-out;
}

.footer-link:hover {
  color: #0d6efd;
}

.footer-bottom {
  color: white;
  background-color: #0d1f5d;
}

.logo {
  min-height: 114px;
  width: 250px;
  background-image: url("../images/logotipos/logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-nav li a {
  font-size: clamp(18px, 1vw, 20px);
}

.modal-texto {
  text-align: justify;
  font-size: 12px;
}

.modal2 {
  font-size: 12px;
  text-align: justify;
}

.modal-btn-personalizado {
  background-color: #343a40;
  color: #ffffff;
  border: 2px solid #343a40;
  font-weight: 600;
  padding: 0.5rem 4rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.modal-btn-personalizado:hover {
  background-color: #212529;
  border-color: #212529;
  transform: scale(0.85);
}

@media (max-width: 980px) {
  .footer-nav {
    flex-direction: column;
    text-align: center;
  }
  .footer-nav li {
    margin-bottom: 0.5rem;
  }
  .footer-nav li::before {
    content: none;
  }
  .logo-footer {
    width: 200px;
    justify-content: center;
  }
  .terminos-link {
    color: #0056b3;
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
  }
  .terminos-link:hover {
    color: #003d80;
    text-decoration: none;
  }
}
.bk-01 {
  background-image: url("../images/seccion1/fondo.mp4");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* Este será un blanco puro y grueso por la etiqueta <strong> */
}
.bk-01 .btn-conoce-mas {
  background-color: #FF4200; /* Naranja */
  color: white;
  border: none;
  margin-top: 1rem;
  margin-left: 2rem;
  padding: 0.5rem 1rem;
  font-size: 20px;
  border-radius: 0.5em;
}
.bk-01 .btn-conoce-mas:hover {
  background-color: transparent;
  color: #FF8B00;
  box-shadow: 0 2px 12px rgba(242, 238, 238, 0.936);
}
.bk-01 .titulo-compuesto {
  margin-top: 3rem;
  margin-left: 2rem;
  line-height: 1.3;
  text-align: left;
}
.bk-01 .linea-principal {
  display: block;
  color: white;
  font-size: 40px;
  font-weight: 900;
}
.bk-01 .linea-secundaria {
  display: block;
  color: white;
  font-size: 45px;
  font-weight: 100;
}

.bk-02 .card {
  border-radius: 20px;
  background-color: #0D1F5D;
  padding: 0px 10px 0px 10px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.bk-02 .card-content {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.bk-02 .card-body {
  background-color: #0D1F5D;
  color: white;
  flex-grow: 1;
}
.bk-02 .card-image-container,
.bk-02 .card-image-container-1,
.bk-02 .card-image-container-2 {
  width: 100%;
  height: 200px;
  margin-top: 14px;
}
.bk-02 .card-image-container {
  background-image: url("../images/seccion2/humanidad.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bk-02 .card-image-container-1 {
  background-image: url("../images/seccion2/inovacion.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bk-02 .card-image-container-2 {
  background-image: url("../images/seccion2/pasion.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bk-02 .p-texto {
  font-size: 20px;
}
.bk-02 .card-gris {
  background-color: #D3D3D3;
  border-radius: 25px;
  max-width: 474px;
  min-height: 215px;
}
.bk-02 .card-text {
  font-size: 26px;
}
@media (min-width: 768px) {
  .bk-02 .card {
    border-radius: 20px;
    background-color: #0D1F5D;
    padding: 0px 10px 0px 10px;
  }
  .bk-02 .card-content {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .bk-02 .card-body {
    background-color: #0D1F5D;
    color: white;
    flex-grow: 1;
  }
  .bk-02 .card-gris {
    background-color: #D3D3D3;
    border-radius: 25px;
    max-width: 550px;
  }
  .bk-02 .card-text {
    font-size: 22px;
  }
  .bk-02 .card-image-container,
  .bk-02 .card-image-container-1,
  .bk-02 .card-image-container-2 {
    width: 100%;
    height: 200px;
  }
  .bk-02 .card-image-container {
    background-image: url("../images/seccion2/humanidad.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .bk-02 .card-image-container-1 {
    background-image: url("../images/seccion2/inovacion.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .bk-02 .card-image-container-2 {
    background-image: url("../images/seccion2/pasion.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .bk-02 .p-texto {
    font-size: 24px;
  }
}
@media (max-width: 756px) {
  .bk-02 .card-gris {
    max-width: 378px;
    min-height: 160px;
  }
}

.bk-03 .card-seccion-3 {
  width: 775px;
  max-width: 100%;
  /* Altura para Escritorio */
  min-height: 516px;
  background-image: url("../images/seccion3/card.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* --- Ajustes para Pantallas más Pequeñas --- */
  /* Para Tablets */
  /* Para Móviles */
}
@media (max-width: 992px) {
  .bk-03 .card-seccion-3 {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .bk-03 .card-seccion-3 {
    min-height: 350px;
    width: 100%;
  }
}
.bk-03 .p-texto {
  font-size: 27px;
}
.bk-03 .btn-conoce-mas {
  background-color: #FF4200; /* Naranja */
  color: white;
  border: none;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  font-size: 26px;
  border-radius: 0.5em;
  transition: background 0.2s;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.bk-03 .btn-conoce-mas:hover {
  background-color: #FF8B00;
}
@media (min-width: 992px) {
  .bk-03 .btn-conoce-mas {
    background-color: #FF4200;
    color: white;
    border: none;
    margin-top: 1rem;
    padding: 0.75em 2em;
    font-size: 1.1rem;
    border-radius: 0.5em;
    transition: background 0.2s;
    margin-left: 0;
  }
  .bk-03 .btn-conoce-mas:hover {
    background-color: #FF8B00;
  }
}

.bk-04 {
  width: 100%;
  aspect-ratio: 4042/2307;
  padding-bottom: 35px;
  background-image: url("../images/seccion4/fondo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bk-04 .style-row {
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.bk-04 .fc1 {
  background-color: white;
}
.bk-04 .card-1 {
  aspect-ratio: 1902/718;
  background-image: url("../images/seccion4/card1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bk-04 .card-2 {
  aspect-ratio: 1902/718;
  background-image: url("../images/seccion4/card2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bk-04 .card-3 {
  aspect-ratio: 1902/718;
  background-image: url("../images/seccion4/card3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bk-04 .card-4 {
  aspect-ratio: 1902/718;
  background-image: url("../images/seccion4/card4.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bk-04 .p-texto {
  font-size: 20px; /* Mínimo 14px, ideal 2% del ancho de la pantalla, máximo 18px */
}

.bk-05 {
  width: 100%;
  aspect-ratio: 4042/2107;
  background-image: url("../images/seccion5/fondo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  /* Tablets */
  /* Móviles */
}
.bk-05 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}
.bk-05 .text-start {
  text-align: left;
  margin-bottom: 2rem;
  padding-top: 2rem;
}
.bk-05 .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.bk-05 .card {
  border-radius: 34px;
  overflow: hidden;
  border: 2px solid grey;
  background-color: transparent;
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  min-height: 400px;
  padding: 0px;
}
.bk-05 .card-image-container,
.bk-05 .card-image-container-1 {
  width: 100%;
  aspect-ratio: 1728/825;
}
.bk-05 .card-image-container {
  background-image: url("../images/seccion5/card1.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.bk-05 .card-image-container-1 {
  background-image: url("../images/seccion5/card2.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.bk-05 .card-body {
  text-align: center;
  padding: 1rem;
  flex-grow: 1;
}
.bk-05 .card-text {
  font-size: 1.625rem;
}
@media (max-width: 991.98px) {
  .bk-05 .card-text {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .bk-05 {
    aspect-ratio: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-size: cover !important;
    background-position: center;
  }
  .bk-05 .text-start {
    text-align: center !important;
  }
  .bk-05 .card {
    min-height: 380px;
  }
  .bk-05 .card-image-container,
  .bk-05 .card-image-container-1 {
    aspect-ratio: auto;
    height: 180px;
  }
  .bk-05 .card-text {
    font-size: 1.2rem;
  }
}

.bk-06 {
  width: 100%;
  aspect-ratio: 4042/1824;
  background-image: url("../images/seccion6/fondo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bk-06 .card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.bk-06 .card-body {
  padding: 1.25rem;
}
.bk-06 .card-image-container {
  width: 100%;
  aspect-ratio: 1144/754;
  background-color: #eee; /* Color de fondo mientras carga la imagen */
  background-image: url("../images/seccion6/monterrey.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bk-06 .card-image-container-1 {
  width: 100%;
  aspect-ratio: 1144/754;
  background-color: #eee; /* Color de fondo mientras carga la imagen */
  background-image: url("../images/seccion6/miami.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bk-06 .card-image-container-2 {
  width: 100%;
  aspect-ratio: 1144/754;
  background-color: #eee; /* Color de fondo mientras carga la imagen */
  background-image: url("../images/seccion6/madrid.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fondo-07 {
  width: 100%;
  aspect-ratio: 4042/1140;
  background-image: url("../images/seccion7/fondo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 767px) and (max-width: 900px) {
  .fondo-07 {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .fondo-07 {
    margin-bottom: 35px;
  }
}
.bk-08 {
  color: black;
  width: 100%;
  aspect-ratio: 4042/1779;
  background-size: cover !important;
  background-image: url("../images/seccion8/fondo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* Estilo para los mensajes de error de validación */
  /* Spinner para el botón de "Enviando..." */
}
.bk-08 .card-seccion-8 {
  width: 775px;
  max-width: 100%;
  /* Altura para Escritorio */
  min-height: 650px;
  background-image: url("../images/seccion8/card.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* --- Ajustes para Pantallas más Pequeñas --- */
  /* Para Tablets */
  /* Para Móviles */
}
@media (max-width: 992px) {
  .bk-08 .card-seccion-8 {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .bk-08 .card-seccion-8 {
    min-height: 350px;
    width: 100%;
  }
}
.bk-08 .form-control {
  border: 1px solid red;
}
.bk-08 .fc6 {
  border: 1px solid red;
  height: 90 px;
}
.bk-08 .form-08 {
  margin-top: 100px;
}
.bk-08 .buton-form-08 {
  background-color: red;
  color: #fff;
  height: 48px;
  width: 160px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
}
.bk-08 .buton-form-08:hover {
  background-color: red, 10%;
}
@media (min-width: 767px) and (max-width: 1200px) {
  .bk-08 .form-08 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .bk-08 .form-08 {
    margin-top: 30px;
  }
  .bk-08 .buton-form-08 {
    display: block;
    margin: 0 auto;
  }
}
.bk-08 .wpcf7-form-control:focus {
  border-color: #0d6efd; /* Color azul de Bootstrap */
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bk-08 .wpcf7-not-valid-tip {
  color: #dc3545; /* Color rojo de Bootstrap */
  font-size: 0.875em;
  margin-top: 0.25rem;
}
.bk-08 .wpcf7-submit.is-submitting::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.seccion3-1 {
  width: 100%;
}
.seccion3-1 .row {
  min-height: 390px;
  background-color: #D3D3D3;
}
@media (max-width: 768px) {
  .seccion3-1 .row {
    min-height: auto;
    padding: 20px 0;
  }
}
.seccion3-1 .row-1 {
  min-height: 390px;
  background-color: #fffbfb;
}
@media (max-width: 768px) {
  .seccion3-1 .row-1 {
    min-height: auto;
    padding: 20px 0;
  }
}
.seccion3-1 .row-2 {
  min-height: 686px;
  background-color: #D3D3D3;
}
@media (max-width: 768px) {
  .seccion3-1 .row-2 {
    min-height: auto;
    padding: 20px 0;
  }
}
.seccion3-1 .container-fluid {
  padding: 0px 0px;
}
@media (max-width: 768px) {
  .seccion3-1 .container-fluid {
    padding: 0px 0;
  }
}

.seccion3-1-texto {
  padding: 2rem;
}
@media (max-width: 992px) {
  .seccion3-1-texto {
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  .seccion3-1-texto {
    padding: 0.75rem 0.5rem;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .seccion3-1-texto {
    padding: 1rem;
  }
}
.seccion3-1-texto h3 {
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .seccion3-1-texto h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .seccion3-1-texto h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .seccion3-1-texto h3 {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    line-height: 1.1;
  }
}
.seccion3-1-texto .p-texto {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .seccion3-1-texto .p-texto {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .seccion3-1-texto .p-texto {
    font-size: 0.85rem;
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  .seccion3-1-texto .p-texto {
    font-size: 0.75rem;
    line-height: 1.2;
  }
}

.seccion3-1-imagen {
  position: relative;
  padding: 1rem;
}
@media (max-width: 768px) {
  .seccion3-1-imagen {
    padding: 0.5rem 0.25rem;
  }
}
@media (max-width: 480px) {
  .seccion3-1-imagen {
    padding: 0.5rem;
  }
}
.seccion3-1-imagen .imagen-pequena {
  width: 100%;
  height: auto;
  max-width: 620px;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .seccion3-1-imagen .imagen-pequena {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .seccion3-1-imagen .imagen-pequena {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .seccion3-1-imagen .imagen-pequena {
    max-width: 100%;
  }
}
.seccion3-1-imagen .imagen-pequena-1 {
  aspect-ratio: 3905/1026;
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .seccion3-1-imagen .imagen-pequena-1 {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .seccion3-1-imagen .imagen-pequena-1 {
    aspect-ratio: 3905/1026;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .seccion3-1-imagen .imagen-pequena-1 {
    aspect-ratio: 3905/1026;
    max-width: 100%;
  }
}
@media (max-width: 320px) {
  .seccion3-1-imagen .imagen-pequena-1 {
    height: 120px;
  }
}
.seccion3-1-imagen .boton-inferior-izquierda {
  position: absolute;
  left: 6%;
  bottom: 12%;
  padding: 12px 24px;
  background-color: #FF4200;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(255, 66, 0, 0.3);
  transition: all 0.3s ease;
  text-decoration: none !important;
}
.seccion3-1-imagen .boton-inferior-izquierda:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 66, 0, 0.4);
}
@media (max-width: 992px) {
  .seccion3-1-imagen .boton-inferior-izquierda {
    padding: 10px 20px;
    font-size: 0.9rem;
    left: 4%;
    bottom: 8%;
  }
}
@media (max-width: 768px) {
  .seccion3-1-imagen .boton-inferior-izquierda {
    padding: 6px 12px;
    font-size: 1.2rem;
    left: 39%;
    bottom: -7%;
  }
}
@media (max-width: 480px) {
  .seccion3-1-imagen .boton-inferior-izquierda {
    padding: 4px 8px;
    font-size: 1rem;
    left: 39%;
    bottom: -10%;
  }
}

@media (max-width: 768px) {
  .seccion3-1 .row .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 320px) {
  .seccion3-1-texto {
    padding: 0.5rem 0.25rem;
  }
  .seccion3-1-texto h3 {
    font-size: 0.8rem;
    line-height: 1.1;
  }
  .seccion3-1-texto .p-texto {
    font-size: 0.65rem;
    line-height: 1.1;
  }
  .seccion3-1-imagen {
    padding: 0.25rem 0.125rem;
  }
  .seccion3-1-imagen .imagen-pequena {
    aspect-ratio: 3905/1026;
  }
  .seccion3-1-imagen .boton-inferior-izquierda {
    padding: 3px 6px;
    font-size: 0.6rem;
    left: 40%;
    bottom: -7%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .seccion3-1-texto h3, .seccion3-1-texto .p-texto {
    transition: font-size 0.3s ease;
  }
  .seccion3-1-imagen .imagen-pequena, .seccion3-1-imagen .imagen-pequena-1 {
    transition: transform 0.3s ease;
  }
  .seccion3-1-imagen .imagen-pequena:hover, .seccion3-1-imagen .imagen-pequena-1:hover {
    transform: scale(1.02);
  }
}
@media (prefers-contrast: high) {
  .seccion3-1 .row {
    background-color: #E0E0E0;
  }
  .seccion3-1 .row-1 {
    background-color: #FFFFFF;
  }
  .boton-inferior-izquierda {
    border: 2px solid #FF4200;
  }
}
.slide-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.slide-in-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-down {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.is-visible {
  opacity: 1;
  transform: none;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.btn-conoce-mas {
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.btn-conoce-mas:hover {
  transform: scale(1.05);
}

body {
  overflow-x: hidden;
}

/*# sourceMappingURL=main.css.map */
