@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&display=swap');
h1, h2, h3, h4, h5, h6, p, span, a, li {
  font-family: 'Raleway',sans-serif;
}
@media (max-width: 1160px){
  .container-fluid .row-fluid .page-center {
    padding: 0 20px;
  }
}
#showMore{
  background-color: #009cde;
  border: 2px solid #009cde;
  border-radius: 22px;
  color: #fff;
  display: block;
  font-size: 20px;
  margin: 50px auto auto;
  max-width: 120px;
  padding: 10px;
  text-align: center;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  cursor: pointer;
}
.backgroundIntro {
  padding: 30px 0 60px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.backgroundIntro .page-center {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap:30px;
}
.bgImage{
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.imageIntro {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 65%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imageIntro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: 1;
  background-image: linear-gradient(to right,#001865 22%,rgba(5,24,97,0) 99%);
}
.imageIntro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-preheader{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
.list-preheader li{
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  color: #0098dd;
}
.list-preheader li:not(:last-child){
  padding-right: 40px;
  position: relative;
}
.list-preheader li:not(:last-child):after{
  content: "";
  position: absolute;
  top: 5px;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: solid 1px #0098dd;
  border-right: solid 1px #0098dd;
  display: block;
  transform: rotate(45deg);
}
.list-preheader li a{
  color: #002e9d;
  text-decoration: underline;
}
@media(max-width:500px){
  .list-preheader li:not(:last-child) {
    padding-right: 20px;
  }
  .list-preheader li:not(:last-child):after {
    right: 5px;
  }
}
.titleIntro h1{
  font-size: 70px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  color: #002e9d;
  margin-bottom:25px;
}
.titleIntro h1 span{
  font-weight: 600;
  color:#0098dd
} 
.titleIntro p{
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;

}


.menu-categorias{
  background-color: #0032a0;
  padding:45px 0;
  color:#ffffff;
  overflow:hidden;
}
.menu-categorias p{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
}
.menu-categorias p.titleCategory{
  font-size: 50px;
  font-weight: normal;
  text-align: center;
  color: #60d1e0;
  margin-bottom: 25px;
}
.menu-categorias p.textCategory{
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.menu-categorias ul{
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  margin-top: 40px;
  position: relative;
}
.menu-categorias ul::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #67d2df;
}
.menu-categorias ul li{
  list-style: none;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.menu-categorias ul li:not(:last-child){
  padding-right: 40px;
}
.menu-categorias ul li a{
  color: #fff;
  padding: 12px 0;
  display: block;
  position:relative;
}
.menu-categorias ul li a::after{
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #67d2df;
  opacity: 0;
}
.menu-categorias ul li.catActive a::after{
  opacity: 1;
}
.menu-categorias ul li:hover a::after{
  opacity: 1;
}
.menu-categorias ul li.active a::after{
  opacity: 1;
}
.content-recursos{
  padding: 60px 0;
}
p.name-section-tipo{
  font-size: 35px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #002e9d;
  padding: 10px;
  text-align: center;
}
.box-recurso p{
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color:#0098dd;
  font-size: 15px;
}
.descriptionRecurso{
  font-size: 12px !important;
  color: #535977 !important;
}
.box-recurso .category{
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: left;
  color: #0098dd;
  text-transform:uppercase;
}
.box-recurso .category img{
  margin-right: 7px;
}
p.titleRecurso{
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
p.titleRecurso a{
  color: #0032a0;
}
.image-recuso{
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #f5f5f5;
  height: 290px;
  overflow: hidden;
}
.image-recuso img{
  object-fit:cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.slider-tipo-recurso .slick-track {
  margin: 0;
}
.slider-tipo-recurso .box-recurso{
  max-width: 95%;
  margin: auto;
}
.slider-tipo-recurso .slick-dots li button:before {
  font-family: '';
  content: '';
  width: 10px;
  height: 10px;
  background-color: #e0e0e0;
  border-radius: 50%;
  opacity: 1;
}
.slider-tipo-recurso .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #049cde;
}
.slider-tipo-recurso .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 30px;
}

.filtro-tipo label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  color: #17224d;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
      font-family: 'Raleway', sans-serif;
}
.filtro-tipo label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filtro-tipo .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 50px;
  border: solid 2px #60d1e0;
}

.filtro-tipo .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.filtro-tipo label input:checked ~ .checkmark:after {
  display: block;
}
.filtro-tipo label:hover {
  font-weight: bold;
}
.filtro-tipo label .checkmark:after {
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  background-color: #60d1e0;
  border-radius: 50px;
}
.filtro{
  margin-bottom: 30px;
}
.filtro > p, #resultado h2{
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: .65px;
  text-align: left;
  color: #002e9d;
  margin: 0 0 18px 0;
}
#resultado h2{
  text-align: center !important;
}
.grid-recursos .box-recurso{
  padding-bottom: 30px;
}
/*modal*/
.podcast{
  cursor:pointer;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: scroll;
  background-color: rgba(0, 50, 160,0.9);
  width: 100%;
  height:100%;
  padding: 15px;
}
.modal .close-modal {
  width: 30px;
  height: 30px;
  z-index: 999;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
.modal .close-modal::before,.modal .close-modal::after{
  content:"";
  position: absolute;
  top: 15px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color:#ffffff;
}
.modal .close-modal::before{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.modal .close-modal::after{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.login {
  position: relative;
  background-color: #011033;
  padding: 50px 40px 30px;
  word-break: break-word;
}
.modal_podcast{
  max-width: 850px;
  width: 100%;
  position: relative;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  position: relative;
}
/*media querys*/
@media(min-width: 500px){
  .grid-recursos{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px,1fr));
    column-gap: 20px;
    row-gap: 50px;

  }
}
@media(min-width: 768px){
  .bgImage {
    margin-top: 70px;
  }
  .titleIntro{
    max-width: 50%;
    width: 100%;
  }
  .image_intro{
    max-width: 50%;
    width: 100%;
  }
  .titleIntro p{
    max-width: 450px; 
  }

}
@media(min-width:1000px){
  .grid-recursos{
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px){
  .backgroundIntro .imageIntro {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 270px;
  }
  .backgroundIntro .imageIntro::before {
    height: 60%;
    width: 100%;
    top: -1px;
    background-image: linear-gradient(to bottom,#001865 10%,rgba(5,24,97,0) 100%);
  }
  .content-recursos {
    padding: 35px 0;
  }
}
@media (max-width: 560px){
  .titleIntro h1 {
    font-size: 35px;
  }
  .titleIntro p {
    font-size: 18px;
  }
  .menu-categorias ul li:not(:last-child) {
    padding-right: 8px;
  }
  .menu-categorias ul li{
    font-size: 14px;
  }
  .menu-categorias ul:after {
    left: -15px;
    width: calc(100% + 30px);
  }
  .menu-categorias p {
    font-size: 16px;
  }
  .menu-categorias {
    padding: 25px 0;
  }
  .filtro-tipo label {
    margin-bottom: 5px;
  }
}
@media (max-width: 385px){
  .menu-categorias ul li {
    font-size: 13px;
  }
}
}