* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #56776c;
    padding: auto;
}

@font-face {
    font-family: "cabecera";
    src: url(../JARDINERIA/fuentes/Beauty\ and\ the\ Beast\ Sample.ttf);
}

.navbar-brand {
    font-family: "cabecera";
}

.barra {
    padding: 20px 0;
    background: #46898d;
}


/* slider*/

.card {
    margin: 20px;
}

.carousel-inner {
    height: 80vh;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

#section1 {
    background: #ffffff;
}

#section2 {
    background: #ffffff;
}

#section3 {
    background: #46898d;
}

#section4 {
    background: #46898d;
}

#section5 {
    background: #ffffff;
}

.contenedor-imagenes {
    display: flex;
    width: 85%;
    margin: auto;
    justify-content: space-around;
    flex-wrap: wrap;
    border-radius: 3px;
}

.contenedor-imagenes .imagen {
    width: 32%;
    position: relative;
    height: 250px;
    margin-bottom: 5%;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .75);
}

.imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: .5s ease;
}

.overlay h2 {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    transform: translate(-50%, -50%);
}

.overlay h2 p {
    text-align: center;
}

.imagen:hover .overlay {
    height: 100%;
    cursor: pointer;
}


/*producto*/

#lista-platillos .row {
    margin-bottom: 20px;
}

.agregar-carrito {
    margin: 10px 0;
}

.card {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

@media (min-width:550px) {
    .card {
        text-align: left;
    }
}

.info-card {
    padding: 10px 20px;
    color: white;
}

.info-card p,
.card h4 {
    margin-bottom: 5px;
}

.info-card .precio {
    text-decoration: line-through;
    font-size: 18px;
    margin-top: 10px;
}

.info-card .precio span {
    font-weight: 700;
    font-size: 22px;
}

.footer {
    margin-top: 40px;
    padding-top: 40px;
    background: #1d2124;
}

.footer .menu a {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    x
}

.parrafo2 {
    text-align: left: ;
    ;
    ;
}


/*redes sociales*/


/*tipo de letra*/

.cliente {
    background-color: #000000;
    color: rgb(255, 255, 255);
    margin: 0px;
    padding: 25px;
}


/*BOTON CENTRADO*/

.botonce {
    margin-left: 40%;
}


/*modal*/