.customize-support .fixed-top {
    top: 32px !important;
}

.navbar-nav a.glink {
    margin-right: 5px;
}

#pojo-a11y-skip-content {
		display: none;
}

#qlwapp .qlwapp-toggle, #qlwapp .qlwapp-box .qlwapp-header, #qlwapp .qlwapp-box .qlwapp-user, #qlwapp .qlwapp-box .qlwapp-user::before {
  	background-color: var(--qlwapp-scheme-brand, green) !important;
}

.card-nav .icon, 
.card-nav .icon {
    display: block;
    margin: 0 auto;
}

.card-nav.active .icon,
.card-nav:hover .icon {
    display: none !important;
    margin: 0 auto;
}

.card-nav .icon-hover, 
.card-nav .icon-hover {
    display: none;
    margin: 0 auto;
}

.card-nav:hover .icon-hover, 
.card-nav.active .icon-hover {
    display: block !important;
}

.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.trama-inicio {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.trama-footer {
  bottom: 0;
  left: 0;
  width: 30%;
  z-index: 10;
}

a {
  text-decoration: none;
  color: inherit;
}

.logo-head {
  width: 180px;
}

.vh-100 {
  height: 150vh;
}

.vh-55 {
  height: 55vh;
}

.vh-40 {
  height: 40vh;
}

.text-hero {
  position: relative;
  z-index: 11;
}

.carousel-caption {
  right: 30% !important;
  bottom: 15% !important;
  left: 5% !important;
}

.carousel-indicators [data-bs-target] {
  width: 10px !important;
  height: 10px !important;
}

.carousel-control-next, .carousel-control-prev {
  width: 5% !important;
}

.bg-video-hero {
  position: relative;
  overflow: hidden;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;
}

.video-hero {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}

.overlay-hero {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgb(255 255 255 / 60%) 0%, rgb(255 255 255 / 60%) 100%);
  z-index: 2;
}

.trama {
  position: absolute;
  top: -250px;
  right: 0px;
}

.nav-link {
  color: var(--primary);
  transition: 0.3s all ease;
}

.nav-link:hover {
  color: var(--secondary);
  transition: 0.3s all ease;
}

.img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.parallax {
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.img-programa-gallery {
  aspect-ratio: 1/1;
}

.img.img-informes {
  aspect-ratio: 4/3;
}

.img.img-libros {
  aspect-ratio: 3/4;
}

.trama-text {
  right: 0px;
  top: 0px;
}

.card-nosotros {
  border-color: #002f80;
  transition: 0.3s all ease;
}

.card-nosotros .icono-nosotros path {
  stroke: #002f80;
  transition: 0.3s all ease;
}

.card-nosotros .text-nosotros {
  color: #002F80;
  transition: 0.3s all ease;
}

.card-nosotros:hover {
  border-color: #002f80;
  background-color: #ECF3FF;
  transition: 0.3s all ease;
}

.card-nosotros:hover .icono-nosotros path {
  stroke: #3BBAF0;
  transition: 0.3s all ease;
}

.card-nosotros:hover .text-nosotros {
  color: #3BBAF0;
  transition: 0.3s all ease;
}

.card-servicios-page {
  aspect-ratio: 1/1;
}

.card-servicios-page .card-body {
  z-index: 9;
}

/* TEMAS */

.card-tema {
  background-color: #FFFFFF;
  transition: 0.3s all ease;
}

.card-tema-icono path {
  fill: #002F80;
  transition: 0.3s all ease;
}

.card-tema-text {
  color: #002F80;
  transition: 0.3s all ease;
}

.card-tema:hover {
  background-color: #002F80;
  transition: 0.3s all ease;
}

.card-tema:hover .card-tema-icono path {
  fill: #FFFFFF;
  transition: 0.3s all ease;
}

.card-tema:hover .card-tema-text {
  color: #FFFFFF;
  transition: 0.3s all ease;
}

/* NAV */

.card-nav {
  background-color: #FFFFFF;
  transition: 0.3s all ease;
}

.card-nav-icono path {
  fill: #002F80;
  transition: 0.3s all ease;
}

.card-nav-icono.stroke path {
  fill: none;
  stroke: #002F80;
  transition: 0.3s all ease;
}

.card-nav-text {
  color: #002F80;
  transition: 0.3s all ease;
}

.card-nav:hover, .card-nav.active {
  background-color: #002F80;
  transition: 0.3s all ease;
}

.card-nav:hover .card-nav-icono path {
  fill: #FFFFFF;
  transition: 0.3s all ease;
}

.card-nav.active .card-nav-icono.stroke path, 
.card-nav:hover .card-nav-icono.stroke path {
  fill: none;
  stroke: #FFFFFF;
  transition: 0.3s all ease;
}

.card-nav.active .card-nav-text, 
.card-nav:hover .card-nav-text {
  color: #FFFFFF;
  transition: 0.3s all ease;
}

/* NOTICIAS */

.card-noticias {
  transform: scale(1);
  transition: 0.3s all ease;
}

.card-noticias:hover {
  transform: scale(1.05);
  transition: 0.3s all ease;
}

.card-noticias-text {
  color: #333;
  transition: 0.3s all ease;
}

.card-noticias:hover .card-noticias-text {
  color: #002F80;
  transition: 0.3s all ease;
}

.card-noticias-link {
  color: #002F80;
  transition: 0.3s all ease;
}

.card-noticias-link:hover {
  color: #002F80;
  font-weight: 800;
  transition: 0.3s all ease;
}

/* LIBROS */

.card-libros {
  transform: scale(1);
  transition: 0.3s all ease;
}

.card-libros:hover {
  transform: scale(1.05);
  transition: 0.3s all ease;
}

.card-libros-nombre {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  transition: 0.3s all ease;
}

.card-libros:hover .card-libros-nombre {
  background-color: var(--light);
  transition: 0.3s all ease;
}

@media (max-width: 576px) 
{


}

@media  (min-width: 577px) and (max-width: 767px) 
{


}

@media (min-width: 768px) and (max-width: 991px) 
{


}

@media (min-width: 992px) and (max-width: 1200px) 
{
  

}

@media  (min-width: 1200px) and (max-width: 1400px) {
  


}

@media  (min-width: 1401px) and (max-width: 1600px) {

 

}

.scroll-parent {
  position: relative;
  overflow-x: hidden;
  height: 35px;
  width: 100%;
}

.scroll-element {
  width: inherit;
  height: inherit;
  position: absolute;
  left: 0%;
  top: 0%;
}

.primary {
  animation: primary 20s linear infinite;
}

.secondary {
  animation: secondary 20s linear infinite;
}

@keyframes primary {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}

@keyframes secondary {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}

/* Efecto de Flotar */
@keyframes floating {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}

.efecto-flotante {
  display:block;
  width:auto;
  animation: 5s infinite alternate floating;
}

/* Animacion del Mouse */

.field {
  display: flex;
  align-items: center;
  /*justify-content: space-around;*/
  justify-content: start;
  width: 300px;
}

.mouse {
  width: 40px;
  height: 70px;
  border: 3px solid var(--primary);
  border-radius: 60px;
  position: relative;
}

.mouse::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--primary);
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}
@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}
.scroll {
  width: 60px;
  height: 60px;
  border: 2px solid #333;
  border-radius: 50%;
  position: relative;
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
}
.scroll::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 18px;
  width: 18px;
  height: 18px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
}

@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
.arrow {
  width: 0;
  height: 40px;
  border: 1px solid #333;
  position: relative;
  animation: scroll 1.5s infinite;
  -webkit-animation: scroll 1.5s infinite;
}
.arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: -5px;
  width: 1px;
  height: 10px;
  border-top: 10px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

@keyframes scroll {
  0% {
    height: 40px;
  }
  30% {
    height: 70px;
  }
  60% {
    height: 40px;
  }
}
@-webkit-keyframes scroll {
  0% {
    height: 40px;
  }
  30% {
    height: 70px;
  }
  60% {
    height: 40px;
  }
}

@media (max-width: 767px) {

  .field {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 300px;
  }

}