
body {
  margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555555;
    text-align: left;  
}

.nav-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;

}

.text-titulo {
  margin-top: 0 !important;
  padding-top: 10px;
 
}


#carouselInicio {
  height: 100vh;
}


.carousel-item img {
  width: 100%;
  height: 600px;
  object-fit: cover;
 
}


.card-title {
  color: #333;
}


nav a {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-decoration:  none;

}

nav a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffd700 !important;
  transform: scale(1.1);
}



.title {
  color: white;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 10px black;
}


#seccionUno {
  
  border-radius: 10px;

  
}



#modelos{
  background: #2e3a59 ;
  /* Degradado moderno */
  padding: 60px 20px;
  border-radius: 10px;
}


  h1 {
      
      text-align: center;
      /* Centra el texto */
      padding: 10px;
      /* Espaciado alrededor del texto */
      font-size: 3rem;
        font-weight: bold;
        font-style: italic;
    }
 
#fondoDos{
  background-image: url('../images/fondo2.svg');
    /* URL de la imagen */
    background-size: cover;
    /* Ajusta el tamaño de la imagen */
    padding: 50px;
    background-repeat: no-repeat;
}
#fondoTres {
  background-image: url('../images/fondo3.svg');
  /* URL de la imagen */
  background-size: cover;
  /* Ajusta el tamaño de la imagen */
  padding: 50px;
  background-repeat: no-repeat;
}


p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  color: #555;
}


@media (max-width: 768px) {
  .text-section {
    margin-top: 2rem;
  }
}


section {
  padding: 60px 20px;
  border-radius: 10px;
}

h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #2c3e50;
  
}

h5 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #007bff;
  /* Azul moderno */
}


.col-md-6.text-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Centra verticalmente */
  align-items: center;
  /* Centra horizontalmente */
  height: 100%;
  /* Asegura que tome todo el espacio */
  padding-top: 50px;
  /* Ajusta este valor para mover el texto más abajo */
}

#contacto{
  background:#2e3a59;
  /* Degradado moderno */
  padding: 60px 20px;
  border-radius: 10px;
}

#colorFooter{
  background: linear-gradient(to right, #caf8fd, #063578);
  padding: 20px;
  text-align: center;
  color: white;
}


h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
}

/* Navbar */
.navbar {
  transition: background-color 0.3s ease-in-out;
}



.navbar-brand img {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.navbar-nav .nav-link {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  transition: all 0.2s ease-in-out;
}

.navbar-nav .nav-link:hover {
  transform: scale(1.05);
  color: #ffc107;
}





.carousel-captions-container {
  position: relative;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  align-self: center; 
  width: 100%;
  height: 100px;
    
}

.carousel-caption {
  color: white;
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  
}

.carousel-caption.active {
  display: block;
  opacity: 1;
}




/* Botón de WhatsApp */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: block;
}

.whatsapp-float img {
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  width: 70px;
  height: 70px;
}

@media (max-width: 768px) {
  .whatsapp-float {
    right: 15px;
    bottom: 15px;
  }

  .whatsapp-float img {
    width: 60px;
    height: 60px;
  }
}


.brand {
  color: #5AD1FF;
  font-weight: bold;
}

@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

