.select-group .form-control:focus,
.select-group .form-control:active{
    box-shadow: none;
    outline: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: transparent;
}
.form-group .control-label{
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

section{
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 20px;
}
section .container{
    background-color: white;
}
section h1{
    margin-bottom: 80px;
}
section #masPosts{
    padding-top: 50px;
    padding-bottom: 60px;
}
section .galeria {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e6e6e6;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1.1;
}
section .galeria:last-of-type{
    border-bottom: 1px solid #e6e6e6;
}
section .galeria .post-area{
    color: #8dd3f5;
    font-family: 'Kanit', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
section .galeria .post-area img{
    width: 18px;
    margin-right: 10px;
}
section .galeria .post-tit a{
    color: #8a8a8a;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 300; 
}
section .galeria .post-tit a:hover{
    color: #00a0e3;
}
section .galeria .post-fecha{
    color: #8a8a8a;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
}
section .galeria .post-verMas a{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #8a8a8a;
    color: #8a8a8a;
    font-size: 9px;
    line-height: 24px;
    text-align: center;
}
section .galeria .post-verMas a:hover{
    border: 1px solid #00a0e3;
    color: #00a0e3;
}


@media(min-width: 768px){
    body{
        background-image: url('../../images/galeriaFront/galeria-fondo.jpg');
        background-position: bottom 115px right;
        background-repeat: no-repeat;
    }

    section .galeria .post-area{
        width: 25%;
    }
}
@media(max-width: 767px){
    section .galeria{
        flex-direction: column;
        flex-direction: -webkit-column;
        -webkit-align-items: center;
        align-items: center;
        
    }
}