section.ventajas {
  text-align: center;
  padding: 50px 0;
}

.bg-negro {
  background-color: black;
}

p {
  margin: 0;
}

.wrapper-video {
  position: relative;
}

.wrapper-video .txt-cabecera {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 100%;
}
.titulo-pro-video {
  font-family: "JosefinSans-Regular";
  font-weight: 900;
  color: white;
  font-size: min(100vw, 50px);
  line-height: min(100vw, 50px);
}
.wrapper-video p:nth-child(1) {
  color: white;
  font-size: min(100vw, 80px);
  line-height: min(100vw, 80px);
  max-width: 900px;
  margin: 80px auto 5px auto;
  font-family: "JosefinSans-Thin";
}
.pro-club {
  color: white;
  font-size: min(100vw, 50px);
  line-height: min(100vw, 50px);
  max-width: 900px;
  margin: 0 auto 120px auto;
  font-family: "JosefinSans-Thin";
}

.wrapper-video p:nth-child(3) {
  color: white;
  font-size: min(100vw, 30px);
  line-height: min(100vw, 30px);
  font-family: "JosefinSans-Thin";
  font-weight: 600;
}

.wrapper-video video {
  filter: brightness(0.3);
  display: block;
}

.login-home {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: end;
}

.login-home a {
  text-decoration: none;
  color: white;
  margin-right: 10px;
  font-family: "JosefinSans-Regular";
  font-weight: 500;
  margin-bottom: -5px;
}
.login-home a:hover {
  opacity: 0.5;
}

.login-home img {
  /* width: 30px; */
}

section.ventajas h1 {
  font-family: "Futura PT Book";
  text-align: center;
  font-size: min(100vw, 30px);
  line-height: min(100vw, 35px);
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  margin: 0;
  font-family: "JosefinSans-Thin";
  font-weight: 600;
  padding: 50px 0;
}

section.ventajas .wrapper-ventajas {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.wrapper-marcas {
  max-width: 800px;
  margin: 0 auto;
}

section.ventajas .wrapper-ventajas .box-borde {
  width: 31%;
  text-align: center;
  padding: 20px 0;
  border: 0px solid white;
  overflow: hidden;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section.ventajas .wrapper-ventajas .box-borde img {
  width: auto;
  height: 120px;
  margin-bottom: 30px;
}

section.ventajas .wrapper-ventajas .box-borde p {
  color: #fff;
  font-size: min(100vw, 19px);
  line-height: min(100vw, 25px);
  text-transform: uppercase;
  padding: 0 10px;
  /* margin-bottom: 20px; */
  font-family: "JosefinSans-Regular";
  font-weight: 600;
  margin-top: 40%;
}

section.ventajas .wrapper-ventajas .box-borde p:nth-child(2) {
  color: #fff;
  font-size: 15px;
  padding: 0 20px;
  font-family: "JosefinSans-Thin";
  font-weight: 600;
  text-transform: lowercase;
  margin-top: 0;
}

section.ventajas .wrapper-ventajas .box-no-borde {
  width: 31%;
  text-align: center;
  /* margin: 20px 0; */
  padding: 20px 0;
  overflow: hidden;
}

section.ventajas .wrapper-ventajas .box-no-borde img {
  width: 175px;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
section.ventajas .wrapper-ventajas .box-no-borde img:hover {
  opacity: 0.5;
}
.armani {
  width: 240px !important;
  padding-bottom: 5px;
}

.urban {
  width: 210px !important;
  padding-bottom: 20px;
}
.ives {
  padding-bottom: 60px;
  width: 50px !important;
}

.botoom-ives {
  margin-bottom: -35px !important;
}

@media only screen and (max-width: 1025px) {
  .wrapper-video {
    height: 100vh;
  }

  .wrapper-video .txt-cabecera {
    top: 45%;
  }

  .wrapper-video video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }

  .wrapper-video p:nth-child(1) {
    color: white;
    font-size: min(100vw, 50px);
    line-height: min(100vw, 60px);
    margin: auto;
    padding: 0 40px;
  }

  .wrapper-video p:nth-child(2) {
    color: white;
    font-size: min(100vw, 30px);
    line-height: min(100vw, 30px);
    padding: 0 40px;
  }
  .titulo-pro-video {
    font-size: min(100vw, 30px);
    line-height: min(100vw, 30px);
  }
  section.ventajas .wrapper-ventajas {
    flex-direction: column;
  }

  .wrapper-marcas {
    display: block !important;
  }

  section.ventajas .wrapper-ventajas .box-borde {
    width: 80%;
    margin-bottom: 30px;
  }

  .space-bottom-20 {
    margin-bottom: 0px !important;
  }

  section.ventajas .wrapper-ventajas .box-no-borde {
    width: 100%;
  }

  section.ventajas .wrapper-ventajas .box-borde img {
    width: auto;
  }

  section.ventajas .wrapper-ventajas .box-no-borde img {
    width: 130px;
  }

  .login-home {
    top: 20px;
    right: 20px;
  }

  section.ventajas h1 {
    font-size: min(20vw, 25px);
    line-height: min(100vw, 30px);
    padding: 0 20px 50px 20px;
    white-space: normal;
  }

  section.ventajas .wrapper-ventajas .box-borde p:nth-child(2) {
    font-size: min(100vw, 16px);
    line-height: min(100vw, 25px);
  }

  .ives {
    padding-bottom: auto;
  }

  .botoom-ives {
    margin-bottom: auto;
  }
  .armani {
    width: 150px !important;
    padding-bottom: 0;
  }

  .urban {
    width: 150px !important;
    padding-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .wrapper-video p:nth-child(3) {
    font-size: min(100vw, 24px);
    line-height: min(100vw, 25px);
  }
  section.ventajas h1 {
    font-size: min(20vw, 24px);
  }
}
