h1{
    font-size: 3.5rem;
}
.views{
    display: flex;
}
.views .view{
    flex: 1 1 180px;
    max-width: 180px;
    background-color: white;
    border-radius: 2px;
}
.views .view h2{
    font-size: initial;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: initial;
    margin: .5rem auto;
    min-height: 44px;
    cursor: pointer;
}
.views .view h3{
    font-size: initial;
    color: initial;
    text-decoration: none;
}
.sections{
    padding: 0 3px;
}
.section .box{
    background-color: white;
    border: 1px solid #bdc9d1;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 6px 0;
    min-height: 60px;
    max-height: 185px;
    border-radius: 3px;
    width: 100%;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
    transition: all .1s ease-in;
    text-align: center;
}
.section .box h3{
    margin-bottom: 0px;
}
.page-header{
    position: relative;
    height: auto !important;
}
.page-header::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    background-size: cover;
    background-position-y: 22%;
}
.page-header{
    min-height: calc(92vh - 55px);
}
.page-header-container{
    min-height: calc(92vh - 55px);
}
@media (min-width: 1200px){
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1366px;
    }
}
h1{
    font-size: 4rem;
}
@media (max-width: 500px){
    h1{
        font-size: 2.25rem;
    }
}
#news{
    padding-top: 75px;
}
#news .new-item{
    max-width: 300px;
}
#news .new-item h3{
    font-size: 18px;
    margin-top: 15px;
    color: initial;
    font-weight: bold;
}
#news .new-item .new-bajada p{
    font-size: 15px;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: initial;
}
.view-description{
    max-width: 800px;
    margin: auto;
    font-size: 1rem;
}
