@charset "utf-8";
.mt0 {
margin-top: 0px;
}
.ml0 {
margin-left: 0px;
}
.mr0 {
margin-right: 0px;
}
.pt0 {
padding-top: 0px;
}
.bg-transparent {
background: transparent;
}
.custom-boxed{
background-color: #fff;
padding: 10px 15px 15px;
}
.display-center{display: flex;
justify-content: center;}
.custom-middle-radius{
border-radius: 15px;
box-shadow: 0 2px 6px #c3c0c0;
}
.sky-blue-bgColor{
background: #8dc8e8;
}
.heading-dark-bgcolor{color:;}
.x-bg-light-accent{background: #0441ee;}
.mehrom-color, .mehrom-color.mehrom-color-gliph, .mehrom-color.mehrom-color-gliph:hover{color:#73262e;}
.accent-shadow{box-shadow: -1px 17px 5px 6px #8dc8e8;}

.d-flex{display: flex; justify-content: center;}
@media screen and (max-width: 992px){
.ms-product-bg{background:#c6b4e4; background-image:none !important;}
}
@media screen and (max-width: 539px){
.d-flex{display: block;}

}
.m-content-placement-item>picture, .c-content-placement>picture {
    padding-bottom: 102% !important;
}
/*slide*/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  margin-top:35px;
  margin-bottom:35px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #000;
  padding: 10% 5%;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: left;
width: 35%;
margin:auto;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: ;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*slider mobile*/

@media screen and (max-width: 880px) {.text {
  color: #000;
  position: relative;
  bottom: 8px;
  width: 100%;
  text-align: center;
width:80%;
margin:auto;
}
  }
 .c-heading-4, .c-heading-3, h1,.m-feature>div .c-heading {font-weight:normal !important;}
 .compra{font-size:20px;padding:6px; border-radius:5px; display:block;margin:auto;background:transparent;}
 .t-paragraph{font-size:22px;}
 .headerbg{background-image: url(header.png) !important; min-height: 688px; background-repeat: no-repeat;background-size:100% ;}
 @media(max-width: 425px){
   .headerbg {background-image: url(header-m.png) !important;background-size: ;}
 }
 @media(min-width: 425px){.header-content{margin:10% 0% !important;}} 
 @media(max-width: 425px){.header-content{padding:10% 10% !important;min-height: 730px}}
 .heading-header{font-size:50px;font-weight: bold;}
 .heading-header-2{font-size:30px;font-weight: bold;}
 .heading-header-3{font-size:20px;}
 @media(max-width: 425px){.heading-header{font-size:35px;text-align: !important;}}
  @media(max-width: 425px){.heading-header-2{display: none;}}
   @media(max-width: 425px){.heading-header-3{text-align:  !important;}}
#tabsDiv {width: 100%;
    height: 800px;
    padding: 5%;
}

#tabsDiv ul {
    height: 300px;
    padding: 0px 5px;
}

#tabsDiv li {
    width: 15%;
    height: 60px;
}

#tabsDiv button {
    float: ;
    border: 0px solid #c0c0c0;
    background-color: transparent;
}

/* Button to open the content */
#tabsDiv button {
    display: block;
    background-color: white;
    color: black;
    padding: 25px 15px;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

/* Button styling on mouse hover */
#tabsDiv button:hover {
    background-color: white;
    color: #4161c5;
}

#tabsDiv button.active {
    background-color: ;
    color:#4161c5;
    border-left: 3px solid #4161c5;
}

/* Content for tabs*/
.contentClass {
    display: none;
    position: absolute;
    left: 18%;
    padding: 0px 15px;
    width: 70%;
    border-style: none;
    height: 300px;
}
.contentClass:first-of-type {
    display: block; /* Asegura que el primer contenido esté visible inicialmente */
}

.tabsimg{
    max-width: 900px;
    display: block;
    margin: auto;
  }
.linkClass{
  font-size: 20px;
}
.linear-text-gradient {
                background: linear-gradient(to right, black, #4161c5);
                -webkit-background-clip: text;
                background-clip: text;
                color: transparent;}
@media screen and (max-width: 760px) {
    #tabsDiv {
        display: flex;
        flex-direction: column; /* Cambia el orden en pantallas pequeñas */
        width: 100%;
        max-width: 100%;
        padding: 5%;
        height: auto;
    }

    #tabsDiv ul {
        height:80px;
        display: flex;
        flex-direction: row; /* Botones en línea horizontal */
        overflow-x: auto; /* Permite desplazamiento horizontal si es necesario */
        justify-content: space-between; /* Espaciado uniforme entre botones */
        padding: 5px;
        border-bottom: 1px solid #ccc; /* Separación visual del menú */
    }

    #tabsDiv li {
        flex: 1; /* Tamaño uniforme para todos los botones */
        text-align: center;
        width: auto; /* Ajusta el ancho automáticamente */
        height: auto;
    }

    #tabsDiv button {
        padding: 10px; /* Reduce padding en móviles */
        font-size: 14px; /* Fuente más pequeña */
        width: auto; /* Ajusta el ancho automáticamente */
        text-align: center;
    }

    .contentClass {
        left: 0%;
        position: relative; /* Cambia a relativo para móviles */
        width: 100%; /* Asegura que ocupe el ancho completo */
        padding: 15px;
        margin-top: 20px; /* Espacio entre el menú y el contenido */
        display: none; /* Oculta contenido por defecto */
        height: 100%;
    }

    .contentClass:first-of-type {
        display: block; /* Muestra el primer contenido */
    }

    .tabsimg {
        max-width: 100%;
        height: auto; /* Escala la imagen dinámicamente */
        display: block;
        margin: auto;
    }
}