body{
    background: #EB0071;
    max-width: 100%;
    overflow-x: hidden;
    margin: 0 !important;
    font-family: 'Poppins', sans-serif !important;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    height: 40px;
    margin: 20px 0;
    border-radius: 8px;
    border: 1px solid #000;
    padding: 0 20px;
}
input.wpcf7-form-control.wpcf7-file {
    margin-top: 20px;
    width: 100%;
}
.codedropz-upload-inner h4{
    margin: 0 !important;
}
.codedropz-upload-wrapper {
    margin-top: 20px;
}
form.wpcf7-form.init p:nth-child(11) {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner{
    background: #EB0071 !important;
    border: 1px solid #EB0071 !important;
    transition: 0.5s all;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
    background: transparent !important;
    border: 1px solid #EB0071;
    transition: 0.5s all;
}
form.wpcf7-form.init p:nth-child(11){
    display: flex;
    justify-content: center;
}
.wpcf7-form label{
    font-size: 16px;
}
.header-author{
    padding: 60px 40px !important;
    border-radius: 0 0 80px 80px !important;
}
.logo-wave{
	width: 200px;
}
.author-paulodetarso .logo-cliente{
    width: 265px !important;
    height: 100% !important;
    margin-left: -30px;
}
.author-infrati .logo-cliente{
    width: 230px;
}
.author-florenca .logo-cliente{
    width: 250px !important;
}
.author-suntor .logo-cliente {
    width: 165px;
    margin-top: -15px;
}
.author-severogarage .logo-cliente{
    width: 220px !important;
}
.logo-cliente{
    width: 150px;
    height: 120px;
    object-fit: contain;
}
.logo-separator{
    font-size: 42px;
    color: #fff;
}
.sec-dash{
    background: #fff;
    border-radius: 50px;
    padding: 40px !important;
    margin-top: 40px;
}
.icons-img{
    width: 50px;
}
.icons-content{
    text-align: center;
}
.icons-content a{
    color: #000;
    text-decoration: none;
}
.iframe-report{
    height: 500px;
}
.iframe-page{
    height: 800px;
}
.member-photo{
    width: 80px;
}
.share-icon{
    width: 25px;
    cursor: pointer;
}
.member-name{
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
}
.card{
    -webkit-box-shadow: 6px 1px 15px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 6px 1px 15px 3px rgba(0,0,0,0.5);
    box-shadow: 6px 1px 15px 3px rgba(0,0,0,0.5);
    border-radius: 20px;
    padding: 10px 20px;
}
.dash-selector {
    position: absolute;
    background: transparent;
    top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.dash-selector select{
    width: 200px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #f1f1f1;
}
.multi-dash{
    display: none;
}
.multi-dash.active{
    display: block;
}
.mt-2{
    margin-top: 20px;
}
.mt-3{
    margin-top: 30px;
}
.mt-4{
    margin-top: 40px;
}
.mt-5{
    margin-top: 50px;
}
.mr-1{
    margin-right: 10px;
}
.pl-2{
    padding-left: 20px !important;
}
.pl-3{
    padding-left: 30px !important;
}
.footer-sec{
    padding: 60px 0;
}
.avalicao-btn{
    transition: all 0.2s ease, visibility 0s;
    background: #333333;
    width: 250px;
    padding: 7px 0;
    text-decoration: none;
    border: 1px solid #333333;
    width: 55%;
    text-transform: capitalize;
}
.avalicao-btn:hover{
    background: #fff;
    transition: all 0.2s ease, visibility 0s;
}
.avalicao-btn:hover span{
    color: #000;
}
.avalicao-btn:hover svg{
    fill: #000 !important;
}
.avalicao-btn span{
    color: #fff;
    letter-spacing: 0.1em;
    margin-left: 10px;
}
.avalicao-btn.d-flex.gap-2.align-items-center svg {
    fill: #fff;
    width: 26px;
}
.footer-label{
    color: #fff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 500;
}
.w-100{
    width: 100% !important;
}
.separator{
    height: 1px;
    width: 180px;
    content: '';
    background: #333;
}
.footer-infos{
    color: #fff;
}

.archives-label{
    margin: 0;
}
.tab-buttons button{
    width: 100%;
    margin-bottom: 10px;
    border: none;
    background: #EB0071;
    color: #fff;
    height: 56px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s all;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;

}
.tab-buttons button:hover{
    transition: 0.5s all;
    background: #333;
}
.tab-buttons.active button{
    background: #333;
}
.form-demand{
    display: none;
    margin-top: 50px;
    transition: 0.5s all;
}
.form-demand.active{
    display: block;
    margin: 0;
    transition: 0.5s all;
}
.submit-area {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 30%;
    height: 40px;
    background: #0dc303;   
    border: 1px solid #0dc303; 
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: transparent;
}
form#loginForm input[type="email"], form#loginForm input[type="password"] {
    padding-left: 35px;
}
#wpcf7-f69-o1{
    width: 100%;
}
.form-demand p{
    margin-top: 0;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    height: 40px;
    width: 100%;
    margin: 20px 0;
}
.wpcf7-form-control-wrap textarea{
    width: 100%;
    border: 1px solid #EB0071;
    padding: 0 10px;
    border-radius: 8px;
}
.iframe-page-sec{
    background: transparent !important;
    padding-bottom: 40px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.wpcf7-submit{
    background: #EB0071;
    border: 1px solid #EB0071;
    color: #fff;
    height: 30px;
    padding: 0 20px;
    border-radius: 5px;
    transition: 0.5s all;
    cursor: pointer;
}
.wpcf7-submit:hover{
    background: transparent;
    transition: 0.5s all;
    color: #000;
}
.file-input-container p{
    display: none;
}
.file-input-area p{
    border: 1px solid #EB0071;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 5px 0;
    transition: 0.5s all;
}
.file-input-area p:hover{
    background: #EB0071;
    color: #fff;
    transition: 0.5s all;
}
label[for="arquivo"]{
    cursor: pointer;
}
.contact-form-atendente{
    display: none;
    background: #fff;
    padding: 10px 40px;
    border-radius: 8px;
}
.close-area span{
    font-size: 34px;
    cursor: pointer;
}
.report-label{
    margin-top: 0;
    margin-bottom: 40px;
}
.box-shadow{
    /* -webkit-box-shadow: 1px 0px 14px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 0px 14px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 0px 14px 0px rgba(0,0,0,0.75); */
    border-radius: 50px;
    padding: 20px !important;
    background-color: #fff !important;
}
.eapps-instagram-feed{
    height: 707px !important;
}
/* login */
.page-id-70{
    background: #fff;
}
.login-form-col{
    padding: 0 120px !important;
    background: #EB0071;
    padding-top: 50px !important;
    min-height: 100vh !important;
    height: 100%;
}
.login-badge {
    background: #fff;
    padding: 40px 50px !important;
}
.input-group svg {
    position: absolute;
    top: 8px;
    left: 7px;
}
.login-img {
    margin-top: 30px;
    width: 180px;
    object-fit: cover;
}
.login-input{
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: none;
    padding: 0 10px;
}
.login-btn{
    height: 40px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 10px;
    margin-top: 30px;
    cursor: pointer;
    transition: 0.5s all;
    border: 1px solid #333;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Poppins';
}
.login-btn:hover{
    background: #33333350;
    transition: 0.5s all;
}
.input-icon{
    width: 18px;
}
.label-wave{
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 0;
    color: #000;
    text-align: center;
    font-family: 'Poppins';
}
form#loginForm {
    padding: 0 30px;
}
#loginForm input[type="email"]{
    margin-bottom: 40px;
}
#loginForm input[type="email"] , #loginForm input[type="password"]{
    box-shadow: 0px 9px 9px -14px rgba(0,0,0,0.75);
}
.login-logo{
    text-align: right;
    width: 120px;
    margin-bottom: 20px;
}
.logo-content{
    width: 100%;
}
.form-login{
    width: 100%;
}
.email-container{
    width: 100%;
}
.copy-col{
    margin-top: 40px;
}
.copy-col p{
    color: #fff;
}
.password-container , .email-container{
    width: 100%;
    position: relative;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    font-family: 'Poppins';
	padding: 20px;
}
.contact-area{
    display: flex;
}
.lost-password-link{
    color: #9c9999;
    margin-top: 5px;
    text-decoration: none;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 6px;
}
.remember-content{
    gap: 10px;
    flex-direction: row-reverse;
    margin-top: 20px;
    width: 100%;
}
.remember-content label{
    font-family: 'Poppins';
    font-size: 14px;
}
/* Not permission */
.author-not-permission{
    height: 100vh;
}
.label-permission{
    color: #fff;
    font-size: 42px;
    letter-spacing: 4.3px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
}
.back-btn{
    height: 40px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 10px;
    margin-top: 30px;
    cursor: pointer;
    transition: 0.5s all;
    border: 1px solid #333;
    text-align: center;
    padding: 5px 30px;
    text-decoration: none;
}
.back-btn:hover{
    background: #33333350;
    transition: 0.5s all;
}
.mb-sm-0{
    margin-bottom: 0 !important;
}
.width-larger{
    width: 55% !important;
}
.footer-larger{
    width: 55%;
}
.contact-mobile{
    display: none;
}
.author-infrati .tab-buttons:nth-child(4){
    display: none;
}
.author-severogarage .tab-buttons:nth-child(3){
    display: none;
}
.author-suntor .tab-buttons:nth-child(7){
    display: none;
}
.author-paulodetarso .tab-buttons:nth-child(2) , .author-paulodetarso .tab-buttons:nth-child(5) , .author-paulodetarso .tab-buttons:nth-child(6) , .author-paulodetarso .tab-buttons:nth-child(7){
    display: none;
}
.logout-btn{
    color: #fff;
    text-decoration: none;
}
@media screen and (min-width:1800px){
    .copy-col{
        height: 360px;
        display: flex;
        align-items: flex-end;
    }
}
@media screen and (min-width:1600px){
    .copy-col{
        height: 270px;
        display: flex;
        align-items: flex-end;
    }
}
@media screen and (min-width:1400px){
    .copy-col{
        height: 220px;
        display: flex;
        align-items: flex-end;
    }
}
@media screen and (min-width:1400px){
    .copy-col{
        height: 220px;
        display: flex;
        align-items: flex-end;
    }
}
@media screen and (max-width:968px){
    .author{
        padding: 0 20px;
    }
    .sec-dash{
        padding: 20px !important;
    }
    .mb-2{
        margin-bottom: 20px !important;
    }
    .logo-cliente , .logo-wave{
        width: 90px;
    }
    .login-form-col{
        padding: 40px !important;
    }
    .label-wave{
        font-size: 26px;
    }
    .login-label p{
        font-size: 24px;
    }
    .label-permission{
        font-size: 24px;
    }
    .avalicao-btn{
        width: 100% !important;
    }
    .row.flex-column.flex-sm-row.gap-2{
        margin-bottom: 20px;
    }
    .footer-larger{
        width: 100% !important;
    }
    .iframe-page:first-child{
        margin-bottom: 20px;
    }
}