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

body {
  font-family: "Work Sans", sans-serif;
  overflow-x: hidden;
}

.btn {
  background-color: #132a2c;
  color: #ffffff;
  padding: 0.4rem 1.5rem;
  border-radius: 0;
  font-size: 23px;
  font-weight: 400;
  border: 2px solid #132a2c;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
}
.btn:hover, .btn:focus {
  box-shadow: 0 2px 12px rgb(255, 255, 255);
  text-decoration: none;
  color: white;
}

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

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 !important;
}
.navbar .img-logo {
  max-width: 225px;
}
.navbar .navbar-toggler {
  border: none !important;
  background-color: transparent !important;
  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='%23000000' viewBox='0 0 30 30'%3e%3cpath stroke='%23000000' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar .navbar-collapse {
  padding-top: 1.2rem;
}
.navbar .navbar-nav {
  text-align: center;
}
.navbar .nav-link {
  color: black;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 1rem 0;
  text-transform: none;
}
.navbar .nav-link:hover {
  color: #dfcca3;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse {
    padding-top: 0;
  }
  .navbar .separator {
    align-content: center;
    color: #dfcca3;
    font-size: 1.2rem;
    margin: 0 0.8rem;
    user-select: none;
  }
}

/* Contenedor verde superior */
.footer-main {
  background-color: white;
  color: white;
  padding: 1.5rem 1rem;
}

/* Contenedor negro inferior */
.footer-bottom {
  background-color: #132a2c;
  color: white;
  text-align: center;
  padding: 1rem 0;
  font-size: 0.875rem;
}

.footer-logo {
  flex: 0 1 auto;
  text-align: center;
}

@media (min-width: 768px) {
  .img-logo-foo {
    max-width: 400px;
  }
}

.subtitulo-foo {
  color: black;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-container {
    flex-direction: column;
    display: flex;
    text-align: center;
  }
  .footer-nav {
    justify-content: center;
    flex: 1 1 100%;
    margin-bottom: 1rem;
  }
  .footer-logo {
    margin-bottom: 1rem;
  }
  .nav-bar-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
  }
}
.bk-01-fondo {
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .bk-01-fondo {
    min-height: 673px;
  }
}

.bk-01 {
  background-position: center top 0px;
  overflow: hidden;
  margin-top: 0;
}
.bk-01 .texto-banner {
  position: relative;
  z-index: 2;
  max-width: 700px;
  text-align: left;
  padding: 1rem;
  max-width: 100%;
}
.bk-01 .titulo {
  font-family: "Roboto", SemiCondensed;
  font-weight: 700;
  line-height: 1.4;
  color: white;
  font-size: 35px;
}
.bk-01 .subtitulo {
  font-family: "Roboto", SemiCondensed;
  font-weight: 400;
  color: white;
  font-size: 28px;
}
@media (min-width: 992px) {
  .bk-01 {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }
  .bk-01 .texto-banner {
    max-width: 100%;
    margin-top: 0;
    width: 100%;
  }
  .bk-01 .titulo {
    font-weight: 600;
    font-size: clamp(0.5rem, 3.3vw, 4rem);
    line-height: 1;
    margin-top: 1rem;
    max-width: 40%;
  }
  .bk-01 .subtitulo {
    font-size: clamp(1.3rem, 2.1vw, 2.5rem);
    margin-bottom: 3rem;
    white-space: normal;
    max-width: 70%;
  }
  .bk-01 .btn {
    padding: 0rem 1rem;
    font-size: 30px;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
  }
}

.bk-02 {
  color: white;
  padding: 3rem 0;
  background-position: right top 0px;
  font-family: "Roboto", SemiCondensed;
}
.bk-02 h2 {
  font-size: calc(2rem + 0.2vw);
  padding: 3rem 0;
  text-align: center;
}
.bk-02 p {
  font-size: calc(1.9rem + 0.2vw);
  margin-bottom: 1.6rem;
  font-style: italic;
  text-align: justify;
}
@media (min-width: 768px) {
  .bk-02 {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }
  .bk-02 h2 {
    font-size: calc(2.4rem + 0.2vw);
    padding: 0 0 1rem 0;
    text-align: start;
    margin-bottom: 50px;
  }
  .bk-02 p {
    font-size: calc(1.6rem + 0.2vw);
    margin-bottom: 50px;
  }
  .bk-02 .img-fluid {
    width: 90%;
  }
}

.bk-03 {
  position: relative;
  padding: rem 0;
  background-color: white;
  overflow: visible;
  font-family: "Roboto", SemiCondensed;
  color: black;
}
.bk-03 .titulo-seccion {
  font-size: 30px;
  color: white;
  position: relative;
  z-index: 1;
  padding-top: 2.1rem;
}
.bk-03 .titulo-norectangulo {
  font-weight: 700;
  font-size: 5rem;
  color: black;
  margin-bottom: 0.5rem;
}
.bk-03 .subtitulo-norectangulo {
  font-weight: 300;
  font-size: 3rem;
  color: black;
}
.bk-03 .contenedor-rectangulos {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  z-index: 1;
}
.bk-03 .contenedor-rectangulos .rectangulo {
  background-color: #132a2c;
  padding: 1rem;
  border-radius: 40px;
  text-align: center;
  box-shadow: -14px 14px 50px -1px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: -14px 14px 50px -1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: -14px 14px 50px -1px rgba(0, 0, 0, 0.6);
}
.bk-03 .contenedor-rectangulos .rectangulo .titulo-rectangulo {
  font-size: 2rem;
  color: white;
  margin-bottom: 0.5rem;
}
.bk-03 .contenedor-rectangulos .rectangulo .subtitulo-rectangulo {
  font-size: 1.5rem;
  color: white;
}
@media (min-width: 768px) {
  .bk-03 {
    background-size: cover;
  }
  .bk-03 .titulo-norectangulo {
    font-size: 4rem;
    color: black;
    margin-bottom: 0.5rem;
  }
  .bk-03 .subtitulo-norectangulo {
    font-weight: 300;
    font-size: 2.3rem;
    color: black;
  }
  .bk-03 .titulo-seccion {
    color: white;
    position: relative;
    z-index: 1;
    text-align: right;
  }
  .bk-03 .titulo-seccion .titulo-seccion-texto {
    font-size: 1.8rem;
    padding-bottom: 1.7rem;
  }
  .bk-03 .subtitulo-seccion {
    font-size: clamp(1.4rem, 3vw, 2rem);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .bk-03 .contenedor-rectangulos {
    flex-direction: row;
    justify-content: center;
    padding: 3rem;
  }
  .bk-03 .contenedor-rectangulos .rectangulo {
    border-radius: 40px;
  }
  .bk-03 .contenedor-rectangulos .rectangulo .titulo-rectangulo {
    font-size: 1.4rem;
    max-width: 600px;
  }
  .bk-03 .contenedor-rectangulos .rectangulo .subtitulo-rectangulo {
    font-size: 1.13rem;
    max-width: 600px;
  }
}

.bg-mano {
  width: 80%;
}

/* --- 1. Contenedor Principal --- */
/* Define la estructura y la forma del banner */
#nuestra-firma-dos .split-container {
  display: grid;
  /* --- CAMBIO AQUÍ: Ahora es una rejilla de 3 columnas --- */
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/2;
  max-height: 550px;
}

/* --- 2. Estilos Generales para Ambas Columnas --- */
#nuestra-firma-dos .split-column {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --- 3. Columna Izquierda --- */
#nuestra-firma-dos .split-column:not(.column-with-text) {
  z-index: 1;
}

/* --- 4. Columna Derecha --- */
#nuestra-firma-dos .column-with-text {
  /* --- CAMBIO AQUÍ: Le decimos que ocupe 2 columnas --- */
  grid-column: span 2;
  background-color: #e4d1ac;
  color: #ffffff;
  padding: 1rem 8%;
  z-index: 2;
  /* Ajuste sugerido para el empalme (ver nota abajo) */
  margin-left: -5vw; /* Usamos 'vw' para un empalme más consistente */
  clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%);
}

/* --- 5. Estilos para el Contenido de Texto --- */
#nuestra-firma-dos .text-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 550px;
}

#nuestra-firma-dos .titulo-seccion-texto {
  margin: 0;
  font-style: italic;
  line-height: 1.4;
  text-align: center;
  text-shadow: none;
  font-size: clamp(16px, 3vw, 2.2rem); /* Ajustado ligeramente para el nuevo espacio */
}

@media (max-width: 768px) {
  #nuestra-firma-dos .titulo-seccion-texto {
    margin: 0;
    font-style: italic;
    line-height: 1.4;
    text-shadow: none;
    font-size: clamp(16px, 3vw, 2.2rem); /* Ajustado ligeramente para el nuevo espacio */
  } /* 1. Hacemos que el contenedor sea de una sola columna */
  #nuestra-firma-dos .split-container {
    display: grid;
    /* --- CAMBIO AQUÍ: Ahora es una rejilla de 3 columnas --- */
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16/2;
    max-height: 550px;
  }
}
.bk-04 {
  color: black;
  padding: 3rem 0;
  background-position: right top 0px;
  font-family: "Roboto", SemiCondensed;
}
.bk-04 h2 {
  font-size: calc(2.6rem + 0.2vw);
  text-align: center;
}
.bk-04 p {
  font-size: calc(2.4rem + 0.2vw);
  font-weight: 500;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .bk-04 {
    background-position: center top 0px;
  }
  .bk-04 h2 {
    font-size: calc(3rem + 0.2vw);
    text-align: center;
  }
  .bk-04 p {
    font-size: calc(1.8rem + 0.2vw);
    margin-bottom: 1.6rem;
    margin-left: 4rem;
  }
}

.bk-05 {
  position: relative;
  padding: 2rem 0;
  background-color: white;
  overflow: visible;
  font-family: "Roboto", SemiCondensed;
  color: black;
}
.bk-05 .fondo-seccion-rec {
  background-color: white;
  border-radius: 12px;
}
.bk-05 .icono-tam {
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
}
.bk-05 .titulo-seccion {
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 3rem);
  color: black;
  margin-bottom: 0.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 1.5rem;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.bk-05 .subtitulo-seccion {
  font-weight: 300;
  font-size: clamp(1.1rem, 4vw, 1.6rem);
  color: black;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
}
.bk-05 .contenedor-rectangulos {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  z-index: 1;
}
.bk-05 .contenedor-rectangulos .rectangulo {
  background-color: white;
  padding: 1.2rem 3rem;
  border-radius: 12px;
  text-align: center;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  box-shadow: -14px 14px 50px -1px rgba(157, 156, 156, 0.6);
  -webkit-box-shadow: -14px 14px 50px -1px rgb(158, 157, 157);
  -moz-box-shadow: -14px 14px 50px -1px rgb(180, 180, 180);
}
.bk-05 .contenedor-rectangulos .rectangulo .titulo-rectangulo {
  font-weight: 700;
  font-size: 2rem;
  color: black;
  margin-bottom: 0.5rem;
}
.bk-05 .contenedor-rectangulos .rectangulo .subtitulo-rectangulo {
  font-weight: 300;
  font-size: 1.7rem;
  color: black;
}
@media (min-width: 768px) {
  .bk-05 {
    padding: 5rem 0;
  }
  .bk-05 .titulo-seccion,
  .bk-05 .subtitulo-seccion,
  .bk-05 .btn-container {
    text-align: center;
  }
  .bk-05 .btn-container {
    margin-bottom: 5rem;
  }
  .bk-05 .subtitulo-seccion {
    font-size: clamp(1.4rem, 3vw, 2rem);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .bk-05 .contenedor-rectangulos {
    flex-direction: row;
    justify-content: center;
    padding-bottom: 2rem;
    gap: 0rem;
  }
  .bk-05 .contenedor-rectangulos .rectangulo {
    max-width: 440px;
    padding: 1.2rem 3rem;
    margin-left: 2rem;
    margin-right: 2rem;
    min-width: 350px;
  }
  .bk-05 .contenedor-rectangulos .rectangulo .titulo-rectangulo {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .bk-05 .contenedor-rectangulos .rectangulo .subtitulo-rectangulo {
    font-size: 1.3rem;
  }
}

.bk-06 {
  background-size: cover;
  padding: 2rem 0;
  overflow: visible;
  font-family: "Work Sans", sans-serif;
  color: black;
}
.bk-06 .titulo-seccion {
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 3rem);
  color: black;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}
.bk-06 .espacio-card {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .bk-06 {
    padding: 5rem 0;
  }
  .bk-06 .titulo-seccion {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
}

.bk-07 {
  color: white;
  padding: 3rem 0;
  background-position: left top 0px;
}
.bk-07 .titulo-form {
  font-size: calc(1.5rem + 0.2vw);
  margin-bottom: 3rem;
  color: white;
}
.bk-07 .subtitulo-form {
  font-size: calc(1.5rem + 0.2vw);
  padding-bottom: 1rem;
  color: white;
}
.bk-07 .btn-form {
  background-color: #e4d1ac;
  color: #ffffff;
  padding: 0.4rem 1.5rem;
  border-radius: 0;
  font-size: 23px;
  font-weight: 400;
  border: 2px solid #132a2c;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  max-width: 90%;
}
.bk-07 .btn-form:hover, .bk-07 .btn-form:focus {
  box-shadow: 0 2px 12px rgb(29, 28, 28);
  text-decoration: none;
  color: white;
  background-color: transparent;
}
@media (min-width: 768px) {
  .bk-07 .btn-form {
    background-color: #132a2c;
    color: #ffffff;
    min-width: 300px;
  }
}
.bk-07 .row {
  height: 100%;
}
.bk-07 .row .col-md-6 {
  height: auto;
}
.bk-07 .row .col-md-6 .form-container {
  text-align: center;
}
.bk-07 .row .col-md-6 .form-container .form-control {
  font-size: calc(1.5rem + 0.2vw);
  border-radius: 0;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: white;
}
@media (min-width: 768px) {
  .bk-07 {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    
   
  }
  .bk-07 .text-md-black {
    color: black;
  }
  
   .bk-07 .col-md-6{
        margin-top: 6rem;
    }
}

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