       /* Estilo para el contenedor del video */
       .video-bg {
        position: relative;
        width: 100%;
        height: 100vh; /* El video ocupa toda la altura de la pantalla */
        overflow: hidden;
    }

    /* Estilo para el video de fondo */
    .video-bg video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; /* Hace que el video cubra todo el contenedor */
        z-index: -1; /* Coloca el video detrás del contenido */
    }

    @media(max-width:576px){

        .video-bg {

            width:100%;
            height: 35vh;
          
           
        }

        .video-bg video{
            width: 100%;
            object-fit:cover;
        }

    }


    /*Estilo para nombre del logo*/
    .navbar-brand{

        font-family: "Raleway";
        font-weight: 900;
        

    }

    .navbar-brand span{

        color: #dc3545;
    }

    /* Estilo para el menú dentro del video */
    .navbar {
        position: relative;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.6); /* Fondo oscuro semi-transparente */
    }

    /* Estilo para los links del menú */
    .navbar-nav .nav-link {
        color: #fff;
        font-family: "Merriweather", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
    }

    .navbar-nav .nav-link:hover {
        color: #dc3545;
    }

    /* Para el dropdown */
    .dropdown-menu {
        background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro para el dropdown */
        border: 1px solid rgba(255, 255, 255, 0.2);
        border: none;
        border-radius: 0;
        padding: .5em;
        box-shadow: 0 3px 6px  rgba(0,0,0,0.8);
    }

    .dropdown-menu a {
        color: #fff;
    }

    .dropdown-menu a:hover {
        background-color: #dc3545;
        color: #fff;
    }

    /***** dropdown megamenu ***/

    .dropdown-menu ul{
        list-style: none;
        padding: 0;
    }

    .offcanvas-title{

        font-family: "Raleway";
        font-weight: 900;
    }

    .offcanvas-title span{

        color: #dc3545;
    }

    /*
    .dropdown-menu.show{
        display: flex;
    }

    */

    .btnFacebook a{

        color: #ffffff;
        font-family: "Merriweather", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;

    }
    @media(max-width:991px){

        .sidebar{
            background-color: rgba(255, 255, 255, 0.15);
            backdrop-filter:blur(10px);
        }
 
    }
/*
    @media screen and(min-width:993px){
        .dropdown-menu:hover .dropdown-menu{
            display: flex;
        }
        .dropdown-menu.show{
            display: flex;
        }
    }

    @media screen and(max-width:992px){
        .dropdown-menu.show{
            max-height: 350px;
            overflow: scroll;
        }
        
    }

*/

.section-our{

    width: 100%;
    margin: auto;
    
}

.our-text p{
    margin: auto;
    width: 50%;
    text-align: center;
    font-size: 24px;
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal;
   
}

/******* SCROLL FADE *********/
.scroll-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px); /* Desplazamiento hacia abajo para un efecto de entrada más notorio */
    transition: opacity 1s ease-out, visibility 1s ease-out, transform 1s ease-out;
  }
  
  /* Clase que hace visible el elemento cuando entra en el viewport */
  .scroll-fade.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); /* El elemento vuelve a su posición original */
  }

  /****** FADE IN ***********/
  .fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
  }
  
  .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }


@media(max-width:576px){

    .our-text p{
        width: 100%;
        font-size: 15px;
    }

}
@media (min-width:768px){

    .our-text p{

        width: 100%;
        font-size: 18px;

    }
}

@media (min-width:1440px){

    .our-text p{

        width: 50%;
        font-size: 28px;

    }
}


.section-main-productos{

    width: 90%;
    margin: auto;

}

.section-main-productos h1{
   
    text-align: center;
    font-size: 48px;
    font-family: "Raleway";
    font-weight: 900;
}

.rowMainProductos{

    width: 70%;
    margin: auto;
    text-align: center;
    
   
}


@media(max-width:576px){

    .section-main-productos h1{

        font-size: 24px;
    }


}


/***** Overlay *********/

.overlay{

    
    transition: 1s ease;
    font-family: "Raleway";
    font-weight: 700;
    
}



.rowMainProductos img{

    width: 60%;
    filter: grayscale(100%);
    cursor: pointer;  
   
}
.rowMainProductos img:hover{

     filter: none;
    
    
}

/***************NUESTROS CLIENTES **************************/

.section-nuestros-clientes{
    width: 100%;

}

.textNuestrosClientes h1{

    font-family: "Raleway";
    font-weight: 900;
    font-size: 48px;
}

.containerRow{
    width: 60%;
    margin: auto;
}

.containerRow img{
    width: 80%;
   
  
}

@media(max-width:576px){

    .textNuestrosClientes h1{
        font-size: 24px;
    }
}

/***************REPRESENTANTES EXCLUSIVOS*******************/

.section-representantes-exclusivos{
    width: 100%;
    background-color: #000;
    
}

.container-re{

    width: 100%;
    text-align: center;
}

.container-re h1{

    font-size: 48px;
    font-family: "Raleway";
    font-weight: 900;
}

.container-re img{

    width: 55%;

}

@media(max-width:576px){

    .container-re h1{
        font-size: 24px;
    }
}


/*********** OWL CAROUSEL *****************/

.text-sociosComerciales{

    width: 100%;
    

  }

  .text-sociosComerciales h1{

    text-align: center;
    font-size: 48px;
    font-family: "Raleway";
    font-weight: 900;

  }

  .owl-carousel {
    display: flex;
    justify-content: center; /* Centrado horizontal */
    align-items: center;     /* Centrado vertical */
    height: 300px;           /* Altura del carrusel */
    margin: 0 auto;          /* Asegura que el carrusel esté centrado dentro de su contenedor */
  }
  
  /* Estilos para cada item del carrusel */
  .owl-carousel .item {
    display: flex;
    justify-content: center; /* Centrado horizontal dentro del item */
    align-items: center;     /* Centrado vertical dentro del item */
    color: white;            /* Color del texto */
    border-radius: 10px;     /* Bordes redondeados */
    padding: 20px;           /* Espaciado dentro de cada item */
    height: 100%;            /* Asegura que los items ocupen toda la altura del contenedor */
  }

  .owl-carousel .item img{

    width: 70%;

  }

  @media(max-width:576px){

    .text-sociosComerciales h1{

        font-size: 24px;
    }
  }

/************UBICACION ********************/

.section-mi-ubicacion-smartcolvikon{

    width: 100%;

}

.mi-ubicacion{

    width: 100%;
}

.mi-ubicacion img{

    width: 100%;
}

.btnMapa a{

    text-decoration: none;
    color: #ffffff;
    border: none;
}

.btn-danger{

    border: 0;
    
}
.btn-danger:hover{

    background-color: #dc3545;
    border: none;

}


/*********** FOOTER *************/

footer {
    background-color: #343a40;
    color: #ffffff;
  }
  
  footer a {
    transition: color 0.3s ease;
  }
  
  footer a:hover {
    color: #f8f9fa;
  }
  
  footer .fab {
    font-size: 18px;
    transition: transform 0.3s;
  }
  
  footer .fab:hover {
    transform: scale(1.2);
  }
  
  .list-unstyled li a{

    color: #fff;
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;

  }

  /********** Float buttons ***********/
/* Contenedor de los botones laterales */

    /* Estilo del botón flotante */
    #whatsapp-button {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #25d366;
        border-radius: 50%;
        padding: 10px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        z-index: 9999;
      }
      
      /* Icono de WhatsApp */
      #whatsapp-button img {
        width: 50px; /* Puedes cambiar el tamaño del ícono */
        height: 50px;
      }