/***Organizador RIDMAE Inicio***/


.carousel-logo {
  width: 100%;
  height: 120px;       /* 👈 AJUSTA ESTE VALOR */
  object-fit: contain; /* mantiene el logo completo */
}
@media (max-width: 600px) {
  .carousel-logo {
    height: 90px;
  }
}

/***Organizador RIDMAE Fin***/




/***Organizador Inicio***/

.UPPicon{
  width: 100px;
}

@media (max-width: 600px) {
    .UPPicon {
        width: 70px;
    }
}

.icon-custom {
  max-width: 220px;   /* ajusta según necesites */
  width: 100%;
  margin: 0 auto;
  display: block;
}

@media (max-width: 600px) {
    .PhoneNAVorganizador {
        width: 150px;
    }
}

@media (min-width: 600px) {
    .ImgAvisos {
        width: 200px;
    }
}

.ImgAlignHoriz {
    display: flex;
    justify-content: center;
    align-items: center;
}
.link-item {
    text-align: center;
    transition: transform 0.2s ease;
}

.link-item img {
    max-width: 100%;
    height: auto;
}

.link-item:hover {
    transform: scale(1.05);
}






.carousel-control-prev {
  right: 40px;
  /* Ajusta este valor según necesites */
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  /* Ajusta el tamaño del botón */
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(108%);
}

.ImgAlignHoriz {
  display: flex;
  justify-content: center;
  align-items: center;
}
/***Organizador Fin***/


/***Site Map Inicio***/

.SM {
background: #f8f9fa;
}
.sitemap-container {
max-width: 900px;
margin: 40px auto;
background: #ffffff;
padding: 30px;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}


.aMS {
    background-image: linear-gradient(
      to right,
      #49176D,
      #49176D,
      #49176D 
    );
    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;
  }
  /*line-height: 20px !important;*/
  .aMS:before{
    content: '';
    background: #49176D;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    transition: all 0.3s ease-in-out;
  }
  
  .aMS:hover {
   background-position: 0;
   text-shadow: 0 0 3px #49176D;
  }
  
  .aMS:hover::before{
    width: 100%;
  }

  .TituloMS {
    color: #49176D;
    font-weight: 750;
}


.TextoMS {
    color: #49176D;
    font-weight: 400;
}

.TextoMS2 {
    color: #555555;
    font-weight: 400;
}

/***Site Map Fin***/


.Navbar3 {
  position: sticky;
  top: 0;
  z-index: 1050;
}

.Box1 {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3); /* pequeña sombra opcional */
}

.FormCenter {
  justify-content: center;
}

/***Envio y registro INICIO***/
    .Registro {
      background-color: #f8f9fa;
    }

    .section-title {
      font-size: 30px;
      font-weight: bold;
      color: #49176D;
      margin-bottom: 1rem;
    }

    .step-box {
      background-color: #f9f9f9;
      border-left: 8px solid #49176D;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
      padding: 2rem;
      margin-bottom: 2rem;
    }

    .step-header {
      display: flex;
      align-items: center;
      margin-bottom: 1rem;
    }

    .step-number {
      background-color: #49176D;
      color: white;
      font-weight: bold;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 1rem;
      font-size: 1.2rem;
    }

    .step-title {
      font-size: 1.5rem;
      font-weight: 600;
      color: #49176D;
      margin: 0;
    }

    @media (max-width: 600px) {
      .section-title {
        font-size: 2rem;
      }

      .step-box {
        padding: 1.5rem;
      }

      .step-number {
        width: 35px;
        height: 35px;
        font-size: 1rem;
      }

      .step-title {
        font-size: 1.25rem;
      }
    }
/***Envio y registro FIN***/

    .section-title2 {
      font-size: 1.8rem;
      font-weight: bold;
      color: #4d4d4d;
      margin-bottom: 1rem;
    }
        @media (max-width: 600px) {
      .section-title2 {
        font-size: 2rem;
      }
    }


    .section-title3 {
      font-size: 30px;
      font-weight: bold;
      color: #ffffff;
      margin-bottom: 1rem;
    }
    @media (max-width: 600px) {
      .section-title3 {
        font-size: 20px;
      }
    }

    @media (max-width: 600px) {
      .btnSmall {
        width: 100px;
        white-space: pre-line;
      }
    }
    
    


    .section-title4 {
      font-size: 30px;
      font-weight: bold;
      color: #cfcfcf;
      margin-bottom: 1rem;
    }
        @media (max-width: 600px) {
      .section-title4 {
        font-size: 20px;
      }
    }

.SubT2{
  color: #f4b223;
  font-size: 25px;
  font-weight: 500;
}

.SubT3{
  color: #c90606;
  font-weight: 500;
}

.SubT4{
  color: #49176D;
  font-weight: 500;
}

/**CONTADOR INICIO**/
.overlay {
  position: relative;
  z-index: 1;
  pointer-events: none;
  height: 100%;
  width: 100%;
}

.BGIcontador {
  background: url('./files/imagenes/contador/Contador.png') no-repeat center center;
  background-size: cover;
}

.countdown {
  z-index: 2;
}

.z-1 {
  z-index: 1;
}
/**CONTADOR FIN**/


/***Turismo Inicio***/



.BGIturismo {
  background: url('./files/imagenes/home/Turismo.png') no-repeat center center;
  background-size: cover;
}
    .Body1{
      height: 100%;
      margin: 0;
    }

    .hero-section {
      background-image: url('./files/imagenes/home/Turismo.png'); /* Reemplaza con la ruta de tu imagen */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 100vh;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      flex-direction: column;
      padding: 2rem;
    }

    .social-icons {
      margin-top: 1rem;
    }

    .social-icons .a1 {
      color: white;
      font-size: 2rem;
      margin: 0 1rem;
      transition: color 0.3s ease;
    }

    .social-icons .a1:hover {
      color: #FFD700;
    }

    @media (max-width: 768px) {
      .hero-section {
        padding: 1rem;
      }

      .social-icons a {
        font-size: 1.5rem;
        margin: 0 0.5rem;
      }
    }
/***Turismo Final***/

/****/
.message-box {
  background-color: #ffffff;
  border: 4px solid #49176D;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.orange-bar {
  width: 20px;
  background-color: #ffae00;
}

.message-content {
  flex: 1;
  font-size: 1.1rem;
  text-align: justify;
  color: #000000;
}
/****/

/****/
.message-box2 {
  background-color: #ffffff;
  border: 4px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.orange-bar2 {
  width: 20px;
  background-color: #ffae00;
}

.message-content2 {
  flex: 1;
  font-size: 1.1rem;
  text-align: justify;
  color: #000000;
}
/****/

.TituloFechas {
    color: #bb3e3e;
    text-align: center;
    font-weight: 750;
}

.TituloUbicacion{
    color: #49176D;
    font-size: 30px;
    text-align: center;
    font-weight: 750;
}

.TituloUbicacion3 {
    color: #49176D;
    font-size: 25px;
    text-align: center;
    font-weight: 750;
}

.TituloUbicacion4 {
    color: #49176D;
    font-size: 15px;
    text-align: center;
    font-weight: 750;
}

.TituloCP {
    color: #49176D;
    text-align: center;
    font-weight: 750;
}



.TituloDw {
    color: #F4B223;
    font-size: 30px;
    text-align: center;
    font-weight: 750;
}


.TituloComprimiso {
    color: #49176D;
    text-align: center;
    font-weight: 750;
}

.TituloSEDE{
    color:#49176D;
    text-align: center;
    font-weight: 750;
}

.TituloSEDE2{
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
}

.TituloSEDE3{
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 600px) {
    .PhoneNAV {
        width: 150px;
    }
}

@media (max-width: 600px) {
    .PhoneFooter {
        width: 150px;
      
    }
}





@media (max-width: 600px) {
    .imgCapacidad {
        width: 300px;
        padding-top: 10px;
    }
}



.ImgAlignHoriz {
    display: flex;
    justify-content: center;
    align-items: center;
}


.Titulo1 {
padding-left: 20px;
font-family: Arial Black; 
font-weight: bold; font-size: 35px; 
background: #202020; 
-webkit-background-clip: text; 
-moz-background-clip: text; 
background-clip: text; 
color: transparent; 
text-shadow: 0px 3px 3px rgba(255,255,255,0.4),0px -1px 1px rgba(0,0,0,0.3);
}

.Bienvenida {
  font-size: 17px;
  font-weight: 400;
}





/***CARDS INICIO***/

/* Design */

.main{
  max-width: 1200px;
  margin: 0 auto;
}

h1 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.btn {
  color: #ffffff;
  padding: 0.8rem;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}

.btn:hover {
  background-color: #ecd1ff;
  color: #49176D;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px; /* espacio entre filas y columnas */
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.card {
  width: 250px;
}

.cards_item {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
}

.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card_content {
  padding: 1rem;
  background-color: #49176D; /* Color Card */
  /*background: linear-gradient(to bottom left, #6B2674 40%, #d7d7d7 100%);*/
}

.imagen-centrada {
  display: block;
  margin: 0 auto;
}

.card_title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
}

.card_titleSub {
  color: #ffffff;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
}

.card_text {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
}
.made_by{
  font-weight: 400;
  font-size: 13px;
  margin-top: 35px;
  text-align: center;
}





.modal-content {
  border-radius: 20px;
  border: 2px solid #d7d7d7;
}

.modal-header {
  background-color: #d7d7d7;
  color: rgb(31, 30, 30);
  text-align: center !important;
}


/***CARDS FIN***/



/***Nuevas Cards Inicio***/

.cards-listNew {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.cardNew {
  border-radius: 40px;
  box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  cursor: pointer;
  transition: 0.4s;
}

.cardNew .card_imageNew {
  width: inherit;
  height: inherit;
  border-radius: 40px;
}

.cardNew .card_imageNew .imgNew {
  width: inherit;
  height: inherit;
  border-radius: 40px;
  object-fit: cover;
}

.cardNew .card_titleNew {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-top: -80px;
  height: 40px;
}


.cardNew:hover {
  transform: scale(0.9, 0.9);
  box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
    -5px -5px 30px 15px rgba(0,0,0,0.22);
}


.cardNew2 {
  margin: 0px;
  border-radius: 10px;
  box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  cursor: pointer;
  transition: 0.4s;
}

.cardNew2:hover {
  transform: scale(0.9, 0.9);
  box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
    -5px -5px 30px 15px rgba(0,0,0,0.22);
}

.cardNew3 {
  margin: 0px;
  border-radius: 10px;
  box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  cursor: pointer;
  transition: 0.4s;
}






.title-whiteNew {
  color: white;
}

.title-blackNew {
  color: black;
}

@media (max-width: 576px) {
.imgNav{
  width: 150px !important;
}
}

/* -----------------------
  FIX DEFINITIVO - MÓVIL
  Pegar al final de style.css
   ----------------------- */

@media (max-width: 576px) {

  /* Contenedor: apilar y espacio entre cards */
  .cards {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 36px !important;   /* espacio vertical entre tarjetas */
    padding: 0 !important;
    margin: 0 auto !important;
  }

  /* Cada li ocupa todo el ancho visible y centra la card */
  .cards_item {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 12px !important; /* pequeño padding lateral */
  }

  /* Tarjeta: ocupa la mayor parte del ancho, sin altura fija */
  .cardNew2,
  .cardNew3,
  .card { /* incluye la clase .card genérica por si aplica */
    width: 92% !important;
    max-width: 420px !important;
    height: auto !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }

  /* Asegura separación interna entre imagen y contenido */
  .card_image,
  .card_image img,
  .contenedorCard img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover !important;
    border-radius: 8px !important;
  }

  /* Si alguna imagen tiene width en línea, forzamos override */
  img[style] {
    width: 100% !important;
    height: auto !important;
  }

  /* Espacio extra para evitar cualquier solapamiento por sombras */
  .cards_item + .cards_item { /* cada li después de otra */
    margin-top: 18px !important;
  }

  /* Evita transformaciones hover que alteren el flujo en móvil */
  .cardNew2:hover,
  .cardNew3:hover,
  .cardNew:hover {
    transform: none !important;
  }
}


/***Nuevas Cards Fin***/


/***Puntero***/

.Puntero1 {
  background-image: linear-gradient(to right,
      #000000,
      #000000,
      #000000);
  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;
}

.Puntero1:before {
  content: '';
  background: #49176d;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
}

.Puntero1:hover::before {
  width: 100%;
}


/***Puntero***/












/* .zoom{
    transition: 1.1s ease;
     -moz-transition: 1.1s ease; 
     -webkit-transition: 1.1s ease; 
     -o-transition: 1.1s ease; 
  }
.zoom:hover{
    transform : scale(1.1);
    -moz-transform : scale(1.1); 
    -webkit-transform : scale(1.1); 
    -o-transform : scale(1.1); 
    -ms-transform : scale(1.1); 
    } */

.link-item {
    text-align: center;
    transition: transform 0.2s ease;
}

.link-item img {
    max-width: 100%;
    height: auto;
}

.link-item:hover {
    transform: scale(1.05);
}

/* .link-text {
    margin-top: 8px;
    font-weight: bold;
    font-size: 0.9rem;
    } */




/***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);
}

.SectionPadding {
  padding: 8px 0;
}


/***Footer Inicio***/
.FooterColorTxt {
    color: #ffffff;
    text-align: left;
    padding-top: 15px;
}

.FooterColorTxt2 {
    color: #ffffff;
    text-align: left;
}

.FooterImgAL {
    text-align: left;
}
/* Section afecta a todas las secciones del HTML */
/*section {
    padding: 8px 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***/

/**Aviso de Privacidad Inicio**/
.aLine {
    background-image: linear-gradient(
      to right,
      #49176d,
      #49176d,
      #49176d 
    );
    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;
  }
  

  .aLine:hover {
   background-position: 0;
   text-shadow: 0 0 3px #49176d;
  }
  
  .aLine:hover::before{
    width: 100%;
  }
/**Aviso de Privacidad Fin**/





.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;
}


.BtnEnvio {
    background-color: #f4b223;
    border-color: #49176d;
    color: #49176d;
    font-weight: 700;
}

.BtnEnvio:hover {
    border-color: #f4b223 !important;
    background-color: #49176d !important; 
    color: #f4b223;
    box-shadow: 0 5px 13px -2px #49176d;
}

.btnCenter{
  display: flex;
  justify-content: center;
}


.BcolorDP {
    width: 250px;
    background-color: #f1deff;
    border-color: #49176d;
    color: #49176d;
}

.BcolorDP:hover {
    border-color: #724394 !important;
    background-color: #724394 !important; 
    color: #ffffff;
    box-shadow: 0 5px 13px -2px #724394;
}









@media (max-width: 600px) {
    .ICONcolor {
        width: 35px !important;
      
    }
}


@media (min-width: 600px) {
  /* Aquí van los estilos que solo se aplican en pantallas mayores a 600px */
  .ICONcolor{
    width: 50px;
  }
}


.ICONcolor:hover {
    border-radius: 30px;
    transform: scale(0.9, 0.9);
    box-shadow: 5px 5px 15px 15px rgba(163, 163, 163, 0.25), 
    -5px -5px 15px 15px rgba(145, 145, 145, 0.22);
}



/***FooterCIENU Inicio***/
.FooterTxt {
  color: #ffffff;
  font-size: 10px;
}

@media (max-width: 600px) {
    .ICONcolorFCIENU {
        width: 20px !important;
      
    }
}

.mi-seccion {
  justify-content: center;  /* centra horizontalmente */
  align-items: center;      /* centra verticalmente */
}

.logoCIENU1{
  width: 120PX;
}

@media (max-width: 600px) {
    .LogoCIENU {
        width: 120px !important;
    }
}


@media (min-width: 600px) {
  /* Aquí van los estilos que solo se aplican en pantallas mayores a 600px */
  .ICONcolorFCIENU{
    width: 20px;
  }
}


.ICONcolorFCIENU:hover {
    border-radius: 30px;
    transform: scale(0.9, 0.9);
}

/***FooterCIENU Fin***/



@media (max-width: 600px) {
    .ImgOX {
        width: 100px !important;
    }
}


.ICONcolor2:hover {
    transform: scale(0.9, 0.9);
    box-shadow: 5px 5px 20px 15px rgba(255, 255, 255, 0.527), 
    -5px -5px 20px 15px rgba(255, 255, 255, 0.466);
}

.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****/








