
body {
  margin: 0;
  padding: 0;
}

.logo {
  width: 100px;
}

header .titulo {
  font-family: 'Times New Roman', Times, serif;
  font-size: 25px;
  margin-top: 10px;
  margin-right: 30px;
}

.nav-link {
  border: 3px solid;
  transition: all 0.8s ease;
  border-radius: 15px;
}

.nav-link:hover {
  background-color: #7c8dee;
  box-shadow: 0 0 20px #7c8dee;
  border-color: #7c8dee;
}

main .descripcion {
  text-align: center;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: medium;
  padding: 1%;
}

h2 {
  text-align: center;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.carousel-item {
  width: 90%;
  height: 550px;
  background-size: cover;
}

.mision {
  background: linear-gradient(180deg, #ffffff, #f5f7ff);
  padding: 80px 20px;
  text-align: center;
}

.mision-overlay {
  position: relative;
  z-index: 2;
}

/* título */
.mision h2 {
 font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 2px;
  color: #0c95f0; /* color del logo */
  margin-bottom: 20px;
}

/* texto */
.mision p {
 font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  color: #555;
}
 /*Pagina quienes somos*/
.quienes-section {
  padding: 80px 20px;
  background-color: #f8f9fc;
}

/* título */
.titulo-seccion {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #0c95f0;
  margin-bottom: 20px;
}

/* texto */
.texto-seccion {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  color: #555;
  line-height: 1.7;
}

/* imagen */
.img-quienes {
  width: 100%;
  max-width: 400px; /* controla el tamaño */
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.card-info {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  height: 100%;
  transition: transform 0.3s ease;
}

.card-info:hover {
  transform: translateY(-5px);
}

.card-info h3 {
  font-family: 'Poppins', sans-serif;
  color: #0c95f0;
  margin-bottom: 15px;
}

.card-info ul {
  padding-left: 20px;
}

.card-info li {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
  color: #555;
}

/*servicios*/

.servicios-section {
  padding: 80px 20px;
  background-color: #ffffff;
}

/* cards */
.servicio-card {
  background-color: #f8f9fc;
  padding: 25px;
  border-radius: 15px;
  height: 100%;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  text-align: left;
}

.servicio-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* títulos */
.servicio-card h4 {
  font-family: 'Poppins', sans-serif;
  color: #0c95f0;
  margin-bottom: 10px;
}
s
/* texto */

.servicio-card p {
  font-family: 'Montserrat', sans-serif;
  color: #555;
  font-size: 15px;
}
.formulario {
  padding: 80px 20px;
  background-color: #f8f9fc;
}

/* tarjeta */
.form-card {
  max-width: 500px;
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* inputs */
.form-control {
  border-radius: 10px;
}

/* botón */
.btn-primary {
  background-color: #0c95f0;
  border: none;
  border-radius: 10px;
  transition: 0.3s;
}

.btn-primary:hover {
  background-color: #5a6fd8;
}

.logo-footer {
  width: 120px;   /* ajustá el tamaño */
  display: block;
  margin: 0 auto 10px auto; /* centra + espacio abajo */
}

footer {
  background-color: #2b2b2b;
  padding: 10px 0;
  margin: 0;
}
.footer-text {
  color: #e2e2e2; 
}

@media (max-width: 1000px) {
  :root {
    --color:(white) ;
  }
}
@media (max-width: 420px) {
  :root {
    --color:(white) ;
  }
}/*# sourceMappingURL=estilo.css.map */