@import url(header.css);
@import url(texto.css);
@import url(globos.css);
@import url(footer.css);
@import url(newstyles.css);
@import url(fontello.css);


.seccion1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.seccion1 article {
    width: 49%;
    text-align: center;
}

.seccion1 article a{
    color: #556F35;
}

.seccion1 article a:hover {
    color: #D76F21;
}

.seccion1 .domicilio {
    width: 100%;
}

.contenedor1-1 .carta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.contenedor1-1 .carta .foto-menu img {
    width: 150px;
    border-radius: 5px;
    display: inline-block;
    margin: 5px;
    border: 2px solid transparent;
}

.contenedor1-1 .carta .foto-menu img:hover {
    border-radius: 5px;
    border: 2px solid #D76F21;
}


@media screen and (max-width:800px){
    .seccion1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .seccion1 article {
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }
}