.mauticform_wrapper { max-width: 400px; margin: 10px auto; }
.modal-body .modal-header {max-width: 400px; }
.modal-content {max-width: 500px;min-height:620px;border-radius: 25px; justify-content: center;position: relative; display: block}
.mauticform-innerform {}
.mauticform-error { margin-bottom: 10px; color: red; }
.mauticform-message { margin-bottom: 10px;color: green; }
.mauticform-row { display: block; margin-bottom: 20px; }
.mauticform-label { font-size: 1.1em; display: block; font-weight: bold; margin-bottom: 5px; }
.mauticform-row.mauticform-required .mauticform-label:after { color: #e32; content: " *"; display: inline; }
.mauticform-helpmessage { display: block; font-size: 0.9em; margin-bottom: 3px; }
.mauticform-errormsg { display: block; color: red; margin-top: 2px;font-size: 11px ;font-style: italic}
.mauticform-selectbox, .mauticform-input, .mauticform-textarea { width: 100%; padding: 0.5em 0.5em; border: 1px solid #CCC; background: #fff; box-shadow: 0px 0px 0px #fff inset; border-radius: 4px; box-sizing: border-box;  }
.mauticform-button-wrapper .mauticform-button.btn-default, .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default { color: #5d6c7c;background-color: #ffffff;border-color: #dddddd;}
.mauticform-button-wrapper .mauticform-button, .mauticform-pagebreak-wrapper .mauticform-pagebreak { display: inline-block;margin-bottom: 0;font-weight: 600;text-align: center;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid transparent;white-space: nowrap;padding: 6px 12px;font-size: 13px;line-height: 1.3856;border-radius: 3px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.mauticform-button-wrapper .mauticform-button.btn-default[disabled], .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] { background-color: #ffffff; border-color: #dddddd; opacity: 0.75; cursor: not-allowed; }
.mauticform-pagebreak-wrapper .mauticform-button-wrapper {  display: inline; }
.dias-uteis p{border-top:1px solid #e9e8ef;padding-top:20px;text-align: center}

.topbar.fixed .topbar-section .topbar-contact p span {display:none;}
.topbar.fixed .topbar-section .topbar-aside .topbar-contact p {
    padding-top: 5px;
    display: flow-root !important;
    margin-left: -10px !important;}
.topbar.fixed span.whatzapp { display:none;}
.credencie-top{font-size: 18px; text-transform: initial; color: #E32B24; white-space: nowrap;}
span.telefone { font-size: 14px; text-transform: initial; color: #2A295C; white-space: nowrap;}
span.whatzapp { font-size: 14px; text-transform: initial; color: #2A295C; white-space: nowrap;}
.topbar .topbar-contact a { font-family: SansaPro; font-weight: normal; text-decoration: none;}
.topbar .topbar-contact a:hover { font-family: SansaPro; font-weight: normal; color:#2A295C; text-decoration: none;}
img.feature-image { margin-bottom: -5px;
}

.item:hover .descricao{
    display: block;
}
.descricao{
    display: none;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 350px;
    margin-left: -50px;
}

.topbar .topbar-section .topbar-contact .item {display:none;}
.topbar.fixed .topbar-section .topbar-contact .item {display:block;}
.topbar.fixed .topbar-section .topbar-aside .topbar-contact p {
    padding-top: 5px;
    display: flow-root !important;
    margin-left: -10px !important;
    display: none !important;
}
.item {font-size: 18px; text-transform: initial; color: #E32B24; white-space: nowrap;padding-top: 5px; margin-left: -15px;}

.button-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.tel-topo {
    display: block;
    text-align: left;
    color: #696969;
    font-family: 'SansaPro';
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1rem;
    margin: 0 45px 0 13px;
}
.mfp-active .topbar.sized {
    z-index: 150;
}
@media screen and (max-width: 739px){
    body.mfp-active .mfp-bg {
        background: rgba(0,0,0,.5);
        opacity: 1;
    }
    body.mfp-active .mfp-container .mfp-content {
        height: auto;
        background: transparent;
        max-height: none;
    }
}
.mfp-bg {
    background: rgba(0,0,0,.5);
    transition: opacity .5s;
    opacity: 1;
}
.topbar .top-button-wrapper .morph-btn {
    position: relative;
    width: 195px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    font-family: 'SansaPro';
    font-weight: normal;
    color: #fff;
    border: 1px solid #FFFFFF98;
    background-color: #ea444e;
    text-transform: uppercase;
    font-size: .8rem;
    line-height: .75rem;
    text-align: center;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    /*box-shadow: 6px 6px 6px 0 rgb(0 0 0 / 16%);
    -webkit-box-shadow: 6px 6px 6px 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 6px 6px 6px 0 rgba(0,0,0,.16);*/
    z-index: 999;
}
.topbar .top-button-wrapper .morph-btn:hover{
    color: #fff;
}
.morph-content{
    width: 452px;
    height: 720px;
    margin: 0 auto;
    border-radius: 16px;
    background-color: #ea444e;
    overflow: hidden;
}
.morph-content-wrapper{
    height: 100%;
}
.content-style-form{
    height: 100%;
    display: grid;
}
.popup-content-wrapper{
    background: rgba(249, 249, 255, 1);
    flex: 1;
    position: relative;
}
.popup-content-wrapper .popup-content-form-wrapper{
    height: 100%;
    padding: 90px 0 0;
}
.form_portal{
    text-transform: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0 auto;
}

.modal-header{
    padding-bottom: 5px
}
.form_portal-wrapper{
    text-transform: none;
    width: 100%;
    height: 100%;
    max-width: 380px;
    min-height: 496px;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: flex-start;
    padding: 0;
    margin: 0 auto;
}
form{
    width: 100%;
}
.mauticform-innerform{
    max-width: 260px;
    padding: 0 0 30px;
    margin: 0 auto;
}
.title-form-portal{
    color: #2A295C;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 24px;
    max-width: 266px;
    margin: 0 auto 10px;
}
.input-holder{
    position: relative;
    margin: 0 0 23px;
    width: 100%;
}
.input-holder.active .mauticform-label,
.input-holder.error .mauticform-label {
    width: auto !important;
    font-style: normal;
    font-size: 16px;
    border-right: none;
    transform: translate(0,-8px) scale(.75);
    -ms-transform: translate(0,6px) scale(.75);
    background-color: #ffffff;
    padding: 0 5px;
}
.input-holder.active .form-input,
.input-holder.active .select-field {
    border-bottom: 1px solid #E9E8EF;
}
.mauticform-label{
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    color: #65676A;
    position: absolute;
    left: 20px;
    transform-origin: top left;
    transform: translate(0, 12px) scale(1);
    -ms-transform: translate(0, 12px) scale(1);
    transition: all .1s ease-in-out;
}
.input-holder label.error {
    color: red;
    position: absolute;
    top: auto;
    width: 50%;
    bottom: -12px;
    right: 0!important;
    left: 20px!important;
    text-align: left;
    padding: 0 2px;
    float: none;
    font-size: 8px;
    font-style: italic;
    font-weight: normal;
}
.input-holder.error .error.select-field,
.input-holder.error .form-input.error,
.input-holder.active .error.select-field,
.input-holder.active .form-input.error{
    border: none !important;
}
.form-input,
.select-field{
    min-height: 46px;
    background-color: #ffffff;
    border: 1px solid #E9E8EF;
    color: #2A295C;
    padding: 12px 21px;
    text-transform: none;
    border-radius: 8px;
    font-size: 14px;
}
.input-holder  {
    display: none;
    color: #FF0000;
}
.button-wrapper .btn {
    background-color: #293B94;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-family: SansaPro;
    text-transform: capitalize;
    font-weight: bold;
    border-radius: 50px;
    padding: 12px 20px;
    margin-top: 0;
    transition: all .1s ease-in-out;
}
.button-wrapper .btn:hover{
    background-color: #1e205c;
    transition: all .1s ease-in-out;
}
.morph-modal-text-wrapper{
    background: rgba(255, 255, 255, 1);
    flex: 1;
}
.morph-modal-info{
    max-width: 300px;
    text-align: center;
    position: relative;
    padding: 30px 0;
    margin: 0 auto;
}
.morph-modal-info .morph-modal-info-title{
    position: absolute;
    top: -1px;
    left: 50%;
    display: flex;
    align-items: center;
    transform: translate(-50%, -50%);
}
.morph-modal-info .morph-modal-info-title span{
    display: block;
    width: 120px;
    height: 1px;
    background-color: #E9E8EF;
}
.morph-modal-info .morph-modal-info-title p{
    font-family: 'SansaPro';
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #65676A;
    padding: 0 10px;
}
.morph-modal-info .morph-modal-text h2{
    font-family: 'SansaPro';
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #2A295C;
    padding: 0 0 10px;
    margin: 0;
}
.morph-modal-info .morph-modal-text span{
    display: block;
    font-family: 'SansaPro';
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #2A295C;
    padding: 0 0 3px;
}
.morph-modal-info .morph-modal-text span a {
    color: #2a295c;
}
.morph-modal-info .morph-modal-text p{
    font-family: 'SansaPro';
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    color: #65676A;
}
.mauticform-post-success .title-form-portal, .mauticform-post-success .morph-modal-text-wrapper{
    display: none;
}
.popup-content-wrapper .close-modal-form-btn.mfp-close{
    display: none;
}
.mauticform-post-success .close-modal-form-btn.mfp-close{
    display: block;
}
.popup-content-wrapper .close-modal-form-btn.mfp-close {
    background-color: #293B94;
    color: #FFFFFF;
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'SansaPro';
    border-radius: 50px;
    cursor: pointer;
    padding: 12px 20px;
    width: auto;
    height: auto;
    position: relative;
    opacity: 1;
}
.popup-content-wrapper .close-modal-btn {
    width: auto;
    height: 20px;
    position: absolute;
    top: 40px;
    right: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    font-family: 'SansaPro';
    font-weight: normal;
    color: #2A295C;
    opacity: 1;
    z-index: 9;
    background: url('https://homolog-portal.sodexobeneficios.com.br/lumis-theme/br/com/beneficios/sodexo/theme/sodexo/img/cta-modal-close.png') no-repeat 51px center;
    padding: 0 33px 0 0;
}
.popup-content-wrapper .close-modal-btn img{
    max-width: 100%;
    height: auto;
    margin-left: 12px;
    transition: all .1s ease-in-out;
}
.popup-content-wrapper .close-modal-btn:hover img{
    opacity: .7;
    transition: all .1s ease-in-out;
}
.form_portal.mauticform-post-success .mauticform-message {
    color: #2A295C;
    font-size: 20px;
    text-align: center;
    margin: 25px auto 40px;
}
/*.form_portal.mauticform-post-success .mauticform-message:before {*/
/*    content: "Nós ligaremos para você!";*/
/*    background: url("/lumis-theme/br/com/beneficios/sodexo/theme/sodexo/img/cta-modal-success.png") no-repeat center top;*/
/*    height: auto;*/
/*    width: 100%;*/
/*    display: block;*/
/*    font-weight: bold;*/
/*    padding: 90px 0 0;*/
/*    margin: 0 auto 20px;*/
/*}*/
.form_portal.mauticform-post-success .mauticform-message:after{
    content: "Faremos um ótimo negócio!";
    white-space: pre;
    height: auto;
    width: 100%;
    display: block;
    font-weight: bold;
    margin: 20px auto 0;
}
.form_portal.mauticform-post-success .form_portal-wrapper {
    align-content: center;
    padding: 0 0 90px;
}
/* Media Queries */
@media screen and (max-width: 600px) {
    .morph-content {
        margin: 0 auto;
        width: 95%;
        height: 95%;
        -webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
        transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
    }
    .morph-content .popup-content-wrapper{
        overflow-y: scroll;
    }
}
@media screen and (max-width: 979px) {
    .tel-topo{
        display: none;
    }
    .topbar .top-button-wrapper .morph-btn{
        font-size: 19px;
        line-height: 22px;
        border-radius: 36px;
        /*border: 2px solid #fff;*/
        width: 267px;
        height: 60px;
        bottom: 30px;
        left: 50%;
        position: fixed;
        margin-left: -133px;
    }
    .popup-content-wrapper .close-modal-btn{
        top: 20px;
        right: 20px;
    }
    .popup-content-wrapper .popup-content-form-wrapper {
        padding: 50px 0 0;
    }
    .form_portal.mauticform-post-success .mauticform-message{
        font-size: 18px;
        width: 85%;
    }
}
@media screen and (min-width: 280px) and (max-height: 720px) {
    .morph-content{
        height: 600px;
    }
    .morph-content .popup-content-wrapper{
        overflow: auto;
    }
    .popup-content-wrapper .close-modal-btn{
        top: 20px;
        right: 20px;
    }
    .popup-content-wrapper .popup-content-form-wrapper{
        padding: 45px 0 0;
    }
    .form_portal-wrapper{
        min-height: 435px;
    }

    .mauticform-innerform {
        padding: 0;
    }
    .input-holder {
        margin: 0 0 20px;
    }
    .mauticform-label {
        font-size: 14px;
    }
    .form-input, .select-field {
        min-height: 43px;
        font-size: 12px;
    }
    .button-wrapper .btn {
        font-size: 14px;
        line-height: normal;
    }
    .morph-modal-info {
        padding: 20px 0;
    }
    .morph-modal-info .morph-modal-info-title p{
        font-size: 14px;
    }
    .morph-modal-info .morph-modal-text h2{
        font-size: 18px;
        line-height: normal;
    }
    .morph-modal-info .morph-modal-text span {
        font-size: 20px;
        line-height: normal;
    }
    .morph-modal-info .morph-modal-text p {
        font-size: 10px;
        line-height: normal;
    }
    .form_portal.mauticform-post-success .mauticform-message {
        font-size: 17px;
        margin: 15px auto 30px;
    }
    .popup-content-wrapper .close-modal-form-btn.mfp-close {
        font-size: 14px;
    }
}
@media screen and (max-width: 740px){
    .site-footer .section-social {
        padding-bottom: 90px;
    }
}
@media screen and (max-width: 600px) and (max-height: 730px) {
    .morph-button-modal.open .morph-content{
        height: 95%;
        margin-top: inherit;
    }
    .popup-content-wrapper .close-modal-btn{
        font-size: 11px;
        padding: 0 37px 0 0;
    }
    .popup-content-wrapper .close-modal-btn img{
        height: 15px;
        margin-left: 9px;
    }
}
@media screen and (min-height: 667px) and (max-height: 823px) {
    .form_portal-wrapper{
        align-content: center;
    }
    .morph-modal-text-wrapper{
        flex: inherit;
    }
}

#advantages {
    display: flex;
    align-items: center;
    background-color: var(--white);
    max-width: 1200px;
    margin: 48px auto 24px auto;
    position: relative;
    box-shadow: 1px 1px 0px 0px rgba(34, 28, 70, 0.20);
    flex-wrap: wrap;
}

#advantages div {
    width: 100%;
    max-width: 600px;
    height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#advantages div:first-child {
    padding: 24px 96px 24px 48px;
}

#advantages h1 {
    border: none;
    font-size: var(--font-size-big);
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: 130%;
    letter-spacing: -1.2px;
    margin: 0;
    padding-bottom: 6px;
}

#advantages .yellow-logo {
    background: url(../images/logo-yellow.svg) no-repeat !important;
    background-size: contain !important;
    display: block;
    width: 129.564px;
    height: 130px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#advantages h2 {
    color: var(--default-gray);
    font-size: var(--font-size-mid);
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: 23px;
    letter-spacing: -0.9px;
    margin: 0;
}

.advantages__content {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.advantages__content p, .advantages__content a {
    color: var(--default-black);
    font-size: var(--font-size-minimal);
    font-style: normal;
    font-weight: 600;
    margin: 0;
}

.advantages__content p:first-child {
    font-weight: var(--font-weight-normal);
}

.advantages__content a {
    color: var(--medium-blue);
    border-bottom: 3px solid var(--medium-blue);
    width: fit-content;
    line-height: 1;
}

.advantages__content a:hover {
    text-decoration: none;
    color: var(--medium-blue-hover);
    border-color: var(--medium-blue-hover);;
}

#advantages .home-banner {
    background: url(../images/banner-woman.png);
    width: 600px;
    height: 490px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.content.new-content, .wrapper.new-wrapper {
    background-color: var(--background);
}

#list-advantages {
    display: flex;
    flex-direction: row;
    gap: 12px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 34px;
    flex-wrap: wrap;
}

.list-advantages__item {
    width: 230px;
    height: 315px;
    box-shadow: 2px 2px 0px 0px rgba(34, 28, 70, 0.20);
    border: 1px solid transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.list-advantages__item__img {
    height: 125px;
}

#list-advantages img {
    display: block;
    margin: 0px auto;
    max-width: 80px;
    width: 100%;
    border: 1px solid transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.list-advantages__item__img img {
    max-width: 100% !important;
}

.list-advantages__item__img__text {
    height: 190px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: var(--white);
    border-top: 2px solid var(--green);
}

.list-advantages__item__img__text h3 {
    color: var(--black);
    font-size: var(--font-size-mid) !important;
    font-style: normal;
    font-weight: var(--font-weight-bold) !important;
    line-height: 130%;
    letter-spacing: -0.9px;
    margin: 0;
}

.list-advantages__item__img__text p {
    color: var(--font-gray);
    font-size: var(--font-size-minimal);
    font-style: normal;
    font-weight: var(--font-weight-normal);
    line-height: 150%;
    letter-spacing: -0.7px;
}

#advantages-button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.p-form{
    position:absolute; 
    width:190px; 
    left:-9999px; 
    top: -9999px;
    visibility:hidden;
}