body {
  font-family: 'Montserrat', sans-serif;
}
:root {
  --deep-blue: #10354D;
  --ocean: #2073AA;
  --blue: #5096BF;
  --sky: #80B9D4;
  --aqua: #B1DCEA;
}
h2, h3, h4 {
  font-weight: bold;
  margin-bottom: 1rem;
}

p, li {
  font-family: 'Questrial', sans-serif;
  font-size: 1.1rem;
}
#sliderControls{
  display: flex;
  width: 100%;
  margin: auto;
}
.carousel-item img {
  
  width: 100%;
  height: auto;
  display: block;
}
section {
  padding: 60px 0;
}

ul {
  list-style: none;
  padding-left: 0;
}

  
  .navbar {
    background-color: #10354D !important; 
  }
  
  .navbar .nav-link,
  .navbar .navbar-brand {
    color: white !important;
  }
  
  .navbar .nav-link:hover {
    color: #80B9D4 !important;
  }

  .container {
    background-color: #2073AA;
    font-family: 'Montserrat', sans-serif;
    color: white; 
    padding: 2rem; 
    border-radius: 10px; 
  }
  
  .container h2, .container p {
    margin-bottom: 1rem;
  }

  .carousel-inner img {
    width: 100%;
    height: auto;
    object-fit: contain; 
  }

  .seccion-individual {
    margin-bottom: 30px;
    padding: 20px;
    border-bottom: 1px solid #ccc;
  }

  .seccion-individual:nth-child(even) {
    background-color: #f8f9fa;
  }


  .conocenos-container {
    max-width: 700px;
    margin: 60px auto;
    padding: 0 20px;
  }
  
  .titulo-principal {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
    color: #003366;
  }
  
  .acordeon-item {
    border-bottom: 1px solid #ccc;
  }
  
  .acordeon-titulo {
    background-color: #f0f0f0;
    color: #003366;
    cursor: pointer;
    padding: 18px 20px;
    font-size: 1.1rem;
    border: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
  }
  
  .acordeon-titulo:hover {
    background-color: #e0e0e0;
  }
  
  .flecha {
    transition: transform 0.3s;
  }
  
  .flecha.abierto {
    transform: rotate(180deg);
  }
  
  .acordeon-contenido {
    background-color: #fff;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
    padding: 0 20px;
  }
  
  .acordeon-contenido p {
    padding: 10px 0;
    margin: 0;
  }

  .mapa {
    text-align: center;
  }
  .mapa img {
    width: 90%;
    max-width: 1000px;
    border: 2px solid #ccc;
    border-radius: 8px;
}

.contacto-container {
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-top: 40px;
}

.contacto-container h3 {
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  font-weight: bold;
}

.form-control {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.btn {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}

.btn:hover {
  background-color: #0056b3;
}

#map { height: 500px; width: 100%; }

.box-mission {
    background-color: var(--blue);
    border-color: #ffffff;
  }

  .box-vision {
    background-color: var(--blue); 
    border-color: #ffffff; 
  }

  .box-values {
    background-color: var(--blue); 
    border-color: #b0b0b0;
  }

  .box-mission, .box-vision, .box-values {
    padding: 1.5rem;
    border: 2px solid;
    border-radius: 0.5rem;
    height: 100%;
  }

  .box-values ul {
    list-style-type: disc; /* puntos normales */
    list-style-position: outside; /* punto pegado al texto */
    padding-left: 1.2em;
    margin: 0;
  
  }

  .box-values li strong {
    margin-bottom: 0.5em;
    text-indent: 0;
    margin-left: 0;
    padding-left: 0;
  }

footer {
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}
.footer{
  background-color: #10354D; 
  color: #e0e0e0; 
  padding: 1rem 0;
}

.contact-box {
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.contact-box:hover {
  transform: translateY(-5px);
}