header {
  font-family: "Lato" !important;
  letter-spacing: 1px;
}

header nav li {
  padding: 0px 8px 0px;
  font-size: 13px;
}

header .redes ul {
  justify-content: flex-end;
  margin: 0;
  list-style: none;
}

header ul a:hover {
  font-weight: 600;
}

header .letras {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

header .menu{
  display: flex;
  margin-top: -20px;
}

header .menu ul {
  display: flex;
  list-style: none;
  color: #ffffff;
  letter-spacing: 3px;
  flex-wrap:wrap;
}

header .menu a {
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
  white-space: nowrap;
}

.container {
  width: 1200px;
  margin: auto;
}

header .logo{
    margin-top: 20px;
}

header .redes ul li {
  padding: 0px 10px;
}

.barra_secundaria .flex .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.boton_personalizado {
  text-decoration: none;
  padding: 10px;
  color: #ffffff;
  margin: 9px;
  background-color: #ed1c24;
  border-radius: 7px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.15);
}

.botones ul {
  display: flex;
  align-items: center;
  margin: 0;
  list-style: none;
}

header .barra_secundaria {
  padding: 0px 13px 0px 40px;
  position: absolute;
  z-index: 2;
  width: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0.9528186274509804) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 84%);
}

.cajas a {
  font-family: "Montserrat";
  letter-spacing: 1.5px;
  font-size: 11px;
  font-weight: 400;
  padding: 5px 10px 5px 10px;
  color: #ffffff;
}

.titulo {
  font-family: "Oswald";
  letter-spacing: 3px;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: 835f3c;
  /* padding-left: 60px; */
}

.carousel-control.right {
  display: none;
}

.carousel-control.left {
  display: none;
}

#MyCarousel .item {
  height: 615px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#MyCarousel a.lineas {
  display: block;
  text-decoration: none;
  padding: 7px 50px 7px 50px;
  text-transform: uppercase;
  background-color: #548f42;
  border-radius: 10px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.15);
  font-family: "Lato";
  letter-spacing: 2x;
  font-weight: 700;
  font-size: 15px;
  width: fit-content;
}

#MyCarousel a.lineas:hover {
  font-weight: 1000;
  color: white;
}

#MyCarousel .caption {
  display: flex;
  text-decoration: none;
  color: #ffffff;
  font-family: "Montserrat";
  letter-spacing: 2px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.carousel-inner h2 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  width: 300px;
  font-family: 'Oswald';
  text-align: center;
}

.carousel-inner span {
  font-size: 25px;
  font-weight: 620;
  text-transform: uppercase;
  font-style: italic;
  margin-top: 20px;
}

.carousel-inner p {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Lato';
  letter-spacing: 3px;
  padding: 15px;
}

#MyCarousel .flex {
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

caption{
  display: flex;
  align-items: center;
}

.caption img{
  padding-bottom: 220px;
}

.alineado{
  position: absolute;
}

.animados{
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.fondo {
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 540px; */
  width: 100%;
  z-index: 1;
  /* text-align: center; */
}

.texto{
 width: 100%;
}

.texto:before{
  content:'';
  position: absolute;
  height: 30px;
  border-right: 5px solid #548f42;
}

.elementos{
  display: flex;
  padding-top: 120px;
}

.categorias .imagenp {
  width: 530px;
  height: 260px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-shadow: 1px 10px 7px -7px rgba(0, 0, 0, 0.34);
}

.categorias p{
  color: white;
  font-family:'Lato';
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  width: 80%;
  padding-left: 20px;
}

.fotoe{
  display: flex;
  justify-content: center;
  align-items: center;
}

.textoe {
  font-family: "Lato";
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 45px 10px 45px;
  color: #ffffff;
  text-decoration: none;
  background-color: #548f42;
  position: absolute;
  box-shadow: 1px 9px 5px -8px rgba(0, 0, 0, 0.34);
  margin-top: 160px;
}

.textp {
  height: 70px;
}

.lista{
  color: white;
  font-family: 'Lato';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  list-style: none;
  margin-right: 30px;
}

.lista ul{
  margin-left: 25px;
  width: 250px;
}

.lista li:hover{
  background-color: #548f42;
  font-weight: 900;
}

.lista:before{
  content:'';
  position: absolute;
  height: 30px;
  border-right: 5px solid #548f42;
}

.sandwiches{
  display: flex;
  /* margin-top: 40px; */
  width: 100%;
  padding: 40px 0;
}

.menuc{
  flex-direction: column;
  width: 500px;
  padding-left: 50px;
  align-items: center;
}
.menub > .comida 
{
  width:70%;
}
.menub{
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}

.lista li{
  padding: 10px 5px;
}

.listb:before{
  content:'';
  position: absolute;
  height: 500px;
  border-left: 1px solid #548f42;
}

.spam {
  font-family: "Montserrat";
  letter-spacing: 1.5px;
  font-size: 10px;
  font-weight: 400;
  padding: 10px 10px 10px 10px;
  color: #ffffff;
  text-decoration: none;
  background-color: #ed1c24;
  display: flex;
  margin-top: 10p;
  justify-content: flex-end;
  position: relative;
  top: 10px;
  box-shadow: 1px 9px 5px -8px rgba(0, 0, 0, 0.34);
}

.comida i{
  font-family: "Lato";
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  color: white;
}

.comida p{
  font-family: "Lato";
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 300;
  color: white;
  padding-left: 0px;
  width: 400px;
}

.precio{
  font-family: "Lato";
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  /* padding-left: 100px; */
}

*{
  padding: 0px;
  margin: 0px;
}
.lista 
{
  width:30%;
}
.listb
{
  width:50%;
}
.fotox{
  /* padding-left: 170px; */
  width: 20%;
}

.fotox .imagenp{
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  border-radius: 10px;
  position: absolute;
  display: none;
  box-shadow: 1px 10px 7px -7px rgba(0, 0, 0, 0.34);
}

.boton:hover {
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.15);
  font-weight: 800;
  border: none;
}

.boton {
  border: none;
  text-decoration: none;
  padding: 10px 30px 10px 40px;
  color: #ffffff;
  background-color: #548f42;
  border-radius: 10px;
  font-family: "Lato";
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 15px;
  margin-top: 220px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.boton img{
  padding-right: 5px;
}


.dondeestamos .flex{
  display: flex; 
  justify-content: space-between;
}

.listd{
  display: flex;
  flex-direction: column;
  height: 300px;
  margin-top: 40px;
  padding-left: 30px;
  border-bottom: solid 1px #548f42;
  width: 500px;
}

.listd ul{
  margin-top: 25px;
  line-height: 20px;
}

.listd b{
  font-family: 'Lato';
  letter-spacing: 2;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
}

.listd li{
  padding-bottom: 15px;
}

.listd p{
  font-family: 'Lato';
  letter-spacing: 2;
  font-size: 13px;
  font-weight: 500;
  width: 250px;
  padding-left: 0px;
  color: white;
}

.dire{
  display: flex;
  align-items: flex-start;
}

.tele{
  display: flex;
  align-items: flex-start;
}

.hora{
  display: flex;
  align-items: flex-start;
}

.listd img{
  padding-right: 10px;
}

.mapa{
  margin-right: -65px;
}

.listaname{
  font-family: 'Lato';
  letter-spacing: 2;
  font-size: 20px;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  padding-bottom: 25px;
  padding-top: 5px;
  padding-left: 10px;
}

.listaname:before{
  content:'';
  position: absolute;
  height: 30px;
  border-right: 5px solid #548f42;
  left: 0;
  margin-left: 65px;
}

.reparto .flex{
  justify-content: unset;
  justify-content: center;
}

.liste{
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  margin-left: 30px;
}

.liste b{
  font-family: 'Lato';
  letter-spacing: 2;
  font-size: 14px;
  font-weight: 800;
  color: white;
}

.liste li{
  display: flex;
  align-items: center;
  width: 700px;
  padding-top: 20px;
}

.liste spam{
  color: white;
  font-family: 'Lato';
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 14px;
  padding-right: 10px;
}

.mapareparto{
  z-index: 3;
  position: relative;
  /* margin-top: -352px; */
  margin-left: auto;
  /* left: 300px; */
  background-image: url(img/fondo.png);
  text-align: center;
}

.moto{
  margin-top: 30px;
  margin-left: -50px; 
}

.fondito{
  background-color: #548f42;
  width: 670px;
  height: 40px;
}

.contacto .flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contacto spam{
  font-family: 'Lato';
  letter-spacing: 2;
  font-size: 13px;
  font-weight: bold;
  color: #835f3c;
  text-transform: uppercase;
  padding-bottom: 17px;
}

.infog b{
  font-family: 'Lato';
  letter-spacing: 2;
  font-size: 20px;
  font-weight: 1000;
  color: #835f3c;
  text-transform: uppercase;
  padding-left: 20px;
}

.infog p{
  font-family: 'Lato';
  letter-spacing: 2;
  font-size: 15px;
  font-weight: 500;
  color: #835f3c;
  width: 270px;
  padding-left: 20px;
}

.infog{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.infog li:before{
  content:'';
  position: absolute;
  height: 30px;
  border-right: 5px solid #548f42;
  margin-left: -20px;
}

.infog li{
  padding-bottom: 15px;
}

.formu{
  margin-left: -25px;
  padding-top: 10px;
}


.formu li{
  display: flex;
  flex-direction: column;
}

.botonf{
  border: none;
  text-decoration: none;
  padding: 7px 60px 7px 60px;
  color: #ffffff;
  margin-left: -25px;
  background-color: #548f42;
  border-radius: 10px;
  font-family: "Lato";
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}

#form {
  width: 600px;
  height: 40px;
  padding: 15px 20px 15px 20px;
  border-radius: 10px;
  border: solid 1px #548f42;
}


.finale {
  font-family: "Montserrat";
  font-size: 11px;
  color: #548f42;
  padding: 20px 0px 20px 0px;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}
.boxes
{
  /* position:absolute; */
  display: none;
}
.finale b {
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 800;
}


.navbar-nav > li > a
{
  padding:0;
  background-color:transparent!important;
  cursor: pointer;
  text-align: center;   
  position: relative;
}

/* Responsive */
@media (max-width: 768px) { 
  .container
  {
    width:100%;
  }
  *
  {
    max-width:100%;
  }
  .fondito
  {
    width:100%;
    height: auto;
  }
    .navbar-toggle {
      background: #548f42;
      /* margin-top: -80px; */
      /* margin-left: 17%; */
      margin-top: 0px;
      /* position: fixed; */
      float: right;
    }

    .navbar-toggle span {
      background: white;
    }

    .sub-header nav {
      margin-top: 0;
    }

    header nav ul li li
    {
      padding:5px!important;
      font-size:12px;
    }
    header nav ul li {
      display: block !important;
      text-align: center;
      padding: 5px;
      float: none!important;
      padding: 10px!important;
      margin: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15); */
    }
    nav ul.nav {
        /* background-color: rgb(0, 67, 149); */
        color: white;
        /* min-width: 300px; */
        float: none!important;
        display: block!important;
        width: 100%;
        height: fit-content!important;
    }
    nav ul li a
    {
        color: white!important;
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.15); */
        /* background-color: rgb(0, 67, 149)!important; */
        border-radius: 0;
    'padding:;;
    }
    header nav ul li.activo, header nav ul li:hover
    {
      /* background: #2dacd5!important; */
      border-top: none;
      color: #09365f;
    }
    .flex
    {
      flex-direction:column;
    }
    .logo{
      width: 30%;
      /* float: left; */
      /* margin-left: -20; */
    }
    header .menu ul
    {
      flex-direction:column;
      width: 100%;
    }
    header .menu
    {
      margin-top:0;
      background-color:#548f42;
    }

    .elementos{
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    width: 100%;
    }
    
   .fondo{
     width: 100%;
     height: auto;
   }
   .sandwiches
   {
     flex-direction:column;
   }
   .lista
   {
     width:100%;
     padding-left: 25px;
     margin-bottom: 30px;
   }
   .lista li
   {
     padding-bottom:5px;
   }
   .listb
   {
     width:100%;
   }
   .boxes
   {
     position:relative;
     display:none;
   }
   .textoe
   {
     position:relative;
   }
   .menuc
   {
     width:100%;
     padding-left:10px;
   }
   .menub .comida
   {
     width: 50%;
   }
   .fotox .imagenp
   {
     margin:auto;
     position: relative;
   }
   .fotox
   {
     width:100%;
   }
   .titulo
   {
     font-size:30px;
     padding:30px 20px;
   }
   .redes
   {
     display:none;
   }
   .boton
   {
     margin-top:10px;
     margin:auto;
     margin-top:10px;
     margin-bottom:30px;
   }
   .moto
   {
     display:none;
   }
   .liste
   {
     margin-left:0;
     margin-bottom:20px;
   }
   .formu
   {
     margin-left:0;
   }
   .botonf
   {
     margin-left:0;
     margin-top:20px;
     margin-bottom:30px;
   }
   .navbar-collapse
   {
     width:100%;
     float:none;
     position:relative;
   }
   .barra_secundaria .flex .container
   {
     flex-wrap:wrap;
   }

   .listaname
   {
     font-size:14px;
     text-align:center;
   }
   .listaname:before
   {
     display:none;
   }
   .mapareparto
   {
     position:relative;
     left: 0;
     margin-top: 0;
   }
   .fotoe
   {
     flex-direction:column;
   }
   .categorias .imagenp
   {
     width:100%;
   }
   .textoe{
     margin-top:0;
     margin-bottom:40px;
   }
}
