#carouselOne{
    cursor: pointer;
    height:auto;
    background-image: url(../images/planilla-bg-main.webp); 
    background-position: bottom; 
    background-size: contain; 
    background-repeat: no-repeat;
    background-color: var(--claro);
}

.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) {
    
    .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;
    }

    .items-title-bottom ul {
        padding-left: 0!important;
    }
    .items-title-bottom ul li {
        font-size: 0.6rem!important;
    }
}