#hero h1{
    line-height: 1.3 !important;
}
.titulo1{
    color: white !important;
    background-color: #9e0b0b;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    border-radius: 5px;
}
.titulo2{
    color: black !important;
    background-color: white;
}
#hero{
    background: url(../images/fondos/57.jpg) top center !important;
    background-size: cover !important;
}
img, video {
    max-width: 100%;
    height: auto;
}            

.blog h3 {
    font-size: 1.5rem;
    padding: 0;
    margin: 0 0 20px 0;
}

.blog .entry-meta {
    padding-bottom: 15px;
    color: #777777;
    border-bottom: 1px solid #e6e6e6;
}

.blog .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog .entry-meta ul li+li {
    padding-left: 20px;
}

.blog .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
}

.blog .entry-meta {
    color: #46403d;
    font-size: 14px;
    line-height: 1;
}


.blog .entry-content p {
    line-height: 24px;
    margin-bottom: 15px;
}

.blog .entry-content ul {
    list-style: square;
    list-style-position: outside;
    padding-left: 20px;
}

.blog .entry-content ul li {
    margin-bottom: 15px;
}

.blog .blog-author {
    padding: 20px;
}

.blog .blog-author img {
    width: 120px;
    margin-right: 20px;
}

.blog .blog-author h4 {
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 10px;
    padding: 0;
    color: #111;
}

.blog .blog-author .social-links {
    margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
    color: rgba(17, 17, 17, 0.5);
    margin-right: 5px;
}

.blog .blog-author p {
    font-style: italic;
    color: #46403d;
}


.btn-mas-noticias {
    outline: none;
    text-decoration: none;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    height: 40px;
    width: 170px;
    opacity: 1;
    background-color: #ffffff;
    border: 1px solid rgba(22, 76, 167, 0.6);
    font-size: .9rem;
    transition: background .3s ease;
}

.btn-mas-noticias:hover {
    background-color: rgba(22, 76, 167, .1);
}


.widget-post-categories ul li a {
    color: #0d6efd;
    transition: color .3s ease;
}

.widget-post-categories ul li a:hover {
    color: #0b5ed7;
}

.credito span.name {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    margin-top: 10px;
}
/*==================
MODAL DETALLES 
====================*/

.modal {
    background: linear-gradient(45deg, #2c3e50 25%, #2980b9 75%);
  }
  
  .modal.fade .modal-dialog {
    transform: translateX(100%);
    transition: transform .3s ease-out;
  }
  
  .modal.fade.show .modal-dialog {
    transform: translateX(0);
  }

  .modal-title {
    color: #295475;
  }


  .modal .entry-meta {
    color: #18629d !important;
    font-size: 14px;
    line-height: 1;
  }
  .modal .entry-meta {
    padding-bottom: 0px !important;
    color: #777777;
    border-bottom: 0 !important;
  }