/*=============================================
/ PRIMARY COLOR 
/=============================================*/
.cortexto{
	color: #535353 !important;
}
.corbackground{
	background: #f9bf03 !important;
	background-color: #f9bf03 !important;
}
.corpadrao1{
    color: #018a3b
}
.corpadrao2{
    color: #f5be01
}
/**---- Background HEX ----**/
.back, .play_video a.video_popup, .singleClient:after, .singleClient_2:after, .lbi_details .lbid_date:hover, .icon_box_2:after, .img_details, .testimoniTab ul li a span:after, .btn_link a,
.btn_link.bg_black a:hover, .singlePortfoio_content ul li a:after, .inst13_paginations a:after, .inst13_paginations span:after, .blog_headings span.blog_date, .post_author > a:after,
.sfCloser:hover:after, .sfCloser:hover:before, .close-popup:hover:after, .close-popup:hover:before, .showit, .common_btn.red_bg:after, .testimonial_content .testi_icon, 
.lbi_details .learnM:after
{
    background: #f9bf03;
}
.single_wedo .overlay_wedo:after,
.singleTM .tm_overlay:after{
    background: rgba(249, 178, 79, .7);
}

/**---- Color Text ----**/
.navigator a.active, .navigator a:hover, .black_color .navigator a.active, .black_color .navigator a:hover, .black_color .navigator a.active, .black_color .navigator a:hover,
.singleTM:hover .detail_TM h5, .testimonial_content h2 span, .lbi_details h2 a:hover, .lbi_details .learnM:hover, .footer_1 .copyright a:hover, .footer_1 .contact_widgets p a:hover,
.icon_box_2 a:hover, .wh_choose ul li i, .serviceArea ul li i, .nextprevPagination a:hover, .singlePortfoio_content p a:hover, .singlePortfoio_content ul li a:hover, .blog_headings .blog_metas a:hover,
.post_author h3 a:hover, .post_author > a, .single-comment .authorDetails h5 a:hover, .single-comment .authorDetails span, .searchForms button[type="submit"]:hover,
.color_settings .switch-btn.active, .color_settings .switch-btn:hover, .red_color
{
    color: #f9bf03;
}

/**---- Border Color ----**/
.back, .ab_img2:after, .agency_img1:after, .input-form.reqError, input.input-form:focus, textarea.input-form:focus
{
    border-color: #f9bf03;
}
.common_btn{
    border: none;
    font-size: 16px;
    font-weight: 400;
    background: #f9bf03;
    color: #000;
    height: 70px;
    text-transform: uppercase;
    text-align: center;
    padding: 28px 45.5px;
    display: inline-block;
    line-height: .8;
    letter-spacing: 1.6px;
    position: relative;
    outline: none;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.common_btn span {
    position: relative;
    z-index: 2;
}
.common_btn:after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #018a3b;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.common_btn:hover:after{
    width: 100%;
}
.common_btn:hover{
    color: #000;
}
.common_btn.red_bg{
    padding: 28px 40.5px;
}
.common_btn.red_bg:after{
    background: #018a3b;
}
.common_btn.red_bg:hover:after{
    width: 100%;
}
.common_btn.red_bg:hover{
    color: #fff;
}
.common_btn-2{
    border: none;
    font-size: 16px;
    font-weight: 400;
    background: #f9bf03;
    color: #fff;
    height: 70px;
    text-transform: uppercase;
    text-align: center;
    padding: 28px 45.5px;
    display: inline-block;
    line-height: .8;
    letter-spacing: 1.6px;
    position: relative;
    outline: none;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.common_btn-2 span {
    position: relative;
    z-index: 2;
}
.common_btn-2:after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.common_btn-2:hover:after{
    width: 100%;
}
.common_btn-2:hover{
    color: #000;
}
.common_btn-2.red_bg{
    padding: 28px 40.5px;
}
.common_btn-2.red_bg:after{
    background: #e62b4a;
}
.common_btn-2.red_bg:hover:after{
    width: 100%;
}
.common_btn-2.red_bg:hover{
    color: #fff;
}
.singlefolio:after {
	background: rgba(126, 142, 191, .8);	
}

.commonSection.trustClient .row { overflow: visible; }
.CL_content img { transition: transform .6s ease; }
.CL_content img.wow.animated { transform: translateY(0); }
.CL_content img { transform: translateY(6px); } 

.latestBlogItem .lbi_thumb{position:relative;overflow:hidden;border-radius:10px;}
.latestBlogItem .lbi_thumb:after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,.35));
  opacity:0; transition:opacity .45s ease;
}
.latestBlogItem:hover .lbi_thumb:after{opacity:1;}

.latestBlogItem .lbi_thumb img{
  width:100%;display:block;transform:scale(1);transition:transform .6s cubic-bezier(.2,.8,.2,1);
}
.latestBlogItem:hover .lbi_thumb img{transform:scale(1.08);}

.latestBlogItem .learnM{
  transition:transform .35s ease, opacity .35s ease;
  transform:translateY(6px); opacity:.85;
}
.latestBlogItem:hover .learnM{transform:translateY(0); opacity:1;}

.latestBlogItem .learnM{
  display:inline-block;
  padding:12px 18px;
  border-radius:999px;
  background: #D8AB57;
  color:#000 !important;
  font-weight:500;
  letter-spacing:.3px;
  text-transform:uppercase;
  font-size:14px;
  line-height:1;
  border:0;
  box-shadow:0 10px 22px rgba(216,171,87,.25);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.latestBlogItem .learnM:hover,
.latestBlogItem .learnM:focus{
  background: #B88F45;
  color:#fff !important;
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(216,171,87,.32);
  text-decoration:none;
}

/* layout dos itens */
.footer_1 .social_widget p{ margin:10px 0; }
.footer_1 .social_widget a{
  display:flex; align-items:center; gap:12px;
  font-weight:700; letter-spacing:.2px;
  color:#fff; text-decoration:none;
  transition:color .2s ease, transform .2s ease;
}
.footer_1 .social_widget a:hover{
  color:#fff; transform:translateX(2px);
}

/* ícones grandes, circulares e chamativos (dourado) */
.footer_1 .social_widget i{
  width:44px; height:44px; border-radius:50%;
  display:inline-flex; align-items:center; justify-content:center;
  font-size:22px; line-height:1;
  background:#D8AB57;  /* dourado */
  color:#111;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}

/* hover: mais escuro + leve zoom */
.footer_1 .social_widget a:hover i{
  background:#B88F45; /* dourado mais escuro */
  transform:scale(1.06);
}

/* remove azul de link visitado */
.footer_1 .social_widget a:visited{ color:#fff; }

/* mobile: pequenos ajustes */
@media (max-width:576px){
  .footer_1 .social_widget p{ margin:12px 0; }
}

.iconetiktok{width:44px; height:44px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; background:#D8AB57; margin-right:12px;}
.imagemtiktok{width:24px; height:24px; display:block;}

.icon_box_1.icon_box_img:hover { z-index: 10; }
.icon_box_1.icon_box_img .flipper {
  transform-origin: 50% 50% !important;
}

.icon_box_1.icon_box_img .front,
.icon_box_1.icon_box_img .back {
  width: 100%;
  min-height: 20px;          
  padding: 15px 15px 15px;    
}

.icon_box_1.icon_box_img .front i,
.icon_box_1.icon_box_img .back i {
  display: block;
  margin-bottom: 17px;
  line-height: 0;   
  font-size: 0;    
}

.icon_box_1.icon_box_img .front i img,
.icon_box_1.icon_box_img .back i img {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
}

.icon_box_1.icon_box_img .ibx-title {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: .09em;
}

.dark_color.fixedHeader {
    background: #080808;
}

.dark_color .mainmenu ul ul.sub-menu {
    background: #f9bf03;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.dark_color .mainmenu ul ul.sub-menu:before {
    border-bottom: 5px solid #FFF;
}

.dark_color .mainmenu ul li:hover ul.sub-menu {
    top: 66px;
}

.dark_color {
    border-color: #080808;
    background: #080808;
}

.dark_color .mainmenu ul li a {
    color: #dfbe6e;
}

.dark_color .mainmenu ul li a:hover {
    color: #dfbe6e;
}

.dark_color .mainmenu ul li a:after {
    background: #000000;
}

.dark_color .navigator a {
    color: #FFFFFF;
}

.dark_color .navigator a.active,
.dark_color .navigator a:hover {
    color: #e5e5e5;
}

.testimonials { padding: 80px 0 40px; }
.testimonials .testimonials_slider { display: block !important; }
.testimonials .slick-slider { position: relative; }
.testimonials .slick-list {
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

.testimonials .slick-track { display: block !important; }
.testimonials .slick-slide {
  float: left !important;
  height: auto;
  min-height: 1px;
}

.testimonials .testimonialItem{
  background:#0b0b0b;
  border:1px solid rgba(255,255,255,.15);
  color:#e9e9e9;
  border-radius:10px;
  padding:28px 24px;              
  margin:0 12px;                 
  min-height:170px;
  position:relative;
  box-sizing:border-box;
}

.testimonials .testimonialItem:before{
  content:"“";
  position:absolute;
  left:20px; top:10px;
  font-size:42px; line-height:1;
  color:#f9bf03;
}

.testimonials .t_text{ margin:0 0 12px; font-size:16px; line-height:1.6; }
.testimonials .t_author{ font-weight:700; color:#f9bf03; }

.testimonials .slick-dots{ margin-top:14px; position:static; }
.testimonials .slick-dots li{ width:10px; height:10px; border-radius:50%; background:#dbdbdb; }
.testimonials .slick-dots li.slick-active{ background:#000; }
.testimonials .slick-slide { padding: 0 12px; }
.testimonials .testimonialItem { margin: 0; }
.testimonials .testimonialItem::after { content: none !important; }
.testimonials .testimonialItem::before { left: 20px; top: 10px; }
.testimonials .slick-list { overflow: hidden !important; }
.testimonials .testimonialItem{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  height: 220px;                
}

.testimonials .t_text{
  flex:1;                        
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp: 5;         
  -webkit-box-orient: vertical;
}

.testimonials .t_author{
  margin-top:auto;               
}

@media (max-width: 1199px){
  .testimonials .testimonialItem{ height: 240px; }
  .testimonials .t_text{ -webkit-line-clamp: 6; }
}
@media (max-width: 768px){
  .testimonials .testimonialItem{ height: 260px; }
  .testimonials .t_text{ -webkit-line-clamp: 7; }
}

.commonSection.blogDetails .single_blog .lbi_thumb{
  height: 300px;                  /* altura máxima desejada */
  overflow: hidden;               /* esconde o excesso da imagem */
  display: flex;
  justify-content: center;
}

.commonSection.blogDetails .single_blog .lbi_thumb img{
  width: 100%;                    /* mantém 100% de largura */
  height: 100%;                   /* ocupa os 300px */
  object-fit: cover;              /* corta proporcionalmente, sem deformar */
  object-position: center center; /* centraliza o corte */
  display: block;
}

.header_01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    background: #ffffffa6;
    padding: 15px 40px 14px 45px;
    border-bottom: 2px solid rgba(255, 255, 255, .10);
}

.logo {
    text-align: left;
    padding: 0 0 0;
}

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

.corbranca{
	color: #ffffff !important;
}
.mainmenu {
    position: relative;
}

.mainmenu ul {
    margin: 0;
    padding: 0;
}

.mainmenu ul li {
    list-style: none;
    display: inline-block;
    line-height: .8;
    padding: 30px 30px 34px;
    position: relative;
}

.mainmenu.pad40 ul li {
    padding: 40px 30px 34px;
}

.fixedHeader .mainmenu.pad40 ul li {
    padding: 30px 30px 34px;
}

.fixedHeader .mainmenu.pad40 .sub-menu ul li {
    padding: 0 0 13px !important;
}

.header_01.black_color2.fixedHeader{
    padding: 1px 40px 1px 40px;
}

.header_01.black_color2.fixedHeader .logo img{
max-height: 78px;
}
.mainmenu ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: .8;
    text-transform: uppercase;
    position: relative;
}

.mainmenu ul li a:after {
    position: absolute;
    width: 0;
    height: 1px;
    content: '';
    background: #fff;
    left: 0;
    right: 0;
    bottom: -5px;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.mainmenu ul>li.active>a,
.mainmenu ul li a:hover {
    color: #fff;
}

.mainmenu ul>li.active>a:after,
.mainmenu ul li a:hover:after {
    width: 100%;
}

.mainmenu ul ul.sub-menu {
    background: #02662c;
    width: 200px;
    z-index: 9;
    text-align: center;
    padding: 25px 30px 13px;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 100px;
    transform: translateX(-50%);
    z-index: 2;
}

.mainmenu ul ul.sub-menu:before {
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000;
    z-index: 10;
}

.mainmenu ul li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    top: 66px;
}

.mainmenu ul ul.sub-menu li {
    margin: 0;
    padding: 0 0 13px !important;
    display: block;
}

.mainmenu ul ul.sub-menu li a {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
}

.mainmenu ul ul.sub-menu li a:after {
    bottom: 0;
}

.navigator {
    position: relative;
    padding: 21px 0 25px;
}

.navigator a {
    display: inline-block;
    color: #fff;
    line-height: .8;
    font-size: 25px;
    margin: 0;
}

.navigator a.search {
    margin-right: 16px;
}

.navigator a.active,
.navigator a:hover {
    color: #e62b4a;
}

.black_color {
    border-color: #e5e5e5;
}

.black_color .mainmenu ul li a {
    color: #000000;
}

.black_color .mainmenu ul li a:hover {
    color: #000000;
}

.black_color .mainmenu ul li a:after {
    background: #000000;
}

.black_color .navigator a {
    color: #000000;
}

.black_color .navigator a.active,
.black_color .navigator a:hover {
    color: #e62b4a;
}



.branco_color {
    border-color: #e5e5e5;
    background: #ffffff;
}

.branco_color .mainmenu ul li a {
    color: #000000;
}

.branco_color .mainmenu ul li a:hover {
    color: #000000;
}

.branco_color .mainmenu ul li a:after {
    background: #000000;
}

.branco_color .navigator a {
    color: #000000;
}

.branco_color .navigator a.active,
.branco_color .navigator a:hover {
    color: #e62b4a;
}

.cinza_color {
    border-color: #e5e5e5;
    background: #e9e9ea;
}

.cinza_color .mainmenu ul li a {
    color: #000000;
}

.cinza_color .mainmenu ul li a:hover {
    color: #000000;
}

.cinza_color .mainmenu ul li a:after {
    background: #000000;
}

.cinza_color .navigator a {
    color: #000000;
}

.cinza_color .navigator a.active,
.cinza_color .navigator a:hover {
    color: #e5e5e5;
}




.fixedHeader {
    background: #000;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.black_color.fixedHeader {
    background: #fff;
}


.black_color2.fixedHeader {
    background: #ffffff;
}
.black_color .mainmenu ul ul.sub-menu {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.black_color .mainmenu ul ul.sub-menu:before {
    border-bottom: 5px solid #FFF;
}

.black_color .mainmenu ul li:hover ul.sub-menu {
    top: 66px;
}

.branco_color.fixedHeader {
    background: #fff;
}

.branco_color .mainmenu ul ul.sub-menu {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.branco_color .mainmenu ul ul.sub-menu:before {
    border-bottom: 5px solid #FFF;
}

.branco_color .mainmenu ul li:hover ul.sub-menu {
    top: 66px;
}

.cinza_color.fixedHeader {
    background: #e9e9ea;
}

.cinza_color .mainmenu ul ul.sub-menu {
    background: #e9e9ea;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.cinza_color .mainmenu ul ul.sub-menu:before {
    border-bottom: 5px solid #FFF;
}

.cinza_color .mainmenu ul li:hover ul.sub-menu {
    top: 66px;
}

.black_color2 {
    border-color: #e5e5e5;
}

.black_color2 .mainmenu ul li a {
    color: #000000;
}

.black_color2 .mainmenu ul li ul li a {
    color: #ffffff;
}

.black_color2.fixedHeader .mainmenu ul li a {
    color: #03672f;
}

.black_color2.fixedHeader .mainmenu ul .sub-menu li a {
    color: #ffffff;
}

.black_color2 .mainmenu ul li a:hover {
    color: #01672d;
}

.black_color2 .mainmenu ul li ul li a:hover {
    color: #ffffff;
}

.black_color2.fixedHeader .mainmenu ul li a:hover {
    color: #03672f;
}

.black_color2.fixedHeader .mainmenu ul .sub-menu li a:hover {
    color: #ffffff;
}

.black_color2 .mainmenu ul li a:after {
    background: #ffffff;
}

.black_color2.fixedHeader .mainmenu ul li a:after {
    background: #03672f;
}

.black_color2.fixedHeader .mainmenu ul .sub-menu li a:after {
    background: #ffffff;
}

.black_color2 .navigator a {
    color: #03672f;
}

.black_color2 .navigator a.active,
.black_color2 .navigator a:hover {
    color: #e62b4a;
}
.tituloh2novo{
    font-size: 46px;
    line-height: 32px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}
@media (max-width: 991px){
.tituloh2novo{
    font-size: 30px !important;
}
}
.btn-h2verde{
  position: relative;
  z-index: 0;
  overflow: hidden;        
}

.btn-h2verde::after{
  z-index: -1;
}

.btn-tituloh2novo.tituloh2novo{
  position: relative;
  z-index: 1;
}

.btn-h2verde:hover .tituloh2novo{
  color: #ffffff;
}

.btn-h2verde:hover{
  color: inherit;
}

.common_btn-duplo{
  border: none;
  font-size: 16px;
  font-weight: 400;
  background: #27ae60;     
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  letter-spacing: 1.6px;
  position: relative;
  outline: none;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  white-space: normal;    
  line-height: 2.25;
  height: auto;           
  padding: 14px 18px;  
  max-width: 100%;
  overflow: hidden;       
  border-radius: 8px;     
}

.common_btn-duplo span{
  position: relative;
  z-index: 2;             
}


.common_btn-duplo:after{
  content: "";
  width: 4px;              
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #34c26f;    
  z-index: 1;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.common_btn-duplo:hover:after{
  width: 100%;            
}

.common_btn-duplo:hover{
  color: #fff;             
}

.common_btn-duplo.red_bg{
  padding: 14px 16px;      
}
.common_btn-duplo.red_bg:after{
  background: #e62b4a;     
}
.common_btn-duplo.red_bg:hover:after{
  width: 100%;
}
.common_btn-duplo.red_bg:hover{
  color: #fff;
}

.common_btn-duplo i{ margin-left: 6px; }

@media (min-width: 576px){
  .common_btn-duplo{ max-width: 560px; }
}
.corazulfonte20{
    color: #1781cf;
    font-size: 20px;
}
/* CTA AVES DISPONÍVEIS — AMARELO */
.btn-h2verde {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 90px;
    padding: 0 45px;

    background: linear-gradient(135deg, #ffcc00, #f5b800);
    border-radius: 14px;

    box-shadow:
        0 10px 22px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);

    transition: all 0.35s ease;
    text-decoration: none;
}

/* TEXTO */
.btn-h2verde .tituloh2novo {
    margin: 0;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #1f4d2b;
    text-transform: uppercase;
    line-height: 1.1;
}

/* HOVER → VERDE */
.btn-h2verde:hover {
    background: linear-gradient(135deg, #2e8b57, #1f6f43);
    transform: translateY(-4px) scale(1.02);
    box-shadow:
        0 18px 35px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

/* TEXTO NO HOVER */
.btn-h2verde:hover .tituloh2novo {
    color: #ffffff;
}

/* CLIQUE */
.btn-h2verde:active {
    transform: translateY(-1px) scale(0.99);
}

/* MOBILE */
@media (max-width: 991px) {
    .btn-h2verde {
        height: 75px;
        padding: 0 30px;
    }

    .btn-h2verde .tituloh2novo {
        font-size: 30px;
        letter-spacing: 1.5px;
    }
}
.alinhar-vertical {
    display: flex;
    align-items: center; /* centraliza verticalmente */
}