.bannerI{
    /* border: 2px solid black; */
    margin-top: 84px;
    height: auto;
}

.bannerI .contenedor-princ{
    /* border: 2px solid black; */
    background-image: url(./../imagenes/banner_web.jpg) ;
    background-attachment:local ;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 19.8rem;
    filter:saturate(101%) brightness(101%);
}

.bannerI-2{
    /* border: 2px solid black; */
    height: auto;
    margin-top: 25px;
}


.bannerI-2 .contenedor img{
    /* border: 1px solid black; */
    box-shadow: rgba(0, 0, 0, 0.55) 2.4px 2.4px 13.2px;
    width: 100%;
    border-radius: 8px;
}

.bannerI-3{
    margin-top: 25px;    
    height: auto;
}


.uno-1{
    /* border: 2px solid black; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(11.9rem, 1fr));
    grid-auto-rows: auto;
    gap: 1rem;
    margin-top: 15px ;
    margin-bottom: 25px;
}

.uno-1 .article{
    /* border: 1px solid black; */
    margin: auto;
}

.uno-1 img{
    /* border: 2px solid black; */
    width: 50%;
    object-fit: contain;
    text-align: center;
    margin: auto;
}







@media screen and (max-width:1199px){
    .bannerI{
        /* border: 2px solid black; */
        margin-top: 81px;
        height: auto;
    }
} 



@media screen and  (max-width:767px){
    .uno-1 img{
        /* border: 2px solid black; */
        width: 45%;
        object-fit: contain;
        text-align: center;
        margin: auto;
    }
}

@media screen and (max-width:640px){
    .bannerI .contenedor-princ{
        /* border: 2px solid black; */
        background-image: url(./../imagenes/banner_movil.png) ;
        background-attachment:local ;
        background-size: cover;
        background-position:center top;
        background-repeat: no-repeat;
        width: auto;
        height: 15.9rem;
    }
}


@media screen and  (max-width:478px){

    .uno-1 img{
        width: 30%;
        object-fit: contain;
        text-align: center;
        margin: auto;
    }

}