/*******************************/
/********* RESPONSIVO CSS PERCY PAREDES *********/
/*******************************/

@media (min-width: 0px) {
    
    
    .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 50px !important;
    height: 50px !important;
   
}
    
    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='none' stroke='%23ffffff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' d='M3 2l2 2-2 2'/%3e%3c/svg%3e") !important;
}
    
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='none' stroke='%23ffffff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' d='M5 2L3 4l2 2'/%3e%3c/svg%3e")  !important;
}
/* 1. Capa oscura encima de las imágenes */
.carousel-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Degradado oscuro, ajustable en el valor 0.4 */
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    pointer-events: none; /* Esto permite que los clicks pasen a través hacia la imagen */
    z-index: 1; /* Queda sobre la imagen pero debajo de los controles */
}

/* 2. Asegurar que los controles estén por encima de la capa */
.carousel-indicators, 
.carousel-control-prev, 
.carousel-control-next {
    z-index: 2; /* Mayor que el z-index de la capa oscura */
}
    .cta-catalogo {
    margin-bottom: -45px;
}
    .c_7 {
    margin-top: -151px;
}
       .bg-contacto h2 {
  
    text-transform: uppercase !important;
    font-weight: 350 !important;
}
    .bg-nosotros h2 {
  
    text-transform: uppercase !important;
    font-weight: 350 !important;
}
    .bg-videos h2 {
    font-weight: 350 !important;
}
    a.btn-cart.c_6 {
    color: #fbfbfb !important;
    background: #1e9b43 !important;
    text-transform: uppercase;
    font-weight: 300 !important;
    letter-spacing: 0.5px !important;
    font-size: 14px;
}
    button.navbar-toggler:focus {
    border: 1px solid #268943 !important;
    outline: none !important;
    padding: 10px !important;
}

    .bg-marcas h2 {
    font-weight: 350 !important;
   
}
    .nav-bar {
        position: relative;
        background: #ffffff !important;
        border-bottom: 1px solid #c3c3c3;
    }
    .navbar-dark .navbar-toggler-icon {
    background-color: #1a8339 !important;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    fill: #1a8339 !important;
}
    

}


@media (min-width: 545px) {
    
    .carousel-control-next, .carousel-control-prev {

    width: 5% !important;
  
    transition: opacity .15s ease;
}
        .c_2  {
        display: none !important

}
   .c_1  {
        display: block;

}

}

@media (max-width: 545px) {
    .carousel-control-next, .carousel-control-prev {
        width: 14% !important;
     
    }
    
    
    .c_2  {
        display: block;

}
   .c_1  {
        display: none !important

}

}

@media (min-width: 768px) {

}

@media (max-width: 768px) {

}

@media (min-width: 992px) {

}

@media (max-width: 992px) {

}

@media (min-width: 1024px) {

}

@media (max-width: 1024px) {

}

@media (min-width: 1200px) {

}

@media (max-width: 1200px) {

}

@media (min-width: 1367px) {

}

@media (min-width: 1400px) {

}

@media (min-width: 1500px) {

}

@media (min-width: 1650px) {

}

@media (min-width: 1750px) {

}



    ::-webkit-scrollbar {
        display: none;
    }
}

/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #666666;
    background: #dddddd;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #030f27;
}



a {
    color: #666666;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #1c4478;
    outline: none;
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    background: #ffffff;
}



.back-to-top:hover {
    color: #1c4478;
    background: #121518;
}

.back-to-top i {
    padding-top: 10px;
}

.btn {
    transition: .3s;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
/* .top-bar {
    position: relative;
    height: 90px;
    background-color: white;
}

.top-bar .logo {
    padding: 15px 0;
    text-align: left;
    overflow: hidden;
}

.top-bar .logo h1 {
    margin: 0;
    color: #030f27;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
}

.top-bar .logo img {
    max-width: 100%;
    max-height: 60px;
}

.top-bar .top-bar-item {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 80px;
}

.top-bar .top-bar-icon {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar .top-bar-icon [class^="flaticon-"]::before {
    margin: 0;
    color: #ffffff;
    font-size: 40px;
}

.top-bar .top-bar-text {
    padding-left: 15px;
}

.top-bar .top-bar-text h3 {
    margin: 0 0 5px 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.top-bar .top-bar-text p {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
} */

/*

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}

@media (max-width: 991.98px) {
    .top-bar .logo {
        text-align: center;
    }
}
*/


/**********************************/
/********* 1. TOP BAR CSS *********/
/**********************************/
.top-bar-info {
    /* Barra superior: mismo fondo que la navbar */
    background-color: #033f7c;
    color: #ffffff;
    padding: 10px 40px;
    font-size: 13px;
    width: 100%;
    position: fixed; /* permanecer encima al hacer scroll */
    top: 0;
    left: 0;
    z-index: 1005; /* por encima del navbar */
    text-shadow: 0 1px 3px rgba(0,0,0,0.45); /* mejora legibilidad sobre imágenes */
    pointer-events: auto;
    opacity: 0.95;
}

.top-bar-info .contact-item i {
    margin-right: 8px;
    color: #007bff;
}

/**********************************/
/********* 2. NAV BAR CSS *********/
/**********************************/
.nav-bar {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 1004;

    background-color: #fff;
    opacity: 0.95;
        border-bottom: 1px solid #e7e7e7;
}

.nav-bar.nav-sticky {
    /* Mantener compatibilidad si alguna plantilla añade la clase, pero
       el comportamiento visual es igual al estado normal (sin animaciones) */
    background: rgba(123, 128, 132, 0.92) !important;
    backdrop-filter: saturate(120%) blur(6px);
    box-shadow: 0 2px 14px rgba(0, 0, 0, .12);
}

.nav-bar .navbar {
    padding: 10px 40px !important;
    min-height: var(--navbar-min-height);
}

/* Logo sizing: allow logo to define navbar height, but enforce sensible min/max */
.site-logo {
    height: auto;
    max-height: 90px; /* máximo razonable en desktop */
    width: auto;
    display: block;
}

/* Navbar height adapts to logo, but keep a min-height for visual stability */
.nav-bar .navbar {
    min-height: 64px; /* evita que se vea demasiado pequeño */
}

/* When sticky, allow a slightly smaller max height but keep min-height */
.nav-bar.nav-sticky .site-logo {
    max-height: 78px;
}


.navbar-brand {
    font-weight: 800;
    font-size: 26px;
    color: #ffffff !important;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 10px 15px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

/* Mantener texto blanco legible sobre el fondo semitransparente */
.nav-bar .navbar-dark .navbar-nav .nav-link,
.nav-bar .navbar-brand,
.nav-bar .btn-cart {
      color: #1a8339 !important;
   /*ext-shadow: 0 0px 0px rgba(0,0,0,0.45);*/
}

/* Margen extra cuando está sticky para separarlo del contenido */
.nav-bar.nav-sticky {
    padding-top: 4px;
}

/* Evitar que el contenido quede oculto bajo la top-bar + navbar fija.
   Ajustar estos valores si cambia la altura real de las barras. */
body {
    padding-top: 0; /* Por defecto no empujamos; JS ajusta padding cuando sea necesario */
}

/* MOBILE: ocultar la top-bar para ahorrar espacio y dejar el nav en flujo normal */
@media (max-width: 767.98px) {
    .top-bar-info {
        display: none;
    }

    .nav-bar {
        position: relative !important;
        top: 0 !important;
        background: var(--topbar-bg);
        z-index: 1001;
    }

    body {
        padding-top: 0; /* el nav ocupa su propio espacio */
    }

    .nav-bar .navbar {
        padding: 8px 15px !important;
        min-height: 56px;
    }
}

/* Animaci��n de subrayado */
.border-anim {
    position: relative;
}
.border-anim::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 5px;
    left: 15px;
    background-color: #007bff;
    transition: width 0.3s;
}
.border-anim:hover::after {
    width: calc(100% - 30px);
}

/**********************************/
/* DISE�0�5O ESPECIAL BOT�0�7N CARRITO */
/**********************************/
.btn-cart {
    background: #59d633 !important;
    color: #ffffff !important;
    border-radius: 50px;
    padding: 10px 22px !important;
    font-weight: 700 !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    border: none;
    text-align: center;
}

.btn-cart:hover {
    background: #0ea527 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.btn-cart::after {
    display: none !important;
}

/**********************************/
/******** 3. CAROUSEL CSS *********/
/**********************************/
.carousel {
       position: relative;
    width: 100%;
    height: 100%;
    min-height: auto;
    overflow: hidden;
    background: #000;
}

/* En pantallas medianas, el banner no debe quedarse a 100vh */




/* Asegura que el alto del carrusel se herede hasta el item.
   Sin esto, el <img height:100%> no llena y queda espacio negro. */
.carousel .carousel-inner,
.carousel .carousel-item,
.carousel .carousel-item.active,
.carousel .carousel-item-next,
.carousel .carousel-item-prev {
    height: 100%;
    min-height: inherit;
}

.carousel .carousel-item img {
    width: 100%;
    height: 100%;
   /* object-fit: cover;*/
    display: block;
    background-size: cover !important;
}

.carousel .carousel-item::after {
    position: absolute;
    content: "";
    inset: 0;
    z-index: 1;
}

.carousel .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    padding: 0 10%;
    z-index: 2;
}

.carousel .carousel-caption h1 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.carousel .carousel-caption p {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.1;
    max-width: 800px;
}

/* BOT�0�7N TRANSPARENTE REDONDEADO */
.carousel .carousel-caption .btn {
    padding: 12px 35px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.carousel .carousel-caption .btn:hover {
    color: #000000;
    background: #ffffff;
}

/* Flechas de navegaci��n */
.carousel-control-prev,
.carousel-control-next {
    z-index: 10;
}

/*******************************/
/**** AJUSTES RESPONSIVOS ******/
/*******************************/

/* En tablets bajamos el tama�0�9o del texto */
@media (max-width: 991.98px) {
    .carousel .carousel-caption p {
        font-size: 40px;
    }
}

/* EN M�0�7VILES: DESAPARECE TODO EL BANNER COMPLETAMENTE */
@media (max-width: 767.98px) {
   

    .nav-bar {
        position: relative; /* El men�� ya no flota, ahora ocupa su propio espacio */
       
    }
    
    .nav-bar .navbar {
        padding: 10px 0;
    }
}

/**********************************/
/***** 4. AJUSTES RESPONSIVOS *****/
/**********************************/

/* --- ESCRITORIO (Min 992px) --- */
@media (min-width: 992px) {
    
    #navbarCollapse {
        display: flex !important;
        justify-content: space-between;
        width: 100%;
    }
    .navbar-nav.mx-auto {
        display: flex;
        justify-content: center;
        flex: 1;
        align-items: center;
    }
    .navbar-brand {
        flex: 1;
    }
    .btn-cart {
        margin-left: 15px;
    }
}

/* --- TABLETS Y M�0�7VILES (Max 991px) --- */
@media (max-width: 991.98px) {
    /* CORRECCI�0�7N CR�0�1TICA: Quitamos flex !important para que Bootstrap pueda cerrar el men�� */
    #navbarCollapse {
        background: #2689432e;
        padding: 15px;
        border-radius: 0 0 10px 10px;
    }

    .navbar-collapse.collapse:not(.show) {
        display: none !important; /* Asegura que se oculte si no tiene la clase .show */
    }

    .nav-bar {
        position: relative;
       
    }

    .nav-bar .navbar {
        padding: 10px 15px !important;
    }

    .navbar-nav {
        text-align: center;
    }

    .navbar-nav .nav-link {
        padding: 12px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .btn-cart {
        margin: 20px auto 10px auto !important;
        display: table !important; /* Centrado como bloque de contenido */
        width: auto;
    }

    .top-bar-info {
        display: none; /* Ocultamos info de contacto superior en m��viles */
    }

    .carousel .carousel-caption p {
        font-size: 30px;
    }
}




/**********************************/
/***** 4. AJUSTES RESPONSIVOS *****/
/**********************************/
@media (max-width: 991.98px) {
    .top-bar-info { display: none; }
    .nav-bar { position: relative;  }
    
    .navbar-nav.mx-auto {
        flex: none;
        text-align: center;
    }

    .btn-cart {
        margin-left: 0;
        margin-top: 15px;
        text-align: center;
        display: block;
    }
}

/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    margin-bottom: 10px;
    padding: 50px 0;
    min-height: 300px;
    text-align: center;
    background: #363a42;
}

.bg1 { 
    background-image: url("../img/Cabecera-02.jpg");
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}

.bg2 { 
    background-image: url("../img/Cabecera-04.jpg");
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}

.bg3 { 
    background-image: url("../img/Cabecera-03.jpg");
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}
.bg4 { 
    background-image: url("../img/Cabecera_Mesa.jpg");
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}

.page-header h2 {
    position: relative;
    color: #030f27;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.page-header h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #030f27;
}

/* Ajustes para asegurar que la cabecera ocupe todo el alto esperado */
.page-header {
    display: flex;
    align-items: center;
    background-repeat: no-repeat !important;
    min-height: 380px !important;
}
.page-header .container {
    width: 100%;
}
/* Evitar que utilicen utilidades de margen internas que empujen el contenido hacia abajo */
.page-header .mt-5 {
    margin-top: 0 !important;
}

/* Imagen de respaldo dentro del HTML para garantizar cobertura completa */
.page-header .header-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #030f27;
}

.page-header a:hover {
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #121518;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 991.98px) {
    .page-header {
        padding: 60px 0;
        min-height: 260px !important;
    }

    .page-header h2 {
        font-size: 45px;
    }

    .page-header a {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .page-header {
        padding: 45px 0;
        min-height: 220px !important;
    }

    .page-header h2 {
        font-size: 35px;
    }

    .page-header a {
        font-size: 18px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.section-header p {
    color: #999;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 50px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}


/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
    position: relative;
    margin-bottom: 45px;
}

.feature .col-md-12 {
    background: linear-gradient(193deg, #F57C00 32%, #E65100 73%);
}

.feature .col-md-12:nth-child(2n) {
    color: #030f27;
    background: linear-gradient(193deg, rgba(90, 140, 30, 1) 32%, rgba(163, 208, 53, 1) 73%);
}

.feature .feature-item {
    min-height: 250px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.feature .feature-icon {
    position: relative;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature .feature-icon::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    top: -20px;
    left: -10px;
    border: 2px dotted #ffffff;
    border-radius: 60px;
    z-index: 1;
}

.feature .feature-icon::after {
    position: absolute;
    content: "";
    width: 79px;
    height: 79px;
    top: -18px;
    left: -9px;
   box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    border-radius: 60px;
    z-index: 2;
}

.feature .col-md-12:nth-child(2n) .feature-icon::after {
   background: linear-gradient(0deg, rgba(66, 66, 66, 1));
}

.feature .feature-icon [class^="flaticon-"]::before {
    position: relative;
    margin: 0;
    color: #ffffff;
    font-size: 60px;
    line-height: 60px;
    z-index: 3;
}

.feature .feature-text {
    padding-left: 30px;
}

.feature .feature-text h3 {
    margin: 0 0 10px 0;
    color: #1c4478;
    font-size: 25px;
    font-weight: 600;
}

.feature .feature-text p {
    margin: 0;
    color: #1c4478;
    font-size: 18px;
    font-weight: 400;
}

.feature .col-md-12:nth-child(2n) [class^="flaticon-"]::before,
.feature .col-md-12:nth-child(2n) h3,
.feature .col-md-12:nth-child(2n) p {
    color: #ffffff;
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {
    margin-bottom: 30px;
}

.about .about-img {
    position: relative;
    height: 100%;
}

.about .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .about-text p {
    font-size: 18px;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #030f27;
    border-radius: 0;
    background: #6d9e24;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #6d9e24;
    background: #030f27;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}


/*******************************/
/********** Fact CSS ***********/
/*******************************/
.fact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.fact .col-6 {
    display: flex;
    align-items: flex-start;
}

.fact .fact-icon {
    position: relative;
    margin: 7px 15px 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fact .fact-icon [class^="flaticon-"]::before {
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    background-image: linear-gradient(#ffffff, #1c4478);
    -webkit-background-clip: text;
    -webkit-text-cover-color: transparent;
}

.fact .fact-right .fact-icon [class^="flaticon-"]::before {
    background-image: linear-gradient(#ffffff, #030f27);
}

.fact .fact-left,
.fact .fact-right {
    padding-top: 60px;
    padding-bottom: 60px;
}

.fact .fact-text h2 {
    font-size: 35px;
    font-weight: 700;
}

.fact .fact-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.fact .fact-left {
     color: #1c4478;
    background: linear-gradient(0deg, rgba(90, 140, 30, 1) 32%, rgba(163, 208, 53, 1) 73%);
}

.fact .fact-right {
   color: #1c4478;
    background:linear-gradient(0deg, rgba(90, 140, 30, 1) 32%, rgba(163, 208, 53, 1) 73%);
}

.fact .fact-left h2 {
    color: #1c4478;
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.service .service-img {
    position: relative;
    overflow: hidden;
}

.service .service-img img {
    width: 100%;
}

.service .service-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}

.service .service-item:hover .service-overlay {
    opacity: 1;
}

.service .service-overlay p {
    margin: 0;
    color: #ffffff;
}

.service .service-text {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-text h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 20px;
    font-weight: 700;
    color: #1c4478;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-item a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #030f27;
    background: #1c4478;
    border-radius: 0;
    transition: .3s;
}

.service .service-item:hover a.btn {
    color: #ffffff;
}


/*******************************/
/********** Video CSS **********/
/*******************************/
.video {
    position: relative;
    margin: 45px 0;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(3, 15, 39, .9), rgba(3, 15, 39, .9)), url(../img/carousel-1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #1c4478;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #1c4478;
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play:hover:after {
    background-color: darken(#1c4478, 10%);
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #030f27;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.team .team-img {
    position: relative;
}

.team .team-img img {
    width: 100%;
}

.team .team-text {
    position: relative;
    padding: 25px 15px;
    text-align: center;
    background: #030f27;
    transition: .5s;
}

.team .team-text h2 {
    font-size: 20px;
    font-weight: 600;
    color: #1c4478;
    transition: .5s;
}

.team .team-text p {
    margin: 0;
    color: #ffffff;
}

.team .team-item:hover .team-text {
    background: #1c4478;
}

.team .team-item:hover .team-text h2 {
    color: #030f27;
    letter-spacing: 1px;
}

.team .team-social {
    position: absolute;
    width: 100px;
    top: 0;
    left: -50px;
    display: flex;
    flex-direction: column;
    font-size: 0;
}

.team .team-social a {
    position: relative;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
}

.team .team-item:hover .team-social a:first-child {
    background: #00acee;
    left: 50px;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    background: #3b5998;
    left: 50px;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    background: #0e76a8;
    left: 50px;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    background: #3f729b;
    left: 50px;
    transition: .3s .3s;
}


/*******************************/
/*********** FAQs CSS **********/
/*******************************/
.faqs {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.faqs .row {
    position: relative;
}

.faqs .row::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50% - .5px);
    background: #1c4478;
}

.faqs #accordion-1 {
    padding-right: 15px;
}

.faqs #accordion-2 {
    padding-left: 15px;
}

@media(max-width: 767.98px) {
    .faqs .row::after {
        display: none;
    }

    .faqs #accordion-1,
    .faqs #accordion-2 {
        padding: 0;
    }

    .faqs #accordion-2 {
        padding-top: 15px;
    }
}

.faqs .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
}

.faqs .card:last-child {
    margin-bottom: 0;
}

.faqs .card-header {
    padding: 0;
    border: none;
    background: #ffffff;
}

.faqs .card-header a {
    display: block;
    padding: 10px 25px;
    width: 100%;
    color: #121518;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"] {
    background: #1c4478;
}

.faqs .card-header [data-toggle="collapse"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #1c4478;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #030f27;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-body {
    padding: 20px 25px;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    margin: 45px 0;
    padding: 90px 0;
    text-align: center;
    background: linear-gradient(rgba(3, 15, 39, .9), rgba(3, 15, 39, .9)), url(../img/carousel-1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial .container {
    max-width: 760px;
}

.about-page .testimonial {
    padding-bottom: 90px;
}

.testimonial .testimonial-slider-nav {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.testimonial .testimonial-slider-nav .slick-slide {
    position: relative;
    opacity: 0;
    transition: .5s;
}

.testimonial .testimonial-slider-nav .slick-active {
    opacity: 1;
    transform: scale(1.3);
}

.testimonial .testimonial-slider-nav .slick-center {
    transform: scale(1.8);
    z-index: 1;
}

.testimonial .testimonial-slider-nav .slick-slide img {
    position: relative;
    display: block;
    margin-top: 37px;
    width: 100%;
    height: auto;
    border-radius: 100px;
}

.testimonial .testimonial-slider {
    position: relative;
    margin-top: 15px;
    padding-top: 50px;
}

.testimonial .testimonial-slider::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 50px;
    top: 0;
    left: calc(50% - 30px);
    background: url(../img/quote.png) top center no-repeat;
}

.testimonial .testimonial-slider h3 {
    color: #1c4478;
    font-size: 22px;
    font-weight: 700;
}

.testimonial .testimonial-slider h4 {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 10px;
}

.testimonial .testimonial-slider p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.blog .blog-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.blog .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-img img {
    width: 100%;
}

.blog .blog-title {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog .blog-title h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 18px;
    font-weight: 700;
    color: #1c4478;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog .blog-title a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #030f27;
    background: #1c4478;
    border-radius: 0;
    transition: .3s;
}

.blog .blog-item:hover a.btn {
    color: #ffffff;
}

.blog .blog-meta {
    position: relative;
    padding: 25px 0 10px 0;
    background: #f3f6ff;
}

.blog .blog-meta::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #1c4478;
}

.blog .blog-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #666666;
}

.blog .blog-meta p a {
    margin-left: 5px;
    font-style: normal;
}

.blog .blog-text {
    padding: 10px 25px 25px 25px;
    background: #f3f6ff;
}

.blog .blog-text p {
    margin: 0;
    font-size: 16px;
}

.blog .pagination .page-link {
    color: #030f27;
    border-radius: 0;
    border-color: #1c4478;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #1c4478;
    background: #030f27;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}


/*******************************/
/******* Single Post CSS *******/
/*******************************/
.single {
    position: relative;
    padding: 45px 0;
}

.single .single-content {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.single .single-content img {
    margin-bottom: 20px;
    width: 100%;
}

.single .single-tags {
    margin: -5px -5px 41px -5px;
    font-size: 0;
}

.single .single-tags a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .single-tags a:hover {
    color: #1c4478;
    background: #030f27;
}

.single .single-bio {
    margin-bottom: 45px;
    padding: 30px;
    background: #f3f6ff;
    display: flex;
}

.single .single-bio-img {
    width: 100%;
    max-width: 100px;
}

.single .single-bio-img img {
    width: 100%;
}

.single .single-bio-text {
    padding-left: 30px;
}

.single .single-bio-text h3 {
    font-size: 20px;
    font-weight: 700;
}

.single .single-bio-text p {
    margin: 0;
}

.single .single-related {
    margin-bottom: 45px;
}

.single .single-related h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .related-slider {
    position: relative;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.single .related-slider .post-item {
    margin: 0 15px;
}

.single .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.single .post-item .post-img {
    width: 100%;
    max-width: 80px;
}

.single .post-item .post-img img {
    width: 100%;
}

.single .post-item .post-text {
    padding-left: 15px;
}

.single .post-item .post-text a {
    font-size: 16px;
    font-weight: 400;
}

.single .post-item .post-meta {
    display: flex;
    margin-top: 8px;
}

.single .post-item .post-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.single .post-item .post-meta p a {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}

.single .related-slider .owl-nav {
    position: absolute;
    width: 90px;
    top: -55px;
    right: 15px;
    display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #030f27;
    background: #1c4478;
    font-size: 16px;
    transition: .3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
    color: #1c4478;
    background: #030f27;
}

.single .single-comment {
    position: relative;
    margin-bottom: 45px;
}

.single .single-comment h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-list {
    list-style: none;
    padding: 0;
}

.single .comment-child {
    list-style: none;
}

.single .comment-body {
    display: flex;
    margin-bottom: 30px;
}

.single .comment-img {
    width: 60px;
}

.single .comment-img img {
    width: 100%;
}

.single .comment-text {
    padding-left: 15px;
    width: calc(100% - 60px);
}

.single .comment-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.single .comment-text span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

.single .comment-text .btn {
    padding: 3px 10px;
    font-size: 14px;
    color: #030f27;
    background: #dddddd;
    border-radius: 0;
}

.single .comment-text .btn:hover {
    background: #1c4478;
}

.single .comment-form {
    position: relative;
}

.single .comment-form h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-form form {
    padding: 30px;
    background: #f3f6ff;
}

.single .comment-form form .form-group:last-child {
    margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
    border-radius: 0;
}

.single .comment-form .btn {
    padding: 15px 30px;
    color: #030f27;
    background: #1c4478;
}

.single .comment-form .btn:hover {
    color: #1c4478;
    background: #030f27;
}


/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
    position: relative;
    width: 100%;
}

@media(max-width: 991.98px) {
    .sidebar {
        margin-top: 45px;
    }
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
}

.sidebar .sidebar-widget .widget-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #1c4478;
}

.sidebar .sidebar-widget .search-widget {
    position: relative;
}

.sidebar .search-widget input {
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 0;
}

.sidebar .search-widget input:focus {
    box-shadow: none;
}

.sidebar .search-widget .btn {
    position: absolute;
    top: 6px;
    right: 15px;
    height: 40px;
    padding: 0;
    font-size: 25px;
    color: #1c4478;
    background: none;
    border-radius: 0;
    border: none;
    transition: .3s;
}

.sidebar .search-widget .btn:hover {
    color: #030f27;
}

.sidebar .sidebar-widget .recent-post {
    position: relative;
}

.sidebar .sidebar-widget .tab-post {
    position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
    color: #1c4478;
    background: #030f27;
    border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
    color: #030f27;
    background: #1c4478;
}

.sidebar .tab-post .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.sidebar .tab-post .tab-content .container {
    padding: 0;
}

.sidebar .sidebar-widget .category-widget {
    position: relative;
}

.sidebar .category-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .category-widget ul li {
    margin: 0 0 12px 22px;
}

.sidebar .category-widget ul li:last-child {
    margin-bottom: 0;
}

.sidebar .category-widget ul li a {
    display: inline-block;
    line-height: 23px;
}

.sidebar .category-widget ul li::before {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #1c4478;
    left: 1px;
}

.sidebar .category-widget ul li span {
    display: inline-block;
    float: right;
}

.sidebar .sidebar-widget .tag-widget {
    position: relative;
    margin: -5px -5px;
}

.single .tag-widget a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .tag-widget a:hover {
    color: #1c4478;
    background: #030f27;
}

.sidebar .image-widget {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar .image-widget img {
    max-width: 100%;
    transition: .3s;
}

.sidebar .image-widget img:hover {
    transform: scale(1.1);
}


/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
    padding: 45px 0;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 8px 15px;
    color: #030f27;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    background: #1c4478;
    border: none;
    transition: .3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #030f27;
    color: #1c4478;
}

.portfolio .load-more {
    text-align: center;
}

.portfolio .load-more .btn {
    padding: 15px 35px;
    font-size: 16px;
    transition: .3s;
}

.portfolio .load-more .btn:hover {
    color: #1c4478;
    background: #030f27;
}

.portfolio .portfolio-warp {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.portfolio .portfolio-img {
    position: relative;
    overflow: hidden;
}

.portfolio .portfolio-img img {
    width: 100%;
    transition: .3s;
}

.portfolio .portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio .portfolio-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}

.portfolio .portfolio-warp:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio .portfolio-overlay p {
    margin: 0;
    color: #ffffff;
}

.portfolio .portfolio-text {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portfolio .portfolio-text h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 20px;
    font-weight: 700;
    color: #1c4478;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portfolio .portfolio-warp a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #030f27;
    background: #ffffff;
    border-radius: 0;
    transition: .3s;
}

.portfolio .portfolio-warp:hover a.btn {
    color: #ffffff;
    background: #1c4478;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.contact .col-md-6 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.contact .col-md-6:last-child {
    background: #6d9e24;
}
.contact .col-md-6:first-child {
background: linear-gradient(0deg, #6d9e24 32%);
}
.contact .col-md-6:last-child {
    background: #6d9e24;
}
.contact .col-md-6:last-child {
    background: #6d9e24;
}

.contact .contact-info {
    position: relative;
    width: 100%;
    padding: 0 15px;
}

.contact .contact-item {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    border: 1px solid rgba(256, 256, 256, .2);
}

.contact .contact-item [class^="flaticon-"]::before {
    margin: 0;
    color: #1c4478;
    font-size: 40px;
}


.contact .contact-text {
    position: relative;
    width: auto;
    padding-left: 20px;
}

.contact .contact-text h2 {
    color: #1c4478;
    font-size: 20px;
    font-weight: 600;
}

.contact .contact-text p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
}

.contact .contact-item:last-child {
    margin-bottom: 0;
}

.contact .contact-form {
    position: relative;
    padding: 0 15px;
}

.contact .contact-form input {
    width: 100%;
    padding: 10px 15px;
    color: #ffffff;
    height: 40px;
    border-radius: 0;
    border-width: 1px;
    border-color: #fff;
    background: transparent;
}

.contact .contact-form textarea {
    color: #ffffff;
    height: 185px;
    border-radius: 0;
    border-width: 1px;
    border-color: rgba(256, 256, 256, .4);
    background: transparent;
}

.contact .contact-form input:focus,
.contact .contact-form textarea {
    box-shadow: none;
}

.contact .contact-form .form-control::placeholder {
    color: #ffffff;
    opacity: 1;
}

.contact .contact-form .form-control::-ms-input-placeholder {
    color: #ffffff;
}

.contact .contact-form .form-control::-ms-input-placeholder {
    color: #ffffff;
}

.form-control {
    border: 0;
    padding: 0;
}

.contact .contact-form .btn {
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #1c4478;
    background: #030f27;
    border: none;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #030f27;
    background: #ffffff;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 90px;
background: linear-gradient(to top, #212121, #424242, #616161);
    color: #ffffff;
}

.footer .footer-contact,
.footer .footer-link,
.footer .newsletter {
    position: relative;
    margin-bottom: 45px;
}

.footer h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #00B8D4;
}

.footer h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #1c4478;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #1c4478;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 7px 0;
    text-align: center;
    border: 1px solid white;
    border-radius: 60px;
    transition: .3s;
}

.footer .footer-social a i {
    font-size: 15px;
    color: #ffffff;
}

.footer .footer-social a:hover {
    background: #1c4478;
    border-color: #1c4478;
}

.footer .footer-social a:hover i {
    color: #030f27;
}

.footer .newsletter .form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.footer .newsletter input {
    height: 50px;
    border: 2px solid #121518;
    border-radius: 0;
}

.footer .newsletter .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1c4478;
    background: #121518;
    border-radius: 0;
    border: 2px solid #1c4478;
    transition: .3s;
}

.footer .newsletter .btn:hover {
    color: #121518;
    background: #1c4478;
}

.footer .footer-menu .f-menu {
    position: relative;
    padding: 15px 0;
    font-size: 0;
    text-align: center;
    border-top: 1px solid rgba(256, 256, 256, .1);
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.footer .footer-menu .f-menu a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu .f-menu a:hover {
    color: #1c4478;
}

.footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.footer .copyright {
    padding: 30px 15px;
}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #1c4478;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer .copyright p a:hover {
    color: #ffffff;
}

@media (max-width: 768px) {

    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}


.animation-scale {
    transition: all ease .4s;
}

.animation-scale:hover {
    transition: all ease .4s;
    transform: scale(1.2);
}








/*
---------------------------------------------
Secci��n Tienda
---------------------------------------------
*/

section.upcoming-meetings {
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

section.upcoming-meetings .section-heading {
    text-align: center;
}

section.upcoming-meetings .categories {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    margin-right: 45px;
}

section.upcoming-meetings .categories h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1f272b;
    /* margin-bottom: 30px; */
    /* padding-bottom: 20px; */
    border-bottom: 1px solid #eee;
}

section.upcoming-meetings .categories ul li {
    display: inline-block;
    margin-bottom: 15px;
}

section.upcoming-meetings .categories ul li a {
    font-size: 15px;
    color: #1f272b;
    font-weight: 500;
    transition: all .3s;
}

section.upcoming-meetings .categories ul li a:hover {
    color: #33cc99;
}

section.upcoming-meetings .categories .main-button-red {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 15px;
}

section.upcoming-meetings .categories .main-button-red a {
    width: 100%;
    text-align: center;
}

.meeting-item {
    margin-bottom: 30px;
}

.meeting-item .thumb {
    position: relative;
    background-color: white;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    radius: 0;
}

.meeting-item .thumb img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.meeting-item .thumb .price {
    position: absolute;
    left: 20px;
    top: 20px;
}

.meeting-item .thumb .price span {
    font-size: 16px;
    color: #1f272b;
    font-weight: 600;
    background-color: rgba(250, 250, 250, 0.9);
    padding: 7px 12px;
    border-radius: 10px;
}

.meeting-item .down-content {
    background-color: #fff;
    padding-top: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 100%;
    width: 100%;
}

.meeting-item .down-content .date {
    float: left;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
}

.meeting-item .down-content .date h6 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #33cc99;
}

.meeting-item .down-content .date span {
    display: block;
    color: #1f272b;
    font-size: 22px;
    margin-top: 7px;
}

.meeting-item .down-content h4 {
    font-size: 18px;
    color: #1f272b;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.meeting-item .down-content p {
    /*margin-left: 50px;*/
    color: #1f272b;
    font-size: 14px;
}

img.img-prod {
    width: 100%;
    overflow: hidden;
}

/**********************************/
/*********** Tela Producto **********/
/**********************************/
.telaprod {
    position: absolute;
    left: 0;
    height: 100%;
}

/**********************************/
/*********** Tela Feature **********/
/**********************************/
.telafeat {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}




















/*/////////////////////////////////////////////////*/

/**********************************/
/*********** Feature CSS **********/
/**********************************/
.feature {
    position: relative;
    padding: 0;
}


.feature .feature-col {
    height: inherit;
    padding: 60px 0;
}

.feature .feature-col:last-child {
    border-right: none;
}

.feature .feature-content {
    position: relative;
    width: 100%;
    padding: 0 30px;
    text-align: center;
}

.feature .feature-content i {
    color: #009fd5;
    font-size: 60px;
    margin-bottom: 10px;
}

.feature .feature-content h2 {
    color: #666666;
    font-size: 25px;
    font-weight: 700;
}

.feature .feature-content p {
    color: #666666;
    font-size: 20px;
    margin: 0;
}



/**********************************/
/******** Product Item CSS ********/
/**********************************/
.product-item {
    position: relative;
    padding-bottom: 15px;
    background-color: #FFF;
    border-radius: 15px;
    transition: all .3s ease;
}

.product-item:hover {
    transform: scale(1.03);
}

.product-item .product-image {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    aspect-ratio: 3 / 2;

}

.product-item .product-image a {
    display: block;
    transition: .3s;
}

.product-item:hover .product-image a {
    background: #E5620D;
}

.product-item .product-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    display: block;
}

.product-item:hover .product-image img {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.product-item .product-image .product-action {
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    top: 50%;
    text-align: center;
    transition: .5s;
    opacity: 0;
}

.product-item:hover .product-image .product-action {
    top: calc(50% - 25px);
    opacity: 1;
}

.product-item .product-image .product-action a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 6px 0;
    margin-right: 5px;
    text-align: center;
    color: #ffffff;
    background: #1c4478;
}

.product-item .product-image .product-action a:last-child {
    margin-right: 0;
}

.product-item .product-image .product-action a:hover {
    color: #1c4478;
    background: #ffffff;
}

.product-item .product-content {
    position: relative;
    width: 100%;
    text-align: center;

}

.product-item .product-content .title,
.product-item .product-content .ratting,
.product-item .product-content .price {
    position: relative;
    width: 100%;
}

.product-item .product-content .title {
    margin-bottom: 5px;
    height: 55px;
}

.product-item .product-content .title a {
    color: #1d1d1d;
    font-size: 20px;
    font-weight: 600;
}

.product-item .product-content .ratting i {
    font-size: 14px;
    color: #1c4478;
}

.product-item .product-content .price {
    font-size: 30px;
    color: var(--primary);
    font-weight: 700;
}

.product-item .product-content .price span {
    margin-left: 12px;
    text-decoration: line-through;
    font-weight: 700;
    color: #666666;
}

.product-slider.slick-slider:hover .slick-prev {
    left: 30px;
    opacity: 1;
}

.product-slider.slick-slider:hover .slick-next {
    right: 30px;
    opacity: 1;
}



/**********************************/
/******** Featured Product ********/
/**********************************/
.featured-product {
    position: relative;
    padding: 45px 0 60px 0;
}

.recent-product {
    position: relative;
    padding: 60px 0;
}


/**********************************/
/******** Product View CSS ********/
/**********************************/
.product-view {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.product-view .product-search {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.product-view .product-search input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #1c4478;
}

.product-view .product-search button {
    position: absolute;
    width: 35px;
    height: 33px;
    top: 1px;
    right: 1px;
    text-align: center;
    background: #ffffff;
    color: #1c4478;
    border: none;
}

.product-view .product-search button i {
    font-size: 16px;
}

.product-view .product-search button:hover {
    background: #1c4478;
    color: #ffffff;
}

.product-view .product-short {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    text-align: right;
}

.product-view .product-short .dropdown a.dropdown-toggle {
    display: block;
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    background: #ffffff;
    border: 1px solid #1c4478;
    text-align: left;
}

.product-view .product-short .dropdown a.dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}

.product-view .product-short .dropdown-menu {
    margin: -2px 0 0 0;
    border-radius: 0;
}

.product-view .product-item {
    margin-bottom: 30px;
}

.product-view .pagination {
    margin: 0;
}

.product-view .pagination .page-item .page-link {
    color: #1c4478;
    background: #ffffff;
    border-color: #1c4478;
    border-radius: 0;
}

.product-view .pagination .page-item:hover .page-link,
.product-view .pagination .page-item.active .page-link {
    color: #ffffff;
    background: #1c4478;
}



/**********************************/
/******* Product Detail CSS *******/
/**********************************/

.product-detail {
    position: relative;
    width: 100%;
    padding: 40px 0 10px 0;
    margin-top: 10px;
    
}

/* Secciones */
.product-detail .product-detail-top,
.product-detail .product-detail-bottom,
.product-detail .product-slider.product-slider-3 {
    margin-bottom: 45px;
}

/* Slider producto */
.product-detail .product-slider-single {
    background: #fbfbfb;
    padding: 22px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 460px;
    overflow: hidden; /* recorta la imagen al escalar */
    cursor: zoom-in;
}

.product-detail .product-slider-single img {
    width: 100%;
    max-width: 100%;
    height: auto;
    background: #ffffff;
    object-fit: contain;
    display: block;
    padding: 0;
    transition: transform 420ms cubic-bezier(.2,.9,.25,1), filter 420ms ease, opacity 300ms ease;
    transform-origin: center center;
    will-change: transform, filter;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

/* Efecto zoom más profundo y animación suave al pasar el mouse */
.product-detail .product-slider-single:hover img {
    transform: scale(1.18) translateY(-6px) translateZ(0);
    filter: saturate(1.08) contrast(1.06) drop-shadow(0 8px 18px rgba(0,0,0,0.18));
    opacity: 0.995;
}

/* Sombra y ligero lifting del contenedor para dar sensación de profundidad */
.product-detail .product-slider-single:hover {
    box-shadow: 0 18px 40px rgba(9,30,66,0.12), 0 6px 18px rgba(9,30,66,0.08);
    transform: translateY(-4px);
    transition: transform 420ms cubic-bezier(.2,.9,.25,1), box-shadow 420ms ease;
}

/* Soporte de foco para accesibilidad (teclado) */
.product-detail .product-slider-single:focus-within {
    box-shadow: 0 12px 30px rgba(9,30,66,0.10);
}

/* Para pantallas pequeñas, evitar transformaciones que puedan romper el diseño táctil */
@media (max-width: 767.98px) {
    .product-detail .product-slider-single {
        cursor: default;
    }

    .product-detail .product-slider-single img {
        transform: none !important;
    }
}

/* Contenido */
.product-detail .product-content,
.product-detail .product-content .title,
.product-detail .product-content .ratting,
.product-detail .product-content .price,
.product-detail .product-content .details,
.product-detail .product-content .quantity,
.product-detail .product-content .action {
    position: relative;
    width: 100%;
}

.product-detail .product-content {
    padding: 12px 30px;
}

/* Breadcrumb */
.product-detail .breadcrumb {
    color: #7a8694;
    font-size: 20px;
    margin-bottom: 6px;
    background: transparent;
    padding: 12px 0;
}

/* Tags */
.product-detail .tags {
    color: #424548;
    font-size: 20px;
    margin-bottom: 6px;
}

/* Título */
.product-detail .product-content .title h2 {
    color: #1c4478;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.product-title,
.product-detail .product-title {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .5rem;
    text-wrap: balance;
}

.product-title {
    font-size: 24px;
    font-weight: 100;
    color: #0f2133;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 400 !important;
}

.product-detail .product-title {
    font-size: 22px;
    color: #0f2133;
    margin: 6px 0 12px;
    line-height: 1.1;
}

/* Rating */
.product-detail .product-content .ratting i {
    color: #1c4478 !important;
    font-size: 18px;
}

.product-detail .product-content .ratting svg {
    color: #FFC300 !important;
    font-size: 18px;
}

/* Precio */
.product-detail .product-content .price {
    color: #1c4478;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

.product-detail .product-content .price span {
    color: #666666;
    text-decoration: line-through;
    margin-left: 12px;
}

.product-detail .price h3 {
    color: #091c29;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 12px;
}

/* Descripción */
.product-detail .product-content .details {
    margin-bottom: 20px;
}

.product-detail .product-content .details p,
.product-detail .product-description {
    color: #495057;
    font-size: 20px;
}

.product-detail .product-description {
    margin-bottom: 14px;
}

/* Categoría */
.product-detail .category {
    color: #6c757d;
    font-size: 20px;
    margin-bottom: 18px;
}

/* Cantidad */
.product-detail .product-content .quantity {
    margin-bottom: 20px;
    display: flex;
}

.product-detail .product-content .quantity h4 {
    display: inline-block;
    color: #666666;
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}

.product-detail .product-content .quantity .qty {
    display: inline-block;
    margin-left: 3.5px;
}

.product-detail .product-content .quantity button {
    width: 30px;
    height: 30px;
    padding: 2px 0;
    text-align: center;
    color: #ffffff;
    background: #232323;
    border: none;
}

.product-detail .product-content .quantity input {
    width: 60px;
    height: 30px;
    color: #ffffff;
    text-align: center;
    background: #999;
    border: none;
}

/* Botones acción */
.product-detail .product-content .action a {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 7px 0;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    background: #ff6600;
    border: 1px solid #ff6600;
    margin-bottom: .5rem;
}

.product-detail .product-content .action a:hover {
    color: #1c4478;
    background: #ffffff;
}

/* Botón agregar carrito */
.product-detail .action .cart-add {
    background: #12b76a !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    padding: 12px 28px !important;
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(18, 183, 106, 0.12);
    border: none !important;
}

.product-detail .action .cart-add:disabled {
    opacity: 0.6;
}

/* Tabs */
.product-detail .nav.nav-pills .nav-link {
    color: #ffffff;
    background: rgba(63, 105, 170, .5);
    border-radius: 0;
}

.product-detail .nav.nav-pills .nav-link:hover,
.product-detail .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #232323;
}

/* Tab content */
.product-detail .tab-content {
    background: rgba(63, 105, 170, .1);
    padding: 10px;
}

.product-detail .tab-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-detail .tab-content ul li {
    margin-bottom: 10px;
}

.product-detail .tab-content ul li::before {
    content: '\f061';
    font-family: 'FontAwesome';
    padding-right: 5px;
}

/* Reviews */
.product-detail .tab-content .reviews-submitted {
    position: relative;
    margin-bottom: 45px;
}

.product-detail .tab-content .reviewer {
    color: #1c4478;
    font-size: 18px;
    font-weight: 600;
}

.product-detail .tab-content .reviewer span {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.product-detail .tab-content .ratting {
    color: #1c4478;
    margin-bottom: 15px;
}

.product-detail .tab-content .reviews-submit .ratting {
    font-size: 24px;
}

/* Formularios */
.product-detail .tab-content .contact-form input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    background: #ffffff;
    border: none;
    margin-bottom: 15px;
}

.product-detail .tab-content .contact-form textarea {
    width: 100%;
    height: 80px;
    padding: 6px 15px;
    color: #666666;
    background: #ffffff;
    border: none;
    margin-bottom: 15px;
}

.product-detail .tab-content .contact-form button {
    display: inline-block;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    background: #ffffff;
    border: none;
    margin-bottom: 15px;
}

.product-detail .tab-content .contact-form button:hover {
    color: #ffffff;
    background: #1c4478;
}

/* Responsive */
@media (max-width: 991px) {
    .product-detail .product-slider-single {
        min-height: 300px;
    }

    .product-detail .product-title {
        font-size: 20px;
    }

    .product-detail .product-content {
        padding: 8px 12px;
    }
}



/**********************************/
/********** Sidebar CSS ***********/
/**********************************/
.sidebar-widget {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-widget .title {
    position: relative;
    color: #1c4478;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.sidebar-widget .title::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    left: calc(50% - 25px);
    bottom: 0;
    background: #1c4478;
}

.sidebar-widget.brands ul,
.sidebar-widget.category ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-widget.brands ul li,
.sidebar-widget.category ul li {
    margin-bottom: 12px;
}

.sidebar-widget.brands ul li:last-child,
.sidebar-widget.category ul li:last-child {
    margin-bottom: 0;
}

.sidebar-widget.brands ul li a,
.sidebar-widget.category ul li a {
    color: #1c4478;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    display: inline-block;
    line-height: 23px;
}

.sidebar-widget.brands ul li a::before,
.sidebar-widget.category ul li a::before {
    content: '\f111';
    font-family: 'FontAwesome';
    padding-right: 5px;
}

.sidebar-widget.brands ul li a:hover,
.sidebar-widget.category ul li a:hover {
    padding-left: 10px;
}

.sidebar-widget.brands ul li span,
.sidebar-widget.category ul li span {
    float: right;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.sidebar-widget.widget-slider {
    position: relative;
}

.sidebar-widget.image a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar-widget.image img {
    max-width: 100%;
    transition: .3s;
}

.sidebar-widget.image img:hover {
    transform: scale(1.1);
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.sidebar-widget.tag a {
    display: inline-block;
    margin: 0 0 4px 0;
    padding: 3px 8px;
    font-size: 14px;
    font-weight: 400;
    color: #1c4478;
    background: #ffffff;
    border: 1px solid #1c4478;
}

.sidebar-widget.tag a:hover {
    color: #ffffff;
    background: #1c4478;
}



/**********************************/
/************ Cart CSS ************/
/**********************************/
.cart-page {
    position: relative;
    padding: 60px 0;
}

.cart-page .table {
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}

.cart-page .table .thead-dark th {
    text-align: center;
    background: #232323;
    border-color: #232323;
    vertical-align: middle;
}

.cart-page .table td {
    color: #232323;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}

.cart-page .table img {
    max-width: 100px;
    max-height: 100px;
}

.cart-page .table .qty {
    display: inline-block;
}

.cart-page .table button {
    height: 30px;
    padding: 2px 10px;
    text-align: center;
    color: #ffffff;
    background: #232323;
    border: none;
}

.cart-page .table input {
    width: 60px;
    height: 30px;
    color: #ffffff;
    text-align: center;
    background: #999;
    border: none;
}

.cart-page .coupon {
    position: relative;
    width: 100%;
}

.cart-page .coupon input {
    width: calc(100% - 135px);
    height: 50px;
    padding: 0 15px;
    color: #666666;
    background: #ffffff;
    border: 1px solid #1c4478;
    margin-right: 10px;
}

.cart-page .coupon button {
    width: 120px;
    height: 50px;
    padding: 2px 10px;
    text-align: center;
    color: #ffffff;
    background: #1c4478;
    border: none;
}

.cart-page .cart-summary {
    position: relative;
    width: 100%;
}

.cart-page .cart-summary .cart-content {
    padding: 10px;
    padding-right: 0px;
   padding-left: 40px;
    background: #d8d6d6;
     border-radius: 12px;
}

.cart-page .cart-summary .cart-content h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
}

.cart-page .cart-summary .cart-content p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.cart-page .cart-summary .cart-content p span,
.cart-page .cart-summary .cart-content h4 span {
    float: right;
}

.cart-page .cart-summary .cart-content h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding-top: 12px;
    border-top: 1px solid #ffffff;
    margin: 0;
}



.cart-page .cart-summary .cart-btn button {
    margin-top: 15px;
    width: calc(50% - 15px);
    height: 50px;
    padding: 2px 10px;
    text-align: center;
    color: #ffffff;
    background: #1c4478;
    border: none;
}

.cart-page .cart-summary .cart-btn button:first-child {
    margin-right: 25px;
    color: #232323;
    background: #ffffff;
    border: 1px solid #232323;
}




/*
  ---------------------------------------------
  Secci��n Tienda END
  ---------------------------------------------
  */


/*  BOTONES FLOTANTES */







.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 16px rgb(0 0 0 / 45%);
    transition: all .1s;

    z-index: 100;
}

.float:hover {
    background-color: #178440;
    color: #FFF;
}

.float:active {
    background-color: #178440;
    color: #FFF !important;
}

.my-float {
    margin-top: 16px;
}








.float2 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 150px;
    right: 15px;
    background-color: #0048ce;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 16px rgb(0 0 0 / 45%);
    transition: all .1s;

    z-index: 100;
}

.float2:hover {
    background-color: #0a3b96;
    color: #FFF;
}

.float2:active {
    background-color: #0a3b96;
    color: #FFF !important;
}

.my-float2 {
    margin-top: 16px;
}



.float3 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 220px;
    right: 15px;
    background-color: #bd4294;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 16px rgb(0 0 0 / 45%);
    transition: all .1s;

    z-index: 100;
}

.float3:hover {
    background-color: #ec059fc5;
    color: #FFF;
}

.float3:active {
    background-color: #ec059fc5;
    color: #FFF !important;
}

.my-float3 {
    margin-top: 16px;
}










.float-chat {
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 350px;
    right: 40px;
    text-align: center;

    transition: all .1s;

    z-index: 100;
}

.float-chat:hover {
    transform: scale(1.5);
    transition: all .5s;
}


.my-float-chat {
    margin-top: 16px;
}

.float-text-chat {
    display: none;
    transition: all .2s;
}





.float-text-chat-off {
    display: none;
    transition: all .2s;
}

.float-text-chat-on {
    display: block;
    transition: all .2s;
    position: absolute;
    left: -155px;
    top: 18px;
    transition: all .4s;
    transform: scale(3);

}

/* ########################## */




.container-checkout {
    margin-left: 5rem;
    margin-right: 5rem;
}

@media (max-width: 992px) {
    .container-checkout {
        margin-left: inherit;
        margin-right: inherit;
    }
}


@media (max-width: 1170px) {
    .icons-fact {
        width: 150px;
    }
}

@media (max-width: 910px) {
    .icons-fact {
        width: 100px;
    }
}

@media (max-width: 310px) {
    .icons-fact {
        width: 80px;
    }
}




.footer-social a svg {
    color: white !important;
}



.btn-yellow {
    background-color: #6d9e24  !important;
}
















@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-custom {
        margin: 0 !important;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

.row-orange {
    background: #FF8F00;
    background: linear-gradient(193deg, #F57C00 32%, #E65100 73%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%);
}

.nav-btn {
    background: linear-gradient(104deg, #F9A825 35%, #FFEB3B 100%);
    width: 200px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 20% 100%);
    margin-left: 10%;
}

.container-nav {
    width: 100%;
}

.text-btn {
    color: #1A1A1A !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 20%;
    z-index: 9999999999999999;
}

.top-bar-icon-btn {
    color: #1A1A1A !important;
    font-size: 24px;

}


.dropdown-menu-nav {
    top: 64% !important;
    left: 40% !important;
}

[type=search] {
    outline-offset: 0 !important;
    border: 0 !important;
}

.btn-search {
    background-color: #1c4478 !important;
}


.border-anim {
    position: relative;
    padding: 10px 20px;
}

.border-anim::after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
     background: #1a8339;
    transition: height 0.3s;
}

.border-anim:hover::after {
    height: 1x;
    transition: height 0.3s;
}

.border-anim+.border-anim::after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 1px;
    background: #1a8339;
    transition: width 0.3s;
}

.border-anim+.border-anim:hover::after {
    width: 100%;
    transition: width 0.3s;
}







.border-anim2 {
    position: relative;
    padding: 10px 20px;
}

.border-anim2::after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 0;
    background: #E5620D;
    transition: height 0.3s;
}

.border-anim2:hover::after {
    height: 5px;
    transition: height 0.3s;
}

.border-anim2+.border-anim2::after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 5px;
    background: #E5620D;
    transition: width 0.3s;
}

.border-anim2+.border-anim2:hover::after {
    width: 100%;
    transition: width 0.3s;
}

.product-item1 {
    background-color: white;
    width: 95%;
    height: 280px;
    margin: 1rem;
    border-radius: 5px;
    padding: 0;
}

.product-item2 {
    background-color: white;
    /* width: 95%; */
    /* height: 95%; */
    margin: 1rem;
    border-radius: 5px;
    padding: 0;
}

.btn-orange {
    background-color: #E5620D !important;
}


@media (max-width: 575px) {
    .product-item1 {
        height: inherit;
    }
}

.container-prod {
    width: 95% !important;
}


/*********************************
15. Brands
*********************************/

.brands {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
}

.brands_slider_container {
    height: 130px;

    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-left: 50px;
    padding-right: 50px;
}

.brands_slider {
    height: 100%;
}

.brands_item {
    height: 100%;
}

.brands_item img {
    max-width: 100%;
}

.brands_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer;
}

.brands_nav i {
    color: #e5e5e5;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.brands_nav:hover i {
    color: #676767;
}

.brands_prev {
    left: 40px;
}

.brands_next {
    right: 40px;
}

.responsive-none {
    display: none;
}



@media (max-width: 991px) {
    .responsive-none {
        display: inherit;
    }
}

/* Small modifier: used for pages without banner (e.g. checkout) to avoid large empty header */
.page-header.page-header--small {
    padding: 20px 0 !important;
    min-height: 120px !important;
    height: 120px !important;
    display: flex !important;
    align-items: center !important;
    background: #363a42 !important;
    color: #ffffff !important;
    margin-bottom: 0 !important;
}

.page-header.page-header--small h2 {
    color: #ffffff !important;
}

.citaly-section {
    padding: 60px 0;
}

.citaly-left h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.citaly-left p {
    font-size: 16px;
    margin-bottom: 15px;
}

.citaly-list {
    padding-left: 18px;
    margin-bottom: 25px;
}

.citaly-list li {
    margin-bottom: 8px;
}

.citaly-btn {
    display: inline-block;
    background: #a4cc04;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

.citaly-btn:hover {
    background: #8fb800;
    color: #fff;
}

.citaly-main-image {
    max-width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
}
.citaly-btn {
    display: inline-block;
    background: #a4cc04;
    color: #fff;
    padding: 10px 18px;   /* menos ancho y alto */
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;      /* m��s compacto */
}

.citaly-btn:hover {
    background: #8fb800;
    color: #fff;
}
.citaly-btn {
    display: inline-block;
    background: #a4cc04;
    color: #fff;
    padding: 6px 12px;   /* �9�6 reduce el tama�0�9o */
    font-size: 13px;     /* �9�6 texto m��s peque�0�9o */
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
}
