/* Aquí inicia la primera seccion del main*/

.firstMainBlog {
    width: 100%;
}

.firstMainContentBlog {
    padding: 20px;
    box-sizing: border-box;
    max-width: 1250px;
    min-width: 320px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 30px;
}

.firstMainContentBlog_container {
    padding: 0;
    width: 100%;
}

@media (min-width: 901px){
    .firstMainContentBlog_container {
        padding: 0;
        width: 100%;
        display: flex;
        /* align-items: center; */
    }

    .lastPost {
        background-color: antiquewhite;
        border-radius: 15px;
        width: 60%;
        min-width: 350px;
    }

    .featuredPosts {
        margin-left: 20px;
        /* height: 500px; */
        width: 40%;
        min-width: 350px;
    }
}

@media (max-width: 900px){

    .lastPost {
        background-color: antiquewhite;
        border-radius: 15px;
        width: 100%;
        min-width: 350px;
    }

    .featuredPosts {
        margin-top: 30px;
        width: 100%;
    }
}

.lastPost:hover {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
    transition: 0.7s;
    border-radius: 10px;
}

.lastPost_image {
    background-color: black;
    border-radius: 15px 15px 0 0;
    height: 300px;
}

.lastPost_image img {
    border-radius: 15px 15px 0 0;
}

.lastPost_info {
    padding: 20px;
    display: inline-block;
}

.lastPost_infoTag {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    border-radius: 15px;
    background-color: #DBEAFE;
    color: #FF7333;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.lastPost_infoTag a {
    color: #FF7333;
}

.lastPost_infoDate {
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
}

.lastPost_title {
    padding-left: 20px;
    font-size: 26px;
    font-weight: bold;
}

.lastPost_title a {
    color: #455560;
}

.lastPost_title a:hover,
.lastPost_title a:active {
    color: #FF7333;
}

.lastPost_description {
    padding: 20px;
}

.featuredPosts_title {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: solid 2px #FF7333;
    font-size: 18px;
    font-weight: bold;
}

.featurePosts_post {
    border-bottom: solid 1px #D9D9D9;
    padding-top: 20px;
}

.featurePosts_postTitle {
    font-size: 16px;
    font-weight: bold;
}

.featurePosts_postTitle a {
    color: #455560;
}

.featurePosts_postTitle a:hover,
.featurePosts_postTitle a:active {
    color: #FF7333;
}

.featuredPost_info {
    padding-top: 10px;
    padding-bottom: 20px;
    display: inline-block;
}

.featuredPost_infoTag {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    border-radius: 15px;
    background-color: #DBEAFE;
    color: #FF7333;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin-right: 10px
}

.featuredPost_infoTag a{
    color: #FF7333;
}

.featuredPost_infoDate {
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
}

.searchContainer {
    /* border: solid 1px #FF7333; */
    /* border-radius: 15px; */
    /* height: 120px; */
    padding-bottom: 10px;
}

/* Aquí inicia la segunda seccion del blog */

.secondMainBLog {
    width: 100%;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    min-width: 320px;
}

.secondMainContentBlog {
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    max-width: 1250px;
    min-width: 320px;
    min-height: 100px;
    margin: 0 auto;
    border-top: solid 1px #D9D9D9;
    border-bottom: solid 1px #D9D9D9;
}

.filterCategory_categories {
    padding-top: 10px;
}

.filterCategory_title {
    font-size: 18px;
    font-weight: bold;
}


/* Aquí inicia la tercera seccion del blog */

.thirdMainBLog {
    width: 100%;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    min-width: 320px;
}

.thirdMainContentBlog {
    padding: 20px;
    padding-top: 30px;
    box-sizing: border-box;
    max-width: 1250px;
    min-width: 320px;
    /* height: 120px; */
    margin: 0 auto;
}

.thirdMainContentBlog_container {
    padding: 0px;
    width: 100%;
    /* height: 50px; */
    display: inline-block;
}



/* @media (width >= 1169px) {
    .blogPosts {
        height: 100%;
        width: 23.85%;
        display: inline-block;
        margin: 5px;
    }
} */

@media (width >= 993px){
    .blogPosts {
        height: 100%;
        width: 32%;
        display: inline-block;
        margin: 5px;
    }
}

@media (width >= 850px) and (width < 993px){
    .blogPosts {
        height: 100%;
        width: 31.5%;
        display: inline-block;
        margin: 5px;
    }
}

@media (width >= 500x) and (width < 850px){
    .blogPosts {
        height: 100%;
        width: 50%;
        display: inline-block;
        margin: 5px;
    }
}

@media (width < 500px){
    .blogPosts {
        height: 100%;
        min-width: 350px;
        width: 50%;
        display: inline-block;
        margin: 5px;
    }
}

.blogPosts:hover {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
    transition: 0.7s;
    border-radius: 10px;
}

.blogPosts_image {
    background-color: antiquewhite;
    height: 250px;
    border-radius: 10px;
    /* background-image: url("/Images/CLIENTE1.jpg"); */
}

.blogPosts_image img {
    border-radius: 10px;
}
   
.blogPost_info {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    height: 25px;
}

.blogPost_infoTag {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    border-radius: 15px;
    background-color: #DBEAFE;
    color: #FF7333;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.blogPost_infoTag a {
    text-decoration: none;
    color: #FF7333;
    font-size: 11px;
    font-weight: bold;
}

.blogPost_infoDate {
    display: inline-block;
    padding-left: 10px;
    font-size: 12px;
}

.blogPost_title {
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
}

.blogPost_title a {
    text-decoration: none;
    color: #455560;
    height: 50px;
}

.blogPost_title a:hover,
.blogPost_title a:active {
    color: #FF7333;
}

.blogPost_description {
    padding-bottom: 10px;
    color: #D9D9D9;
    text-align: center;
}


/* Search */

.search {
    width: 100%;
    position: relative;
    display: flex;
  }
  
  .searchTerm {
    width: 100%;
    border: 1px solid #FF7333;
    border-right: none;
    padding: 5px;
    padding-left: 15px;
    height: 35px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
    box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.1);
  }
  
  .searchTerm:focus{
    color: #FF7333;
  }
  
  .searchButton {
    width: 60px;
    height: 47px;
    border-top: 1px solid #FF7333;
    border-bottom: 1px solid #FF7333;
    border-right: 1px solid #FF7333;
    border-left: #fff;
    background: white;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.1);
  }
  
  .searchImage {
    padding-top: 5px;
  }

  /* Pagination style */

  .paginationLinks {
    text-align: center;
    padding: 20px;
    /* padding-bottom: 300px; */
  }
  
  .page-numbers {
    color: #FF7333;
    border-radius: 8px;
    padding: 8px;
    border: solid 1px #FF7333;
  }

  .page-numbers.current {
    color: white;
    background-color: #FF7333;
    border-radius: 8px;
    padding: 8px;
  }

  .page-numbers:hover,
  .page-numbers:active {
    color: white;
    background-color: #FF7333;
    transition: 0.7s;
  }