    .suport-tec__bg {
        background: url(../../img/sup_car.png);
        /* background-color: rgb(28, 28, 28); */
        background-size: cover;
        background-color: hsl(0, 0%, 13%);
    background-position: center;
    background-repeat: no-repeat;
    }
    
    .suptec {
        width: 90%;
        max-width: 1140px;
        height: 400px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 3fr;
    }
    
    .suptec__imgbox {
        position: relative;
        height: 100%;
    }
    
    .suptec__img {
        position: absolute;
        width: 100%;
        top: 15%;
        left: 15%;
        z-index: 2;
        max-width: 230px;
        transition: opacity 0.5s ease-in-out;
        opacity: 1;
    }
    
    .suptec__carouselbox,
    .suptec__carousel {
        height: 95%;
        display: flex;
        align-items: center;
        overflow: hidden;
        max-width: 1100px;
    }
    
    /* .suptec__carousel {
        border-radius: 35px 10em 10%;
    } */
    
    .carousel--mod,
    .carousel-inner--mod {
        height: 100%;
    }
    
    .carousel-item img {
        width: 907px;
        height: 356px;
        object-fit: cover;
    }
    
    .parraf {
        color: var(--white-supbyte);
        font-weight: bold;
        padding: 10px 80px 10px 80px;
    }
    
    .parraf h2 {
        font-family: 'Sora',sans-serif;
        font-size: 25px;
        color: var(--white-supbyte);
        font-weight: bold;
    }
    
    .parraf p {
        font-family:'Sora', sans-serif;
        font-size: 23px;
        font-weight: 300;
    }
    
    .suptec-carrusel__contenido {
        height: 400px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        /* background: rgba(0, 0, 0, 0.7) no-repeat center/cover; */
    }
    
    @media (max-width: 900px) and (min-width: 630px) {

        .suptec {
            grid-template-columns: auto;
            grid-template-rows: 3fr 1fr;
            height: 550px;
            }
        
            .suptec__imgbox {
            order: 2;
            }
        
            .suptec__img {
            width: 50%;
            top: -70%;
            left: 30%;
            }
        
            .suptec__carouselbox {
            order: 1;
            }
        }
    

    @media (max-width: 630px) and (min-width: 490px){
        .suptec {
        grid-template-columns: auto;
        grid-template-rows: 3fr 1fr;
        height: 550px;
        }
    
        .suptec__imgbox {
        order: 2;
        }
    
        .suptec__img {
        width: 35%;
        top: -60%;
        left: 30%;
        }
    
        .suptec__carouselbox {
        order: 1;
        }
    
        .parraf p {
        font-size: 18px;
        }
    
        .parraf h2 {
        font-size: 20px;
        }
    }

    @media (max-width: 490px) and (min-width: 400px){
        .suptec {
            grid-template-columns: auto;
            grid-template-rows: 3fr 1fr;
            height: 500px;
            }

            .suptec__imgbox {
            order: 2;
            }
        
            .suptec__img {
            width: 50%;
            top: -65%;
            left: 30%;
            }
        
            .suptec__carouselbox {
            order: 1;
            }

            .parraf {
                padding: 10px 50px 10px 50px;
            }
            
            .parraf h2 {
                font-size: 15px;
                }

            .parraf p {
            font-size: 15px;
            }
    }

    @media (max-width: 400px) {
        .suptec {
        grid-template-columns: auto;
        grid-template-rows: 3fr 1fr;
        height: 550px;
        }
    
        .suptec__imgbox {
        order: 2;
        }
    
        .suptec__img {
        width: 60%;
        top: -50%;
        left: 20%;
        }
    
        .suptec__carouselbox {
        order: 1;
        }
    
        .parraf p {
        font-size: 15px;
        }

        .parraf {
            padding: 10px 30px 10px 40px;
        }
    
        .parraf h2 {
        font-size: 15px;
        }
    }
