/**CREDITOS INICIO**/


.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);}
}


/**CREDITOS FIN**/
  
  
  
  
  
  
  
  
  
  iframe {
      width: 100vw;
      height: 100vh;
      border: none;
    }






.DWtxt {
      animation: bajarSuave 1.5s ease-out forwards;
      opacity: 0;
      transform: translateY(-30px);
    }

    @keyframes bajarSuave {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }




@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: true;
}



/* 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);
}
.cardCarrusel:has(~input:nth-of-type(19):checked) > .cardCarrusel-img,
input:nth-of-type(19):checked + .cardCarrusel ~ .cardCarrusel > .cardCarrusel-img{
  animation: straighten-img-19 calc(var(--duration) * 2) forwards;
  animation-timing-function: var(--img-easing);
}
.cardCarrusel:has(~input:nth-of-type(20):checked) > .cardCarrusel-img,
input:nth-of-type(20):checked + .cardCarrusel ~ .cardCarrusel > .cardCarrusel-img{
  animation: straighten-img-20 calc(var(--duration) * 2) forwards;
  animation-timing-function: var(--img-easing);
}
.cardCarrusel:has(~input:nth-of-type(21):checked) > .cardCarrusel-img,
input:nth-of-type(21):checked + .cardCarrusel ~ .cardCarrusel > .cardCarrusel-img{
  animation: straighten-img-21 calc(var(--duration) * 2) forwards;
  animation-timing-function: var(--img-easing);
}
.cardCarrusel:has(~input:nth-of-type(22):checked) > .cardCarrusel-img,
input:nth-of-type(22):checked + .cardCarrusel ~ .cardCarrusel > .cardCarrusel-img{
  animation: straighten-img-22 calc(var(--duration) * 2) forwards;
  animation-timing-function: var(--img-easing);
}

.cardCarrusel:has(~input:nth-of-type(23):checked) > .cardCarrusel-img,
input:nth-of-type(23):checked + .cardCarrusel ~ .cardCarrusel > .cardCarrusel-img{
  animation: straighten-img-23 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;} }
@keyframes straighten-img-19 { 50%{ --angle: 0deg;} }
@keyframes straighten-img-20 { 50%{ --angle: 0deg;} }
@keyframes straighten-img-21 { 50%{ --angle: 0deg;} }
@keyframes straighten-img-22 { 50%{ --angle: 0deg;} }
@keyframes straighten-img-23 { 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;
}

.ptTitle2{
    padding-top: 80px;
    padding-bottom: 30px;
}

.ptTitleCRED{
    padding-top: 80px;
}

.ptTitleCRED2{
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptTitle4{
    padding-top: 80px;
}

.colorUPP {
    color: #49176d;
}

.TituloQS {
    color: #49176d;
    text-align: center;
    font-weight: 750;
}

.TituloCRED {
    font-weight: 600;
}

.Titulo {
    color: #49176d;
    text-align: center;
    font-weight: 850;
}

.TituloMo {
    text-align: center;
    font-weight: 550;
}
.TituloMo2 {
    font-weight: 300;
}

.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***/
.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;
}
/***Footer***/
.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("Imagenes/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****/








