﻿/* CAROUSEL */
.img-carousel {
    height: 100%;
}

/* END CAROUSEL */

/* BANDA DE INFORMACION */

.info-col {
    border-right: 1px solid #f0f0f0;
}

.info-icon {
    font-size: 40px;
}

/* END BANDA */

.card-cate img {
    position: relative;
    transition: all 300ms;
}

.card-cate:hover img {
    transform: scale(1.2);
}

.card-cate:hover > .row > .col-7 > .card-body * {
    color: #f0f0f0 !important;
}

.img-cate {
    width: 150px !important;
    height: 150px !important;
}

.bannerInicio {
    background-image: url('https://thermoboxperu.com/wp-content/uploads/2023/12/d3d3d3d-1024x480-1.jpg');
    /*background-image: url('../img/bg_title/bg_title.jpg');*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    min-height: 300px;
    flex-direction: row;
    justify-content: center;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Relación de aspecto 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

@media (max-width: 767.98px) {
    .title-section {
        font-size: 1.2rem;
    }

    .bannerInicio {
        min-width: 200px;
    }
}

@media (max-width: 575.98px) {
    .contain-nav {
        flex-direction: initial !important;
    }

    .nav-menu-search {
        flex-direction: column !important;
        margin-top: 20px;
    }

    .navbar-nav {
        justify-content: start;
    }

    .info-col {
        border-bottom: 1px solid #f0f0f0;
    }
}

@media (min-width: 992px) {
    .img-carousel {
        height: 50%;
    }
}

@media (min-width: 1400px) {
 /*   .img-carousel {
        height: 522px;
    }*/
}

@media (min-width: 1920px) {
   /* .img-carousel {
        height: 100%;
    }*/
}
