* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  box-sizing: border-box;
}

/************ **********************************************************
                              Banner image
 ************************************************************************/
.banner-image {
  background: linear-gradient(rgba(0, 0, 0, 0.549), rgba(0, 0, 0, 0.571)),
    url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 100vh;
}
@media screen and (max-width: 600px) {
  .banner-image {
    height: 100vh;
  }
}

/************ **********************************************************
                              Finish
 ************************************************************************/

/************ **********************************************************
                             Navbar
************************************************************************/

nav.navbar {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.418);
  width: 100%;
}

.navbar-nav li a {
  font-size: 12px;
}

a.navbar-brand {
  font-family: "Poppins";
  font-size: 2rem;
  font-weight: bolder;
  color: #fff;
  text-transform: uppercase;
}

.navbar-brand:hover {
  color: white;
}

button.navbar-toggler {
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
}

.navbar-toggler-icon {
  width: 25px;
}

.navbar ul li a {
  color: #ffffff;
  font-weight: bold;
}

/*Media query phone  */
@media only screen and (max-width: 600px) {
  .navbar-brand {
    font-size: 25px;
    font-weight: bolder;
  }

  .navbar ul li a {
    margin-top: 30px;
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
  }
  .navbar ul li a {
    padding-top: 3px;
  }

  .navbar ul li a:hover {
    color: rgb(255, 255, 255);
  }
}

@media only screen and (min-width: 600px) {
  .navbar-toggler {
    background-color: rgb(253, 253, 253);
  }
}

.navbar ul li a {
  text-align: center;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.navbar ul li a:hover {
  color: rgb(255, 255, 255);
}

/********** tablets ***********/
@media (min-width: 700px) and (max-width: 900px) {
  .navbar-toggler {
    width: 100px;
    border-radius: 100px;
    background-color: rgb(253, 253, 253);
  }

  .navbar ul li a {
    margin-top: 30px;
    font-size: 30px;
    font-weight: bolder;
  }
}

/************ **********************************************************
                               Finish navbar
  ************************************************************************/

/************ **********************************************************
                             Content header
************************************************************************/
.content {
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.content h1 {
  font-weight: bolder;
  margin-bottom: 20px;
  font-size: 7rem;
}

@media screen and (max-width: 800px) {
  .content h1 {
    font-size: 2.5rem;
    margin-bottom: 50px;
  }
}

.content small {
  text-align: center;
  font-size: 10px;
}

.btnLlamada1 {
  width: 350px;
  padding: 8px;
  border-radius: 25px;
  font-weight: 700;
  background-color: rgb(251, 176, 84);
  color: white;
  margin-bottom: 25px;
  border-color: #fff;
}

.btnLlamada2 {
  width: 350px;
  padding: 8px;
  border-radius: 25px;
  font-weight: 700;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  margin-bottom: 25px;
  border-color: #fff;
}

/************ **********************************************************
                              Finish
 ************************************************************************/

/************ **********************************************************
                              sect2
 ************************************************************************/
.sect2 {
  background-color: rgb(251, 176, 84);
  padding: 50px;
  text-align: center;
}

.sect2 h1 {
  text-align: center;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.sect2 a {
  font-size: 80px;
  text-decoration: none;
  color: black;
}

@media screen and (max-width: 800px) {
  .sect2 a {
    font-size: 2rem;
    margin-bottom: 50px;
  }
}

/************ **********************************************************
                              Finish
 ************************************************************************/

/************ **********************************************************
                              avisos
 ************************************************************************/
.avisoLegales {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: antiquewhite;
}
.avisoLegales main {
  padding: 50px;
}
