.elementor-394 .elementor-element.elementor-element-cc6c4c4{--display:flex;--min-height:0px;}.elementor-394 .elementor-element.elementor-element-7564019.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-394 .elementor-element.elementor-element-59002cc{--display:flex;}.elementor-394 .elementor-element.elementor-element-13bcce5{width:var( --container-widget-width, 101.203% );max-width:101.203%;--container-widget-width:101.203%;--container-widget-flex-grow:0;}.elementor-394 .elementor-element.elementor-element-13bcce5.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-394 .elementor-element.elementor-element-115905c{--display:flex;}.elementor-394 .elementor-element.elementor-element-115905c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-394 .elementor-element.elementor-element-2b9a9ce{--display:flex;}.elementor-394 .elementor-element.elementor-element-8062165{--display:flex;}.elementor-394 .elementor-element.elementor-element-8062165.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-394 .elementor-element.elementor-element-6955d3c{--display:flex;}.elementor-394 .elementor-element.elementor-element-4623eee{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-394 .elementor-element.elementor-element-4623eee:not(.elementor-motion-effects-element-type-background), .elementor-394 .elementor-element.elementor-element-4623eee > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F9;}.elementor-394 .elementor-element.elementor-element-2a49444{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-394 .elementor-element.elementor-element-bfd189a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-394 .elementor-element.elementor-element-71dfde8{--display:flex;}@media(min-width:768px){.elementor-394 .elementor-element.elementor-element-115905c{--width:97.422%;}.elementor-394 .elementor-element.elementor-element-8062165{--width:97.719%;}.elementor-394 .elementor-element.elementor-element-2a49444{--width:50%;}.elementor-394 .elementor-element.elementor-element-bfd189a{--width:50%;}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for html, class: .elementor-element-7564019 */.hero-section {
  position: relative;
  overflow: hidden;
  color: white;
  text-align: center;
  padding: 120px 20px;
}

.hero-slider {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  background-image: linear-gradient(rgba(0, 39, 77, 0.45), rgba(0, 80, 179, 0.45)); 
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  color: white;
  border: none;
  font-size: 2em;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
}
.slider-arrow.left { left: 20px; }
.slider-arrow.right { right: 20px; }

.hero-content h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0.4); /* fondo oscuro semitransparente */
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-block;
  backdrop-filter: blur(4px); /* efecto de desenfoque detrás del texto */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cb74f41 */.programs-section {
  background: #f5f5f5;
  padding: 80px 20px;
  text-align: center;
}

.programs-section h2 {
  font-size: 2.4em;
  margin-bottom: 50px;
  color: #00274D;
}

.programs-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .programs-container {
    grid-template-columns: 1fr 1fr;
  }
}

.program-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.program-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.program-card:hover img {
  transform: scale(1.05);
}

.program-info {
  padding: 25px;
  flex-grow: 1;
}

.program-info h3 {
  color: #00274D;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.program-info p {
  font-size: 1em;
  color: #333;
  margin-bottom: 20px;
}

.program-info a {
  display: inline-block;
  background: #E30613;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.program-info a:hover {
  background: #B1000F;
}

/* Animaciones */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.animate-fade {
  animation: fadeInUp 1s ease forwards;
  opacity: 0;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bfd223d */.faculty-section {
  padding: 80px 20px;
  background: #ffffff;
  text-align: center;
}

.faculty-section h2 {
  font-size: 2.4em;
  margin-bottom: 50px;
  color: #00274D;
}

.faculty-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.faculty-card {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.faculty-card:hover {
  transform: translateY(-5px);
}

.faculty-card img {
  width: 100%;
  height: auto;
  border-radius: 100px;
  margin-bottom: 20px;
}

.faculty-card h3 {
  color: #00274D;
  margin-bottom: 8px;
}

.faculty-card p {
  color: #444;
  font-size: 0.95em;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1856a3e */.campus-life-section {
  background: #000;
  color: white;
  padding: 80px 20px;
  text-align: center;
}

.campus-life-section h2 {
  font-size: 2.4em;
  margin-bottom: 50px;
}

.campus-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-card {
  background: #111;
  border-radius: 20px;
  overflow: hidden;
  text-align: left;
}

.gallery-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.gallery-card h3 {
  font-size: 1.2em;
  color: white;
  margin: 15px 20px 5px;
}

.gallery-card p {
  font-size: 0.95em;
  color: #ddd;
  margin: 0 20px 20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4bf5984 */.admissions-info-section {
  background: #f5f5f5;
  padding: 100px 20px;
  text-align: center;
  color: #00274D;
}

.admissions-info-section h2 {
  font-size: 2.4em;
  margin-bottom: 20px;
}

.admissions-info-section p {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 1.1em;
}

.admissions-info-section a {
   display: inline-block;
  background: #E30613;
  color: white!important;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
  animation: zoomIn 2s ease;
}

.admissions-info-section a:hover {
  background: #b6000f;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6955d3c */.contact-section {
  background: #fff;
  padding: 80px 40px;
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af509db */.journal-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #fff;
}

.journal-section h2 {
  font-size: 2.5rem;
  color: #3a78c9;
  font-weight: 700;
  margin-bottom: 20px;
  animation: fadeInDown 1s ease;
}

.journal-section p {
  font-size: 1.15rem;
  color: #c8102e;
  margin-bottom: 30px;
  animation: fadeIn 1.5s ease;
}

.journal-button {
  display: inline-block;
  background: #E30613;
  color: white!important;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
  animation: zoomIn 2s ease;
}

.journal-button:hover {
  background: #b50011; 

}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}/* End custom CSS */