.logo img {
    max-width: 100%;
    max-height: 275px;
    position: absolute;
    z-index: 1000;
    top: -29px;
}
@media (max-width: 992px){
    .logo img {
        max-height: 145px;
        left: 0px;
    }
    .title-img{
        width: 90%;
        padding-left: 10%;
    }
}

.content-info{
    min-height: 700px;
}
.portfolioContainer .img-hover img{
    max-height: 192px;
}
.portfolioContainer .soccer{
    overflow: hidden;
    max-height: 220px;
    margin-bottom: 30px;
}


.sf-menu{
    margin-left: 150px;
}
.logo-title a{
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    font-size: 42px;
    line-height: 52px;
    text-decoration: none;
}

.content-counter-home{
    height: 500px;
    padding: 0 15%;
    border-bottom: 1px solid #dedede;
}

.section-title .title-h1 {
    color: #fff;
    padding: 42px 0 0 120px;
    font-size: 45px;
    line-height: 55px;
    text-shadow: 2px 3px 3px rgba(0,0,0,0.5);
    font-weight: bold;
    position: relative;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    z-index: 1;
}
@media (max-width:979px){
    .section-title {
        height: 96px;
        text-align: center;
    }
    .section-title .title-h1 {
        padding: 0;
        font-size: 34px;
    }


}


.titles h1{
    margin-left: 15px;
}

.events-carousel li {
    margin-bottom: 20px;
    margin-right: 0px;

    float: left;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.events-carousel li img{
   height: 127px;
   width: 190px;
}

.dark-home {
    height: 500px;
}

#comentarios-nuevos{
    margin-top: 20px;
}
#comentarios-nuevos blockquote{
    font-size: 14px;
    line-height: 15px;
    padding: 8px 12px;
    margin: 0 0 10px;

}
#comentarios-nuevos blockquote p{
    margin: 6px 0;

}
.panel-box .row .spacer20{
    margin-top:20px;
}

/*breadcrumb*/
.breadcrumb i.fa-home{
    padding-right: 10px;
    color: rgb(103, 161, 211);
}

/*---------------- Imagenes de seccion -------------------*/
.img-viajes {
    background: url("../img/section-titles/4.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.img-default {
    background: url("../img/section-titles/3.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.spacer30{
    margin-top: 30px;
}
.dark-home>.row{
    background: #000;
    margin-bottom: 20px;
}

.panel-box {

    margin: 30px 0 30px 0;
}
.social-icons .fa{

    font-size: 35px;
    line-height: 50px;
}
.desarrollado{
    float: right;
    color: #fff;
}

.nav-tabs li, .nav-tabs li.active a, .nav-tabs li.active a:hover {
    border: 0;
    color: #FFF;
    background: #0503BE;
}
.nav-tabs li a{
    border: 0;
    padding: 12px 35px;
    background: #5d59be;
    color: #fff;
}
.nav-tabs li a:hover {
    border: 0;
    color: #FFF;
    background: #0503BE;
}
.title-color {
    margin-top: -47px;
    border-radius: 5px 5px 0 0;
    padding: 14px 10px;
    background: #0503BE;
}
.dark-home>.row {
    background: #0503BE;
    margin-bottom: 20px;
}
.footer-down {
    padding: 20px 0;
    background-color: rgb(4, 3, 125);
}