/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


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

}

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

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .logo{
        max-width: 150px;
    }
    .navbar-nav > li > a {
        padding: 30px 20px 30px 20px!important;
    }
    .navbar{
        min-height:80px!important;
    }
    .box-slider{
        padding-top: 137px!important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .logo{
        max-width: 150px;
    }
    

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .navbar {
        min-height: 125px!important;
    }
    .navbar .navbar-nav{
        margin-top:30px;
    }
    .navbar a{
        padding:10px!important;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}


body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #18bc9c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'din_alternateregular';
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
}

header .box-slider {
    padding-top:200px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: 'din_alternateregular';
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 28px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding:0;
        min-height:80px;
    }

    .navbar-shrink .navbar-nav>li>a{
        padding:30px 20px 30px 20px!important;
    }

    .navbar-fixed-top.navbar-shrink .logo{
        max-width:150px;
    }

    .navbar-fixed-top.navbar-shrink .info-topo{
        height:0;
        border:none;
    }
    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.info-topo{
    width:100%;
    overflow:hidden;
    border-bottom:1px dashed #888;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.info-topo ul{
    padding:0;
    margin:0;
}
.info-topo ul li{
    padding:0;
    margin:0 20px 0 0;
    display:inline-block;
}
.info-topo ul li:last-child{
    padding:0;
    margin:0;
}
.info-topo ul li p{
    padding:0;
    font-size:12px;
    color:#666;
    text-transform:none;
    font-weight:333;
}
.navbar-default{
    background:#fff;
}
.navbar-default .navbar-nav>li>a{
    color:#666;
    padding:60px 20px 60px 20px;
}

.navbar {
    text-transform: uppercase;
    font-family: 'din_alternateregular';
    font-weight: 700;
    padding-bottom:0;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 100px 0;
}

section h2 {
    margin: 0 0 50px 0;
    font-size: 3em;
    color:#666;
    display:inline-block;
    border-bottom:2px solid #666;
    padding-bottom:10px;
}
section h2 span{
    font-family: 'din_alternatebold'!important;
}

section.success h2{
    color: #fff;
    border-color:#fff;
}

section.module.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 40px;
}

section.module.parallax-1 {
  background-image: url("../img/bg-servicos.jpg");
}

.box-servicos{
    margin:0 auto;
    overflow:hidden;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

.bar{
    width:100%;
    height:11px;
    background:url(../img/bar.jpg) repeat-x;
}

#servicos{
    position:relative;
    overflow:hidden;
}
#servicos .servicos-item {
    right: 0;
    margin: 0 0 0 0;
}

#servicos ul{
    list-style:none;
    text-align:center;
    padding:0;
}
#servicos ul li{
    display: inline-block;
}

#servicos .servicos-item .servicos-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#servicos .servicos-item .servicos-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #7a4406;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#servicos .servicos-item .servicos-link .caption:hover {
    opacity: 1;
}

#servicos .servicos-item .servicos-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -15px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#servicos .servicos-item .servicos-link .caption .caption-content i {
    margin-top: -12px;
}

#servicos .servicos-item .servicos-link .caption .caption-content h3,
#servicos .servicos-item .servicos-link .caption .caption-content h4 {
    margin: 0;
}

#servicos * {
    z-index: 2;
}

@media(min-width:767px) {
    #servicos .servicos-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 0;
}

#contact{
    background:#939393;
    color:#fff;
}
#contact h2{
    color:#fff;
    border-color:#fff;
}
.floating-label-form-group input{
    z-index: 1;
    position: relative;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background:#fff;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: #fff;
    box-shadow: none!important;
    resize: none;
    height:155px;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.btn-success{
    border:none;
    background:#666666;
    color:#fff;
    border-radius:0;
}
.btn-success:hover{
    background:#b3650c;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {

}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #fff;
    color:#666;
}

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

footer i.fa-map-marker{
    font-size:120px;
    color:#ea8923;
}
footer i.fa{
    color:#ea8923;
}
footer span{
    color:#ea8923;
}
footer h4{
    text-transform:uppercase;
    font-weight:300;
    letter-spacing:2px;
    line-height:30px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.servicos-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background:#b3650c;
    color:#fff!important;
}

.servicos-modal .modal-content h2 {
    margin: 0;
    font-size: 1.8em;
    margin-bottom:20px;
}

.servicos-modal .modal-content img {
    margin-bottom: 30px;
}

.servicos-modal .modal-content .item-details {
    margin: 30px 0;
}

.servicos-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.servicos-modal .close-modal:hover {
    opacity: .3;
}

.servicos-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.servicos-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.servicos-modal .modal-backdrop {
    display: none;
    opacity: 0;
}