@charset "utf-8";
/* CSS Document */

    body {
      font-family: 'Montserrat', sans-serif;
      margin: 0;
      background: #fff;
      overflow-x: hidden;
    }


	      .who-logo img {
    max-width: 120px;
			  height: auto;
    } 
	  .who-footer {
      background-color: #1c1f27;
      color: white;
      padding: 80px 20px;
      text-align: center;
    }

    .who-footer-text {
      font-size: 22px;
		line-height: 30px;
      font-weight: 400;
      font-family: 'Montserrat', sans-serif;
  
      text-transform: uppercase;
      margin-bottom: 20px;
    }



    .note {
      display: flex;
      flex-direction: column;
    }

    .note img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .text-block {
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-color: #fff;
		
    }

    .title {
      font-family: 'Playfair Display', serif;
      font-size: 37px;
      font-weight: 300;
      margin-bottom: 16px;
      color: #202C38;
		max-width: 700px;
    }

    .text {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 16px;
		color: #202C38;
		max-width: 700px;
    }

    .link {
      font-weight: 600;
      color: #202C38;
      text-decoration: none;
    }

    .link:hover {
      text-decoration: underline;
    }

    .row {
      display: flex;
      flex-direction: column;
    }

    @media (min-width: 901px) {
		
 
      .row {
        flex-direction: row;
      }

      .row.reverse {
        flex-direction: row-reverse;
      }

      .note {
        width: 50%;
      }

      .text-block {
        padding: 80px;
      }
    }

    .hero-section {
      display: flex;
      height: 100vh;
      background: #39485d;
    }

    .left-side,
    .right-side {
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px;
    }

    .image-box {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .image-box img {
   width: auto;
		max-height: 700px;
    }

    .image-box p {
      color: #39485d;
      font-family: 'Playfair Display', serif;
      font-size: 1.5rem;
    }

    .text-box {
      max-width: 600px;
      color: white; /* ✅ color blanco */
      text-align: left; /* ✅ alineado a la izquierda */
    }

    .text-box h1 {
      font-family: 'Playfair Display', serif;
      font-size: 41px;
      line-height: 1.3;
      margin-bottom: 20px;
		font-weight: 400;
    }

    .text-box p {
      font-size: 1rem;
      margin-bottom: 30px;
    }

    .cta-button {
      background-color: #a3865c;
      color: white;
      padding: 12px 20px;
      font-weight: bold;
      font-size: 0.9rem;
      text-decoration: none;
      border: none;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      transition: all 0.3s ease;
    }

    .cta-button span {
      transition: transform 0.3s ease;
    }

    .cta-button:hover span {
      transform: translateX(5px);
    }
	      .cta-button2 {
background-color: #ffffff;
  color: #202C38;
  padding: 10px 0px;
  font-weight: bold;
  font-size: 0.9rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  display: inline-flex; /* ✅ este está bien para íconos, pero controla su crecimiento */
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  width: fit-content; /* ✅ esta línea es clave */
    }

    .cta-button2 span {
      transition: transform 0.3s ease;
    }

    .cta-button2:hover span {
      transform: translateX(5px);
    }


    .scroll-section {
      background-color: white;
      color: black;
      padding: 100px 20px;
      text-align: center;
      font-size: 1.2rem;
      font-weight: bold;
    }
    .help-section {
      background-color: #edf3f9;
      text-align: center;
      padding: 80px 20px;
    }

    .help-section h2 {
      font-family: 'Playfair Display', serif;
      font-size: 32px;
      color: #2c2c2c;
      margin-bottom: 10px;
    }

    .help-section p {
      font-family: 'Montserrat', sans-serif;
      font-size: 16px;
      color: #2c2c2c;
      margin: 0 auto;
      max-width: 600px;
    }
    @media (max-width: 900px) {
				    .who-footer-text {
      font-size: 14px;
		line-height: 20px;

    }
		  					      .who-logo img {
    max-width: 80px;
			  height: auto;
    }  .image-box img {
				margin-top:70px;
   width: auto;
		max-height: 300px;
    }
      .hero-section {
        flex-direction: column;
        height: auto;
      }

      .left-side,
      .right-side {
        width: 100%;
        padding: 40px 20px;
        text-align: center;
      }

      .text-box h1 {
        font-size: 28px;
      }

      .text-box p {
        font-size: 15px;
      }
		  .title {
      font-family: 'Playfair Display', serif;
      font-size: 28px;
      font-weight: 300;
      margin-bottom: 16px;
      color: #202C38;
		max-width: 100%;
    }

    .text {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 16px;
		color: #202C38;
		max-width: 100%;
    }
    .text-block {
        padding: 40px;
      }
    }
