section{
    padding-top: 60px;
    margin-bottom: 20px;
}
section .container{
    background-color: white;
}
section h1{
    margin-bottom: 80px;
}
section #formBuscador{
    margin-bottom: 40px;
}
#calendar {
    width: 100%;
    font-size:12px;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
}
#calendar caption {
    margin-bottom: 20px;
    padding: 0;
    color:#464646;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.0;
    text-align: left;
}
#calendar caption > div{
    display: -webkit-flex;
    display: flex;    
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;    
}
#calendar caption .calend-ano{    
    font-size: 12px;
    font-weight: 300;
    display: block;
}
#calendar caption .btn-calend{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #464646;
    background-color: transparent;
    color: #464646;
    font-size: 16px;    
    line-height: 30px;
    text-align: center;
}
#calendar .diasSem th {
    font-weight: 300;
    text-align: center;
}
#calendar td {    
    padding: 10px 5px;
    border: 1px solid #e6e6e6; 
    font-size: 26px;
    text-align: center;
    position: relative;
}
#calendar .seleccionado:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #8dd3f5;
    position: absolute;
    top: 6px;
    left: calc(50% - 3px);
}

#calendar .hoy:after{
    content: '';
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #ffff7b;
    position: absolute;
    top: calc(50% - 17px);
    left: calc(50% - 17px);
    z-index: -1;
}


.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 #col-post{
    padding-bottom: 60px;
}

section .titEventos{
    padding-left: 12px;
    margin-bottom: 0;
    background-color: #8dd3f5; 
    color: white;
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    font-weight: 600;  
    line-height: 1.4;
    text-transform: uppercase;
}


section .evento {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 1.1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

section .evento .post-area{
    color: #8dd3f5;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;    
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
section .evento .post-area img{
    margin-right: 10px;
}
section .evento .post-area,
section .evento .post-area .post-seccion{
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
}
section .evento .post-area .post-seccion{
    margin-bottom: 3px;
    font-weight: 600;
    letter-spacing: 1.0px;    
    text-transform: uppercase;
}
section .evento .post-area a{
    color: #8dd3f5; 
}
section .evento .post-area a:hover{
    color: #8a8a8a;   
}
section  .evento .post-area .post-fecha{
    font-size: 18px;
}
section .evento .post-tit h3{
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}
section .evento .post-verMas a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #8a8a8a;
    margin-left: 40px;
    color: #8a8a8a;
    font-size: 11px;
    line-height: 40px;
    text-align: center;
}
section .evento .post-verMas a:hover{
    border: 1px solid #00a0e3;
    color: #00a0e3;
}


@media(min-width: 992px){
    section #col-calendario > div{
        padding-right: 40px;
    }
}
@media(max-width: 991px){
    section #col-post{
        padding-top: 60px;
    }
}
@media(min-width: 768px){
    body{
        background-image: url('../../images/calendarioFront/calendario-fondo.jpg');
        background-position: bottom 115px right;
        background-repeat: no-repeat;
    }
}
@media(max-width: 500px){
    section .evento{
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
    }
    section .evento .post-tit,
    section .evento .post-verMas{
        text-align: center;
    }
    section .evento .post-verMas a{
        margin-left: 0px;
        margin-top: 20px;
    }
}