body {
  background-color: #0e0e0e;
  /* background-image:url(./images/bg.jpg);
  background-repeat: repeat;
  background-size: auto; */
}

.container {
  margin: auto;
  text-align: center;

}

.titulo {
  color: #dba81a;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  font-weight: 900;
  /* mix-blend-mode: luminosity; */
}


.logo {
  max-width: 60vw;
  border-radius: 50%;
  padding: 0.4rem; /* grosor del borde */
  background: linear-gradient(
    -45deg,
    #464646,
    #1f1f1f,
    #dba81a,
    #464646
  );
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.logo img {
  border-radius: 50%;
  display: block;
}


.parrafo {
  color: #fff;
  margin: 1.3rem 5% 1.9rem 5%;
  font-family: sans-serif;
  font-weight: 0;
  font-size: 1.1rem;
}

.botones {
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
  justify-content: center;
  justify-items: center;
  justify-self: center;
  align-items: center;
  align-self: center;
  align-content: center;
  display: flexbox;
  max-width: 90vw;
}

.mainbutton {
  border-radius: 50%;
  padding: 1rem;
  background: #181818;
  /* border-style: solid 1px #ffffff; */
  color: #ffffff;
  margin: 10px;
  border: solid 1px #dba81a;
}

.botones2 {
  margin: auto;
  justify-content: center;
  justify-items: center;
  justify-self: center;
  align-items: center;
  align-self: center;
  align-content: center;
  text-align: center;
  margin-bottom: 30px;
  /* background-color: black; */
  padding: 1rem;
  display: flexbox;
}

.mainbutton2 {
  background: #181818;
  border: solid 1px #8f8e8e ;
  color:#fff;
  /* margin: 5px; */
  padding: 15px 26px 15px 26px;
  margin: 5px;
  border-radius: 2rem;

}

.mainbutton:visited,
.mainbutton:active,
.mainbutton:link {
  color: #ffffff;
}

.mainbutton2:visited,
.mainbutton2:active,
.mainbutton:link
{
  color: #fff;
}

.iconos:active,
.iconos:visited,
.iconos:link,
.iconos {
  color:#fff;
  font-size: 2rem;
}

.iconos2:active,
.iconos2:visited,
.iconos2:link,
.iconos2 {
  color: #8f8e8e;
  font-size: 1.5rem;
}

i {
  color: #fff;
}

.fa-whatsapp {
  font-size: 2.3rem;
}


/* .carousel{
  margin: 1rem;

} */

.encuentrame {
  color: #fff;
  margin-top: 10px;
  font-family: sans-serif;
  font-weight: 0;
  font-size: smaller;
  justify-content: center;
  justify-items: center;
  justify-self: center;
  align-items: center;
  align-self: center;
  align-content: center;
  text-align: center;
  font-size: 18px;
}

.qrdiv {
  display: block;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.qr {
  margin: auto;
  display: block;
  max-width: 70%;
  border-radius: 1rem;
}

.carousel slide {
  color: #fff;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

footer {
  background-color: #000000;
  margin: 0;
  padding: 0;
}

footer #logofooter {
  display: block;
  max-width: 150px;
  margin: auto;
  padding: 15px;
}

footer .logofooter:hover {
  cursor: pointer;
}
