/*NAVBAR*/
.navbar {
  background-color: #0C0D05 !important;
}

#link-items {
  padding-left: 40rem;
}

.nav-item:hover {
  background-color: #1768B5;
}

/*ABOUT SECTION*/
.btn-about {
  background-color: #1768B5 !important;
  color: #ffff;
  padding: 10px 30px 10px 30px;
}

.btn-about:hover {
  color: #ffff;
  background-color: #0533ff !important;
}

/*LOGOS SECTION*/
.logos-carousel {
  background-color: #ECEEF1;
  margin-top: 100px;
  height: 60vh;
}


/*QUOTE SECTION*/
.quote-section {
  background-image: url(/Images/quote.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 30px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/*BLOG SECTION*/
.blog-section {
  display: table;
  height: 100%;
  width: 100%;
}

.opcion {
  margin-right: 100px;
  display: flex;
  justify-content: flex-end;
}

.container-blog {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}


h1.heading {
  color: #fff;
  font-size: 1.15em;
  color: #000000;
}

@media (min-width: 450px) {
  h1.heading {
    font-size: 3.55em;
  }
}

@media (min-width: 760px) {
  h1.heading {
    font-size: 3.05em;
  }
}

@media (min-width: 900px) {
  h1.heading {
    font-size: 3.25em;
    margin: 0 0 0.3em;
  }
}

.card {
  display: block;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow .25s;
}

.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-card {
  width: 100%;
  height: 200px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: block;
  overflow: hidden;
}

.img-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: all .25s ease;
}

.card-content {
  padding: 15px;
  text-align: left;
}

.card-title {
  margin-top: 0px;
  font-weight: 700;
  font-size: 1.65em;
}

.card-title a {
  color: #000;
  text-decoration: none !important;
}

.card-read-more {
  border-top: 1px solid #D4D4D4;
}

.card-read-more a {
  text-decoration: none !important;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase
}

.card-read-more:hover,
.card-read-more a:hover {
  background: #1768B5;
}

.card-read-more a:hover {
  color: #ffff;
}

/*PODCAST SECTION*/
.podcast-section {
  background-color: #ECEEF1;
  margin-top: 100px;
}

.btn-podcast {
  background-color: #1768B5 !important;
  color: #ffff;
  padding: 10px 30px 10px 30px;
}

.btn-podcast:hover {
  color: #ffff;
  background-color: #0533ff !important;
}

.podcast-items {
  list-style: none;
  padding-left: 0px;
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.podcast-item i {
  color: #000;
  font-size: 3rem;
}


/*FOOTER*/

.footer-home {
  background: #131313;
  margin-top: 250px;
  width: 100%;
  height: 100vh;
  padding-top: 45px;
}

.footer-home .newsletter {
  position: relative;
  margin: 0 auto 45px auto;
  padding: 30px 15px;
  text-align: center;
}

.footer-home .newsletter h2 {
  color: #dddddd;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-home .newsletter .form {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.footer-home .newsletter input {
  height: 50px;
  border-radius: 10px;
}

.footer-home .newsletter .btn {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #1768B5;
  border-radius: 0;
  transition: .3s;
  border-radius: 10px;
}

.footer-home .newsletter .btn:hover {
  color: #ffffff;
  background-color: #0533ff !important;
}

.footer-home .newsletter .btn:focus {
  box-shadow: none;
}

.footer-home .footer-about,
.footer-home .footer-link,
.footer-home .footer-contact {
  margin-bottom: 45px;
  color: #dddddd;
}

.footer-home .footer-about h3,
.footer-home .footer-link h3,
.footer-home .footer-contact h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}

.footer-home .footer-link a {
  display: block;
  margin-bottom: 10px;
  color: #dddddd;
  transition: .3s;
  text-decoration: none;
}

.footer-home .footer-link a::before {
  font-weight: 900;
  margin-right: 10px;
}

.footer-home .footer-link a:hover {
  color: #0085ff;
  letter-spacing: 1px;
}

.footer-home .footer-contact p i {
  width: 25px;
}

.footer-home .footer-social {
  margin-top: 20px;
}

.footer-home .footer-social a {
  display: inline-block;
}

.footer-home .footer-social a i {
  margin-right: 15px;
  font-size: 18px;
  color: #fff;
}

.footer-home .footer-social a:last-child i {
  margin: 0;
}

.footer-home .footer-social a:hover i {
  color: #dddddd;
}

.footer-home .footer-menu .f-menu {
  padding: 10px 0;
  font-size: 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer-home .footer-menu .f-menu a {
  color: #dddddd;
  font-size: 16px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer-home .footer-menu .f-menu a:hover {
  color: #0085ff;
}

.footer-home .footer-menu .f-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}


/*MEDIAS QUERIES*/
@media (min-width:200px) and (max-width: 400px) {
  #link-items {
    padding-left: 0;
  }
}

@media (min-width:400px) and (max-width: 700px) {
  #link-items {
    padding-left: 0;
  }
}

@media (min-width: 700px) and (max-width: 900px) {
  #link-items {
    padding-left: 0;
  }
}

@media (min-width:900px) and (max-width: 1200px) {
  #link-items {
    padding-left: 0;
  }
}

/* Ejemplo de ajuste de altura en dispositivos pequeños */
@media (max-width: 767px) {
  .footer-home {
    height: auto;
    /* Cambia a altura automática en dispositivos pequeños */
    padding-top: 30px;
    /* Ajusta el padding según necesidades */
    margin-top: 150px;
    /* Ajusta el margen superior según necesidades */
  }

  #link-items {
    padding-left: 0;
  }


  .opcion {
    margin-right: 0px;
    display: flex;
    justify-content: center;
  }

  .footer-home .footer-about,
  .footer-home .footer-link,
  .footer-home .footer-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
  /* Otros ajustes según necesidades específicas de tu diseño responsivo */
  @media (min-width: 768px) and (max-width: 991px) {

    /* Ajustes para tablets u otros dispositivos medianos */
    .footer-home {
      height: 100vh;
      padding-top: 30px;
      /* Ajusta el padding según necesidades */
      margin-top: 150px;
      /* Ajusta el margen superior según necesidades */
    }

    #link-items {
      padding-left: 0;
    }
  }