.footer {
  bottom: 0px;
  position: relative;
  /*    position: fixed;*/
  padding: 20px 0;
  width: 100%;
  left: 0;
  background-color: #000;
  box-sizing: border-box;
}

.footer .marcas {
  max-width: 850px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;

  /* padding: 50px 0; */
}
.marcas .logo-marcas:hover {
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  opacity: 0.5;
}
.logo-marcas {
  width: 100px;
  /* max-width: 100px; */
}

.ives-footer {
  padding-bottom: 40px;
  width: 30px !important;
}

.giorgio-footer {
  width: 150px;
}

.urban-footer {
  width: 140px;
  padding-bottom: 20px;
}

.footer .container {
  max-width: 850px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
  padding: 50px 0;
}

.form-footer {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.footer .container div {
  width: 45%;
}

.footer .container .img-footer {
  width: auto;
}

.footer .container div:nth-child(2) {
  text-align: end;
}

.footer .container p {
  color: #fff;
  margin-bottom: 20px;
  font-family: "JosefinSans-Regular";
  font-weight: 300;
}

.footer .container .subparrafo {
  font-size: 15px !important;
  font-family: "JosefinSans-Thin";
  font-weight: 300;
}

.footer .container p:nth-child(1) {
  font-size: 22px;
}

.footer .container p:nth-child(1) span {
  color: #9b9b9b;
}

.form-footer input {
  font-family: "JosefinSans-Thin";
  font-weight: 300;
  width: 80%;
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid white;
  height: 35px;
  color: #fff;
  padding: 0 10px;
  font-size: 15px !important;
}

.form-footer input::placeholder {
  color: #fff !important;
}

.suscribete-footer:not(.ex) {
  padding: 15px 0 10px 0;
  /* padding-left: 15px;
    padding-right: 15px; */
  text-align: center;
  color: black;
  border: none;
  background: #9b9b9b;
  min-width: 200px;
  text-transform: uppercase;
  font-size: 20px;
  /* min-height: 60px; */
  position: relative;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.25s linear;
  font-family: "JosefinSans-Regular";
  font-weight: 600;
}

.suscribete-footer.long:not(.ex) {
  min-width: 200px;
}

.suscribete-footer::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 80%;
  top: 10%;
  left: 5%;
  border-radius: 100px;
  /* background-color: red; */
  /* border: 2px solid var(--gris-oscuro); */

  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.25s linear;
}

.suscribete-footer.over:not(.ex),
.over:not(.ex) button {
  background: #fff;
  color: #2b0654;
  transform: scale(0.95);
  /*	font-size: 15px;*/
}

.suscribete-footer.over:not(.ex)::after,
.over:not(.ex) button::after {
  width: 92%;
  height: 84%;
  top: 8%;
  left: 4%;
}

.suscribete-footer.slick-arrow {
  min-width: 60px;
  border-radius: 100%;
}

.suscribete-footer.slick-arrow::after {
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
}

.suscribete-footer.slick-arrow.over::after {
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
}

.suscribete-footer.boton.mini {
  min-width: 60px;
}

.suscribete-footer.boton.mini::after {
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  border-radius: 100px;
}

.suscribete-footer.boton.mini.over::after {
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
}

.logo-txt {
  color: white;
  font-size: min(100vw, 25px) !important;
  line-height: min(100vw, 0px);
  margin: 50px auto 0 0;
  font-family: "JosefinSans-Thin" !important;
}

.logo-footer {
  width: 250px;
}

.footer-pro-club {
  color: white;
  font-size: min(100vw, 15px) !important;
  line-height: min(100vw, 20px);
  margin: -5px auto 120px auto;
  font-family: "JosefinSans-Thin" !important;
  text-align: center;
}

.titulo-pro-footer {
  font-family: "JosefinSans-Regular" !important;
  font-weight: 900;
  color: white;
  font-size: min(100vw, 15px);
  line-height: min(100vw, 20px);
}

@media screen and (max-aspect-ratio: 1/1) {
  .footer .container {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .footer .container .img-footer {
    width: 100%;
    text-align: center;
  }

  .footer .container div {
    width: 100%;
  }

  .footer .container div:nth-child(2) {
    margin-top: 50px;
  }

  .footer .container div:nth-child(2) {
    text-align: center;
  }

  .footer .marcas {
    flex-direction: column;
    padding: 0;
  }

  .logo-marcas {
    padding: 20px 0;
  }
}
