#carouselOne{
    cursor: pointer;
    height:900px;
    background-image: url(../images/carousel/fondo-banner.jpg); 
    background-position: bottom; 
    background-size: contain; 
    background-repeat: no-repeat;
}

.logos-tab {
    display: flex;
    justify-content: center;
    gap: 50px;
}

img.logos-tab--image {
    width: 200px;
    height: 200px;
    object-fit: scale-down;
}


@media only screen and (max-width: 1200px) {
    .banner-title{
        font-size: 2rem!important;
    }
    #carousel-banner {
		height: auto!important;
	}
    .items-title ul li{
        color: #fff;
        font-size: 0.9rem!important;
    }
    #carouselOne{
        height:auto!important;
    }
    .item-banner{
        padding-bottom: 0.5rem;
        padding-top: 3rem;
    }
    .items-title-bottom {
        height: 30vh!important;
    }
}

@media screen and (max-width: 680px) {
    #carouselOne{
        background-size: cover!important;
    }
    .separador{
        display: none!important;
    }
    .items-title ul {
        justify-content: space-evenly!important;
        flex-wrap: wrap;
    }
    .items-title ul li {
        margin-bottom: 20px!important;
        font-size: 0.7rem!important;
    }
    .banner-title {
        font-size: 1.5rem!important;
    }
    .carousel-overlay{
        background: linear-gradient(180deg, rgba(27, 24, 101, 0.80) 0%, rgba(27, 24, 101, 0.80) 52.60%, rgba(26, 25, 100, 0.80) 63.13%, rgba(20, 20, 84, 0.80) 76.15%, rgba(3, 3, 37, 0.80) 89.36%);
    }
    .items-title-bottom ul {
        padding-left: 0!important;
    }
    .items-title-bottom ul li {
        font-size: 0.6rem!important;
    }
}
