/* Hoja de estilos Lucha Studio */

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

@import url("https://fonts.googleapis.com/css2?family=Anton&family=Lexend:wght@100..900&display=swap");

h2 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  padding-top: 50px;
  padding-bottom: 20px;
  color: white;
}

.logo {
  height: 110px;
  position: fixed;
  top: 15px;
}

.navbar {
  text-align: center;
  background-color: #007d2f !important;
}

a.nav-link {
  color: white !important;
  text-decoration: none;
  padding: 10px 10px;
  margin-left: 50px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
}

/* inicio */

.inicio {
  text-align: center;
  background-image: url(../images/fondohome1.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  scroll-margin-top: 75px;
}

.inicio h1 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 65px;
  padding: 185px 40px;
}

.img-fluid {
  width: 95%;
  height: auto;
  padding: 15px;
}

.conoce {
  background-color: #21887f67;
}

.conoce p {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  margin-top: 10px;
}

div.row {
  align-items: center;
}

div .col-12 {
  padding-left: 0px;
  padding-right: 0px;
}

/* galería */

.galeria {
  text-align: center;
  background-color: black;
  padding-bottom: 50px;
  scroll-margin-top: 75px;
}

.galeria img {
  width: 70%;
  height: auto;
}

/* sobre nosotros */

.sobrenosotros {
  background-image: url(../images/fondohome2.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  scroll-margin-top: 75px;
}

.sobrenosotros .row {
  justify-content: center;
}

.sobrenosotros img {
  text-align: center;
}

.sobrenosotros p,
ul {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}

.textur img {
  width: 60px;
}

.contimg {
  text-align: center;
}

.logolsgrand {
  width: 280px;
  height: auto;
  text-align: center;
}

.myv {
  background-color: #008d3662;
  padding: 30px 0;
  text-align: center;
}

.myv p {
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
}

.mv {
  padding: 0 50px;
}

/* footer */

footer {
    background-color: #21887F;
    vertical-align: middle;
}

.derechos-reservados {
    color: white;
    padding: 20px;
    text-align: right;
}

.bi {
  font-size: 24px ;
  margin: 0px 10px;
}


.lsder p {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: white;
  text-align: center;
  margin-top: 20px;
  margin-left: 20px;
}