/*
    Theme Name: Alpecorp
    Theme URI:
    Author: MC

    Description: Theme Diseñado para Alpecorp
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: vehiculos, bomberos, flexbox, css grid, mobile first
    Text Domain: alpecorp
*/


/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --blue-color: #0054a6;
    --cyan-color: #abe5ff
}
body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.1;

}
html {
    background-color: var(--blue-color)
}

.container{
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.mon-thin {
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
}
.mon-extralight {
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
}
.mon-light {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}
.mon-regular {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.mon-medium {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.mon-semibold {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.mon-bold {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.mon-extrabold {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}
.mon-blck {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
}
.container-fluid {
    max-width: 1400px;
}
.navbar {
    padding: 0;
    backdrop-filter: blur(3px);
}
.navbar-brand {
    width: 65%;
    padding-block: 10px;
}
.navbar:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0, 145, 244);
    background: linear-gradient(90deg, rgba(0, 145, 244, 1) 0%, rgba(0, 36, 79, 1) 100%);
    z-index: -1;
    transition: all 0.3s linear;
    opacity: 0.5;
}
.navbar:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 145, 244, 1) -64%, rgba(0, 36, 79, 1) 50%);
    transition: all 0.3s linear;
    z-index: -1;
    opacity: 0;
}
.navbar:has(.navbar-toggler.collapsed)::before {
    opacity: 0.9;
}
.navbar:has(.navbar-toggler)::after {
    opacity: 0.8;
}
.navbar:has(.navbar-toggler.collapsed)::after {
    opacity: 0;
}
.navbar .nav-link.active, .navbar .nav-link.show {
    color: white;
}
.navbar .nav-link {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    color: white;
    position: relative;
    padding: 11px;
    margin-block: 2px;
}
.navbar-toggler {
    border-color: transparent;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.carousel-caption {
    position: absolute;
    top: 50%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    transform: translateY(-30%);
    bottom: inherit;
    text-shadow: 3px 3px 3px rgb(0 0 0 / 67%);
    right: 15%;
}
.fs-big {
    font-size: clamp(2.2rem, -0.9321rem + 8.7429vw, 5.625rem);
}
.carousel-item .banner-img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
    min-height: 400px;
    max-height: 756px;
}
.carousel-item:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 2px #61beff !important;
}
.navbar .dropdown-header {
    color: rgba(255, 255, 255, 1.00);
    padding: 9px 6px;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar .dropdown-menu .dropdown-item {
    color: #50d6ff;
    font-size: 15px;
    padding: 6px 12px;
    line-height: 1.2;
    border-radius: 5px;
    margin: 3px 0px;
    transition: all 0.2s ease;
}
.navbar .nav-link:before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s ease;
}
.navbar .nav-link:hover {
    background-color: rgba(80, 214, 255, 0.1)
}
.navbar .dropdown .dropdown-menu {
    background-color: rgb(0 18 43 / 85%);
    padding: 4px;
    margin-top: -1px;
    border-radius: 10px;
}
.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    background-color: #afaeaea3;
    color: #ffffff;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: #ffffff;
    background-color: #158ee1b8;
}
.navbar .nav-link.active, .navbar .nav-link.active:hover {
    background-color: rgba(80, 214, 255, 0.36);
}
.navbar .nav-link.active:before, .navbar .nav-link.active:hover:before {
    width: 100%;
    background-color: #00244f;
    height: 4px;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #0e8ee8;
}

.carousel-control-next, .carousel-control-prev {
    width: 10%;
    opacity: 1;
    top: 15%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}
.carousel-control > span {
    transition: all 0.2s ease
}



.carousel-control:hover > span {
    filter: drop-shadow(2px 2px 2px black);
    transform: scale(1.1) translatey(2px);
}
.mainTitles {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.mainTitles h1 {
    font-weight: 800;
    color: rgba(0, 0, 0, 1.00);
    line-height: 1.1
}
.mainTitles:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 35%;
    background-color: var(--blue-color);
    bottom: -12px;
    min-width: 160px;
}
.img-fill {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.productBox img {
    aspect-ratio: 1;
}
.productBox > div {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.productBox .productName {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 103, 188, 0.85);
    color: rgba(255, 255, 255, 1.00);
    display: flex;
    min-height: 75px;
    padding: 15px 20px 23px;
    align-items: center;
}
.productBox p {
    margin: 0;
    position: relative;
    display: inline-flex;
}
.productBox p:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 35%;
    height: 6px;
    background-color: white;
    min-width: 100px;
}
.customize-controls {
    display: flex;
    flex-wrap: wrap;
    outline: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 99%;
    transform: translate(-50%, -50%);
    height: 1px;
    z-index: 5;
}
.customize-controls > div {
    transform: translateY(-50%);
}
.customize-controls > div[aria-disabled="true"] {
    opacity: 0.2
}
.customize-controls i {
    font-size: 44px;
    color: rgb(255 255 255);
    cursor: pointer;
    filter: drop-shadow(2px 2px 2px black);
    line-height: 0;
    display: inline-block;
}
.bg-gray {
    background-color: #f2f2f2
}
.fs-icon {
    font-size: clamp(3rem, 2.2857rem + 2.2857vw, 4rem);
}
.fs-icon-footer {
    font-size: clamp(2.5rem, 2.2857rem + 2.2857vw, 3.5rem);
}
.blue-icon {
    color: var(--blue-color)
}
.i-stroke:before {
    -webkit-text-stroke: 2px;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0067bc;
    --bs-btn-border-color: #0067bc;
    padding: 15px 25px;
    border-radius: 14px;
    min-width: 180px;
    line-height: 1;
    position: relative;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #033D6C;
}
.bg-blue {
    background-color: var(--blue-color);
}
.text-cyan {
    color: var(--cyan-color)
}
.btn-primary-outline {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 15px 25px;
    border-radius: 14px;
    min-width: 180px;
    line-height: 1;
    position: relative;
    text-shadow: none;
}
.btn-primary-outline:hover, .btn-primary-outline:focus, .btn-primary-outline:active {
    border: 1px solid rgba(0, 202, 253, 1.00);
}
.aboutUsHomeSection {
    background-image: url("../alpecorp/images/home/two-colleagues-factory.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    position: relative
}
.aboutUsHomeSection:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 19, 28, 0.78);
}
.white-title h1 {
    color: rgba(255, 255, 255, 1.00)
}
.mainTitles.white-title:before {
    background-color: white;
}
.warpBrands {
    padding-inline: 50px
}
.brands-carousel > div {
    text-align: center
}
.brands-carousel img {
    max-width: 200px
}
.customize-controls-brands > div {
    background-color: var(--blue-color);
    border-radius: 50%;
}
.customize-controls-brands > div i {
    font-size: 30px;
    padding: 10px;
    filter: none
}
footer {
    background-color: #002035;
    color: white;
}
footer .separator > div:before {
    background-color: #3fa9f5;
}
.subFooter {
    background-color: var(--blue-color);
    font-size: 14px;
    line-height: 1;
    font-weight: 200
}
footer a:hover {
    color: rgba(63, 169, 245, 1.00) !important;
}


.redes-social-icon i {
    transition: transform 0.2s ease, color 0.2s ease;
}
.redes-social-icon:hover i {
    transform: scale(1.15);
}

/* Colores al hacer hover */
.redes-social-icon:hover i.bi-facebook { color: #1877f2 !important; }
.redes-social-icon:hover i.bi-instagram { color: #e4405f !important; }
.redes-social-icon:hover i.bi-linkedin { color: #0a66c2 !important; }
.redes-social-icon:hover i.bi-twitter-x { color: #000000 !important; }
.redes-social-icon:hover i.bi-youtube { color: #ff0000 !important; }
.redes-social-icon:hover i.bi-whatsapp { color: #25d366 !important; }
.redes-social-icon:hover i.bi-tiktok { color: #fe2c55 !important; }


.bannerPage {
    position: relative
}
.imgBanner {
    aspect-ratio: 19/9;
    overflow: hidden;
    min-height: 315px;
    width: 100%;
    max-height: 615px;
}
.bannerPage .carousel-caption {
    left: 50%;
    top: 59%;
    width: 100%;
    max-width: 1400px;
    transform: translateX(-50%);
    padding: 20px;
}

.bannerPage .carousel-caption p{
    max-width: 800px;
}

.bannerPage.bannerDetail .carousel-caption p{
    max-width:inherit;
}


.bannerPage.bannerDetail .carousel-caption {
    text-align: center;
    top: 68%;
    transform: translate(-50%, -50%);
}
.row-filters > div {
    aspect-ratio: 4/2.5;
    position: relative;
}
.bg-dark-blue {
    background-color: #002035;
}
.row-filters .col > div {
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
}

.row-filters a {
    position: relative;
    display: block;
    height: 100%;
}

.row-filters a::before {
    position: absolute;
    content: "";
    inset: 0px;
    background-color: rgb(0, 84, 166);
    opacity: 0;
    transition: 0.3s;
}

.row-filters a::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: bootstrap-icons;
    font-size: clamp(2.25rem, 1.1563rem + 3.5vw, 3.125rem);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    line-height: 0;
    opacity: 0;
    transition: 0.3s;
}

.row-filters a:hover::before {
    opacity: 0.83;
}

.row-filters a:hover::after {
    opacity: 1;
}

.filterProducts .navbar {
    background: none;
    backdrop-filter: none;
}

.filterProducts .navbar:before {
    display: none;
}
.filterMenu .mixitup-control-active, .filterMenu .mixitup-control-active:hover {
    background-color: var(--blue-color);
}
.filterMenu .nav-item {
    text-transform: uppercase;
    line-height: 1;
    cursor:ponter;
        
}
.filterMenu a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 20px !important;
    position: relative;
    font-size: 16px;
}
.filterMenu .navbar-toggler {
    background-image: none;
    width: auto;
    height: auto;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 17px;
    /* font-family: 'century_bold'; */
    margin: 10px 0;
    background-color: #0097ff;
    font-weight: 600;
    line-height: 1;
}
.filterMenu .navbar-toggler i {
    -webkit-text-stroke: 1px;
    font-size: 15px
}
.filterMenu .navbar-toggler[aria-expanded="true"] i:before {
    transform: rotate(90deg);
    transition: all 0.2s ease
}
.filterMenu .navbar-toggler[aria-expanded="false"] i:before {
    transform: rotate(0deg);
    transition: all 0.2s ease
}
#imageModal .modal-content {
    background-color: transparent;
    padding-inline: 40px;
    border: none;
}
#imageModal .modal-body {
    background-color: white
}
#imageModal .btn-close {
    background: none;
    padding: 0;
    color: white;
    opacity: 1;
    width: auto;
    height: auto;
}
#imageModal .modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}
#imageModal .prev {
    left: 0;
}
#imageModal .next {
    right: 0;
}
#imageModal .modal-dialog {
    max-width: 1200px;
}
#imageModal.show {
    backdrop-filter: blur(6px);
}
img#modalImg {
    aspect-ratio: 16 / 9;
}
.fade-in {
    animation: fadeIn 0.6s ease-in-out;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.modal-backdrop.show {
    opacity: 0.8;
}
.fs-large {
    font-size: clamp(2rem, 0.4286rem + 5.0286vw, 4.2rem);
}
.bannerDetail .imgBanner {
    aspect-ratio: 21 / 9;
    min-height: 295px;
    max-height: 445px;
    background-color: rgba(3, 74, 132, 1.00);
    width: 100%;
}
.ulFeatures {
    margin: 0;
    padding: 0;
}
.ulFeatures li {
    margin-left: 22px;
    padding-block: 4px
}

.ulFeatures li:last-child{
    padding-bottom: 15px;
}






@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important
    }
    .w-sm-50 {
        width: 50% !important
    }
    .w-sm-75 {
        width: 75% !important
    }
    .w-sm-auto {
        width: auto !important
    }

    .container{
        max-width: 100% !important;
    }
}
@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important
    }
    .w-md-50 {
        width: 50% !important
    }
    .w-md-75 {
        width: 75% !important
    }
    .w-md-auto {
        width: auto !important
    }
    .separator > div {
        position: relative;
    }
    .separator > div:before {
        content: "";
        position: absolute;
        width: 2px;
        height: 100%;
        background-color: rgb(110 110 110 / 63%);
        right: 0px;
        top: 0;
    }
    .separator > div:last-child:before {
        display: none;
    }
    footer .separator > div:before {
        opacity: 0;
    }
    .filterProducts .navbar .nav-link {
        padding: 15px 20px !important;
        border-radius: 10px;
        overflow: hidden;
        cursor: pointer;
    }

    .container{
        max-width: 100% !important;
    }
}
@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important
    }
    .w-lg-50 {
        width: 50% !important
    }
    .w-lg-75 {
        width: 75% !important
    }
    .w-lg-auto {
        width: auto !important
    }
    .navbar .nav-link.active:before, .navbar .nav-link.active:hover:before {
        height: 6px;
    }
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: -1px;
    }
    .navbar .dropdown > .dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
    .navbar > .container-fluid {
        align-items: flex-end
    }
    .navbar .nav-link {
        color: rgb(255 255 255 / 100%);
        padding: 70px 25px 15px 25px !important;
        position: relative;
        line-height: 1.2;
        display: flex;
        height: 100%;
        align-items: center;
        text-align: center;
        max-width: 200px;
        width: min-content;
        margin-block: 0;
    }
    .navbar .nav-link:hover:before {
        width: 100%;
    }



    .carousel-indicators {
        box-sizing: content-box;
        flex: 0 1 auto;
        border-radius: 50%;
        flex-direction: column;
        left: inherit;
        margin-right: inherit;
        margin-left: inherit;
        right: 15%;
        bottom: 42%;
        transform: translateY(60%);
    }
    .carousel-indicators [data-bs-target] {
        width: 30px;
        height: 30px;
    }
    footer .separator > div:before {
        opacity: 1;
    }
    .navbar:after {
        background: rgb(0, 145, 244);
        background: linear-gradient(90deg, rgba(0, 145, 244, 1) 0%, rgba(0, 36, 79, 1) 100%);
        opacity: 0.9;
    }

    .container{
        max-width: 100% !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important
    }
    .w-xl-50 {
        width: 50% !important
    }
    .w-xl-75 {
        width: 75% !important
    }
    .w-xl-auto {
        width: auto !important
    }
    .offcanvas-backdrop.show {
        opacity: 0;
        display: none
    }

    .container{
        max-width: 100% !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-100 {
        width: 100%
    }
    .w-xxl-50 {
        width: 50% !important
    }
    .w-xxl-75 {
        width: 75% !important
    }
    .w-xxl-auto {
        width: auto
    }

    .container{

        max-width: 100% !important;

    }
}