.desktop-new-header, .mobile-new-header {background: #E0E0E0}
body .desktop-new-header {
    background: transparent !important;
    transition: background-color 0.3s ease;
}
.desktop-new-header.content-part {background: #001D2D !important; }
body .desktop-new-header.scrolled {background: #001D2D !important;}

.desktop-new-header a, .desktop-new-header li,
.mobile-new-header a, .mobile-new-header li {
    color: #FFFFFF !important;
    font-family: "Gotham-Bold";
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.desktop-new-header a, .desktop-new-header li {display: flex;}
.desktop-new-header .custom-logo {position:fixed;}
.desktop-new-header .contato,
.mobile-new-header .contato {
    color: #35D32F !important;
    border: 1px solid #35D32F;
    border-radius: 12px;
}    
.mobile-new-header .menu-contato {
    display: flex;
    justify-content: center;
}
.mobile-new-header .side-nav-list {
    background: #001D2D !important;
}
.desktop-new-header .container-fluid {
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
}
.desktop-new-header .navbar-nav {
    flex: 1;      
    justify-content: center;
}
.desktop-new-header .nav-item {margin: 0 8px;}
.desktop-new-header hr {
    border-top: 2px solid #1B3B59;
    width: 1265px;
    margin: 20px auto 0 auto;
}
.mobile-new-header.side-nav .hamburger .bar,
.mobile-new-header.side-nav .hamburger .bar:after,
.mobile-new-header.side-nav .hamburger .bar:before {
    background-color: #0A253E;
}
.mobile-new-header .dropdown-menu {
    background-color: #001D2D;
    text-align: center;
    padding-top: 20px;
    border: none;
}
.mobile-new-header .dropdown-menu a {
    font-size: 12px;
    color: #BCBCBC !important;
}
.mobile-new-header .dropdown-menu{
    display: block !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: min(92vw, 360px);
    opacity: 0;
    transform: translateY(-12px);
    visibility: hidden;
    pointer-events: none;
    transition:
    opacity 220ms ease,
    transform 220ms ease,
    visibility 0s linear 220ms;
}
.mobile-new-header .dropdown-menu.show{
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
    transition:
        opacity 220ms ease,
        transform 220ms ease,
        visibility 0s;
}
footer#rodape {background: #001D2D;}  
#rodape input[name="email"] { 
    border: 0;
    border-radius: 14px;
    font-size: 24px;
}
#rodape input[name="newsletter"] { 
    font-size: 24px;
    padding: 8px 35px;
    border-radius: 14px;
}
#rodape h5 { letter-spacing: 0; }
#rodape h5 a.trabalhe-conosco {color: #38d430;}
#rodape .texto-box, #rodape .texto-box a {color: #426E97;}
#rodape ul.social-media {
    align-items: flex-end;
    gap: 10px;
    margin-right: 15px;
}
#rodape ul.social-media li a {color: #38d430;}
.bar-minimize {border: 0.5px solid;}
#rodape hr {
    border-top: 2px solid #35D32F;
    width: 74%;
    margin: 20px auto 0 auto;
}
#rodape ul.selo,
#rodape ul.social-media {justify-content: flex-end}
#rodape .selo img {
    width: 12rem;
    object-fit: contain;
}
.text-black {color: #000000 !important;}
.text-green {color: #35D32F !important;}
.text-blue {color: #001D2D !important;}
#homepage {
    font-family: "Gotham-Bold";
    background-color: #E0E0E0;
    color: #0A253E;		
}
#homepage .container {max-width: 1280px;}
#banner-home {
    width: 100%;
    height: 1250px;  
    color: #FFFFFF;
}
.banner-background-video,
.banner-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-background-video { 
    object-fit: cover;
    z-index: 1;
    will-change: transform;
}
.banner-background-overlay {
    opacity: 0.7;
    background: #001D2D;
    z-index: 2;
}
#banner-home .banner-text {
    position:relative;
    top: 620px;
    z-index: 2;
}
#banner-home h4 {
    font-family: 'Impact';
    font-size: 80px;		
    line-height: 1;
    margin-bottom: 30px;
    text-align: right;
}
#banner-home h4 .future {font-weight:bold;}
#banner-home h4 span {
    font-family: 'Gotham-Bold';
    font-weight:bold;
}
#banner-home a {
    font-size: 12px;				
    border-radius: 30px;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    text-transform: uppercase;
    padding: 10px 15px;
}
#banner-home .title-wrapper {position: relative;}
#banner-home .buttons-wrapper {
    display: flex;		
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
}
#banner-home .description-wrapper h5 {
    font-size: 24px;
    font-family: 'Gotham';	
    line-height: 1.2;
}
#banner-home .description-wrapper span {
    font-family: 'Gotham-Bold';
    font-weight: bold;
}
#banner-home .banner-line {
    display: block;
    width: 130px;
    height: 2px;
    background-color: #FFFFFF;
    margin-right: 15px;
}

/* SLIDER SOLUCOES */
#nossas-solucoes {padding: 80px 0;}
#nossas-solucoes .solucoes-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
#nossas-solucoes .solucoes-title {
    font-size: 48px;
    font-weight: 700;		
    margin: 0;
    letter-spacing: -1px;
}
#nossas-solucoes .btn-ver-tudo {
    font-size: 16px;
    border: 2px solid #35D32F;		
    padding: 12px 30px;
    border-radius: 23px;
    text-decoration: none;
}
#nossas-solucoes #solucoesSlider:not(.slick-initialized) .solucoes-slide:not(:first-of-type) {display: none;}
#nossas-solucoes .solucoes-carousel {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
#nossas-solucoes .solucoes-carousel.slick-initialized {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}
#nossas-solucoes .solucoes-slide {		
    opacity: 0.6;
    transition: all 0.3s ease;
}
#nossas-solucoes .slide-content {
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
    transition: border-color 0.3s ease;
}
#nossas-solucoes .slide-content .slide-header-text {height:90px;}
#nossas-solucoes .solucoes-slide.slick-current ~ #nossas-solucoes .solucoes-slide {opacity: 0.6;}
#nossas-solucoes .solucoes-slide.slick-current {opacity: 1;}
#nossas-solucoes .slide-content h3 {
    font-size: 24px;
    font-weight: bold;
    color: #0A253E;
    margin: 0 0 8px 0;
}
#nossas-solucoes .slide-content p {
    font-size: 16px;		
    margin: 0;
    line-height: 1.4;
    padding-right: 50px;
}
#nossas-solucoes .slide-content .slide-url {
    display: flex;
    justify-content: flex-end;
}
#nossas-solucoes .slide-content a.btn-ver-mais {
    color: #35D32F;
    margin-top: 30px;
    border: 2px solid transparent;
    border-radius: 15px;
    padding: 5px 15px;
    margin-right: 25px;		
}
#nossas-solucoes .slide-content a.fale-conosco {border: 2px solid #35D32F;}
#nossas-solucoes .slide-header {
    border-bottom: 4px solid #94999F;
    padding-bottom: 10px;
    margin-bottom: 15px;
    transition: border-color 0.3s ease;
}	
#nossas-solucoes .solucoes-slide.slick-current .slide-header {border-bottom-color: #0A253E;}
#nossas-solucoes .slick-disabled {visibility:hidden;}	
#nossas-solucoes .slick-dots {
    position: initial;
    padding-top: 50px;
}
#nossas-solucoes .slick-dots li button:before {font-size: 16px;}	
#nossas-solucoes .solucoes-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
}
#nossas-solucoes .dot {
    width: 16px;
    height: 16px;
    border: 1px solid #0A253E;
    border-radius: 50%;
    background: #E0E0E0;
    cursor: pointer;
    transition: all 0.3s ease;
}
#nossas-solucoes .dot.active {
    background: #0A253E;
    transform: scale(1.3);
}
#nossas-solucoes .slick-dots {display: none !important;}

#porque-cadmus {
    position: relative;
    height: 825px;
    width: 100%;
    display: flex;
    align-items: center;
    background: #001D2D;
    overflow: hidden;
}
#porque-cadmus .container {
    position: relative;
    z-index: 3;
}
#porque-cadmus::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 60%;
    background-image: url("https://cadmus.com.br/wp-content/themes/cadmus/img/elementos/porque-escolher.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
#porque-cadmus::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 20%;
    background: linear-gradient(
        to right,
        #001D2D 20%,
        rgba(0, 29, 45, 0.6) 40%,
        rgba(0, 29, 45, 0) 100%
    );
    z-index: 2;
    pointer-events: none;
}
#porque-cadmus h2 {
    font-size: 120px;
    line-height: 0.75;
    color: #1D4161;
    letter-spacing: -5px;
    font-weight: bold;
}
#porque-cadmus ul li {		
    font-size: 30px;
    margin: 0;
    color: #FFFFFF;
    list-style-type: disc;
    margin-left: 40px;
}
#porque-cadmus a.btn-lg {
    color: #35D32F;
    border: 2px solid;
    border-radius: 29px;
    padding: 15px 50px;
}

#play-carreira {color: #94999F;}
#play-carreira .container {max-width: 900px;}
#play-carreira h2 {
    font-size: 40px;
    font-weight: bold;
    margin: 40px 0;
}
#play-carreira h2 a {color: #94999F;}
#play-carreira h2:hover {transform: translateY(-2px);}
#play-carreira h4 {
    font-size: 36px;
    font-family: 'Gotham';
    color: #787c81;
    margin-bottom: 40px;
}
#play-carreira h4 span {
    font-size: 40px;
    font-weight: bold;
}

#home-nossos-clientes h2 {
    font-size: 48px;
    font-family: 'Gotham-Ultra';
    color: #35D32F;
    line-height: 0.55;
    text-transform: uppercase;		
    margin-bottom: 50px;		
}
#home-nossos-clientes h2 .title-dot {
    margin-left: -11px;
    font-size: 65px;
}
#home-nossos-clientes h2 .title-blue {color: #0A253E;}
#home-nossos-clientes hr {
    border-top: 2px solid #35D32F;
    margin-bottom: 4rem;
}

/* slider depoimentos */
.slider-depoimentos:not(.slick-initialized) .depoimentos:not(:first-of-type) {display: none;}	
.slider-depoimentos {
    position: relative;
    margin: 40px 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}
.slider-depoimentos .depoimentos {
    outline: none;
    display: flex;
    flex-direction: column;		
    justify-content: center;		
    background: #D9D9D9;
    border-radius: 48px;
    padding: 0 15px;
    text-align: center;
    opacity: 0.75;
    transform: scale(0.83);
    transition: all 0.3s ease;
    font-size: 20px;
    margin: 0 22px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.slider-depoimentos .depoimentos:hover {
    transform: scale(0.85) translateY(-5px);        
}
.slider-depoimentos .depoimentos.slick-current {
    background: #CECECE;
    opacity: 1;
    transform: scale(1);		
    font-size: 22px;		
}
.slick-track {
    height: auto;
    padding-top: 8px;
}
.slider-depoimentos .depoimentos.slick-current:hover {transform: scale(1.02) translateY(-5px);}
.slider-depoimentos .depoimentos p {
    margin: 0;
    line-height: 1.1;
}			
.slick-arrow-depo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}		
.slick-arrow-depo img {
    width: 36px;
    height: 36px;
}
.slider-depoimentos .slick-prev {left: 0;}
.slider-depoimentos .slick-next {right: 15px;}	
.slider-depoimentos .slick-prev img {transform: rotate(180deg);}	
.slider-depoimentos.slick-initialized {
    opacity: 1;
    visibility: visible;
}
#home-nossos-clientes .slick-track,
#nossos-clientes .slick-track,
.vagas-cadmus .slick-track {height: 365px;}

#cto-conheca-mais a {
    color: #35D32F;
    border: 2px solid;
    border-radius: 29px;
    padding: 20px 90px;		
}

.cto-green-blue a {
    position: relative;    
    padding: 20px 40px;
    font-size: 34px;
    font-family: 'Gotham-Bold';
    font-weight: bold;
    color: #38D430;
    text-decoration: none;
    border-radius: 46px;
    box-shadow: -11px -8px 18.4px -1px #38D43066;
    transition: all 0.3s ease;
    background-clip: padding-box;
    overflow: hidden;
}
.cto-green-blue a::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 5px;
    border-radius: 46px;
    background: linear-gradient(to right, #35D32F, #25315E, #35D32F, #35D32F, #0A253E, #35D32F);
    background-size: 250% 100%;
    background-position: left;
    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    transition: background-position 1s ease;
}
.cto-green-blue a:hover::before {
    background-position: right;
}
.cto-green-blue a:hover {
    transition: none;    
    box-shadow: -14px -11px 24px -1px #38D43066;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
#clientes.bg-azul{
    transform: none !important;
    filter: none !important;
    will-change: auto !important;
}
.clientes-container {    
    max-width: 1360px;
    overflow: hidden;
    transform: none !important;
    filter: none !important;
    will-change: auto !important;
}
.linha { 
    gap: 50px;
    flex-wrap: nowrap;  
    width: max-content;  
    overflow: hidden;
    transform: none !important;
}
.linha .track{
    display:flex;
    flex-wrap:nowrap;
    gap:50px;
    width:max-content;

    animation: track-left var(--marquee-duration, 35s) linear infinite;
    will-change: transform;
    transform: translate3d(0,0,0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.linha:nth-child(2) .track{ animation-name: track-right; }
@keyframes track-left{
    from { transform: translate3d(0,0,0); }
    to   { transform: translate3d(calc(-1 * var(--marquee-distance, 1000px)), 0, 0); }
}
@keyframes track-right{
    from { transform: translate3d(calc(-1 * var(--marquee-distance, 1000px)), 0, 0); }
    to   { transform: translate3d(0,0,0); }
}
.linha:hover .track{ animation-play-state: paused; }
.cliente {
    flex: 0 0 180px;
}
.cliente img {
    object-fit: contain;
    image-rendering: auto;
}
.cliente:hover img {
    transform: scale(1.02);
    filter: none;
}
.blog-cadmus {
  background: #E0E0E0;
  color: #001D2D;
  font-family: 'Gotham-Bold';
}
.blog-cadmus .banner-service {
  height: 920px;  
  position: relative;
  overflow: hidden;
}
.blog-cadmus .container {
  max-width: 1300px;
  position: relative;
  z-index: 3;
}
.blog-cadmus .banner-service .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.blog-cadmus .banner-service h1 {
  font-size: 88px;
  font-family: 'Impact';
  color: #FFFFFF;
}
.blog-search h5.h5-responsive {display: none;}
.categorias {
  display: flex;
  flex-wrap: wrap;
}
a.item-categorias {
  color: #A0A2A4;
  font-size: 16px;
  border-radius: 17px;
  border: 1px solid #A0A2A4;
  text-align: center;
  margin: 8px 0;
  text-transform: uppercase;
  width: 99%;
  display: block;
}
a.item-categorias.categorie-active {
  border: 1px solid #0A253E;
  color: #0A253E;
  transform: translateY(2px);
  box-shadow: 0 2px 0 rgba(0,0,0,.18), inset 0 2px 6px rgba(0,0,0,.35);
  filter: saturate(1.05);
}

.campo-busca-blog button,
.input-group>.form-control {
  border-radius: 19px !important;
  border: 1px solid #0A253E;
  color: #0A253E;
  background: #E0E0E0;
}
.campo-busca-blog i {color: #FFFFFF;}
.campo-busca-blog button {background: #001D2D;}
.blog-cadmus .post-title,
.blog-cadmus .post-excerpt,
.blog-cadmus .post-meta {
  color: #001D2D;
  font-size: 18px;
}
.blog-cadmus .post-meta {font-family: "Gotham";}
.blog-cadmus .post-title {
  font-size: 24px;
  text-transform: uppercase;
}
.blog-cadmus .post-more {
  color: #35D32F;
  font-size: 16px;
  text-align: right;
}
.blog-cadmus .post-card hr {background: #001D2D;}
.blog-cadmus .post-thumb img {min-height: 200px;}
.blog-cadmus .blog-pagination ul {
  display: flex;
  gap: 8px;
  list-style: none;
  justify-content: flex-end;
}
.blog-cadmus .blog-pagination a,
.blog-cadmus .blog-pagination span {
  display: inline-flex;
  min-width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #001D2D;
  border-radius: 8px;
  text-decoration: none;
  color: #001D2D;
}
.blog-cadmus .blog-pagination .current {
  border-color: #35D32F;
  color: #35D32F;
}
input[name="s"]:focus {border-color: #001D2D;}
.input-group input.form-control::placeholder{
  color:#001D2D !important;
  opacity:1;
}
.input-group input.form-control::-webkit-input-placeholder{
  color:#001D2D !important;
}
.input-group input.form-control::-moz-placeholder{
  color:#001D2D !important;
  opacity:1;
}
.input-group input.form-control:-ms-input-placeholder{
  color:#001D2D !important;
}
.input-group input.form-control::-ms-input-placeholder{
  color:#001D2D !important;
}
.blog-cadmus .blog-pagination .next {display: none;}
.single-blog {
    background: #E0E0E0;
    color: #001D2D;
    font-family: 'Gotham-Bold';
}
.single-blog .container {max-width: 1300px;}
.single-blog h1 {font-size: 28px;}
.single-blog h2 {font-size: 18px;}
.single-blog p,
.single-blog ul li {
    font-size: 18px;
    font-family: 'Gotham';
}
.single-blog p a {
    color: #001D2D;
    text-decoration: underline;
}
.banner_single_blogpost .banner-background-overlay,
.banner_single_blogpost .banner-background-image {height: 800px;}
.banner_single_blogpost .banner-background-image {    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.blog_backbtn {
    border: 2px solid #35D32F;
    border-radius: 29px;
    padding: 12px 60px;
    color: #35D32F;
    font-size: 20px;
    font-weight: bold;
}
.blog_backbtn:hover {
    color: #35D32F;
    transform: translateY(-3px);
}
.search_results {
    background: #E0E0E0;
    color: #001D2D;
    margin-top: 80px;
}
.vagas-cadmus {
    background: #E0E0E0;
    color: #0A253E;
    font-family: 'Gotham-Bold';
  }  
  .vagas-cadmus .cto-green {
    background: #35D32F;
    color: #FFFFFF;
    border-radius: 20px;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2.5%;
    width: 260px;
    z-index: 10;
  }
  .vagas-cadmus .cto-green a {    
    color: #FFFFFF;
    text-decoration: none;
  }
  .vagas-cadmus .banner-vagas {
    height: 1250px;    
    position: relative;   
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .vagas-cadmus .container {
    max-width: 1300px;
    position: relative;
    z-index: 3;
  }
  .vagas-cadmus .banner-vagas h1 {
    font-size: 88px;
    font-family: 'Impact';    
  }
  .vagas-cadmus .banner-vagas p {
    font-size: 20px;
    font-family: 'Gotham';
  }
  .find-vagas,
  .subscribe-vagas,
  .diferencial-vagas,
  .carousel-vagas,
  .cto-vagas {
    color: #FFFFFF;
    background: #001D2D;
  }
  .vagas-cadmus .cultura-vagas {    
    font-size: 24px;
    line-height: 1.2;
  }
  .vagas-cadmus .cultura-vagas h2 {font-size: 48px;}
  .vagas-cadmus .cultura-image img {
    display: block;
    width: 100%;
  }
  .vagas-cadmus .cultura-comportamento {display: none;}
  .vagas-cadmus .find-vagas h3 {
    color: #35D32F;
    font-size: 48px;
    font-weight: bold;
    text-align: center;    
  }
  .vagas-cadmus .find-vagas img {
    max-width: 57px;
    max-height: 57px;
  }
  .vagas-cadmus .find-vagas p {
    font-size: 24px;
    margin: 0;
  }
  .vagas-cadmus .find-itens {
    display: flex;
    justify-content: space-evenly;    
  }
  .vagas-cadmus .find-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .vagas-cadmus .find-description {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 40px;
  }
  .vagas-cadmus .tools-icon {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: right;
  }
  .vagas-cadmus .tools-itens {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 30px 0 80px;
  }
  .vagas-cadmus .tools-itens p {
    font-size: 24px;
    font-family: 'Gotham';
    font-weight: bold;
    margin-bottom: 5px;
  }
  .vagas-cadmus .tools-itens p span {font-family: 'Gotham-Ultra';}
  .vagas-cadmus .gptw {
    border-radius: 43px;
    background: #D5D5D5;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 70px 100px;
    margin: 0 30px;
  }
  .vagas-cadmus .gptw  p {
    font-size: 24px;
    margin: 0;
  }
  .vagas-cadmus .gptw-cto {
    bottom: -6%;
    width: 550px;
  }
  .vagas-cadmus .gptw-wrapper {
    background: linear-gradient(to bottom, #E0E0E0 0%, #E0E0E0 70%, #001D2D 70.1%, #001D2D 100%);
  }
  .vagas-cadmus .subscribe-icon {
    position: absolute;
    margin-top: 30px;
    width: 120px;
  }
  .vagas-cadmus .subscribe-vagas h3 {
    color: #FFFFFF;
    font-size: 80px;
    font-family: 'Gotham-Ultra';
    letter-spacing: 5px;
    line-height: 1;
  }
  .vagas-cadmus .subscribe-vagas h4 {
    font-size: 48px;
    font-weight: bold;
    margin: 30px 0;
  }
  .vagas-cadmus .subscribe-vagas ul {list-style-position: inside;}
  .vagas-cadmus .subscribe-vagas p,
  .vagas-cadmus .subscribe-vagas li {font-size: 24px;}
  .vagas-cadmus .subscribe-title {
    display: flex;
    align-items: center;
    padding-top: 130px;
  }
  .vagas-cadmus .subscribe-title a {
    display: block;
    width: 90%;
    text-align: center;
    margin: 30px 0;
  }
  .vagas-cadmus .subscribe-title div:first-child {padding-left: 80px;}
  .vagas-cadmus .subscribe-title p.subscribe-line {
    border-left: 3px solid #35D32F;
    padding-left: 15px;
  }
  .vagas-cadmus .diferencial-vagas h4 {
    font-size: 48px;
    font-weight: bold;
  }
  .vagas-cadmus .diferencial-itens {
    display:flex;
    gap: 30px;
    padding: 0 50px;
  }
  .vagas-cadmus .diferencial-description {
    display:flex;
    flex-direction: column;
    width: 33%;
    align-items: center;
    padding: 10px 40px;
    justify-content: space-between;
  }
  .vagas-cadmus .diferencial-description img {
    max-width: 80px;
    height: auto;
  }
  .vagas-cadmus .diferencial-description p {
    text-align: center;
  }
  .vagas-cadmus .slider-depoimentos .depoimentos {background: #1B3B59;}
  .vagas-cadmus .slider-depoimentos .depoimentos {    
    margin: 0 25px;
    background: #0A253E;
    color: #35D32F;
  }
	.vagas-cadmus .slider-depoimentos .depoimentos.slick-current {
    background: #1B3B59;
    color: #FFFFFF;
  }

  html {
  scroll-behavior: smooth;
}
html:not([scroll-behavior=smooth]) a[href^="#"] {
  scroll-margin-top: 130px;
}
#page-sobre {
  background: #E0E0E0;
  color: #0A253E;
}

/* BANNER */
#banner-video {
  overflow: hidden;
  color: #FFFFFF;
}
#banner-video .banner-text,
#banner-video .banner-buttons {  
  text-align: right;
  z-index: 10;
}
#banner-video .banner-text {padding: 30px 15px;}
#banner-video .banner-buttons {  
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
}
#banner-video a {
  font-size: 12px;				
  border-radius: 30px;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  text-transform: uppercase;
  padding: 10px 15px;
  width: 130px;
  text-align: center;
  font-weight: bold;
  font-family: 'Gotham-Bold';
}
#banner-video .banner-line {
  display: block;
  width: 130px;
  height: 2px;
  background-color: #FFFFFF;
  margin-right: 15px;
}
#banner-video .banner-title h1 {
  text-align: right;
  font-size: 84px;
  font-family: 'Impact';
  z-index: 10;
  position: relative;
  margin-top: 260px;
  line-height: 1;
}
#banner-video .banner-text h4 {font-weight: bold;}
.banner_sobre {
  margin-top: 0;
  height: 1200px;
  background-image: none;
}

/* MANIFESTO/VIDEO */
#manifesto {
  max-width: 100%;
  background: #001D2D;
}
#manifesto .container {padding: 100px 0;}
#manifesto h2 {
  font-family: 'Gotham-Ultra';
  font-size: 64px;
  color: #264F75;
  line-height: 1.1;
}
#manifesto p {
  font-family: 'Gotham';
  font-size: 20px;
  line-height: 1.2;
  color: #FFFFFF;
  text-align: left;
}
#manifesto p span {
  font-family: 'Gotham-Bold';
  font-weight: bold;
}
#manifesto #video-cadmus {
  height: 100%;  
  border-radius: 60px;
  overflow: hidden;
  position: relative;
}
#manifesto div.spacing {
  padding: 48px;
  margin-top: 10px;
}

/* SOLUÇÕES */
#solucoes {text-align: center;}
#solucoes .solucoes-image {
  display: inline-block;
  position: relative;
}
#solucoes .solucoes-image img {
  width: 85%;
  max-width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
  margin: 0 auto;
}
#solucoes .solucoes-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  background: transparent;
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
}
#solucoes .solucoes-link:hover + img,
#solucoes .solucoes-link:hover ~ img {transform: scale(1.01);}
#solucoes .solucoes-link.up-left { top: 0; left: 0; } 
#solucoes .solucoes-link.up-right { top: 0; left: 50%; }
#solucoes .solucoes-link.down-left { top: 50%; left: 0; }
#solucoes .solucoes-link.down-right { top: 50%; left: 50%; }
#solucoes #solucoes-portfolio {display: none;}

/* NOSSOS VALORES */
#nossos-valores {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  padding: 40px 0 0;
  max-width: 1380px;
}
#nossos-valores .container {max-width: 1280px;}
#nossos-valores .valores-grid {    
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: nowrap;
}
#nossos-valores h2 { 
  font-size: 64px;
  margin-bottom: 20px;
  color: #A0A2A4;
  font-family: 'Gotham-Ultra';
}
#nossos-valores h3 {font-family: 'Gotham-Bold';}
#nossos-valores p {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 100px;
}
#nossos-valores p span {
  font-weight: bold;
  font-family: 'Gotham-Bold';
}
#nossos-valores .icone img {
  width: 120px;
  height: 120px;
}
#nossos-valores .quadrante2 .icone img,
#nossos-valores .quadrante4 .icone img {width: 100px;}
/* FLIP DO CARD DE VALORES */
#nossos-valores .valores-grid {
  perspective: 1000px;
}
#nossos-valores .valor {
  min-width: 250px;
  height: 260px;
  border-radius: 30px;
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  cursor: pointer;
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: transform 0.8s ease-in-out;  
  transition: transform 0.8s ease-in-out;  
}
#nossos-valores .valor::before {
  content: '';
  position: absolute;
  top: -10px; left: -10px; right: -10px; bottom: -10px;
  z-index: -1;
  border-radius: 40px;
}
#nossos-valores .valor:hover {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);  
}
#nossos-valores .valor-titulo,
#nossos-valores .valor-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#nossos-valores .valor-titulo {
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility:hidden; 
}
#nossos-valores .valor-text {
  position: absolute;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);  
  padding: 0 30px;
}

/* ESTATISTICAS */
#nossas-estatisticas .container {  
  display: flex;
  flex-wrap: wrap;  
  color: #838E99;
  flex-direction: column;
  gap: 60px 0;
}
#nossas-estatisticas {
  font-family: 'Gotham-bold';
  margin: 10px 0 120px;
}
#nossas-estatisticas .container {max-width: 1380px;}
#nossas-estatisticas .estatisticas span {
  font-family: 'Gotham-Ultra';
  font-size:96px;
}
#nossas-estatisticas .estatisticas span.stats {font-size:96px;}
#nossas-estatisticas .estatisticas p.margin {margin-top: -1.5rem;}
#nossas-estatisticas .estatisticas p {
  font-size: 24px;
  font-family: "Gotham"
}
#nossas-estatisticas .estatisticas p span {
  font-size: 24px;
  font-family: 'Gotham-Ultra';
}
#nossas-estatisticas .align-text {text-align: left;}

/* CLIENTES */
#nossos-clientes .container {max-width: 1280px;}
#nossos-clientes .clientes-grid {  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 65px;  
}
#nossos-clientes .depoimentos {
  background: #E0E0E0;
  border: 3px solid #A0A2A4;
  border-radius: 42px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;  
  justify-content: center;
  text-align: center;
  font-size: 18px; 
  transition: transform 0.3s ease;
}
#nossos-clientes .depoimentos p {
  margin: 0;
  font-family: 'Gotham';
  font-weight: bold;
}
#nossos-clientes .depoimentos p span {
  font-family: 'Gotham-bold'; 
  font-weight: bold;  
}
#nossos-clientes {font-family: 'Gotham-bold';}
#nossos-clientes h2 {
  font-size: 48px;
  font-weight: 700;
  color: #35D32F;
  line-height: 0.5;
  text-transform: uppercase;
  font-family: 'Gotham-Ultra';
  margin-bottom: 70px;
  margin-left: 40px;
}
#nossos-clientes h2 .title-dot {
  margin-left: -11px;
  font-size: 65px;
}
#nossos-clientes h2 .title-blue {color: #0A253E;}
#nossos-clientes .clientes-grid {margin-bottom: 90px;}

/* GERAL - SERVIÇOS */
  .all-services {
    background: #E0E0E0;
    color: #001D2D;
    font-family: 'Gotham-Bold';
  }
  .all-services .banner-service {
    height: 970px;
    padding-top: 240px;
    position: relative;
    overflow: hidden;
  }
  .all-services .container {
    max-width: 1300px;
    position: relative;
    z-index: 3;
  }
  .all-services .banner-service h1 {
    font-size: 88px;
    font-family: 'Impact';
    color: #FFFFFF;
  }
  .all-services .banner-service h4 {
    font-size: 36px;
    color: #FFFFFF;
  }
  .all-services .description-service {
    color: #000000;
    font-size: 28px;
    line-height: 1.25;
    margin: 90px 0;
    font-family: 'Gotham';
  }
  .all-services .description-service span {
    font-family: 'Gotham-Bold';
    font-weight: bold;
  }  
  .all-services .banner-service-video,
  .all-services .banner-service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .all-services .banner-service-video { 
    object-fit: cover;
    z-index: 1;
    will-change: transform;
  }
  .all-services .banner-service-overlay {
    opacity: 0.7;
    background: #001D2D;
    z-index: 2;
  }
  .all-services .content-service {    
    position: relative;
    overflow: hidden;
    font-size: 34px;
  }  
  .all-services .content-service-image {position: relative;}  
  .all-services .content-service-image img {    
    height: auto;
    max-height: 490px;
    object-fit: cover;
  }
  .all-services .content-service-text {        
    display: flex;
    align-items: center;
    margin-left: 80px;
    line-height: 1;
  }  
  .all-services .content-service-line {
    position: absolute;
    top: 23%;
    left: 23%;
    width: 500px;
    height: 8px;
    background: #35D32F;
    z-index: 2;
    border-radius: 6px;
  }
  .all-services .content-cto a {
    position: relative;    
    padding: 20px 40px;
    font-size: 34px;
    font-family: 'Gotham-Bold';
    font-weight: bold;
    color: #38D430;
    text-decoration: none;
    border-radius: 46px;
    box-shadow: -11px -8px 18.4px -1px #38D43066;
    transition: all 0.3s ease;
    background-clip: padding-box;
    overflow: hidden;
  }
  .all-services .content-cto a::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 5px;
    border-radius: 46px;
    background: linear-gradient(to right, #35D32F, #25315E, #35D32F, #35D32F, #0A253E, #35D32F);
    background-size: 250% 100%;
    background-position: left;
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    transition: background-position 1s ease;    
  }
  .all-services .content-cto a:hover::before {
    background-position: right;
  }
  .all-services .content-cto a:hover {
    transition: none;    
    box-shadow: -14px -11px 24px -1px #38D43066;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  /* CARROSSEL */
  .all-services .carousel-service {
    position: relative;
    padding: 60px 0;
  }
  .all-services .carousel-service h4 {    
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: bold;
  }
  .all-services .carousel-nav-buttons {
    display: flex;
    justify-content: center;    
  }
  .all-services .carousel-nav-btn {    
    border: none;
    padding: 7px;
    font-size: 24px;
    font-family: 'Gotham-Bold';
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    color: #001D2D;
    background: #E0E0E0;
    margin-bottom: 20px;
    margin-right: 3px;
    width: 100%;   
  }
  .all-services .carousel-nav-btn.slick-active {
    background: #6666664A;
    border-radius: 20px;
  }
  .all-services .carousel-service .container,
  .all-services .carousel-slides {overflow: hidden !important;}
  .all-services .carousel-slide {
    width: 100%;    
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .all-services .carousel-slide h4 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #001D2D;
  }
  .all-services .carousel-slide p {
    font-size: 22px;    
    margin: 0 auto;
  }
  .all-services .carousel-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 40px;
  }
  .all-services .carousel-image img {
    width: auto;
    height: auto;
  }
  .all-services .carousel-description ul {
    list-style-position: inside;
    padding-right: 30px;
  }
  .all-services .carousel-description ul.no-style {list-style: none;}
  .all-services .carousel-description ul li {font-size: 20px;}
  .all-services .carousel-description ul.small li {font-size: 18px;}
  .all-services .carousel-line {
    border-bottom: 4px solid #94999F;
    opacity: 0.6;
    transition: all 0.3s ease;
  }
  .all-services .carousel-line:has(.carousel-nav-btn.slick-active) {
    border-bottom-color: #0A253E;
    opacity: 1;
    transition: all 0.3s ease;
  }
  .all-services .slide-content {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;    
  }
  .all-services .carousel-cto {
    display: flex;
    justify-content: space-around;    
    gap: 20px;
    margin-top: 40px;
  }
  .all-services .carousel-cto.one-cto {
    justify-content: flex-start;
    flex-direction: column;
  }
  .all-services .carousel-cto.one-cto a {width: 75%;}
  .all-services .carousel-cto a {
    color: #35D32F;
    background: #D9D9D9;
    border: 3px solid transparent;
    background: linear-gradient(#D9D9D9, #D9D9D9) padding-box,
              linear-gradient(180deg, #35D32F 0%, #0A253E 87.5%) border-box;
    background-clip: padding-box, border-box;    
    border-radius: 31px;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-decoration: none;
    font-size: 22px;
    padding: 10px 30px;
    text-wrap: auto;
    text-align: center;
    width: 48%;
  }
  .all-services .carousel-cto a:hover {
    box-shadow: 0 4px 15px rgba(53, 211, 47, 0.3);
    transform: translateY(-2px);
  }
  .all-services .carousel-cto a.small {width: 38%;}
  .all-services .carousel-nav-buttons div.d-flex {justify-content: center;}
  .all-services .content-service-text span {font-family: 'Gotham-Ultra';}
  .all-services .carousel-image {
    position: relative;
    padding: 5px;
  }
  .all-services .carousel-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 15%;
    width: 120px;
    height: 14px;
    background: #35D32F;    
  }
  .all-services .carousel-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 65%;
    transform: translateY(-50%);
    width: 14px;
    height: 120px;
    background: #35D32F;
  }

  /* ESPECIFICO DE CADA PAGINA */
  /* mudar o width conforme qtd de botoes */
  #carousel-execucao-entrega .carousel-nav-buttons div.d-flex,
  #carousel-capacidade-governanca .carousel-nav-buttons div.d-flex {width: 33%;}
  #carousel-estrategia-valor .carousel-nav-buttons div.d-flex {width: 20%;}
  #carousel-aceleradores-escala .carousel-nav-buttons div.d-flex {width: 25%;}

  #content-execucao-entrega {color: #FFFFFF;}
  #content-execucao-entrega.content-service::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 380px;
    background: #001D2D;
    z-index: 1;
  }
  #content-execucao-entrega span {
    position: relative;
    display: inline-block;
    font-size: 38px;
    font-family: 'Gotham-Ultra';
  }
  #carousel-estrategia-valor .carousel-cto a {padding: 15px 5px;}
  #carousel-estrategia-valor .carousel-nav-btn {padding: 7px 3px;}
  #content-estrategia-valor .content-service-line {
    top: 15%;
    left: calc(-50vw + 49%);
    right: 55%;
    width: auto;
  }
  #content-aceleradores-escala .content-service-line {
    top: 12%;
    left: calc(-50vw + 49%);
    right: 70%;
    width: auto;
  }
  #content-capacidade-governanca .content-service-line {
    top: 11%;
    left: calc(-50vw + 49%);
    right: 60%;
    width: auto;
  }
  #content-aceleradores-escala {    
    background: #001D2D;
    color: #FFFFFF;
    padding: 40px 0;
  }
  #content-aceleradores-escala .content-service-text,
  #content-capacidade-governanca .content-service-text {    
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  #content-aceleradores-escala .container,
  #content-capacidade-governanca .container {justify-content: space-between;}
  #contato {
    background: #E0E0E0;
    color: #0A253E;
    height: 125vh;
    padding-top: 130px;
    background-image: linear-gradient(
      to bottom,
      rgba(10, 37, 62, 0.15) 0%,
      rgba(10, 37, 62, 0.1) 40%,
      rgba(10, 37, 62, 0.1) 100%
    ),
    url(https://cadmus.com.br/wp-content/themes/cadmus/img/elementos/banner-contato.png);        
    background-repeat: no-repeat;
		background-position: top;
		background-size: cover;
    }
    #contato .container {
        max-width: 1380px;
    }
    #contato h2 {
        font-family: 'Gotham-Ultra';
        font-size: 64px;
    }
    #contato h5 {
        font-weight: bold;
        font-size: 26px;
    }
    #contato .rectangle {
        background: #35D32F;
        border-radius: 12px;
        width: 18px;
        height: 12px;
    }
    #contato .rectangle.one {width: 43px;}
    #contato .contato-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    #contato h2 {position: relative;}
    #contato h2::before {
        content: '';
        position: absolute;
        top: -15px;
        left: 15%;
        transform: translateX(-110%);
        background: #35D32F;
        border-radius: 12px;
        width: 43px;
        height: 12px;
        z-index: 1;
    }
    #contato h2::after {
        content: '';
        position: absolute;
        top: -15px;
        left: 15%;
        transform: translateX(60%);
        background: #35D32F;
        border-radius: 12px;
        width: 18px;
        height: 12px;
        z-index: 1;
    }
    #contato input[type="submit"] {
        background: #38d430;    
        font-weight: bold;
        -webkit-transition: 2ms !important;
        transition: 2ms !important;
        border: none;
        width: 100%;
        color: #051c2c;
        text-transform: uppercase;
        font-family: 'Gotham-Bold';
    }
    #contato input, 
    #contato textarea {
        background: transparent;
        color: #fff;
        border: 1px solid #fff;
        padding: 6px 10px;
        border: 2px solid #A0A2A4;
        border-radius: 17px;
        margin-bottom: 20px;
    }  
    #contato form {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 2;
        background: transparent;
        margin-top: 50px;
    }
    #contato .contato-form {
        position: relative;
        background: none;
        z-index: 1;
        border-radius: 62px;
        overflow: hidden;
        margin-top: 50px;
    }  
    #contato .contato-form::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        height: 100%;
        background-color: rgba(206, 206, 206, 0.7);
        z-index: -1;
        border-radius: 62px;
    }
    #contato .check .wpcf7-list-item-label,
    #contato .check a {
        font-size: 12px !important;
        line-height: 1.1;
    }
    #contato .contato-form p {margin:0;}  
    #contato .wpcf7-spinner {display: none !important;}
    #contato .wpcf7-response-output {display: none;}
    #contato .wpcf7-not-valid-tip {
        display: flex;
        font-size: 12px;
        line-height: 1.1;
        margin: -15px 0 -5px 0;
        justify-content: center;
    }
    .slider-depoimentos .slick-prev::before,
    .slider-depoimentos .slick-next::before {
        content: none !important;
        display: none !important;
    }

/* RESPONSIVIDADE */
@media (min-width: 992px) {
    .desktop-new-header .dropdown {position: relative;}
    .desktop-new-header .dropdown-menu {     
        left: 120%;
        min-width: 300px;
        background: rgba(188, 188, 188, 0.9);
        border: none;
        border-radius: 19px;
        transition: all 0.4s ease;
        padding: 0;
        margin: 0;        
    }
    .desktop-new-header .dropdown:hover .dropdown-menu {
        display: block;
        transform: translateX(-50%);
        margin: 0;
    }
    .desktop-new-header .dropdown-menu li,
    .desktop-new-header .dropdown-submenu li {
        margin: 0;
        padding: 0;
    }
    .desktop-new-header .dropdown-menu a,
    .desktop-new-header .dropdown-submenu a {
        display: block;
        padding: 12px 25px;
        color: #0A253E !important;
        text-decoration: none;
        border-radius: 19px;
        transition: all 0.3s ease;
        position: relative;
    }
    .desktop-new-header .dropdown-submenu a {font-family: "Gotham";}
    .desktop-new-header .dropdown-submenu {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        background: rgba(217, 217, 217, 0.9);
        border-radius: 19px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease;
        padding: 15px 0;
        margin: 0;
        z-index: 1001;
        list-style: none;
    }
    .desktop-new-header .dropdown-menu li:hover .dropdown-submenu {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
    .desktop-new-header .dropdown-menu hr {
        width: 85%;      
        margin: 0 auto;  
    }      
    .desktop-new-header .dropdown-menu li {
        display: flex;
        flex-direction: column;
    }
    .desktop-new-header .dropdown-menu > li:hover > a {
        background: rgba(10, 37, 62, 0.2);
    }      
    .desktop-new-header .dropdown-submenu > li:hover > a {
        background: rgba(10, 37, 62, 0.10);
    }
}


@media (min-width: 1919px) {
    #banner-home .banner-text {top: 650px;}
}
@media (max-width: 1440px) {
  #solucoes .solucoes-image img {width: 100%;}
}
@media (max-width: 1380px) {
    #oque-fazemos h2 {font-size: 10rem;} 
}
@media (max-width: 1024px) {
    #banner-home {height: 1200px;}
    #banner-home .banner-text {top: 500px;}
    #banner-home h4 {font-size: 56px;}
    #banner-home .banner-line {display:none;}
    #banner-home .description-wrapper h5 {font-size: 20px;}
    #porque-cadmus h2 {
        font-size: 74px;
        line-height: 0.8;
    }
    #porque-cadmus a.btn-lg {
        padding: 10px;
        width: 100%;
        display: block;
        font-size: 18px;
        margin-bottom: 40px;
    }
    #porque-cadmus ul li {font-size: 24px;}
    #play-carreira h2,
    #play-carreira h4 span {font-size: 36px;}
    #play-carreira h4 {font-size: 32px;}
    .vagas-cadmus .banner-vagas h1 {font-size: 74px;}
    .vagas-cadmus .tools-icon img {width: 100%;}    
    .vagas-cadmus .subscribe-icon {
        display: none;
        margin: 0;
    }
    .vagas-cadmus .subscribe-vagas h3 {font-size: 72px;}
    .vagas-cadmus .subscribe-title div:first-child {padding-left: 15px;}
    .banner_sobre {
        height: 900px;   
        background-image: none;
    }
    #banner-video .banner-title h1 {
        font-size: 56px;
        margin-top: 200px;
    }
    #banner-video .banner-text {width: 60%;}
    #content-aceleradores-escala,
    #content-execucao-entrega {background: #001D2D;}
    #content-aceleradores-escala .content-service-text, 
    #content-capacidade-governanca .content-service-text {align-items: center;}
    .all-services .content-service-text {
      width: 100%;
      padding: 40px 25px;
      margin: 0;
    }    
    .content-service-line {display: none;}
    .all-services .content-service-image {display:none;}  
    .all-services .carousel-image {display:none;}
    .all-services .carousel-nav-btn {font-size: 26px;}
}
@media (max-width: 991px) {
    #porque-cadmus::before,
    #porque-cadmus::after {
        width: 100%;
    }
    #porque-cadmus {
        height: auto;
        padding: 60px 0;
    }
    #cto-conheca-mais a {
        padding: 18px;
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    #rodape ul.selo img {width: 15rem;}
    #rodape ul.selo,
    #rodape ul.social-media {justify-content: center}
    #rodape ul.social-media {
      margin-bottom: 40px;
      margin-right: 0;
    }
    #rodape ul.social-media li img {width: 40px;height: 40px;}
    #banner-home {height: 1100px;}
    #banner-home .banner-text {top: 300px;}
    #banner-home a {padding: 10px;}
    #oque-fazemos h2 {font-size: 5rem;}
    #nossas-solucoes .solucoes-title {font-size: 36px;}	
    #nossas-solucoes .solucoes-header {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
        text-align: center;
    }
    .linha {
        gap: 25px;
    }
    .cliente {
        flex: 0 0 160px;
        max-width: 160px;
    }
    .cliente img {
        max-height: 100px;
    }
    .vagas-cadmus {margin-top: 80px;}
    .vagas-cadmus .banner-vagas h1 {font-size: 54px;}    
    .vagas-cadmus .banner-vagas {
      padding-top: 150px;
      height: 1150px;
    }
    .vagas-cadmus .banner-vagas p {
      font-size: 20px;
      padding-top: 50px;
      font-family: 'Gotham';
    }
    .vagas-cadmus .cultura-vagas {
      text-align: center;
      padding: 40px 10px;
    }
    .vagas-cadmus .cultura-title p {
      font-size: 22px;      
      font-family: 'Gotham';
    }
    .vagas-cadmus .cultura-image img {display: none;}
    .vagas-cadmus .cultura-comportamento {display: block;}
    .vagas-cadmus .cultura-comportamento img {
      width: 150px;
      height: auto;
    }
    .vagas-cadmus .cultura-comportamento p {
      font-size: 20px;      
      margin: 10px 0 50px;
      font-family: 'Gotham';
    }
    .vagas-cadmus .find-vagas h3 {font-size: 44px;}
    .vagas-cadmus .find-itens {
      flex-direction: column;
      padding: 10px 20px !important;
    }
    .vagas-cadmus .find-column {margin-bottom: 20px;}
    .vagas-cadmus .find-description {padding: 10px 10px;}
    .vagas-cadmus .find-vagas p {
      font-size: 20px;      
      font-family: 'Gotham';
    }
    .vagas-cadmus .tools-itens {      
      gap: 25px;      
      flex-direction: column;
    }
    .vagas-cadmus .tools-icon {      
      max-width: 100%;
      text-align: center;
    }
    .vagas-cadmus .tools-itens p {
      font-size: 20px;
      font-family: 'Gotham';
    }
    .vagas-cadmus .tools-description p {text-align: center;}
    .vagas-cadmus .gptw-cto {
      width: 100%;
      padding: 15px 0;
      font-size: 18px;
      margin-top: 20px;
      position: relative;
    }
    .vagas-cadmus .gptw p {
      font-size: 20px;      
      line-height: 1.4;
      text-align: center;
    }
    .vagas-cadmus .subscribe-title {
      padding-top: 120px;
      flex-direction: column;
    }
    .vagas-cadmus .subscribe-vagas h3 {
      font-size: 52px;
      text-align: center;
    }
    .vagas-cadmus .subscribe-vagas h4 {font-size: 42px;}
    .vagas-cadmus .subscribe-vagas p, 
    .vagas-cadmus .subscribe-vagas li {
      font-size: 20px;
      font-family: 'Gotham';
    }
    .vagas-cadmus .diferencial-vagas h4 {font-size: 42px;}
    .vagas-cadmus .diferencial-itens {
      flex-direction: column;
      margin-bottom: 30px;
      padding: 0;
    }
    .vagas-cadmus .diferencial-description {      
      width: 100%;      
      padding: 10px;      
      gap: 20px;
    }
    .vagas-cadmus .diferencial-description p {      
      font-size: 20px;
      font-family: 'Gotham';
    }
    .vagas-cadmus .gptw {
        padding: 50px 20px;
        margin: 0 10px;
        flex-direction: column;
    }
    .vagas-cadmus .cto-green-blue a {      
      text-align: center;
      font-size: 20px;      
      width: 100%;
      display: block;
    }
    .banner_sobre {margin-top: 80px;}
    #banner-video .banner-text {width: 100%;}
    #banner-video .banner-text h4 {font-size: 20px}  
    #solucoes .solucoes-image {display: none;}
    #solucoes #solucoes-portfolio {
        display: block;
        font-family: 'Gotham-Bold';
    }
    #solucoes #solucoes-portfolio .container div {margin-top: 50px;}
    #solucoes #solucoes-portfolio .execucao h3 {color: #537484;}  
    #solucoes #solucoes-portfolio .capacidade h3 {color: #606060;}
    #solucoes #solucoes-portfolio .aceleradores h3 {color: #7FD344;}
    #solucoes #solucoes-portfolio h3 {
        font-size: 28px;
        font-family: 'Gotham-Ultra';
    }
    #solucoes #solucoes-portfolio p {
        font-size: 20px;
        color: #0A253E;
    }
    #solucoes #solucoes-portfolio ul {
        list-style-position: inside;
        text-align: left;
        margin-left: 5%;
        color: #0A253E;
    }
    #solucoes #solucoes-portfolio ul li {font-size: 20px;}
    #manifesto .container {padding: 30px 25px;}
    #manifesto .container h2 {font-size: 42px;}
    #manifesto #video-cadmus {
        border-radius: 40px;
        margin-bottom: 30px;
        height: 30vh;
    }
    #manifesto div.spacing {padding: 10px 15px;}  
    #nossos-valores p {
        font-size: 20px;
        line-height: 1.2;
        margin: 10px 15px 40px;
    }
    #nossos-valores h2 {
        line-height: 1;
        font-size: 44px;
    }
    #nossos-valores .valores-grid {flex-wrap: wrap;}  
    #nossos-clientes h2 {
        text-align: center;
        margin-left: 0;
    }
    #nossas-estatisticas {margin: 10px 0 80px;}
    #nossas-estatisticas .container {justify-content: center;}
    #nossas-estatisticas .container .d-flex {flex-direction: column;}
    #nossas-estatisticas .container .d-flex.pt-xs div {padding-top: 30px;} 
    #nossas-estatisticas .container {gap: 0;}
    #nossas-estatisticas .align-text {text-align: center;} 
    #nossas-estatisticas .estatisticas span {font-size: 80px;}
    .all-services {margin-top: 80px;}
    .all-services .banner-service h1 {font-size: 54px;}
    .all-services .banner-service h4 {font-size: 28px;}
    .all-services .banner-service {height: 900px;}
    .all-services .carousel-nav-buttons {
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }
    .all-services .carousel-nav-buttons div.d-flex {width: 100% !important;}
    .all-services .carousel-line {
      display: none !important;
    }
    .all-services .carousel-line:has(> button.carousel-nav-btn.slick-active) {
      display: flex !important;
    }    
    .all-services .carousel-dots { margin-top: 20px; }
    .all-services .carousel-dots .slick-dots { position: static; }
    .all-services .carousel-dots .slick-dots li {width: 50px;}
    .all-services .carousel-dots .slick-dots li button:before {font-size: 15px;}
    .all-services .carousel-slide {padding: 30px 15px;}
    .all-services .description-service {margin: 30px 0;}
    .all-services .description-service, 
    .all-services .content-service-text {
      text-align: center;
      padding: 40px 10px;
    }
    .all-services .description-service p {font-size: 24px;}
    .all-services .content-service-text p {font-size: 28px;}
    .all-services .content-cto a {    
      padding: 20px;
      font-size: 24px;
    }
    .all-services .carousel-service {padding: 20px 0;}
    .all-services .carousel-cto {flex-direction: column;}
    .all-services .carousel-cto a,
    .all-services .carousel-cto a.small,
    .all-services .carousel-cto.one-cto a {width: 100%;}    
    .all-services .carousel-nav-btn {
      font-size: 24px;
      margin: 15px 0 10px;
    }
    .all-services .slide-content {padding: 10px;}
    .all-services .carousel-slide p {font-size: 20px;}
    #contato {height: 135vh;}
	#contato .container {flex-direction: column;}
    #contato h2 {font-size: 60px;}
    #contato form {
      padding: 0 20px;
      margin-top: 35px;
    }
    #contato .contato-form {padding:0}
    #contato .contato-form::before {width: 100%;}
    #cto-conheca-mais a {
      padding: 20px 10px;
      font-size: 18px;
    }
    #contato .wpcf7-list-item label {display: flex;}
    #contato .wpcf7-list-item {margin: 0;}
    #contato input, #contato textarea {
      width: 100%;
      padding: 3px 10px;
    }
    #contato input[type="submit"] {padding: 10px 0;}
    #contato input[type="checkbox"] {width: 10%}
    #contato textarea {margin-bottom: 0;}
}
@media (max-width: 360px) {
    #banner-home .buttons-wrapper {gap: 7px;}
    #cto-conheca-mais a {
        padding: 15px;
        font-size: 14px;
    }
    #banner-video .banner-title h1 {font-size: 44px;}
}