@font-face {
  font-family: 'KGINeed';
  src: url('../fonts/KGINeedAFont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

p,
h1,
h2,
h3,
h4 {
  margin: 0;
}
a {
  text-decoration: none;
}
.contenedor {
  max-width: 1600px;
  padding-left: 10rem;
  padding-right: 10rem;
  margin-left: auto;
  margin-right: auto;
}
/*================HEADER================*/
header {
  background-color: white;
}
.header1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
}
.header1-div {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  gap: 1rem;
}
.header-logo {
  transition: all 0.15s ease-in-out;
}
.header-logo:hover {
  transform: scale(1.05);
}
/*----*/
.navbar-div {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.navbar-link {
  font-weight: bold;
  color: #63514f !important;
  width: 120px;
  text-align: center;
  transition: all 0.15s ease-in-out;
}
.navbar-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  transform: scale(0, 1);
  background-color: #ff0040;
  transition: all 0.15s ease-in-out;
}
.navbar-link:hover::before {
  transform: scale(1, 1);
}
.navbar-link-activo::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  transform: scale(1, 1);
  background-color: #ff0040;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #000;
}
/*================FOOTER================*/
footer {
  margin-top: 5rem;
  background-color: #000;
}
.footer1 {
  display: flex;
  justify-content: center;
  padding-top: 2.5rem;
  padding-bottom: 4rem;
  position: relative;
}
.footer1-div {
  position: absolute;
  bottom: 0;
  background-color: #000;
  border-radius: 50%;
  padding: 2rem;
}
.footer1-redes {
  width: 90%;
}
/*================LANG================*/
.btns-lang {
  position: fixed;
  right: 0;
  top: 15rem;
  z-index: 9;
  padding: 1rem;
  padding-left: 1.2rem;
  background: rgb(229 229 229 / 80%);
  border-radius: 30px 0 0 30px;
  margin-top: 30px;
}
.btns-lang2 {
  display: flex;
  justify-content: center;
  gap: 2rem;
  border-radius: 30px 0 0 30px;
}
.btns-lang a,
.btns-lang2 a {
  border-radius: 50%;
  border: 3px solid #fff;
}
.btns-lang .active,
.btns-lang2 .active {
  border: 3px solid #f1ff23;
}

/*================OFF CANVAS================*/
.btn-abrir-menu {
  display: none;
  background: none !important;
  color: black !important;
  border-color: rgba(0, 0, 0, 0) !important;
  font-size: 2rem !important;
  padding: 0px 10px !important;
}
.header1-div-logo2 {
  display: none;
}
.header-offcanvas {
  background-color: #000 !important;
}
.offcanvas-enlace {
  color: white !important;
  font-size: 2rem !important;
  transition: all 0.15s ease-in-out;
}
.offcanvas-enlace:hover {
  transform: scale(1.08);
}
.offcanvas-enlace-activo {
  color: #ff0040 !important;
  font-weight: bold;
  font-weight: 500;
}
.off-canvas-contenedor-rs {
  margin-top: 10px;
}

/*================WSP================*/
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  line-height: 60px;
  z-index: 9999;
  transition: opacity 0.3s ease;
}
.whatsapp-float:hover {
  opacity: 0.8;
}

/*================RESPONSIVE================*/
@media (max-width: 1440px) {
  .contenedor {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}

@media (max-width: 1200px) {
  .contenedor {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media (max-width: 992px) {
  .btns-lang {
    display: none;
  }
  .btn-abrir-menu {
    display: flex;
  }
  .header1 {
    padding: 1rem;
  }
  .header1-div {
    display: none;
  }
  .header1-div-logo2 {
    display: flex;
  }
  .header1-div-logo2 img {
    max-width: 80px !important;
  }
  .navbar-link {
    display: none;
  }
  .contenedor {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
