@font-face {
  font-family: 'PoppinsMedium';
  src: url(../tipografia/poppins/Poppins-Medium.ttf);
}

@font-face {
  font-family: 'PoppinsRegular';
  src: url(../tipografia/poppins/Poppins-Regular.ttf);
}

body {
  font-family: 'Arial', sans-serif;
  
}
.text-dias {
  font-size: 0.9rem;
}

.card-dias:hover {
  -moz-transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  box-shadow: 5px 6px 7px 0px #6262628c;
  cursor: pointer;
}
.card-dias:hover .stats-icon {
  background-color: white;
}

.card-dia-01 {
  background-color: #ffc107;
  color: #312295 !important;
}

.card-dia-01 h6 {
  color: #312295 !important;
}

.card-dia-01 .stats-icon i {
  color: #ffc107;
}

.card-dia-01 .stats-icon,
.card-dia-02 .stats-icon,
.card-dia-03 .stats-icon {
  background-color: #ffffff;
}

.card-dia-02 {
  background-color: #0dcaf0;
  color: #ffffff !important;
}

.card-dia-02 .stats-icon i {
  color: #0dcaf0;
}

.card-dia-03 {
  background-color: #dc3545;
  color: #ffffff !important;
}

.card-dia-03 .stats-icon i {
  color: #dc3545;
}

.card-dia-02 h6,
.card-dia-03 h6 {
  color: #ffffff !important;
}

.card-dia-01:hover .stats-icon i {
  color: #ffc107;
}
.card-dia-01:hover h6 {
  color: #312295 !important;
}
.card-dia-01:hover {
  background-color: #ffc107;
}

.card-dia-02:hover {
  background-color: #0dcaf0;
}
.card-dia-02:hover .stats-icon i {
  color: #0dcaf0;
}
.card-dia-02:hover h6,
.card-dia-03:hover h6,
.card-galeria:hover h6 {
  color: white !important;
}

.card-dia-03:hover {
  background-color: #dc3545;
}
.card-dia-03:hover .stats-icon i {
  color: #dc3545;
}

.card-galeria:hover {
  -moz-transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: rgb(49, 34, 149);
  background: linear-gradient(
    90deg,
    rgba(49, 34, 149, 1) 0%,
    rgba(101, 51, 187, 1) 100%
  );
}
.card-galeria:hover .stats-icon i {
  color: #312295;
}
.btn-descargar {
  position: fixed;
  z-index: 10;
  bottom: 18px;
  right: 2%;
}

.stats-icon.morado {
  background-color: #312295 !important;
}

.sombra {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 50px 22px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 50px 22px rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}

.recuadro{
  position: relative;
}

.recuadro .h2{
  width: 100%;
  text-align: center;
  font-size: 30px;
  text-shadow: 3px 3px 4px black;
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translate(-50%, 0%);
  color: white;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.recuadro .h3{
  width: 100%;
  text-align: center;
  font-size: 20px;
  text-shadow: 3px 3px 4px black;
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translate(-50%, 0%);
  color: white;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.recuadro:hover{
	box-shadow: 5px 6px 7px 0px #6262628c;
}

.recuadro:hover .h2, .recuadro:hover .h3{
  bottom: 50%;
  transform: translate(-50%, 50%);
}

.recuadro:hover .sombra{
  background-color: rgba(0, 0, 0, 0.4);
}

.rotar-icono {
  -webkit-animation: girador 1s linear infinite;
  animation: girador 1s linear infinite;
}

@keyframes girador {
  100% {
    transform: rotate(1turn);
  }
}
/* Estilo base: para móviles primero */
.classtextponpii {
  font-family: 'PoppinsRegular';
}

.salto-celulargeneral {
  display: block;
}
.salto-celulargeneralvisible {
  display: none;
}

.clasetituloabout {
  position: absolute;
  top: 27%;
  left: 56%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 81px;
  font-weight: bold;
  text-align: center;
}
.clasetituloponentes{
  position: absolute;
    top: 28%;
    left: 58%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 62px;
    font-weight: bold;
    text-align: center;
}
.claseprogramas{
  position: absolute;
    top: 27%;
    left: 57%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 66px;
    font-weight: bold;
    text-align: center;
}
.clasetitulogaleria{
  position: absolute;
    top: 29%;
    left: 58%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 56px;
    font-weight: bold;
    text-align: center;
}
.salto-celulargeneral {
  display: none;
}
.responsive-banner {
  margin-top: 5%;
  margin-bottom: 0%;
}
.responsive-img {
  height: 573px !important;
}
.marginbottomespe {
  margin-bottom: 0%;
}
.tamanosizep{
  font-size: 30px;
}
.fontasizetitulovideos{
  font-size: 53px;
}
.fontasizetitulogalleria2024{
  font-size: 56px;
}
.fontasizetituloobsequio{
  font-size: 62px;
}
.botonw{
  margin-left: 0%;
}
.salto-celulargeneral {
    display: none;
  }

 .bloque-menu {
    text-decoration: none;
    color: #333;
}

.icon-circle {
    width: 90px;
    height: 90px;
    background-color: #e3e5e7;
    border-radius: 17%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.icon-circle span {
    font-size: 32px;
    color: #333;
}

.bloque-texto {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.icon-circle svg {
    width: 55px;
    height: 55px;
    color: #2d075d; /* cambia aquí el color del ícono */
}

/* Opcional: efecto hover */
.bloque-menu:hover .icon-circle {
    transform: scale(1.1);
    background-color: #f0f0f0;
}

.flechabackhome{
  color: white !important;
}
.vistacelular{
  display: block;
}
.toggle-button {
        background-color: #2d075d;
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 30px;
        font-size: 16px;
        text-align: center;
        display: block;
        margin: 20px auto;
        cursor: pointer;
        transition: background-color 0.3s;
        width: 357px; /* o el ancho que desees */
        height: 50px; /* opcional si también quieres igual altura */
    }

    .toggle-button:hover {
        background-color: #4c0d9b;
    }

    .toggle-content {
        display: none;
    }
    .header-con-fondo {
    background-image: url('../images/ENCABEZADOAPP2025.png'); /* cambia la ruta por la tuya */
    background-size: cover;         /* que cubra todo el espacio */
    background-position: left;    /* centrado */
    background-repeat: no-repeat;   /* no se repita */
}

.fade-in {
    animation: fadeIn 1.2s ease-in-out;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
#countdown {
    display: flex;            /* Alinea horizontalmente */
    flex-wrap: nowrap !important;        /* No permite que bajen de línea */
    justify-content: center;  /* Centra los elementos */
    gap: 12px;        /* Permite desplazarse si no caben */
    padding: 10px 0;
}

#countdown .count-box {
    background: #e9e9e9;
    border: 2px solid #410275;
    border-radius: 12px;
    padding: 15px 20px;
    min-width: 90px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.15);
    flex-shrink: 0;           /* Evita que se encojan demasiado */
}

#countdown .count-number {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
}

#countdown .count-label {
    font-size: 14px;
    color: #333;
}
.estiloslink{
  color:#000;
  font-size: 19px;
}
.puntos-card {
  max-width: 478px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 15px;
  font-family: 'Arial', sans-serif;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 5%;
}

.puntos-superior {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.titulo {
  font-weight: bold;
  color: #000;
  flex: 1 1 100%;
  margin-bottom: 8px;
}

.puntos-cantidad {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #6a1b9a;
  font-weight: bold;
  font-size: 18px;
}

.icono-puntos {
  font-size: 18px;
}

.flecha {
  font-size: 20px;
  color: #999;
}

.puntos-inferior {
  display: flex;
  align-items: center;
  gap: 6px;
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
  color: #000000;
  font-size: 14px;
}

.icono-advertencia {
  color: orange;
  font-size: 18px;
}

.vencer {
  color: #6a1b9a;
  font-weight: bold;
}
.marcas-container {
  padding: 1rem;
  font-family: 'Arial', sans-serif;
}

.header-marcas {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-marcas h3 {
  margin: 0;
  font-size: 1.2rem;
}

.ver-mas {
  font-size: 1.5rem;
  text-decoration: none;
  color: #666;
}

.subtitulo {
  color: #777;
  font-size: 0.9rem;
  margin: 0.5rem 0 1rem 0;
}

.carousel-marcas {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 1rem;
  padding-bottom: 0.5rem;
}

.tarjeta {
  flex: 0 0 auto;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  width: 160px;
  padding: 1rem;
  text-align: center;
}

.logo-marca {
  width: 100%;
  max-height: 170px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 0.5rem;
}
.tarjeta h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
}

.tarjeta p {
  margin: 0.3rem 0 0;
  font-size: 0.8rem;
  color: #888;
}

/* Scrollbar oculto en navegadores */
.carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: 100%;
  padding: 1rem 0;
}

.carousel-marcas {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 1rem;
  scroll-snap-type: x mandatory;
}

.tarjeta {
  min-width: 200px;
  background: #fff;
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  scroll-snap-align: center;
  text-align: center;
}

.logo-marca {
  width: 100%;
  max-height: 170px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 0.5rem;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #007bff, #00c6ff);
  border: none;
  color: white;
  font-size: 1.5rem;
  padding: 0.6rem 1rem;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.carousel-btn:hover {
  transform: translateY(-50%) scale(1.1);
}

.carousel-btn.left {
  left: 0.5rem;
}

.carousel-btn.right {
  right: 0.5rem;
}
.d-visible{
  display:block;
}
.btn-social {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: white;
  transition: transform 0.3s ease;
}

.btn-social:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

.btn-facebook {
  background-color: #3b5998;
}

.btn-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.btn-youtube {
  background-color: #ff0000;
}
.btn-linkedin {
  background-color: #0077b5;
}
.btn-social i {
    font-size: 32px;   /* Tamaño grande */
    height: auto;      /* Evita que se restrinja por la regla anterior */
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.redes-sociales {
  flex-wrap: wrap; /* Hace que se acomoden bien si el espacio es pequeño */
  gap: 10px;
}
.producto-lista img {
    max-height: 100px;
    object-fit: contain;
}
.producto-lista:hover {
    background-color: #f9f9f9;
    transition: 0.3s;
}
.fecha-vencimiento {
  font-size: 13px;
  color: #000;
  margin-left: 5px;
}
.bannervisible{
  display: block;
}
.marginar{
margin-top: 1rem !important;
}
.imagen-promocional {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.imagen-promocional img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}
.imagenvisible{
  display: none;
}
.margintoplan{
    margin-top: 0px;
  }
  .margintopacuma{
    margin-top: 0%;
  }
  .margintopdisponi{
    margin-top: 0%;
  }
  .margintopequipo{
    margin-top: -16%;
  }
  .margintophis{
    margin-top: 0%;
  }
  
  #auth {
    display: block;
    overflow: hidden;
}

/* Aplica animación SOLO al formulario */
#auth-left {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
    pointer-events: none;
}

/* Cuando esté visible */
.contenido-visible #auth-left {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}
.margenrihgt{
  margin-right: 0%;
}
#error {
  height: 126vh;
}
.programa-box {
    background:  #f0f0f0;;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    width: 100%;
    max-width: 200px;
}

.programa-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

.programa-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #7c3aed; /* violeta moderno */
}

.programa-nombre {
    font-weight: 600;
    font-size: 15px;
    color: #2d075d;
    text-align: center;
}
/*________________*/
.container-carrusel {
  position: relative;
  padding: 20px;
  max-width: 100%;
  overflow: hidden;
}

/* Título sección */
.titulo-seccion {
  text-align: center;
  margin-bottom: 20px;
}

/* Carrusel con scroll horizontal */
.carrusel-productos {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 16px;
  padding: 20px;
  scroll-snap-type: x mandatory;
}

/* Cada producto */
.producto {
  flex: 0 0 auto;
  width: 200px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}

.producto img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

.precio, .acumula, .titulo {
   display: none;
}
.carrusel-productos::-webkit-scrollbar {
  height: 8px;
}
.carrusel-productos::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.puntos {
  color: purple;
  font-weight: bold;
}

/* Botones de navegación */
.btn-carrusel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  border: none;
  color: white;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  display: block; /* Ocultos por defecto */
}

.btn-carrusel.prev {
  left: 10px;
}

.btn-carrusel.next {
  right: 10px;
}
.d-lg-block{
  display: block;
}
.d-lg-none{
  display: none;
}
.salto-marge440{
    display: none;
  }
  .salto-marge391{
    display: none;
  }
  .estilotextofechadiploma{
    text-align: center;
    font-size: 23px;
  }
  .textodiploma{
    font-size: 0.9rem;
  }
  .estilotextoescuela{
    color: #333;
    font-size: 18px;
    line-height: 20px;
  }
  /*----------------30 de mayo del 2025-------------------------*/
.menu-icon-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.custom-success-message,
.custom-error-message {
    padding: 1.5em;
    margin: 1em auto;
    max-width: 500px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    text-align: center;
    font-size: 1.1em;
    font-family: 'Segoe UI', sans-serif;
    color: white;
    position: relative;
}

.custom-success-message {
    background: linear-gradient(135deg, #00c851, #33b5e5);
}

.custom-error-message {
    background: linear-gradient(135deg, #ff4444, #ff8800);
}

.custom-success-message .icon,
.custom-error-message .icon {
    font-size: 2em;
    margin-bottom: 0.5em;
}

.whatsapp-btn {
    display: inline-block;
    margin-top: 1em;
    background-color: #25D366;
    color: white;
    padding: 0.6em 1.2em;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
}

.whatsapp-btn:hover {
    background-color: #1ebe5d;
}
.text-purple {
    color: #6f42c1; /* Morado */
}

.text-fuchsia {
    color: #d63384; /* Fucsia */
}
  /*----------------30 de mayo del 2025-----------------------------*/
/* Para pantallas más grandes que 767px (tablets o superior) */
@media only screen and (max-width: 768px) {
  .col-4 {
    width: 33.33%;
  }
  .d-none{
    display: none;
  }
  .d-block{
     display: block;
  }
  .btn-carrusel {
    display: none;
  }
  #error {
  height: 115vh;
}
.margenrihgt{
  margin-right: -13%;
}
  .margintopacuma{
    margin-top: -14%;
  }
  .margintopdisponi{
    margin-top: -17%;
  }
  .margintopequipo{
    margin-top: -16%;
  }
  .margintophis{
    margin-top: -15%;
  }
  .margintoplan{
    margin-top: -67px;
  }
  .imagenvisible{
  display: block;
}
  .bannervisible{
  display: none;
}
.marginar{
  margin-top: 25% !important;
}
  .col-md-6 {
        width: 50%;
        float: left;
    }
    .col-12 {
        width: 100%;
        float: none;
    }
  .salto-celulargeneralvisible {
  display: block;
}
  .d-visible{
  display:none;
}
  .puntos-card {
    padding: 10px;
  }

  .titulo {
    font-size: 15px;
  }

  .puntos-cantidad {
    font-size: 16px;
  }

  .puntos-inferior {
    font-size: 13px;
  }
  .vistacelular{
  display: none;
}
.estiloslink{
  color:#000;
  font-size: 16px;
}
  .correo-usuario{
    font-size: 12px;
  }
      .sidebar-wrapper {
        
        position: fixed;
    }
    .ps{
      overflow: auto;
    }
  
  .salto-celulargeneral {
    display: block;
  }
  
  .clasetituloabout {
    position: absolute;
    top: 17%; /* valor base para pantallas pequeñas */
    left: 48%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
  }
  .clasetituloponentes{
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;font-size: 27px;
    font-weight: bold;
    text-align: center;
  }
  .claseprogramas{
    position: absolute;
    top: 17%;
    left: 49%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
  }
  .clasetitulogaleria{
    position: absolute;
      top: 18%;
      left: 48%;
      transform: translate(-50%, -50%);
      color: white;
      font-size: 27px;
      font-weight: bold;
      text-align: center;
  }
  .clasetituloabout {
    top: 17%;
  }
  .clasetituloponentes {
    top: 17%;
  }
  .claseprogramas{
    top: 17%;
  }
  .clasetitulogaleria{
    top: 18%;
  }
  

  .responsive-banner {
    margin-top: 15%;
    margin-bottom: 0%;
  }
  .responsive-img {
    height: auto !important;
  }
  .marginbottomespe {
    margin-bottom: 0%;
  }
  .tamanosizep{
    font-size: 16px;
  }
  .fontasizetitulovideos{
    font-size: 24px;
  }
  .fontasizetitulogalleria2024{
    font-size: 26px;
  }
  .fontasizetituloobsequio{
    font-size: 22px;
  }
  .botonw{
  margin-left: 3%;
}
.salto-marge440{
    display: none;
  }
  .salto-marge391{
    display: none;
  }
  .estilotextofechadiploma{
    text-align: center;
    font-size: 23px;
  }
  .textodiploma{
    font-size: 0.9rem;
  }
  .estilotextoescuela{
    color: #333;
    font-size: 18px;
    line-height: 20px;
  }
}
/* Para pantallas más grandes que 440px */
@media only screen and (max-width: 441px) {
  /* Puedes agregar ajustes si es necesario */
  .salto-marge440{
    display: block;
  }
  .salto-marge391{
    display: none;
  }
  .estilotextofechadiploma{
    text-align: center;
    font-size: 23px;
  }
  .textodiploma{
    font-size: 0.9rem;
  }
  .estilotextoescuela{
    color: #333;
    font-size: 18px;
    line-height: 20px;
  }
}
/* Para pantallas más grandes que 412px */
@media only screen and (max-width: 431px) {
  .salto-marge440{
    display: none;
  }
  .salto-marge391{
    display: none;
  }
  .clasetituloabout {
    top: 15.6%;
  }
  .clasetituloponentes {
    top: 15.6%;
  }
  .claseprogramas{
    top: 15.6%;
  }
  .clasetitulogaleria{
    top: 16.6%;
  }
  .salto-celulargeneral{
    display: none;
  }
  .margintoplan{
    margin-top: -36px;
  }
  .estilotextofechadiploma{
    text-align: center;
    font-size: 21px;
  }
  .textodiploma{
    font-size: 14px;
    margin-top: 2%;
  }
  .estilotextoescuela{
    color: #333;
    font-size: 17px;
    line-height: 20px;
  }
}
/* Para pantallas más grandes que 412px */
@media only screen and (max-width: 413px) {
  .salto-marge440{
    display: none;
  }
  .salto-marge391{
    display: none;
  }
  .clasetituloabout {
    top: 15%;
  }
  .clasetituloponentes {
    top: 15%;
  }
  .claseprogramas{
    top: 15%;
  }
  .clasetitulogaleria{
    top: 16%;
  }
  .margintoplan{
    margin-top: -36px;
  }
  .estilotextofechadiploma{
    text-align: center;
    font-size: 21px;
  }
  .textodiploma{
    font-size: 14px;
    margin-top: 2%;
  }
  .estilotextoescuela{
    color: #333;
    font-size: 17px;
    line-height: 20px;
  }
}
/* Para pantallas más grandes que 390px */
@media only screen and (max-width: 391px) {
  .salto-marge391{
    display: block;
  }
  .salto-marge440{
    display: none;
  }
  .clasetituloabout {
    top: 17%;
  }
  .clasetituloponentes {
    top: 17%;
  }
  .claseprogramas{
    top: 17%;
  }
  .clasetitulogaleria{
    top: 18%;
  }
  .margintoplan{
    margin-top: -36px;
  }
  .estilotextofechadiploma{
    text-align: center;
    font-size: 19px;
  }
  .textodiploma{
    font-size: 12px;
    margin-top: 2%;
  }
  .estilotextoescuela{
    color: #333;
    font-size: 15px;
    line-height: 20px;
  }
}
/* Para pantallas más grandes que 360px */
@media only screen and (max-width: 361px) {
  .salto-marge440{
    display: none;
  }
  .salto-marge391{
    display: none;
  }
  .clasetituloabout {
    top: 18%;
  }
  .clasetituloponentes {
    top: 18%;
  }
  .claseprogramas{
    top: 18%;
  }
  .clasetitulogaleria{
    top: 19%;
  }
  .margintoplan{
    margin-top: -36px;
  }
  .estilotextofechadiploma{
    text-align: center;
    font-size: 18px;
  }
  .textodiploma{
    font-size: 11px;
    margin-top: 2%;
  }
  .estilotextoescuela{
    color: #333;
    font-size: 14px;
    line-height: 20px;
  }
}
.bg-moradocolor{
  background-attachment: #5c099b;
}
