/* diseño de nav */
nav{
    background-color: #ffffff;
    z-index: 9999; /* Asegura que esté por encima de otros elementos */
    position: absolute;

}

.navbar-brand{
    color: white;
}

nav .nav-link {
    color: white;

}

nav .nav-link:focus{
  color: #39b479;
}

nav .nav-link:active{
  color: #39b479;
}

.navbar-toggler-icon{
    color: white;
}

  .btn-primary{
    background-color: #42d100;
  }  

  .logo{
    width: 7%;
    height: 4%;
  }

  .bi{
    margin-left: 12px;
  }

/* diseño de carousel */
.carousel-item {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .carousel-caption h1 {
    font-size: 3rem;
    color: #fff;
  }
  
  .carousel-caption a.btn {
    font-size: 1.5rem;
    padding: 10px 20px;
  }
  .container{
    max-width: 100%;
  }
  
/* diseño de footer */
#fh5co-footer {
  background-image: linear-gradient(15deg, #163e4b 0%, #39b479 100%);
  color: #FFFFFF; /* Color de texto principal */
  padding: 40px 0;
}

#fh5co-footer h3 {
  color: #FFFFFF; /* Color de títulos */
  margin-bottom: 20px;
}

#fh5co-footer p {
  color: #E0E0E0; /* Color del texto del párrafo */
}

#fh5co-footer a {
  color: #FFFFFF; /* Color de los enlaces y botones */
  text-decoration: none;
}

#fh5co-footer a:hover {
  text-decoration: underline;
}

#fh5co-footer .list-unstyled li {
  margin-bottom: 10px;
}

#fh5co-footer .list-inline li {
  display: inline-block;
  margin-right: 10px;
}

#fh5co-footer .fh5co-social a {
  color: #FFFFFF; /* Color de los iconos sociales */
  font-size: 18px;
}

#fh5co-footer .fh5co-copyright p {
  color: #BDC3C7; /* Color del texto de derechos de autor */
  margin-top: 20px;
}

#fh5co-footer .btn-primary {
  border-color: #FFFFFF; /* Color del borde del botón */
  color: #FFFFFF; /* Color del texto del botón */
}

#fh5co-footer .btn-primary:hover {
  background-color: #FFFFFF; /* Color de fondo del botón al pasar el mouse */
  color: #FFFFFF; /* Color del texto del botón al pasar el mouse */
}


/* diseño card sobre imagen */

.fh5co-section-with-image {
  position: relative;
}
.fh5co-section-with-image .fh5co-box {
  padding: 50px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 1001;
  width: 40%;
  right: 10%;
  top: 10%;
}

.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  height: 900px;
}

.img-responsive2{
  display: none;
}


.uno{
  background-image: url('1.png');
   background-size: cover;

}

.dos{
  background-image: url('Truber.png'); 
  background-size: cover;
}

.tres{
  background-image: url('2.png'); 
  background-size: cover;
}

@media screen and (max-width: 992px) {
  .fh5co-section-with-image .fh5co-box {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: auto !important;
  }
    .img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  height: 300px;
}

.img-responsive2{
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  height: 300px;
}


.uno{
  background-image: url('22.png');
   background-size: cover;

}

.dos{
  background-image: url('11.png'); 
  background-size: cover;
}

.tres{
  background-image: url('33.png'); 
  background-size: cover;
}
  
}
@media screen and (max-width: 480px) {
  .fh5co-section-with-image .fh5co-box {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 15px;
  }
}
.fh5co-section-with-image h2 {
  font-size: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .fh5co-section-with-image h2 {
    font-size: 32px;
  }
}
.fh5co-section-with-image p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .fh5co-section-with-image p {
    font-size: 16px;
  }
}
.fh5co-section-with-image p:last-child {
  margin-bottom: 0;
}
