/*
Theme Name:     Tema Básico Bootstrap
Theme URI:      https://exemplo.com/themes/tema-basico-bootstrap
Author:         Seu Nome
Author URI:     https://exemplo.com
Description:    Tema WordPress simples com Bootstrap instalado via CDN.
Version:        1.0
License:        GPL-2.0+
License URI:    http://www.gnu.org/licenses/gpl-2.0.txt
Text Domain:    tema-basico-bootstrap
*/

/* Custom styles can go abaixo */

.imagem-legenda .elementor-image-box-wrapper {
  display: inline-block !important; 
  width: fit-content !important;
  position: relative; 
  overflow: hidden;
  margin: 0;
}

.imagem-legenda .elementor-image-box-wrapper img {
  display: block;
  width: auto !important;
  max-width: 100%;
  height: auto;
}

.imagem-legenda .elementor-image-box-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(0,0,0,0.5);
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 7px;
}

.imagem-legenda .elementor-image-box-title {
  position: relative;
  margin: 0;
  color: #fff;
  transition: bottom 0.5s ease;
  bottom: 0;
}
.imagem-legenda .elementor-image-box-description {
  margin: 5px 0 0;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease;
  max-height: 0;
  overflow: hidden;
}
.imagem-legenda .elementor-image-box-wrapper:hover .elementor-image-box-title {
  bottom: 20px;
}
.imagem-legenda .elementor-image-box-wrapper:hover .elementor-image-box-description {
  opacity: 1;
  max-height: 200px;
}
.imagem-legenda .elementor-image-box-img{
    width: 100% !important;
    
}
.imagem-legenda.elementor-position-top .elementor-image-box-img{
    margin-bottom:0;
}
.imagem-legenda .elementor-image-box-img{
    margin-bottom:0 !important;
}
.imagem-legenda .elementor-image-box-description u {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .2s ease;
}

.imagem-legenda .elementor-image-box-description u::after {
  content: " →";
  margin-left: 6px;
  font-size: inherit;
}

.imagem-legenda .elementor-image-box-description u:hover {
  border-color: rgba(255,255,255,0.8);
}

#processo-steps h4 {
  position: relative;
  padding: 10px;
  font-size: 22px;
  font-weight: 700;
}

#processo-steps h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #C2B69E;
}

#nossas_solucoes {
  position: relative;
}

#nossas_solucoes::before {
	content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
    height: 18px;
  background: url('/wp-content/uploads/2025/07/Vector-1-1.png') no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

/* 3) Seta inferior centralizada (invertida) */
#nossas_solucoes::after {
  content: "";
  position: absolute;
  bottom: 5px;            /* ajuste para colar onde quiser abaixo */
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
    width: 270px;
    height: 18px;
  background: url('/wp-content/uploads/2025/07/Vector-1-1.png') no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

.custom-swiper-button {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
  outline: none !important;
}

.custom-swiper-button img {
  display: block;
  width: auto;
  height: auto;
}

button.custom-swiper-button.prev {
    margin-right: 30px !important;
}


.eael-adv-accordion .eael-accordion-list .eael-accordion-content,
.eael-adv-accordion .eael-accordion-list .eael-accordion-header{
	border-color: #cecece !important;
}

.eael-accordion-list{
	margin-bottom:20px;
}


.eael-accordion-tab-title img {
	margin-right:5px ;
}



.eael-accordion-header {
  position: relative;
  padding-right: 40px;
}

.eael-accordion-header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
    transition: transform 0.3s ease;
  width: 24px;
  height: 24px;
  background: url('/wp-content/uploads/2025/07/ArrowDown.png') no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

.eael-accordion-header.show-this.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.eael-accordion-header:hover{
	background: #ddd4c5 !important;
}

@media screen and (max-width: 768px) {
  #nossas_solucoes::before,
  #nossas_solucoes::after {
    content: none !important;
  }
  #processo-steps h4::before {
    display:none;
  }
  .imagem-legenda .elementor-image-box-description {
    opacity: 1 !important;
    max-height: 200px !important;
    overflow: visible !important;
  }
  #banner-com-imagem{
    background-size: cover !important;
  }
  .imagem-legenda{
    text-align:  center !important;
  }
}