#menu img { width: 100px; height: 100px; } #menuprincipal img { width: 100px; height: 100px; } #menu { background-color: #d9fba2; } #menuprincipal { background-color: #d9fba2; } .container-fluid { background-color: #d9fba2; color: white; } #carrusel { width: 80%; display: flex; flex: 4; justify-content: center; margin-left: 150px; } .carouselExampleCaptions { display: flex; flex: 4; justify-content: center; } .carousel-inner img { height: 600px; } #contenedor { display: flex; flex-direction: column; } #eslogan { text-align: center; margin-top: 10px; box-shadow: 5px 5px 10px grey; width: 80%; margin-left: 150px; } body { min-height: 100vh; display: flex; flex-direction: column; } main { flex: 1; } #logo { background-color: #d9fba2; } #foot { background-color: #333; color: white; margin-top: 10px; text-align: center; } #foot a { color: white; text-decoration: none; } #redes img { height: 75px; width: 75px; } @media(max-width:768px) { #carrusel { margin: 25px; width: 90%; height: 100%; padding-left: 10px; } .carousel-inner img { width: 400px; height: 400px; } #foot { text-align: left; } #eslogan { justify-content: left; margin-left: 50px; } }