.header-blog{
    position: relative;
    width: 100%;
    height: 230px;
    margin-top: 100px;

}

.header-blog .vertical{
    position: relative;
    text-align: center;
}

.header-blog .title{
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 100%;
    color: #FF6B00;    
    margin-bottom: 40px;
}

.header-blog .description {
    font-family: Quicksand;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    color: #FF6B00;
}

.search {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
}

.search-space {
    background-color: #f1f3f6;
    width: 50%;
    border: none;
    border-radius: 5pt;
}

/* .search input{
    background-image: url(../img/icon/search.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 40px;

}

.search input:valid{
    background-image: none;
} */

.search input::-webkit-input-placeholder { /* Edge */
    padding-left: 40px;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    color: #AEB9C3;
}
  
.search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    padding-left: 40px;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
/* identical to box height, or 16px */


color: #AEB9C3;
}
  
.search input::placeholder {
    padding-left: 40px;
    font-weight: bold;
font-size: 16px;
line-height: 100%;
/* identical to box height, or 16px */


color: #AEB9C3;
}

.btn-categorias, .btn-search {
    border: #FF6B00 1px solid;
    color: #AEB9C3;
    background-color: #ffffff !important;
    padding-right: 20px;
}


.btn-categorias:hover, .btn-categorias:focus, .btn-categorias:active{
    border: #FF6B00 1px solid !important;
    color: #AEB9C3 !important;
    background-color: #ffffff !important;

}

.btn-categorias option {
    background-color: #Fff;
    color: #AEB9C3;

}

.post-date {
    font-family: Quicksand;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    color: #333333;
}

.post-primary .title {
    font-family: Quicksand;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    color: #FF6B00;
    margin: 20px 0;;
}

.post-primary .description {
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #333333;
}

.post-secondary .title {
    font-family: Quicksand;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #FF6B00;
    margin: 10px 0;
}

.post-secondary .description {
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #333333;
}

.other-posts .title {
    font-family: Quicksand;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #FF6B00;
    margin: 20px 0;;
}

.other-posts .description {
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #333333;
}

@media(max-width:1199px){
    .post-primary .title {
        font-size: 36px;
        line-height: 38px;
    }    
    .post-primary .description, .post-secondary .description {
        font-size: 18px;
    }
    .post-secondary .title {
        font-size: 28px;
    }
}

@media(max-width:991px){
    .post-primary .title {
        font-size: 40px;
    }
  
    .post-primary .title {
        font-size: 36px;
    }

    .post-img img{
        height: 100%;
    }
    .header-blog {
        margin-top: 50px;
    }
}
@media(max-width:767px){
    .post-primary .title, .header-blog .title  {
        font-size: 36px;
    }
    .header-blog .description {
        font-size: 20px;
    }
    .post-secondary .description {
        padding-bottom: 40px;
    }
    .other-posts .description {
        margin: 0 0 20px;
    }

    .post-content{
        margin-top: 15px;
    }
    .search-space {
        width: 80%;
    }
}

@media(max-width:660px){
}

@media(max-width:490px){
    .post-primary .post-secondary .title {
        font-size: 20px;
    }
    .search-space {
        width: 60%;
    }
}
