.elementor-641 .elementor-element.elementor-element-93c45e9{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;}.elementor-641 .elementor-element.elementor-element-93c45e9:not(.elementor-motion-effects-element-type-background), .elementor-641 .elementor-element.elementor-element-93c45e9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://afuerahayunmundo.com/wp-content/uploads/2026/02/pexels-quintingellar-313782-scaled.webp");background-size:cover;}.elementor-641 .elementor-element.elementor-element-ae38157{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-641 .elementor-element.elementor-element-549ece3{--display:flex;--min-height:100vh;--justify-content:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-641 .elementor-element.elementor-element-7179dfb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-641 .elementor-element.elementor-element-99cf198{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-641 .elementor-element.elementor-element-1a4de9f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-641 .elementor-element.elementor-element-3e50629{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-641 .elementor-element.elementor-element-ae6ca62{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-641 .elementor-element.elementor-element-382364d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-641 .elementor-element.elementor-element-f70c318{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-641 .elementor-element.elementor-element-8c81274{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-641 .elementor-element.elementor-element-ae38157{--width:50%;}.elementor-641 .elementor-element.elementor-element-549ece3{--width:40%;}}/* Start custom CSS for container, class: .elementor-element-93c45e9 *//* =========================
   HERO USA
========================= */

.usa-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
  padding: 0 6%;
  position: relative;
  background-image: url('http://afuerahayunmundo.com/wp-content/uploads/2026/02/pexels-quintingellar-313782-scaled.webp');
  background-size: cover;
  background-position: center;
  overflow: hidden;
  color: #fff;
}

/* Overlay azul editorial */

.usa-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(13, 27, 42, 0.95) 0%,
    rgba(13, 27, 42, 0.85) 40%,
    rgba(13, 27, 42, 0.25) 100%
  );
  z-index: 1;
}

.usa-hero > * {
  position: relative;
  z-index: 2;
}

/* =========================
   TEXTO
========================= */

.usa-hero-text {
  max-width: 520px;
}

.usa-kicker {
  color: #B11226;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}

.usa-hero-text h1 {
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.05;
  margin: 20px 0;
  font-weight: 600;
}

.usa-hero-text p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: rgba(255,255,255,0.9);
  max-width: 500px;
}

/* BOTÓN */

.usa-btn {
  display: inline-block;
  background: #B11226;
  color: #fff;
  padding: 14px 32px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.usa-btn:hover {
  background: #8E0F1F;
  transform: translateY(-3px);
}

/* =========================
   COLLAGE
========================= */

.usa-hero-collage {
  position: relative;
  width: min(40vw, 520px);
  aspect-ratio: 4 / 5;
}

/* IMÁGENES PROPORCIONALES */

.usa-img {
  position: absolute;
  width: clamp(160px, 18vw, 260px);
  aspect-ratio: 3 / 4;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.4);
  transition: transform 0.4s ease;
}

/* Profundidad visual */

.usa-img-1 { z-index: 3; }
.usa-img-2 { z-index: 2; }
.usa-img-3 { z-index: 1; }

/* POSICIONES FLUIDAS */

.usa-img-1 {
  top: 0;
  right: 25%;
  background-image: url('http://afuerahayunmundo.com/wp-content/uploads/2026/02/pexels-david-vives-1474251-10684826-scaled.webp');
}

.usa-img-2 {
  top: 30%;
  right: -5%;
  background-image: url('http://afuerahayunmundo.com/wp-content/uploads/2026/02/pexels-felipealves-13719374-scaled.webp');
}

.usa-img-3 {
  top: 60%;
  right: 20%;
  background-image: url('http://afuerahayunmundo.com/wp-content/uploads/2026/02/pexels-antonio-cuellar-2825974-4366062.webp');
}

/* Hover elegante */

.usa-img:hover {
  transform: scale(1.05);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {

  .usa-hero {
    flex-direction: column;
    text-align: center;
    padding: 80px 20px;
  }

  .usa-hero-text {
    max-width: 100%;
  }

  .usa-hero-text p {
    margin: 0 auto 30px auto;
  }

  .usa-hero-collage {
    margin-top: 60px;
    width: 80%;
  }

  .usa-img-1 {
    top: 0;
    right: 40%;
  }

  .usa-img-2 {
    top: 25%;
    right: 0;
  }

  .usa-img-3 {
    top: 55%;
    right: 30%;
  }
}

@media (max-width: 600px) {

  .usa-hero {
    padding: 60px 20px;
  }

  .usa-hero-collage {
    width: 100%;
  }

  .usa-img {
    width: clamp(130px, 40vw, 180px);
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7179dfb *//* =========================
   BLOQUE DIVERSIDAD USA
========================= */

.usa-diversidad {
  background: #F7F9FC;
  padding: 120px 6%;
}

.usa-diversidad-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* HEADER */

.usa-diversidad-header {
  text-align: center;
  margin-bottom: 80px;
}

.usa-diversidad-header h2 {
  font-size: clamp(32px, 4vw, 46px);
  color: #0D1B2A;
  margin-bottom: 20px;
  font-weight: 600;
}

.usa-diversidad-header p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  color: #4A5568;
}

/* GRID */

.usa-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* CARDS */

.usa-card {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.usa-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(13,27,42,0.85) 0%,
    rgba(13,27,42,0.4) 40%,
    rgba(13,27,42,0.05) 100%
  );
}

.usa-card-content {
  position: relative;
  padding: 30px;
  color: #fff;
}

.usa-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.usa-card p {
  font-size: 15px;
  opacity: 0.9;
}

/* HOVER */

.usa-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.2);
}

/* IMÁGENES */

.card-1 {
  background-image: url('https://images.pexels.com/photos/466685/pexels-photo-466685.jpeg');
}

.card-2 {
  background-image: url('https://images.pexels.com/photos/417173/pexels-photo-417173.jpeg');
}

.card-3 {
  background-image: url('https://images.pexels.com/photos/1032650/pexels-photo-1032650.jpeg');
}

.card-4 {
  background-image: url('https://images.pexels.com/photos/261187/pexels-photo-261187.jpeg');
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  .usa-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .usa-grid {
    grid-template-columns: 1fr;
  }

  .usa-diversidad {
    padding: 80px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-99cf198 */.usa-seccion {
  padding: 120px 6%;
  max-width: 1200px;
  margin: 0 auto;
}

.usa-seccion h2 {
  font-size: clamp(30px, 4vw, 44px);
  color: #0D1B2A;
  margin-bottom: 20px;
}

.usa-seccion p {
  font-size: 18px;
  line-height: 1.6;
  color: #4A5568;
  max-width: 750px;
}
/* =========================
   BLOQUE CIUDADES
========================= */

.usa-ciudades {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

.usa-ciudades-img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  background-image: url('https://images.pexels.com/photos/466685/pexels-photo-466685.jpeg');
  background-size: cover;
  background-position: center;
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

.usa-ciudades-content h2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.usa-ciudades-content p {
  margin-bottom: 20px;
}

/* Kicker oscuro */

.usa-kicker-dark {
  color: #B11226;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}

/* Botón oscuro */

.usa-btn-dark {
  display: inline-block;
  background: #0D1B2A;
  color: #fff;
  padding: 14px 32px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.usa-btn-dark:hover {
  background: #08121D;
  transform: translateY(-3px);
}

/* RESPONSIVE */

@media (max-width: 1024px) {

  .usa-ciudades {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .usa-ciudades-img {
    aspect-ratio: 16 / 10;
  }

  .usa-ciudades-content {
    text-align: center;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1a4de9f */.usa-seccion {
  padding: 120px 6%;
  max-width: 1200px;
  margin: 0 auto;
}

.usa-seccion h2 {
  font-size: clamp(30px, 4vw, 44px);
  color: #0D1B2A;
  margin-bottom: 20px;
}

.usa-seccion p {
  font-size: 18px;
  line-height: 1.6;
  color: #4A5568;
  max-width: 750px;
}
/* =========================
   BLOQUE NATURALEZA
========================= */

.usa-naturaleza {
  padding: 0;
}

.usa-naturaleza-inner {
  position: relative;
  width: 100%;
  min-height: 80vh;
  border-radius: 30px;
  overflow: hidden;
  background-image: url('https://images.pexels.com/photos/417173/pexels-photo-417173.jpeg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.usa-naturaleza-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(13,27,42,0.85) 0%,
    rgba(13,27,42,0.65) 40%,
    rgba(13,27,42,0.15) 100%
  );
}

.usa-naturaleza-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 120px 8%;
  color: #fff;
}

.usa-naturaleza-content h2 {
  font-size: clamp(34px, 4vw, 50px);
  margin: 15px 0 20px;
}

.usa-naturaleza-content p {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 18px;
  opacity: 0.95;
}

/* Kicker claro */

.usa-kicker-light {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  opacity: 0.8;
}

/* Botón claro */

.usa-btn-light {
  display: inline-block;
  background: #B11226;
  color: #fff;
  padding: 14px 32px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.usa-btn-light:hover {
  background: #8E0F1F;
  transform: translateY(-3px);
}

/* RESPONSIVE */

@media (max-width: 1024px) {

  .usa-naturaleza-inner {
    min-height: 70vh;
  }

  .usa-naturaleza-content {
    padding: 80px 30px;
    max-width: 100%;
  }

}
/* =========================
   FIX COLORES NATURALEZA
========================= */

.usa-naturaleza h2,
.usa-naturaleza p,
.usa-naturaleza .usa-kicker-light {
  color: #ffffff !important;
}

.usa-naturaleza p {
  opacity: 0.95;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3e50629 */.usa-seccion {
  padding: 120px 6%;
  max-width: 1200px;
  margin: 0 auto;
}

.usa-seccion h2 {
  font-size: clamp(30px, 4vw, 44px);
  color: #0D1B2A;
  margin-bottom: 20px;
}

.usa-seccion p {
  font-size: 18px;
  line-height: 1.6;
  color: #4A5568;
  max-width: 750px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ae6ca62 */.usa-seccion {
  padding: 120px 6%;
  max-width: 1200px;
  margin: 0 auto;
}

.usa-seccion h2 {
  font-size: clamp(30px, 4vw, 44px);
  color: #0D1B2A;
  margin-bottom: 20px;
}

.usa-seccion p {
  font-size: 18px;
  line-height: 1.6;
  color: #4A5568;
  max-width: 750px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-382364d */.usa-block {
  display: flex;
  min-height: 550px;
}

.usa-block.reverse {
  flex-direction: row-reverse;
}

.usa-block-image {
  flex: 1;
  background-size: cover;
  background-position: center;
}

.usa-block-content {
  flex: 1;
  background-color: #0a192f;
  color: #ffffff;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.usa-block-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.usa-block-content p {
  font-size: 1.1rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .usa-block {
    flex-direction: column;
  }

  .usa-block.reverse {
    flex-direction: column;
  }

  .usa-block-content {
    padding: 50px 30px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f70c318 */.usa-experiences {
  background-color: #f5f7fa;
  padding: 100px 20px;
  text-align: center;
}

.usa-experiences-container {
  max-width: 900px;
  margin: 0 auto;
}

.usa-experiences h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #0a192f;
}

.usa-experiences ul {
  list-style: none;
  padding: 0;
}

.usa-experiences li {
  font-size: 1.2rem;
  margin-bottom: 15px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8c81274 */.usa-ideal {
  background-color: #ffffff;
  padding: 100px 20px;
  text-align: center;
}

.usa-ideal-container {
  max-width: 1000px;
  margin: 0 auto;
}

.usa-ideal h2 {
  font-size: 2rem;
  margin-bottom: 50px;
  color: #0a192f;
}

.usa-ideal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .usa-ideal-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS */html {
  scroll-behavior: smooth;
}/* End custom CSS */