.slider {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.col-md-6 a {
  color: white;
  text-decoration: none;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s;
}
ul {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.sub-menu{
  background: rgba(55, 55, 55,1);
}
.slide.active {
  opacity: 1;
}

.background{
  background: none;
  box-shadow: none !important;
}
body {
  margin: 0cm;
  font-family: 'Noto Sans', sans-serif;
}
/* h5{
  font-size: 2.2rem !important; 
} */
h1,h2,h3,h4,h5{
  font-family: 'Fjalla One', sans-serif;
}
.salita{
  font-size: 5.3rem !important;
  
  
}
header .covers h1 {
  font-size: 4rem;
}
#navigation{
  position: fixed;
  align-items: center;
  
  /* background-color:rgba(0,0,0,0.0) !important; */
}
.flex{
  /* margin-right: 50px; 
  margin-top: 28px; */
  display: flex;
  align-items: center;
  place-items: center;
}
.flex li{
  font-family: 'Montserrat Alternates'; 
  color: whitesmoke; 
  font-size: 15px !important;

}
.offcanvas-body,.offcanvas-header{
  background-color: rgb(28, 28, 28);
}
.offcanvas-header h5{
  color: rgb(220, 220, 220);
}
.nav-item, .dropdown-item, .nav-link{
  color: rgb(199, 199, 199) !important;
}
.dropdown-menu{
  background-color: rgb(28, 28, 28) !important;
  color: white;
}
.covers {
  height: 100vh;
  width: 100%;
  background-image: url(./resources/img/Diseño\ sin\ título\ \(1\).png);
  color: white;
  background-size: cover;
  background-position: center;
  -webkit-background-size: cover;
  /* background-position: center center; */
  /* background-repeat: no-repeat; */
  /* -moz-background-size: cover; */
  /* -o-background-size: cover; */
  /* background-blend-mode: darken; */
  /* background-color:rgba(0,0,0,0.6) !important; */
  /* background-attachment: fixed; */
}
.cover-small{
  background-size: cover;
  background-position: center;
  height: 332px;
  background-blend-mode: normal;
  border-radius: 0.6rem;
  border-radius: 0.6rem;
}
.card{
  border-radius: 1rem !important;
  border-radius: 1rem !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px  4px -1px rgba(0, 0, 0, 0.06);
  margin: 1.5%;
  /* box-shadow: 0 12px 18px -6px rgba(0, 0, 0, 0.3), 0 6px 10px -4px rgba(0, 0, 0, 0.15); */

}
.card:hover{
    box-shadow: 0 12px 18px -6px rgba(0, 0, 0, 0.3), 0 6px 10px -4px rgba(0, 0, 0, 0.15);

}
.card:nth-child(1){
margin-top: 0.5%;}


.card-title{
  min-height:3rem;
  border-radius: 100rem;
  border-radius: 100rem;
}
.card-text{
  min-height:7rem;
}
.custom-button {
  background-color: white;
  color: black;
  font-size: 1.1rem;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 11px;
}

.custom-button:hover {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.offcanvas-body{
  padding: 0px !important;
}
.custom-button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.card-link {
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease, margin-bottom 0.3s ease;
}

.card-link:hover {
  transform: scale(1.05);
  /* box-shadow: 0 12px 18px -6px rgba(0, 0, 0, 0.3), 0 6px 10px -4px rgba(0, 0, 0, 0.15); */
  margin-bottom: 1.5rem; /* Agrega un margen adicional a la parte inferior de las tarjetas */
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* @keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  25%{
    opacity: 0.1;
    transform: translateY(-10px);
  }
  50%{
    opacity: 0.3;
    transform: translateY(-5px);
  }
  75%{
    opacity: 0.7;
    transform: translateY(-2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
} */
@keyframes back {
  0% {
    opacity: 1;
    background-color: transparent;
  }
  40%{
    background-color: transparent;
    /* background-color: rgba(0, 0, 0, 0.2); */
  }
  60%{
    /* background-color: transparent; */
    background-color: rgba(80, 80, 80, 0.1);
  }
  70%{
    /* background-color: rgba(67, 67, 67, 0.2); */
    border-bottom: none;
  }
  /* 85%{
    background-color: rgba(61, 61, 61, 0.4);
    border-bottom: rgba(55, 55, 55,1);
  } */
  /* 90%{
    background-color: rgba(58,58,58,0.8);
  } */
  100% {
    opacity: 1;
    background-color: rgba(55, 55, 55,1);
    border-bottom: solid black 2px;
  }
}
@keyframes revers {
  0% {
    opacity: 1;
    background-color: transparent;
  }
  40%{
    background-color: transparent;
    /* background-color: rgba(0, 0, 0, 0.2); */
  }
  60%{
    /* background-color: transparent; */
    background-color: rgba(80, 80, 80, 0.1);
    border-bottom: none;
  }
  65%{
    border-bottom: none;
  }
  70%{
    /* background-color: rgba(67, 67, 67, 0.2); */
    /* border-bottom: none; */
    /* border-bottom: solid rgb(63, 63, 63) 2px; */
    /* border-bottom: none; */
  }
  /* 85%{
    background-color: rgba(61, 61, 61, 0.4);
    border-bottom: rgba(55, 55, 55,1);
  } */
  /* 90%{
    background-color: rgba(58,58,58,0.8);
  } */
  100% {
    opacity: 1;
    background-color: rgba(55, 55, 55,1);
    border-bottom: solid black 2px;
  }
}

.fade{
  transition: all 500ms ease !important;
}
.fade-in {
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}


/* .fadenn{
  opacity: 1;
  animation: fade 0.6s ease-in forwards;
} */
.sticky{
  opacity: 1;
  animation: back 1.2s ease forwards;
  /* background-color: black !important; */
}
.contain-to{
  position: absolute;
  top: 0;
  width: 100%;
  height: 55.5px;
  z-index: -2000000000;
}
.fade-in:nth-child(1) {
  animation-delay: 0.3s;
}
.fade-in:nth-child(2) {
  animation-delay: 0.6s;
}
.fade-in:nth-child(3) {
  animation-delay: 0.9s;
}
.fade-in:nth-child(4) {
  animation-delay: 1.2s;
}
.fade-in:nth-child(5) {
  animation-delay: 1.5s;
}
.fade-in:nth-child(6) {
  animation-delay: 1.8s;
}
.fade-in:nth-child(7) {
  animation-delay: 2.1s;
}
.card-hidden {
  opacity: 0;
}
.responsive-iframe{
  position: relative;
  padding-top: 56.25%;
}
.responsive-iframe iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.comic-card {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  border: none;
  border-radius: 55px 55px 55px 0px;
  background-color: #f0f0f0;
  padding: 20px;
}










.comic-card {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  border: none;
  border-radius: 55px 55px 55px 0px;
  background-color: #f0f0f0;
  padding: 20px;
}

.comic-card:hover {
  transform: translateY(-10px);
}

.custom-card-icon {
  width: 60px;
  height: 60px;
  background-color: #007bff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: white;
}

.custom-card-title {
  font-weight: bold;
}

.map-link {
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
}

.map-link:hover {
  text-decoration: underline;
}

.custom-card-1 {
  background-color: #f0f0f0;
}

.custom-card-icon-1 {
  background-color: #007bff;
}

.custom-card-2 {
  background-color: #f0f0f0;
}

.custom-card-icon-2 {
  background-color: #28a745;
}

.custom-card-3 {
  background-color: #f0f0f0;
}

.custom-card-icon-3 {
  background-color: #ffc107;
}

.custom-card-4 {
  background-color: #f0f0f0;
}

.custom-card-icon-4 {
  background-color: #6c757d;
}

.custom-card-5 {
  background-color: #f0f0f0;
}

.custom-card-icon-5 {
  background-color: #dc3545;
}

.custom-card-6 {
  background-color: #f0f0f0;
}

.custom-card-icon-6 {
  background-color: #17a2b8;
}
.custom-card-4 {
  background-color: #f0f0f0;
}

.custom-card-icon-4 {
  background-color: #6c757d;
}

.custom-card-5 {
  background-color: #f0f0f0;
}

.custom-card-icon-5 {
  background-color: #dc3545;
}

.custom-card-6 {
  background-color: #f0f0f0;
}

.custom-card-icon-6 {
  background-color: #17a2b8;
}  

.tira{
  overflow-x: scroll;
}
.contenedor-tira{
  display: flex;
  
}
.contenedor-tira .cards{
  width: 340px;
  flex-shrink: 0;
  margin-right: 1rem;
}




#log{
  width: 60px;
}


  


/*THIS IS FOR THE NAV 
 :root {
    --primary-color: #d2f8d2;
    --secondary-color: #dbdbdb;
    --tertiary-color: ;
  }
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  /* html {
    font-size: 62.5%;
  }  
  .logo {
    font-size: 3rem;
    align-items: center;
    list-style: none;
    color: black;
    text-decoration: none;
    font-family: 'Praise', cursive;
    padding-left: 15px;
    padding-right: 10px;
  }
  .contenedor {
    align-items: center;
    background-color: rgb(36, 37, 36);
    display: flex;
    height: 70px;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid gray;
    position: sticky;
    top: 0px;
    font-size: 62.5%;
    z-index: 4;
  }
  .links {
    list-style: none;
    color: black;
    text-decoration: none;
  }
  li {
    /* list-style: none; 
    display: inline-block;
    font-size: 1.3rem;
    font-family: sans-serif;
    padding-right: 8px;
    padding-left: 10px;
  }
  a:hover {
    color: #43dede;
  } 
/* 
  h1 {
    text-align: center;
    margin-top: 8%;
    font-family: "Mohave", sans-serif;
    font-size: 2.5em;
    margin-bottom: 55px;
  }  
  nav div:nth-child(1){
    padding-left: 7.5%;
  }
  li {
    font-size: 1.17rem !important;
    padding-left: 30px;
  }
  .img {
    width: 100%;
    border-radius: 50px;
    padding: 7px 0;
  }
  .img-box {
    text-align: center;
  }
  .box {
    margin: 5% 10%;
    text-align: justify;
    font-size: 1.5rem;
  }
  /* p {
    padding-bottom: 10px;
    font-family: "Merriweather", serif;
  } */
  
  /* progress bar */
  /* #progress-bar {
    --scrollAmount: 0%;
    background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
    width: var(--scrollAmount);
    height: 5px;
    position: fixed;
    top: 0;
  } */
  /* aminaciones 

  @keyframes Animation {
    from {
      opacity: 0;
      transform: translate3d(0, -40%, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }  
  .Animation {
    animation-name: Animation;
    animation-duration: 1.5s;
  }
 
  /* animation of the text 
  .Animation-text {
    animation-name: Animation-text;
    animation-duration: 1.8s;
  }
  @keyframes Animation-text {
    from {
      opacity: 0;
      transform: translate3d(0, -5%, 0);
      -webkit-transform: translate3d(0, -5%, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
    }
  } 

.image{
  width: 55px;
}
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.sticky-top {
  position: sticky;
  top: 0;
}
.w{
  width: 210px !important;
}
.navbar-toggler{
  border: none !important;
}
.dropdown-menu{
  border: none !important;
}
.navbar-toggler:focus{
  outline: none !important;
  box-shadow: none !important;
}
.dropdown-menu li{
  list-style: square !important;
  

}
@media (max-width: 430px) {
  header .covers h1 {
    font-size: 2.5rem !important;
  }
  header .covers h5 {
    font-size: 1rem !important;
  }
  .offcanvas-header h5 {
    font-size: 1.4rem !important;
  } 
  .card-body h5{
    font-size: 1.5rem;
  }
  .flex{
    margin-right: 19px;
  }
  .nav-item { 
    font-size: 1.2rem !important;
  }
  li{
    /* border-bottom: solid black 1px; 
    padding: 0;
    /* margin-left: 20px;
    margin-top: 5px; 
    margin-left: 15px;
  }
  .navbar-toggler{
    font-size: 19px !important;
  }
}
@media (min-width: 1600px) {
  nav div:nth-child(1){
    padding-left: 17%;
  }
  li {
    font-size: 1.5rem !important;
    padding-left: 30px;
  }
  #ul {
    padding-right: 250px !important;
  }
}

*/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');



nav{
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  /* box-shadow: 0 5px 25px rgb(0 0 0 / 20%); */
  padding: 0 100px;
  transition: 0.6s;
}

nav .logo{
  color: #fff;
  font-size: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
}

nav .navigation{
  position: relative;
  line-height: 75px;
  transition: 0.6s;
  transition-property: line-height;
}

nav.sticky .navigation{
  line-height: 60px;
}

nav .navigation .menu{
  position: relative;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}

.menu-item > a{
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  margin: 20px;
  padding: 25px 0;
}

.menu-item > a:hover{
  color: #469DFF;
  transition: 0.3s;
}

.menu-item .sub-menu{
  position: absolute;
  top: 74px;
  line-height: 40px;
  list-style: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
  pointer-events: none;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.3s;
  transition-property: transform, opacity;
}

nav.sticky .menu-item .sub-menu{
  top: 60px;
}

.menu-item:hover .sub-menu{
  pointer-events: all;
  transform: translateY(0);
  opacity: 1;
}

.menu-item .sub-menu .sub-item{
  position: relative;
  padding: 7px 0;
  cursor: pointer;
  box-shadow: inset 0px -30px 5px -30px rgba(255, 255, 255, 0.2);
}

.menu-item .sub-menu .sub-item a{
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  padding: 15px 30px;
}

.menu-item .sub-menu .sub-item:hover{
  background: #4080EF;
}

.menu-item .sub-menu .sub-item:last-child:hover{
  border-radius: 0 0 8px 8px;
}

.more .more-menu{
  position: absolute;
  /* background: rgba(55, 55, 55,1); */
  list-style: none;
  top: 0;
  left: 100%;
  white-space: nowrap;
  border-radius: 0 8px 8px 8px;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.3s;
  transition-property: transform, opacity;
}
.more-menu{
  background-color: rgba(55, 55, 55,1);;
}
.more:hover .more-menu{
  pointer-events: all;
  transform: translateY(0);
  opacity: 1;
}

.more .more-menu .more-item{
  padding: 7px 0;
  box-shadow: inset 0px -30px 5px -30px rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}

.more .more-menu .more-item:hover{
  background: #4080EF;
}

.menu-btn{
  display: none;
}

@media (max-width: 1060px){
  nav .navigation .menu{
    position: fixed;
    display: block;
    background: rgba(55, 55, 55, 1);
    /* min-width: 350px; */
    height: 100vh;
    top: 0;
    right: -100%;
    padding: 90px 50px;
    visibility: hidden;
    overflow-y: auto;
    transition: 0.5s;
    transition-property: right, visibility;
  }

  nav.sticky .navigation{
    line-height: 75px;
  }

  nav .navigation .menu.active{
    right: 0;
    visibility: visible;
  }

  .menu-item{
    position: relative;
  }

  .menu-item .sub-menu{
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateX(10px);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    overflow: hidden;
    display: none;
  }

  nav.sticky .menu-item .sub-menu{
    top: 0;
  }

  .menu-item:hover .sub-menu{
    transform: translateX(10px);
  }

  .menu-item .sub-menu .sub-item{
    box-shadow: none;
  }

  .menu-item .sub-menu .sub-item:hover{
    background: none;
  }

  .menu-item .sub-menu .sub-item a:hover{
    color: #4080EF;
    transition: 0.3s;
  }

  .more .more-menu{
    opacity: 1;
    position: relative;
    left: 0;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    display: none;
  }
  
  .more .more-menu .more-item{
    box-shadow: none;
  }

  .more .more-menu .more-item:hover{
    background: none;
  }

  .more .more-menu .more-item a{
    margin-left: 20px;
  }

  .close-btn{
    position: absolute;
    background: url(./resources/img/close.png)no-repeat;
    width: 40px;
    height: 40px;
    background-size: 25px;
    background-position: center;
    top: 0;
    left: 0;
    margin: 25px;
    cursor: pointer;
  }

  .menu-btn{
    background: url(./resources/img/menu.png)no-repeat;
    width: 40px;
    height: 40px;
    background-size: 30px;
    background-position: center;
    cursor: pointer;
    display: block;
  }

  nav{
    padding: 15px 20px;
  }
.menu.active{
  background-color: rgba(55, 55, 55,1) !important;
  border: black solid 2px;
}
  nav.sticky{
    padding: 5px 20px;
  }
}
.asd{
  animation: revers 2.5s reverse !important;
}
/* @media (min-width: 750px) {
  .navbar-toggler{
    display: none !important;
  }
} */
