body {
    font-family: "Roboto", sans-serif;
}

header .nav-link {
    font-weight: bold;
}

h2 {
    font-size: 3rem;
	
}

.imgTitulo{
   max-width: 400px;
   padding-top: 10px;
}

.padding-section {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}

.text-justify {
  text-align: justify;
}

#listaGraduados, #listaDocentes {
  display: none;
  scroll-margin-top: 100px; /* Ajusta este valor al alto de tu header fijo */

}

/* Las muestra si están en el fragmento de la URL */
:target {
  display: block !important;
  scroll-margin-top: 100px; /* evita que la navbar tape el título */
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.boton-enlace {
  display: inline-block; /* Permite aplicar padding y margin */
  padding: 8px 15px; /* Espaciado interno del botón */
  border: 1px solid #007bff; /* Borde del botón (puedes cambiar el color) */
  border-radius: 20px; /* Bordes redondeados */
  background-color: #434a52; /* Fondo del botón */
  color: #fff; /* Color del texto */
  text-decoration: none; /* Quita el subrayado predeterminado del enlace */
  font-size: 1em; /* Ajusta el tamaño de la fuente */
  transition: background-color 0.3s ease; /* Transición suave al pasar el ratón */
}

.boton-enlace:hover {
  background-color: #0056b3; /* Color de fondo al pasar el ratón */
  border-color: #0056b3; /* Color del borde al pasar el ratón */
  color: #fff;
}



.custom-shadow {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.custom-shadow:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}


.separador {
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #001f3f, #004d7a);
  margin: 3rem auto;
  border-radius: 2px;
}
.separador-faja {
  width: 100%;
  height: 60px;
  background: linear-gradient(to right, #001f3f, #004d7a);
  opacity: 0.1;
  margin: 3rem 0;
}

.navbar-toggler {
  border: none;
  background-color: #fff; /* o el color que quieras */
  padding: 0.4rem 0.6rem;
  border-radius: 4px;
}

/*
.modal-content {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  padding: 1.5rem;
  border: none;
}
*/

.modal-content {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
}

.modal-body ul {
  list-style-type: none;
  padding-left: 0;
}

.modal-body ul li {
  padding: 0.3rem 0.5rem;
  font-size: 0.95rem;
  border-bottom: 1px solid #eee;
}




.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}



.hero-text h2 {
  font-size: 1.8rem;
  line-height: 1.4;
}

.hero-text p {
  font-weight: 300;
}

.btn-outline-light {
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-outline-light:hover {
  background-color: #ffffff;
  color: #004d7a;
}


.hero-container {
    position: relative;
}
.hero-header h2 {
    font-size: 2rem;
}
.hero-header {
    padding-top: 8rem;
    padding-bottom: 4rem;
    background: linear-gradient(to bottom, #001f3f 0%, #004d7a 100%);
    color: #fff;
}

.navbar-dark-gradient {
    background: linear-gradient(to bottom, #001f3f 0%, #0141a3 100%) !important;
    
}

.navbar-dark-gradient .nav-link {
    color: white !important;
}
.navbar-dark-gradient .nav-link:hover {
    color: #ccc !important;
}


.hero-text {
    margin-bottom: 7rem;
}

/*
.hero-img {
    position: absolute;
    width: 44%;
    top: -45px;
}
*/

.card .card-body {
  color: #212529;
}
.card .card-title {
  color: #000;
}


.hero-img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: 2rem;
    
    box-shadow: 0 0 12px 1px white;
}


.subrayado {
    border-top: 2px solid;
    width: 10%;
    margin: auto;
}

.cuadro-producto {
    margin: 1rem 0;
}
.cuadro-producto .sect-logo img.logo {
    width: 80%;
}

.cuadro-servicio {
    margin: 1rem 0;
    padding: 0 2.5rem;
}
.cuadro-servicio .sect-logo {
    margin-top: 1.5rem;
}
.cuadro-servicio .sect-logo img.logo {
    max-width: 118px;
}
.cuadro-nosotros .cuadro-texto {
    padding-right: 3rem;
}
.cuadro-nosotros .cuadro-texto h3 {
    margin-bottom: 2rem;
}

.cuadro-nosotros .cuadro-texto p {
    font-size: 1.2rem;
    font-weight: 200;
}

.cuadro-nosotros .cuadro-imgs img {
    max-width: 100%;
    margin: 0 0 1rem;
}

.cuadro-pilares h3{
    color: #00556e;
    font-size: 2.25rem;
}

#servicios .servicio-imagen {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 400px
}

#servicios .servicio-img-1 {
    background-image: url('/assets/imgs/servicios/img-1-serv.jpg');
}

#servicios .servicio-img-2 {
    background-image: url('/assets/imgs/servicios/img-2-serv.jpg');
}

#servicios .servicio-img-3 {
    background-image: url('/assets/imgs/servicios/img-3-serv.jpg');
}

#servicios .servicio-img-4 {
    background-image: url('/assets/imgs/servicios/img-4-serv.jpg');
}

#servicios .servicio-img-5 {
    background-image: url('/assets/imgs/servicios/img-5-serv.jpg');
}

#servicios .servicio-img-6 {
    background-image: url('/assets/imgs/servicios/img-6-serv.jpg');
}

#servicios .servicio-img-7 {
    background-image: url('/assets/imgs/servicios/img-7-serv.jpg');
}


.background-1 {
    background: url('/assets/imgs/background-1.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}
.divider-eset{
    background-image: url('/assets/imgs/bg-eset-gold.jpg');
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.divider-eset img{
    max-width: 80%;
}

footer{
    background: #000000;
    color: #cccccc;
}
footer h4{
    margin-top: 1rem;
    font-size: 1.15rem;
}
footer img.logo-pie{
    width: 80%;
}
footer ul{
    margin-top: 0.5rem;
    list-style: none;
}
footer li{
    padding: 0.15rem 0px;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }

  .navbar-collapse .nav-link {
    color: #000 !important;
  }
  
  .imgTitulo{
    max-width: 230px;
    padding-top: 10px;
  }  
  .hero-header h2 {
       font-size: 1.5rem;
  }    
}
