
/*SP PAGE BUILDER*/
#sp-page-builder sp-pagebuilder-page-edit {display:none;}

.sp-page-title:before {
    background: rgba(255,255,255,1);
}
.sp-page-title {
    padding: 50px 0 30px 0;
}
.sp-page-title h2 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
}
.sp-page-title h2:after {
    content: "";
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border-bottom: 3px solid #0077a8;
}


/* MÓDULO ACYMAILING*/
.bottom-newsletter .acymailing_form {
    position: relative;
    margin-top: 30px;
}
.bottom-newsletter .acymailing_form .acyfield_email input {
    background: rgba(0,0,0,0.4);
    border: none !important;
    height: 38px !important;
    line-height: 38px;
    border-radius: 0;
    color: #6f6f6f;
}
.bottom-newsletter .acymailing_form .acyfield_email input:focus,
.bottom-newsletter .acymailing_form .acyfield_email input:active {
    color: #fff;
}
.bottom-newsletter .acymailing_form .acysubbuttons {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 100;
    margin: 0px 0px;
}
.bottom-newsletter .acysubbuttons .btn.btn-primary {
    padding: 0px 10px;

}

.bottom-newsletter .acymailing_form .acysubbuttons input {
    height: 38px !important;
    border-radius: 0;
    padding: 0 16px;
    line-height: 38px !important;
    border: none;
    font-size: 14px;
}

