/***SIMCI Inicio***/


    /*@media (max-width: 768px) {
      .CarruselImg { width: 250px; }
    }*/


.carousel-control-prev-icon, .carousel-control-next-icon {
  filter: invert(108%);
}

    .titulo-comite {
      font-weight: 900;
      font-size: 2.5rem;
      color: #960b33; /* Rojo vino */
    }

    .categoria {
      font-weight: 700;
      font-size: 1.1rem;
      margin-bottom: 0.5rem;
    }

    .cbs { color: #512C4D; }         /* Morado oscuro */
    .ci { color: #99902B; }          /* Verde mostaza */
    .ef { color: #198BA5; }          /* Azul petróleo */
    .ia { color: #DA892B; }          /* Naranja */
    .logistico { color: #4B2E83; }   /* Morado */

    .nombre {
      color: #333;
      font-weight: 300;
      font-size: 1rem;
    }

    @media (max-width: 768px) {
      .categoria { text-align: center; }
      .nombre { text-align: center; }
    }











.ResponsiveLetter {
  font-size: calc(0.5em + 1vw);
}
table, td, th {
  border: 1px solid #636363;
  font-size: 15px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.BRtable{
  border-right: none;
  text-align: center;
  padding-left: 80px;
  color: #49176D;
}

.TAri{
  text-align: right;
}

/***CREDITOS INICIO***/
.ptTitleCRED{
    padding-top: 80px;
}

.ptTitleCRED2{
    padding-top: 30px;
    padding-bottom: 30px;
}

.TituloMo2 {
    font-weight: 300;
}
.TituloCRED {
    font-weight: 600;
}
.TituloCOMITE {
    font-weight: 300;
    text-align: left !important;
}
.TituloCOMITE2 {
    text-align: justify;
    font-weight: 850;
}
/***CREDITOS FIN***/






  /***Pagination***/
    .pagination-container {
      display: flex;
      justify-content: center;
      margin-top: 2rem;
    }

    .card-page {
      display: none;
    }

    .card-page.active {
      display: flex;
    }

    /* Estilo base de botones */
    .pagination .page-link {
      background-color: #49176d;
      color: white;
      border: 2px solid transparent;
      transition: all 0.2s ease;
    }

    /* Hover personalizado */
    .pagination .page-link:hover {
      background-color: #5a2587;
      border-color: #724394;
    }

    /* Botón activo */
    .pagination .page-item.active .page-link {
      background-color: #724394;
       border: 2px solid #724394;
      color: white;
    }

    /* Botón desactivado */
    .pagination .page-item.disabled .page-link {
      background-color: #ccc;
      color: #666;
      border: none;
      cursor: not-allowed;
    }
    .pagination .page-link:focus {
      outline: none;
      box-shadow: 0 0 0 0.25rem rgba(114, 67, 148, 0.5); /* sombra violeta */
      border-color: #724394;
    }
  /***Pagination***/

.bodyCCC {
  overflow-x: hidden;
  overflow-y: auto;
}

.confetti-container {
  pointer-events: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  overflow: visible;
  z-index: 9999;
}

/* Confeti base */
.confetti {
  position: absolute;
  top: -10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.8;
  animation-name: fall;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-color: red; /* default, será sobreescrito */
}

/* Variación de colores y posición horizontal */
.confetti:nth-child(1)  { left: 5%;  background: #ff4d4d; animation-delay: 0s; }
.confetti:nth-child(2)  { left: 10%; background: #4d79ff; animation-delay: 0.5s; }
.confetti:nth-child(3)  { left: 15%; background: #4dff88; animation-delay: 1s; }
.confetti:nth-child(4)  { left: 20%; background: #ffe44d; animation-delay: 1.5s; }
.confetti:nth-child(5)  { left: 25%; background: #c04dff; animation-delay: 2s; }

.confetti:nth-child(6)  { left: 30%; background: #ff4d4d; animation-delay: 2.5s; }
.confetti:nth-child(7)  { left: 35%; background: #4d79ff; animation-delay: 3s; }
.confetti:nth-child(8)  { left: 40%; background: #4dff88; animation-delay: 3.5s; }
.confetti:nth-child(9)  { left: 45%; background: #ffe44d; animation-delay: 4s; }
.confetti:nth-child(10) { left: 50%; background: #c04dff; animation-delay: 4.5s; }

.confetti:nth-child(11) { left: 55%; background: #ff4d4d; animation-delay: 0.25s; }
.confetti:nth-child(12) { left: 60%; background: #4d79ff; animation-delay: 0.75s; }
.confetti:nth-child(13) { left: 65%; background: #4dff88; animation-delay: 1.25s; }
.confetti:nth-child(14) { left: 70%; background: #ffe44d; animation-delay: 1.75s; }
.confetti:nth-child(15) { left: 75%; background: #c04dff; animation-delay: 2.25s; }

.confetti:nth-child(16) { left: 80%; background: #ff4d4d; animation-delay: 2.75s; }
.confetti:nth-child(17) { left: 85%; background: #4d79ff; animation-delay: 3.25s; }
.confetti:nth-child(18) { left: 90%; background: #4dff88; animation-delay: 3.75s; }
.confetti:nth-child(19) { left: 95%; background: #ffe44d; animation-delay: 4.25s; }
.confetti:nth-child(20) { left: 98%; background: #c04dff; animation-delay: 4.75s; }

/* Más confeti con variaciones */
.confetti:nth-child(21) { left: 12%; background: #ff6e6e; animation-delay: 1.1s; }
.confetti:nth-child(22) { left: 28%; background: #5577ff; animation-delay: 3.8s; }
.confetti:nth-child(23) { left: 43%; background: #5bff9c; animation-delay: 2.3s; }
.confetti:nth-child(24) { left: 61%; background: #fff14d; animation-delay: 0.6s; }
.confetti:nth-child(25) { left: 76%; background: #c371ff; animation-delay: 4.1s; }
.confetti:nth-child(26) { left: 82%; background: #ff5a5a; animation-delay: 3.4s; }
.confetti:nth-child(27) { left: 91%; background: #4d8bff; animation-delay: 1.8s; }
.confetti:nth-child(28) { left: 33%; background: #4de7a2; animation-delay: 4.9s; }
.confetti:nth-child(29) { left: 50%; background: #fff85a; animation-delay: 1.2s; }
.confetti:nth-child(30) { left: 68%; background: #c38dff; animation-delay: 3.6s; }

/* Animación */
@keyframes fall {
  0% {
    top: -10px;
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
  25% {
    transform: translateX(20px) rotate(90deg);
  }
  50% {
    transform: translateX(-20px) rotate(180deg);
  }
  75% {
    transform: translateX(15px) rotate(270deg);
  }
  100% {
    top: 100vh;
    transform: translateX(0) rotate(360deg);
    opacity: 0;
  }
}




.sunflower2{
  position: fixed; 
  bottom: 110px; 
  right: 35px
}

#position{
	position:fixed;
	bottom:130px;
	left:25px;
}
.sunflower{
  position:relative;
  height:30px;
  width:30px;
}
.head {
  animation: hmove 2s infinite linear;
  height: 50px;
  width: 62px;
  position: relative;
  left:8px;
  top:39px;
  transform-origin: 50% -7px;
  user-select: none;
}
.head .eye {
  background: #43699a;
  border-radius: 10px;
  height: 5px;
  position: absolute;
  top: 30px;
  width: 5px;
}
.head .eye#eye-1 {
  left: 17px;
   animation: eye 4s linear infinite normal 0.5s;
}
.head .eye#eye-2 {
  right: 17px;
  animation: eye 4s linear infinite normal 0.5s;
}
.head .mouth {
  background: #ecf0f1;
  border-radius: 30px;
  bottom: 2px;
  clip: rect(8px, 15px, 16px, 0);
  height: 16px;
  margin-left: -7.5px;
  position: absolute;
  left: 50%;
  width: 15px;
}

.petals {
  z-index:-1;
  border-radius:100%;
  display:inline-block;
  background-color:#ebd10f;
  height:50px;
  width:50px;
  position:absolute;
  animation:petals 2s infinite linear;
  box-shadow:15px 17px #724394,
    -15px 17px #49176d,
    -22px -7px #a97ec7,
    0px -22px #49176d,
    22px -7px #a97ec7;
}
.trunk{
	height: 65px; width: 5px;
	background:#77b039;
	left: 37px;top:100px;
	position:absolute;
	z-index:-2;
	animation:trunk 2s infinite linear;
}
.left-branch{
	background: #77b039;
	height: 35px; width: 9px;
	position: absolute; left: -12px; top: 24px;
	border-radius:100% 0% 0% 0%;
	-webkit-border-radius:100% 0% 0% 0%;
	-moz-border-radius:100% 0% 0% 0%;
	-ms-border-radius:100% 0% 0% 0%;
	-o-border-radius:100% 0% 0% 0%;
	
	transform: rotate(-50deg);
	-webkit-transform: rotate(-50deg);
	-moz-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	-o-transform: rotate(-50deg);
}

.right-branch{
	background: #77b039;
	height: 35px; width: 9px;
	position: absolute; top: 24px; left: 10px;
	border-radius:0% 100% 0% 0%;
	-webkit-border-radius:0% 100% 0% 0%;
	-moz-border-radius:0% 100% 0% 0%;
	-ms-border-radius:0% 100% 0% 0%;
	-o-border-radius:0% 100% 0% 0%;
	
	transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	-o-transform: rotate(50deg);
}
/**.vase{
position:absolute;
   top:165px;
   left:13px;
   height: 0; 
   width: 38px;
   border-top: 45px solid #faa118;
   border-left: 8px solid transparent;
   border-right: 8px solid transparent;
}
.vase:before,.vase:after {
	content: '';
	position: absolute;
	background: #faa118;
}**/
.vase:before{
	background: #f9a018;
	width: 58px; height: 20px;
	top: -50px; left: -10px;
	position:absolute;
	box-shadow: 0 5px 10px -9px black;
	-moz-transform: 0 5px 10px -9px black;
	-ms-transform: 0 5px 10px -9px black;
	-o-transform: 0 5px 10px -9px black;
}

@keyframes petals {
	0% {transform: rotate(0);left:10px;}
	25% {left:20px;}
	50% {left:10px;}
	75% {left:20px;}
	100% {transform: rotate(360deg);left:10px;}
}
@keyframes hmove {
	0% {left:5px;}
	25% {left:15px;}
	50% {left:5px;}
	75% {left:15px;}
	100% {left:5px;}
}
@keyframes eye{
	from { }
    79% {height:5px;}
	80% {height:0px;}
	85%{height:5px;}
	to {height:5px;}
}
@keyframes trunk {
	0% {left:34px;transform:rotate(-5deg);}
	25% {left:40px;transform:rotate(5deg);}
	50% {left:34px;transform:rotate(-5deg);}
	75% {left:40px;transform:rotate(5deg);}
	100% {left:34px;transform:rotate(-5deg);}
}



.sunlight-contentPC {
  position: fixed; 
  bottom: 140px; 
  left: 120px;

  /*bottom: 10px;
  left: 90%;
  position: relative;
  right: 0;
  top: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: max-content;
  height: max-content;*/
}









/**NUVE INICIO**/

.sun {
  margin: 0px auto;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #fcc952;
  background-image: linear-gradient(
    145deg,
    rgba(252, 201, 82, 1) 0%,
    rgba(252, 201, 82, 1) 61%,
    rgba(248, 160, 55, 1) 100%
  );
  -webkit-background-image: linear-gradient(
    145deg,
    rgba(252, 201, 82, 1) 0%,
    rgba(252, 201, 82, 1) 61%,
    rgba(248, 160, 55, 1) 100%
  );
  box-shadow: inset 2px 2px 8px 0 rgba(252, 201, 82, 0),
    inset -3px -3px 8px 0 rgba(245, 169, 76, 0),
    6px 6px 18px 0 rgba(204, 123, 35, 0.35),
    -6px -6px 18px 0 rgba(205, 157, 35, 0.5);
  -webkit-box-shadow: inset 2px 2px 8px 0 rgba(252, 201, 82, 0),
    inset -3px -3px 8px 0 rgba(245, 169, 76, 0),
    6px 6px 18px 0 rgba(204, 123, 35, 0.35),
    -6px -6px 18px 0 rgba(205, 157, 35, 0.5);
  position: relative;
  z-index: 2;
}
.sunlight-content {
  position: fixed; 
  bottom: 140px; 
  right: 120px;

  /*bottom: 10px;
  left: 90%;
  position: relative;
  right: 0;
  top: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: max-content;
  height: max-content;*/
}
.sun-face {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.eyes-block {
  width: 80px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.eyes {
  background-color: #2e261a;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: inline-flex;
  display: -webkit-inline-flex;
  position: relative;
}
.eyes:before {
  content: "";
  height: 6px;
  width: 6px;
  display: block;
  position: absolute;
  top: 3px;
  background-color: #fff;
  border-radius: 100%;
  animation: Rotate-eye 4s ease-in-out alternate infinite;
  -webkit-animation: Rotate-eye 4s ease-in-out alternate infinite;
}
.mouthSOL {
  width: 18px;
  height: 18px;
  background-color: #2f261a;
  text-align: center;
  margin: 0px auto;
  position: absolute;
  overflow: hidden;
  border-radius: 0px 0px 25px 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 100%;
  animation: scale-mouth 2s linear infinite;
  -webkit-animation: scale-mouth 2s linear infinite;
}
.tongue {
  width: 100%;
  height: 16px;
  background-color: #f54b2e;
  border-radius: 100%;
  position: absolute;
  bottom: -6px;
  left: 0;
  animation: scale-tongue 2s linear infinite;
  -webkit-animation: scale-tongue 2s linear infinite;
}

.sunlight-box {
  filter: drop-shadow(0px 0px 12px rgba(252, 201, 82, 0.8));
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: Rotate 20s linear infinite;
  -webkit-animation: Rotate 20s linear infinite;
}
.sunlight-box span {
  height: 120px;
  width: 120px;
  background-color: #f8a037;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.sunlight-box span:first-child {
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}
.sunlight-box span:nth-child(2) {
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
}
.sunlight-box span:nth-child(3) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

/* keyframe animation */
@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes Rotate-eye {
  0%,
  35% {
    right: 3px;
  }
  65%,
  100% {
    right: 10px;
  }
}

@-webkit-keyframes Rotate-eye {
  0%,
  35% {
    right: 3px;
  }
  65%,
  100% {
    right: 10px;
  }
}

@keyframes scale-mouth {
  0% {
    height: 18px;
  }

  100% {
    height: 24px;
  }
}

@-webkit-keyframes scale-mouth {
  0% {
    height: 18px;
  }

  100% {
    height: 24px;
  }
}

@keyframes scale-tongue {
  0% {
    height: 16px;
  }

  100% {
    height: 20px;
  }
}

@-webkit-keyframes scale-tongue {
  0% {
    height: 16px;
  }

  100% {
    height: 20px;
  }
}

/* Responsive media query */
@media screen and (max-width: 767px) {
  .sun {
    width: 140px;
    height: 140px;
  }
  .sunlight-box span {
    height: 140px;
    width: 140px;
  }
  .cloud {
    width: 300px;
    height: 70px;
  }
  .cloud:before {
    width: 120px;
    height: 120px;
    top: -80px;
    right: 50px;
  }
  .eyes-block {
    width: 70px;
  }
  .eyes {
    width: 18px;
    height: 18px;
  }
  .eyes:before {
    height: 5px;
    width: 5px;
  }
  .mouthSOL {
    width: 15px;
    height: 15px;
  }
  .tongue {
    bottom: -8px;
  }
  /* KEYFRAMES */

  @keyframes scale-mouth {
    0% {
      height: 15px;
    }

    100% {
      height: 22px;
    }
  }

  @-webkit-keyframes scale-mouth {
    0% {
      height: 15px;
    }

    100% {
      height: 22px;
    }
  }

  @keyframes scale-tongue {
    0% {
      height: 14px;
    }

    100% {
      height: 20px;
    }
  }

  @-webkit-keyframes scale-tongue {
    0% {
      height: 14px;
    }

    100% {
      height: 20px;
    }
  }
}



@media screen and (max-width: 767px) {
  .ocultar-en-movil {
    display: none !important;
  }
}

/**NUVE FIN**/












    /***Historico Inicio***/
    .zoomHist {
      transition: transform .8s;
    }

    .zoomHist:hover {
      -ms-transform: scale(1.1); /* IE 9 */
      -webkit-transform: scale(1.1); /* Safari 3-8 */
      transform: scale(1.1); 
    }
    .bgImage{
      background: url('files/imagenes/historico/bgImagen.png');
      background-size: 100% auto;
    }

    .anio {
      font-weight: bold;
      color: #6B2674;
      text-align: center;
    }

    .anio img {
      width: 8rem;
      height: 8rem;
      object-fit: contain;
    }

    .portada {
      max-height: 300px;
    }

    .imgDW {
      width: 200px;
    }

    .texto-inferiorREG {
      text-align: left;
      font-size: 0.95rem;
      color: #444;
      padding: 5px 50px 5px 50px; /**  padding:10px 5px 15px 20px; top padding is 10px right padding is 5px bottom padding is 15px left padding is 20px  **/
    }

    .strongREG {
      color: #6B2674;
    }

    .strongAM {
      color: #D6812A;
    }

    .texto-inferior {
      text-align: center;
      font-size: 0.95rem;
      color: #444;
    }

    .texto-inferior strong {
      color: #6B2674;
    }
    .ImgAlignHoriz {
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .PadinAnios{
      padding: 5px 60px 5px 60px;
    }

    .PadinDW{
      padding: 5px 60px 5px 60px;
    }
    /*
    @media (max-width: 600px) {
      .mi-elemento {
        left: 50px;
      }
    }*/
    .tmAnio{
      width: 130px;
    }
    /***Historico Fin***/
    /***Flach screen Inicio***/
    /***VIDEO inicio***/
    .video-container {
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

    /***VIDEO fin***/    
    .TituloPatro{
      font-weight: 750;
      letter-spacing: 4px;
    }

    .carousel-item .row {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 240px;
    }
    .carousel-item img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      margin: auto;
      display: block;
    }

    .Bcolor {
    background-color: #49176d;
    border-color: #49176d;
    color: #ffffff;
    }

    .Bcolor:hover {
        border-color: #724394 !important;
        background-color: #724394 !important; 
        color: #ffffff;
        box-shadow: 0 5px 13px -2px #724394;
    }
    .box{
    background: #ddd1e6;
    background: linear-gradient(0deg,rgba(221, 209, 230, 1) 0%, rgba(242, 242, 242, 1) 20%, rgba(242, 242, 242, 1) 79%, rgba(221, 209, 230, 1) 100%);
    }
    /* Estilos para el splash screen */
      html.no-splash #splash-screen {
        display: none; /* Por defecto, oculta splash si es no-splash */
      }

      #splash-screen {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        opacity: 1;
        transition: opacity 0.7s ease;
      }

      #splash-screen.oculto {
        opacity: 0;
        pointer-events: none;
      }

      /* La imagen del logo */
      .splash-logo {
        width: auto;
        height: auto;
        animation: parpadeo 1s ease-in-out infinite alternate;
      }

      /* Efectito de parpadeo del logo */
      @keyframes parpadeo {
        from { opacity: 1; }
        to { opacity: 0.5; }
      }



             /* button hover amazing effect */
        .aSplash {
          display: inline-block;
          text-transform: uppercase;
          text-decoration: none;
          text-align: center;
          color: #ffffff;
          font-weight: 850;
          letter-spacing: 4px;
          padding-left: 5px;
          position: relative; /* ¡Importante! Para que los ::before y ::after funcionen */
        }

        .aSplash::before,
        .aSplash::after,
        .spanSplash::before,
        .spanSplash::after {
          content: '';
          position: absolute;
          width: 300px;
          height: 250px;
          background: transparent;
          transition: 1s;
          /* -webkit-mix-blend-mode: hue; */
        }

        .aSplash::before {
          top: -2px;
          left: -2px;
          border-top: 8px solid #008C9E;
          border-left: 8px solid #008C9E;
        }
        .aSplash::after {
          top: -2px;
          right: -2px;
          border-top: 8px solid #9C9A19;
          border-right: 8px solid #9C9A19;
        }

        .spanSplash::before {
          bottom: -2px;
          left: -2px;
          border-bottom: 8px solid #E98300;
          border-left: 8px solid #E98300;
        }
        .spanSplash::after {
          bottom: -2px;
          right: -2px;
          border-bottom: 8px solid #8E1B32;
          border-right: 8px solid #8E1B32;
        }




        .aSplash:hover::before,
        .aSplash:hover::after,
        .aSplash:hover .spanSplash::before,
        .aSplash:hover .spanSplash::after  {
          width: calc( 210px / 2);
          height: calc( 70px / 2);
        }

        .BorderSplash {
        padding: 10px 10px 10px 10px;
        }

        .bgSplash{
        background: #49176D;
        background: linear-gradient(0deg,rgba(73, 23, 109, 1) 0%, rgba(242, 242, 242, 1) 30%, rgba(242, 242, 242, 1) 70%, rgba(73, 23, 109, 1) 100%);
        }

    /***Flash Screen Fin***/


    /**items bajando INDEX***/
    .DWIX {
      animation: bajarSuave 1.5s ease-out forwards;
      opacity: 0;
      transform: translateY(-30px);
    }

    @keyframes bajarSuave {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    /**items bajando INDEX***/


    /**items bajando inicio***/
    .DWtxt {
      animation: bajarSuave 1.5s ease-out forwards;
      opacity: 0;
      transform: translateY(-30px);
    }

    @keyframes bajarSuave {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    /**items bajando fin***/


    /***INDEX INICIO***/
     .BorderIX {
        padding: 10px 10px 10px 10px;
      }
    .aIX {
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        color: #ffffff;
        font-weight: 850;
        letter-spacing: 4px;
        padding-left: 5px;
        position: relative; /* ¡Importante! Para que los ::before y ::after funcionen */
      }

      .aIX::before,
      .aIX::after,
      .spanIX::before,
      .spanIX::after {
        content: '';
        position: absolute;
        width: 80px;
        height: 80px;
        background: transparent;
        transition: 1s;
        /* -webkit-mix-blend-mode: hue; */
      }

      .aIX::before {
        top: -2px;
        left: -2px;
        border-top: 8px solid #008C9E;
        border-left: 8px solid #008C9E;
      }
      .aIX::after {
        top: -2px;
        right: -2px;
        border-top: 8px solid #9C9A19;
        border-right: 8px solid #9C9A19;
      }

      .spanIX::before {
        bottom: -2px;
        left: -2px;
        border-bottom: 8px solid #E98300;
        border-left: 8px solid #E98300;
      }
      .spanIX::after {
        bottom: -2px;
        right: -2px;
        border-bottom: 8px solid #8E1B32;
        border-right: 8px solid #8E1B32;
      }

      .aIX:hover::before,
      .aIX:hover::after,
      .aIX:hover .spanIX::before,
      .aIX:hover .spanIX::after  {
        width: calc( 200px / 2);
        height: calc( 200px / 2);
      }


      .ptTitle2{
          padding-top: 260px;
          padding-bottom: 50px;
      }
    /***INDEX FIN***/

.ShadowImageICON {
    box-shadow: 5px 5px 8px 5px rgb(20, 20, 20, 0.3);
    border-radius: 12px;
    padding: 5px 5px 5px 5px;
    width: 150px;
    background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.78) 100%);
}

.divGrad {
  background: linear-gradient(0deg,rgba(0, 0, 0, 0) 77%, rgba(73, 23, 109, 1) 98%);
}

.TituloFF {
    color: #ffffff;
    text-align: center;
    font-weight: 850;
}

        /* Estilo para pantallas de teléfono (por ejemplo, menos de 600px) */
        @media (max-width: 600px) {
          .PhoneNAV {
            padding-bottom: 750px; /* se baja más */
          }
        }


/* button hover amazing effect */
.FST{
  font-size: 20px;
  font-weight: 700;
}
 .BorderINT {
  padding: 0px 10px 0px 10px;
}
.aINT {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 4px;
  padding-left: 5px;
  position: relative; /* ¡Importante! Para que los ::before y ::after funcionen */
}

.aINT::before,
.aINT::after,
.spanINT::before,
.spanINT::after {
	content: '';
	position: absolute;
	width: 180px;
	height: 60px;
	background: transparent;
	transition: 1s;
	/* -webkit-mix-blend-mode: hue; */
}

.aINT::before {
	top: -2px;
	left: -2px;
	border-top: 8px solid #008C9E;
	border-left: 8px solid #008C9E;
}
.aINT::after {
	top: -2px;
	right: -2px;
	border-top: 8px solid #9C9A19;
	border-right: 8px solid #9C9A19;
}

.spanINT::before {
	bottom: -2px;
	left: -2px;
	border-bottom: 8px solid #E98300;
	border-left: 8px solid #E98300;
}
.spanINT::after {
	bottom: -2px;
	right: -2px;
	border-bottom: 8px solid #8E1B32;
	border-right: 8px solid #8E1B32;
}




.aINT:hover::before,
.aINT:hover::after,
.aINT:hover .spanINT::before,
.aINT:hover .spanINT::after  {
	width: calc( 450px / 2);
	height: calc( 150px / 2);
}


.ptTitle2{
    padding-top: 260px;
    padding-bottom: 50px;
}

      /***DESCARGAS INICIO***/

      .PosterDW{
          width: 250px;
      }

      .fsDW{
        font-size: 25px;
        font-weight: 700;
      }
      .BorderDW {
        padding: 20px 20px 20px 20px;
      }

              /* button hover amazing effect */
        .aDW {
          display: inline-block;
          text-transform: uppercase;
          text-decoration: none;
          text-align: center;
          color: #ffffff;
          font-weight: 850;
          letter-spacing: 4px;
          padding-left: 5px;
          position: relative; /* ¡Importante! Para que los ::before y ::after funcionen */
        }

        .aDW::before,
        .aDW::after,
        .spanDW::before,
        .spanDW::after {
          content: '';
          position: absolute;
          width: 54px;
          height: 24px;
          background: transparent;
          transition: 1s;
          /* -webkit-mix-blend-mode: hue; */
        }

        .aDW::before {
          top: -2px;
          left: -2px;
          border-top: 8px solid #008C9E;
          border-left: 8px solid #008C9E;
        }
        .aDW::after {
          top: -2px;
          right: -2px;
          border-top: 8px solid #9C9A19;
          border-right: 8px solid #9C9A19;
        }

        .spanDW::before {
          bottom: -2px;
          left: -2px;
          border-bottom: 8px solid #E98300;
          border-left: 8px solid #E98300;
        }
        .spanDW::after {
          bottom: -2px;
          right: -2px;
          border-bottom: 8px solid #8E1B32;
          border-right: 8px solid #8E1B32;
        }




        .aDW:hover::before,
        .aDW:hover::after,
        .aDW:hover .spanDW::before,
        .aDW:hover .spanDW::after  {
          width: calc( 210px / 2);
          height: calc( 70px / 2);
        }






        .ptpbDW{
          padding-top: 110px;
          padding-bottom: 50px;
      }

              /***Imegenes Descargas Inicio***/ 
                   .BorderDWimg {
                        padding: 10px 10px 10px 10px;
                      }
                    .aDWimg {
                        display: inline-block;
                        text-transform: uppercase;
                        text-decoration: none;
                        text-align: center;
                        color: #ffffff;
                        font-weight: 850;
                        letter-spacing: 4px;
                        padding-left: 5px;
                        position: relative; /* ¡Importante! Para que los ::before y ::after funcionen */
                      }

                      .aDWimg::before,
                      .aDWimg::after,
                      .spanDWimg::before,
                      .spanDWimg::after {
                        content: '';
                        position: absolute;
                        width: 88px;
                        height: 88px;
                        background: transparent;
                        transition: 1s;
                        /* -webkit-mix-blend-mode: hue; */
                      }

                      .aDWimg::before {
                        top: -2px;
                        left: -2px;
                        border-top: 8px solid #008C9E;
                        border-left: 8px solid #008C9E;
                      }
                      .aDWimg::after {
                        top: -2px;
                        right: -2px;
                        border-top: 8px solid #9C9A19;
                        border-right: 8px solid #9C9A19;
                      }

                      .spanDWimg::before {
                        bottom: -2px;
                        left: -2px;
                        border-bottom: 8px solid #E98300;
                        border-left: 8px solid #E98300;
                      }
                      .spanDWimg::after {
                        bottom: -2px;
                        right: -2px;
                        border-bottom: 8px solid #8E1B32;
                        border-right: 8px solid #8E1B32;
                      }

                      .aDWimg:hover::before,
                      .aDWimg:hover::after,
                      .aDWimg:hover .spanDWimg::before,
                      .aDWimg:hover .spanDWimg::after  {
                        width: calc( 280px / 2); /*Tamaño linea after*/
                        height: calc( 350px / 2); /*Tamaño linea after*/
                      }
              /***Imegenes Descargas FIN***/    


      /***DESCARGAS FIN***/



/***SIMCI Fin***/









/* Hide radio buttons */
input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}



.cardsCarrusel{
  --img-w: 200px;
  --duration: 300ms;
  --img-easing: cubic-bezier(0.34, 1.56, 0.64, 1);
  width: min(100% - 4rem, 800px);
  margin-inline: auto;
  display: grid;
  
  counter-reset: my-counter;
}

.cardCarrusel{
    background-color: #bfb6d3;
    border-radius: 25px;
    border: unset;
  --cards-grid-cols: auto;
  --cards-grid-rows: var(--img-w) auto;
  --cards-grid-gap: 2rem;
  --cards-footer-justify: center;
  
  grid-area: 1/1;
  display: grid;
  place-items: center; 
  grid-template-columns: var(--cards-grid-cols);
  grid-template-rows: var(--cards-grid-rows);
  gap: var(--cards-grid-gap);
  
}

@media (600px < width){
  .cardCarrusel{
      --cards-grid-cols: var(--img-w) auto;
      --cards-grid-rows: auto;
      --cards-grid-gap: 4rem;
      --cards-footer-justify: start;
  }
}


.cardCarrusel-img{
  width: 220px;
  height: 280px;
  aspect-ratio: 1 / 1 ;
  rotate: var(--angle, 0deg);
  border-radius: 10px;
  border: 3px solid #FFF;
  overflow: hidden;
  transform-origin: center;
  object-fit: cover;
  box-shadow: 0 0 5px 3px rgba(0 0 0 / .05);
}



input:nth-of-type(1):checked + .cardCarrusel ~ .cardCarrusel > .cardCarrusel-img{
  animation: straighten-img-1 calc(var(--duration) * 2) forwards;
  animation-timing-function: var(--img-easing);
}
.cardCarrusel:has(~input:nth-of-type(2):checked) > .cardCarrusel-img,
input:nth-of-type(2):checked + .cardCarrusel ~ .cardCarrusel > .cardCarrusel-img{
  animation: straighten-img-2 calc(var(--duration) * 2) forwards;
  animation-timing-function: var(--img-easing);
}
.cardCarrusel:has(~input:nth-of-type(3):checked) > .cardCarrusel-img,
input:nth-of-type(3):checked + .cardCarrusel ~ .cardCarrusel > .cardCarrusel-img{
  animation: straighten-img-3 calc(var(--duration) * 2) forwards;
  animation-timing-function: var(--img-easing);
}
.cardCarrusel:has(~input:nth-of-type(4):checked) > .cardCarrusel-img,
input:nth-of-type(4):checked + .cardCarrusel ~ .cardCarrusel > .cardCarrusel-img{
  animation: straighten-img-4 calc(var(--duration) * 2) forwards;
  animation-timing-function: var(--img-easing);
}
.cardCarrusel:has(~input:nth-of-type(5):checked) > .cardCarrusel-img,
input:nth-of-type(5):checked + .cardCarrusel ~ .cardCarrusel > .cardCarrusel-img{
  animation: straighten-img-5 calc(var(--duration) * 2) forwards;
  animation-timing-function: var(--img-easing);
}
.cardCarrusel:has(~input:nth-of-type(6):checked) > .cardCarrusel-img,
input:nth-of-type(6):checked + .cardCarrusel ~ .cardCarrusel > .cardCarrusel-img{
  animation: straighten-img-6 calc(var(--duration) * 2) forwards;
  animation-timing-function: var(--img-easing);
}
.cardCarrusel:has(~input:nth-of-type(7):checked) > .cardCarrusel-img,
input:nth-of-type(7):checked + .cardCarrusel ~ .cardCarrusel > .cardCarrusel-img{
  animation: straighten-img-7 calc(var(--duration) * 2) forwards;
  animation-timing-function: var(--img-easing);
}/*CARD 8*/
.cardCarrusel:has(~input:nth-of-type(8):checked) > .cardCarrusel-img,
input:nth-of-type(8):checked + .cardCarrusel ~ .cardCarrusel > .cardCarrusel-img{
  animation: straighten-img-8 calc(var(--duration) * 2) forwards;
  animation-timing-function: var(--img-easing);
}
.cardCarrusel:has(~input:nth-of-type(9):checked) > .cardCarrusel-img,
input:nth-of-type(9):checked + .cardCarrusel ~ .cardCarrusel > .cardCarrusel-img{
  animation: straighten-img-9 calc(var(--duration) * 2) forwards;
  animation-timing-function: var(--img-easing);
}
.cardCarrusel:has(~input:nth-of-type(10):checked) > .cardCarrusel-img,
input:nth-of-type(10):checked + .cardCarrusel ~ .cardCarrusel > .cardCarrusel-img{
  animation: straighten-img-10 calc(var(--duration) * 2) forwards;
  animation-timing-function: var(--img-easing);
}
.cardCarrusel:has(~input:nth-of-type(11):checked) > .cardCarrusel-img,
input:nth-of-type(11):checked + .cardCarrusel ~ .cardCarrusel > .cardCarrusel-img{
  animation: straighten-img-11 calc(var(--duration) * 2) forwards;
  animation-timing-function: var(--img-easing);
}
.cardCarrusel:has(~input:nth-of-type(12):checked) > .cardCarrusel-img,
input:nth-of-type(12):checked + .cardCarrusel ~ .cardCarrusel > .cardCarrusel-img{
  animation: straighten-img-12 calc(var(--duration) * 2) forwards;
  animation-timing-function: var(--img-easing);
}
.cardCarrusel:has(~input:nth-of-type(13):checked) > .cardCarrusel-img,
input:nth-of-type(13):checked + .cardCarrusel ~ .cardCarrusel > .cardCarrusel-img{
  animation: straighten-img-13 calc(var(--duration) * 2) forwards;
  animation-timing-function: var(--img-easing);
}
.cardCarrusel:has(~input:nth-of-type(14):checked) > .cardCarrusel-img,
input:nth-of-type(14):checked + .cardCarrusel ~ .cardCarrusel > .cardCarrusel-img{
  animation: straighten-img-14 calc(var(--duration) * 2) forwards;
  animation-timing-function: var(--img-easing);
}
.cardCarrusel:has(~input:nth-of-type(15):checked) > .cardCarrusel-img,
input:nth-of-type(15):checked + .cardCarrusel ~ .cardCarrusel > .cardCarrusel-img{
  animation: straighten-img-15 calc(var(--duration) * 2) forwards;
  animation-timing-function: var(--img-easing);
}
.cardCarrusel:has(~input:nth-of-type(16):checked) > .cardCarrusel-img,
input:nth-of-type(16):checked + .cardCarrusel ~ .cardCarrusel > .cardCarrusel-img{
  animation: straighten-img-16 calc(var(--duration) * 2) forwards;
  animation-timing-function: var(--img-easing);
}
.cardCarrusel:has(~input:nth-of-type(17):checked) > .cardCarrusel-img,
input:nth-of-type(17):checked + .cardCarrusel ~ .cardCarrusel > .cardCarrusel-img{
  animation: straighten-img-17 calc(var(--duration) * 2) forwards;
  animation-timing-function: var(--img-easing);
}
.cardCarrusel:has(~input:nth-of-type(18):checked) > .cardCarrusel-img,
input:nth-of-type(18):checked + .cardCarrusel ~ .cardCarrusel > .cardCarrusel-img{
  animation: straighten-img-18 calc(var(--duration) * 2) forwards;
  animation-timing-function: var(--img-easing);
}

/* as CSS can't remove animations, we change the animation according to which checkbox is checked  - all animations are the same (would be simpler with SCSS) */
@keyframes straighten-img-1 { 50%{ --angle: 0deg;} }
@keyframes straighten-img-2 { 50%{ --angle: 0deg;} }
@keyframes straighten-img-3 { 50%{ --angle: 0deg;} }
@keyframes straighten-img-4 { 50%{ --angle: 0deg;} }
@keyframes straighten-img-5 { 50%{ --angle: 0deg;} }
@keyframes straighten-img-6 { 50%{ --angle: 0deg;} }
@keyframes straighten-img-7 { 50%{ --angle: 0deg;} }
@keyframes straighten-img-8 { 50%{ --angle: 0deg;} }
@keyframes straighten-img-9 { 50%{ --angle: 0deg;} }
@keyframes straighten-img-10 { 50%{ --angle: 0deg;} }
@keyframes straighten-img-11 { 50%{ --angle: 0deg;} }
@keyframes straighten-img-12 { 50%{ --angle: 0deg;} }
@keyframes straighten-img-13 { 50%{ --angle: 0deg;} }
@keyframes straighten-img-14 { 50%{ --angle: 0deg;} }
@keyframes straighten-img-15 { 50%{ --angle: 0deg;} }
@keyframes straighten-img-16 { 50%{ --angle: 0deg;} }
@keyframes straighten-img-17 { 50%{ --angle: 0deg;} }
@keyframes straighten-img-18 { 50%{ --angle: 0deg;} }


/* stacking order - these are updated according to which card is selected */
.cardCarrusel{
  z-index: -1;
}
input:checked + .cardCarrusel{
  z-index:10 !important;
}
/* next card checked - place behind */
.cardCarrusel:has(+input:checked){
  z-index:9;
}
/* next card +1 checked - place behind */
.cardCarrusel:has(+input + .cardCarrusel + input:checked){
  z-index:8;
}
/* next card +2 checked - place behind */
.cardCarrusel:has(+input + .cardCarrusel +input + .cardCarrusel + input:checked){
  z-index:7;
}
/* next card +3 checked - place behind */
.cardCarrusel:has(+input + .cardCarrusel +input + .cardCarrusel +input + .cardCarrusel + input:checked){
  z-index:6;
}
/* next card +4 checked - place behind */
.cardCarrusel:has(+input + .cardCarrusel +input + .cardCarrusel +input + .cardCarrusel +input + .cardCarrusel + input:checked){
  z-index:5;
}
/* next card +5 checked - place behind */
.cardCarrusel:has(+input + .cardCarrusel +input + .cardCarrusel +input +input + .cardCarrusel +input + .cardCarrusel +input + .cardCarrusel + input:checked){
  z-index:4;
}
/* next card +6 checked - place behind */
.cardCarrusel:has(+input + .cardCarrusel +input + .cardCarrusel +input  + .cardCarrusel +input +input + .cardCarrusel +input + .cardCarrusel +input + .cardCarrusel + input:checked){
  z-index:3;
}

.cardCarrusel-data{
  display: grid;
  gap: 1rem;
}
.cardCarrusel-data > .cardCarrusel-num{
  opacity: var(--data-opacity, 0);
  font-size: .8rem;
  color: #666;
}
.cardCarrusel-data > p{
  font-size: 0.9rem;

}
.cardCarrusel-data > h2,
.cardCarrusel-data > p{
  transition: var(--duration) ease-in-out;
  transition-delay: var(--data-delay,0ms);
  opacity: var(--data-opacity, 0);
  translate: 0 var(--data-y, 20px);
}
.cardCarrusel-data > footer{
  display: flex;
  justify-content: var(--cards-footer-justify);
  gap: 2rem;
}
.cardCarrusel-data > footer label{
  margin-block-start: auto;
  cursor: pointer;
  pointer-events: var(--card-events, none);
  opacity: var(--data-opacity, 0);
  transition: color var(--duration) ease-in-out;
  color: var(--label-clr-txt,#000);
  background-color:var(--label-clr-bg,#EEE);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  transition: background-color 300ms ease-in-out,color  300ms ease-in-out;
}


input:checked:focus-visible + .cardCarrusel > .cardCarrusel-data > footer label,
.cardCarrusel-data > footer label:hover{
  --label-clr-txt: #FFF;
  --label-clr-bg: steelblue;
}

input:checked + .cardCarrusel{
  --data-opacity: 1;
  --data-y: 0;
  --data-delay: var(--duration);
  --card-events: auto;
  transition: z-index;
  transition-delay: 300ms;
  /*z-index: 1;*/
}

input:checked +.cardCarrusel > .cardCarrusel-img{
  animation: reveal-img calc(var(--duration) * 2) forwards;
}

@keyframes reveal-img{
  50%{
    translate: -150% 0;
    --angle: 0deg;
  }
}






.video-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}


.tmLetraE {
    font-size: 14px;
}

.tmLetraE2 {
    font-size: 13px;
}

.tmLetraE3 {
    font-size: 13px;
}

.TituloORG {
    font-size: 25px;
}

.TMletra{
    font-size: 20px;
    font-weight: 400;
}
.pdLR{
    width: 80px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
}

.tmPro01{
    width: 700px;
}
.tmPro02{
    width: 700px;
}
.tmVideo{
    width: 74%;
    height: 400px;
}

.BGmorado{
    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(93, 93, 206, 0.59) 100%);
}

.bgiTamaño{
    /*background-image: url("/Imagenes/BI.png");*/
    width: 100%;
    height: 400px;
}

.alinVideo{
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
}

.bannerTM {
    height: 300px;
}

.FSize {
  font-size: 18px
}

.FW {
  font-weight: 600;
}

.txtShadow{
    text-shadow: #49176d 1px 0 10px;
}

/***Puntero***/

.Puntero {
  background-image: linear-gradient(to right,
      #272727,
      #272727,
      #272727);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 2px 0;
  position: relative;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

.Puntero:before {
  content: '';
  background: #49176d;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
}

.Puntero:hover {
  background-position: 0;
  text-shadow: 0 0 3px #49176d;
}

.Puntero:hover::before {
  width: 100%;
}

/*
.BorderBook:hover{
        border: 2px solid #49176d;
    padding: 10px;
    border-radius: 25px;
}*/

.Bcolor {
    background-color: #49176d;
    border-color: #49176d;
    color: #ffffff;
}

.Bcolor:hover {
    border-color: #724394 !important;
    background-color: #724394 !important; 
    color: #ffffff;
    box-shadow: 0 5px 13px -2px #724394;
}

.PosterTM{
    width: 750px;
}

.ptTitle{
    padding-top: 50px;
    padding-bottom: 30px;
}



.ptTitle4{
    padding-top: 80px;
}

.colorUPP {
    color: #49176d;
}

.TituloQS {
    color: #49176d;
    text-align: center;
    font-weight: 750;
}

.Titulo {
    color: #49176d;
    text-align: center;
    font-weight: 850;
}

.TituloCUOTA{
    color: #49176d;
    text-align: center;
    font-weight: 850;
}



.TituloMo {
    text-align: center;
    font-weight: 550;
}
.TituloMo2 {
    font-weight: 450;
}

.Titulo2 {
    color: #49176d;
    text-align: center;
    font-weight: 345;
}


.ptCard{
    padding-top: 30px;
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
}
.shadowCard{
    box-shadow: 14px 14px 32px -15px rgba(0,0,0,0.98);
    -webkit-box-shadow: 14px 14px 32px -15px rgba(0,0,0,0.98);
    -moz-box-shadow: 14px 14px 32px -15px rgba(0,0,0,0.98);
}

.zoom{
  transition: 0.8s ease;
   -moz-transition: 1.1s ease; /* Firefox */
   -webkit-transition: 1.1s ease; /* Chrome - Safari */
   -o-transition: 1.1s ease; /* Opera */
}
.zoom:hover{
  transform : scale(1.1);
  -moz-transform : scale(1.1); /* Firefox */
  -webkit-transform : scale(1.1); /* Chrome - Safari */
  -o-transform : scale(1.1); /* Opera */
  -ms-transform : scale(1.1); /* IE9 */
}

.ImgCard{
    width: 190px;
    height: 255px;
}
/***Footer Inicio***/
.FooterColorTxt {
    color: #ffffff;
    text-align: left;
    padding-top: 15px;
}

.FooterColorTxt2 {
    color: #ffffff;
    text-align: left;
}

.FooterImgAL {
    text-align: left;
}

section {
    padding: 20px 0;
}

.FooterIcon {
    padding-right: 20px;
}

#footer {
    background-color: rgb(98, 19, 51, 1) !important;
}

.FooterShadow:hover {
    text-shadow: 0 0 3px #ffffff;
}
.FooterColorTxt3 {
    color: #ffffff;
}

.FooterIcon2 {
    padding-right: 20px;
    width: 50px;
}

.aNone {
    text-decoration: none;
}

/***Footer Fin***/
.ptbColoquio{
    padding-bottom: 30px;
}
/***Nav1***/
.nav1 {
    background-color: #bc955b;
}

.N1 {
    background-image: linear-gradient(
      to right,
      #ffff,
      #fff,
      #ffff 
    );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
  }
  
  .N1:before{
    content: '';
    background: #ffffff;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    transition: all 0.3s ease-in-out;
  }
  
  .N1:hover {
   background-position: 0;
   text-shadow: 0 0 3px #ffffff;
  }
  
  .N1:hover::before{
    width: 100%;
  }

.N1PTPB {
    padding-top: 20px;
    padding-bottom: 20PX;
}
/***Nav1***/

.navbar-toggler {
  border-color: white; /* Borde blanco */
}

.navbar-toggler-icon {
  background-image: url("files/menuC.png");
}

.navbar-toggler-icon:hover {
    border-color: #ffffff !important;
    color: #ffffff;
}
/***Nav2***/
.N2Color {
    color: #ffffff;
}

.N2Shadow:hover {
    text-shadow: 0 0 3px #ffffff;
}

.N2 {
    background-color: rgb(98, 19, 51);
}

.ResponsiveLetter {
  font-size: calc(0.5em + 1vw);
}
/***Nav2***/


.ptP {
    padding-top: 30px;
}

.pbP {
    padding-bottom: 30px;
}




/****ECYAD****/

.TituloAvi {
    padding-top: 50px;
}

.TituloAvi2 {
    padding-top: 20px;
}

.TitulosCenter {
    text-align: center;
}

.CardAlignBT2 {
    padding-bottom: 30px;
    padding-bottom: 12px;
}

.CardAlignBT {
    padding-bottom: 8px;
}


.correoTP {
    padding-top: 20px;
}

.TituloAviB {
    padding-bottom: 50px;
}

.TituloAviB6 {
    padding-top: 35px;
    padding-bottom: 50px;
}

.ImgCS {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
body { 
    background-color:#f1f1f2
}

.ColorFondo {
    background: rgb(170,235,255);
    background: linear-gradient(0deg, rgba(170,235,255,0.5662640056022409) 0%, rgba(221,178,255,0.5130427170868348) 100%);
}

.lineatxt {
    text-decoration: underline;
}

.listul {
    font-size: 15px;
    color: #7a7a7a;
}

.listxt {
    font-size: 12px;
    color: #49176d;
}

.Bcolor {
    background-color: #49176d;
    border-color: #49176d;
    color: #ffffff;
}

.Bcolor:hover {
    border-color: #724394 !important;
    background-color: #724394 !important; 
    color: #ffffff;
    box-shadow: 0 5px 13px -2px #724394;
}

.btn-primary:hover{
    background-color: #724394;


}

.PBTCard {
    padding-top: 20px;
}

.PBTCard2 {
    padding-bottom: 40px;
}
.PBTCard3 {
    padding-bottom: 20px;
}

.topBCyD {
    margin-top:80px;
}

.topBCyD2 {
    margin-top:25px;
}

.colorMor {
    color: #49176d;
}

.AlinIT {
    align-items: center;
    text-align: center;
}

.PTB2 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.TituloTop {
    padding-top: 80px;
}

.listxt2 {
    font-size: 18px;
    color: #303030;
}

.PDFShadowDD:hover {
    text-shadow: 0 0 3px #303030;
}

.ShadowRedes:hover {
    filter: drop-shadow(0px 0px 10px #8c61aa);
}

.ShadowPDFicon:hover {
    filter: drop-shadow(0px 0px 10px #303030);
}

.ImageSeparadorM {
    background-image: url("/CSS/ImgAvisos/SeparadoresM1.png") !important;
}

.IconoPDF{
    width: 35px;
}

.CatalogotxtColor {
    text-align: justify; 
    color: #303030;
}

.TopCatalogo {
    padding-top: 50px;
    text-align: center; 
    color: #303030; 
    font-weight: 900;
}


.ShadowImage {
    box-shadow: 5px 5px 8px 5px rgb(20, 20, 20, 0.3);
}

/****ECYAD****/








