.texto-primario {
color: #a61206; }
.cajas-nosotros {
display: grid; }
.cajas-nosotros .wp-block-column {
display: grid;
grid-template-rows: repeat(auto-fit, minmax(100px, 1fr));
margin: 0 !important; }
.cajas-nosotros .wp-block-image {
margin: 0;
overflow: hidden;
height: 24rem; }
.cajas-nosotros img {
display: block;
object-fit: cover;
height: 30rem;
width: 100%; }
@media (min-width: 768px) {
.cajas-nosotros {
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); } }
.wp-block-lapizzeria-boxes {
height: 24rem;
padding: 4rem 2rem;
display: grid;
align-items: center; }
.wp-block-lapizzeria-boxes p {
font-size: 1.4rem;
line-height: 1.5; }
.wp-block-lapizzeria-boxes h2 {
font-size: 2rem;
margin: 0;
line-height: 1;
font-weight: 700;
text-transform: uppercase; }
.titulo-menu {
color: #a61206;
font-family: "Raleway", sans-serif;
text-align: left;
font-size: 3rem;
font-weight: 700; }
@media (min-width: 768px) {
.nuestro-menu {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
list-style: none !important;
padding: 0;
margin: 0; }
.nuestro-menu li {
flex: 0 0 calc(50% - 2rem); } }
.precio-titulo {
border-bottom: 1px solid #dfdfdf;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 1.5rem; }
.precio-titulo h3 {
font-weight: 700;
text-transform: uppercase;
margin: 0;
font-size: 2.2rem; }
.precio-titulo p {
color: #f19f30;
font-family: "Raleway", sans-serif;
font-weight: 700;
font-size: 2.4rem !important;
margin: 0; }
.contenido-plato p {
color: #3d3d3d;
line-height: 2;
font-size: 1.4rem !important;
font-family: "Raleway", sans-serif;
text-align: left; }
.galeria-pizzeria h2 {
color: #a61206;
font-weight: 700; }
ul.listado-imagenes {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
list-style: none !important;
margin-top: 3rem !important;
grid-gap: 2rem; }
.imagen img {
display: block;
width: 100%; }
.lapizzeria-agregar-imagen {
margin: 0 auto; }
.hero-block {
display: flex;
flex-direction: column;
justify-content: center;
padding: 3rem;
background-size: cover; }
.hero-block h1, .hero-block p {
color: #ffffff;
padding: .5rem;
text-transform: uppercase; }
.alignfull {
margin: 0 calc(50% - 50vw);
max-width: 100vw;
width: 100vw;
height: auto !important; }
@media (min-width: 768px) {
.alignfull {
margin: 0 calc(49.3% - 50vw); } }
.contenido-hero,
.contenido-ingredientes {
max-width: 1200px;
margin: 0 auto; }
.ingredientes-bloque {
background-size: cover;
padding: 8rem 2rem; }
.texto-ingredientes h1 {
text-transform: uppercase; }
.texto-ingredientes h1, .texto-ingredientes p {
color: #ffffff; }
.imagen-ingredientes {
display: flex;
align-items: center;
justify-content: center;
margin-top: 3rem; }
.imagen-ingredientes img {
border-radius: 5px; }
@media (min-width: 768px) {
.contenido-ingredientes {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-column-gap: 2rem; }
.imagen-ingredientes {
margin-top: 0; } }
.map_block_leaflet {
margin-top: 3rem;
height: 450px !important; }
.bloque-contenedor {
background-repeat: no-repeat;
background-position: top left; }
.bloque-contenedor .contenido-bloque {
padding: 5rem 0; }
.bloque-contenedor .bloques-internos {
padding: 3rem;
margin: 2rem;
background-color: rgba(255, 255, 255, 0.8); }
@media (min-width: 768px) {
.bloque-contenedor .contenido-bloque {
min-height: 60rem;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 2rem; }
.bloque-contenedor .bloques-internos {
grid-column: 2 / 3; } }