@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html{
    font-family: "Jost", sans-serif !important;
    background-color: #fff;
    width: 100% !important;
    overflow-x: hidden;
    font-weight: normal !important;
}

body{
    font-family: "Jost", sans-serif !important;
    font-weight: normal !important; 
    width: 100% !important;
    overflow-x: hidden;
}

.nav-moblex{
    background-color: #132825;
    opacity: 1;
    color: #F7D893 !important;
}

.men{
    color: #FFFFFF !important;
    font-family: "Poppins";
}

.active2{
    border-bottom: 2px solid #F7D893 !important;
}

#why{
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    background-position: center center;
}

.home01 {
    background-image: url('../img/home01.webp');
    display: flex; 
    flex-direction: column; 
    position: relative; 
    height: 100vh; 
}

.home02{
    background-image: url('../img/home02.webp');
    display: flex; 
    flex-direction: column; 
    position: relative; 
    height: 100vh; 
}

.home03{
    background-image: url('../img/home03.webp');
    display: flex; 
    flex-direction: column; 
    position: relative; 
    height: 100vh; 
}

.home04{
    background-image: url('../img/home04.webp');
    display: flex; 
    flex-direction: column; 
    position: relative; 
    height: 100vh; 
}

.home05{
    background-image: url('../img/home05.webp');
    display: flex; 
    flex-direction: column; 
    position: relative; 
    height: 100vh; 
}

.about{
    background-image: url('../img/about.webp');
    padding: 14% 0 10% 0;
}

.manu_process{
    background-image: url('../img/manu_process.webp');
    padding: 14% 0 10% 0;
}

.services{
    background-image: url('../img/services.webp');
    padding: 14% 0 10% 0;
}

.proyects{
    background-image: url('../img/proyects.webp');
    padding: 14% 0 10% 0;
}

.store{
    background-image: url('../img/store.webp');
    padding: 14% 0 10% 0;
}

.contact{
    background-image: url('../img/contacto.webp');
    padding: 14% 0 10% 0;
}

.valores{
    background-image: url('../img/ventajas.webp');
    height: 500px;
}

.raleway{
    font-family: "Raleway" !important;
}

.poppins{
    font-family: 'Poppins';
}

.custom-bullet::before {
    content: "" !important;
    display: inline-block !important;
    width: 15px !important;       /* Ajusta el tamaño del círculo */
    height: 15px;      /* Ajusta el tamaño del círculo */
    background-color: #F7D893 !important;  /* Cambia el color del círculo */
    border-radius: 50% !important; /* Hace que sea un círculo */
    margin-right: 8px;  /* Espacio entre el círculo y el texto */
    vertical-align:middle;
}

#foot{
    background-color: #132825;
}

.text-endCenter{
    text-align: end;
}

.text-gray{
    color: #979797;
}

.custom-list {
    list-style: none; /* Quita los bullets predeterminados */
    padding-left: 0;
}

.custom-list li {
    display: flex;
    align-items: center;
}

.custom-list li::before {
    content: "•";
    color: #F7D893;
    font-size: 3rem;
    margin-right: 10px; /* Espacio entre la viñeta y el texto */
    display: flex;
    align-self: flex-start;
    margin-top: -24px;
    font-family: 'poppins';
}

.navbar-toggler {
    background-color: white !important;
}

.text-lemon{
    color: #49C03F !important;
}

.check-Plata{
    background-color: #D9D9D9 !important;
}

.check-Negro{
    background-color: #000000 !important;
}

.check-Dorado{
    background-color: #F2D013 !important;
}

.check-GrisLobo{
    background-color: #656565 !important;
}

.check-Nogal{
    background-color: #6E401D !important;
}

.check-Vino{
    background-color: #760A0A !important;
}

.btn-green{
    background-color: #49C03F !important;
    color: white !important;
}

.waPh{
    margin-left: -5% !important;
}

/* Hacer los botones circulares con fondo verde */
.carousel-control-green {
    width: 50px; /* tamaño del botón */
    height: 50px;
    background-color: green !important; /* fondo verde */
    border-radius: 50%; /* borde redondeado para hacerlo circular */
    color: white; /* color del icono */
    border: none; /* quitar borde */
    margin-top: 45%;
}

/* Estilo para los iconos de los botones */
.carousel-control-green .carousel-control-prev-icon,
.carousel-control-green .carousel-control-next-icon {
    width: 20px; /* ajustar tamaño del icono */
    height: 20px; /* ajustar tamaño del icono */
    background-color: green; /* color del icono dentro del botón */
    border-radius: 50%; /* hacerlo circular */
}

/* Efecto al pasar el mouse */
.carousel-control-green:hover {
    background-color: darkgreen; /* cambiar el color al pasar el mouse */
}

/* Efecto de enfoque */
.carousel-control-green:focus {
    outline: none; /* quitar el borde de enfoque */
}

.carousel-control-next, .carousel-control-prev {
    width: 50px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

@media (max-width: 3060px) {
}

@media (max-width: 1280px) {
}

/* LG */
@media (max-width: 1199px) {
}

/* MD */
@media (max-width: 991px) {
    
}

@media (min-width: 1400px) {
    
}

/* SM */
@media (max-width: 767px) {
    .msp-5{
        margin-left: 0rem !important;
    }
    .hiddenPhone{
        display: none !important;
    }
    .showPhone{
        display: block !important;
    }
    .text-endCenter, .text-centerP{
        text-align: center;
    }

    .about, .manu_process, .services, .proyects, .store, .contact{
        padding: 35% 0 10% 0;
    }
    .waPh{
        margin-left: 0 !important;
    }

    .textPL{
        text-align: left !important;
        margin: 0 1rem;
    }
    .lP{
        left: 75vw !important;
    }
    
    .home01 {
        background-image: url('../img/home01P.jpg');
    }
    .home02 {
        background-image: url('../img/home02P.jpg');
    }
    .home03 {
        background-image: url('../img/home03P.jpg');
    }
    .home04 {
        background-image: url('../img/home04P.jpg');
    }
    .home05 {
        background-image: url('../img/home05P.jpg');
    }
}

/* XS */
@media (max-width: 575px) {}

/* XS */
@media (max-width: 330px) {}