.hero {
    height: 300px;
    background-size: cover !important;
    background-position: center center !important;
}

.navbar-default {
    background-color: #337ab7;
    border-color: #31708f;
    margin-bottom: 0;
    color: white;
    border-radius: 0;
}

.center-center {
    text-align: center;
    height: 300px;
    line-height: 300px;
    color: white;
}

.center-center h2 {
    font-size: 40px;
    display: inline-block;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #266296;
}

.navbar-default .navbar-nav>li>a {
    color: #fbfbfb;
}

.navbar-nav {
    width: 100%;
    text-align: center;
}

.navbar-nav>li {
    float: initial;
    display: inline-block;
}

.nav-tabs>li {
    float: initial;
    margin-bottom: -1px;
    display: inline-block;
}

.nav-tabs {
    border-bottom: none;
    text-align: center;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom-color: transparent;
    background: black;
    border-radius: 0;
    color: white;
    text-transform: uppercase;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #337ab7;
    border-radius: 0;
    color: white;
}

.slideshow {
    background: url('../img/bg_brick.jpg');
    background-size: cover !important;
    padding: 40px 0;
}

.slick-slide {
    background: white;
    margin-left: 10px;
}

.tab-content {
    padding-top: 30px;
}

.slick-slide {
    background: white;
    text-align: center;
    padding-bottom: 10px;
}

.slick-slide .precio {
    font-size: 20px;
    color: #337ab7;
}

.slick-prev,
.slick-next {
    display: inline-block;
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    color: transparent;
    /* content: '<'; */
    border: none;
    background: #337ab7;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
}

.slick-next {
    right: -14px;
}

.slick-next:after {
    content: '>';
    color: white;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}

.slick-prev:after {
    content: '<';
    color: white;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}

.sin-padding {
    padding: 0;
}

.cont {
    background: #f9f7f7;
    color: grey;
    height: 450px;
    padding: 3%;
    font-size: 19px;
    line-height: 33px;
}

.footer {
    background: #337ab7;
    color: white;
    padding: 24px;
    text-align: right;
}

.header-top {
    padding: 1%;
}

.social li {
    display: inline-block;
}

.social li a {
    display: inline-block;
    color: white;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    margin-left: 10px;
    background: #337ab7;
    text-align: center;
    font-size: 20px;
}

.center-hero {
    position: relative;
    color: white;
    padding: 2%;
    top: 50%;
    transform: translateY(-50%);
}


}
.center-hero h2 {
    font-size: 35px;
}
.center-hero a {
    display: inline-block;
    color: white;
    background: #337ab7;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    margin-top: 13px;
}
.modal-dialog {
    width: 90%;
    margin: 30px auto;
}

#pdfRenderer{
    min-height: 500px;
}
.pdfobject-container {
	width: 100%;
	height: 600px;
}
@media (max-width: 768px) {
    .navbar-nav>li {
        float: initial;
        width: 100%;
        display: inline-block;
    }
}