.banner-hero-triptofano{margin: 0 auto;
    justify-content: center;
    background-color: #212121;
    padding: 0px;
    padding-top: 0px;    
    width: 100%;
    height: 700px; 
    background-image: url("/imgs/img-home-banners/landing-page/triptofano/Banner-principal-landing-page-Triptofano-high-width.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: 0.5s;border-radius: 10px;margin-bottom: 70px;}




@media screen and (max-width: 1000px) {

.banner-hero-triptofano{
margin-top: 0px;    
width: 100%;
height: 400px; 
background-image: url("/imgs/img-home-banners/landing-page/triptofano/Banner-principal-landing-page-Triptofano.jpg");
margin-bottom: 50px;
}

}


@media screen and (max-width: 720px) {

.banner-hero-triptofano{
margin-top: 80px;    
width: 100%;
height: 250px; 
background-image: url("/imgs/img-home-banners/landing-page/triptofano/Banner-principal-landing-page-Triptofano-mobile.jpg");
margin-bottom: 25px;
}

}