@charset "UTF-8";

/* Estilos Generales */
* {
  font-family: "Oswald", sans-serif;
}

.fondo-principal {
  background-color: #1599d6; 
  background-image: url('../img/Fondo2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 90vh;
}

/* Header */
.index-header {
  background-image: url(../img/Glaciar.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  color: #fff;
}

.contenedor-superior {
  padding: 1rem 2rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease;
}

.contenedor-inferior {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 1rem;
}

.logotipo {
  width: 60px;
  height: auto;
}

.logo-link {
  display: inline-block;
  padding: 5px;
}

.logo-link:hover {
  opacity: 0.8;
}

.index-h1 {
  font-size: 7rem;
  background-color: rgba(13, 43, 141, 0.322);
  border-radius: 1rem;
  padding: 15vh;
}

.parrafo-h1 {
  font-size: 2rem;
}

.porque-elegirnos {
  background-color: #f0f8ff;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}


/*Navbar*/

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

ul li {
  display: inline-block;
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.5;
}

.ul-navbar {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ul-navbar li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  position: relative;
  transition: color 0.3s ease;
}

.ul-navbar li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  background: #ffeb3b;
  transition: width 0.3s;
  bottom: -5px;
  left: 0;
}

.ul-navbar li a:hover::after {
  width: 100%;
}

.ul-navbar li a:hover {
  color: #ffeb3b;
}

.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 600;
  font-size: 1rem;
  position: relative;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  background: #ffeb3b;
  transition: width 0.3s;
  bottom: -5px;
  left: 0;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}

.navbar-nav .nav-link:hover {
  color: #ffeb3b !important;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.navbar-brand img {
  width: 60px;
  height: auto;
}


.navbar-toggler-icon {
  background-size: contain; 
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;   
  height: 30px; 
}

.navbar-toggler {
  border: none; 
  padding: 0.5rem; 
}




/* Main */
.cards-productos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  justify-items: center;
  gap: 30px;
  padding: 40px 20px;
}

.producto {
  padding: 10px;
  border: 1px solid #ddd;
  width: 100%;
}

.box-shadow {
  box-shadow: 8px 8px 8px rgb(13, 43, 141);
}

.producto h3 {
  margin-bottom: 10px;
}

.producto p {
  margin-bottom: 20px;
}

.producto button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background-color: rgb(13, 43, 141);
  color: #fff;
}

.producto button:hover {
  background-color: rgb(13, 43, 141);
}

.producto:hover {
  transform: scale(1.02);
  transition: transform 0.3s ease;
  box-shadow: 0 8px 16px rgba(0, 123, 255, 0.2);
}

.historia-empresa {
  background-color: #f0f8ff; 
  padding: 2rem;
  border-radius: 15px;       
  text-align: center;       
  border-radius: 100vh
}

.historia-empresa .contenedor {
  max-width: 800px;        
  margin: 0 auto;           
}
.historia-empresa h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.historia-empresa p {
  font-size: 1.2rem;
  line-height: 1.8;         
  color: #333;              
}


.cards-productos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  justify-items: center;
  gap: 30px;
  padding: 40px 20px;
}

.producto {
  padding: 10px;
  border: 1px solid #ddd;
  width: 100%;
}

.box-shadow {
  box-shadow: 8px 8px 8px rgb(13, 43, 141);
}

.producto h3 {
  margin-bottom: 10px;
}

.producto p {
  margin-bottom: 20px;
}

.producto button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background-color: rgb(13, 43, 141);
  color: #fff;
}

.producto button:hover {
  background-color: rgb(13, 43, 141);
}

.producto:hover {
  transform: scale(1.02);
  transition: transform 0.3s ease;
  box-shadow: 0 8px 16px rgba(0, 123, 255, 0.2);
}

/* Empresas */
.empresas-logo {
  height: 10rem;
  gap: 2rem;
}

.empresas-logo1 {
  height: 7rem;
  gap: 2rem;
}

.empresas-container {
  margin: 1rem;
}

.empresas-logo1:hover,
.empresas-logo:hover {
  transform: scale(1.1);
}

/*Contacto*/ 


#contacto-pedido {
  text-align: center;       
  display: flex;            
  flex-direction: column;   
  align-items: center;      
  gap: 1rem;                
  max-width: 600px;        
  margin: 0 auto;    }       
#contacto-pedido form {
  width: 100%;              
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
#contacto-pedido input, 
#contacto-pedido textarea,
#contacto-pedido button {
  width: 80%;              
  max-width: 400px;
}

.card-img-top {
  height: 250px;          
  object-fit: cover;      
  width: 100%;             
}

/* Clientes */
.clientes-cards {
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.399);
  max-width: 800px;
  margin: 0 auto;
}

.clientes-cards blockquote {
  font-style: italic;
  margin: 20px auto;
  max-width: 600px;
  padding: 10px;
  background-color: #a5a4a439;
  border-left: 5px solid rgb(13, 43, 141);
  font-size: 18px;
  color: #333;
}

.clientes-cards img {
  display: block;
  margin: 20px auto;
  max-width: 150px;
  height: auto;
}

.clientes-cards,
.producto {
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
}



/* Footer */
footer {
  height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logotipo-footer {
  width: 40px;           
  height: auto;
  filter: brightness(0) invert(1); 
  transition: 0.3s ease;
}

.logotipo-footer:hover {
  transform: scale(1.1); }

@media (max-width: 768px) {
  .index-h1 {
    font-size: 3rem;
    padding: 1rem;
  }

  .parrafo-h1 {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .header-contenedor-inferior {
    width: 90%;
  }

  .ul-navbar {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .ul-navbar li {
    margin: 5px 0;
  }
}

/* Ajustes extra para móviles chicos */
@media (max-width: 480px) {
  .index-header {
    height: auto;
    padding: 4rem 1rem;
  }
}

@media (max-width: 480px) {
  .index-h1 {
    font-size: 2.2rem;
  }

  .parrafo-h1 {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .logotipo {
    width: 45px;
  }
}



.texto-azul {
  color: rgb(13, 43, 141);
}

.texto-titulo {
  color: #fff;
}

.texto-gris {
  color: #5f5f5f;
}

.centrar-texto {
  text-align: center;
}

/*# sourceMappingURL=style.css.map */