/* 🔵 Capa Azul izquierda */
.overlay-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 38%; /* comparable a tu slide */
  height: 100%;
  background: #022559; /* azul sólido */
  z-index: -1;
}

/* ⚪ Capa blanca semitransparente central */
.overlay-white {
  position: absolute;
  top: 0;
  left: 38%;
  width: 35%;
  height: 100%;
  background: rgb(255, 255, 255);
  backdrop-filter: blur(2px);
  z-index: 1;
}

/* 📌 Texto */
.hero-content {
  position: absolute;
  z-index: 5;
  left: 8%; /* Ajustado exactamente como la plantilla */
  max-width: 28%;
  color: white;
}

.hero-content h1 {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.1;
}

.subtext {
  margin-top: 1.8rem;
  font-size: 1.2rem;
  border-top: 3px solid #1e90ff;
  padding-top: 1rem;
  width: fit-content;
}




.block-1 {
  width: 100%;
  margin-top: 80px;
  min-height: calc(100vh - 80px);
  /*min-height: 100vh;*/
  /*background-image: url("../img/images_before/background_1.jpg");*/
  background-color: #022559;
  background-size: cover;
  background-position: center;
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
  padding: 0;
  position: relative;
  z-index: 0;
}

.block-1::before {
  content: "";
  position: absolute;
  inset: 0;
  
  background-color: rgba(2, 37, 89, 0.6);
  /*display: none;
/*  background: rgba(47, 0, 255, 0.84); /* Capa oscura sobre la imagen de fondo */
  z-index: 1;
}

.block-1-image {
  background-image: url("../img/img_new/inicio/background_04_cuadro.png");
  /*background-image: url("./img/img_new/inicio/background_04_cuadro.png");*/
  position: absolute;
  right: 0;
  top: 0;
  height: calc(100vh - 80px);
  /*height: 100vh;              /* alto igual a la pantalla */
  width: 66.5vw;              /* ancho relativo al viewport */
  max-width: 900px;           /* límite para pantallas grandes */
  z-index: -1;
  overflow: hidden;
  background-size: cover;

}

/*

.footer-section img {
  width: clamp(120px, 8.8vw, 180px);
  height: auto;
  


  object-fit: cover;
  opacity: 0.1;
}*/

/*.block-1 .overlay-white {
  position: absolute;
  top: 0;
  width: 35%;
  height: 100%;
}*/


.block-1 .overlay-white {

  position: absolute;
  top: 0;
  left: 44%;
  transform: translateX(-50%);
  width: 15%;
  height: 100%;
  background: rgba(255, 255, 255, 0.406);
  /*background-color: black;*/
  backdrop-filter: blur(2px);
  z-index: 1;
}

.block-1-content-1 {
  z-index: 200;
  position: absolute;
  color: white;
  width: 47.6%;
  top: 1%;
  margin-left: clamp(20px, 4vw, 60px);
}/*
.block-2-content-1 {
  background: rgba(88, 219, 226, 0.4);
  position: absolute;
  bottom: 1.5%;
  left: 3.5%;
  z-index: 200;
  color: white;
  width: 48%;
  padding: 2% 1%;
  height: 54%;
}*/





.block-1-content-1-title h2 {
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.1;
  /*margin-top: 10rem;
  margin-bottom: 15rem;*/
}

.block-1-content-1-box-text p {
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  margin-top: clamp(1.5rem, 4vh, 3rem);
  width: fit-content;
  border-radius: 5px;
}




.block-2-content-1 {
  /*background: rgba(58 146 150 / 40%);*/
  background: rgba(58, 146, 150, 0.4);
  /*background: rgba(88, 219, 226, 0.4);*/
  position: absolute;
  bottom: 1.5%;
  left: 3.5%;
  z-index: 200;
  color: white;
  width: 48%;
  padding: 2% 1%;
  height: 54%;
}

.block-2-content-1-title h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 800;
  line-height: 1.2;
}

.block-2-content-1-box-text p {
  margin-top: 4rem;
  font-size: clamp(1rem, 1.3vw, 1.3rem);
}



















