.principal
{
height: 700px;
display: flex;
}
.menu
{
font-family:'Trueno';
font-size: 30px;
}
.titulo-pizza
{
font-size: 48px;
    color: #FA4616;
text-align: center;
padding: 10px;
font-family:'Trueno';
}
.copy-pizza
{
font-size: 18px;
color: gray;

}
.copy-sucursales
{
font-size: 24px;
color: gray;
text-align: center;
line-height: 1.5;

}

.copy-sucursales h5 
{
font-size: 24px;
color: gray;
text-align: center;
line-height: 1.5;

}
.copy-sucursales-img h1{
    font-size: 40px;
  text-align: start;
  font-weight: 800;
  color: #FA4616;
}

.copy-sucursales-img  h3{
font-size: 24px;
text-align: start;
font-weight: 800;
color: #FA4616;
}
.name-pizza
{
color: #500D76;
font-size: 25px;
text-align: center;
font-family:'Trueno';
}
.precio-pizza
{
color: #FA4616;
font-size: 45px;
text-align: center;
    font-family:'Trueno';
}
.name-sucursal
{
color: #FA4616;
font-size: 40px;

    font-family:'Trueno';
}
.telefono-sucursal
{
color: #FA4616;
font-size: 20px;

    font-family:'Trueno';
}
.ingrediente-pizza
{
color: gray;
font-size: 14px;
text-align: center;
}
.direccion-sucursal
{
color: gray;
font-size: 16px;

}

.menu-homepage p
{
    font-size: 47px;
    color: #fff;
}
.down-menu
{
background: #99c923;
border-color: #99c923;
width: 180px;
border-radius: 10px;
padding: 10px;
color: #fff;
font-size: 14px;
}
.apps
{

height: 350px;
 display: flex;
align-items: center;
}
.apps h2
{
font-size: 47px;
color: #500D76;
font-family:'Trueno';
}
.apps p
{
font-size: 25px;
color: #808080;
}

.apps img
{

    max-width: 28%!important;
    margin: 6px;
    border-radius: 10%;
    
}
.sucursal-home
{
 background: url("../images/littlerome/home_lrp_bg.jpg") no-repeat center/ cover;
display: flex;
min-height: 270px;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    font-family: 'Trueno';
    margin-top: 50px;
    margin-bottom: 50px;
}
.sucursal-home h2
{
color: #fff;
font-size: 47px;  
font-family:'Trueno';
}
.sucursal-home p
{
font-size: 20px;
color: #fff;
}
.down-sucursales
{
background: #99c923;
border-color: #99c923;
width: 180px;
border-radius: 10px;
padding: 10px;
color: #fff;
font-size: 20px;

}
.facebook
{
/* height: 150px; */
display: flex;
align-items: center;
margin-bottom: 50px;
}
.facebook p
{
font-size: 32px;
text-align: center;
    color: #FA4616;
font-family:'Trueno';
border-top: 1px solid #FA4616;
  border-bottom: 1px solid #FA4616;
}
.facebook hr
{
 color:#FA4616;
}

.menu-homepage
{
display: flex;
align-items: center;
  background: url("../images/littlerome/bg-menu.jpeg") no-repeat center/ cover;
  min-height: 350px;
  text-align: left;
  position: relative;
  overflow: hidden;
font-family:'Trueno';
}
.sucursales-banner
{
background-image: url(../images/header_lrp_bg-1.jpg);
height: 400px;
background-size: cover;
background-position: center;
display: flex;
align-items: center;
justify-content: center;
}
.sucursales-banner h1
{
font-family: 'Trueno';
color: #fff;
text-align: center;
font-size: 45px;

}


@media (min-width:350px){
     .principal
    {
    height: 400px;
    }

}

@media(min-width:1200px){
     .principal
    {
    height: 700px;
    }
}