@import "style.green-800.min.css";

/* BOLETIN FINANCIERO */
.contenido {
  cursor: pointer;
  background-color: #D3AF34;
  border-bottom: .5px solid #eee !important;
}

.contenido:hover {
  background-color: #BA9928 !important;
  color: white !important;
}

.showMore {
  color: #D3AF34 !important;
}

.showMore:hover {
  color: #BA9928 !important;
}

.interes {
  cursor: pointer;
  background-color: #000000;
  border-bottom: .5px solid #eee !important;
  color: white !important;
}

.interes:hover {
  background-color: #eee !important;
  color: black !important;
}

thead tr:hover {
  background-color: var(--indetec-primary-color) !important;
  color: white !important;
}

.scroll-boletines {
  overflow-y: scroll !important;
  height: auto !important;
  max-height: 350px !important;
}

/* BOLETIN FINANCIERO (END) */

#toast-container>div {
  opacity: 1 !important;
}

.help {
  position: absolute;
  top: 5px;
  right: 80px;
  font-size: 2em;
  /* color: #7e7e7e !important; */
  cursor: pointer;
}

.zoom {
  position: absolute;
  font-size: 2em !important;
  color: #b3b3b3 !important;
  cursor: pointer;
  top: 15px !important;
  right: 35px !important;
}

.help:hover,
.zoom:hover {
  color: #4d4d4d !important;
}

#magazine {
  margin-top: -30px
}

.parpadea {
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name: parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes parpadeo {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes parpadeo {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

.selected_nav {
  background-color: #424242;
}

.icono_verde {
  color: var(--indetec-primary-color);
}

.icono_naranja {
  color: #fe8f1d;
}

.placeholder_green::placeholder {
  color: var(--indetec-primary-color) !important;
}

.btn_publicaciones {
  background-color: white !important;
  color: black !important;
}

.btn_publicaciones:hover {
  background-color: #cbcbcb !important;
  color: black !important;
}

.owl-prev,
.owl-next {
  opacity: 0.5 !important;
}

.owl-prev:hover,
.owl-next:hover {
  background: transparent !important;
  opacity: 1 !important;
}


.dropdown-menu {
  cursor: pointer;

}

.dropdown-menu a:hover {
  background-color: gray;
}

.input-append .btn.dropdown-toggle {
  float: none;
}

.span2 {
  background-color: transparent;
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  color: #fff;

}

.btn-group {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 100px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
}

.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.span3 {
  margin-top: 0px;
  width: 100%;
  margin-bottom: 0px;
}

.span21 {
  background-color: transparent;
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #d2d2d2;
  /*background-image: linear-gradient(#2e7d32,#2e7d32),linear-gradient(#d2d2d2,#d2d2d2);*/
  width: 100%;
  color: #000;

}

.selectcampo {
  height: 40px;
}


/* Carousel Header Styles */
.btn-inside-banner {
  position: absolute;
  top: 80%;
  left: 10%;
  right: auto;
  width: 96.66666666666666%;
  color: #fff;
}

/*Seccion ver mas*/
.verMas {
  cursor: pointer;
}

.textoCompletoA,
.textoCompletoB,
.textoCompletoC,
.textoCompletoD,
.textoCompletoE,
.textoCompletoF,
.textoCompletoG,
.textoCompletoH,
.textoCompletoI,
.textoCompletoJ,
.textoCompletoK,
.textoCompletoL,
.textoCompletoM,
.textoCompletoN,
.textoCompletoO,
.textoCompletoP,
.textoCompletoQ,
.textoCompletoR,
.textoCompletoS,
.textoCompletoT,
.textoCompletoU,
.textoCompletoV {
  display: none;
}

/*estilos de mapa*/
#mapa-mexico {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

path:hover,
circle:hover {
  stroke: #7c7c7c !important;
  stroke-width: 2px;
  stroke-linejoin: round;
  fill: #7c7c7c !important;
  cursor: pointer;
}

#info-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: #ffffff;
  border: 2px solid #BF0A30;
  border-radius: 5px;
  padding: 5px;
  font-family: arial;
}



.job-badge {
  position: absolute;
  top: 35px;
  right: -15px
}

.job-badge:after {
  content: "";
  border: 7px solid transparent;
  border-top-color: #015e60;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -7px;
  right: 8px;
  z-index: 1
}

.job-badge .label {
  width: 80px;
  text-align: center;
  padding: 7px;
  border-radius: 0;
  z-index: 10
}

.b-t-muted {
  border-top: 1px solid #eee !important;
  background-color: transparent !important;
}

.descargaPub:hover {
  color: #4caf50 !important;
  border-bottom: 1px solid #4caf50 !important;
}

.loader-line-wobble {
  --uib-size: 80px;
  --uib-color: #278742;
  --uib-speed: 1.75s;
  --uib-stroke: 5px;
  --uib-bg-opacity: .1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--uib-stroke);
  width: var(--uib-size);
  border-radius: calc(var(--uib-stroke) / 2);
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.loader-line-wobble::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--uib-color);
  opacity: var(--uib-bg-opacity);
  transition: background-color 0.3s ease;
}

.loader-line-wobble::after {
  content: '';
  height: 100%;
  width: 100%;
  border-radius: calc(var(--uib-stroke) / 2);
  animation: wobble var(--uib-speed) ease-in-out infinite;
  transform: translateX(-95%);
  background-color: var(--uib-color);
  transition: background-color 0.3s ease;
}

@keyframes wobble {

  0%,
  100% {
    transform: translateX(-95%);
  }

  50% {
    transform: translateX(95%);
  }
}

.container-notas-interes {
  display: flex;
  align-items: end;
  gap: 2em;

  .container-notas-interes__banner {
    width: 100%;
  }
}


/* Por defecto, el banner queda en el centro */
.container-notas-interes .datos-hacendarios {
  order: 1;
  /* Enlaces al inicio */
}

.container-notas-interes__banner {
  order: 2;
  /* Banner en el centro */
}

.container-notas-interes .posgrados {
  order: 3;
  /* Banner en el centro */
}

/* En pantallas pequeñas (máx. 768px), los enlaces se van abajo */
@media (max-width: 768px) {
  .container-notas-interes {
    flex-direction: column;
    /* Apila los elementos */
    align-items: center;
  }

  .container-notas-interes .datos-hacendarios {
    order: 2;
    /* Mueve los enlaces al final */
  }

  .container-notas-interes .posgrados {
    order: 2;
    /* Mueve los enlaces al final */
  }

  .container-notas-interes__banner {
    order: 1;
    /* Banner primero */
  }
}


/* .promocion {
  display: flex;
  flex-direction: column;
  gap: 1em;
} */

/* @media (max-width: 768px) {
  .container-notas-interes {
    flex-direction: column;
  }

  .promocion{
    flex-direction: row;
  }
} */

.left-arrow,
.right-arrow,
.up-arrow,
.down-arrow {
  display: inline-block;
  /* margin: 30px; */
  width: 15px;
  height: 15px;
  border-top: 2px solid #76a43c;
  border-left: 2px solid #76a43c;
  transform-origin: center;
}

.right-arrow {
  transform: rotate(135deg);
}

.left-arrow {
  transform: rotate(-45deg);
}

.up-arrow {
  transform: rotate(45deg);
}

.down-arrow {
  transform: rotate(-135deg);
}

.right-arrow::after,
.left-arrow::after,
.up-arrow::after,
.down-arrow::after {
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background-color: #76a43c;
  transform: rotate(-45deg) translate(15px, 4px);
}

.blink-effect {
  animation: blinker 0.7s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.loader-cube-container {
  --uib-size: 45px;
  --uib-color: #ABABAB;
  --uib-speed: 1.75s;
  display: flex;
  align-items: flex-end;
  /* padding-bottom: 20%; */
  justify-content: space-between;
  width: var(--uib-size);
  height: calc(var(--uib-size) * 0.6);
}

.cube {
  flex-shrink: 0;
  width: calc(var(--uib-size) * 0.2);
  height: calc(var(--uib-size) * 0.2);
  animation: jump var(--uib-speed) ease-in-out infinite;
}

.cube__inner {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 25%;
  background-color: var(--uib-color);
  transform-origin: center bottom;
  animation: morph var(--uib-speed) ease-in-out infinite;
  transition: background-color 0.3s ease;
}

.cube:nth-child(2) {
  animation-delay: calc(var(--uib-speed) * -0.36);

  .cube__inner {
    animation-delay: calc(var(--uib-speed) * -0.36);
  }
}

.cube:nth-child(3) {
  animation-delay: calc(var(--uib-speed) * -0.2);

  .cube__inner {
    animation-delay: calc(var(--uib-speed) * -0.2);
  }
}

@keyframes jump {
  0% {
    transform: translateY(0px);
  }

  30% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }

  50% {
    transform: translateY(-200%);
    animation-timing-function: ease-in;
  }

  75% {
    transform: translateY(0px);
    animation-timing-function: ease-in;
  }
}

@keyframes morph {
  0% {
    transform: scaleY(1);
  }

  10% {
    transform: scaleY(1);
  }

  20%,
  25% {
    transform: scaleY(0.6) scaleX(1.3);
    animation-timing-function: ease-in-out;
  }

  30% {
    transform: scaleY(1.15) scaleX(0.9);
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: scaleY(1);
  }

  70%,
  85%,
  100% {
    transform: scaleY(1);
  }

  75% {
    transform: scaleY(0.8) scaleX(1.2);
  }
}
