* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}

body {
  background-color: black;
  font-family: Arial, sans-serif;
}

/************ **********************************************************
                             Banner image
************************************************************************/
.banner-image {
  background: linear-gradient(rgba(0, 0, 0, 0.712), rgba(0, 0, 0, 0.76)),
    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;
  }
}

.banner-image .btn {
  border-radius: 25px;
}
/************ **********************************************************
                             Finish
************************************************************************/

/************ **********************************************************
                             Navbar
************************************************************************/

.navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro para desktop */
}

.navbar-brand {
  font-family: "Poppins";
  font-size: 2rem;
  font-weight: bolder;
  color: rgb(255, 255, 255); /* Texto blanco para el logo */
  text-transform: uppercase;
  margin-right: auto; /* Empuja el botón de hamburguesa a la derecha */
}

.navbar-brand:hover {
  color: white;
}

.navbar-toggler {
  background-color: rgb(255, 255, 255);
  width: 50px;
  border-radius: 30px;
  border: none;
  margin-left: auto; /* Alinea el botón de hamburguesa a la derecha */
}

.navbar-toggler-icon {
  width: 25px;
}

.navbar-nav {
  margin-left: auto; /* Alinea los elementos del menú a la derecha en desktop */
}

/* Estilos para el menú en desktop */
.navbar ul li a {
  color: #ffffff; /* Texto blanco para desktop */
  font-weight: bold;
  text-align: center;
  padding: 15px 20px;
  display: block;
}

.navbar ul li a:hover {
  color: goldenrod; /* Cambia el color al pasar el mouse */
}

/* Estilo para el menú desplegable en móviles */
@media only screen and (max-width: 600px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%; /* Oculta el menú fuera de la pantalla */
    width: 80%; /* Ancho del menú desplegable */
    height: 100vh;
    background-color: white; /* Fondo blanco para móvil */
    transition: right 0.3s ease-in-out;
    z-index: 1001;
    padding-top: 60px; /* Espacio para la "X" de cerrar */
  }

  .navbar-collapse.show {
    right: 0; /* Muestra el menú */
  }

  .navbar-toggler {
    position: relative;
    z-index: 1002; /* Asegura que el botón esté por encima del menú */
    margin-left: auto; /* Alinea el botón de hamburguesa a la derecha */
  }

  /* Estilo para la "X" de cerrar */
  .close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: #000; /* Color negro para la "X" */
    cursor: pointer;
  }

  .navbar-nav {
    margin-top: 20px;
  }

  /* Estilos para los enlaces del menú en móvil */
  .navbar-nav li a {
    font-size: 16px;
    color: #000 !important; /* Texto negro para móvil (forzado) */
  }

  .navbar-nav li a:hover {
    color: goldenrod !important; /* Cambia el color al pasar el mouse */
  }
}

/************ **********************************************************
                             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;
  text-align: center;
}

.content p {
  text-align: center;
  font-weight: bolder;
  max-width: 50%;
}

@media only screen and (max-width: 600px) {
  .content p {
    max-width: 100%;
    font-size: 15px;
  }

  .para-hide-phone {
    display: none;
  }
}

.content .btn {
  border: 2px solid #fff;
  width: 350px;
}

@media only screen and (max-width: 600px) {
  .content .btn {
    width: 60%;
  }
}

.content .btn:hover {
  background-color: black;
}
.content .btn a {
  color: #fff;
  text-decoration: none;
  font-weight: bolder;
}

/************ **********************************************************
                             Finish
************************************************************************/

/************ **********************************************************
                             Quien Somos
************************************************************************/

.quiensomos {
  padding: 50px;
  border: 10px goldenrod solid;
  border-style: dotted;
  margin-bottom: 80px;
}

.quiensomos p {
  color: white;
}

.QuienTitle {
  color: goldenrod;
}

.lign {
  border-bottom: 2px goldenrod solid;
  border-radius: 25px;
  width: 200px;
}

@media screen and (max-width: 600px) {
  .lign {
    width: 120px;
  }
}

.img3 {
  width: 100%;
}

.btn3 a {
  text-decoration: none;
  background-color: goldenrod;
  padding: 10px;
  color: black;
  font-weight: 600;
  width: 150px;
  text-align: center;
}
/************ **********************************************************
                            Finish
************************************************************************/

/************ **********************************************************
                             Ventajas
************************************************************************/

.ventajas {
  background-color: white;
  padding: 50px;
  margin-bottom: 80px;
}

.ling1 {
  border: 2px solid goldenrod;
  width: 100px;
}

.ventajas h4 {
  color: goldenrod;
}

.a.nav-link.active {
  padding: 50px;
}

a.nav-link.active:hover {
  background-color: black;
}

/************ **********************************************************
                            Finish
************************************************************************/

/************ **********************************************************
                          Neustras Ventajas
************************************************************************/

.NuestrosObjetivos {
  padding: 50px;
  margin-bottom: 80px;
}

.NuestrosObjetivos h2 {
  color: goldenrod;
}

.lign3 {
  border: 2px solid goldenrod;
  margin-bottom: 50px;
  width: 170px;
}

.NuestrosObjetivos h3 {
  color: white;
  border: 2px solid goldenrod;
  padding: 20px;
  border-radius: 25px;
}

/************ **********************************************************
                          Finish
************************************************************************/

/************ **********************************************************
                         contacto
************************************************************************/

.contact {
  background-color: #fff;
  padding: 80px;
}

.section-title {
  color: goldenrod;
}

.lign4 {
  border: goldenrod;
}

.contact input {
  padding: 5px;
  margin-bottom: 10px;
}

.lign4 {
  border: 2px solid goldenrod;
  width: 89px;
}

#submit {
  width: 150px;
  border-radius: 50px;
  background-color: black;
  color: white;
}

/************ **********************************************************
                          Finish
************************************************************************/

/************ **********************************************************
                          Footer
************************************************************************/

footer {
  background-color: #333; /* Fondo oscuro para el footer */
  color: white;
  padding: 20px 0;
}

.footerText {
  padding: 20px;
  text-align: center;
  color: goldenrod;
}

.footerText h1 {
  font-size: 1.5rem; /* Tamaño más pequeño para el título */
  margin-bottom: 10px;
}

.footerText p {
  font-size: 0.9rem; /* Tamaño más pequeño para el texto */
  line-height: 1.4;
  color: #fff;
  margin-bottom: 20px;
}

.legal-info {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.1); /* Fondo semi-transparente */
  border-radius: 10px;
  margin: 10px auto;
  max-width: 800px;
  font-size: 0.85rem; /* Tamaño más pequeño para la información legal */
}

.legal-info h3 {
  color: goldenrod;
  margin-bottom: 10px;
  font-size: 1rem;
}

.legal-info p {
  margin-bottom: 5px;
  color: #fff;
}

.legal-info a {
  color: goldenrod;
  text-decoration: none;
}

.legal-info a:hover {
  text-decoration: underline;
}

.copyright {
  color: white;
  font-size: 0.8rem; /* Tamaño más pequeño para el copyright */
}

.footer ul {
  display: flex;
  gap: 30px; /* Espacio entre los botones en desktop */
}

.footer ul li {
  list-style: none;
}

.footer ul li a {
  text-decoration: none;
  color: white;
  font-size: 0.8rem; /* Tamaño más pequeño para los enlaces */
}

.footer ul li a:hover {
  color: goldenrod;
}

@media screen and (max-width: 600px) {
  .footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer ul {
    flex-direction: column;
    gap: 10px; /* Espacio entre los botones en móvil */
  }
}
/************ **********************************************************
                          Finish
************************************************************************/

.avisosLegales {
  margin-top: 80px;
  padding: 50px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 5px 10px 10px goldenrod;
}