﻿@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700,800');

body, html {
    height: 100%;
    margin: 0;
}

body {
    font-family: 'Raleway', sans-serif;
    background: url(../img/metal.jpg) repeat #171718;
}

.elm-hidden {
    display: none;
}

.loader {
    text-align: center;
    vertical-align: middle;
    height: 100%;
}

.loader > img {
    display: inline-block;
    position: relative;
    top: 45%
}

.full-img {
    /*background-image: url("../img/full_bg.jpg");*/
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.img-caption {
    position:absolute;
    bottom:20%;
    right:20%;
}

.top-bar {
    background: rgba(0, 0, 0, 0.5) !important;
    /*border: 0 !important;*/
    height: 100px;
    border:0px solid green;
}

.top-bar > .row:first-child {
    border-bottom: 1px solid #323bf0;
}

.top-bar > .row:first-child > div > ul {
    padding:0;
    margin:0;
}

.top-bar > .row:first-child > div > ul > li {
    display: inline;
    font-size: 14px;
    padding-right: 5px;
    color:#ffffff;
}

.top-bar > .row:first-child > div > ul > li:last-child {
    margin-right:5px;
}

.top-bar > .row:first-child > div > ul > li > a {
    color: #ffffff;
}

.top-bar > .row:first-child > div > ul > li > i {
    color: #323bf0;
    padding-right: 3px;
}

a.logo {
    display: inline-block;
    background: url("../img/logo2.png") no-repeat;
    width: 170px;
    height: 59px;
    margin: 8px 0 0 30px;
}

@media (max-width: 768px) {
    a.logo {
        margin: 8px 0 0 10px;
    }
}

.navbar-toggler {
    /*border: 2px solid #f1f1f1;*/
    border: 2px solid #818181;
    margin: 15px 30px 0 0;
    position: relative;
    /*color: #f1f1f1;*/
    color: #818181;
    padding: 10px 15px;
}

.navbar-toggler:hover {
    /*border: 2px solid #818181;
    color: #818181;*/
    border: 2px solid #323bf0;
    color: #323bf0;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    /*background-color: #111;*/
    /*background-color: transparent !important;*/
    background: rgba(0, 0, 0, 0.9) !important;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 95px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    /*color: #f1f1f1;*/
    color: #323bf0;
}

section {
    min-height: 1000px;
    color: #ffffff;
}

section > .container {
    padding-top: 130px;
}

section > .container > .row:first-child > div > h1 {
    border-bottom: 2px solid #323bf0;
    padding-bottom: 1.2rem;
}

section > .container > .row:first-child > div > p {
    margin-top: 1.5rem;
    line-height: 1.8;
}

/* EMPRESA */

#empresa > .container > .row:nth-child(2) > div:nth-child(2) > img {
    opacity: 0.8;
    margin-top: 1.5rem;
}

#empresa > .container > .row:nth-child(2) > div:first-child > p {
    margin-top: 2rem;
}

#empresa > .container > .row:nth-child(3) img {
    margin-top: 2rem;
    opacity: 0.8;
}

/* //EMPRESA */

/* SERVIÇOS */

#servicos > .container > .row:nth-child(2) > div {
    margin-top: 2rem;
}



/* //SERVIÇOS */

/* CONTATOS */

#contatos {
    padding-bottom: 50px;
}

#contatos > .container > .row:last-child > div:first-child img {
    width: 400px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    #contatos > .container > .row:last-child > div:first-child img {
        width: 250px;
    }
}

#contatos > .container > .row:last-child > div:first-child p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: .5rem;
    padding-left: 30px;
}

#contatos > .container > .row:last-child > div:first-child p:first-child {
    margin-top: 1rem;
}

#contatos > .container > .row:last-child > div:first-child p:nth-child(5) {
    margin-top: 1.5rem;
}

#contatos > .container > .row:last-child > div:first-child p > i {
    color: #323bf0;
    margin-right: 20px;
}

#contatos > .container > .row:last-child > div:first-child p > a {
    color: #ffffff;
}

#contatos > .container > .row:last-child > div:first-child > .row:nth-child(3) {
    margin-top: 2rem;
    font-size: 1.3rem;
}

#contatos > .container > .row:last-child > div:last-child p {
    margin: 20px 0;
}

#contatos > .container > .row:last-child > div:last-child > div {
    background: rgba(0, 0, 0, 0.5) !important;
    border: 2px solid #323bf0;
    border-radius: 10px;
    padding: 20px;
}

.btn_send, .btn_clear {
    font-weight: 600;
    margin-top: 10px;
}

/* //CONTATOS */

.modal-content {
    background: url(../img/metal.jpg) repeat #171718;
    color: #fff;
}

.modal-content H5 {
    color: #323bf0;
}

.modal-body .dados > p:nth-child(2n+1) {
    margin-bottom: 0px;
    font-weight: bold;
    padding-left: 20px;
}

.modal-body .dados > p:nth-child(2n) {
    font-style: italic;
    padding-left: 20px;
}

.modal-body ol > li {
    font-weight: bold;
    color: #323bf0;
    margin-bottom: 15px;
}

.modal-body ol > li > p {
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 5px;
}

.modal-body ol > li > ol {
    list-style-type: lower-latin;
}

.modal-body ol > li > ol > li,
.modal-body ol > li > ul > li {
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 15px;
}

.modal-header {
    border-bottom-color: #323bf0;
}

.modal-footer {
    border-top: 0;
    border-top-color: #323bf0;
}

.modal-footer .btn-primary {
    font-weight: 600;
}

footer {
    border-top: 1px solid #323bf0;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding: 5px;
}

footer ul {
    margin:0;
    padding:0;
    list-style:none;
}

footer ul > li {
    display: inline;
    margin: 0;
    padding: 0;
}

footer ul > li:first-child {
    border-right: 1px solid #ffffff;
    padding: 0;
    margin:0;
    padding-right: 18px;
    margin-right: 14px;
}

.dinamic_div {
    height: 600px;
    z-index: -1;
    overflow-y: hidden;
}

@media (max-width: 768px) {
    .dinamic_div {
        height: 720px;
        z-index: -1;
        overflow-y: hidden;
    }
}

.fancybox-thumbs__list a::before {
    border: 3px solid #323bf0 !important;
}

/*@media all and (min-width: 768px) {*/
.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}
/*}*/