@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&family=Poppins:wght@300;400;500&display=swap');
root{
    --lg-font: 'Kaisei Opti', serif;
    --sm-font: 'Poppins', sans-serif;
}
body{
    font-family: var(--sm-font);
}

/*  buttons  */
.btn:not(.nav-btns button){
    background-color: #fff;
    color: rgb(85,85,85);
    padding: 10px 28px;
    border-radius: 25px;
    border: 1px solid rgb(85,85,85);
}
.btn:not(.nav-btns button):hover{
    background-color: #007aff;
    color: #fff;
    border-color: #007aff;
}
.btn-cancel:hover{
    background-color: #9f0000!important;
    color: #fff;
    border-color: #9f0000!important;
}

/*  Navbar  */
.navbar{
    box-shadow: 0 3px 9px 3px rgba(0,0,0,0.1);
}
.navbar-brand img{
    width: 256px;
}
.navbar-brand span{
    letter-spacing: 2px;
    font-family: var(--lg-font);
}
.nav-link:hover{
    color: #007aff!important;
}
.nav-item{
    border-bottom: 0.5px solid rgba(0,0,0,0.1);
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

/*  header  */
#header{
    background: url(../images/techBackground2.jpg) top/cover no-repeat;
}
.carousel-inner h1{
    font-size: 60px;
    font-family: var(--lg-font);
    /* 1 pixel black shadow to left, top, right and bottom */
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.carousel-item .btn{
    border-color: #fff!important;
}
.carousel-item .btn:hover{
    border-color: #007aff!important;
}

/*  Title */
.title h2::before{
    position: absolute;
    content: "";
    width: 4px;
    height: 50px;
    background-color: #007aff;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

/*  Imagenes    */
.img-preview{
    max-width: 50%;
    height: auto;
}

/*  Dividers  */
hr.solid {
    border-top: 2px solid #999;
}

/* Productos */
.active-filter-btn{
    background-color: #007aff!important;
    color: #fff;
    border-color: #007aff!important;
}
.flex-parent-element {
    display: flex;
    width: 100%;
}
.flex-child-element {
    margin: 5px;
}
.flex-child-element:first-child {
    margin-right: 100px;
}

/*  Center Hero */
CSS.mb-6 {
    margin-bottom: 4.5rem !important;
}
.mb-7 {
    margin-bottom: 6rem !important;
}
.mb-8 {
    margin-bottom: 7.5rem !important;
}
.mb-9 {
    margin-bottom: 9rem !important;
}
.mb-10 {
    margin-bottom: 10.5rem !important;
}
.py-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}
.py-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.py-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
}
.py-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}
.py-10 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
}
.hcf-bp-center {
    background-position: center !important;
}
.hcf-bs-cover {
    background-size: cover !important;
}
.hcf-overlay {
    --hcf-overlay-opacity: 0.5;
    --hcf-overlay-bg-color: var(--bs-black-rgb);
    position: relative;
}
.hcf-overlay::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(
            var(--hcf-overlay-bg-color),
            var(--hcf-overlay-opacity)
    );
    z-index: 0;
}
.hcf-overlay > * {
    position: relative;
    z-index: 1;
}
.hcf-transform {
    transform: scale3d(1, 1, 1);
    transform-style: preserve-3d;
    transition: all 0.5s;
}

/*  Paginacion  */
.pagination > .active > a
{
    color: white !important;
    background-color: #21252a !Important;
    border: solid 1px #21252a !Important;
}


/*  Media   */
@media (min-width: 576px) {
    .mb-sm-4{
        margin-bottom: -1rem !important;
    }
    .mb-sm-5{
        margin-bottom: 1rem !important;
    }
    .mb-sm-6 {
        margin-bottom: 4.5rem !important;
    }
    .mb-sm-7 {
        margin-bottom: 6rem !important;
    }
    .mb-sm-8 {
        margin-bottom: 7.5rem !important;
    }
    .mb-sm-9 {
        margin-bottom: 9rem !important;
    }
    .mb-sm-10 {
        margin-bottom: 10.5rem !important;
    }
    .py-sm-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }
    .py-sm-7 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .py-sm-8 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }
    .py-sm-9 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
    .py-sm-10 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important;
    }
}
@media (min-width: 768px) {
    .mb-md-6 {
        margin-bottom: 4.5rem !important;
    }
    .mb-md-7 {
        margin-bottom: 6rem !important;
    }
    .mb-md-8 {
        margin-bottom: 7.5rem !important;
    }
    .mb-md-9 {
        margin-bottom: 9rem !important;
    }
    .mb-md-10 {
        margin-bottom: 10.5rem !important;
    }
    .py-md-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }
    .py-md-7 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .py-md-8 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }
    .py-md-9 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
    .py-md-10 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important;
    }
}
@media (min-width: 992px) {
    .mb-lg-6 {
        margin-bottom: 4.5rem !important;
    }
    .mb-lg-7 {
        margin-bottom: 6rem !important;
    }
    .mb-lg-8 {
        margin-bottom: 7.5rem !important;
    }
    .mb-lg-9 {
        margin-bottom: 9rem !important;
    }
    .mb-lg-10 {
        margin-bottom: 10.5rem !important;
    }
    .py-lg-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }
    .py-lg-7 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .py-lg-8 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }
    .py-lg-9 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
    .py-lg-10 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important;
    }
}
@media (min-width: 1200px) {
    .mb-xl-6 {
        margin-bottom: 4.5rem !important;
    }
    .mb-xl-7 {
        margin-bottom: 6rem !important;
    }
    .mb-xl-8 {
        margin-bottom: 7.5rem !important;
    }
    .mb-xl-9 {
        margin-bottom: 9rem !important;
    }
    .mb-xl-10 {
        margin-bottom: 10.5rem !important;
    }
    .py-xl-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }
    .py-xl-7 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .py-xl-8 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }
    .py-xl-9 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
    .py-xl-10 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important;
    }
}
@media (min-width: 1400px) {
    .mb-xxl-6 {
        margin-bottom: 4.5rem !important;
    }
    .mb-xxl-7 {
        margin-bottom: 6rem !important;
    }
    .mb-xxl-8 {
        margin-bottom: 7.5rem !important;
    }
    .mb-xxl-9 {
        margin-bottom: 9rem !important;
    }
    .mb-xxl-10 {
        margin-bottom: 10.5rem !important;
    }
    .py-xxl-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }
    .py-xxl-7 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .py-xxl-8 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }
    .py-xxl-9 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
    .py-xxl-10 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important;
    }
}
@media(min-width: 992px){
    .nav item{
        border-bottom: none;
    }
}

