/*Newsletter bottom */
.ak-div-banner-inferior {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    /* background-color: #e74a4c;*/
}
.al-col-banner-inferior {
    margin-top: 0px;
    padding: 60px 20px;
}
.ak-icon-regalo {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.ak-h3-form {
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 38px !important;
    line-height: 44px !important;
    margin-top: 20px !important;
}
.ak-h4-form {
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 32px !important;
    font-weight: 400;
}
.ak-col3-banner-form {
    padding-right: 0px;
    padding-left: 0px;
}
.ak-form-block-otpin {
    width: 100%;
}
.ak-input-form-optin-banner {
    width: 400px !important;
    margin-right: auto;
    margin-bottom: 20px !important;
    margin-left: auto;
    padding-right: 0px !important;
    font-family: 'Open Sans', sans-serif;
}
.ak-bot-negro-form-inferior {
    display: block !important;
    width: 400px !important;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    border-width: 1px 1px 2px !important;

    font-family: Poppins, sans-serif;
    color: #fff !important;
    font-weight: 700;
    text-align: center;
}
.ak-bot-negro-form-inferior:hover {
    border-style: none none solid;
    border-width: 1px 1px 2px;
    border-color: #fff;
    /*background-color: #000;*/
    color: #fff;
}
.dfr{
    flex-direction: row;
}
.pl0{
    padding-left: 0;
}
@media screen and (max-width: 991px) {
    .ak-div-banner-inferior {
        height: auto;
    }
    .al-col-banner-inferior {
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .ak-col-icon-regalo {
        display: none;
    }
    .ak-col3-banner-form {
        padding-top: 40px;
        padding-left: 0px;
    }
    .ak-bot-negro-form-inferior {
        width: 400px;
    }
}
@media screen and (max-width: 767px) {
    .ak-div-banner-inferior {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .al-col-banner-inferior {
        padding-top: 10px;
    }
    .ak-col-icon-regalo {
        display: none;
    }
    .ak-h3-form {
        font-size: 32px;
    }
    .ak-h4-form {
        font-size: 24px;
    }
    .ak-form-optin-banner {
        margin-top: 20px;
        padding-top: 0px;
    }
    .ak-bot-negro-form-inferior {
        width: 400px;
    }
}
@media screen and (max-width: 479px) {
    .ak-div-banner-inferior {
        height: auto;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .al-col-banner-inferior {
        padding-top: 10px;
    }
    .ak-col-icon-regalo {
        display: none;
    }
    .ak-h3-form {
        font-size: 32px;
    }
    .ak-h4-form {
        font-size: 24px;
    }
    .ak-col3-banner-form {
        padding-top: 20px;
    }
    .ak-input-form-optin-banner {
        width: 200px !important;
    }
    .ak-bot-negro-form-inferior {
        display: block;
        width: 200px;
        margin-right: auto;
        margin-left: auto;
        font-size: 15px;
    }
}

/* NUEVO DISEÑO ------------------------------------------------------*/

#newsletter{
    background-color: #ECEFF2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.m-w{
    max-width: 1434px !important;
}
.img-responsive{
    max-width: 100%;
}
.titulo1{
    font-weight: 700;
    font-size: 45px !important;
    line-height: 1 !important;
    text-align: center;
    color: #000;
    margin-bottom: 0!important;
}
.titulo2{
    font-weight: 700;
    font-size: 2em !important;
    line-height: 40px !important;
    text-align: center;
    color: #000;
    margin-bottom: 20px !important;
    margin-top: 0px;
}
.txt-newsletter{
    font-weight: 400;
    font-size: 19px !important;
    line-height: 130% !important;
    color: #000;
}
.form{
    padding: 2.7% 6% 0 7%;
}
.w-form-label{
    color: #000 !important;
}


@media(max-width: 772px){
    .img-desktop{
        display: none;
    }
    .titulo1{
        font-size: 35px !important;
        line-height: 50% !important;
    }
    .titulo2{
        font-size: 22px !important;
        line-height: 90% !important;
        margin-top: 15px;
    }
    .txt-newsletter{
        font-size: 15px !important;
        line-height: 181% !important;
        text-align: center;
    }
    .form{
        padding: 30px 6% 0 7%;
    }
    .dfr{
        flex-direction: column;
    }
    .pl0{
        padding-left: 15px;
    }
}