#bg-overlay-modals {
    position: fixed;
    z-index: 9998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4); 
    display: none;
    pointer-events: none;
  }
  
  #bg-overlay-modals.show {
    pointer-events: initial;
    display: block;
  }

.selo {
    margin: 32px 0 0 0;
    max-width: 380px;
    width: 100%;
    display: block;
}
.selo--mob {
    display: none;
}
@media screen and (max-width: 560px) {
    .selo {
        max-width: 300px;
        margin: -20px auto 24px auto;
    }
    .selo--desk {
        display: none;
    }
    .selo--mob {
        display: block;
    }
}

.my-modal-wrapper{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.cookie-title{
    max-width: 120px !important;
}

.orange{
    padding: 20px 25px;
    width:100%;
    pointer-events: all;
    background-color: #F2F2F2;
}

.inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inner div{
    margin: 0 10px;
}

#btns{
    display: flex;
    justify-content: space-evenly;
}

#btns button{
    padding: 5px 15px;
    color: #fff;
    margin: 0 5px;
}

.inner h2{
    margin-bottom: 1rem;
}

.inner p{
    font-size: .7rem !important;
    text-align: left;
    color: #646464;
}

.inner p a{
    color: #000;
}

footer .aboutUs {
    width: 25%;
}

footer .contact .itemContact {
    margin-bottom: 20px;
}

footer .links-footer {
    width: 25%;
    position: relative;
}

footer .links-footer__plus {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 110px;
}

footer .links-footer__plus::before {
    content: "+";
    background: #FFFFFF;
    color: #2C5189;
    font-size: 20px;
    font-weight: 600;
    border-radius: 1000px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
}

footer .links-footer ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
}

.footer-wrap {
    justify-content: space-between !important;
    align-items: flex-start;
}

@media(max-width: 1000px) {

    footer .links-footer,
    footer .aboutUs {
        width: 100%;
    }

    footer .links-footer__plus {
        display: none;
    }
}

@media(max-width: 475px){
    .inner{
        flex-direction: column;
        align-items: space-between;
        justify-content: center;
    }

    .inner div{
        margin: 10px 0;
    }

    .cookie-title{
        max-width: 160px !important;
    }
}


#produtos__dropd {
margin-left: 20px;
}

#produtos__dropd div {
position: relative;
}

#produtos__dropd input {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
opacity: 0;
visibility: 0;
}

#produtos__dropd h1 {
background: #2b5189;
color: white;
position: relative;
opacity: .8;
}
#produtos__dropd h1:hover {
opacity: 1;
}
.nossosProdutosExpandible{
transition: all 2s ease;
}

#produtos__dropd label {
cursor: pointer;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
  align-items: center;
}

@media (max-width: 475px) {
#produtos__dropd label {
-webkit-box-pack: center;
-ms-flex-pack: center;
    justify-content: center;
}
}

#produtos__dropd div.p {
max-height: 0px;
overflow: hidden;
-webkit-transition: height 0.5s;
transition: height 0.5s;
background-color: #2b5189;
}

#produtos__dropd input:checked ~ h1 ~ div.p {
max-height: 100%;
-webkit-transition: height 0.5s;
transition: height 0.5s;
}

#produtos__dropd a {
color: #fff;
text-decoration: none;
font-size: 14px;
}

#produtos__dropd ul {
gap: 0 40px;
display: -ms-grid;
display: grid;
grid-template-columns: repeat(1, 1fr);
list-style: none;
margin-top: 14px;
}

#produtos__dropd ul li {
color: white;
margin-bottom: 1px;
}


.vic__controle__form {
position: absolute;
bottom: 0;
height: unset!important;
width: 100%;
min-width: 35%!important;
right: 0!important;
margin: unset!important;
margin-bottom: 0!important;


}

#form__vic__subtitle {
font-size: 1.55rem;
margin-bottom: 1rem;
    display: inline-block;
}

.vic__controle__desk {
position: absolute;
width: 50%;
bottom: 0;
right: -24%;
height: unset!important;
}

@media(max-width: 1000px) {
.vic__controle__desk {
display: none;
}
}

.vic__controle__mob {
display:none;

}

@media(max-width: 1000px) {

#form__vic__subtitle {
font-size: 0.7rem;
}

}

/* #formChatOn span:first-of-type, #formChatWpp span:first-of-type {
width: 90%!important;
line-height: 1!important;
margin: unset!important;
margin-bottom: 9px!important;
font-size: 0.65rem;
} */

/* #formChatWpp input {
border-left: 0.4rem solid #fe5000!important;
flex-basis: 100%!important;
border-right: unset!important;
} */

.wpcf7-not-valid-tip {
position: relative;
z-index: 9;
}

.wpcf7 form .wpcf7-response-output {
z-index: 9;
}

#formChatOn a {
line-height:1;
}

#formChatOn input[type="checkbox"] {
width: 16px;
height: 16px;
max-width: unset !important;
}

#formChatOn .wpcf7-acceptance .wpcf7-list-item label {
display: flex;
align-items: flex-start;
justify-content: flex-start;
}


.modalAB {
padding: 2.5rem 0rem 2.5rem 3rem!important;
max-width: 612px!important;
}

.modalAB .close {
    color: #fe5000;
    border: 1px solid #fe5000;
    border-radius: 50%;
    padding: 0px 6px 0px 6px;
}

.modalAB-wrapper {
align-items: center!important;
}

.modalAB h3 {
white-space: pre-line;
font-size: 1.4rem;
color: #fe5000;    
line-height: 1;   
}
.modalAB h3 strong {
line-height: 1;
text-transform: uppercase;
}

.modalAB p {
color: #707070!important;
text-align: left;
margin-top: 0.25rem;
font-size: 1.2rem;
}

.modalAB form div {
display:flex;
margin-top: 1.3rem;
}

.modalAB div {
display:flex;
margin-top: 2.3rem;
}

.modalAB div input{
height: 1.2rem;
}


.vic__validation__form_nome,
.vic__validation__form_telefone,
.vic__validation__form_email,
.vic__validation__form_checkbox {
font-size: 0.6rem!important;
color: red!important;
display: none;

}

.modalAB div span{
font-size: 0.7rem;
white-space:pre-line;
margin-left: 8px;
}

.modalAB form{
margin-bottom: 2.3rem;
}

.modalAB form img {
margin: 0;
margin-right: 8px;
}

.modalAB form div input {
width: 80%;
height: 1.5rem;
}

.modalAB form div input::placeholder {
font-weight: 600;
color: #707070!important;
font-size: 1.25rem;
}

.formAB_optimize_submit_wpp, 
.formAB_optimize_submit_chat {
padding: 9px 20px;
background: #FE5000;
display: flex;
border-radius: 30px;
width: 52%;
color: #fff;
align-items: center;
font-size: 1.15rem;
margin-bottom: 0.5rem;
cursor: pointer;
}

.formAB_optimize_submit_wpp:hover, 
.formAB_optimize_submit_chat:hover {
zoom: 1.05;
}

.formAB_optimize_submit_wpp img, 
.formAB_optimize_submit_chat img{
margin: 0;
margin-right: 10px;
}

.vic__form {
position: absolute;
min-width: 54%!important;
width: 100%!important;
height: 84%;
bottom: -6%;
right: -10%;
}


.vic__b {
position: fixed;
display: block;
width: 388px;
height: 323px;
bottom: -26px;
right: -1%;
cursor: pointer;
}

.wrapper__vic__c,
.wrapper__vic__b {
position: relative;
}

.vic__c {
position: fixed;
display: block;
width: 190px;
height: 269px;
bottom: -26px;
right: -1%;
cursor: pointer;
}

#vic__checkbox {
width: 2rem;

}

#vic__checkbox:checked {
background-color:#FE5000;

}

.vic__c__btns__wrapper {
position: fixed;
z-index: 9999;
bottom: 0;
right: 0;
display: flex;
flex-direction: column;
justify-content: end;
align-items: end;
}

.vic__c__btn__wpp,
.vic__c__btn__chat {
display: flex;
flex-direction: column;
background-color: #fe5000;
height: 2rem;
align-items: center;
color: #fff;
width: 100px;
padding: 8px 0;
margin-bottom: 5px;
border-radius: 12px 0 0 12px;
cursor: pointer;

}

.vic__c__btn__wpp:hover,
.vic__c__btn__chat:hover {
zoom: 1.01;
width: 110px;
}

.vic__c__btn__wpp img,
.vic__c__btn__chat img {
width: 20px;   
}


@media(max-width: 1500px) {
.vic__b {
position: fixed;
display: block;
width: 232px;
height: 194px;
bottom: -3px;
right: -3%;

}

.vic__c {
position: fixed;
display: block;
width: 190px;
height: 269px;
bottom: -3px;
right: -3%;

}
}

@media(max-width: 1000px) {
.vic__controle__mob {
position: fixed;
display: block;
width: 314px;
height: 456px;
bottom: -37%;
right: -8%;
z-index: 9;
}


.vic__b {
position: fixed;
display: block;
width: 232px;
height: 194px;
bottom: -3px;
right: -3%;
z-index: 9;
}

.vic__c {
display:none;
}

.vic__c__btn__wpp,
.vic__c__btn__chat {
width: 70px;
}

}

@media(max-width: 480px) {
.vic__controle__mob {
right: -21%;
}

.vic__b {
right: -13%;
}


}

@media(max-width: 680px) {
.modalAB h3 {
white-space: pre-line;
font-size: 1rem;
color: #fe5000;
line-height: 1;
}

.modalAB p {
color: #707070!important;
text-align: left;
margin-top: 0.25rem;
font-size: 1rem;
}

.modalAB form img {
margin: 0;
margin-right: 8px;
width: 9px;
}

.modalAB form div input {
width: 80%;
height: 1.2rem;
font-size: .75rem;
}

.modalAB form div input::placeholder {
font-weight: 600;
color: #707070!important;
font-size: 0.7rem;
}

.modalAB div span {
font-size: 0.7rem;
white-space: pre-line;
width: 57%;
font-size: 0.55rem;
margin-left: 9px;
}

.formAB_optimize_submit_wpp, .formAB_optimize_submit_chat {
padding: 9px 20px;
background: #FE5000;
display: flex;
border-radius: 30px;
width: 79%;
color: #fff;
align-items: center;
font-size: 0.95rem;
margin-bottom: 0.5rem;
cursor: pointer;
position: relative;
z-index: 9;
}

.vic__form {
position: absolute;
min-width: 283px!important;
width: 100%!important;
height: 401px!important;
bottom: -6%;
right: -15%;
}

.formAB_optimize_submit_wpp img, .formAB_optimize_submit_chat img {
margin: 0;
margin-right: 10px;
width: 20px;
}

.modalAB {
padding: 30px 0 27px 20px!important;
max-width: 612px!important;
}


}

.loading {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
align-items: center;
margin-top: 1rem!important;
justify-content: center!important;
margin: 0 auto;
}

.loading div {
width: 0.5rem;
height: 0.5rem;
margin: unset;
background: #ffff;
border-radius: 50%;
-webkit-animation: 0.9s bounce infinite alternate;
animation: 0.9s bounce infinite alternate;
display: flex;
justify-content: center;
margin: 0 auto;
-webkit-animation: 0.9s bounce infinite alternate;
animation: 0.9s bounce infinite alternate;
}

.loading div:nth-child(2) {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}

.loading div:nth-child(3) {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}

@-webkit-keyframes bounce {
to {
opacity: 0.3;
-webkit-transform: translate3d(0, -1rem, 0);
transform: translate3d(0, -1rem, 0);
}
}

@keyframes bounce {
to {
opacity: 0.3;
-webkit-transform: translate3d(0, -1rem, 0);
transform: translate3d(0, -1rem, 0);
}
}

@media(max-width: 365px) {
.modalAB div span {
font-size: 0.5rem;
}

.formAB_optimize_submit_wpp, .formAB_optimize_submit_chat {
font-size: 0.75rem;

}

.modalAB div span {
width: 45%;
}

.modalAB h3 {
font-size: 0.9rem;
}

}

#atendimentoChat *, #atendimentoWpp * {
    pointer-events: none;
}

#simulacaoSecFooter {
    padding: 3.5rem 0;
}

#simulacaoSecFooter .text, #simulacaoSecFooter .button {
    text-align: center;
    margin: 0 1.75rem;
}

#simulacaoSecFooter .lineX {
    display: flex;
    justify-content: center;
    align-items: center;
}

#simulacaoSecFooter h3 {
    font-size: 1.5rem;
}

#simulacaoSecFooter p {
    white-space: pre-line;
    font-size: 1rem;
    line-height: 1.5;
}

#simulacaoSecFooter .lineX .btn-orange {
    border: 1px solid #ff4e00;
display: inline-block;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 25px;
    background-color: #ff4e00;
    cursor: pointer;
    padding: 0;
    font-size: 20px;
min-width: 160px;
height: 40px;
    font-family: "Gotham Black", sans-serif;
    text-align: center;
    transition: background-color 0.35s, color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 1.5rem 2rem;
}

#simulacaoSecFooter .lineX .btn-orange:hover, #simulacaoSecFooter .lineX .btn-orange:active {
    background-color: #FFF;
    color: #ff4e00;
}

@media only screen and (max-width: 767px) {
    #simulacaoSecFooter .lineX {
        flex-direction: column;
    }

    #simulacaoSecFooter .text, #simulacaoSecFooter .button {
        margin: 0;
    }

    #simulacaoSecFooter p {
        margin: .5rem 0 1.5rem 0;
        white-space: normal;
    }
}


.wpcf7-acceptance .wpcf7-list-item label {
    display:flex;
    align-items: baseline;
    }
    
.wpcf7-acceptance .wpcf7-list-item label input {
    height: 50%;
        max-width: 3%!important;
    margin-right: 5px;
    
}


.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 0.825rem;
    margin-top: 0!important;
    text-align: start;
}

@media only screen and (max-width: 760px) {
    .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 0.725rem;
    }

}

.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a{
    color: #fe5000;
    text-decoration: none;
}

#videoProductCta.scrolledPage p {
    opacity: 1;
}

#videoProductCta { 
    position: fixed;
    bottom: 6rem;
    z-index: 9997;
    right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: none;
  }

  #videoProductCta.enable {
    pointer-events: initial;
  }

  #videoProductCta .videoWrapper {
    /* height: 100px;
    width: 100px;
    border-radius: 50%; */
    overflow: hidden;
    border: 2px solid #FE5000;
    pointer-events: none;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 3px 3px 30px 17px rgba(0, 0, 0, 0.13);
    height: 145px;
    width: 145px;
    border-radius: 2rem;
  }

  #videoProductCta p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    background: #FE5000;
    position: relative;
    right: -2px;
    color: #FFF;
    padding: .2rem .5rem;
    pointer-events: none;
    transition: opacity .2s;
    opacity: 0;
    max-width: calc(100vw - 66px - 3rem);
  }
  
  #videoProductCta:hover p {
    opacity: 1;
  }

  #videoProductCta img,
  #videoProductCta video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #modalVideoCta {
    position: fixed;
    max-width: 474px; 
    /* max-width: 100%; fixxx */
    width: 100%;
    top: 50%;
    left: 50%;
    transform: scale(0) translate(-50%, -50%);
    z-index: 9999;
    transition: transform .1s;
    pointer-events: none;
  }

  #modalVideoCta::before {
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    position: absolute;
    height: 3.5rem;
   }
  
  #modalVideoCta.show {
    pointer-events: initial;
    transform: scale(1) translate(-50%, -50%);
  }

  #modalVideoCta .close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: #FFF;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.35s;
  }

  #modalVideoCta .close:hover {
    transform: scale(1.25);
  }

  #modalVideoCta iframe {
    display: block;
    width: 100%;
    height: inherit;
    pointer-events: none;
  }

  #modalVideoCta .modalContent {
    display: flex;
    min-height: calc(100dvh - 68px); 
  }

  #modalVideoCta .buttonWrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    background: #FE5000;
    color: #FFF;
    gap: 12px;
    text-transform: uppercase;
    padding: 1rem;
    box-sizing: border-box;
    cursor: pointer;
  }

  #modalVideoCta .buttonWrapper img {
    width: 34px;
  }

  #modalVideoCta .buttonWrapper * {
    pointer-events: none;
  }

  #modalChatOnline {
    display: block;
    background-color: unset;
    transform: scale(0) translate(-50%, -50%);
    height: auto;
    width: 90%;
    max-width: 700px;
    left: 50%;
    top: 50%;
    transition: transform .1s;
    pointer-events: none;
  }
  
  #modalChatOnline .modalContent {
    width: 100%;
  }
  
  #modalChatOnline.show {
    pointer-events: initial;
    transform: scale(1) translate(-50%, -50%);
  }

  @media (max-width: 767px) {
    #modalVideoCta {
      max-width: 100%;
      top: 0;
      left: 0;
      transform: scale(0);
    }

    #modalVideoCta .modalContent {
      min-height: calc(100dvh - 68px);
    }
    
    #modalVideoCta.show {
      transform: scale(1);
    }

    #videoProductCta  {
      bottom: 5rem;
      right: 1rem;
    }

    #videoProductCta .videoWrapper {
      height: 90px;
      width: 90px;
      border-radius: 1rem;
    }
  }