 /* CSS Document */

@font-face {
  font-family: "Pathway Light";
  font-display: swap;
  font-weight: 300;
  src: url("../fonts/PathwayExtreme_72pt-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Pathway Regular";
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/PathwayExtreme_72pt-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Pathway Medium";
  font-display: swap;
  font-weight: 500;
  src: url("../fonts/PathwayExtreme_72pt-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Pathway Bold";
  font-display: swap;
  font-weight: 700;
  src: url("fonts/PathwayExtreme_72pt-Bold.ttf") format("truetype");
}


body {
	font-family: "Pathway Regular";
	font-size: 24px;
	color: #0E1D1D;
	background: #F2F2E6;
}

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;
}

/* 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; 
}

/*** SITE ***/

.topo {
    padding: 25px 0px;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0px;
    left: 0px;
    transition: all 0.3s ease-out;
}

.menu a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin: 0px 30px;
    position: relative;
}

.menu a:hover::before  {
    width: 10px;
    height: 10px;
    content: " ";
    background: url(../images/icon-marcador-branco.svg) no-repeat center;
    background-size: 100%;
    top: -13px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    
}

.menu a:last-child {
    margin-right: 0px;
}

.menu a:first-child {
    margin-left: 0px;
}

.social-icons {
    text-align: center;
}

.social-icons a {
    display: inline-block;
    margin: 0px 5px;
}

.topo .menu {margin-top: 10px;}
.topo .social-icons {margin-top: 3px;text-align: right;display: inline-block}


.banner {
    padding: 218px 0px 253px 0px;
    position: relative;
    overflow: hidden;
}

.banner-interna {
    padding: 218px 0px 100px 0px;
    position: relative;
    overflow: hidden;
}

#banner {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.tampax {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.conteudo-banner {
    z-index: 99999;
    position: relative;
}


.conteudo-banner h1 {
   font-size: 53px; 
   line-height: 120%;
    color: #fff;
    margin-bottom: 30px;
    
}



.btn-branco {
    border: 1px solid #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 65px 16px 35px;
    background-image: url("../images/icon-marcador-branco.svg");
    background-position: 85% center;
    background-repeat: no-repeat;
    color: #fff;
}

.btn-branco:hover {
    background-color: #0E1D1D;
    color: #fff;
    border-color: #0E1D1D;
}

.content-bussola-banner {
    display: block;
    overflow: hidden;
    text-align: right;
}

.content-bussola-banner img {
    display: inline-block;
    float: right;
}

.content-bussola-banner h2 {
   display: inline-block; 
   font-size: 24px;
    width: 430px;
    color: #fff;
    letter-spacing: 2.28px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 23px 0px 0px;
}

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

.sec {
    padding: 100px 0px 0px 0px;
}

.sobre-home {
    padding-top: 210px;
}

.bg-linhas {
    position: relative;
}

.bg-linhas::before {
    content: " ";
    width: 100%;
    background: url("../images/bg-linhas-banner.svg") repeat-x center;
    height: 317px;
    top: -383px;
    left: 0px;
    position: absolute;
}

.sobre-home h2 {
   font-size: 53px !important;
   color: #0E1D1D;
   line-height: 120%;
    margin-bottom: 30px !important;
    padding-left: 30px;
}

.sobre-home p {
    font-size: 24px;
    line-height: 150%;
    padding-left: 30px;
    padding-left: 30px;
}

.sobre-home .btn-preto {
    margin-top: 20px;
    margin-left: 30px;
}

.btn-preto {
    border: 1px solid #0E1D1D;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 65px 16px 35px;
    background-image: url("../images/icon-marcador-preto.svg");
    background-position: 85% center;
    background-repeat: no-repeat;
    color: #0E1D1D;
}

.btn-preto:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
    background-image: url("../images/icon-marcador-branco.svg");
}

.nuvem-servicos {
    display: block;
    text-align: center;
    padding: 60px 0px;
}

.nuvem-servicos a {
    border: 1px solid #0E1D1D;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 35px;
    
    color: #0E1D1D;
    text-transform: uppercase;
    margin: 15px;
}

.nuvem-servicos img {
    display: inline-block;
    margin-left: 15px;
    margin-top: -4px;
}

.sec h2 {
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.lista-perfis {
    margin: 0px;
    padding: 0px;
    display: block;
}

.lista-perfis li {
    width: 160px;
    height: 160px;
    border: 1px solid #0E1D1D;
    border-radius: 100%;
    list-style: none;
    display: inline-block;
    background-image: url(../images/icon-marcador-preto.svg);
    background-repeat: no-repeat;
    background-position: center 37px;
    padding: 70px 0px 0px 0px;
    text-transform: uppercase;
    margin: 5px;
    font-size: 15px;
    font-weight: 600;
}

.cada-perfil {
    width: 160px;
    height: 160px;
    border: 1px solid #0E1D1D;
    border-radius: 100%;
    list-style: none;
    display: inline-block;
    background-image: url(../images/icon-marcador-preto.svg);
    background-repeat: no-repeat;
    background-position: center 37px;
    padding: 70px 0px 0px 0px;
    text-transform: uppercase;
    margin: 5px;
    font-size: 15px;
    font-weight: 600;
}

.bg-sizes {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.img-contratante {
    width: 200px;
    height: 50px;
    margin: 0px auto 20px auto;
     background-size: contain !important;
}

.seta-deal {
    background: url("../images/seta-deal.svg") no-repeat;
    width: 39px;
    height: 50px;
    margin: 30px auto;
    
}

.carousel-deals .col-md-4 {
    margin-bottom: 60px;
}



.cada-deal {
   border: 2px solid #0E1D1D;
    padding: 70px 30px 46px 30px;
    
    text-align: center;
    position: relative;
    height: 100%;
    
}

.carousel-deals .cada-deal {
    margin: 20px 15px;
    min-height: 430px;
}

.cada-deal::before {
    background-image: url("../images/icon-marcador-preto.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F2F2E6;
    width: 40px;
    height: 40px;
    background-size: auto;
    position: absolute;
    top: -20px;
    content: " ";
    margin-left: -20px;
}

.cada-deal p {
    text-align: center;
    margin-top: 30px;
}

.carousel-deals  {
    
    padding-bottom: 0px;
}

.carousel-deals .slick-prev {
    position: absolute;
    right: 87px;
    top: -100px;
    width: 72px;
    height: 72px;
    background: #fff;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url("../images/arrow-left-preto.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
}

.carousel-deals .slick-prev:hover {
    background-color: #000;
    background-image: url("../images/arrow-left-branco.svg");
}

.carousel-deals .slick-arrow {
    transition: all 0.3s ease-out;
}

.carousel-deals .slick-next {
    position: absolute;
    right: 15px;
    top: -100px;
    width: 72px;
    height: 72px;
    background: #fff;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url("../images/arrow-right-preto.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
}

.carousel-deals .slick-next:hover {
    background-color: #000;
    background-image: url("../images/arrow-right-branco.svg");
}

.sec-deals {
    padding-top: 120px;
    background: url( "../images/bg-listras.svg") repeat-x top center;
    margin-top: 100px;
    position: relative;
}

.sec-time {
    padding-bottom: 140px;
}

.sec-time h2 {
    margin-bottom: 80px !important;
    position: relative;
}

.sec-time h2::before {
    content: " ";
    height: 121px;
    width: 3px;
    background: #0E1D1D;
    top: -175px;
    left: 50%;
    position: absolute;
    margin-left: -2px;
    
}

.cada-equipe {
    margin: 0px 15px;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

.cada-equipe:hover {
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.img-equipe {
    width: 100%;
    height: 270px;
}

.content-info-equipe {
    text-align: left;
    background: #fff;
    padding: 25px 20px;
    position: relative;
    margin-bottom: 20px;
}



.content-info-equipe h3 {
    display: block;
    font-weight: 700;
    
}

.content-info-equipe h4 {
    font-size: 14px;
    text-transform: uppercase;
     border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.content-info-equipe h3 a {
   font-size: 24px;
    color: #0E1D1D;
    font-weight: 700; 
}

.bg-config {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.btn-linkedin {
    background-image: url("../images/icon-linkedin-preto.svg");
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 13px;
    font-family: "Pathway Medium";
    text-transform: uppercase;
   padding-left: 32px;
    padding-top: 7px;
    color: #0E1D1D;
    
}

.sec-principios {
    background: #0E1D1D;
    padding-bottom: 170px;
}

.sec-principios h2 {
    color: #fff;
}

.accordion-principios {
    border: 2px solid #FFF;
    border-top: none;
    border-bottom: 2px solid var(--brand-branco, #FFF);
}

.accordion-button {
    border-top: 2px solid var(--brand-branco, #FFF);
    

    font-size: 26.265px;
    padding: 30px 30px 30px 137px;
    color: #fff;
    position: relative;
}

.accordion-button::before {
    content: "1";
    width: 7%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-right: 2px solid #fff;
    font-size: 43px;
    color: #fff;
    text-align: center;
    padding-top: 18px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background: linear-gradient(-90deg, #4F7FDC -1.63%, rgba(79, 127, 220, 0.00) 100%);
    border-bottom: 2px solid var(--brand-branco, #FFF);
}

.accordion-body {
    color: #fff;
    padding: 40px 60px;
}

.accordion-body h4 {
    display: block;
    font-size: 53px;
    margin-bottom: 30px;
}


.sec-midia {
    padding-top: 175px;
    background:  #0E1D1D;
    position: relative;
    padding-bottom: 230px;
}

.sec-midia h2 {
    margin-bottom: 80px !important;
    position: relative;
    color: #fff;
}

.sec-midia h2::before {
    display: none;
    content: " ";
    height: 121px;
    width: 3px;
    background: #fff;
    
    top: -175px;
    left: 50%;
    position: absolute;
    margin-left: -2px;
    
}

.img-post {
    width: 100%;
    height: 444px;
}

.content-img-post {
    border: 2px solid #F2F2E6;
    padding: 33px;
    overflow: hidden;
}

.link-cat {
   font-size: 32px;
   color: #fff;
    text-transform: uppercase;
}

.content-head-post {
    text-align: left;
    position: relative;
    padding-left: 40px;
}

.content-head-post h3 {
    margin: 30px 0px;
}

.content-head-post h3 a {
   font-size: 40px;
    line-height: 120%;
    color: #fff;  
}

.leia-mais {
  font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline;
    
    background: url("../images/leia-mais.svg") no-repeat right center;
    padding-right: 60px;
}



.post-left::before {
    content: " ";
    position: absolute;
    left: -45px;
    height: 40px;
    width: 40px;
    background: url("../images/icon-marcador-branco.svg") no-repeat center;
    background-size: 100%;
    top: 0px;
}

.post-right::before {
    content: " ";
    position: absolute;
    right: -45px;
    height: 40px;
    width: 40px;
    background: url("../images/icon-marcador-branco.svg") no-repeat center;
    background-size: 100%;
    top: 0px;
}

.border-bottom-post {
    border-bottom: 2px solid #F2F2E6;
}

.cada-post {
    padding-bottom: 100px;
    margin-top: 100px;
}

.content-contato {
    border: 2px solid #F2F2E6;
background: #0E1D1D;
    padding: 70px 50px;
}

.content-contato h4 {
    font-size: 40px;
    color: #fff;
}

.rodape {
    padding: 0px 0px 50px 0px;
    position: relative;
    overflow: hidden;
    margin-top: -128px;
}

#rodape {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.container-contato {
    position: relative;
    margin-top: -120px;
    z-index: 9999;
}

.rodape-sec {
    padding-top: 175px;
    background: url(../images/bg-listras-branco.svg) repeat-x top center;
    z-index: 99999;
    padding-bottom: 30px;
    position: relative;
    margin-top: 161px;
    padding-top: 150px;
}

.endereco, .copy {
   font-size: 15px; 
   text-transform: uppercase;
   color: #fff;
   margin-bottom: 0px;
   margin-top: 28px;
}

.content-menu-rodape {
   border: 2px solid #FFF;
    padding: 50px;
    margin: 80px 0px;
}

.content-menu-rodape .social-icons {
    text-align: center;
}

.rodape .menu {
    position: relative;
}

.rodape .menu::before {
    content: " ";
    width: 2px;
    background: #fff;
    position: absolute;
    height: 137px;
    right: 0px;
    top: -50px;
}

.topo-desktop {
    display: block;
}

.topo-mobile {
    display: none;
}

.tit-interna {
    text-transform: uppercase;
    margin-bottom: 0px !important;
}

.migalhas {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}

.migalhas a {
    display: inline-block;
    font-size: 13px;
     color: #fff;
     text-transform: uppercase;
}

.internas {
    padding-top: 60px;
    background-color: #F2F2E6;
}

.sobre h2 {
  font-size: 63px;
  line-height: 120%;
    margin-bottom: 10px;
}

.sobre h3 {
  font-size: 24px;
  line-height: 150%;
    margin-top: 15px;
    margin-bottom: 10px;
}

.sobre p {
  font-size: 18px;
  line-height: 150%;
}

.principios-internas {
    padding-bottom: 300px;
}

.deals-internas {
    background: none;
    padding-top: 0px;
    margin-top: 60px;
    padding-bottom: 150px;
}

.menu-mobile {
    display: none;
}

.time-interna {
    background: none;
    padding-top: 0px;
    margin-top: 60px;
    padding-bottom: 150px;
}

.internas-blog {
   background: #0E1D1D; 
}

.menu-categoria {
    display: block;
    color: #fff;
    margin-bottom: 60px;
    
}

.menu-categoria strong {
    display: block;
    font-size: 24px;
    margin-bottom: 30px;
}

.menu-categoria a {
    margin: 6px 35px;
    box-sizing: border-box;
    width: auto;
    display: block;
}

.menu-categoria a:first-child {
    margin-left: 0px;
}

.internas-blog .cada-post {
    
}

.internas-blog .sec-midia {
    padding-top: 80px;
    
}

.single-blog {
    background: #0E1D1D;
    padding: 54px 0px 300px 0px;
}

#banner-single {
  position: absolute;
  right: 0;
  bottom: -246px;
  min-width: 100%;
  min-height: 100%;
}

.banner-single {
    padding: 22px 0px 79px 0px;
}

.content-single-header .link-cat {
    font-size: 14px;
    border: 1px solid #F2F2E6;
    padding: 4px 12px;
}

.content-single-header span {
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
}

.content-single-header .migalhas span {
    margin-left: 0px;
}

.content-single-header h1 {
    display: block;
    color: #fff;
    padding: 10px 0px 0px 0px;
}

.content-single-header {
    margin-bottom: 50px;
}

.content-texto-single .content-img-post {
    margin-bottom: 50px;
}

.formata-texto {
    color: #fff;
}

.formata-texto p {
   font-size: 18px; 
}

.formata-texto a {
    color: #fff;
    text-decoration: underline;
}

.formata-texto h2 {
    font-weight: 600;
    font-size: 24px;
}

.content-share {
    display: block;
    margin-top: -18px;
}

.content-share a {
    display: block;
    margin-bottom: 10px;
}

.content-share span {
  font-size: 12px;
    color: #9B9A9A;
}

.content-share-relativo {
    display: block;
    position: relative;
    height: 100%;
}

.content-form {
    background: #0E1D1D;
    padding: 80px;
    z-index: 9999;
    position: relative;
    
}

.content-form h3 {
   font-size: 40px;
    color: #fff;
}

.content-form label {
    display: block;
    font-size: 14px;
    color: #F2F2E6;
    text-align: left;
    text-transform: uppercase;
    margin-top: 30px;
    padding-bottom: 5px;
}

.input-form {
    border: 1px solid #F2F2E6;
    height: 60px;
    padding-left: 10px;
    width: 100%;
    background-color: transparent;
}

.text-form {
    border: 1px solid #F2F2E6;
    height: 190px;
    padding-left: 10px;
    width: 100%;
    background-color: transparent;
}

.content-form .btn-branco {
    background-color: transparent;
    margin-top: 30px;
    display: block;
    width: 100%;
    background-position: 62% center;
}

.menu-categoria span {
    display: none;
}

.sec-contato br {
    display: none;
}

.arrow-down {
    display: none;
}

.nuvem-desktop {
    display: block;
}

.nuvem-mobile {
    display: none;
}

.back-to-top {
    background-image: url("../images/arrow-top.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    width: 40px;
    height: 40px;
    background-color: rgb(14, 29, 29);
    bottom: 20px;
    right: 20px;
    position: fixed;
    opacity: 0;
}

.email-contato a{
   color: #fff;
    display: block;
    margin-bottom: 31px;
}

.endereco-contato {
    color: #fff;
    margin-bottom: 40px;
}

.internas-single {
    padding-bottom: 250px;
}

.sobre-int {
    padding-bottom: 160px;
}

.some-desktop {
    display: none;
}

.content-menu-rodape .social-icons {
    margin-left: 15px;
}

.language {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 13px;
    margin-right: 15px;
}

.language a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
     font-weight: bold;
}

/*Mobile*/
@media only screen and (max-width: 780px) {
    .content-menu-rodape .social-icons {
    margin-left: 0px;
}
    .some-desktop {
        display: inline-block;
    }
    .endereco-contato {
        font-size: 19px;
    }
    
    .nuvem-desktop {
        display: none;
    }
    .menu-categoria span {
        display: block;
    }
    
    .topo-desktop {
        display: none;
    }

    .topo-mobile {
        display: block;
    }
    .post-left::before {
        display: none;
    }
    .post-right::before {
        display: none;
    }
    .conteudo-banner {
        text-align: center;
    }
    
    .conteudo-banner h1 {
        font-size: 1.5em;
    }
    .content-bussola-banner h2 {
        font-size: 16px;
        width: 222px;
    }
    .content-bussola-banner img {
        max-width: 80px;
    }
    .content-bussola-banner {
        margin-top: 66px;
    }
    #banner {
        right: -160%;
        bottom: -57px;
    }
    .img-bussola {
        padding: 0px 50px;
    }
    .sobre-home h2 {
        font-size: 27px !important;
        color: #0E1D1D;
        margin-bottom: 30px !important;
        padding-left: 0px;
        text-transform: none;
        margin-top: 30px;
        padding-right: 24px;
    }
    .sobre-home p {
        font-size: 18px;
        line-height: 150%;
        padding-left: 0px;
    }
    .sobre-home .btn-preto {
        margin-top: 20px;
        
        margin-left: 0px;
    }
    .nuvem-servicos a {
        display: block;
        font-size: 16px;
        margin: 15px 0px;
    }
    .sec-deals h2 {
        text-align: center;
    }
    .accordion-button {
        font-size: 18px;
        padding: 15px 30px 15px 57px;
    }
    .accordion-button::before {
        content: "1";
        width: 11%;
        font-size: 23px;
    }
    .accordion-body {
        color: #fff;
        padding: 20px 15px;
    }
    .accordion-body h4 {
        font-size: 24px;
    }
    .accordion-body p {
        font-size: 18px;
    }
    
    .carousel-deals .slick-dots {
        display: block;
        list-style: none;
        margin: 0px 0px 0px 0px;
        padding: 0px;
        text-align: center;
    }
    .carousel-deals .slick-dots li {
        display: inline-block;
        margin: 0px 5px;
    }
    .carousel-deals .slick-dots li button {
        display: inline-block;
        width: 17px;
        height: 7px;
        background: #FFF;
        border: none;
        text-indent: -999px;
        overflow: hidden;
    }
     .carousel-deals .slick-dots li.slick-active button {
        background-color: #000;
    }
    .sec-time h2, .sec-midia h2 {
        margin-bottom: 74px !important;
    }
    .img-post {
        width: 100%;
        height: 246px;
    }
    .content-img-post {
        padding: 16px;
        margin-bottom: 15px;
    }
    .content-head-post {
        padding-left: 0px;
    }
    .link-cat {
        font-size: 24px;
    }
    .content-head-post h3 a {
        font-size: 24px;
    }
    .leia-mais {
        font-size: 18px;
    }
    .content-contato h4 {
        font-size: 24px;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .content-contato {
        padding: 30px;
    }
    .content-contato .text-right {
        text-align: center;
    }
    .rodape-sec {
        margin-top: 75px;
        background: none;
        padding-top: 0px;
    }
    .rodape {
        text-align: center;
    }
    .logo {
        max-width: 200px;
    }
    .rodape .menu::before {
        display: none;
    }
    .rodape .menu a {
        display: block;
        text-align: center;
        margin: 15px 0px;
    }
    .content-menu-rodape {
        padding: 30px;
        display: none;
    }
    #rodape {
        right: -538px;
        bottom: -184px;
    }
    
    .menu-mobile {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0px;
            left: 0px;
            background: #0E1D1D;
            z-index: 99999;
            text-align: center;
            padding-top: 66px;
            display: none;
            background-image: url("../images/bussola-branco.svg");
            background-position: center 94%;
            background-size: 36%;
            background-repeat: no-repeat;
            padding-top: 123px;
        }
    .menu-mobile .menu a {
        display: block;
        text-align: center;
        margin: 15px 0px;
        font-size: 24px;
    }

    .banner-interna {
      background-image: url("../images/bg-mobile.PNG");
      background-repeat: no-repeat;
      
      padding: 113px 0px 30px 0px;
        text-align: left;
    }
    .tit-interna {
        text-align: left;
        
    }
    .conteudo-banner h1.tit-interna {
       font-size: 1.1em; 
    }
    .migalhas {
        display: none;
    }
    .img-sobre {
        padding: 0px 60px;
        margin-bottom: 30px;
    }
    .sobre h2 {
        font-size: 40px;
    }
    .sobre h3 {
        font-size: 18px;
    }
    .sobre p {
        font-size: 16px;
    }
    .menu-categoria span {
        font-size: 12px;
        margin-bottom: 30px;
        display: block;
    }
    .menu-categoria strong {
        margin-bottom: 0px;
    }
    .internas-blog .sec-midia {
        background: none;
        padding-top: 0px;
    }
    
    .content-share {
        padding-bottom: 30px;
    }
    .content-form {
        padding: 26px;
    }
    .content-share a {
        display: inline-block;
        margin: 0px 5px;
    }
    .content-form h3 {
        font-size: 22px;
    }
    #banner {
        display: none;
        
    }
    .banner {
      background-image: url("../images/bg-mobile.PNG");
      background-repeat: no-repeat;
      background-position: center center;
        height: 100vh;
    }
    .tampax {
       background: rgba(0, 0, 0, 0.5);
    }
    .content-bussola-banner {
        display: none;
    }
    .bg-linhas::before {
        display: none;
    }
    .arrow-down {
        display: block;
        background-image: url("../images/arrow-down.svg");
        background-repeat: no-repeat;
        background-position: center;
        height: 30px;
        width: 100%;
        background-size: 30px;
        
        animation: MoveUpDown 1s linear infinite;
          position: absolute;
          left: 0;
          bottom: 20px;
        z-index: 9999;
        
    }
    @keyframes MoveUpDown {
      0%, 100% {
        bottom: 20px;
      }
      50% {
        bottom: 25px;
      }
    }
    
    .sobre-home {
        padding-top: 60px;
    }
    .sobre-home .btn-preto {
        display: none;
    }
    .nuvem-mobile {
        display: block;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    
    .nuvem-mobile ul {
        margin: 0px;
        padding: 0px;
    }
    
    .nuvem-mobile ul li {
        display: block;
        background-image: url("../images/icon-marcador-preto.svg");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 15px;
        padding-left: 28px;
        text-align: left;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .perfis-home {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .container-contato {
        display: none;
    }
    .rodape {
      background-image: url("../images/bg-mobile.PNG");
      background-repeat: no-repeat;
      background-position: center center;
     
    }
    #rodape {
        display: none;
    }
    .carousel-perfil .slick-prev {
        background-image: url("../images/arrow-left.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        width: 20px;
        height: 20px;
        text-indent: -9999px;
        overflow: hidden;
        border: none;
        background-size: 20px;
        position: absolute;
        left: 40%;
        margin-left: -10px;
        bottom: -25%;
        margin-top: -31px;
        z-index: 9999;
    }
    
    .carousel-perfil .slick-next {
        background-image: url("../images/arrow-right.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        width: 20px;
        height: 20px;
        text-indent: -9999px;
        overflow: hidden;
        border: none;
        background-size: 20px;
        position: absolute;
        right: 40%;
        margin-right: -10px;
        bottom: -25%;
        margin-top: -31px;
        z-index: 9999;
        transition: all 0.3s ease-out;
    }
    .copy {
        font-size: 12px;
    }
    .img-equipe-single img {
        margin-bottom: 30px;
    }
    .cada-deal p {
        font-size: 18px;
    }
    .carousel-deals .cada-deal {
        min-height: 394px;
    }
    .deals-mobile {
        display: none;
    }
}