body {
  background: #F5F5F5;
  color: #333;
  font-family: "Open Sans", sans-serif;
}

p,
h5,
a,
h3,
span,
#contenido-articulo li {
  font-size: 1.2rem;
  margin-bottom: 0px !important;
}

h2,
a {
  color: #333;
}


/* -- Navbar -- */

.navbar {
  background-color: #fff;
  box-shadow: 1px 1px 5px #666;
}

.navbar img {
  max-height: 80px;
}

.nav-item a {
  font-size: 1rem;
  text-transform: uppercase;
  color: #0c367c !important;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .3s;
  font-weight: 600;
}

.navbar-nav .active>.nav-link {
  font-weight: bold;
}

@media (min-width: 1200px) {
  .nav-item a:hover {
      background-size: 100% 2px;
  }
  .navbar-nav .active>.nav-link {
      background-size: 100% 2px;
  }
}

.navbar .nav-link {
  letter-spacing: 1px;
}


/* -- Main -- */

main {
  background-color: #F5F5F5;
}

#container-blog {
  margin-top: 97px;
  /* max-width: 1500px !important;  */
}

.widget {
  background-color: #fff;
  box-shadow: 0 0 30px rgb(31 45 61 / 13%);
  border-radius: 5px;
}

.titulo-widget {
  border-bottom: 1px solid #eee;
}

.titulo-widget h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

article {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
}

#titulo-articulo h2 {
  color: #0c367c;
  font-weight: 700 !important;
  text-align: center;
}

.article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
}

.article-comment h4 {
  color: #0c367c;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}

.section-title h2 {
  font-weight: 700;
  color: #0c367c;
  font-size: 45px;
  margin: 0 0 15px;
  border-left: 5px solid #333;
  padding-left: 15px;
}

.section-title {
  padding-bottom: 45px;
}

#contenido-articulo {
  border-top: 1px solid #eee;
}

#contenido-articulo p {
  margin-bottom: 20px !important;
}

.dot {
  height: 7px;
  width: 7px;
  margin-top: 3px !important;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block
}

#col-blog-widgets a {
  color: #0c367c;
}

#widget-categorias-botones a {
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  color: #fff !important;
}

#widget-categorias-botones a:hover {
  color: #0c367c !important;
}

.comentarios-blog {
  background-color: #F5F5F5;
  border-style: groove;
  border-width: 0.5px;
}

.ultimas-noticias:not(:first-of-type) {
  border-top: 1px solid #eee;
}

.ultimas-noticias-datos a {
  color: #6F8BA4 !important;
  text-transform: uppercase;
}


/* Iconos Redes */

.social-links a {
  margin: 9px !important;
  font-size: 25px;
}

.twitter {
  color: #00acee !important;
}

.facebook {
  color: #3b5998 !important;
}

.linkedin {
  color: #0e76a8 !important;
}


/* Botones */

.boton-blog {
  font-size: 1rem;
  margin-right: 8px !important;
  padding: 4px 12px 4px 12px;
  letter-spacing: 1px;
  border-radius: 5px;
  background: #0c367c;
  border: 2px solid #0c367c;
  color: #fff;
  text-decoration: none;
}



.boton-cat {
  background: #c0c5ce;
  border: 2px solid #ffffff;
}

.boton-cat.active {
  background: #0c367c !important;
  border: 2px solid #0c367c !important;
}


.boton-blog:hover {
  background: #fff;
  border: 2px solid #0c367c;
  color: #0c367c;
}


/* -- Footer -- */

#footer {
  background: #343b40;
  color: #fff;
  font-size: 14px;
}


/* Responsive */

@media (max-width: 1200px) {
  #col-blog-principal,
  #col-blog-widgets {
      padding: 0 !important;
  }
  #contenido-articulo {
      padding: 0px 20px 0px 20px !important;
  }
  #botones-categorias a {
      margin-top: 10px;
  }
  #botones-categorias {
      margin: 0px 20px 0px 20px !important;
  }
  #caja-comentarios {
      padding: 0px 20px 0px 20px !important;
  }
  #datos-usuario {
      justify-content: center;
      padding-left: 0px !important;
  }
}


/* Back to top Boton */

.back-to-top {
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 15px 9px 15px;
  font-size: 20px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 480px) {
  .back-to-top {
      bottom: 33px;
  }
}

.back-to-top:hover {
  background: #0c367c;
  color: #fff;
}



/* -------------------------------------------------------------------------------------------------------------------------------- /*


body {
  background: #f5f5f5;
  color: #333;
  font-family: "Open Sans", sans-serif;
}

p,
h5,
a,
h3,
span{
  font-size: 1.2rem;
  margin-bottom: 0px !important;
}

h2,
h5,
a {
  color: #333;
}

h2,
h5 {
  font-weight: 700 !important;
}

/* -- Navbar -- */

.navbar {
  background-color: #fff;
  box-shadow: 1px 1px 5px #666;
}

.navbar img {
  max-height: 80px;
}

.nav-item a {
  font-size: 1rem;
  text-transform: uppercase;
  color: #0c367c !important;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
  font-weight: 600;
}

.navbar-nav .active > .nav-link {
  font-weight: bold;
}

@media (min-width: 1200px) {
  .nav-item a:hover {
    background-size: 100% 2px;
  }
  .navbar-nav .active > .nav-link {
    background-size: 100% 2px;
  }
}

.navbar .nav-link {
  letter-spacing: 1px;
}

/* -- Main -- */

#cuerpo-blog {
  margin-top: 97px;
}

.card-blog {
  box-shadow: 0 0 30px rgb(31 45 61 / 13%);
  border-radius: 5px;
}

/*
.botones-card {
  flex-direction: row-reverse;
}
*/
/*
.botones-card {
  position: absolute;
  bottom: 0;
  right: 0;
}
*/

.caja-blog {
  display: grid;
  /* position: relative; */ 
}

.boton-card-compartir,
.boton-blog-leer {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-weight: 600;
}

.card-img-top {
  object-fit: cover;
  min-height: 100%;
}

.blog-fecha {
  z-index: 9;
  top: 5%;
  right: 5%;
  color: #fff;
  width: 90px;
  height: 90px;
  background-color: #0c367c;
  border-radius: 50%;
}

.blog-fecha h6 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 11px;
  margin-bottom: 3px;
}

.boton-categorias {
  font-size: 1rem;
  margin-right: 8px !important;
  padding: 2px 6px 2px 6px;
  letter-spacing: 1px;
  border-radius: 5px;
  background: #0c367c;
  border: 2px solid #0c367c;
  color: #fff;
  text-decoration: none !important;
}

.boton-categorias:hover {
  background: #fff;
  border: 2px solid #0c367c;
  color: #0c367c;
}

@media (max-width: 767px) {
  .boton-card-compartir {
    width: 70%;
  }

  .boton-blog-leer {
    width: 30%;
  }

  .boton-card-compartir{
    border-left: none;
  }
}

.boton-blog-leer a {
  color: #333;
}

#boton-blog-mas {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 50px;
  transition: 0.5s;
  background: #fff;
  border: 2px solid #0c367c;
  color: #0c367c;
  text-decoration: none;
}

#boton-blog-mas:hover {
  color: #fff;
  background: #0c367c;
}

.twitter {
  color: #00acee !important;
}

.facebook {
  color: #3b5998 !important;
}

/* -- Footer -- */

#footer {
  background: #343b40;
  color: #fff;
  font-size: 14px;
}

#footer p {
  font-size: 1rem !important;
}
/* Back to top Boton */

.back-to-top {
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 15px 9px 15px;
  font-size: 20px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 480px) {
  .back-to-top {
    bottom: 33px;
  }
}

.back-to-top:hover {
  background: #0c367c;
  color: #fff;
}


#footer a{
  font-size: 13px;
}


.btn-subscribe {
  float: right;
}
