body {
    font-size: 16.67px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    min-width: 320px;
    line-height: 1.7em;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.footer {
    margin-top: 20px;
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

.header h1 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 40px;
    font-size: 2em !important;
}

#mapa {
    height: 400px;
    width: 100%;
    left: 0;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    width: 100%;
    height: auto;
}

.gallery.masonry {
    margin: 0 auto;
}

.masonry-brick.gallery-item {
    margin-bottom: 10px;
}

.img-respons {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
}

img[style*="left"] {
    margin:0 15px 0 0;
}

img[style*="right"] {
    margin:0 0 0 15px;
}

.catalog:first-child {
    margin-top: 0 !important;
}

.catalogs-image img {
    margin-bottom: 20px;
}

.text-links .btn {
    margin-bottom: 5px;
}

.margin-top-10px {
    margin-top: 10px;
}

.margin-top-20px {
    margin-top: 20px;
}

.margin-top-50px {
    margin-top: 50px !important;
}

.margin-bottom-50px {
    margin-bottom: 50px;
}

.cke h1, .cke h2, .cke h3, .cke h4, .cke h5, .cke h6 {
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px
}

.cke h1 {
    font-size: 1.4em;
    margin-top: 20px;
    margin-bottom: 15px;
    position: relative;
    border: 0;
    padding-bottom: 10px;
}

.cke h2 {
    font-size: 1.3em;
    margin-top: 18px;
}

.cke h3 {
    font-size: 1.2em;
    margin-top: 16px;
}

.cke h4 {
    font-size: 1.0em;
    margin-top: 16px;
}

.cke h5 {
    font-size: 0.85em;
    margin-top: 14px;
}

.cke h6 {
    font-size: 0.7em;
    margin-top: 12px;
}

.cke p {
    
}

div.images {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .header,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }

    .header {
        margin-bottom: 30px;
    }	
}

@media (min-width: 768px) {
    div.images {
        margin-top: 20px;
    }

    .cke h1 {
        margin-bottom: 15px;
    }

    .catalog {
        margin-top: 15px;
    }
}

@media (min-width: 992px) {
    div.images {
        margin-top: 30px;
    }

    .cke h1 {
        margin-bottom: 20px;
    }

    .catalog {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    div.images {
        margin-top: 50px;
    }

    .cke h1 {
        margin-bottom: 30px;
    }

    .catalog {
        margin-top: 50px;
    }
}