/*OWL CAROUSEL
*/


 
.owl-carousel .owl-stage {
    padding-left: 0 !important;
  }
  
  .owl-nav {
    position: absolute;
    top: calc(50%);
    transform: translatey(-50%);
    width: 100%;
  }
  
  .owl-carousel .owl-nav button.owl-next {
    right: 1rem;
    position: absolute;
  }
  
  .owl-carousel .owl-nav button.owl-prev {
    left: 1rem;
    position: absolute;
  }
  
  

  .owl-dots .owl-dot span {
    width: 0.5em;
    height: 0.5em;
    margin: 0 0.3em;
    background: rgba(0, 0, 0, 0.15);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 100%;
    font-size: 0.7rem;
  }
    
  .slider  .owl-dots .owl-dot span {
    background: #fff;
  }
  .slider .owl-dots {
    position: absolute;
    bottom: 1.25em;
    right: 0.5em;
  }
  
  
  .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    width: 1rem;
  }
  
  .single-producto .owl-carousel .owl-item .img-object{
    margin-bottom: 0;
  }
  
  .owl-dots
   {
      display: flex;
      justify-content: center;
      margin-top: 0.8em;
  }
  

/*Accordion*/
.accordion-wrap{
  font-size: 1.05rem;
  font-size: clamp(1.05rem, 1.024rem + 0.1299999999999999vw, 1.18rem);
    position: relative;
  }
  .accordion-wrap:before{
     width: 0.35em;
     height: 100%;
     background: var(--color-gray3);
     z-index:1 ;
     content: "";
     left: 0;
     display: block;
     position: absolute;
     border-radius: 99px;
   }
  .accordion {
   color: #424242;
    cursor: pointer;
    border-top: 1px solid var(--color-gray3) !important;
    padding:  1em 1.2em;
    width: 100%;
    border: none;
    text-align: left;
    position: relative;
    line-height: initial;
    font-weight: 800;
    display: flex;
    align-items: center;
    font-family: var(--font-heading);
  }
  
  .accordion:before{
     width: 0.35em;
     height: 100%;
     content: "";
     left: 0;
     display: block;
     position: absolute;
  
  }
  .accordion:first-child {
   border-top: 0  !important;
  }
  
  .accordion:hover:before, .aactive:before {
    background: var(--primary-color);  
    border-radius: 99px;
    z-index:2 ;
  }
  
  
  .accordion:after {
   content: '';
   background-image: url(../../icons/arrow-down.svg);
   width: 0.7em; 
   height: 0.7em; 
   background-repeat: no-repeat;
   top: 50%;
   position: absolute;
   right: 0;
   transform: translatey(-50%);
  }
  .aactive {
   color: var(--color-black);
   }
  .aactive:after {
   background-image: url(../../icons/arrow-up.svg);
  }
  .accordion-panel {

   padding: 0 1.4em;
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.2s ease-out;
   color: var(--secondary-color);
  } 

  
  /*Popup*/ 
  .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
    animation: fadeIn 0.4s forwards;
  }
  
  .popup-content {
    padding-bottom: 45%;
    width: 100%;
    text-align: left;
    position: relative;
    transform: scale(0.7);
    animation: zoomIn 0.35s forwards;
    display: flex;
    justify-content: center;
  }
  
  .popup-content iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
    padding-left: 1em;
    padding-right: 1em;
  }
  

@keyframes fadeIn {
  from {
    background-color: rgba(0, 0, 0, 0);
  }

  to {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.5);
  }

  to {
    transform: scale(1);
  }
}

  
  /***Testimonios***Testimonios***Testimonios***Testimonios***Testimonios***Testimonios***/
  
  .testimonio-wrap{
  
    font-size: 1rem;
  }
  .testimonio-box{
      background: #fff;
      padding: 2.8em 1.5em 2em 1.5em ;
      border-radius: 0.65em;
  
  }
  .testimonio-type{
    background: var(--primary-color);
    width: 2.5em;
    height: 2.5em;
    border-radius: 99px;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -1.25em;
    
  
  }
  .testimonio-type.video{
    cursor: pointer;
    background-image: url(../../icons/play.svg);
    background-repeat: no-repeat;
    background-size: 0.8em;
    background-position: 0.9em center;
  
  }
  .testimonio-type img {
    height: 1em;
    margin-left: 0.18em;
  
  }
  .testimonio-box-content{
  
      line-height: 1.5;
      color: #181b32;
  
  }
  .testimonio-box-meta {
  display: flex;
      align-items: center;
      grid-gap: 10px;
      border-top: 1px solid var(--gray-color3);
      padding-top: 10px;
      margin-top: 40px;
  
  }
  .testimonio-box-meta img{
    height: 45px;  width: 45px !important;
      border-radius:99px;
  
  }
  
  
  /*** Tab *** TABS *** TABS *** TABS *** TABS *** TABS *** TABS **/
  

  .nav.tabs {
    overflow-x: auto;
    font-size: 1rem;
      display: flex;
      justify-content: center;
  } 
  
  ul.nav {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
  
  }
  
  ul.nav li a {
    font-weight: 500;
    padding: 0.35em 0.5em 0.35em 0.5em;
    border-radius: 10px;
    float: left;
    display: block;
    cursor: pointer;
    line-height: initial;
    margin-right: 1em;
    font-family: var(--font-heading);
    font-size: 0.95rem;   
  
  }
  
  ul.nav li:last-child a {
    margin-right: 0;
  
  }
  ul.nav a {
    text-decoration: none;
  
  }
  
  ul.tabs a:hover {
    background: var(--color-black);
  
    color: var(--primary-color);
  }

  ul.tabs a.selected {
    background: var(--primary-color);
    color: #000;
  }
  ul.tabs a.selected:hover{
    background: var(--primary-color) !important;
    color: #000 !important;
  }
  
  .panel {
   padding-top: 25px;
  }
  
 
/*Whatsapp Fixed*/

.whatsapp-button {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
font-size: 0.85rem;
font-size: clamp(0.85rem, 0.82rem + 0.15000000000000002vw, 1rem);
    z-index: 1000;
}

.whatsapp-icon {
    width: 3.25em;
    height:  3.25em;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.whatsapp-icon img {
    width: 2.25em;
    width: 2.25em;
}

.whatsapp-options {
	font-size: 0.95rem;
    display: none;
    position: absolute;
    bottom: 3.85em;
    right: 0;
    background: #ffffff;
 border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    padding: 0 ;
    width: 250px;
    z-index: 1000;
   
}
.whatsapp-options a:first-child {
		
		  border-radius:  15px 15px 0 0 ;
	}	
		.whatsapp-options a:last-child {
		
		  border-radius:   0 0   15px 15px;
	}	
.whatsapp-option {
    display: flex;
    align-items: center;
    color: #000;   border-radius: 15px;
    text-decoration: none;
    padding: 0.75em 01em;
    border-bottom: 1px solid #e9e9e9;
    transition: background-color 0.3s ease;
    position: relative;
}

.whatsapp-option:last-child {
    border-bottom: none;
}

.whatsapp-option:hover {
    background-color: #f1f1f1;
 
}

.whatsapp-option::before {
content: '';
    width: 1.4em;
    height: 1.4em;
    background-image: url(../../icons/whatsapp.svg);
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    margin-right: 0.35em;
    background-size: 1.4em;
}



/*Popup*/
 
 

    .grtyoutube-popup {
 display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
 cursor:  pointer;
	z-index: 1 ; 
  animation: fadeIn 0.4s forwards; 
    }
    
    .grtyoutube-popup-content {
      padding-bottom: 53%;
      width: 100%;
      text-align: left;
        position: relative;
        transform: scale(0.7);
        animation: zoomIn 0.35s forwards;
        display: flex;
        justify-content: center;
    }
    
    .grtyoutube-popup-close {
      position: absolute;
      top: 1rem;
      right: 1rem;
      cursor: pointer;
      z-index: 1;
      height: 2em;
      width: 2em;
      background: var(--primary-color);
      display: flex;
      align-content: center;
      justify-content: center;
      border-radius: 99px;
      background-image: url(../../icons/close.svg);
      background-size: 1em;
      background-repeat: no-repeat;
      background-position: center;
      font-size: 1rem;
    }

     


    
    .grtyoutube-iframe {
      width: 100%;
      position: absolute;
      height: 100%;
      overflow: hidden; 
      padding-right: 1rem ; 
      padding-left: 1rem ; 
    }
 
   
@keyframes fadeIn {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}


 
@media screen and (min-width:999px) {

 
  
  .owl-dots .owl-dot span {
  
    font-size: 1rem;
  }
  .slider .owl-dots {

    bottom: 2.05em;
    right: 1.35em;
  }

 
.grtyoutube-popup-content {
      padding-bottom: 42.5%;
        width: 77%;

}

  
}  


