/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800');
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    background-color: transparent !important;
    font-family: 'Montserrat', sans-serif !important;
}

a {
    color: #e7421d !important;
}


/*
            * Remove text-shadow in selection highlight: h5bp.com/i
            * These selection rule sets have to be separate.
            * Customize the background color to match your design.
            */

 ::-moz-selection {
    background: #e7421d;
    color: white;
    text-shadow: none;
}

 ::selection {
    background: #e7421d;
    color: white;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
                            * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
                            */

img {
    vertical-align: middle;
}


/*
                            * Remove default fieldset styles.
                            */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
                            * Allow only vertical resizing of textareas.
                            */

textarea {
    resize: vertical;
}

.white {
    color: #fff !important;
}


/* ==========================================================================
                              Chrome Frame prompt
                              ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
                              Author's custom styles
                              ========================================================================== */


/* Custom container */

.container {
    margin: 0 auto;
}

.container-content table {
    width: 100%;
}

.container-narrow>hr {
    margin: 30px 0;
}

.container-narrow>.main-content {
    margin: 60px 0;
}

.list-contents-posts a {
    color: #e7421d;
    text-decoration: none;
}

.list-contents-posts a:hover {
    color: #7e7e7e;
    text-decoration: none;
}

.btn {
    display: inline-block;
    padding: 15px 40px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.tab-content .label {
    padding: 8px 15px !important;
    font-size: 90% !important;
}

.btn-success {
    color: #fff !important;
    background-color: #e7421d !important;
    border-color: #e7421d !important;
    border-radius: 10px 0 10px 0 !important;
}

.label-success {
    color: #fff !important;
    background-color: #27ae60 !important;
    border-radius: 5px 0 5px 0 !important;
}

.label-danger {
    color: #fff !important;
    background-color: #e74c3c !important;
    border-radius: 5px 0 5px 0 !important;
}

.grid-item-label .label-success {
    padding: 6px 10px !important;
    font-size: 80% !important;
}

.coluna_tabs .label-success {
    margin-top: 5px;
    display: inline-block;
    font-size: 95%;
    padding: 10px 14px !important;
}

.coluna_tabs .label-danger {
    margin-top: 5px;
    display: inline-block;
    font-size: 95%;
    padding: 10px 14px !important;
}

.grid-item-label {
    position: absolute;
    top: 15px;
    left: 25px;
}

.pos-relative {
    position: relative
}

.btn-success:hover {
    background-color: #e22000 !important;
    border-color: #e22000 !important;
}

p.big-title {
    font-size: 60px;
    line-height: 70px;
}

p.med-title {
    font-size: 18px;
}

p.small-title {
    font-size: 11px;
}

.sectiontitle {
    font-style: italic;
    text-align: center;
    margin-bottom: 80px;
}

.col-4 {
    margin-bottom: 40px;
}

.black-box {
    background: #fff;
    padding: 40px;
    color: #333;
    margin-bottom: 30px;
    border-radius: 0 0 15px 0;
    overflow: hidden;
}

.black-box a {
    color: #e7421d;
}

.black-box a:hover {
    text-decoration: none;
}

.contact-box {
    background: #222;
    color: #fff;
    height: 400px;
    opacity: 0.8;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
}

.about-quote {
    font-size: 12px;
}

.social1 {
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.copy-logo {
    height: 16px;
    margin-bottom: 3px;
    margin-left: 3px;
}

.footer .footer_logo {
    height: 30px;
    margin-top: 5px;
    margin-right: 20px;
}

.footer {
    background: #fff;
    color: #333;
    padding: 30px 0;
    border-top: 6px solid #e26a3b;
}

.thumbnail img {
    width: 100% !important;
}

.col5 {
    width: 19%;
    height: auto;
    background: #82BD61;
    float: left;
    padding-bottom: 15px;
    margin-right: 12px;
}

.col5 img {
    width: 65%;
}

.col-lg-12 .col5 p {
    margin-bottom: 5px;
}

ul.col2 {
    list-style: none !important;
    padding-left: 10px;
    margin: 20px 0;
    text-align: left;
}

ul.col2 a {
    color: #333 !important;
    text-transform: uppercase;
    font-size: 12px;
}

ul.col2 a:hover {
    color: #e7421d !important;
    text-decoration: none;
}

.col2 li {
    margin-bottom: 10px;
}

.home-blocos-icon .col-lg-2 {
    width: 20.0%;
}

.home-blocos-icon .bloco-verde {
    /* background: #de5f00; */
    color: #fff;
    padding: 30px 0;
    border-radius: 15px 0 15px 0;
    height: auto;
    background: rgb(239, 126, 24);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(239, 126, 24, 1) 0%, rgba(231, 66, 29, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(239, 126, 24, 1) 0%, rgba(231, 66, 29, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(239, 126, 24, 1) 0%, rgba(231, 66, 29, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ef7e18', endColorstr='#e7421d', GradientType=1);
    /* IE6-9 */
}

.home-blocos-icon .bloco-verde img {
    height: 70px;
    margin-bottom: 25px;
}

.home-blocos-icon .bloco-verde p {
    margin: 0;
}

.home-blocos-icon {
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    display: block;
    height: auto;
}

.black-box-title {
    background: #fff;
    opacity: 1;
    /* color: #e7421d; */
    padding: 40px;
    background-image: url('/img/topography.png');
}

.black-box-title h3 {
    font-weight: 800;
    margin: 0;
    font-size: 32px;
    text-transform: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif !important;
}

.portfolio-title {
    background: white;
    padding: 3px;
    /*margin-bottom: 25px;*/
    height: 140px;
    text-align: center;
    color: #333;
    border-bottom: 2px solid #e7421d;
    position: relative;
    border-left: 1px solid #fafafa;
    border-right: 1px solid #fafafa;
}

.portfolio-title h6 {
    font-size: 15px !important;
    line-height: unset !important;
}

.portfolio-title .btn {
    padding: 10px 18px !important;
    position: absolute;
    bottom: 20px;
    margin: auto;
    width: 150px;
    display: block;
    left: 0;
    right: 0;
}

.home-blocos-icon .col5 p {
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.share {
    margin: 15px 0;
}

.share a {
    margin-top: 25px;
    margin-right: 10px;
    /* color: #fff; */
}

.share a:hover {
    color: #e7421d;
}

.pagination li a,
.pagination li span {
    float: left;
    padding: 4px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #eee;
    opacity: 0.7;
    /* border: 0px !important; */
    border-left-width: 0;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    border-bottom-color: transparent;
    opacity: 0.8;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 0 !important;
}

.coluna_tabs {
    min-height: 357px;
}

.coluna_tabs .tab-pane {
    padding: 15px 0;
}

.btn-success {
    margin-top: 10px;
}

.coluna_tabs .nav-tabs>li.active>a,
.coluna_tabs .nav-tabs>li.active>a:hover,
.coluna_tabs .nav-tabs>li.active>a:focus {
    color: #fff !important;
    cursor: default;
    background-color: #e7421d !important;
    border: 1px solid #e7421d !important;
    border-bottom-color: transparent;
}

.coluna_tabs .nav li a {
    position: relative;
    display: block;
    padding: 8px 48px;
    color: #e7421d !important;
}

.coluna_tabs .nav li a:hover {
    color: #e7421d !important;
}

.nav-tabs {
    border-bottom: 1px solid #e7421d !important;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5% !important;
    font-size: 20px;
    color: #fff;
    background: transparent;
    background-image: none !important;
    text-align: center;
    text-shadow: none;
    opacity: 1;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    background: white;
    border-radius: 25px;
    line-height: 0.8;
    color: #d9460c;
    opacity: 1;
}

.carousel-indicators {
    bottom: -5px !important;
}

.carousel img {
    min-width: 100%;
    /*height: 700px !important;*/
}

#full-screen-background-image {
    z-index: -999;
    min-height: 100%;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.4;
}

.thumbnail,
.img-thumbnail {
    background-color: transparent !important;
    border: 0 !important;
}

.container-narrow {
    position: relative;
}

.navbar {
    min-height: 60px !important;
}

.nav.navbar-nav {
    margin-top: 15px;
}

.navbar {
    margin-bottom: 30px;
    border: 1px solid transparent;
}

.navbar-default {
    background-color: white !important;
    border-color: transparent !important;
}

.navbar-default .navbar-nav>li>a {
    color: #000!important;
    font-size: 16px!important;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #e7421d!important;
}

.navbar-inverse {
    padding: 15px 0;
    opacity: 1;
}

.black-box-mini-title {
    /* background-color: #000; */
    font-size: 18px;
    padding: 0;
    font-weight: bold;
    margin: 0;
    /* color: #e7421d; */
}

.col-4 img {
    width: 60%;
    height: auto;
}

.post-img {
    width: 100%;
    margin-bottom: 20px;
}

.descricao {
    margin-top: 10px;
    font-size: 13px;
}

.related {
    margin-top: 40px;
}

.col-sm-3 img {
    width: 100%;
}

.pag {
    text-align: center;
    margin-bottom: -20px;
    margin-top: 40px;
}

.pag a {
    color: #e7421d;
}

.pag a:hover {
    color: #fff;
}

.list li {
    margin-bottom: 20px;
}

.btn .btn-mini .btn-default {
    padding: 6px !important;
    border-radius: 0;
}

.list-contents-portfolios {
    list-style: none;
    margin-left: -40px;
}

.list-contents-portfolios li {
    margin-bottom: 10px;
}

.list-contents-posts {
    list-style: none;
    padding-left: 0;
}

.list-contents-posts li {
    margin-bottom: 80px;
}

.form-control {
    opacity: 1 !important;
    display: block;
    width: 100%;
    min-height: 50px !important;
    padding: 15px !important;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    /* background-color: #000 !important; */
    opacity: 0.9;
    border: 2px solid #eee !important;
    border-radius: 1px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

.fb-like-box,
.fb-like-box span,
.fb-like-box.fb_iframe_widget span iframe {
    width: 100% !important;
}

.home-quote {
    text-align: center;
    font-style: italic;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.port-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
    border: 1px solid transparent;
}

.port-img:hover {
    border: 1px solid #e7421d26;
}

.port-img img {
    width: 100%;
}

#flashMessage {
    padding: 10px;
    background: #e7421d;
    color: #fff;
    text-align: center;
}


/* ==========================================================================
                              Helper classes
                              ========================================================================== */


/*
                            * Image replacement
                            */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}


/*
                            * Hide from both screenreaders and browsers: h5bp.com/u
                            */

.hidden {
    display: none !important;
    visibility: hidden;
}


/*
                            * Hide only visually, but have it available for screenreaders: h5bp.com/v
                            */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
                            * Extends the .visuallyhidden class to allow the element to be focusable
                            * when navigated to via the keyboard: h5bp.com/p
                            */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
                            * Hide visually and from screenreaders, but maintain layout
                            */

.invisible {
    visibility: hidden;
}


/*
                            * Clearfix: contain floats
                            *
                            * For modern browsers
                            * 1. The space content is one way to avoid an Opera bug when the
                            *    `contenteditable` attribute is included anywhere else in the document.
                            *    Otherwise it causes space to appear at the top and bottom of elements
                            *    that receive the `clearfix` class.
                            * 2. The use of `table` rather than `block` is only necessary if using
                            *    `:before` to contain the top-margins of child elements.
                            */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/*
                            * For IE 6/7 only
                            * Include this rule to trigger hasLayout and contain floats.
                            */

.clearfix {
    *zoom: 1;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: white !important;
}

.navbar-default .navbar-toggle {
    border-color: #e7421d!important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #333!important;
}

.navbar-toggle {
    position: relative!important;
    float: right!important;
    padding: 12px 10px!important;
    margin-top: 20px!important;
    margin-right: 15px!important;
    margin-bottom: 8px!important;
    background-color: transparent!important;
    border: 1px solid transparent!important;
    border-radius: 4px!important;
}


/* ==========================================================================
                              EXAMPLE Media Queries for Responsive Design.
                              These examples override the primary ('mobile first') styles.
                              Modify as content requires.
                              ========================================================================== */

@media (min-width: 1200px) {
    .port-img img {
        height: 200px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .port-img img {
        height: 295px;
    }
    .home-blocos-icon .col-lg-2 {
        width: 20% !important;
        float: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-blocos-icon .col-lg-2 {
        width: 20% !important;
        float: left;
    }
    .port-img img {
        height: 260px;
    }
}

@media (max-width: 760px) {
    .home-blocos-icon .bloco-verde {
        margin-bottom: 15px;
    }
    .home-blocos-icon .col-lg-2 {
        width: 100% !important;
    }
    p.big-title {
        font-size: 35px;
        line-height: 40px;
    }
    body,
    p {
        font-size: 18px;
    }
    .list-contents-portfolios {
        list-style: none;
        margin-left: -40px;
        text-align: center;
    }
    .container-narrow .main-content {
        margin: 0;
    }
    .home-blocos-icon .col-lg-2 {
        width: 100% !important;
    }
    .list-contents-portfolios {
        list-style: none;
        margin-left: -40px;
        text-align: center;
    }
    .container-narrow .main-content {
        margin: 0;
    }
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    .col5 {
        width: 18%;
        height: auto;
        background: #82BD61;
        float: left;
        padding-bottom: 15px;
        margin-right: 12px;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
                                * Don't show links for images, or javascript/internal links
                                */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}