/* font-family: 'Inter', sans-serif;*/
*{
  font-family: 'Sora', sans-serif;
}
:root{
  --color-primary: #EC7000;
  --font-48: 48px;
  --font-42: 42px;
  --font-38: 38px;
  --font-32: 32px;
  --font-30: 30px;
  --font-28: 28px;
  --font-24: 24px;
  --font-18: 18px;
  --font-p: 16px;
  --font-14: 14px;
  --font-12: 12px;
}
.light-page{
  background: #fff;
}
#wrap {
  overflow-x: hidden;
  overflow-y: hidden;
}
body::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    -webkit-border-radius: 16px;
}

body::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
    -webkit-border-radius: 3px;
}

body::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: var(--color-primary);
    -webkit-border-radius: 3px;
}

body::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: var(--color-primary);
    -webkit-border-radius: 3px;
}
.carousel-secao, .carousel-secao2{
  display: contents;
  position: relative;
}
#menu-fixed{
  background: #fff;
}
.menu-topo {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 8;
  transition: all 2s linear;
}
#nav-menu .content-box{
  background: #fff;
  border-radius: 36px;
  padding: 6px 18px;
}
.navbar{
  padding-top: 15px;
  padding-bottom: 15px;
}
.menu-topo{
  padding-top: 0px;
  padding-bottom: 0px;
}
#nav-menu p,
#menu-fixed p{
  color: #231D19;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}
#nav-menu .img-logo{
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 5px;
}
#nav-menu .nav-link {
  color: #231D19;
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
}
#nav-menu .nav-link:hover,
.current_page_item a, .current-menu-item a{
  color: var(--color-primary) !important; 
}

@media (max-width: 1230px) {
  li:hover>.sub-menu{
    display: block !important;
    z-index: 999 !important;
  }
  .navbar .nav-link {
    bottom: -6px;
  }
}
.side-menu-wrapper { /* style menu wrapper */
  background: #fff;
  padding: 30px 10px 0 10px;
  position: fixed; /* Fixed position */
  top: 0;
  right: 0; /* Sidebar initial position. "right" for right positioned menu */
  height: 100%;
  z-index: 2;
  transition: 0.5s; /* CSS transition speed */
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
}
.side-menu-wrapper .box > ul{ /* css ul list style */
  list-style:none;
  padding:0;
  margin:0;
  overflow-y: auto; /* enable scroll for menu items */
}
.side-menu-wrapper .box > ul > li{ /* links */
  display: block;
  border-bottom: 0;
  padding: 7px 4px;
  font-size: 16px !important;
  font-weight: 600 !important;
  transition: 0.3s;
  text-decoration: none;
}
.side-menu-wrapper .box ul li a:hover{
  color: #000 !important;
  text-decoration: none !important;
}
.side-menu-wrapper .box > a.menu-close { /* close button */
  padding: 8px 0 4px 23px;
  color: #000;
  display: block;
  margin: -50px 0 0px -6px;
  font-size: 43px;
  text-decoration: none;
}
.menu-overlay { /* overlay */
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.7);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  transition: opacity 1s;
}
.side-menu-wrapper .box ul li ul{ 
  text-decoration: none;
  list-style:none;
  margin-top: 10px;
  display: none;
}
.side-menu-wrapper .box ul li ul li a{
  display: block;
  margin-top: 10px;
  padding-left: 8px;
  font-size: 13px;
}
.side-menu-wrapper .box ul li:hover ul{
  display: block; 
}
.side-menu-wrapper .btn-area {
    width: 100%;
    text-align: right;
    display: block;
}
.btn-ctal{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #12C919;
  border-radius: 6px;
  border: 0;
  padding: 15px;
  display: block;
  width: 100%;
  white-space: normal;
}
.btn-ctal:hover{
  background: #2cbc66;
}
.btn-area{
  white-space: normal;
  color: #231D19;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 59px;
  padding: 9px 40px 9px 16px;
  background: rgba(236, 112, 0, 0.30) url(../images/area.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.btn-area:hover{
  background: var(--color-primary) url(../images/area.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  color: #fff;
}
.btn-telefone, 
.btn-whatsapp{
  white-space: normal;
  color: #231D19;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 59px !important;
  padding: 9px 15px 9px 42px;
  background-repeat: no-repeat !important;
  background-position: center left !important;
  background-size: contain !important;
}
.btn-telefone{
  background: rgba(27, 118, 255, 0.30) url(../images/telefone.svg);
}
.btn-telefone:hover{
  background: rgba(27, 118, 255, 1) url(../images/telefone.svg);
  color: #fff;
}
.btn-whatsapp{
  background: rgba(79, 181, 63, 0.30) url(../images/whatsapp.svg);
}
.btn-whatsapp:hover{
  background: rgba(79, 181, 63, 1) url(../images/whatsapp.svg);
  color: #fff;
}
.linha{
  position: absolute;
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpcf7-spinner {
  position: absolute;
}
.media {
  border-top-width: 0px;
  border-top-style: solid;
  padding-top: 0px;
  margin-top: 0;
}
.foto{
  width: 100%;
  display: block;
  margin: 0 auto;
}
a.video-box {
  display: inline-block;
  position: relative;
  width: 100%;
}
a.video-box::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  background: url(../images/play2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: transparent;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
a.video-box::before {
  display: none;
}
.mfp-iframe-holder .mfp-content {
  width: 50%;
}
.mouse{
  position: absolute;
  left: calc(50% + 0px);
  transform: translateX(-50%);
  z-index: 2 !important;
  top: -28px;
}
.mouse img{
  border-radius: 50%;
}
.col-28 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 12%;
  max-width: 12%;
  padding-left: 19px;
  padding-right: 19px;
}
.qr-code{
  position: fixed;
  bottom: 160px;
  right: 16%;
  background: #fff;
  width: 225px;
  z-index: 9;
  display: none;
}
.componente{
  position: fixed;
  bottom: 75px;
  z-index: 8;
  right: 3%;
}
.componente .box{
   border-radius: 8px;
   background: #EC7000;
   padding: 3px 15px 3px 3px;
   border: 2px solid #fff;
   cursor: pointer;
   transition: all 0.15s ease-in-out;
}
.link-qr{
	cursor: pointer;
	position: relative;
}
.link-qr:before{
	content: "";
    position: absolute;
    width: 1px;
    height: 36px;
    background: #D9DBE9;
    right: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.componente .box:hover{
   background: #cf6200;
}
.componente .box p{
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}
.componente .content-box{
  background: #fff;
  border-radius: 0px 0px 8px 8px;
  padding: 12px 10px 10px 10px;
  position: relative;
  top: -7px;
  z-index: -2;
}
.componente .content-box p{
  color: #4F4A47;
  line-height: 28px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
}
.componente .tel2{
	pointer-events: none;
    cursor: default;
}
/*===========================
 slides
=============================*/
#slides .item{
  padding-top: 190px;
  padding-bottom: 160px;
}
#slides .item .bg-wrap{
  border-radius: 0px 0px 36px 36px;
}
#slides .btn-ctal {
  width: 91%;
}
#slides h1{
  font-size: var(--font-30);
  line-height: 140%;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
#slides p{
  font-size: var(--font-p);
  color: #231D19;
  margin-bottom: 0px;
}
#slides p strong{
  color: var(--color-primary);
}
#slides .content-box,
#slides .box{
  padding: 8px;
  border-radius: 8px;
  background: #FFF;
  display: inline-block;
}
#slides .box{
  padding: 16px;
}
#slides .owl-theme .owl-dot span {
  width: 13px !important;
  height: 13px !important;
  margin: 5px 7px !important;
  background: #fff;
  border-width: 0px;
  border-style: solid;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  border-radius: 20px;
  cursor: pointer;
}
#slides .owl-dot.active>span{
  background: #EC7000 !important;
  border-color: #EC7000 !important;
}
#slides .carousel-dots-center-bottom .owl-dots{
  bottom: -32px;
}
#slides .seta-b{
  margin-left: 20px;
}
#slides .seta2-b{
  margin-right: 20px;
}
#slides .owl-dots{
  bottom: 32px !important;
}
/*===========================
  Contact
=============================*/
#contact h1{
  font-size: var(--font-32);
  margin-bottom: 25px;
}
#contact h2{
  font-size: var(--font-24);
  margin-bottom: 25px;
}
#contact h3{
  font-size: var(--font-24);
  color: #14142B;
  font-weight: 600;
  margin-bottom: 20px;
}
#contact h4{
  font-size: var(--font-32);
  color: #231D19;
  margin-bottom: 20px;
}
#contact p{
  font-size: var(--font-p);
  margin-bottom: 25px;
}
#contact .content-box{
  position: relative;
  width: 84%;
  margin: 0 auto;
  padding: 32px 32px 8px 32px;
  color: #FCFCFC;
  border-radius: 8px;
  background: linear-gradient(83deg, #EC7000 0%, #EC840B 104.31%);
}
#contact .content-box::before {
  content: "";
  position: absolute;
  background: rgba(236, 112, 0, 0.30);
  border-radius: 8px;
  height: 83%;
  width: 125%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#contact .content-box::after{
  content: "";
  position: absolute;
  background: rgba(236, 112, 0, 0.30);
  border-radius: 8px;
  height: 91%;
  width: 115%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
#contact .box{
  padding: 42px;
  border-radius: 8px;
  border: 2px solid #ECECEC;
}
#contact .box p{
  margin-bottom: 0px;
}
#contact .btn-ctal{
  font-weight: 500;
  background: #4CDA85;
  color: #14142B;
}
#contact .btn-access{
  background:  var(--color-primary);
  color: #fff;
}
#contact .btn-access:hover{
  background: #b36825;
}
.form-control {
  border: 0;
  padding: 13px 10px;
  font-size: 14px;
  margin-bottom: 10px;
  background: #EFF0F6;
  border-radius: 4px;
}
textarea{
  height: 149px;
}
::-webkit-input-placeholder, 
:-ms-input-placeholder,
::placeholder, select{ /* Edge */
  font-size: 12px !important;
  font-weight: 300 !important;
  color: #5E6871 !important;
}

/*===========================
  About
=============================*/
#about .bg-wrap{
  background: #F8F8F8;
}
#about h1{
  font-size: var(--font-38);
  color: #231D19;
  margin-bottom: 20px;
}
#about p{
  font-size: var(--font-p);
  color: #4F4A47;
}
#about .foto{
  border-radius: 8px;
}
.about-2{
  border-bottom: 2px solid #FCFCFC;
}
.about-2 h2{
  font-size: var(--font-38);
  color: #FFF;
  margin-bottom: 20px;
}
.about-2 p{
  font-size: var(--font-p);
  color: #FCFCFC;
}
/*===========================
  Certificate
=============================*/
#certificate .bg-wrap,
#commercial .bg-wrap{
  border-radius: 0px 0px 36px 36px;
}
#certificate h1{
  font-size: var(--font-48);
  font-weight: 600;
  color: #FFF;
  margin-bottom: 10px;
}
#certificate h2{
  font-size: var(--font-18);
  color: #FCFCFC;
  font-weight: 400;
}
#certificate p{
  font-size: var(--font-14);
  color: #231D19;
}
#certificate .content-box{
  padding: 15px 15px 3px 15px;
  border-radius: 8px;
  background: #fff;
  height: 100%;
}
#certificate-2 h2,
#commercial h2{
  font-size: var(--font-38);
  color: #231D19;
  margin-bottom: 10px;
}
#certificate-2 p{
  font-size: var(--font-18);
  color: #4F4A47;
}
#certificate-2 .content-box{
  padding: 10px 3px 3px 3px;
  border-radius: 8px;
  background: linear-gradient(83deg, #EC7000 0%, #EC840B 104.31%);
}
#certificate-2 h3{
  font-size: var(--font-14);
  color: #FCFCFC;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#certificate-2 .box{
  padding: 30px 16px;
  border-radius: 8px;
  background: #fff;
}
#certificate-2 .box p{
  font-size: var(--font-p);
  color: #4F4A47;
  margin-bottom: 25px;
}
#certificate-2 .text-box{
  min-height: 130px;
}
#certificate-2 .box hr,
#commercial-2 hr,
#plano hr{
  border-color: #ECECEC;
}
#certificate-2 h4{
  font-size: var(--font-42);
  color: #231D19;
  margin-bottom: 0px;
}
#certificate-2 .text{
  font-size: var(--font-p);
}

#certificate-3 h2,
#commercial h1{
  font-size: var(--font-38);
  color: #fff;
  margin-bottom: 20px;
}
#commercial h1{
  font-weight: 600;
  line-height: 140%;
}
#certificate-3 h3{
  font-size: var(--font-18);
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
#certificate-3 p,
#commercial p{
  font-size: var(--font-14);
  color: #231D19;
}
#certificate-3 .content-box,
#commercial .content-box{
  border-radius: 8px;
  background: #FFF;
  padding: 15px;
}
#certificate-3 .box:last-child,
#commercial .box:last-child {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
#certificate-4 h2,
#certificate-5 h2,
#faq h3{
  font-size: var(--font-38);
  color: #231D19;
  margin-bottom: 20px;
}
#certificate-4 p,
#certificate-5 p{
  font-size: var(--font-18);
  color: #4F4A47;
}
#certificate-4 h3{
  font-size: var(--font-32);
  font-weight: 600;
  color: #fff;
}
#certificate-4 .content-box{
  border-radius: 8px;
  padding: 35px 35px 20px 35px;
  height: 100%;
}
#certificate-4 .content-box p{
  color: #fff;
}
#certificate-4 hr{
  border-color: rgb(236 236 236 / 40%);
  margin-top: 28px;
  margin-bottom: 33px;
}
#certificate-5 .bg-wrap{
  background: #f8f8f8;
}
#certificate-5 h3, #certificate-5 ul li{
  font-size: var(--font-24);
  color: #231D19;
}
#certificate-5 ul li{
  margin-bottom: 0px;
}
#certificate-5 .content-box{
  border-radius: 8px;
  background: #FFF;
  padding: 16px;
  height: 100%;
}
#certificate-5 .content-box p{
  font-size: var(--font-p);
  margin-bottom: 0px;
}
#certificate-5 ul.list-inline > li + li{
  margin-left: 36px;
}
#certificate-5 hr {
  border-color: rgb(236 236 236 / 40%);
}
/*===========================
  commercial
=============================*/ 
#commercial-2 h2{
  color: #231D19;
  font-size: var(--font-32);
}
#commercial-2 h3{
  color: #231D19;
  font-size: var(--font-28);
  margin-bottom: 30px;
}
#commercial-2 .content-box,
#secao-4 .content-box{
  border-radius: 16px;
  padding: 32px 32px 15px 32px;
  background: #F8F8F8;
}
#commercial-3 h3{
  color: #fff;
  font-size: var(--font-38);
}
#commercial-3 p{
  font-size: var(--font-18);
  color: #231D19;
  font-weight: 600;
}
#commercial-3 .content-box{
  border-radius: 8px;
  background: #FFF;
  padding: 16px 16px 0px 16px;
  height: 100%;
}
/*===========================
  plano
=============================*/
#plano h1,
#depoimentos h2,
#cards h2,
#secao-4 h2{
  font-size: var(--font-38);
  color: #231D19;
  margin-bottom: 20px;
}
#plano{
  color: #231D19;
}
#plano h2{
  font-size: var(--font-24);
  margin-bottom: 30px;
}
#plano h3{
  font-size: var(--font-14);
  margin-bottom: 30px;
}
#plano h3 strong{
  font-size: var(--font-38);
}
#plano h4{
  color:  #FCFCFC;
  font-size: var(--font-14);
  text-transform: uppercase;
  margin-bottom: 10px;
}
#plano p{
  font-size: var(--font-18);
}
#plano .box{
  background: #fff;
  padding: 32px 16px;
  border-radius: 8px;
  border: 2px solid #ECECEC;
}
#plano .box:hover,
#plano .box:hover p{
  background: linear-gradient(83deg, #EC7000 0%, #EC840B 104.31%);
  color: #fff;	
}
#plano .box p{
  font-size: var(--font-14);
  color: #4F4A47;
  margin-bottom: 0px;
}
#plano .content-box {
  padding: 10px 3px 3px 3px;
  border-radius: 8px;
  background: linear-gradient(83deg, #EC7000 0%, #EC840B 104.31%);
}
#plano .content-box .box{
  border: 0px;
}
#plano hr {
  margin-bottom: 33px;
}
#plano .box .btn-ctal{
  background: #fff;
  color: #231D19;
  font-weight: 600;
  border: 2px solid #ECECEC;
}
#plano .content-box .box .btn-ctal{
  font-weight: 700;
  color: #fff;
  background: #12C919;
  border: 0px;
}
#plano .btn-ctal:hover{
  background: #2cbc66 !important;
}
#plano .shadow{
  box-shadow: 0px 10px 40px -10px rgba(236, 112, 0, 42%);
}
#plano .text-box{
  min-height: 379px;
}

/*===========================
  Depoimentos
=============================*/
#depoimentos .bg-wrap{
  background: #F8F8F8;
}
#depoimentos .box-text p,
#cards p{
  font-size: var(--font-18);
  color: #4F4A47;
}
#depoimentos .foto{
  border-radius: 8px;
}
#depoimentos h3{
  font-size: var(--font-18);
  color: #EC7000;
  margin-bottom: 0px;
}
#depoimentos p{
  font-size: var(--font-14);
  color: #231D19;
  margin-bottom: 0px;
}
#depoimentos .content-box{
  border-radius: 16px;
  background: #FFF;
  padding: 24px;
}
#depoimentos .content-box .scroll-d p{
  font-size: var(--font-p);
  color: #4F4A47;
}
#depoimentos .scroll-d {
  height: 260px;
  padding-right: 17px;
  overflow-y: auto;
}
#depoimentos .scroll-d::-webkit-scrollbar {
  width: 3px;
  -webkit-border-radius: 16px;
}
#depoimentos .scroll-d::-webkit-scrollbar-track-piece {
  background-color: #F9F6F6;
  -webkit-border-radius: 3px;
}
#depoimentos .scroll-d:hover::-webkit-scrollbar-thumb:horizontal,
#depoimentos .scroll-d:hover::-webkit-scrollbar-thumb:vertical {
  width: 5px;
  background-color: #ccc;
  -webkit-border-radius: 3px;
}
.carousel-depoimentos .owl-stage {
  margin-bottom: 24px;
  margin-top: 24px;
}
#depoimentos .owl-carousel .owl-nav .owl-prev, 
#depoimentos .owl-carousel .owl-nav .owl-next{
  color: #fff !important;
}
#depoimentos .owl-theme .owl-dot span {
  width: 13px !important;
  height: 9px !important;
  margin: 5px 7px !important;
  background: #ec700085;
  border-width: 0px;
  border-style: solid;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  border-radius: 20px;
  cursor: pointer;
}
#depoimentos .owl-dot.active>span{
  background: #EC7000 !important;
  border-color: #EC7000 !important;
  width: 24px !important;
}
#depoimentos .carousel-dots-center-bottom .owl-dots{
  bottom: -32px;
}
/*===========================
  cards
=============================*/
#cards .gallery-item.gallery-style-5:hover .item-img {
  opacity: 1;
}
.cards-home .gallery-item.gallery-style-5:hover .item-img {
  opacity: 0.5 !important
}
#cards .gallery-item{
  border-radius: 8px;
  height: 437px;
  object-fit: cover;
}
#cards .gallery-item img{
  height: 437px;
  object-fit: cover;
}
#cards h3{
  font-size: var(--font-24);
  color: #fff;
  font-weight: 600;
}
#cards h4{
  font-size: var(--font-18);
  color: #fff;
  font-weight: 600;
}
#cards .gallery-item p{
  font-size: var(--font-p);
  color: #fff;
  margin-bottom: 0px;
}
.cards-home .bg{
  background: #f8f8f8;
  height: 685px;
  width: 100%;
  top: auto;
  bottom: 0;
}
.cards-home .gallery-item{
  height: 361px !important;
  object-fit: cover;
}
.cards-home .gallery-item img{
  height: 361px !important;
  object-fit: cover;
}
.cards-home .btn-box{
   padding: 20px;
}
.cards-home .btn-box .btn-ctal{
  padding: 0px;
  height: 0px;
  font-size: 0px;
  opacity: 0;
  color: translate;
  transition: all 0.5s ease-in-out;
}
.cards-home .gallery-item:hover .btn-box .btn-ctal{
  padding: 15px;
  height: auto;
  font-size: 18px;
  opacity: 1;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
/*===========================
  CTA
=============================*/
#cta h3{
  font-size: var(--font-38);
  color: #FCFCFC;
  margin-bottom: 0px;
}
#cta h4{
  font-size: var(--font-32);
  color: #231D19;
  margin-bottom: 10px;
}
#cta p{
  font-size: var(--font-p);
  color: #4F4A47;
  margin-bottom: 0px;
}
#cta .content-box{
  padding: 16px;
  border-radius: 8px;
  background: #FFF;
  min-height: 181px;
}
/*===========================
  video
=============================*/
#video-page .item{
  padding: 200px 90px;
  border-radius: 8px;
}
#video-page h2{
  font-size: var(--font-38);
  font-weight: 600;
  color: #fff;
}
#video-page h3{
  font-size: var(--font-14);
  font-weight: 500;
  color: var(--color-primary);
  text-transform: uppercase;
}
#video-page a.video-box::after {
  width: 140px;
  height: 140px;
}
#video-page .btn-ctal{ 
  font-size: var(--font-p);
  color: #231D19;
  font-weight: 500;
  background: var(--color-primary);
  text-transform: uppercase;
  border-radius: 36px;
  display: inline;
  padding: 18px 32px;
}
#video-page .btn-ctal:hover{
  background: #b36825;
}
.video-page-2 hr{
  border-color: #ECECEC;
}
.video-page-2 h4{
  font-size: var(--font-24);
  color: #000;
}
.video-page-2 p{
  font-size: var(--font-18);
  color: #231D19;
  font-weight: 600;
}
#video-page .seta-b,
.video-page-2 .seta-b{
  background: url(../images/seta-b2.svg);
}
#video-page .seta2-b,
.video-page-2 .seta2-b{
  background: url(../images/seta2-b2.svg);
}
/*===========================
  App
=============================*/
#app .content-box{
  border-radius: 16px;
}
#app .img-app{
  margin: -70px auto -67px auto;
  display: block;
}
#app h3{
  font-size: var(--font-32);
  margin-bottom: 30px;
  color: #fff;
}
/*===========================
  Faq
=============================*/
#faq .card{
  margin-bottom: 15px;
}
#faq .card-header h2{
  font-weight: 500;
  font-size: var(--font-18);
  color: #231D19;
  text-decoration: none !important;
}
#faq .btn-active{
  font-weight: 700 !important;
}
#faq .card-header .btn-active .btn-block{
  border-radius: 8px 8px 0px 0px;
  border: 2px solid #EC7000;
  border-bottom: 0px;
  background: url(../images/arrow-up.svg) !important;
  background-size: 33px !important;
  background-repeat: no-repeat !important;
  background-position: 98.7% !important;
  padding-bottom: 0;
}
#faq .collapsed:hover{
  border-radius: 8px;
  border: 2px solid #EC7000;
  background: url(../images/arrow-up.svg) !important;
  background-size: 33px !important;
  background-repeat: no-repeat !important;
  background-position: 98.7% !important;
}
#faq .collapsed{
  border-radius: 8px;
  border: 2px solid #ECECEC;
  background: url(../images/arrow-down.svg) !important;
  background-size: 33px !important;
  background-repeat: no-repeat !important;
  background-position: 98.7% !important;
  transition: all 0s linear;
}
#faq .card-body{
  border-radius:  0px 0px 8px 8px;
  border: 2px solid #EC7000;
  border-top: 0px;
  padding: 5px 33px 0px 33px;
  font-size: 16px;
  color: #000;
}
#faq .card .btn-link:hover, .card .btn-link{
  text-decoration: none;
}
#faq .btn{
  padding: 20px 2rem;
}
#faq p{
  font-size: var(--font-p);
  color: #231D19;
}
/*===========================
  Blog
=============================*/
#blog ul li span{
  color: #000;
  font-size: var(--font-14);
}
#blog .btn-outline-secondary {
  background: #ECECEC;
  font-weight: 500;
  font-size: var(--font-14);
  border-radius: 36px;
  color: #231D19;
  padding: 8px 16px;
}
#blog .btn-active,
#blog .btn-outline-secondary:hover{
  background: var(--color-primary);
  color: #fff;
}
#blog .category{
  margin-top: -4%;
}
#blog .category a{
  background: var(--color-primary);
  font-size: var(--font-12);
  font-weight: 600;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
}
#blog .foto{
    height: 454px;
    object-fit: cover;
    object-position: center;
}
#blog h4{
  font-size: var(--font-24);
  font-weight: 600;
  color: #231D19;
  margin-bottom: 0px;
}
.wp-pagenavi span{
  background: transparent;
  border: 0px;
  color: #231D19;
  font-weight: 600;
  font-size: var(--font-14);
}
.wp-pagenavi a{
  padding: 12px 20px;
  border-radius: 4px;
  background: #ECECEC;
  border: 1px solid #ECECEC;
  font-size: var(--font-14);
  color: #231D196;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #ff6d05;
  background: #ff6d05;
  color: #fff;
}
.wp-pagenavi span.current{
  padding: 11px 21px;
}
.nextpostslink,.nextpostslink:hover{
  border-color: #ECECEC !important;
  padding: 12px 18px !important;
}
.previouspostslink,.previouspostslink:hover {
  border-color: #ECECEC !important;
  padding: 12px 18px !important;
}
/*===========================
    footer
=============================*/
#footer .bg{
  background: #F8F8F8;
}
#footer .menu-footer li{
  font-family: 'Inter', sans-serif;
  font-size: var(--font-14);
  color: #231D19;
  font-weight: 500;
}
#footer .menu-footer.list-inline > li + li{
    margin-left: 22px;
}
#footer .content-box{
  padding: 16px;
  border-radius: 8px;
  background: #EAEAEA;
  height: 100%;
}

#footer .content-box h3{
  font-size: var(--font-14);
  color: #231D19;
  margin-bottom: 20px;
}
#footer .content-box br{
  display: none;
}
#footer .content-box p br{
  display: block;
}
#footer .content-box p{
  font-size: var(--font-12);
  color: #4F4A47;
  margin-bottom: 0px;
}
#footer .box{
  padding: 16px;
  border-radius: 8px;
  background: #FFF;
  margin-top: 18%;
  margin-bottom: -45%;
}
#footer .box p{
  font-size: var(--font-16);
  color: #231D19;
  margin-bottom: 0px;
}
#footer .box .list-unstyled{
  border-radius: 8px;
  padding-top: 7px;
  padding-bottom: 6px;
}
#footer .box .list-unstyled li{
  color: #14142B;
  font-family: Poppins;
  font-size: 15px;
}
#footer .shadow {
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.10);
}
#footer iframe {
  width: 100%;
  height: 500px;
  border: 0 !important;
}
#reserved p{
  font-size: var(--font-14);
  color: #231D19;
  margin-bottom: 0px;
}

.seta-b{
  border-radius: 8px;
  width: 32px;
  height: 32px;
  background: url(../images/seta-b.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -25px;
}
.seta2-b{
  border-radius: 8px;
  width: 32px;
  height: 32px;
  background: url(../images/seta2-b.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: -25px;
}
.carousel-nav-aside-bottom .owl-nav .owl-prev,
.carousel-nav-aside-bottom .owl-nav .owl-next{
  bottom: auto;
  top: 20px;
}
.carousel-nav-aside-center .owl-nav .owl-prev, 
.carousel-nav-aside-center .owl-nav .owl-next{
  background: transparent;
}
.owl-theme .owl-nav [class *=owl-]::after,
.owl-theme .owl-nav .owl-prev::before,
.owl-theme .owl-nav .owl-next::before {
   display:none;
}

/*===========================
    modal
=============================*/
.modal_orcamento .bg-wrap {
  border-radius: 8px;
  background: #fff;
}
.modal_orcamento .modal-content{
  width: 65%;
  margin: 0 auto;
  padding: 26px;
  border-radius: 8px;
}
.modal_orcamento h3{
  font-size: var(--font-p);
  text-align: center;
  color: #14142B;
  margin-bottom: 20px;
}
.modal_orcamento p{
  margin-bottom: 0px;
}
.modal_search .form-control {
  margin-bottom: 0px;
}
.modal_search .form-control {
  background: #fff;
}
.modal_search ::-webkit-input-placeholder { /* Edge */
  color: #000 !important;
}
.modal_search :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000 !important;
  
}
 .modal_search ::placeholder, select{
  color: #000 !important;
}

.light input[type=checkbox]+.lbl::after{
  background-color: #000;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
}
.icon-seta {
  width: 16px;
  height: 9px;
  background-image: url(../images/icon-seta.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
}
/*===========================
  client
=============================*/
#client h1{
  font-size: var(--font-38);
  color: #fff;
  margin-bottom: 0px;
}
#client h3{
  font-size: var(--font-24);
  color: #14142B;
  margin-bottom: 5px;
}
#client p{
  font-size: var(--font-p);
  color: #575757;
  margin-bottom: 10px;
}
#client .content-box{
  background: #fff;
  border-radius: 8px;
  padding: 24px;
}
#client .btn-ctal{
  color: #14142B;
  border-radius: 6px;
  background: #4CDA85;
}
/*===========================
   wordpress
=============================*/
.wpusb-title {
    font-size: 14px;
    color: #14142b;
    display: inline-block;
    padding-right: 20px;
}
#artigos ul.list-inline > li + li{
    margin-left: 5px;
}
#artigos .text-li{
	color: #14142B;
	 margin-right: 5px;
	font-size: 14px;
}
#artigos .category a{
  background: var(--color-primary);
  font-weight: 500;
  font-size: var(--font-14);
  border-radius: 36px;
  color: #fff;
  padding: 8px 16px;
}
#artigos .title{
  font-size: var(--font-32);
  color: #14142B;
  font-weight: 600;
}
#artigos hr{
  border-color: #d5dbd0;
}
#artigos .size-full{
  width: 100% !important;
  margin: 0 auto;
  display: block;
}
#artigos .content-box{
  background: #F8F8F8;
  padding: 15px;
  border-radius: 0px 0px 8px 8px;
}
blockquote {
  border-left: 2px solid #88865a;
  background: #f1f5ed;
  padding: 20px 20px 20px 25px;
  display: table;
  margin: 0 auto;
}
.has-drop-cap:not(:focus):first-letter {
  font-size: 4.4em;
  font-weight: 700;
  color: #88865a;
}
#artigos h1{
  font-size: 42px;
  color: #FF6D05;
  margin-bottom: 20px;
}
#artigos h2{
  font-size: 34px;
}
#artigos h3{
  font-size: 24px;
}
#artigos h4{
  font-size: 25px;
}
#artigos h5{
  font-size: 14px;
}
#artigos h6{
  font-size:10px;
}
#artigos p{
  font-size: var(--font-18);
  color: #4E4B66;
}
img, svg {
    height: auto;
    max-width: 100%;
}
img.alignleft, img.alignright {
    float: none;
    margin: 0;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  width: auto !important;
    height: auto !important;
}

img.alignleft, img.alignrig{
  margin: 0;
}
.alignleft {
    display: inline;
}

@media screen and (min-width: 30em){
img.alignleft {
    float: left;
    margin-right: 1.5em;
}
img.alignright {
    float: right;
    margin-left: 1.5em;
}

}
dfn, cite, em, i {
    font-style: italic;
}

@media (max-width: 770px) {
  .navbar {
    background: #fff;
  }
  #nav-menu .shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  :root {
    --color-primary: #EC7000;
    --font-48: 32px;
    --font-42: 42px;
    --font-38: 24px;
    --font-32: 23px;
    --font-30: 30px;
    --font-28: 24px;
    --font-24: 17px;
    --font-18: 15px;
    --font-p: 14px;
    --font-14: 14px;
    --font-12: 12px;
  }
  #slides h1 {
    margin-bottom: 35px;
  }
	.qr-code{
		display: none !important;
	}
  .btn-ctal{
    font-size: 15px;
  }
  .seta-b {
    margin-left: 0px;
  }
  .seta2-b {
    margin-right: 0px;
  }
  .mfp-iframe-holder .mfp-content {
    width: 80%;
  }
  .modal_orcamento .modal-content{
    width: 90%;
  }
  .mfp-iframe-holder .mfp-content {
    width: 80%;
  }
  .btn-telefone, .btn-whatsapp {
    font-size: 14px;
  }
  #menu-fixed ul.list-inline > li + li{
    margin-left: 0;
  }
  #nav-menu p, #menu-fixed p {
    font-size: 9px;
  }
  #cards .gallery-item{
    border-radius: 8px;
    height: 364px;
    object-fit: cover;
  }
  #cards .gallery-item img{
    height: 364px;
    object-fit: cover;
  }
  #faq .btn {
    padding: 10px 1rem;
    white-space: normal;
  }
  #app .img-app {
    margin: -60px auto 26px auto;
    display: block;
    width: 159px;
  }
  #app .content-box {
    border-radius: 16px;
    padding: 0px 20px;
  }
  #app h3 {
    text-align: center;
  }
  #app ul.list-inline > li{
    display: block;
  }
  #app ul.list-inline > li + li{
    margin-left: 0;
  }
  #app ul.list-inline img{
    margin: 0 auto 15px auto;
    display: block;
  }
  #cta .content-box {
    min-height: auto;
  }
  #video-page a.video-box::after {
    width: 80px;
    height: 80px;
  }
  #video-page .btn-ctal {
    padding: 12px 24px;
  }
  #video-page .item {
    padding: 30px 14px;
  }
  #video-page .seta-b, .video-page-2 .seta-b {
    margin-left: 0px;
  }
  #video-page .seta2-b, .video-page-2 .seta2-b {
    margin-right: 0px;
  }
  .video-page-2 .carousel-nav-aside-center .owl-nav .owl-next {
    right: 4%;
    top: -39px;
  }
  .video-page-2 .carousel-nav-aside-center .owl-nav .owl-prev {
    left: auto;
    right: 16%;
    top: -39px;
  }
  #certificate-5 ul.list-inline > li + li {
    margin-left: 14px;
  }
  #slides .btn-ctal {
    width: 100%;
  }
  #slides .box {
    display: none;
  }
  #slides .item {
    padding-top: 135px;
    padding-bottom: 119px;
  }
  #slides .owl-nav .owl-prev,
  #slides .owl-nav .owl-next{
    top: auto;
    bottom: 20px;
  }
  #footer .img-logo{
    width: 175px;
    margin: 0;
  }
  .cards-home .bg {
    height: 100%;
  }
  .cards-home .btn-box .btn-ctal{
  padding: 15px;
  height: auto;
  font-size: 18px;
  opacity: 1;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
#about h1 {
  font-size: 38px;
}
	#contact p br{
		display: block;
	}
	#contact p .icon{
		display: none;
	}
}

@media (max-width: 550px) {
  .hidden-r, br{display: none;}
  .col-28 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #commercial-3 .box:last-child{
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #footer .box .list-unstyled li {
    font-size: 11px;
  }
  #footer .box p{
    font-size: 13px;
  }
  #footer .box p br{
    display: block;
  }
  #footer .box {
    margin-top: 9%;
    margin-bottom: -48%;
  }
  #footer iframe {
    height: 400px;
  }
  #reserved a{
    display: block;
    margin: 10px auto;
  }
  #reserved .img-logo{
    width: 200px;
    display: block;
    margin: 0 auto;
  }
  #reserved p{
    margin-bottom: 20px;
  }
  #footer .content-box ul li img{
     width: 130px;
  }
  .componente .tel2 {
    pointer-events: all;
}
}
@media (max-width: 400px) {
	.btn-telefone, .btn-whatsapp {
    font-size: 12px;
}
}