body {font-size:13px;font-family:'Gilroy';color:#333333;position:relative;overflow-x:hidden;}

html,
body {
  background-color:#ffffff;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #00000000 #f1f1f1;
}

*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #00000000;
}

*::-webkit-scrollbar-thumb {
  background-color: #ffe000;
}

html.active-menu-mobile {overflow: hidden;}
html.active {overflow: hidden;}

* {-webkit-font-smoothing: antialiased;}

i, em {font-style:italic;} 

a {color:#333;}

strong, b {font-weight: bold;}

 
::-webkit-input-placeholder {color:var(--cor-font-principal);}
::-moz-placeholder {color:var(--cor-font-principal);}
:-ms-input-placeholder {color:var(--cor-font-principal);}
input:-moz-placeholder {color:var(--cor-font-principal);}

::-webkit-input-placeholder:focus {color:var(--cor-font-principal);}
::-moz-placeholder:focus {color:var(--cor-font-principal);}
:-ms-input-placeholder:focus {color:var(--cor-font-principal);}
input:-moz-placeholder:focus {color:var(--cor-font-principal);}

select {
  -ms-box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

::selection {
  background:#6d7780;
  color: #ffffff;
}
::-moz-selection {
  background:#333333;
  color: #ffffff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background:transparent !important;
}

form * {outline:0;}

form .error,
form .error, form .success {padding: 19px 30px;padding-left: 60px;font-size: 14px;text-align: left;color: #4baa2b;}
form .success {background:url(../imagens/site/ico_success.png) no-repeat 0px center;}
form .error {background:url(../imagens/site/ico_error.png) no-repeat 0px center;}
form .retorno {margin-bottom: 15px;background: #e8f3e5;padding: 0 10px;border-radius: 4px;width: calc(100% - 24px);}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently*/
}

.sk-circle {display: none;width: 40px;height: 40px;position: fixed;z-index: 99999;left: 50%;top: 50%;margin-left: -20px;margin-top: -20px;}
.sk-circle .sk-child {width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.sk-circle .sk-child:before {content: '';display: block;margin: 0 auto;width: 15%;height: 15%;background-color: var(--cor-principal);border-radius: 100%;-webkit-animation: sk-circleBounceDelay .8s infinite ease-in-out both;        animation: sk-circleBounceDelay .8s infinite ease-in-out both;}
.sk-circle .sk-circle2 {-webkit-transform: rotate(30deg);    -ms-transform: rotate(30deg);        transform: rotate(30deg);}
.sk-circle .sk-circle3 {-webkit-transform: rotate(60deg);    -ms-transform: rotate(60deg);        transform: rotate(60deg);}
.sk-circle .sk-circle4 {-webkit-transform: rotate(90deg);    -ms-transform: rotate(90deg);        transform: rotate(90deg);}
.sk-circle .sk-circle5 {-webkit-transform: rotate(120deg);    -ms-transform: rotate(120deg);        transform: rotate(120deg);}
.sk-circle .sk-circle6 {-webkit-transform: rotate(150deg);    -ms-transform: rotate(150deg);        transform: rotate(150deg);}
.sk-circle .sk-circle7 {-webkit-transform: rotate(180deg);    -ms-transform: rotate(180deg);        transform: rotate(180deg);}
.sk-circle .sk-circle8 {-webkit-transform: rotate(210deg);    -ms-transform: rotate(210deg);        transform: rotate(210deg);}
.sk-circle .sk-circle9 {-webkit-transform: rotate(240deg);    -ms-transform: rotate(240deg);        transform: rotate(240deg);}
.sk-circle .sk-circle10 {-webkit-transform: rotate(270deg);    -ms-transform: rotate(270deg);        transform: rotate(270deg);}
.sk-circle .sk-circle11 {-webkit-transform: rotate(300deg);    -ms-transform: rotate(300deg);        transform: rotate(300deg);}
.sk-circle .sk-circle12 {-webkit-transform: rotate(330deg);    -ms-transform: rotate(330deg);        transform: rotate(330deg);}
.sk-circle .sk-circle2:before {-webkit-animation-delay: -1.1s;        animation-delay: -1.1s;}
.sk-circle .sk-circle3:before {-webkit-animation-delay: -1s;        animation-delay: -1s;}
.sk-circle .sk-circle4:before {-webkit-animation-delay: -0.9s;        animation-delay: -0.9s;}
.sk-circle .sk-circle5:before {-webkit-animation-delay: -0.8s;        animation-delay: -0.8s;}
.sk-circle .sk-circle6:before {-webkit-animation-delay: -0.7s;        animation-delay: -0.7s;}
.sk-circle .sk-circle7:before {-webkit-animation-delay: -0.6s;        animation-delay: -0.6s;}
.sk-circle .sk-circle8:before {-webkit-animation-delay: -0.5s;        animation-delay: -0.5s;}
.sk-circle .sk-circle9:before {-webkit-animation-delay: -0.4s;        animation-delay: -0.4s;}
.sk-circle .sk-circle10:before {-webkit-animation-delay: -0.3s;        animation-delay: -0.3s;}
.sk-circle .sk-circle11:before {-webkit-animation-delay: -.8s;        animation-delay: -.8s;}
.sk-circle .sk-circle12:before {-webkit-animation-delay: -0.1s;        animation-delay: -0.1s;}

.form {display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}

.form input[type="text"],
.form input[type="email"],
.form select,
.form input[type="password"],
.form textarea {outline: 0; font-weight: 500; border-radius: 4px; background: #ffffff; border: solid 2px #999999; padding: 15px 0px; padding-left: 20px; display: block; margin-bottom: 20px; width: calc(50% - 35px); font-size: 15px; transition-duration: 0.8s;}
.form textarea {height:230px; width: calc(100% - 20px); resize: none;}
.form textarea:focus {outline: 0; border: solid 2px #999999; outline: none; transition-duration: 0.8s;}
.form select {-webkit-appearance: none; outline: 0; background: url(../svg/ico_arrow.svg) no-repeat right #fff!important; background-position-x: 95%!important; background-size: 15px!important;}
.form option {outline: 0; font-size: 14px;}
.form input::-webkit-input-placeholder {color: var(--cor-font-secundaria); transition-duration: 0.8s;}
.form select::-webkit-input-placeholder {color: var(--cor-font-secundaria); transition-duration: 0.8s;}
.form textarea::-webkit-input-placeholder {color: var(--cor-font-secundaria); transition-duration: 0.8s;}
.form input:focus::-webkit-input-placeholder {color: var(--cor-font-secundaria); transition-duration: 0.8s;}
.form select:focus::-webkit-input-placeholder {color: var(--cor-font-secundaria); transition-duration: 0.8s;}
.form textarea:focus::-webkit-input-placeholder {color: var(--cor-font-secundaria); transition-duration: 0.8s;}
.form .small3 {width: calc(50% - 35px)!important; color: var(--cor-font-secundaria); transition-duration: 0.8s;}
.form .small3:focus {border: solid 2px #999999; transition-duration: 0.8s}
.form .last {float:right!important;}

.form .botao-form {display: flex; justify-content: right; width: 100%;}
.form .botao-form .termos {position: relative; display: flex; align-items: center; font-size: 15px; cursor: pointer; padding-right: 20px;}
.form .botao-form .termos a {text-decoration: underline; color: var(--cor-font-secundaria);}
.form .botao-form .termos input {margin-right: 10px; margin-top: 2px; border: none; outline: 0;}
.form .botao-form button.botao {outline: 0; color: var(--cor-font-secundaria); border: none;}
.form .botao-form button.botao:hover {color: var(--cor-font-principal); background: #141414;}
.form .botao-form button.botao::after {border: solid 2px #141414;}
.form .botao-form button.botao svg path {fill: #ffffff;}
.form .botao-form button.botao.verde::after { border: 0 solid #fff; }

.cookie-bar {background:rgba(0, 0, 0, 0.9);padding:20px 0px;position:fixed;z-index:999999;bottom:0;left:0px;width:100%;}
.cookie-bar .box {float:left;width:calc(100% - 350px);}
.cookie-bar .titulo {color: var(--cor-principal);font-size:22px;margin-bottom:20px;}
.cookie-bar .texto {color:white;font-size:16px;}
.cookie-bar .texto a {color: var(--cor-principal);}
.cookie-bar .buttons {float:right;width:300px;}
.cookie-bar .buttons li {cursor:pointer;margin-bottom:20px;border:3px solid  var(--cor-principal);text-transform:uppercase;font-size:16px;text-align:center;padding:15px 0px;transition:all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000);}
.cookie-bar .buttons li.aceitar {background: var(--cor-principal); color:white;}
.cookie-bar .buttons li.nao-aceitar {color: var(--cor-principal);}
.cookie-bar .buttons li:hover {opacity:0.8;}

.owl-nav {display:none;}
.owl-prev {opacity: 1;position: absolute;left: -30px;width: 20px;height: 20px;cursor: pointer;font-size: 0px;top: 33px;transform: translateY(-50%);transition-duration: .8s;}
.owl-prev:hover {transition-duration: .8s;}
.owl-next {opacity: 1;position: absolute;right:  -40px;width: 20px;height: 20px;cursor: pointer;font-size: 0px;top: 33px;transform: translateY(-50%);transition-duration: .8s;}
.owl-next:hover {transition-duration: .8s;}

.owl-dots {display: flex; width: 100%; justify-content: center; align-items: flex-end; position: relative; z-index: 10; padding-top: 30px;}
.owl-dots .owl-dot {margin: 0px 5px; cursor: pointer; width: 12px; height: 12px; border-radius: 12px; background: #ffffff; -webkit-transition: cubic-bezier(0,1,.38,.95) all 0.5s; transition: cubic-bezier(0,1,.38,.95) all 0.5s; transition-duration: .8s;}
.owl-dots .owl-dot:hover {background: #ffe000; width: 25px; transition-duration: .8s;}
.owl-dots .owl-dot.active {background: #ffe000; width: 25px; transition-duration: .8s;}  
.owl-stage, .owl-stage-outer, .owl-item {height: 100%;}
.owl-dots.disabled { display: none!important; }

.lg-toolbar {background: #420060!important; padding: 10px 0!important;}
.lg-actions .lg-next, .lg-actions .lg-prev {background: #420060!important; padding: 15px!important; border-radius: 100%!important; color: #ffffff!important; font-size: 20px!important;}
.lg-object {border-radius: 8px;}
.lg-toolbar .lg-icon {color: #ffffff!important;}

.titulo {font-size: 45px; line-height: 45px; font-weight: 700;}
.titulo.extra-grande {font-size: 90px; line-height: 90px;}
.titulo.grande {font-size: 60px; line-height: 60px;}
.titulo.pequeno {font-size: 25px; line-height: 25px;}

.texto {font-size: 16px; line-height: 35px;}

.botao {font-size: 16px; font-weight: 600; color: #460563; background: #ffe000; padding: 12px 30px; border-radius: 30px 0 30px 30px; display: inline-flex; transition-duration: .8s;}
.botao:hover {border-radius: 30px; transition-duration: .8s;}

.branco {color: #ffffff;}
.roxo {color: #460563;}

.carousel .box-carousel {margin: 0 10px; border-radius: 8px; height: 340px; position: relative; background: #000000; transition-duration: 1s; overflow: hidden;}
.carousel .box-carousel img {height: 100%; width: 100%; display: block; object-fit: cover; transition-duration: 1s;}
.carousel .box-carousel::after {content: ""; width: 100%; position: absolute; height: 3px; background: #00000000; z-index: 2; bottom: 0; transition-duration: .8s;}
.carousel .box-carousel:hover::after {background: var(--cor-principal); transition-duration: .8s;}
.carousel .owl-carousel {transition-duration: 1s;}
.carousel .owl-stage-outer:hover .box-carousel img {opacity: .5;}
.carousel .owl-stage-outer .box-carousel:hover img {transition-duration: 1s; opacity: 1;}

.box-padrao {display: flex; justify-content: space-between; align-items: center; padding-top: 150px; width: 100%;}
.box-padrao .box-img {position: relative; width: 45%; height: 400px; border-radius: 8px; overflow: hidden;}
.box-padrao .box-img img {width: 100%; height: 100%; display: block; object-fit: cover;}
.box-padrao:nth-child(odd) {flex-direction: row-reverse;}
.box-padrao .info {width: 50%;}
.box-padrao .info .titulo b {color: var(--cor-font-secundaria);}
.box-padrao .info .texto {width: 80%;}
.box-padrao .info .linha {width: 50px; height: 3px; border-radius: 8px; background: var(--cor-principal); margin: 15px 0 25px;}

#content-page {background: #420060!important;}
#content {margin:0 auto;max-width:1920px; width: 100%;position:relative;z-index:4;background:#420060!important;-webkit-transition:ease-out all 0.4s;transition:ease-out all 0.4s;}

#header {position: absolute; width: 100%; z-index: 10; padding-top: 60px;}

#header .ico-menu {display: flex; flex-direction: column; align-items: flex-end; cursor: pointer; width: 25px; margin-left: 20px; transition-duration: 0.8s;}
#header .ico-menu .line {height: 3px; background: #ffffff; width: 25px; border-radius: 10px; transition: all 0.5s; margin-bottom: 5px;}
#header .ico-menu .line:nth-child(2) {width: 18px;}
#header .ico-menu .line:nth-child(3) {margin-bottom: 0;}
#header .ico-menu.close {position: relative; transition-duration: 0.8s;}
#header .ico-menu.close .line {height: 3px; background: #ffffff; width: 25px; border-radius: 10px; transition: all 0.5s;}
#header .ico-menu.close .line:nth-child(1) {transform: rotate(45deg) translate(6px, 5px);}
#header .ico-menu.close .line:nth-child(2) {opacity: 0;}
#header .ico-menu.close .line:nth-child(3) {transform: rotate(-45deg)  translate(6px, -6px);}

#header .conteudo {width: 100%; display: flex; justify-content: space-between; align-items: center;}
#header .conteudo .logo {position: relative; width: 220px;}
#header .conteudo .logo svg {height: 100%; width: 100%; display: block;}
#header .conteudo .logo svg path {fill: #ffe000;}
#header .conteudo .box {display: flex; height: 100%; align-items: center; position: relative; padding: 12px 25px; background: #460563; border-radius: 30px 0 30px 30px;}
#header .conteudo .box .telefone {font-size: 16px; font-weight: 600; color: #ffffff; display: flex; align-items: center;}
#header .conteudo .box .telefone svg {height: 25px; width: 25px; margin-left: 20px;}
#header .conteudo .box .telefone svg path {fill: #ffffff;}
#header .conteudo .box .social {display: flex; margin-left: 20px; align-items: center;}
#header .conteudo .box .social li {display: block;}
#header .conteudo .box .social a:first-child {margin-right: 10px;}
#header .conteudo .box .social svg {height: 16px; width: 16px;}
#header .conteudo .box .social svg path {fill: #ffffff;}
#header .conteudo .box .menu-site {position: absolute; right: 0; top: 130%; overflow: hidden; width: calc(100% - 50px); max-height: 0; opacity: 0; padding: 0 25px; background: #460563; border-radius: 30px 0 30px 30px; display: flex; flex-direction: column; transition-duration: 1.2s;}
#header .conteudo .box .menu-site.active {max-height: 1000px; opacity: 1; padding: 25px; transition-duration: 1.2s;}
#header .conteudo .box .menu-site li {font-size: 20px; color: #ffffff; font-weight: 600; display: flex; cursor: pointer; align-items: center; margin: 10px 0;}
#header .conteudo .box .menu-site li svg {height: 18px; width: 18px; margin-right: 10px;}
#header .conteudo .box .menu-site li svg path {fill: #ffe000;}
#header .conteudo .box .menu-site li a {font-size: 20px; color: #ffffff; font-weight: 600; display: flex; cursor: pointer; align-items: center;}
#header .conteudo .box .menu-site li a svg {height: 18px; width: 18px; margin-right: 10px;}
#header .conteudo .box .menu-site li a svg path {fill: #ffe000;}
#header .conteudo .box .menu-site .botao-servico {flex-direction: column; align-items: flex-start;}
#header .conteudo .box .menu-site .botao-servico .submenu {background: #460563; padding: 0px 25px; overflow: hidden; max-height: 0; transition: all 1.5s ease; display: flex; flex-direction: column;}
#header .conteudo .box .menu-site .botao-servico .submenu.active {max-height: 500px; padding: 5px 25px; transition: all 1.5s ease;}
#header .conteudo .box .menu-site .botao-servico .submenu .link {font-size: 20px; font-weight: 600; color: #ffffff; margin: 5px 0;}
#header .conteudo .box .menu-site .botao-servico .submenu .link svg {height: 18px; width: 18px; margin-right: 10px;}
#header .conteudo .box .menu-site .botao-servico .submenu .link svg path {fill: #ffe000;}

#footer {background: #370c53; border-radius: 50px 0 50px 50px; display: flex; justify-content: center;}
#footer::before {content: ""; position: absolute; top: 0; width: 25%; height: 4px; border-radius: 0 0 5px 5px; background: #ffe000;}
#footer .conteudo {display: flex; align-items: center; width: calc(100% - 50px); justify-content: space-between; padding: 25px 25px; position: relative;}
#footer .conteudo .endereco {display: flex; align-items: center;}
#footer .conteudo .endereco .botao {margin-right: 20px;}
#footer .conteudo .botao-wpp {padding: 12px 25px; font-size: 16px; font-weight: 600; border-radius: 30px 0 30px 30px; background: #2ac27c; display: inline-flex; align-items: center; line-height: 20px; transition-duration: .8s;}
#footer .conteudo .botao-wpp:hover {border-radius: 30px; transition-duration: .8s;}
#footer .conteudo .botao-wpp svg {height: 25px; width: 25px; margin-left: 15px;}

.box-menu-lgpd {background: #00000000; width: 100%; padding: 35px 0;}
.box-menu-lgpd .conteudo {display: flex; justify-content: space-between; align-items: center; padding: 0;}
.box-menu-lgpd .menu-lgpd {display: flex; justify-content: flex-start;}
.box-menu-lgpd li:first-child {margin-right: 20px;}
.box-menu-lgpd a {color: #9d8ba9; font-size: 12px; font-weight: 500; transition-duration: .8s;}
.box-menu-lgpd a:hover {transition-duration: .8s;}

#footer .box-menu-lgpd #egge {background: transparent; height:18px; display:block; overflow: hidden; transform: translate3d(0,0,0); text-align: center; opacity: 1;}
#footer .box-menu-lgpd #egge svg path {fill: #9d8ba9!important;}

#home {width: 100%; height: 100%; overflow: hidden; background: #420060;}
#home .banners {position: relative; height: calc(100vh - 124px); width: 100%; -webkit-animation-name: fadeIn; animation-name: fadeIn; z-index: 1;}
#home .banners .lista {height: 100%; width: 100%; object-fit: cover; position: relative;}
#home .banners .lista .banner {width: 100%; height: 100%;}
#home .banners .lista .banner .info {position: absolute; bottom: 0; left: 0; font-weight: 700; width: 50%; padding-bottom: 220px;}
#home .banners .lista .banner .info .botao {margin-top: 30px;}
#home .banners .lista .banner img {height: 100%; width: 100%; object-fit: cover; display: block; z-index: 1; position: fixed;}
#home .banners .lista .banner .img-banner-mobile {display: none;}

/* #home .banners .owl-dots {position: absolute; z-index: 10; bottom: 50px; width: 100%; display: flex; justify-content: center;}
#home .banners .owl-dots .owl-dot::after {background: #ffffff;}
#home .banners .owl-dots .owl-dot:hover::after {background: #141414;}
#home .banners .owl-dots .owl-dot.active {background: #141414;}  
#home .banners .owl-dots .owl-dot.active::after {background: #141414;} */

#home .localizacao {background: #370c53; padding: 40px 0;}
#home .localizacao .conteudo {display: flex; justify-content: space-between; align-items: center;}
#home .localizacao .conteudo .endereco {display: flex; align-items: center;}
#home .localizacao .conteudo .endereco .botao {margin-right: 20px;}

#home .servicos {padding: 100px 0;}
#home .servicos .lista {display: flex; overflow: hidden;}
#home .servicos .lista .servico {margin: 0 10px; display: flex; justify-content: space-between; position: relative; overflow: hidden;}
#home .servicos .lista .servico .box {display: flex; flex-direction: column; width: 100%;}
#home .servicos .lista .servico .box .info {margin-left: 40px;}
#home .servicos .lista .servico .box .info .titulo.branco {height: 45px;}
#home .servicos .lista .servico .box .info .titulo.grande.branco {height: auto;}
#home .servicos .lista .servico .itens {position: relative; bottom: 0; border-radius: 30px; padding: 75px 40px; width: calc(100% - 80px); background: #ffe000; z-index: -1; margin-top: 30px;}
#home .servicos .lista .servico .itens .item {font-size: 22px; font-weight: 600; letter-spacing: 1px; margin: 25px 0; display: flex; align-items: center;}
#home .servicos .lista .servico .itens .item svg {height: 20px; width: 20px; margin-right: 15px;}
#home .servicos .lista .servico .itens .item svg path {fill: #C1A500;}
#home .servicos .lista .servico .itens .box-img {height: 500px; width: 55%; position: absolute; bottom: 0; right: -1px; overflow: hidden; border-bottom-right-radius: 30px;}
#home .servicos .lista .servico .itens .box-img img {width: 100%; height: 100%; display: block; object-fit: contain; position: absolute; bottom: -10px; right: -5px;}
#home .servicos .owl-nav {display: block;}
#home .servicos .owl-nav .owl-prev {padding: 15px; top: calc(70% - 40px); border-radius: 100%; background: #ffffff url(../svg/ico_arrow_left.svg) no-repeat center; background-size: 20%; background-position-x: 45%; left: -75px;}
#home .servicos .owl-nav .owl-next {padding: 15px; top: calc(70% - 40px); border-radius: 100%; background: #ffffff url(../svg/ico_arrow_right.svg) no-repeat center; background-size: 20%; background-position-x: 50%; right: -75px;}

#home .galeria {width: 100%; display: flex; flex-direction: column; padding: 50px 0;}
#home .galeria .lista-slogan {display: flex;}
#home .galeria .lista-slogan .info {width: calc(50% - 75px); display: flex; flex-direction: column; justify-content: center; margin-left: 75px; background: url(../imagens/site/bg_galeria.png) no-repeat right top; background-size: 300px; background-position-x: 85%;}
#home .galeria .lista-slogan .info .titulo.titulo.extra-grande {line-height: 75px;}
#home .galeria .lista-slogan .info .titulo.grande {font-weight: 500; margin-top: 15px;}
#home .galeria .lista {display: flex; flex-wrap: wrap; align-items: flex-end; width: 100%;}
#home .galeria .box-img {width: calc(16.65% - 10px); position: relative; display: flex; align-items: center; height: 300px; margin: 5px; overflow: hidden; border-radius: 30px; background: #460563; transition-duration: .8s;}
#home .galeria .box-img .nome {opacity: 0; color: #ffffff; position: absolute; bottom: 30px; text-align: center; width: 100%; font-weight: 600; font-size: 22px; z-index: 2; transition-duration: .8s;}
#home .galeria .box-img:hover .nome {opacity: 1; transition-duration: .8s;}
#home .galeria .box-img img {height: 100%; width: 100%; display: block; object-fit: cover; z-index: 1; transition-duration: .8s;}
#home .galeria .box-img:hover img {opacity: .5; transition-duration: .8s;}

#home .sobre-nos {display: flex; justify-content: space-between; align-items: center; padding-top: 50px;}
#home .sobre-nos .info {width: 50%;}
#home .sobre-nos .info .titulo {margin-bottom: 25px;}
#home .sobre-nos .info .texto {text-align: justify;}
#home .sobre-nos .box-img {height: 650px; width: 50%; position: relative;}
#home .sobre-nos .box-img img {height: 100%; width: 100%; display: block; object-fit: contain;}

#servicos .box-topo-interno {height: 700px; position: relative; background-size: cover!important;}
#servicos .box-topo-interno .info {position: absolute; bottom: 0; padding-bottom: 130px; display: flex; flex-direction: column;}
#servicos .box-topo-interno .info .titulo.grande {margin-top: 10px;}
#servicos .box-topo-interno .info svg {width: 50px; margin-top: 50px;}
#servicos .box-topo-interno .info svg path {fill: #ffe000;}
#servicos .box-topo-interno .botao {position: absolute; right: 0; top: 350px;}

#servicos .servicos {padding-top: 50px; background: linear-gradient(180deg, rgba(55,12,83,1) 0%, rgba(66,0,96,1) 100%);}
#servicos .servicos .conteudo {display: flex; justify-content: space-between; min-height: 400px;}
#servicos .servicos .texto {width: 40%; margin-right: 25px; text-align: justify;}
#servicos .servicos .lista-servicos {display: flex; flex-direction: column; padding: 40px 40px 60px; border-radius: 30px 0 30px 30px; background: #ffe000; width: calc(30% - 80px); position: relative; top: -100px; height: 100%;}
#servicos .servicos .lista-servicos .servico {display: flex; align-items: center; font-size: 22px; font-weight: 600; letter-spacing: 1px; margin-top: 30px;}
#servicos .servicos .lista-servicos .servico:first-child {margin-top: 0;}
#servicos .servicos .lista-servicos .servico svg {height: 20px; width: 20px; margin-right: 25px;}
#servicos .servicos .lista-servicos .servico svg path {fill: #C1A500;}
#servicos .servicos .contato {width: calc(30% - 25px); margin-left: 25px; display: flex; flex-direction: column; align-items: center;}
#servicos .servicos .contato .box {width: 100%;}
#servicos .servicos .contato .box .titulo {display: flex; align-items: center; margin-bottom: 15px;}
#servicos .servicos .contato .box .titulo svg {height: 35px; width: 35px; margin-left: 25px;}
#servicos .servicos .contato .box .titulo svg path {fill: #ffffff;}
#servicos .servicos .contato .box .email {font-size: 30px;}

#servicos .valores-servicos .servico {background: #ffffff; min-height: 230px; padding: 55px 25px 45px 25px; border-radius: 50px 0 50px 50px; margin: 0 10px;}
#servicos .valores-servicos .servico .titulo {font-size: 30px; line-height: normal; margin-bottom: 30px;}
#servicos .valores-servicos .servico .valor {display: flex; justify-content: space-between; align-items: center; margin: 10px 0;}
#servicos .valores-servicos .servico .valor .nome {font-size: 18px; font-weight: 600; margin: 0;}
#servicos .valores-servicos .servico .valor .bolinhas {color: #cbcbcb; display: none; font-size: 14px; letter-spacing: 2px; font-weight: 600;}
#servicos .valores-servicos .servico .valor .titulo {font-size: 18px; margin: 0;}

#servicos .galeria {padding: 100px 0; background: url(../imagens/site/bg_servico.png) no-repeat center top;}
#servicos .galeria .box-galeria {height: 350px; position: relative; border-radius: 30px; overflow: hidden; margin: 0 10px; display: block;}
#servicos .galeria .box-galeria img {height: 100%; width: 100%; display: block; object-fit: cover;}

#contato .box-topo-interno {height: 875px; background: url(../imagens/site/bg_contato.jpg) no-repeat center top;}
#contato .box-topo-interno .conteudo {display: flex; justify-content: space-between; align-items: flex-end; position: relative; height: 100%;}
#contato .box-topo-interno .conteudo .box-img {height: 555px; width: 45%; position: relative;}
#contato .box-topo-interno .conteudo .box-img img {width: 100%; position: absolute; bottom: 0; object-fit: contain; display: block;}
#contato .box-topo-interno .conteudo .info {padding-bottom: 120px; flex-direction: column; width: 50%; position: relative;}
#contato .box-topo-interno .conteudo .info .box {display: flex; align-items: center; margin-bottom: 30px;}
#contato .info .box .titulo.grande {display: flex; align-items: center; margin-right: 30px;}
#contato .info .box .titulo.grande svg {height: 35px; width: 35px; margin-left: 25px; margin-top: 0;}
#contato .info .box .titulo.grande svg path {fill: #ffffff;}
#contato .info .titulo.medio {font-weight: 500;}

#politicas {display: block;}  
#politicas .politica {background: linear-gradient(180deg, rgba(55,12,83,1) 0%, rgba(66,0,96,1) 100%);}
#politicas .box-topo-interno {height: 700px; position: relative; background: url(../imagens/site/bg_contato.jpg) no-repeat center top;}
#politicas .box-topo-interno .info {position: absolute; bottom: 0; padding-bottom: 130px; display: flex; flex-direction: column;}
#politicas .box-topo-interno .info .titulo.extra-grande {width: 60%;}
#politicas .box-topo-interno .info .titulo.grande {margin-top: 10px;}
#politicas .box-topo-interno .info svg {width: 50px; margin-top: 50px;}
#politicas .box-topo-interno .info svg path {fill: #ffe000;}
#politicas .box-topo-interno .botao {position: absolute; right: 0; top: 350px;}
#politicas .texto {padding: 50px 0; color: #ffffff; text-align: justify;}

#erro404 .conteudo {width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; flex-direction: column;}
#erro404 .conteudo .botao {color: var(--cor-font-secundaria); margin-top: 30px;}
#erro404 .conteudo .botao:hover {color: var(--cor-font-principal); background: #141414;}
#erro404 .conteudo .botao::after {border: solid 2px #141414;}
#erro404 .conteudo .botao svg path {fill: #ffffff;}