* {
    padding: 0;
    margin: 0;
}
  h1 {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 47px;
    line-height: 52px;
    color: #000000;
    text-transform: uppercase;
  }
  h2 {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 22px;
    line-height: 37px;
    color: #000000;
  }
  h3 {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 19px;
    color: #000000;
  }
  .bold {
    font-weight: 900;
  }
  p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 20px;
  }
  .title-nosotros{
    justify-content: space-between;
    width: 90%;
    margin: 10px auto;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .title-nosotros h1{
    width: 100%;
    color: #00b0b9;
    height: auto;
    font-size: 30px;
    display: block;
    text-transform: uppercase;
    position: relative;
    margin-top: 60px;
    margin-bottom: 25px;
    font-weight: 400;
    line-height: 89.5%;
    text-align: center;
  }
  .title-nosotros h3{
      width: 40%; 
  }
  .container-img-section-one{
      display: flex;
      justify-content: space-between;
      height: 500px;
  }

  .container-img-section-one figure{
    width: calc(50% - 4px);
    overflow: hidden;
  }
  
  .information-section-one{
      text-align: center;
      width: 60%;
      margin: auto auto 70px;
      color: #000000;
      line-height: 124%;
  }
  .nostoros-img-cover{
      width: 100%;
      margin-bottom: 70px;
  }
  .section-two,
  .section-three{
      width: 92%;
      margin: auto auto 90px;
  }
  .container-section-two{
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 40px;
  }
  .container-section-two-information{
      width: 45%;
      padding: 0 2%;
  }
  .container-section-two-information h2,
  .container-section-three-information h2{
    font-size: 23px;
    font-weight: 700;
    color: #e0004d;
    margin-bottom: 25px;
  }
  .container-section-two-img{
    width: calc(50% - 4px);
  }
  .container-section-two-img img,
  .container-section-three-img img{
      width: 100%;
      object-fit: cover;
  }
  .icons-section-two{
      display: flex;
      align-items: center;
      margin-top: 30px;
  }
  .icons-section-two img{
      margin-right: 20px; 
  }

  .container-section-three-information {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .container-section-three-information p {
    width: 50%;
    text-align: center;
    margin-bottom: 60px;
  }


  
  @media screen and (max-width: 450px) {
      h1{
          font-size: 25px;
          line-height: 20px;
      }
      h2{
          font-size: 12px;
          line-height: 165%;
      }
      h3, p{
          font-size: 12px;
          line-height: 165%;
      }
    .mobile-portada {
    height: 55vh;
}

.mobile-portada img {
    height: 100%;
}

      .title-nosotros{
          flex-direction: column;
          align-items: flex-start;
          width: 90%;
          margin: auto;
          /* padding-top: 50px;   */
          padding-bottom: 40px;  
      }
      .title-nosotros h1{
          margin-bottom: 10px;
          line-height: 30px;
      }
      .title-nosotros h3 {
          width: 100%;
      }
      .container-img-section-one{
          width: 90%;
          margin: auto;
          display: block;
          padding-bottom: 40px;
      }
      .container-img-section-one img{
          width: 100% !important;
      }
      .information-section-one{
          width: 90%;
          display: none;
      }
      .nostoros-img-cover{
          height: 50vh; 
          object-fit: cover;
      }
      .section-two{
          width: 90%;
          margin: auto;
      }
      .container-section-two{
          flex-direction: column;
      }
      .container-section-two-img {
          width: 100%;
      }
      .container-section-two-information {
          width: 100%;
          margin-bottom: 50px;
      }
      /* .container-section-two:last-child{
          margin-bottom: 0;
      } */
      .container-section-two-information p:last-child{
          margin-bottom: 0;
      }
      .icons-section-two{
          margin-top: 20px;
      }
      .icons-section-two img{
          width: 30px;
      }
      .img-final-nosotros{
          width: 100%;
      }
      
      .container-section-three-information p{
        width: unset;
      }
  }
  