
.fondo{
    background-image: url(../imagenes/2fondo.jpg);
    height: 700px;
    background-position: top;
    box-shadow: 0px 0px 15px black;
    align-content: center;
}

.fondo .titulo{
    margin-top: 100px;
}

header{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
}

.logo1 img{
    height: 110px;
    margin: 20px;

}



h1{
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 100px;
    margin: 50px;
    margin-top: 100px ;
    font-family: 'bebas neue';
    word-spacing: 3px;
    -webkit-text-stroke: 0.9px black;
}

.horarios{
    text-align: center;
    color: white;
    text-decoration: overline;
    font-size: 30px;
    font-family: 'roboto';
    -webkit-text-stroke: 0.6px black;
}

.telefonos{
    text-align: center;
    color: white;
    font-weight: bold;
    word-spacing: 40px;
    font-size: 30px;
    -webkit-text-stroke: 0.9px black;
}

section{
    margin: 40px 0px;
    display: flex;
    flex-direction: column;
}

.empresa{
  margin: 40px 0px;
}

h2{
    margin: 40px;
    text-transform: uppercase;
    font-family: 'Oswald';
}

.texto{
    margin: 25px 35px 25px 35px;
    text-align: justify;
    color: darkslategrey;
    font-family: 'roboto';
    -webkit-text-stroke: 0.2px black;
    font-size: 17px;
}

/*slider*/

body{
    background-color: rgb(255, 255, 255);
    font-family: sans-serif;
  }
  
  .container{
    margin: auto;
    background-color: white;
    width: 800px;
    padding: 30px;
  }
  
  ul, li {
      padding: 0;
      margin: 0;
      list-style: none;
  }
  
  ul.slider{
    position: relative;
    width: 800px;
    height: 300px;
  }
  
  ul.slider li {
      position: absolute;
      left: 0px;
      top: 0px;
      opacity: 0;
      width: inherit;
      height: inherit;
      transition: opacity .5s;
      background:#fff;
  }
  
  ul.slider li{
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  
  ul.slider li:first-child {
      opacity: 1; /*Mostramos el primer <li>*/
  }
  
  ul.slider li:target {
      opacity: 1; /*Mostramos el <li> del enlace que pulsemos*/
  }
  
  .menu{
    text-align: center;
    margin: 20px;
  }
  
  .menu li{
    display: inline-block;
    text-align: center;
  }
  
  .menu li a{
    display: inline-block;
    color: white;
    text-decoration: none;
    background-color: grey;
    padding: 10px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    border-radius: 100%;
  }

.imagenes{
    width: 450px;
}

.logobaxi{
  width: 200px;
  align-self: center;
}

.btn-whatsapp {
  display:block;
  width:70px;
  height:70px;
  position: fixed;
  right:30px;
  bottom:20px;
  border-radius:50%;
  line-height:80px;
  text-align:center;
  z-index:999;
  margin-right: auto;
}

.btn-gmail {
  display: block;
  width: 70px;
  height: 70px;
  position: fixed;
  right: 28px;
  bottom: 90px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  z-index: 999;
  margin-right: auto;
}

.gmail{
  width: 60px;
  height: 60px;
}