*{
  padding: 0px;
  margin: 0px;
  text-decoration: 0px;
  list-style:none;
}
a:hover, a:active, a:visited, a:focus{
    text-decoration: none;
}
body{
  font-family: 'Lato', sans-serif;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.modal-backdrop.in{
  display: none
}
h1, h2, h3, h4, h5, h6{
  font-weight: 900;
}
h1{
  margin: 0px;
  padding: 10px 0;
  font-size: 16px;
  color: #7d2029;
}
h1 b{
  text-transform: uppercase;
}
h2{
    text-transform: uppercase;
}
.color{
  background: #7d2029;
  color: white;
  border-radius: 5px;
  height: 60px;
  padding-top: 8px;
}
.menu{
  padding: 10px 0px;
  text-align: center;
  background: #000;
}
.fijo{
  position: fixed;
  top:0px;
  width: 100%;
  background: #000;
  z-index: 100000;
  box-shadow: 0px 3px 6px rgba(0,0,0,.6)
}
.menu img{
  height: 60px;
  width: auto;
  margin: auto;
}
.menu nav a{
  line-height: 60px;
  padding: 0px 5px;
  text-transform: capitalize;
  color: #fff ;
  font-weight: 600;
  transition: .8s ease-in-out;
}
.menu nav a:hover{
  text-decoration: none;
  color: #fff;
}
footer img {
  height: 25px;
  display: inline-block;
}
.menu .texto{
  font-size: 22px;
  line-height: 20px;
  color: #fff;
}
.menu .texto b{
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 22px;
}
.menu .texto{
    color: #fff;
}
.menu .texto a{
    color: #fff !important;
}
#whatsapp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    background: #25d366;
    text-align: center;
    padding: 5px 10px;
    z-index: 1000000;
    border-radius: 20px;
    font-size: 20px;
}
#whatsapp a {
    color: #fff;
    font-size: 18px;
}
#whatsapp i {
    margin-right: 8px;
    font-size: 20px;
}
#slider{
  z-index: 1;
  position: relative;
}
#contacto{
  z-index: 2;
  position: relative;
  background: URL('../img/enfermeria-background.jpg');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
}
#contacto h2{
  font-size: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
#contacto label {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 0;
    color: #fff;
    display: flex;
    align-items: center;
}
#contacto label .bot:checked{
    border-color: #2b27da;
}
#contacto label .bot {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 16px;
    height: 16px;
    margin-bottom: 5px;
    margin-right: 10px;
}
#contacto label .bot:checked:after {
    content: " ";
    position: absolute;
    background: #2b27da;
    border-radius: 20px;
    width: 15px;
    height: 15px;
    border-color: #fff;
    border: 1px solid #fff;
    outline: none;
}
#contacto input, #contacto select, #contacto textarea{
 padding: 15px;
 width: 100%;
 margin-bottom: 20px;
 border-radius: 6px;
 text-transform: uppercase;
 background: white;
 border: none;
}
#contacto button{
  margin-top: 20px;
  margin-left: 15px;
  border: solid 2px #5a58a6;
  background: #5a58a6;
  color: white;
  padding: 5px 50px;
  border-radius: 10px;
  transition: .7s ease-in-out;
  font-size: 15px;
  text-transform: uppercase;
}
#contacto button:hover{
  background: white;
  color: #5a58a6;
}
textarea{
  resize: none;
  min-height: 120px;
}
#nosotros{
  z-index: 1000;
}
#nosotros h2{
  display: none;
}
#nosotros p{
  display: none;
}
#licenciaturas{
  background: #000;
  color: #fff;
  z-index: 3;
  position: relative;
}
#licenciaturas h2{
  width: 100%;
  font-size: 50px;
  text-align: center;
  margin-bottom: 70px;
  color: #fff;
}
#licenciaturas p{
  font-size: 25px;
  text-align: justify;
  font-weight: 300;
  padding: 0px 20px;
  margin-bottom: 40px;
}

#temario{
  padding: 100px 0;
  background: url('../img/new/00_enfer6.jpg') center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#temario2{
  padding: 100px 0;
  background: url('../img/new/00_EspEnfer3.jpg') center top no-repeat;
  background-size: cover;
  margin-top: -50px;
}
#temario h2{
  font-size: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: #a62035;
  width: 100%;
}
#temario .ventaja{
  text-align: center;
}
#temario h3{
  color: #5a58a6;
  font-size: 35px;
  margin-bottom: 40px;
}
#temario h3::after{
  content: " ";
  display: block;
  width: 100px;
  height: 4px;
  margin: 10px auto;
  background: #5a58a6;
}
#temario ul {
  padding: 5px;
}
#temario ul li{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: left;
  list-style: square;
}
#temario p{
  text-align: center;
  font-size: 30px;
  width: 100%;
  text-transform: uppercase;
  color:  #5a58a6;
  font-weight: 700;
}
#temario p::before, #temario p::after{
  content: " ";
  display: block;
  width: 100px;
  height: 2px;
  margin: 10px auto;
  background: #fff;
}
#ubicacion{
  z-index: 2;
  position: relative;
  background: white;
  padding: 80px 0;
  background: url(../img/new/00_EspEnfer2.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
#ubicacion h2{
  text-align: center;
  font-size: 50px;
  margin-bottom: 40px;
  color: #fff;
}
#ubicacion p{
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  color: #fff;
}
#nivelacion{
    padding-bottom: 50px;
    background: #000;
}
#nivelacion h2{
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
    color: #2f3e7e;
}
#nivelacion #whats a {
    color: #fff;
    background: #25d366;
    text-align: center;
    padding: 5px 50px;
    border-radius: 6px;
    font-size: 20px;
}
#nivelacion #whats i {
    margin-right: 8px;
    font-size: 20px;
}
footer{
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  padding: 40px 25px 20px;
  z-index: 3;
  position: relative;
  text-align: center;
  border-top: 3px solid #2b27da;
}

footer .social-media {
  margin-bottom: 25px;
}

footer .social-media p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}

footer .social-media a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 8px;
  background: #333;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

footer .social-media a:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

footer .social-media a[href*="facebook"]:hover {
  background: #3b5998;
  color: #fff;
}

footer .social-media a[href*="instagram"]:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
}

footer .social-media a[href*="tiktok"]:hover {
  background: #000000;
  color: #ff0050;
}

footer .social-media a[href*="linkedin"]:hover {
  background: #0077b5;
  color: #fff;
}

footer .social-media a i {
  font-size: 20px;
  width: auto;
  text-align: center;
}

footer p{
  margin: 8px 0;
  color: #cccccc;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  letter-spacing: .5px;
  line-height: 1.6;
}

footer p:last-child {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #444;
  font-size: 14px;
  opacity: 0.8;
}

footer a{
    color: #7d2029;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}
@media (max-width: 768px){
  .row.display-flex {
    display: block;
    flex-wrap: wrap;
  }
  .row.display-flex > [class*='col-'] {
    display: block;
    flex-direction: column;
  }
  .menu .texto, .menu .texto b{
      font-size: 18px;
  }
  #slider p{
  font-size: 50px;
  }
  .ventaja{
    margin: auto;
    width: 85%;
  }
  h1{
    text-align: center;
  }
  .menu nav a{
    line-height: 20px;
    padding: 0px 3px;
    margin-top: 10px;
  }
  h2{
      font-size: 35px !important;
  }
  #nosotros p, #licenciaturas p{
      font-size: 20px;
      text-align: left;
    }
  #contacto, #temario, #ubicacion{
      background-attachment: scroll;
  }
}

/*   ---   POPUP   ---   */
#fondo-pop{
    position: fixed;
    background: rgba(0,0,0,.6);
    height: 100%;
    width: 100%;
    z-index: 100000000000;
    backdrop-filter: blur(5px);
}

#fondo-pop .closebtn{
    position: absolute;
    top: 50px;
    right: 50px;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
    transition: .3s ease-in-out;
    border-radius: 40px;
    background: rgba(255,255,255, 0.2);
    height: 80px;
    width: 80px;
    display: block;
    line-height: 80px;
    text-align: center;
}

#fondo-pop .closebtn:hover{
    background: rgba(255,255,255, 0.4);
    color: red;
}

#fondo-pop .img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  /*
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.6);
    */
}

@media only screen and (max-width: 771px) {
  #licenciaturas {
    background-size: contain !important;
    background-position: center !important;
    min-height: 200px !important;
    background-repeat: no-repeat !important;
  }
}
textarea{
  resize: none;
}

/* Estilos para la sección de maestrías */
.maestrias-row {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}

.maestria-img {
  flex: 1;
  width: 20%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

/* Responsive para móviles */
@media (max-width: 768px) {
  .maestrias-row {
    flex-direction: column;
  }
  
  .maestria-img {
    width: 100%;
  }
}

/* Sección de Formación Docente */
.seccion-informativa {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  padding: 80px 0;
  min-height: 600px;
  position: relative;
}

.contenido-texto {
  color: white;
  padding: 40px 20px;
}

.contenido-texto h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.2;
}

.titulo-destacado {
  font-weight: 900;
  text-transform: uppercase;
}

.linea-separadora {
  border: 0;
  height: 3px;
  background: white;
  width: 200px;
  margin: 20px 0;
}

.subtitulo {
  font-size: 16px;
  margin: 25px 0;
  line-height: 1.5;
}

.lista-habilidades {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.lista-habilidades li {
  margin: 15px 0;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.6;
}

.info-oficial {
  font-size: 14px;
  margin: 20px 0 10px 0;
  font-weight: 600;
}

.acuerdo {
  font-size: 12px;
  margin: 5px 0;
  opacity: 0.9;
}

.modalidad {
  font-size: 14px;
  margin: 15px 0 25px 0;
  font-weight: 600;
}

.btn-plan-estudios {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 12px 25px;
  border: 2px solid white;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.btn-plan-estudios:hover {
  background: white;
  color: #4facfe;
  text-decoration: none;
}

.imagen-estudiante {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: url('img/placeholder-student.jpg') center center no-repeat;
  background-size: cover;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.3);
}

.etiqueta-maestria {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 15px 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.etiqueta-maestria p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.8;
}

.etiqueta-maestria h3 {
  margin: 5px 0 0 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  font-style: italic;
}

/* Responsive para la sección informativa */
@media (max-width: 768px) {
  .seccion-informativa {
    padding: 50px 0;
  }
  
  .contenido-texto {
    padding: 20px;
    text-align: center;
  }
  
  .contenido-texto h2 {
    font-size: 28px;
  }
  
  .contenido-imagen {
    height: 350px;
    margin-top: 30px;
  }
  
  .imagen-estudiante {
    width: 250px;
    height: 250px;
  }
  
  .etiqueta-maestria {
    position: static;
    margin-top: 20px;
    display: inline-block;
  }
}