/*Banner Mailing*/

.banner-mailing{
    background-image: url("/cdn/shop/files/Onne_21_Campanas_Septiembre_Jumpsuit_Web_Desk_Landing-2_1.jpg?v=1631540065");
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .container{
    width: 100%;
    height: calc( 100vh - 84px);
    min-height: 600px;
  }

  .box-container {
    background: #fff;
    height: 200px;
    width: 60%;
    top: 50%;
    left: 50%;
    position: fixed;
    transform: translate(-50%,-50%);
    opacity: 1;
}

div#banner-mailing {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10vw;
}

.container-title {
    position: relative;
    text-align: center;
}

.boton-mailing{
    color: white;
    margin-bottom: 15%;
    padding: 8px 5px;
    font-weight: bold;
    line-height: normal;
    border: 1px solid #f9fafb;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
    letter-spacing: 0.1em;
    background-color: transparent;
    cursor: pointer;
    transition-duration: 0.4s;
    position: absolute;

    top: 180%;
    left: 50%;
    transform:translateX(-50%);
}

  .boton-mailing:hover {
    background-color: #ffffff; /* Green */
    color: rgb(0, 0, 0);
  }

  .title-mailing-1{
    color: white;
    font-size: 5.5em;
  }

  
  .title-mailing-2{
    color: white;
    font-size: 3.5em;
    font-family: Playfair Display; 
    font-weight: 400; 
}

/*767 Breacjkpoint de mobile*/

@media screen and  (max-width: 1064px) {
    .title-mailing-1{
        font-size: 4.5em;
      }
      .title-mailing-2{
        font-size: 2.5em;
      }
  } 

  @media screen and  (max-width: 870px) {
    .title-mailing-1{
        font-size: 4em;
      }
      .title-mailing-2{
        font-size: 2em;
      }
  } 

  @media screen and  (max-width: 395px) {
    .title-mailing-1{
        font-size: 3.5em;
      }
      .title-mailing-2{
        font-size: 1.5em;
      }
  } 


  @media screen and  (max-width: 767px) {

      .banner-mailing{
        background-image: url("/cdn/shop/files/Onne_21_Campanas_Septiembre_Jumpsuit_Web_MObile_Landing-1.jpg?v=1631609835");
      }
  } 

  @media screen and  (max-width: 686px) {

    .box-container{
        width: 90vw;
    }
} 

@media screen and  (max-width: 458px) {

    .box-container{
        width: 90vw;
        height: 230px;xº
    }
} 

.box-container div {
    overflow: visible !important;
}

.box-container form {
    overflow: visible !important;
}