/*Input Your Custom CSS Here*/

.customBgOrange{
    background: #EC9200;
}

.customColorOrange{
    color: #EC9200 !important;
}

.customBorderOrange{
    border: 2px solid #EC9200 !important;
}

.customColorBrown, .customColorBrown a{
    color:#270101 !important;
}

.customBgBrown{
    background: #270101 !important;
}

.customLightBrown{
  color: #ECCC8F;
}

.custombgLightBrown{
  background-color: #ECCC8F;
}

.customLightYellow{
  color: #DAAC0E;
}

.custombgLightYellow{
  background-color: #DAAC0E;
}

.carousel-container {
    position: relative;
    width: 100%;
    height: 300px; /* Ajusta la altura según tus necesidades */
    overflow: hidden;
    padding: 2% !important;
    box-sizing: border-box;

}

/* Google Review Section*/
.section-title {
    text-align: center;
    margin-bottom: 20px; /* Reducido */
  }
  .section-title h2 {
    font-weight: bold;
    margin-bottom: 10px; /* Ajustado */
    color: #fbbc04;
  }
  .section-title p {
    color: #FFF;
    margin: 0; /* Eliminar margen extra */
  }
  .google-review-btn {
    background-color: #4285F4;
    color: white;
    font-weight: bold;
    padding: 15px 25px;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  .google-review-btn img {
    height: 24px;
    margin-right: 10px;
  }
  .google-review-btn:hover {
    background-color: #357ae8;
    color: white;
  }
  .review-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .review-box {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    max-width: 500px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    color: #202124;
  }
  .reviewer-name {
    font-weight: bold;
    color: #1a73e8;
  }
  .reviewer-meta {
    font-size: 14px;
    color: #5f6368;
  }
  .review-stars {
    color: #fbbc04;
  }
  .review-text {
    margin-top: 10px;
    font-size: 16px;
  }
  .custom-row-spacing {
    margin-top: 0; /* Elimina margen superior */
  }
/**/

/*Custom Tabs*/
.custom-tabs {
    font-family: Arial, sans-serif;
    padding: 40px;
    }

.custom-tabs input[type="radio"] {
  display: none;
}

.custom-tabs .tabs {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.custom-tabs .tabs label {
  padding: 10px 20px;
  margin-right: 5px;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #f9f9f9;
  transition: background 0.3s;
  margin-bottom: 0px !important;
}

.custom-tabs .tabs label:hover {
  background-color: #e0e0e0;
}

.custom-tabs input[type="radio"]:checked + label {
  background-color: white;
  border: 1px solid #ccc;
  border-bottom: 1px solid white;
  font-weight: bold;
}

.custom-tabs .tab-content {
  display: none;
  padding: 20px 0;
}

.custom-tabs #tab1:checked ~ .content #content1,
.custom-tabs #tab2:checked ~ .content #content2,
.custom-tabs #tab3:checked ~ .content #content3 {
  display: block;
}

.button-store-consult-now{
  background: #FFB01C none repeat scroll 0 0;
    border: 1px solid #FFB01C;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 14px 30px;
    text-transform: capitalize;
    width: 170px;
    margin-top: 30px;
    font-size: 15px;
}

.titleMarH1{
    font-size: 3.5vw !important;
}

.title2MarH2{
    font-size: 2.5vw !important;
}

.titleMarH3{
    font-size: 2vw !important;
}

.titleMarH4{
    font-size: 3.5vw !important;
}

.subtitleMarH1{
    font-size: 2.5vw !important;
    line-height: 2.7vw;
}

.subtitle2MarH2{
    font-size: 1.5vw !important;
}

.div_para_la_imagen {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
}


/**/

/*slider before after*/

.before-after-slider {
    position: relative;
    overflow: hidden;
  }
  
  /* Viewport y pista idénticos */
  .slider-viewport { overflow: hidden; }
  .slider-track {
    display: flex;
    transition: transform 0.4s ease;
    width: 100%;
  }
  
  /* Cada “slide” ocupa 100% del ancho */
  .slide {
    flex: 0 0 100%;
    display: flex;
  }
  
  /* slide-part ahora es un fondo */
  .slide-part {
    flex: 1;
    background-size: cover;
    background-position: center;
    /* Aspect ratio cuadrado por defecto */
    aspect-ratio: 1 / 1;
    position: relative;
  }
  
  /* Nav */
  .before-after-slider{
    padding-bottom: 5em;
  }
  .before-after-slider .nav {
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.8);
    border: none;
    font-size: 2rem;
    line-height: 0px;
    width: 2rem;
    aspect-ratio: 1 / 2;
    cursor: pointer;
    z-index: 1;
    padding: 0;
  }
  .before-after-slider .nav.prev { left: .5rem;}
  .before-after-slider .nav.next { right: .5rem; }
  .before-after-slider .nav:disabled { opacity: .3; cursor: default; }

  .before-after-slider  .before-after-legend{
    width: 100%;
    text-align: center;
    position: absolute;
    clear: both;
    display: block;
    margin: 0;
    bottom: 0;
    color: #FFF;
    text-shadow: 1px 1px 4px #000;
  }

  /**/

.carousel-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    margin-top: 10px;
    opacity: 0; /* Inicialmente, la imagen está oculta */
    transition: opacity 1s ease; /* Transición de opacidad durante 1 segundo */
    
}

/* Mostrar la primera imagen */
.carousel-image:first-child {
    opacity: 1;
}