/* CSS Document */

@font-face {
    font-family: Inter;
    font-display: swap;
    font-weight: 500;
    src: url(../fonts/Inter_28pt-Medium.ttf) format("truetype");
}
  
@font-face {
    font-family: Inter;
    font-display: swap;
    font-weight: 700;
    src: url(../fonts/Inter_28pt-Bold.ttf) format("truetype");
}
  
@font-face {
    font-family: Inter;
    font-display: swap;
    font-weight: 600;
    src: url(../fonts/Inter_28pt-SemiBold.ttf) format("truetype");
}
  
@font-face {
    font-family: Inter;
    font-display: swap;
    font-weight: 400;
    src: url(../fonts/Inter_28pt-Regular.ttf) format("truetype");
}
  
  
body {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    background-color: #999;
}

a {
    transition: all 0.3s ease-out;
    text-decoration: none;
}
a:hover {
    color: inherit;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.block {
    display: block;
}

.fade-in-element {
    opacity: 0;
    transform: translateY(20px); /* Inicialmente, mova os elementos para baixo */
    transition: opacity 0.5s, transform 0.5s;
}

.img-fluida img {
    width: 100%;
    height: auto;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; 
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; 
}
.slick-list:focus {
    outline: none; 
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; 
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; 
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table; 
}
.slick-track:after {
    clear: both; 
}
.slick-loading .slick-track {
    visibility: hidden; 
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; 
}
[dir="rtl"] .slick-slide {
    float: right; 
}
.slick-slide img {
    display: block; 
}
.slick-slide.slick-loading img {
    display: none; 
}
.slick-slide.dragging img {
    pointer-events: none; 
}
.slick-initialized .slick-slide {
    display: block; 
}
.slick-loading .slick-slide {
    visibility: hidden; 
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; 
}

.slick-arrow.slick-hidden {
    display: none; 
}

/*** Contact Form ****/

.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em
0.5em 1em;padding:0.2em 1em;border:2px
solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:normal;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px
solid #dc3232;background:#fff;padding: .2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0
0 0 1em}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:0.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0
24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion: reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms}}@keyframes
spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes
blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:0.5}.wpcf7 input[type="file"]{cursor:pointer}.wpcf7 input[type="file"]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}

/**** SITE ****/

.bg-trasparent {
	background: rgba(255, 255, 255, 0.5);
	padding: 20px;
}

.border-img {
	border-radius:20px;
	overflow:hidden;
}

.container-topo {
    width: 100%;
    position: fixed;
    top: 0px;
    background: #fff;
    z-index: 9999;
}

.topo-desktop {
    padding: 32px 0px;
}

.container-topo.scrolled {
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.menu {
    display: block;
    text-align: center;
}

.menu a {
    color: #00013E;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 0px 15px;
}

.link-telefone {
    color:  #00013E;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    background-image: url(../images/icon-phone.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0px 5px 40px;
    margin-right: 15px;;
}

.btn-orcamento {
    border-radius: 8px;
    background: #EB500D;
    display: inline-block;
    padding: 13px 44px 13px 24px;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
}

.btn-orcamento:hover {
    background-color: #00013E;
    color: #fff;
}

.btn-orcamento span {
    display: inline-block;
    position: relative;
}
.btn-orcamento span::after {
    content: " ";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cpath d='M13.9763 9.82616L9.50634 5.35615L10.6848 4.17764L17.1667 10.6595L10.6848 17.1412L9.50634 15.9627L13.9763 11.4928H3.83334V9.82616H13.9763Z' fill='%23F2F2F5'/%3E%3C/svg%3E");
    background-size: 100%;
    width:18px ;
    height: 18px;
    position: absolute;
    right: -20px;
    top: 1px;

}

.btn-laranja {
    border-radius: 8px;
    background: #EB500D;
    display: inline-block;
    padding: 15px 54px 15px 34px;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
}

.btn-laranja:hover {
    background-color: #00013E;
    color: #fff;
}

.btn-laranja span {
    display: inline-block;
    position: relative;
}
.btn-laranja span::after {
    content: " ";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cpath d='M13.9763 9.82616L9.50634 5.35615L10.6848 4.17764L17.1667 10.6595L10.6848 17.1412L9.50634 15.9627L13.9763 11.4928H3.83334V9.82616H13.9763Z' fill='%23F2F2F5'/%3E%3C/svg%3E");
    background-size: 100%;
    width:18px ;
    height: 18px;
    position: absolute;
    right: -20px;
    top: 1px;

}

.banner {
    background-position: bottom center;
    background-repeat: no-repeat;
}

.banner .row {
    height: 100vh;
}

.banner h1 {
    color: #EB500D;
    font-family: Inter;
    font-size: 76px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 76px */
    letter-spacing: -2px;
    margin-bottom: 20px;;
}

.banner h2 {
    color: #00013E;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
    margin-bottom: 30px;
}

.icon-medalha {
    margin-top: 40px;
    max-width: 200px;
    display:none;
}

.destaques {
    background: transparent;
}

.cada-destaque {
    border-radius: 8px;
    border: 2px solid var(--clean, #F2F2F5);
    background: var(--branco, #FFF);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    padding: 24px 32px;
    text-align: center;
}

.cada-destaque strong {
    color:  #EB500D;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 40px */
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 50px;
    display: inline-block;
}

.cada-destaque span {
    display: block;
    color: #00013E;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    padding-top: 5px;;
}

.destaques {
    top: -70px;
    position: relative;
}

.principal {
    background:  #F2F2F5;
}



.sec h2 {
    color:  #00013E;
    font-family: Inter;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 67.2px */
    letter-spacing: -2px;
    margin-bottom: 30px;
}

.sec p {
    color:  #999;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 20px;
}

.sec-servicos {
    padding: 50px 0px 0px 0px;
}

.cada-servico {
    border-radius: 16px;
    background:  #FFF;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 30px;
}

.img-servico {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 197px;
}

.content-servico-list {
    padding: 50px;
    position: relative;
}

.content-servico-list::after {
    position: absolute;
    top: 47px;
    right: 20px;
    content: " ";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33' fill='none'%3E%3Cpath d='M22.2262 15.2243L15.0742 8.07226L16.9598 6.18665L27.3307 16.5576L16.9598 26.9284L15.0742 25.0428L22.2262 17.8909H5.99739V15.2243H22.2262Z' fill='%2300013E'/%3E%3C/svg%3E");
    background-size: 100%;
    width: 32px;
    height: 32px;
}

.content-servico-list h3 a {
    color: #00013E;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
}

.content-servico-list p {
    color:  #999;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
}

.cada-servico:hover h3 a {
    color: #EB500D;
}

.cada-servico:hover .content-servico-list::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33' fill='none'%3E%3Cpath d='M22.2262 15.2243L15.0742 8.07226L16.9598 6.18665L27.3307 16.5576L16.9598 26.9284L15.0742 25.0428L22.2262 17.8909H5.99739V15.2243H22.2262Z' fill='%23EB500D'/%3E%3C/svg%3E");
}

.cada-servico:hover {
    background: var(--branco, #FFF);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.sec-clientes {
    background: #FFF;
    padding: 120px 0px;
    margin: 50px 0px 0px 0px;
}

.cada-cliente {
    border-radius: 8px;
    border: 1px solid #F2F2F5;
    background-color: #FFF;
    text-align: center;
}

.cada-cliente img {
    display: inline-block;
    max-width: 90%;
    padding: 15px;
}


.carousel-clientes .slick-slide {
    margin: 0 10px;
}

.carousel-clientes .slick-list {
    margin: 0 -10px;
}

.slick-prev {
    border-radius: 100px;
    background:  #8A8AA7;
    width: 50px;
    height: 50px;
    background-image: url(../images/arrow-left-line.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    margin-top: -65px;
    left: -8px;
    z-index: 999;
}

.slick-next {
    border-radius: 100px;
    background:  #8A8AA7;
    width: 50px;
    height: 50px;
    background-image: url(../images/arrow-right-line.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    margin-top: -65px;
    right: -8px;
    z-index: 999;
}

.slick-prev:hover, .slick-next:hover {
    background-color:  #00013E;
}

.faixa-laranja {
    background:  #EB500D;
    padding: 89px 0px;
}
    .faixa-laranja h2 {
        color:  #FFF;
        font-family: Inter;
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 57.6px */
        letter-spacing: -2px;
    }

.btn-especialista {
    border-radius: 8px;
    background: #42C058;
    display: inline-block;
    padding: 16px 68px 16px 48px;
    color: #F2F2F5;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.btn-especialista:hover {
    background-color: #00013E;
    color: #fff;
}

.btn-especialista span {
    display: inline-block;
    position: relative;
}

.btn-especialista span::after {
    content: " ";
    background-image: url("../images/icon-whatsapp.svg");
    background-size: 100%;
    width:23px ;
    height: 23px;
    position: absolute;
    right: -30px;
    top: 0px;
}

.sec-depoimentos {
    padding: 80px 0px;
}

.cada-depoimento {
    background:  #FFF;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
    padding: 50px;
    overflow: hidden;
    display: block;
    border-radius: 20px;
    margin: 15px;
}

.img-depoimento {
    width: 56px;
    height: 56px;
    border-radius: 100px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
}

.content-depoimento {
   display: block;
    width: 100%;
    
}

.content-depoimento p {
    color:  #999;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 10px 0px;
}

.content-depoimento strong {
    color:  #00013E;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.sec-mosaico {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 600px;
    margin-top: 10px;
}

.sec-sobre {
    padding: 80px 0px;
    background:  #F2F2F5;
}

.sec-sobre h3 {
    color:  #999;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 38.4px */
}

.sec-posts {
    background: #fff;
    padding: 80px 0px;
}

.cada-post {
    border-radius: 16px;
    background: #F2F2F5;
    margin: 0px 15px;
}

.img-blog {
    width: 100%;
    height: 197px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 16px 16px 0px 0px;
}

.data-post {
    border-radius: 4px;
    background:  #8A8AA7;
    color: var(--branco, #FFF);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    display: inline-block;
    padding: 5px 8px;
    position: absolute;
    left: 20px;
    bottom: -10px;
}

.content-post {
    padding: 20px;
}

.content-post h3 {
    line-height: 92%; /* 28px */
}

.content-post h3 a {
    color:  #00013E;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.content-post h3 a:hover {
    color: #EB500D;
}

.content-post p {
    color:  #999;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
}

.leimais {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 16.8px */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M13.4763 9.36678L9.00634 4.89677L10.1848 3.71826L16.6667 10.2001L10.1848 16.6819L9.00634 15.5034L13.4763 11.0334H3.33334V9.36678H13.4763Z' fill='%2300013E'/%3E%3C/svg%3E");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.leimais:hover {
    color: #EB500D;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M13.4763 9.36678L9.00634 4.89677L10.1848 3.71826L16.6667 10.2001L10.1848 16.6819L9.00634 15.5034L13.4763 11.0334H3.33334V9.36678H13.4763Z' fill='%23EB500D'/%3E%3C/svg%3E"); 
}

.redes-sociais {
    background:  #EB500D;
    padding: 30px 0px;
}

.redes-sociais h4{
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    margin-bottom: 0px;
}

.icons-social {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.icons-social li {
    display: inline-block;
    margin: 0px 15px;
}

.icons-social li a {
    background-position: center;
    background-repeat: no-repeat;
    width: 56px;
    height: 56px;
    display: inline-block;
    overflow: hidden;
    text-indent: -99999px;
}

.icon-instagram {
    background-image: url(../images/icon-instagram-branco.svg);
}
.icon-instagram:hover {
    background-image: url(../images/icon-instagram-azul.svg);
}

.icon-facebook {
    background-image: url(../images/icon-facebook-branco.svg);
}
.icon-facebook:hover {
    background-image: url(../images/icon-facebook-azul.svg);
}

.icon-linkedin {
    background-image: url(../images/icon-linkedin-branco.svg);
}
.icon-linkedin:hover {
    background-image: url(../images/icon-linkedin-azul.svg);
}

.icon-youtube {
    background-image: url(../images/icon-youtube-branco.svg);
}
.icon-youtube:hover {
    background-image: url(../images/icon-youtube-azul.svg);
}

.icon-telegram {
    background-image: url(../images/icon-telegram-branco.svg);
}
.icon-telegram:hover {
    background-image: url(../images/icon-telegram-azul.svg);
}

.rodape-azul {
    background-color: #00013E;
    padding: 80px 0px;
}

.icon-location {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    margin-top: 40px;
    background-image: url(../images/icon-location.svg);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 10px 0px 10px 48px;
}

.rodape-azul h4 {
    color: var(--branco, #FFF);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
    margin-bottom: 20px;
}

.links-footer a {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

.link-tel {
    color:  #FFF;
    font-family: Inter;
    
    line-height: 120%; /* 14.4px */
    display: block;
    background-image: url(../images/icon-phone-menor.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
}

.link-tel span {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.link-tel strong {
    color:  #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    display: block;
}

.link-email {
    color:  #FFF;
    font-family: Inter;
    
    line-height: 120%; /* 14.4px */
    display: block;
    background-image: url(../images/icon-mail.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
}

.link-email span {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.link-email strong {
    color:  #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    display: block;
}

.fale-rodape {
    padding-left: 50px;
}

.assinatura {
    border-top: 1px solid #fff;
    text-align: center;
    color:  #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    margin-top: 50px;
    padding-top: 50px;
}

.topo-mobile {
    display: none;
}

#fecha-menu {
    display: none;
}

.whatsapp_plug_icon {
    position: fixed;
    z-index: 2000;
    bottom: 28px;
    right: 40px;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    cursor: pointer;
    background-color: #0ba360;
    transition: .3s;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/whatsapp.webp);
    background-size: 50% auto;
}


.internas {
    background-color: #fff;
    position: relative;
}

.banner-internas {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    position: absolute;
    top: 0px;
    width: 100%;
}

.banner-internas::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 8px;
    background: rgb(255,255,255);
    background: linear-gradient(177deg, rgba(255,255,255,0.5802696078431373) 0%, rgba(255,255,255,0.9472163865546218) 57%, rgba(255,255,255,1) 96%);
}

.content-internas {
    position: relative;
    z-index: 99;
    padding-top: 160px;
}

.content-internas h1 {
    color:  #00013E;
    font-family: Inter;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 56px */
    letter-spacing: -2px;
}

.content-internas h2 {
    color:  #00013E;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 48px */
}

.content-internas h3 {
    color:  #00013E;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 38.4px */
}

.content-internas p {
    color:  #00013E;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}


.content-internas ul li {
    color: #00013E;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.content-internas ol li {
    color: #00013E;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.content-internas p a {
    color: #EB500D;
}

.content-internas .sec-servicos h3 {
    line-height: 111%;
}

.content-internas .sec-servicos .cada-post {
    margin-bottom: 30px;
}

.linha-conteudo-interna {
    margin-top: 50px;
}

.linha-conteudo-interna .sec-servicos {
    margin-top: 0px;
    padding-top: 0px;
}

.menu-mobile {
    display: none;
}

.page-internas .container-topo {
    background-color: transparent;
}

.page-internas .container-topo.scrolled {
    background-color: #fff;
}

.page-internas .destaques {
    top: 0px;
    padding: 100px 0px;
}

.content-internas .destaques {
    top: 40px;
    margin-bottom: 50px;

}

.missao {
    background:  #00013E;
    padding: 100px 0px;
    color: #fff;
}

.missao h2 {
    color:  #FFF;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 57.6px */
    letter-spacing: -2px;
}

.missao p {
    color:  #F2F2F5;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 32px */
}

.page-internas .sticky {
    background-color: #fff;
}

.sticky {
    background-color: #fff;
    
}

.p-servicos {
    color:  #999;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 32px */
    margin-top: 40px;
}

.content-internas  .content-servico-list {
    background:  #F2F2F5;
}

.page-template-servicos .sec-depoimentos {
    background:  #F2F2F5;
}

.resumo-servico {
    color:  #999;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding-top:50px;
    margin-bottom: 50px;
}

.content-ajudar {
    border-radius: 12px;
    border: 1px solid var(--Color, #CCC);
    padding: 48px 56px;
    margin: 30px 0px;
    background-color: #fff;
}

.content-ajudar h2 {
    color:  #00013E;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 32px */
    letter-spacing: -2px;
    background: url(../images/icon-ajuda.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 15px 0px 15px 50px;
}

.content-ajudar ul li {
    color:  #00013E;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 36px */
}

.single-servico .sec-servicos{
    background:  #F2F2F5;
}

.page-verservico .sec-clientes {
    margin-top: 0px;
}

.text-format .wp-block-embed iframe {
    max-width: 100%;
    height: 481px;
    width: 100%;
}

.text-format li, .text-format p {
    color:  #00013E;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 38.4px */
}

.text-format a {
    color: #EB500D;
}

.text-format a:hover {
    color: #00013E;
}

.page-template-sobre .content-internas .destaques {
    padding: 0px 0px;
}

.page-template-clientes .sec-clientes {
    padding-top: 0px;
    margin-top: 0px;
    background-color: transparent;
}

.page-template-clientes .cada-cliente {
    margin-bottom: 30px;
}

.data {
    display: block;
    color:  #00013E;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.share-buttons {
    display: block;
    margin-top: 50px;
}

.share-buttons a {
    display: inline-block;
    margin-right: 10px;
}

.share-buttons h5 {
    color: #00013E;
}

.share-buttons a:hover {
    opacity: 0.8;
}

a.cada-btn-contato:hover {
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
}

.cada-btn-contato {
    border-radius: 8px;
    border: 1px solid #F2F2F5;
    background:  #FFF;
    padding: 16px;
    margin-top: 20px;
    display: block;
}

.cada-btn-contato strong {
    color: #00013E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
}

.cada-btn-contato span {
    color:  #00013E;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}

.sub-contato {
    margin-bottom: 40px;
}

.content-formulario {
    display: block;
    padding: 64px;
    border-radius: 8px;
    background:  #FFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 100px;
}

.content-formulario label {
    text-transform: uppercase;
    color:  #00013E;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin-bottom: 8px;
}

.content-formulario br {
    display: none;
}

.input-form {
    border-radius: 6px;
    border: 2px solid  #CCC;
    background:  #FFF;
    height: 55px;
    width: 100%;
    padding-left: 15px;
    color:  #00013E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.input-form:focus, .text-form:focus {
    border-radius: 6px;
    border: 2px solid  #EB500D;
    background:  #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    outline: none;
}

.text-form {
    border-radius: 6px;
    border: 2px solid  #CCC;
    background:  #FFF;
    height: 125px;
    width: 100%;
    padding: 15px;
    color:  #00013E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.btn-enviar {
    border-radius: 6px;
    background: #EB500D;
    height: 55px;
    text-align: center;
    color:  #FFF;
    width: 100%;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none;
}

.wp-block-image {
    border-radius: 12px;
    overflow: hidden;
}

.wpcf7 input[type="file"] {
    padding-top: 11px;
}

.single-servico .sec-clientes {
    padding: 0px 0px 120px 0px;
}

.single-servico .destaques {
    padding-bottom: 40px;
}

.pagination {
	text-align:center;
	padding:10px 0px;
}

.pagination a {
	color:#EB500D;
	font-size:18px;
	font-weight:500;
}

.pagination span {
	color:#00013E;
	font-size: 18px;
}

.sec-accordion {
    padding-bottom: 30px;
}

.sec-accordion h2 {
    line-height: 52% !important;
}
.content-internas .sec-accordion h2 {
    line-height: 52% !important;
}

.faixa-lp {
    top: 120px;
    position: relative;
}

.faixa-lp p {
    color: #fff;
    font-size: 20px;
}

#carousel-depoimentoslp .content-depoimento {
    width: 100%;
}

.text-lp-bullets ul {
    list-style: none;
    padding-left: 0;
}
.text-lp-bullets ul li::before {
    content: '✔';
    color: #EB500D;
    margin-right: 10px;
}

.content-links-rodape-seo {
    margin-top: 40px;
}

.content-links-rodape-seo h4 {
    font-size: 18px;
}

.content-links-rodape-seo a {
    display: block;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    margin-bottom: 5px;
}

/* (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
	.text-format .wp-block-embed iframe {
		max-width: 100%;
		height: 381px;
		width: 100%;
	}
    .content-ajudar {
        padding: 48px 26px;
    }
    .logo {
        max-width: 167px;
    }
    .icon-medalha {
        margin-top: -167px;
        max-width: 119px;
    }
    .banner {
        padding-top: 82px;
    }
    .banner h1 {
        font-size: 45px;
    }
    .banner h2 {
        font-size: 22px;
    }
    .banner .row {
        height: 92vh;
    }
    .sec-servicos {
        padding-top: 0px;
    }
    .sec h2 {
        font-size: 37px;
    }
    .content-servico-list h3 a {
        font-size: 22px;
    }
    .content-servico-list p {
        font-size: 15px;
    }
    .slick-next {
        top: 110%;
        margin-top: auto;
        right: 50%;
        margin-right: -55px;
    }
    .slick-prev {
        top: 110%;
        margin-top: auto;
        left: 50%;
        margin-left: -55px;
    }
    .cada-depoimento {
        padding: 15px;
    }
    .content-depoimento {
        float: none;
        width: 100%;
        display: block;
        clear: both;
        padding-top: 25px;
    }
    .img-depoimento {
        width: 100px;
        height: 100px;
        margin: 0px auto;
        float: none;
    }
    .sec-depoimentos .slick-prev, .sec-depoimentos .slick-next {
        top: 100%;
    }
    .sec-posts .slick-prev, .sec-posts .slick-next {
        top: 105%;
    }
    .faixa-laranja h2 {
        text-align: center;
        margin-bottom: 20px;
    }
    .sec-posts {
        margin-bottom: 42px;
    }
    .icons-social li {
        margin: 0px 5px;
    }
    .icons-social li a {
        width: 40px;
        height: 40px;
        background-size: 100%;
    }
    .rodape-azul h4 {
        margin-top: 50px;
    }
    .menu a {
        font-size: 19px !important;
        margin-bottom: 15px !important;
    }
    .menu-mobile .btn-orcamento {
        font-size: 17px !important;
    }
    .menu-mobile .btn-orcamento span::after {
        top: -1px !important;
    }
}

/* `md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
    .sec-selos {
        padding: 50px 50px 120px 50px !important;
    }
    .logo {
        max-width: 167px;
    }
    .icon-medalha {
        margin-top: -167px;
        max-width: 119px;
    }
    .banner {
        padding-top: 82px;
    }
    .banner h1 {
        font-size: 45px;
    }
    .banner h2 {
        font-size: 22px;
    }
    .banner .row {
        height: 92vh;
    }
    .content-internas h1 {
        font-size: 30px;
        line-height: 119%;
        letter-spacing: -2px;
    }
    .content-internas h2 {
        font-size: 20px;
    }
    .content-formulario {
        margin-top: 50px;
    }
    .resumo-servico {
        padding-top: 20px;
    }
    .single-servico .sec-servicos {
        padding-top: 30px;
    }
    .content-ajudar h2 {
        font-size: 25px;
    }
    .sec-clientes {
        padding: 3px 50px 120px 0px;
    }
    .text-lp-bullets h2 {
        font-size: 30px;
    }
    .content-internas {
        padding-top: 110px;
    }
    
   
}

/* `lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
    .faixa-laranja h2 {
        font-size: 36px;
    }
    .sec-sobre h2 {
        margin-top: 50px;
    }
    .cada-destaque {
        margin-bottom: 30px;
    }
    .sec-servicos .btn-laranja {
        margin-bottom: 50px;
    }
    .img-depoimento {
        width: 100px;
        height: 100px;
    }
    .sec-posts .btn-laranja {
        margin-bottom: 50px;
    }
    .redes-sociais h4 {
        text-align: center;
    }
    .icons-social {
        text-align: center;
        margin-top: 20px;
    }
    .fale-rodape {
        padding-left: 15px;
    }
    
   
}
    


/* `xl` applies to large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { 
    .topo-desktop {
        display: none;
    }
    .menu a {
        margin: 0px 9px;
    }
    .topo-mobile {
        display: block;
        padding: 20px 0px;
        background-color: #fff;
    }
    .menu-mobile {
        display: none;
        position: fixed;
        top: 0px;
        background-color: #00013E;
        width: 100%;
        height: 100%;
        z-index: 9999;
    }

    .menu-mobile .row {
        height: 100%;
    }

    .menu {
        margin-top: 90px;
    }
    .menu a {
        font-size: 30px;
        color: #fff;
        display: block;
        margin-bottom: 25px !important;
    }
    .link-telefone {

        color: #fff;
    }
    .menu-mobile .btn-orcamento{
        font-size: 30px;
        margin-top: 40px;
    }
    .menu-mobile .btn-orcamento span::after {
        width: 25px;
        height: 25px;
        right: -28px;
        top: 11px;
    }
    .link-telefone {
        background-image: url(../images/icon-phone-branco.svg);
        font-size: 21px;
    }
    .faixa-lp {
        top: 80px;
    }
    
 }


/* `xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) { 
    .menu a {
        margin: 0px 9px;
    }   
}