html, body {
    overflow-x: hidden;
}
        /*FUENTES*/
        @font-face {
            font-family: 'Raleway';
            src: url('../fonts/Raleway-Light.eot');
            src: url('../fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),
                url('../fonts/Raleway-Light.woff2') format('woff2'),
                url('../fonts/Raleway-Light.woff') format('woff'),
                url('../fonts/Raleway-Light.ttf') format('truetype'),
                url('../fonts/Raleway-Light.svg#RalewayLight') format('svg');
            font-weight: 300; /* Light */
            font-style: normal;
        }

        @font-face {
            font-family: 'Raleway';
            src: url('../fonts/Raleway-Regular.eot');
            src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
                url('../fonts/Raleway-Regular.woff2') format('woff2'),
                url('../fonts/Raleway-Regular.woff') format('woff'),
                url('../fonts/Raleway-Regular.ttf') format('truetype'),
                url('../fonts/Raleway-Regular.svg#RalewayRegular') format('svg');
            font-weight: 400; /* Regular */
            font-style: normal;
        }

        @font-face {
            font-family: 'Raleway';
            src: url('../fonts/Raleway-Medium.eot');
            src: url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
                url('../fonts/Raleway-Medium.woff2') format('woff2'),
                url('../fonts/Raleway-Medium.woff') format('woff'),
                url('../fonts/Raleway-Medium.ttf') format('truetype'),
                url('../fonts/Raleway-Medium.svg#RalewayMedium') format('svg');
            font-weight: 500; /* Medium */
            font-style: normal;
        }

        @font-face {
            font-family: 'Raleway';
            src: url('../fonts/Raleway-SemiBold.eot');
            src: url('../fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
                url('../fonts/Raleway-SemiBold.woff2') format('woff2'),
                url('../fonts/Raleway-SemiBold.woff') format('woff'),
                url('../fonts/Raleway-SemiBold.ttf') format('truetype'),
                url('../fonts/Raleway-SemiBold.svg#RalewaySemiBold') format('svg');
            font-weight: 600; /* SemiBold */
            font-style: normal;
        }

        @font-face {
            font-family: 'Raleway';
            src: url('../fonts/Raleway-Bold.eot');
            src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
                url('../fonts/Raleway-Bold.woff2') format('woff2'),
                url('../fonts/Raleway-Bold.woff') format('woff'),
                url('../fonts/Raleway-Bold.ttf') format('truetype'),
                url('../fonts/Raleway-Bold.svg#RalewayBold') format('svg');
            font-weight: 700; /* Bold */
            font-style: normal;
        }

        @font-face {
            font-family: 'Adelia';
            src: url('../fonts/adelia.eot');
            src: url('../fonts/adelia.eot?#iefix') format('embedded-opentype'),
                url('../fonts/adelia.woff2') format('woff2'),
                url('../fonts/adelia.woff') format('woff'),
                url('../fonts/adelia.ttf') format('truetype'),
                url('../fonts/adelia.svg#Adelia') format('svg');
            font-weight: normal;
            font-style: normal;
        }

        @font-face {
            font-family: 'SinkinSans-200XLight';
            src: url('../fonts/SinkinSans-200XLight.eot');
            src: url('../fonts/SinkinSans-200XLight.eot?#iefix') format('embedded-opentype'),
                url('../fonts/SinkinSans-200XLight.woff2') format('woff2'),
                url('../fonts/SinkinSans-200XLight.woff') format('woff'),
                url('../fonts/SinkinSans-200XLight.ttf') format('truetype'),
                url('../fonts/SinkinSans-200XLight.svg#SinkinSans200XLight') format('svg');
            font-weight: 200;
            font-style: normal;
        }
        .fr-light {
            font-family: 'Raleway', sans-serif;
            font-weight: 300;
        }

        .fr-regular {
            font-family: 'Raleway', sans-serif;
            font-weight: 400;
        }

        .fr-medium {
            font-family: 'Raleway', sans-serif;
            font-weight: 500;
        }

        .fr-semibold {
            font-family: 'Raleway', sans-serif;
            font-weight: 600;
        }

        .fr-bold {
            font-family: 'Raleway', sans-serif;
            font-weight: 700;
        }        

        .font-adelia {
            font-family: 'Adelia', sans-serif;
            font-weight: normal;
        }

        .f-sinkin-200xlight {
            font-family: 'SinkinSans-200XLight', sans-serif;
            font-weight: 200;
        }
        .great-vibes-regular {
            font-family: "Great Vibes", cursive;
            font-weight: 100;
            font-style: normal;
        }
        .birthstone-regular {
            font-family: "Birthstone", serif;
            font-weight: 400;
            font-style: normal;
          }
          

        .fcolor{
            color: #b4975a;
        }

        /* B O T O N WHATSAPP*/
        #whatsapp-icon {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #b4975a;
            color: white;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            box-shadow: 0 2px 10px rgba(0,0,0,0.2);
            z-index: 1000;
        }
        #whatsapp-icon img {
            width: 35px;
            height: 35px;
        }
        #whatsapp-popup {
            display: none;
            position: fixed;
            bottom: 90px;
            right: 20px;
            width: 300px;
            background-color: white;
            box-shadow: 0 2px 10px rgba(0,0,0,0.2);
            border-radius: 10px;
            overflow: hidden;
            z-index: 1001;
        }
        #whatsapp-popup-header {
            background-color: #b4975a;
            color: white;
            padding: 10px;
            text-align: center;
        }
        #whatsapp-popup-body {
            padding: 20px;
            text-align: center;
        }
        #whatsapp-popup-body button {
            background-color: #b4975a;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
        }
        #whatsapp-popup-body button:hover {
            background-color: #b4975a;
        }
        #whatsapp-popup-close {
            position: absolute;
            top: 10px;
            right: 10px;
            background-color: transparent;
            border: none;
            color: white;
            font-size: 20px;
            cursor: pointer;
        }
        .logo {
            height: 100px;
            display: block;
            margin: 0 auto;
        }
        .hero-image {
            width: 100%;
            height: 650px;
            object-fit: cover;
            object-position: top;
        }
        .hero-section {
            position: relative;
        }
        .hero-text {
            position: absolute;
            top: 50%;
            left: 20px;
            transform: translateY(-50%);
            color: white;
            text-align: left;
            background-color: transparent;
            padding: 20px;
            width: 50%;
        }
        
        .menu {
            position: absolute;
            top: 0;
            width: 100%;
            background-color: rgba(0, 0, 0, 0);
            
        }
        @media (max-width: 990px) {
            .fondoforma{
                height: 600px;
            }
            .movil{
                    display: flex;
                }
            .desktop{
                    display: none !important;
                }
            
            .hero-text {
           
                left: 0px !important;
            
                padding: 0px !important;
                width:auto !important;
            }
            .menu{
                background-color: rgba(180, 151, 90, 1);
                z-index: 100;
            }
            .bg-acerca{
                
                background-image: url('../../img/slider-acercade.jpg');
                height: 100%;
                min-height: 500px;
                position: relative;
                object-fit: cover;
                object-position: 5%;
            }
        }
        .bgcolor {
            background-color: #faf0e6;
        }
        .footer {
            background-color: #b4975a;
            color: white;
            padding: 20px 0;
        }
        .footer .logo {
            height: 80px;
        }
        .footer a {
            color: white;
            text-decoration: none;
        }
        .footer a:hover {
            text-decoration: underline;
        }
        .text-white {
            color: white !important;
        }
        .me-2 {
            margin-right: 0.5rem;
        }
        .footer {
            background-color: #b4975a;
            color: white;
            padding: 20px 0;
        }
        .footer .logo {
            height: 100px;
        }
        .footer a {
            color: white;
            text-decoration: none;
        }
        .footer a:hover {
            text-decoration: underline;
        }
        .border-end {
            border-right: 1px solid white;
        }
        .btn-secondary{
            background-color: #b4975a !important;
            border: none;
        }
        .imgciruclo {
            
            width: 100%;
            height: auto; /* Mantener la relación de aspecto */
            max-width: 300px; /* Máximo ancho para mantener el tamaño en pantallas grandes */
            border-radius: 75%; border-style: solid; border-width: thick; border-color: #b4975a ;
        }
        .fondocolor{
            background-color: #b4975a !important;
            border: none;
        }
        .fclaro{
            background-color: #faf0e6 !important;
            border-color: #b4975a !important;
        }
        

        .text-separator {
            border: none;
            border-bottom: 2px solid #b4975a;
           
            border-width: thick;
        }
       
        hr{
            opacity: 1 !important;
        }
        .grid-item img{
            width: 100px !important;
        }
        .custom-input {
            background-color: #d3d3d3;
            border: none;
            border-radius: 0;
            color: #333;
        }
        .custom-button {
            background-color: #b4975a !important;
            border: none;
            color: white;
            font-weight: bold;
            border-radius: 0;
        }
        .custom-button:hover {
            background-color: #d7a599;
        }
        @media (max-width: 1200px) {
            .responsive-text {
                font-size: 4rem; /* Ajusta este tamaño según sea necesario */
            }
        }

        @media (max-width: 992px) {
            .responsive-text {
                font-size: 3rem; /* Ajusta este tamaño según sea necesario */
            }
        }

        @media (max-width: 768px) {
            .responsive-text {
                font-size: 2.5rem; /* Ajusta este tamaño según sea necesario */
            }
        }

        @media (max-width: 576px) {
            .responsive-text {
                font-size: 2rem; /* Ajusta este tamaño según sea necesario */
            }
        }
        
        .icon-circle {
            background-color: #b4975a;
            color: white;
            border-radius: 50%;
            padding-top: 10px;
            padding-right: 5px;
            display: inline-block;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 5px;
        }
        /* Estilos específicos para la sección de testimonios */
        .testimonial-container {
            font-family: "Poppins", sans-serif;
            background-color: rgb(180, 151, 90);
            background-repeat: no-repeat;
            padding: 10px 0;
        }

        .testimonial-main {
            width: 800px;
            margin: 0 auto;
        }

        .testimonial-main h1 {
            text-align: center;
            font-size: clamp(2rem, 4vw, 2.6rem);
            color: #fff;
            margin-bottom: 10px;
        }

        .testimonial-slide-row {
            display: flex;
            width: 3200px;
            transition: 0.5s;
        }

        .testimonial-slide-col {
            position: relative;
            width: 800px;
            height: 400px;
        }

        .testimonial-hero {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
        }

        .testimonial-hero img {
            height: 100%;
            border-radius: 10px;
            width: 320px;
            object-fit: cover;
            pointer-events: none;
            user-select: none;
        }

        .testimonial-content {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 520px;
            height: 270px;
            color: #4d4352;
            background: rgba(255, 255, 255, 0.7);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(4.5px);
            -webkit-backdrop-filter: blur(4.5px);
            border-radius: 10px;
            padding: 45px;
            z-index: 2;
            user-select: none;
        }

        .testimonial-content p {
            font-size: 1.25rem;
            font-weight: 400;
            line-height: 1.3;
        }

        .testimonial-content h2 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-top: 35px;
            color: #4d4352;
        }

        .testimonial-indicator {
            display: flex;
            justify-content: center;
            margin-top: 4rem;
            display: none;
        }

        .testimonial-indicator .testimonial-btn {
            display: inline-block;
            height: 15px;
            width: 15px;
            margin: 4px;
            border-radius: 15px;
            background: #fff;
            cursor: pointer;
            transition: all 0.5s ease-in-out;
        }

        .testimonial-btn.active {
            width: 30px;
        }

        .testimonial-slider {
            width: 100%;
            overflow: hidden;
        }

        @media (max-width: 850px) {
            .desktop{
                    display: none !important;
                }
            .testimonial-main {
                width: 500px;
            }

            .testimonial-slide-row {
                width: 2000px;
            }

            .testimonial-slide-col {
                width: 500px;
                height: 250px;
            }

            .testimonial-hero img {
                width: 200px;
            }

            .testimonial-content {
                width: 320px;
                height: 200px;
                padding: 20px;
            }

            .testimonial-content p {
                font-size: 0.9rem;
            }

            .testimonial-content h2 {
                font-size: 1.2rem;
                margin-top: 20px;
            }
        }

        @media (max-width: 550px) {
            .testimonial-main {
                width: 300px;
            }

            .testimonial-slide-row {
                width: 1200px;
            }

            .testimonial-slide-col {
                width: 500px;
                height: 300px;
            }

            .testimonial-hero {
                top: 60%;
                height: 100px;
                z-index: 5;
            }

            .testimonial-hero img {
                width: 100px;
            }

            .testimonial-content {
                width: 300px;
            }
        }
        /*MODAL*/
        .testimonial-play-icon {
            position: absolute;
            bottom: 10px;
            right: 50px;
            background-color: rgba(180, 151, 90, 0.8);
            border-radius: 50%;
            padding: 10px;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .testimonial-play-icon:hover {
            background-color: rgba(255, 255, 255, 1);
        }

        .testimonial-play-icon i {
            font-size: 1.5rem;
            color: white;
        }

        .modal-content {
            position: relative;
            display: flex;
            flex-direction: column;
            width: 100%;
            pointer-events: auto;
            background-clip: padding-box;
            border: none;
            border-radius: 0.3rem;
            outline: 0;
            background-color: transparent !important;
        }

        .modal-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 1rem 1rem;
            border-bottom: 1px solid #dee2e6;
            border-top-left-radius: 0.3rem;
            border-top-right-radius: 0.3rem;
        }

        .modal-body {
            position: relative;
            flex: 1 1 auto;
            padding: 1rem;
        }

        .modal-footer {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding: 1rem;
            border-top: 1px solid #dee2e6;
        }

        .close {
            color: white;
            padding: 0;
            background-color: transparent;
            border: 0;
            -webkit-appearance: none;
        }
        .logo-image {
            max-width: 100px; /* Ajusta el tamaño máximo según tus necesidades */
            max-height: 100px; /* Ajusta la altura máxima para mantener la proporción */
            object-fit: contain; /* Mantiene la proporción sin distorsionar la imagen */
        }
        .profes{
            font-size: 6rem !important;
        }
        @media (min-width: 1000px) {
                .desktop{
                    display: flex !important;
                }
                .movil{
                    display: none !important;
                }
                .fondoforma{
                     height: 400px; position: relative;
                }
                .bg-acerca{
                    background-image: url('../../img/slider-acercade.jpg');
                    background-size: fill;
                    background-position: center;
                    height: 100%;
                    min-height: 600px;
                    position: relative;
                }
                .nav-link{
                    font-size: 18px !important;
                }
            }


            .fondoforma{
                    background-image: url('../../img/fodo-mesa.jpg'); background-size: cover; background-position: center;  position: relative;
                }
        .bg-image {
            background-image: url('../../img/fodo-mesa.jpg');
            background-size: cover; /* Hace que la imagen ocupe todo el contenedor */
            background-repeat: no-repeat; /* Evita que la imagen se repita */
            background-position: center center; /* Centra la imagen */
        }
    /* CADS PARA LOS PRODCUTOS*/
    .custom-card-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 180px; /* Ajusta según tus necesidades */
      }
      
      .custom-card-title {
        min-height: 3rem; /* Espacio reservado para 2-3 líneas */
        line-height: 1.5;
        text-align: left;
      }
      



        /*BREAKPOINTS BOOTSTRAP*/
        /* Clases de columna base (ocupan todo el ancho) */
.col {
    width: 100% !important;
}

/* Columnas para pantallas pequeñas (sm, ≥576px) */
@media (min-width: 576px) {
    .col-sm-1 { width: 8.333333% !important; }
    .col-sm-2 { width: 16.666667% !important; }
    .col-sm-3 { width: 25% !important; }
    .col-sm-4 { width: 33.333333% !important; }
    .col-sm-5 { width: 41.666667% !important; }
    .col-sm-6 { width: 50% !important; }
    .col-sm-7 { width: 58.333333% !important; }
    .col-sm-8 { width: 66.666667% !important; }
    .col-sm-9 { width: 75% !important; }
    .col-sm-10 { width: 83.333333% !important; }
    .col-sm-11 { width: 91.666667% !important; }
    .col-sm-12 { width: 100% !important; }
}

/* Columnas para pantallas medianas (md, ≥768px) */
@media (min-width: 768px) {
    .col-md-1 { width: 8.333333% !important; }
    .col-md-2 { width: 16.666667% !important; }
    .col-md-3 { width: 25% !important; }
    .col-md-4 { width: 33.333333% !important; }
    .col-md-5 { width: 41.666667% !important; }
    .col-md-6 { width: 50% !important; }
    .col-md-7 { width: 58.333333% !important; }
    .col-md-8 { width: 66.666667% !important; }
    .col-md-9 { width: 75% !important; }
    .col-md-10 { width: 83.333333% !important; }
    .col-md-11 { width: 91.666667% !important; }
    .col-md-12 { width: 100% !important; }
}

/* Columnas para pantallas grandes (lg, ≥992px) */
@media (min-width: 992px) {
    .col-lg-1 { width: 8.333333% !important; }
    .col-lg-2 { width: 16.666667% !important; }
    .col-lg-3 { width: 25% !important; }
    .col-lg-4 { width: 33.333333% !important; }
    .col-lg-5 { width: 41.666667% !important; }
    .col-lg-6 { width: 50% !important; }
    .col-lg-7 { width: 58.333333% !important; }
    .col-lg-8 { width: 66.666667% !important; }
    .col-lg-9 { width: 75% !important; }
    .col-lg-10 { width: 83.333333% !important; }
    .col-lg-11 { width: 91.666667% !important; }
    .col-lg-12 { width: 100% !important; }
}
/* Flex Utilities */

/* Default: d-flex */
.d-flex {
    display: flex !important;
}

/* Flex Direction */
.flex-row {
    flex-direction: row !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}

/* Responsive Flex Direction */
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
}
@media (min-width: 1400px) {
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
}

/* Wrap */
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

/* Justify Content */
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}

/* Align Items */
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}


.icon-circle {
    position: relative;
}

.item-count {
    position: absolute;
    top: -5px; /* Ajusta según necesites */
    right: -10px;
    background-color: rgb(203, 51, 91);
    color: white;
    font-size: 0.75rem;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
}

