body {
  font-family: "Montserrat", sans-serif;
  background-image: linear-gradient(
    to right top,
    #755a42,
    #81664a,
    #8d7353,
    #99805c,
    #a48e65
  );
}

footer {
  text-align: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
footer {
  text-align: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
}
/* BANNER */
.navbar-collapse {
  margin-right: 200px;
  display: flex;
  justify-content: center;
}
.navbar-nav {
  display: flex;
  justify-content: center;
  width: 100%;
}
.navbar-toggler {
  background-color: #0000004d;
}
.active {
  color: #000000 !important;
}
.nav-link {
  font-size: 1.05rem;
  color: #ffffff;
}

.nav-link:hover {
  color: #c5c5c5;
}

.navbar {
  background-color: transparent !important;
  color: white;
  padding: 15px;
  position: fixed;
  top: 0;
  width: 100%;
  transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out !important;
}
.scroll-up-bg {
  background-image: linear-gradient(
    to right top,
    #755a42,
    #81664a,
    #8d7353,
    #99805c,
    #a48e65
  );
}
.content {
  padding-top: 80px;
  height: 2000px;
}

.navbar.scrolled:hover {
  background-color: white !important;
}
@media (max-width: 988px) {
  .nav-link {
    color: rgb(255, 255, 255) !important;
  }
  .active {
    color: rgb(0, 0, 0) !important;
  }
  .navbar-toggler {
    background-color: #cccccc;
  }
}
@media (max-width: 988px) {
  .nav-link {
    color: rgb(255, 255, 255) !important;
  }
  .active {
    color: rgb(0, 0, 0) !important;
  }
  .navbar-toggler {
    background-color: #cccccc;
  }
}
.logo {
  width: 200px;
}

.banner-text {
  padding: 10rem 20rem 10rem 20rem;
  margin-top: 6rem;
  text-align: center;
}
.banner-text h5 {
  color: white;
  font-size: 2rem;
}
@media (max-width: 988px) {
  .banner-text {
    padding: 3rem;
  }
  .banner-text h5 {
    font-size: 1.3rem;
  }
}
/* Estilo para los párrafos */

/* Animación para alternar visibilidad */

/*FINAL DEL CONTENIDO DE LOS UL LI Y a */

/* SECTION LINDA KELLY */
.presentation {
  display: flex;
  flex-direction: row;
  padding: 20px;
  position: relative;
  top: 150px;
}
.marca-agua {
  position: absolute;
  z-index: -1;
  width: 400px;
  height: auto;
}
@media (max-width: 988px) {
  .presentation {
    flex-direction: column;
    padding: 100px;
    background-color: rgba(255, 255, 255, 0.582);
    margin: 100px;
  }
}
@media (max-width: 850px) {
  .presentation {
    background-color: rgba(255, 255, 255, 0.582);
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .presentation {
    padding: 20px;
    margin: 20px;
    text-align: center;
    flex-direction: column;
  }
}
.title-1 {
  color: white;
  font-size: 3rem;
}
@media (max-width: 988px) {
  .title-1 {
    color: black;
  }
}
.parraf-1 {
  color: white;
}
@media (max-width: 988px) {
  .parraf-1 {
    color: black;
  }
}
.img-kelly {
  width: 100% !important;
  border-radius: 20px;
}
@media (max-width: 988px) {
  .img-kelly {
    width: auto;
    height: auto;
  }
}
.dra-lindak {
  flex: 50%;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.image-container {
  display: flex;
  min-height: auto;
  justify-content: center;
  flex: 50%;
}
.btn-primary {
  border: none;
  color: #000000;
  background-color: white;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 50px;
}

.red-hover:hover {
  transform: scale(1.1);
  transition: 0.3s linear;
}
.parraf-2 {
  color: white;
  font-size: 1.5rem;
}
@media (max-width: 988px) {
  .parraf-2 {
    color: #000000;
    font-size: 0.8rem;
  }
}

/* video */

.video-container {
  top: 10rem;
}
@media (max-width: 988px) {
  .video-container {
    top: 10rem;
  }
}
.video-container {
  position: relative;
  max-width: 100%;
  margin: auto;
  cursor: pointer;
}

video {
  width: 100%;
  height: auto;
  display: block;
}

.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: rgba(0, 0, 0, 0.349);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
}

.text-overlay h1 {
  font-size: 1.5rem;
  margin: 0;
}

.text-overlay p {
  font-size: 1rem;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.1)
  );
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease;
}

.play-icon {
  font-size: 60px;
  color: white;
}

.video-container.playing .video-overlay {
  opacity: 0;
  visibility: hidden;
}
.reproductor {
  width: 100px;
  height: 100px;
}
/* estudios */
.estudios {
  background-color: #303030;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 13rem;
}

.card {
  border: none;
  background-color: transparent;
  align-items: center;
  text-align: center;
}
.card:hover {
  background-color: #4b4b4b;
  transition: 0.2s linear;
}
.card-title {
  color: white;
}
.card-text {
  color: white;
}
.card-img-top {
  width: 100px;
}
/* FOOTER  */
footer {
  background-color: rgb(228, 228, 228);
  margin-top: 30rem;
  padding: 50px;
}
@media (max-width: 988px) {
  .footer {
    display: flex;
    min-height: auto;
    justify-content: center;
  }
}

.logo-linda {
  width: 300px;
}

.overline-final {
  height: 1px;
  background-color: rgb(0, 0, 0);
}
@media (max-width: 988px) {
  .navegation {
    flex-direction: column;
  }
}
.container-information {
  margin-top: 50px;
}
.information,
.direction,
.redes {
  margin: 10px;
}
.redes {
  margin: 1rem 0rem 1rem 0rem;
}
.redes img:hover {
  transition: 0.2s linear;
  transform: scale(1.2);
}
.information a {
  text-decoration: none;
  color: #000000;
}
.direction a {
  margin-top: 1rem;
  text-decoration: none;
  color: #000000;
}
.navegation {
  margin-left: 20px;
  text-align: left;
}
.navegation a {
  text-decoration: none;
  color: #000000;
  margin-left: 2rem;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 988px) {
  .navegation a {
    margin-left: 0rem;
  }
  .navegation {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.navegation a:hover {
  color: #b4b4b4;
  transition: 0.2s linear;
}
.black2 {
  text-decoration: none;
  color: #000000;
}
.black2:hover {
  color: #469aca;
  transition: 0.2s linear;
}
.volantis-foot {
  width: 50px;
}
.volantis-foot:hover {
  transition: 0.4s linear;
  transform: scale(1.2);
}
/* FIN */
