/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222;
}
html{
    height: 100%;
}
.wrapper{
    height: 100%;
}
body {
    font-size: 1em;
    line-height: 1.4;
    font-family: 'nexa_lightregular';
    background: #fff0e1;
}
@font-face {
    font-family: 'nexa_lightregular';
    src: url('../fonts/nexa_light-webfont.eot');
    src: url('../fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa_light-webfont.woff2') format('woff2'),
         url('../fonts/nexa_light-webfont.woff') format('woff'),
         url('../fonts/nexa_light-webfont.ttf') format('truetype'),
         url('../fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/nexa_bold_0-webfont.eot');
    src: url('../fonts/nexa_bold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa_bold_0-webfont.woff2') format('woff2'),
         url('../fonts/nexa_bold_0-webfont.woff') format('woff'),
         url('../fonts/nexa_bold_0-webfont.ttf') format('truetype'),
         url('../fonts/nexa_bold_0-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
 * 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: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.cf-msn{
    .height: 22px;
    line-height: 22px;
    background: yellow;
    color: black;
    font-size: 12px;
    font-family: Arial;
    text-align: center;
}
*{
	padding:0;
	margin:0;
	list-style:none;	
}
h1,h2,h3,h4,h5{
	font-weight:lighter;	
}
a, li a, a img,button, a p, a h3{
    transition: all 200ms linear 0s;
}
a img{
    opacity: 0.88;
}
a:hover img{
    opacity: 1;
}
a:visited,
a:focus,
a:hover{
	text-decoration:none !important;
	outline:none;	
}
p{
    font-size: 14px;
    color: #000;
}
hr{
    display: block; 
    height: 1px;
    border: 0; 
    border-top: 1px solid #e7e4d6;
    margin: 15px 0 15px 0; 
    padding: 0;
}
footer{
    margin-top: 15px;
}
#background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}
#background div {
    width: 100%;
    height: 100%;
    background: center top;
    background-size:cover;
    overflow: hidden;
}
.header-home{
    height: 80%;
    width: 100%;
}
.header-interna{
    height: 250px;
    width: 100%;
    background: url(../images/bg-header-int.jpg) center top !important;
    background-repeat: no-repeat;
    background-size: cover;
}
header h2{
    text-align: center;
    margin-top: 40px;
    letter-spacing: -1px;
}
header h2 span{
    font-size: 20px;
    line-height: 20px;
}
header button{
    text-align: center;
}
.logo{
    margin-top: 50px;
}
.logo img{
    width: 100%;
}
.logo a{
    display: block;
}
.navbar{
    border: none;
}
.navbar-brand span{
    display: none;
}
.redes-header{
    padding: 0;
    width: 100%;
    float: right;
    height: 30px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.redes-header li{
    display: inline-block;
    margin-left: 30px;
    line-height: 30px;
}
.redes-header li a img{
    float: left;
    margin-right: 7px;
    -webkit-filter: invert(0);
}
.redes-header li a:hover img{
    -webkit-filter: invert(1);
}
.redes-header li a{
    color: #b2b2b2;
    font-size: 15px;
}
.redes-header li a:hover{
    color: #414140;
}
.navbar-default{
    background: none;
}
.navbar-default .navbar-nav>li>a{
    color: #f8f4e4;
}
.navbar-nav li{
    color: #f8f4e4;
    float: left;
    height: 40px;
    font-size: 19px;
    line-height: 40px;
    text-transform: uppercase;
}
.navbar-nav li a{
    color: #f8f4e4;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-nav li a:hover{
    color: #000;
}
.navbar-nav li:last-child a{
    padding-right: 0px;
}
.navbar-nav li:first-child a{
    padding-left: 0px;
}
.relative{
    position: relative;
}
h2{
    text-transform: uppercase;
    color: #000;
    font-size: 27px;
    margin-bottom: 20px;
    letter-spacing: -1px;
}
h2 span{
    font-family: 'nexa_boldregular';
}
.item-produto a .more{
    -webkit-filter: invert(1);
}
.item-produto a:hover .more{
    -webkit-filter: invert(0);
}
.item-produto{
    border: 1px solid #ede9da;
    background: #fffbea;
    height: 305px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.item-servico-int p{
    font-family: 'nexa_boldregular';
    margin-bottom: 10px;
}
.item-produto .img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.item-produto p{
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.item-produto a:hover p{
    text-decoration: underline;
}
.more{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 42px;
    width: 42px;
}
.item-clientes{
    border: 1px solid #ede9da;
    background: #fffbea;
    margin-bottom: 20px;
    border-radius: 3px;
}
.item-clientes .img{
    width: 100%;
}

.item-service{
    border: 1px solid #ede9da;
    background: #fffbea;
    height: 274px;
    margin-bottom: 20px;
    border-radius: 3px;
}
.item-service .img{
    width: 100%;
}
.item-service a p{
    color: #000;
    font-size: 18px;
    margin: 10px 0 0 7px;
}
.item-service a:hover p{
    text-decoration: underline;
}
.item-service a .more-service{
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -25px;
    z-index: 10;
}
.item-service a:hover .more-service{
    -webkit-filter: invert(1);
}
.maps-home h2{
    text-align: center;
}
.maps-home p{
    margin-top: 10px;
}
.maps-home p a{
    color: #7c7168;
    text-decoration: underline;
}
.maps-home img{
    width: 100%;
}
.form-group input{
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    text-transform: uppercase;
}
.form-group textarea{
    font-size: 13px;
    text-transform: uppercase;
}
.form-control{
    border: 1px solid #ddd9cb;
} 
.form-control:focus {
    border: 1px solid #c8c3b0;
    box-shadow: 0 0 5px 1px #c8c3b0;
}

.conteudo p{
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}
.conteudo h2{
    margin-bottom: 5px;
}
h3,h4{
    font-family: 'nexa_boldregular';
    text-transform: uppercase;
    color: #000;
    letter-spacing: -1px;
}
.img-left{
    float: left;
    width: 350px;
    margin: 0 20px 20px 0;
}
.img-left img{
    width: 100%;
}
.list-serv{
    font-family: 'nexa_boldregular';
    font-size: 16px;
    color: #717171;
}
.list-serv li{
    list-style: circle !important;
    margin-bottom: 10px;
}

.item-servico-int{
    min-height: 410px;
}


.news{
    background: #52403b;
    margin-top: 35px;
    margin-bottom: 10px;
}
.news h2{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 25px;
}
.news input{
    margin-top: 20px;
    text-transform: uppercase;
    height: 38px;
    border: 5px solid #60504b;
    margin-left: -20px;
}
.news .btn{
    margin-left: -20px;
    margin-top: 22px;
}
.news p{
    margin-top: 15px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 20px;
}
.news p span{
    font-size: 25px;
}
.copy{
    margin-top: 50px;
    margin-bottom: 10px;
}
.copy p{
    line-height: 17px;
    font-size: 14px;
}
.ass{
    margin-top: 20px;
    float: right;
}
.navbar-default .navbar-toggle{
    background: black;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
.modal-content{
    height: 190px;
}
.modal-content p{
    margin: 20px;
}
.modal-content img{
    margin-left: 20px;
    float: left;
}
.modal-content input{
    width: 52%;
    float: right;
    margin-right: 18px;
}
.modal-content button{
    float: left;
    margin-left: 20px;
}
.list-sobre li{
    font-size: 16px;
    list-style: disc;
    font-weight: bold;
}
/* ==========================================================================
   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;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@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 (max-width: 768px) {
    .navbar-collapse{
        background: rgba(0,0,0,0.7);
    }
    .navbar-header{
        margin-top: 30px;
    }
    .navbar-collapse ul li{
        float: none;
        display: block;
        width: 100%;
    }
    .navbar-collapse ul li:first-child{
        padding-left: 15px;
    }
    .navbar-collapse ul li:last-child{
        padding-right: 15px;
    }
    .logo{
        margin-top: 20px;
    }
    .header-home{
        min-height: 356px;
    }
    .header-home h2{
        border-radius: 4px;
        padding: 8px;
        font-size: 24px;
        color: #fff;
        color: #fff;
        background: rgba(0,0,0,0.7);;   
    }
    .header-home .btn{
        width: 100%;
    }
    .news .btn{
        width: 100%;
    }
    .news input{
        margin-left: 0px !important;
    }
    .news .btn{
        margin-left: 0px !important;
    }
    .copy p{
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        margin-top: 20px;
    }
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    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;
    }
}
