*{
  margin: 0;
  padding: 0;
font-family: 'Dosis', sans-serif;
    954f9b
}
.header{
  height: 100px;
  background: #954f9b;
  padding: 0 20px;
  color: #fff;
    border-bottom: 2px solid white;
}
body{
    background: #f8f3f8;
}

.logo{
  padding: 15px;
    width: 250px;
}

.menu{
  float: right;
  line-height: 100px;
    
}
.menu a{
  color: white;
/*  text-transform: uppercase;*/
  text-decoration: none;
  padding: 0 10px;
  transition: 0.4s;
    font-size: 1.6em;/**/
    font-family: 'Dosis', sans-serif;
}
.menu a{
    border-right: 2px solid white;
}
.show-menu-btn,.hide-menu-btn{
  transition: 0.4s;
  font-size: 30px;
  cursor: pointer;
  display: none;
}
.show-menu-btn{
  float: right;
}
.show-menu-btn i{
  line-height: 100px;
}
.menu a:hover,
.show-menu-btn:hover,
.hide-menu-btn:hover{
  color: #D18FD7;/**/
}

#chk{
  position: absolute;
  visibility: hidden;
  z-index: -1111;
}
.logofoo{
/*    width: 100%;*/
    height: 240px;
    padding: 0px;
    object-fit: cover;
    /*background-color: #954f9b;*/
}

.icofot{
    width: 40px;
    margin: 2px;
}
.icofotMail{
    width: 34px;
    margin: 2px;
}
 .foot-social{
     background: #954f9b;
     padding: 20px;
     margin-bottom: 20px;
}
.cajaIconos{
    background-color: #ffff;
    width: 45%;
    border-radius: 20px;
    padding: 5px;
    margin: 5px;
        
}

.welcome{
    margin: 0px;
    border: 0px;
    padding: 10px;
/*    width: 90%;*/
    height: auto;
    object-fit: cover;
    text-align: center;
    background-image:  url(logo/Grecas.jpg);
}

.titulo{
    font-size: 3.1em;
    margin-top: 0;
    margin: 20px 20px -19px;
    font-family: 'Sail', cursive;
    color: #954f9b;
    padding: 0px;
    text-align: center;
}
.borde{
    width: 340px;
    margin-top: 0px;
    padding: 0px;
    margin: 0px;
}
.text{
    font-size: 1.4em;
    margin: 20px;
    padding: 7px;
    object-fit: cover;
    
    background-color: rgba(255,255,255,.6);
    border-radius: 20px;
}

.lopla{
    width: 220px;
    margin-top: 0px;
    border: 0px;
}
.direccion{
    color: white;
    padding: 2px;
    margin: 0;
    font-family: sans-serif;
}
footer p u {
    font-size: 1.2em;
    
}
footer p u:hover{
    background-color: white;
    color: #954f9b;
    border-radius: 10px;
    
}
.carousel{
    width: 100%;
    max-width: 1900px;
    margin: auto;
    padding: 0px;
}
.carouselPla{
    width: 90%;
    margin: auto;
    padding: 0px;
}
.fondoCarru{
    background-image: url(Platillos/fondo1.png);
    background-position: 100% ;
    padding: 10px;/*cero para ver mejor*/
}
@media screen and (max-width:600px) {
    .carousel{
        width: 100%;
    }
}

@media screen and (max-width:1030px) {
  .show-menu-btn,.hide-menu-btn{
    display: block;
      color: white;/*color de icono menu cell*/
  }
  .menu{
    position: fixed;
      margin-bottom: 20px;
      margin-right: 0px;
    width: 100%;
    height: auto;/*50*/
    background-color: #954f9b;
    right: -100%;
    top: 0;
    text-align: justify;/*center*/
    padding: 80px 0;
    line-height: normal;
    transition: 0.7s;
      overflow: scroll;/*Para que baje en pantalla*/
      z-index: 99;/*para queno se vea por encima de carousel*/
  }
  .menu a{
    display: inline;
      height: 20px;
    padding: 15px;
    color: white;/**/
      border-right: 2px solid #954f9b;
    font-size: 1.5em;/**/
    font-weight: bold;
  }
  .hide-menu-btn{
    position: absolute;
    top: 40px;
    right: 40px;
       color: white;/*954f9b*/
  }
  #chk:checked ~ .menu{
    right: 0;
  }
}


.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#954f9b;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:35px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:10px;
}
.whatsapp:hover{
    background-color:#fff;
  color:#954f9b;
}
.Mail-Send{
 position:fixed;
  width:60px;
  height:60px;
  bottom:110px;
  right:40px;
  background-color:#954f9b;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:35px;
  z-index:100;
}
.Mail-Send:hover{
    background-color:#fff;
  color:#954f9b;
}