/**********************************************
Custom theme for Zoher Vidracaria Esquadria
**********************************************/



:root {
  --white-color-zoher: #ffffff;
  --red-color-zoher: #c21f24;
  --blue-color-zoher: #00adef;
  --dark-blue-color-zoher: #191a52;
  --black-color-zoher: #231f20;
}


.NONE {
    display: none;
}


/* galeria imagens*/

.slick-galeria {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    max-width: 800px;
    margin: 0 auto;
}

.galeria-item {
    text-align: center;
}

.galeria-item img {
    max-height: 480px;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    background-color: #fff;
    padding: 10px;
    cursor: zoom-in;
}

.galeria-legenda {
    margin-top: 8px;
    font-size: 14px;
    color: #555;
    font-style: italic;
}


.slick-prev:before, .slick-next:before {
    color: #333;
    font-size: 24px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #999;
}

.slick-dots li.slick-active button:before {
    color: #333;
}
/* fim galeria imagens */


.page-content {
    padding-top: 96px;
    padding-bottom: 96px;
}

.blog-post-08 .entry-content {
    margin-bottom: 8px;
    height: 90px;
}

.page-title-banner:after {
    background: var(--black-color-zoher);
}

.blog-section .post-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-section .post-wrapper .image-wrapper {
  height: 200px; /* ajuste conforme necessário */
  overflow: hidden;
  position: relative;    
}

.blog-section .post-content h3 {
    height: 105px;
}

.portfolio-style-02 .item-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.portfolio-style-02 .item-wrapper {
  height: 300px; /* ajuste conforme necessário */
  overflow: hidden;
  position: relative;
}

/*botao whatsapp flutuante*/

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    background-color: #25D366;
    padding: 10px 15px;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.whatsapp-icon {
    font-size: 30px;
    color: #fff;
    margin-right: 10px;
}

.whatsapp-text {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.whatsapp-button a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
}

.whatsapp-button:hover {
    background-color: #1eb559;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}


/*end botao whatsapp flutuante*/


.bottom-bar a {
    color: #999;
}

.site-footer .bottom-bar p {
    color: var(--white-color-zoher);
}

.newsletter-widget li a {
    color: #999;
}

.recent-post-widget li {
    margin-bottom: 5px;
}

.gallery-section {
    
}

.cta-box {
    background-color: var(--black-color-zoher);
    color: #fff;
    border-radius: 10px;
    padding: 2vw 5vw;
}

.cta-title {
    color: var(--white-color-zoher);
}

.cta-text {
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--white-color-zoher);
}



.blog-section .post-content h3 a {
    display: inline-block;
    height: 70px;
}

.map-container {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 48px;
}



.site-footer .contact-info {
    background: var(--red-color-zoher);
}

.service-section p {
    height: 75px;
}

.service-section .img-wrapper img {
    width: 100%; /* Mantém a largura responsiva */
    height: 270px; /* Altura fixa */
    object-fit: cover; /* Ajusta a imagem sem distorcer */
}


.service-section h3 {
    min-height: 60px;
}


h1, h2, h3, h4, h5, h6 {
    color: var(--red-color-zoher);
}

.navbar-01 .navbar-items li a:after {
    background: var(--blue-color-zoher);
}

.navbar-01 .navbar-items li a {
    color: var(--black-color-zoher);
}


.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.intro-section .col-md-4 p {
    min-height: 280px;
}

.page-title-banner {
    background: none;
    height: 136px;
}

.footer-blocks div:last-child {
    border: none;
}

.footer-blocks div {
    border-right: 1px solid #999;
}

.recent-post-widget li a {
    color: #999;
}

hr, .divider {
    margin-top: 27px;
    margin-bottom: 27px;
}

.representantes ul li {
    padding: 5px 0;
    color: #0073db;
}

.btn-representacao a {
    font-size: 20px;
    font-weight: bold;
}

.shortcode-section .section-title {
    font-size: 31px;
    line-height: 31px;
}

.shortcode-section{
    background: #f5f5f5;
}

.service-section .img-wrapper .hover-content {
    background: rgb(0 36 94 / 72%);
}

.btn-main:hover, .btn-main:focus {
    background: var(--dark-blue-color-zoher);
}

.title-block h2 {
    font-size: 31px;
    line-height: 31px;
}

.title-block p {
    color: var(--black-color-zoher);
}

.corporex-slider .item.caption-left .carousel-caption .lead {
    color: #000;
    /* filter: drop-shadow(2px 2px 4px #fff); */
    /*text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.7);*/
    background: var(--red-color-zoher);
    padding: .5vw 1vw;
    color: var(--white-color-zoher);
}

.h1-extra span { 
    color: #fff;
}

.h1-extra {
    color: #fff;
    filter: drop-shadow(5px 5px 10px #000);
}

.top-bar {
    background: var(--dark-blue-color-zoher);
    padding: 15px 0;
    color: #fff;
}

.corporex-preloader {
    background: var(--blue-color-zoher);
}