/*
 Theme Name:   Astra Child
 Theme URI:    https://wpastra.com/
 Description:  Tema filho do Astra
 Author:       Henrique M Bastos
 Author URI:   https://decarlo.com.ve
 Template:     astra
 Version:      1.0.0
*/

/* Importa o CSS do Astra */
@import url("../astra/style.css");

/* ================================
   Configurações Personalizadas
   ================================ */
#decarlo {
	min-height:450px;
	background-color:whitesmoke;
}

#decarlo-produtos {
	background-color:whitesmoke;
}

/* ================================
   Configuração geral do Swiper
   ================================ */
.swiper {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 2rem 0;
}

.swiper-slide {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}

/* ================================
   Linha do tempo
   ================================ */
.timeline-swiper .swiper-slide {
  width: 100% !important;
  max-width: 320px;  
  height: 350px;      
  background: #f9f9f9;
  padding: 1rem;
}

.timeline-swiper .swiper-slide img {
  width: 100%;
  height: 200px;     
  object-fit: cover;  
  border-radius: 8px;
  margin-bottom: 0.75rem;
}

.timeline-swiper .swiper-slide h3 {
  margin: 0.5rem 0 0.25rem;
  color: #0073aa;
  font-size: 1.1rem;
}

.timeline-swiper .swiper-slide p {
  font-size: 0.9rem;
  color: #333;
  margin: 0;
  line-height: 1.4;
}

/* ================================
   Produtos
   ================================ */
.products-swiper .swiper-slide {
  width: auto !important;
  height: 250px;      
  background: #fff7f0;
  padding: 0;
  box-shadow: none;   
}

.products-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain; 
  border-radius: 8px;
  display: block;
}

/* ================================
   Responsividade
   ================================ */
/* Timeline responsivo */
@media (max-width: 767px) {
  .timeline-swiper .swiper-slide {
    width: 100% !important;   
    max-width: 100% !important; 
    height: 300px;            
  }

  .timeline-swiper .swiper-slide img {
    height: 180px;             
  }
}

/* Produtos responsivo */
@media (max-width: 767px) {
  .products-swiper .swiper-slide {
    width: 100% !important;
    height: 180px;   
  }
}
