.slider{
    background-image: url(../img/slides/slide.jpg);
    background-size: cover;
}
section.section{
    padding: 10px 0;
}
.section-primary h2 a,
.text-white{
  color: #fff;
}
#acerca {
    padding: 50px 10px;
}
#sedes .thumb-info{
    border: 0px !important;
}

/* Add here all your CSS customizations */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
position: relative;
min-height: 1px;
padding: 10px;
}

.col-xs-5ths {
width: 20%;
float: left;
}
.alternative-font-2 {
	color: #7cb928;
    font-size: 1.6em;
}

@media (min-width: 768px) and (max-width:1200px) {
.col-sm-5ths {
width: 20%;
float: left;
}
.slider-container{
    height: 380px;
    padding-top: 38px;
}
.slider{
    background-image: url(../img/slides/slide-sm.jpg);
    background-size: inherit !important;
}
#acerca{
    padding-top: 10px;
}
}
@media (min-width: 992px) {
.col-md-5ths {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-5ths {
width: 20%;
float: left;
}
}

@media screen and (max-width:767px){
body {
  font-size: 16px;
}    
.slider-container{
    height: 420px;
    padding-top: 35px;
}
.slider{
    background-image: url(../img/slides/slide-xs.jpg);
    background-size: inherit !important;
}
.btn-primary{
    line-height: 20px !important;
    padding: 20px 25px !important;
    font-size: 18px !important;
}
#acerca{
    padding-top: 10px;
}
.call-to-action.button-centered .call-to-action-btn {
    text-align: center;
    position: static;
    margin: 5px;
    padding: 5px;
    width: auto;
}
.call-to-action h1{
    margin-bottom: 15px;
}
.call-to-action.button-centered .call-to-action-content {
    padding-top: 15px;
}
.tp-caption.top-label{
    font-size: 20px !important;
}
.tp-caption.main-label{
    font-size: 24px !important;
}
.tp-caption.featured-label{
    font-size: 22px !important;
}
}
