#estiloModerno {
  background-color: #0e0a0a;
  color: #fff;
  width: 100%;
  padding-top: 100px;
}

#estiloModerno > div.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  position: relative;
}

#estiloModerno .images {
  display: flex;
  align-items: end;
  justify-content: flex-start;
}

#estiloModerno .content {
  position: relative;
}

#estiloModerno .bigger > img {
  width: 100%;
  height: 100%;
}

#estiloModerno .smaller {
  margin-left: -30px;
}

#estiloModerno .smaller > img {
  width: 100%;
  height: 100%;
}

#estiloModerno .contentTitle {
  font-family: serif;
  font-size: clamp(25px, 3vw, 38px);
}

#estiloModerno .contentTitle.second {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}

#estiloModerno .contentDesc {
  color: #d0cfd1;
  font-size: clamp(18px, 2vw, 20px);
}

#estiloModerno .button {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 40px;
}

#estiloModerno .btn-contrate {
  background-color: transparent;
  border: 2px solid #eeeee6;
  width: 200px;
  height: 80px;
  padding: 10px;
  border-radius: 120px / 50px;
}

#estiloModerno .btn-contrate a {
  color: #eeeee6;
  text-decoration: none;
  font-size: clamp(16px, 3vw, 20px);
}

@media (min-width: 0px) {
  #estiloModerno > div.container {
    flex-direction: column;
  }

  #estiloModerno .images {
    position: relative;
    flex-direction: column;
    width: 100%;
  }

  #estiloModerno .content {
    width: 100%;
  }

  #estiloModerno .bigger {
    width: 100%;
    object-fit: contain;
  }

  #estiloModerno .smaller {
    object-fit: contain;
  }
}

@media (min-width: 600px) {
  #estiloModerno .smaller {
    height: 400px;
  }
}

@media (min-width: 1040px) {
  #estiloModerno .content {
    width: 50%;
  }

  #estiloModerno .images {
    flex-direction: row;
    width: 50%;
  }

  #estiloModerno .contentDesc::first-letter {
    margin-left: 100px;
  }

  #estiloModerno > div.container {
    flex-direction: row;
  }

  #estiloModerno .content {
    width: 40%;
  }

  #estiloModerno .images {
    flex-direction: row;
    width: 60%;
    position: relative;
    flex: 1;
  }

  #estiloModerno .bigger {
    width: 90%;
  }

  #estiloModerno .smaller {
    height: 25vw;
    max-height: 300px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    right: 0;
  }
}
