/* Fondo principal */
.fondo{
    background-image: url(/Imagenes/principal4.webp);
    height: 480px;
    background-position: top center;
    background-size: cover;
 }

 body{
    padding-top: 58px;
 }

/* Barra de navegacion */
@media screen and (max-width:576px){
    .botondelivery{
        display: none;
    }
}

@media screen and (min-width:576px){
    .botondelivery2{
        display: none;
    }
}

/* Boton success */
 .btn-success{
    background-color: rgb(65, 172, 160);
    border-color: rgb(65, 172, 160);
    border-radius: 100px;
 }

 .btn-success :hover{
    background-color: rgb(10, 81, 73);
    border-color: rgb(10, 81, 73);
    border-radius: 0px;
 }

/* Imagen cuadricula */
 .imagen-cuadricula {
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 0px;

 }

 .imagen-cuadricula img {
   object-fit: cover;
 }

 /* Pie de pagina */

 .piepagina{
    background-color: rgb(10, 81, 73);
 }