/* white you custom css code here. only css code will work */
/* Fontes */ 
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --vermelho-vinho: #4A0402;
    --amarelo-main: #DAA520;
    --vermelho-escuro: rgb(61, 0, 0);
    --cinza-claro: #808080;
    --input-color: #373b3f;
}



/* Geral */
body,html {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-size: 1em !important;
    box-sizing: border-box;
    overflow-y: auto;
}
.container {
    max-width: 1140px;
}
.gold {
    color:#DAA520;
}

.main-button {
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    display: inline-flex;
    border: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    border-radius: 10px;
    background-color: #DAA520;
    text-decoration: none !important;
    cursor: pointer;
     transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.main-button a {
    padding: 15px 30px !important;
}
.main-button:hover {
    color:#fff;
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
.second-button {
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    padding: 15px 30px !important;
    border-radius: 10px;
    text-decoration: none !important;
    cursor: pointer;
     transition: transform 0.25s ease, box-shadow 0.25s ease;
     border: 1px solid #fff;
}
.second-button a {
    padding: 15px 50px !important;
}

.second-button:hover {
    background-color: #4A0402;
     transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
.back-to-top {
    background-color: var(--amarelo-main);
}

.breadcrumb-area .breadcrumb-inner {
    padding: 215px 0 142px 0 !important; 
}



/* Header */

.header-style-01 nav {
    background-color: var(--vermelho-vinho) !important;
}
.header-style-01.navbar-variant-01 .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
    font-size: 1.1em;
}
@media (min-width:992px) {
    .navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
        margin-left: 40px;
    }
}


.nav-container .logo-wrapper img {
    width: 120px;
    height: auto;
}
.header-style-01.navbar-variant-01 .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
    color: #fff !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.header-style-01.navbar-variant-01 .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a:hover {
    color: var(--amarelo-main) !important;
    transform: scale(1.2) !important;
}
@media (max-width: 992px) {
    .header-style-01 .nav-container {
        padding: 20px !important;
    }
    .navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .navbar-toggler {
        background: transparent !important;
    }
    .navbar-area .navbar-collapse {
        background-color: var(--vermelho-escuro);
        padding: 0 20px;
    }
    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
        color: #fff !important;
    }
}

/*BANNER AREA*/

#banner {
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0 0 0;
}

@media (min-width: 992px) {
    #banner .hero-area {
        display: flex;
        align-items: center;
        gap: 70px;
}
    #banner .text-side {
        padding-bottom: 100px;
    }
}

#banner p {
    font-size: 1.1em;
}
#banner .text-side {
    gap: 15px;
    
}
#banner .text-side h1 {
    font-size: 3.2em;
    font-weight: 900;
    color: #fff; 
}
@media (min-width: 1400px) {
    #banner .text-side h1 {
        padding-right: 50px;
    }
}
.banner-buttons {
    gap:20px
}
.hero-img {
    width: 100%;
    max-width: 1200px;

}

@media (max-width:992px) {
    #banner .text-side {
        padding: 40px 0 30px 0;
    }
    #banner .hero-img {
        margin: 0 auto;
        max-width: 400px;
    }
    #banner .text-side {
        align-items: center;
        text-align: center;
        padding-bottom:30px;
    }
    #banner .text-side h1 {
        font-size: 2.8em;
    }
    #banner .text-side p {
        font-size: 1em;
    }
    #banner .banner-buttons {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    #banner .text-side h1 {
        font-size: 2.3em;
}
}
@media (max-width: 450px) {
    #banner .text-side h1 {
        font-size: 1.8em;
    }
    #banner .hero-img {
        max-width: 350px;
    }
}


/* SERVICES HERO */

#services-hero {
    margin-top: -150px;

}
#services-hero img {
    width: 75px;
    height: 75px;
}
#services-hero .services-hero-area {
        gap:20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
}
@media (min-width: 992px) {
    #services-hero .services-hero-area {
        flex-direction: row;
}
}

#services-hero .card-services-hero {
    padding: 20px 30px;
    flex: 1;
    border-radius: 10px;
    
}
#services-hero h6 {
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
}
#services-hero p {
    font-size:1em;
    margin-bottom: 0;
}
#services-hero .card-wrapper {
    gap: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#services-hero {
    position: relative;
}

/* ABOUT AREA */
.fotos-advogado {
    position: relative;
    max-width: 400px;
    margin: 0 auto; /* centraliza no container */
}

.fotos-advogado .moldura {
    display: block;
    width: 80%;
    height: auto;
    position: relative;
    z-index: 1;
}

.fotos-advogado .principal {
    position: absolute;
    top: 35px;
    left: 35px;
    width: calc(100% - 35px);
    height: auto;
    z-index: 2;
}

.fotos-advogado .sobreposta {
    position: absolute;
    bottom: -300px; /* ajusta a altura da sobreposição */
    left: 40%;
    width: 80%;
    height: auto;
    z-index: 3;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
#about-area .right-side {
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 15px;
}
#about-area .right-side h4 {
    color: var(--vermelho-vinho) !important;
    font-weight: bold;
    font-size: 1.5em;
}
#about-area .right-side h2 {
    font-weight: 800;
    font-size: 2.5em;
    color: #000 !important;
} 
#about-area .right-side .main-button {
    margin-top: 20px;
}
@media (max-width: 1200px) {
    .fotos-advogado .sobreposta {
        left: 0;
    }
}
@media (width <= 992px) {
    #about-area .right-side {
        margin-top: 270px;
        text-align: center;
        padding: 0 20px;
        gap:0;
        align-items: center;
    }
    .fotos-advogado .principal {
        top: 25px;
        left: 25px;
        width: 100%;
    }
    .fotos-advogado .sobreposta {
        bottom: -250px;
        width: 90%;
    }
    #about-area .text-side-about {
        display: flex;
        justify-content: center;
    }
    #about-area .img-side-about {
        display: flex;
        justify-content: center;
    }
    
}
@media (max-width:425px) {
    .fotos-advogado .principal {
        width: calc(100% - 35px);
    }
    .fotos-advogado .sobreposta {
        bottom: -200px;
        width: 80%;
    }
    #about-area .right-side {
        margin-top: 220px;
    }
    
}

/*SERVICES AREA*/


.servicos-area {
  background-color: #fff;
  margin: 90px 0;
  text-align: center;
}
.servicos-area .main-button {
    margin-top: 40px;
}

.servicos-area h4 {
    color: var(--vermelho-vinho) !important;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
}
.servicos-area h2 {
    font-weight: 800;
    font-size: 2.5em;
    color: #000;
    text-align: center;
}
.servicos-area .col-lg-4 {
    margin-top: 20px;
}
.card-servico {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-servico:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

/* imagem sempre quadrada e proporcional */
.img-container {
  width: 100%;
  aspect-ratio: 4 / 3;
  position: relative;
}

.img-container img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-container img:last-child {
    width: 70px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
/* textos */
.card-servico h3 {
  font-size: 1.2rem;
  margin: 15px 0 10px;
  color: #111;
}

.card-servico p {
  color: #555;
  font-size: 0.95rem;
  margin: 0 20px 15px;
}

.card-servico a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.2s ease;
}

.card-servico a:hover {
  color: var(--amarelo-main); /* um dourado sutil */
}
@media (min-width: 500px) and (max-width: 767px) {
    .servicos .col-lg-4 {
        max-width: 70%;
    }
    .servicos .row {
        justify-content: center;
    }
}


/* BANNER 2 AREA */

#banner-2 {
    padding:100px 0;
}
#banner-2 img {
    width: 65px;
    height:70px;
}
#banner-2 .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#banner-2 .banner-2-item {
    text-align: center;
    padding: 20px;
}
#banner-2 .counter-up {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
#banner-2 .counter-up p {
    color: var(--amarelo-main);
    font-weight: 500;
    font-size: 1.1em;
    margin: 0;
}
#banner-2 .counter-up span {
    color: #fff;
    font-size: 1.7em;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}
 #banner-2 .banner-2-item:not(:last-child) .counter-up span {
    width: 4ch;
}

@media (width > 992px) {
    #banner-2 .banner-2-items {
        display: flex;
}
    #banner-2 .container {
        justify-content: flex-end;
    }
}

/* TESTIMONIAL AREA */

#testimonial-area {
    position: relative;
    background-color: #fff;
    padding: 80px 0;
    z-index: 1;
    text-align: center;
}
#testimonial-area::before,
#testimonial-area::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60%;
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size:contain ;
    z-index: -1;
}
#testimonial-area::before {
    left: -10%;
    background-image: url(https://www.gustavohenriquebarros.com.br/assets/uploads/media-uploader/balanca1757291413.png);
    background-position: left center;
}
#testimonial-area::after {
    right:-10%;
    background-image: url(https://www.gustavohenriquebarros.com.br/assets/uploads/media-uploader/bg-colunas1757440522.png);
    background-position: right center;
}
#testimonial-area h4 {
    color: var(--vermelho-vinho) !important;
    font-weight: 700;
    font-size: 1.3em;
    margin: 0;
}
#testimonial-area h2 {
    font-weight:bolder;
    font-size: 2.8em;
    color: #000;
    padding-bottom: 35px;
}
#testimonial-area .carousel-i {
    padding: 50px 15px;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #333;
    border-radius: 10px;
    position: relative;
    width: 100%;
}
#testimonial-area .carousel-i h5 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 5px;
}
#testimonial-area .carousel-i span {
    color: var(--vermelho-vinho);
    font-weight: 700;

}
#testimonial-area .carousel-i p {
    color: #333;
    margin-top:10px;
}
#testimonial-area .carousel-i img {
    position: absolute;
    left: 0;
    top: 5%;
    opacity: 0.6;
}
#testimonial-area .swiper {
    padding: 0 20px;
}
#testimonial-area .swiper-slide {
  display: flex;
  justify-content: center; /* centraliza o card */
  align-items: stretch;
  height: auto !important;
}
#testimonial-area .swiper-pagination {
  margin-top: 20px;
  position: relative; /* pra não grudar no carrossel */
}
#testimonial-area .swiper-pagination-bullet-active {
  background-color: var(--vermelho-vinho); /* sua cor de destaque */
  transform: scale(1.2);    /* cresce um pouco pra destacar */
}
@media (max-width: 768px) {
    #testimonial-area h2 {
        font-size: 2em;
    }
    #testimonial-area h4 {
        font-size: 1.1em;
    }
}
@media (max-width: 425px) {
    #testimonial-area h2 {
        font-size: 1.7em;
    }
    #testimonial-area .carousel-i img {
        transform: rotate(180deg);
        top: auto;
        left: auto;
        right: 0;
        bottom: 0;
    }
}
@media (max-width: 380px) {
    
}


/* BLOG AREA */

.const-news-area {
    background-color: var(--vermelho-vinho);
}
.single-portfolio-blog-grid.lawyer-home .thumb .time-wrap {
    bottom: -60px;
}
.single-portfolio-blog-grid.lawyer-home .content .title {
    margin-top: 25px;
    margin-bottom: 15px;
}
.const-news-area .section-title .title{
    color: #fff;
    font-weight: 900;
}
.single-portfolio-blog-grid.lawyer-home .content {
    background-color: var(--vermelho-escuro);
    padding: 40px 10px 30px 10px;
    border-radius: 10px;
}
.single-portfolio-blog-grid.lawyer-home .content .title {
    color: #fff;
}
.single-portfolio-blog-grid.lawyer-home .content .title a {
    font-weight: 800;
}

/* CTA AREA */

.dagency-news-area {
    background: 
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.99)), 
        url('https://gustavohenriquebarros.com.br/assets/uploads/media-uploader/vista-da-sala-tribunal-3d-para-celebracao-dia-advogado-11759759629.jpg') center/cover no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.dagency-news-area .row:first-child {
    justify-content: start !important;
}
.dagency-news-area .contact-form-wrap .form-control {
    border-radius: 15px;
}
.dagency-news-area .section-title {
    text-align: left;
}
.dagency-news-area .section-title span {
    font-size:35px;
    color: var(--amarelo-main) !important;
}
.dagency-news-area .section-title h2 {
    color: #fff;
    font-weight:900;
}
.dagency-news-area .form-group label {
    display: none;
}
.dagency-news-area .row:last-child div:last-child {
    align-self: center;
    
}
.dagency-news-area .form-group input,
.dagency-news-area .form-group textarea {
    background-color: var(--input-color);
    border: none !important;
    color:#fff !important;
}

.dagency-news-area .btn-wrapper .boxed-btn {
    background-color: var(--amarelo-main);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border-radius: 15px;
}
.dagency-news-area .btn-wrapper .boxed-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
.dagency-info-list li .content .title {
    color: var(--amarelo-main) !important;
}
.dagency-info-list li .icon i {
    display: none;
}
.dagency-info-list .single-info-list:first-child .icon {
    background-image: url(https://gustavohenriquebarros.com.br/assets/uploads/media-uploader/instagram1759944930.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}
.dagency-info-list .single-info-list:nth-child(2) .icon {
    background-image: url(https://gustavohenriquebarros.com.br/assets/uploads/media-uploader/email-11759946439.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}
.dagency-info-list .single-info-list:last-child .icon {
    background-image: url(https://gustavohenriquebarros.com.br/assets/uploads/media-uploader/whatsapp1759944932.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}
.dagency-info-list li .content .details {
    color: #fff;
    font-weight: 600;
}
@media (max-width:992px) {
    .dagency-news-area .row:last-child div:last-child {
        width: 70%;
        margin: 0 auto;
    }
    .dagency-news-area .row:last-child div:last-child .content {
        margin:0;
    }
    .dagency-news-area .section-title {
        text-align: center;
        margin-bottom: 30px;
    }
}
@media (max-width:768px) {
    .dagency-news-area .section-title span {
        font-size: 1.3em;
    }
    .dagency-news-area .section-title h2 {
        font-size: 2.2em;
    }
}
@media (max-width:450px) {
    .dagency-news-area .section-title span {
         font-size: 1.2em;
    }
    .dagency-news-area .section-title h2 {
        font-size: 1.8em;
    }
    .dagency-news-area .row:last-child div:last-child {
        width: 90%;
    }
    .dagency-info-list li .content .details {
        font-size: 0.8em;
    }
    .dagency-info-list .single-info-list .icon {
        width:35px !important;
        height: 35px !important;
        margin-right: 10px !important;
        align-self: center !important;
    }
}

/* footer */

footer .rodape-logo-wrapper img {
    max-width:200px;
    padding-bottom: 20px;
}
footer .rodape-logo-wrapper .main-button {
    border: 1px solid #fff;
}
footer .rodape-logo-wrapper .main-button a {
    font-size: 0.8em;
    padding: 10px 30px;
}
footer .row .col-lg-3:first-child {
    display: flex;
    align-items: center;
}
.footer-area .footer-top {
    border-bottom: 1px solid #fff;
}
footer .footer-top {
    padding: 60px 0 !important;
}
@media (max-width:992px) {
    footer .row .col-lg-3:not(:last-child) {
        border-bottom : 1px solid #fff;
    }
}

footer .row .col-lg-3 {
    padding: 15px;
}

@media (max-width:992px) {
    footer .rodape-logo-wrapper {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    } 
}
@media (max-width: 768px) {
    footer .row .col-lg-3:first-child {
        justify-content: center;
    }
    footer .rodape-logo-wrapper img {
        align-self: center;
    }
}





/* ABOUT PAGE */

#about-us {
    padding: 100px;
}
#about-us .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

#about-us {
  padding: 60px 0;
}

.text-about {
  flex: 1 1 55%;
}
#about-us .line-yellow {
    width: 120px;
    height: 2px;
    background-color: var(--amarelo-main);
    margin-bottom: 5px;
}
#about-us .line-yellow-big {
    width: 250px;
    height: 2px;
    background-color: var(--amarelo-main);
    margin-bottom: 5px;
}
#about-us .text-about h3 {
    color: var(--vermelho-vinho) !important;
    font-weight: bold;
    font-size: 1.5em;
}
#about-us .text-about h2 {
    font-weight: 800;
    font-size: 2.5em;
    color: #000;
}
#about-us .text-about p {
    color: #555 !important;
}
/* Área dos cards */
.cards-about {
  flex: 1 1 40%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}


.card-about {
  position: relative;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}


.card-about:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}


.card-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.3s ease;
}

.card-about:hover::before {
  background: rgba(0, 0, 0, 0.3);
}


.card-about h5 {
  position: relative;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  z-index: 1;
  padding: 0 10px;
}


@media (max-width: 992px) {
  #about-us .container {
    flex-direction: column;
  }

  .cards-about {
    grid-template-columns: 1fr 1fr;
    align-self: center;
  }
}
@media (max-width: 600px) {
  .cards-about {
    grid-template-columns: 1fr;
  }

  .card-about {
    height: 180px;
  }
}
@media (max-width: 510px) {
    #about-us .text-about h2 {
        font-size: 2em;
    }
    #about-us .text-about h3 {
        font-size:1.2em;
    }
    #about-us .line-yellow,
    #about-us .line-yellow-big {
        justify-self: center;
    }
    #about-us .text-about {
        text-align: center;
    }
}

/* FAQ AREA // ABOUT PAGE*/

#faq {
  background-color: #f8f9fa;
  padding: 90px 0;
  text-align: center;
}
#faq h3 {
     color: var(--vermelho-vinho) !important;
    font-weight: bold;
    font-size: 1.5em;
}
#faq h2 {
    font-weight: 800;
    font-size: 2.5em;
    color: #000;
}
#faq .container {
     display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 40px;
}
#faq .img-faq {
    flex: 1 1 35%;
    max-width: 35%;
}
#faq .img-faq img {
    border-radius: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#faq #accordion {
    display: flex;
    flex-direction: column;
    gap:10px;
    flex: 1 1 45%;
    max-width: 45%;
}
#faq h2 {
  font-weight: 700;
  color: #1f2a37;
}

#faq .btn-link {
  color: #4A0402;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  text-align: left;
}

#faq .btn-link:hover {
  color: var(--amarelo-main);
}

#faq .card {
  border: none;
  border-radius: 10px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to right, #efefef 0%, #ececec 50%, #ddd 100%);
}

#faq .card-header {
  background: none;
  border: none;
  padding-left: 0;
}

#faq .card-body {
  color: #555;
  line-height: 1.6;
  background-color: #fff;
}
@media (max-width:992px) {
    #faq .container {
        flex-direction: column;
    }
    #faq #accordion {
        flex: 1 1 90%;
        max-width: 90%;
    }
    #faq .img-faq {
        flex: 1 1 50%;
        max-width: 50%;
    }
}
@media (max-width:768px) {
    #faq .img-faq {
        flex: 1 1 65%;
        max-width: 65%;
    }
}
@media (max-width: 425px) {
    #faq .img-faq {
        flex: 1 1 90%;
        max-width: 90%;
    }
}


/* CONTACT PAGE */

#cards-contact {
  padding: 50px 0 90px 0;
  background-color: #efefef;
  text-align: center;
}
#cards-contact h2 {
    padding-bottom: 20px;
    font-weight: 900;
}
#cards-contact .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: center;
}

/* tablet (≤ 992px): 2 colunas */
@media (max-width: 992px) {
  #cards-contact .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* celular (≤ 576px): 1 coluna */
@media (max-width: 576px) {
  #cards-contact .cards-grid {
    grid-template-columns: 1fr;
  }
}

#cards-contact .card-contact {
  text-align: center;
  border: 1px solid #ddd;
  padding: 40px 10px;
  width: 100%;
  max-width: 320px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #f9f7f7;
}

#cards-contact .card-contact:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

#cards-contact .card-contact img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

#cards-contact .card-contact h5 {
  font-weight: 400;
  font-size: 1.2em;
  color: var(--amarelo-main);
}

#cards-contact .card-contact h4 {
  color: var(--vermelho-vinho);
  font-size: 1.1em;
}

/* BLOG PAGE */

.blog-content-area .widget_archive {
    display: none;
}