@font-face {
    font-family: 'Myriad';
    src: url('myriad-set-pro_text-webfont.eot');
    src: url('myriad-set-pro_text-webfont.eot?#iefix') format('embedded-opentype'),
         url('myriad-set-pro_text-webfont.woff2') format('woff2'),
         url('myriad-set-pro_text-webfont.woff') format('woff'),
         url('myriad-set-pro_text-webfont.ttf') format('truetype'),
         url('myriad-set-pro_text-webfont.svg#myriad_set_protext') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Myriad';
    src: url('myriad-set-pro_bold-webfont.eot');
    src: url('myriad-set-pro_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('myriad-set-pro_bold-webfont.woff2') format('woff2'),
         url('myriad-set-pro_bold-webfont.woff') format('woff'),
         url('myriad-set-pro_bold-webfont.ttf') format('truetype'),
         url('myriad-set-pro_bold-webfont.svg#myriad_set_probold') format('svg');
    font-weight: bold;
    font-style: normal;

}

body {
    overflow-x: hidden;
    font-family: 'Myriad','Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #333;
    font-weight: normal;
    font-style: normal;
}


h1, h2, h3, h4, h5, h6, p {
    line-height: 150%;
    font-weight: normal;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 14px;
}

p {
    font-size: 13px;
}

.logo img {
    width: 126px;
    height: auto;
    margin: 11px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.navbar-shrink .logo img {
    
}

.navbar-default {
    background-color: #333333;
    border:0;
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.navbar-default .nav {
    padding: 0;
}

.navbar-default.navbar-shrink {
    background-color: #333;
    padding: 0;
}

.navbar-default .navbar-nav>li {
    padding: 0;
}

.navbar-default .navbar-nav>li.phone {
    padding: 0;
    color: #FFF;
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
    font-size: 14px;
    padding: 23px 15px;
    background-color: transparent;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
}

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    display: flex;
    align-items: center;
}

.white {
    color: #FFF;
}

.black {
    color: #000;
}

.blue {
    color: #0098DA;
}

.bg-white {
    background-color: #FFF;
}

.bold {
    font-weight: bold;
}

.lighter {
    font-weight: 300;
}

.italic {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

.img-centered {
    margin-left: auto;
    margin-right: auto;
}

.img-right {
    float: right;
}

.margint10 {
    margin-top: 10px;
}

.margint15 {
    margin-top: 15px;
}

.margint30 {
    margin-top: 30px;
}

.margint50 {
    margin-top: 50px;
}

.nopadding {
    padding: 0;
}

.padding25 {
    padding: 25px 0 15px;
}

section {
    padding: 50px 0;
}

form {
    margin-top: 15px;
}

form .ajax-loader {
    margin-right: -20px;
}

input[type=text],
input[type=email],
input[type=password],
select {
    width: 100%;
    font-size: 14px;
    margin: 0 0 5px;
    padding: 10px 15px;
    border: #CCC 1px solid;
    color: #333;
    background-color: #FAFAFA;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus,
input[type=password]:focus,
select:focus{
    outline:none;
    border: #000 1px solid;
}

textarea {
    width: 100%;
    max-width: 100%;
    height: 100px;
    font-size: 14px;
    margin: 0 0 15px;
    padding: 10px 15px;
    background-color: #FAFAFA;
    border: #CCC 1px solid;
    color: #333;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

input[type=submit] {
    font-size: 14px;
    padding: 10px 20px;
    color: #FFF;
    border: #0098DA 1px solid;
    background-color: #0098DA;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

input[type=submit]:hover {
    color: #0098DA;
    background-color: #FAFAFA;
}

span.wpcf7-not-valid-tip {
    margin: -10px 0 8px 5px !important;
}

div.wpcf7-validation-errors {
    border: 2px solid rgb(114, 109, 40) !important;
    color: #FFF !important;
}

::-webkit-input-placeholder {
    color: #333;
}

:-moz-placeholder {
    color: #333;
}

::-moz-placeholder {
    color: #333;
}

:-ms-input-placeholder {
    color: #333;
}

.btn {
    padding: 10px 30px;
    border: 2px solid #0098DA;
    background-color: #0098DA;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn:hover, .btn:focus {
    color: #0098DA;
    background-color: #FFF;
    border-color: #0098DA;
}

.btn-full {
    width: 100%;
}

.acf-map {
    width: 100%;
    height: 300px;
    border: #ccc solid 1px;
}

.acf-map img {
   max-width: inherit !important;
}

.carousel img {
    width: 100%;
    height: auto;
}

#servicos {
    background-color: #FAFAFA;
    border-top: 2px solid #DDD;
    border-bottom: 2px solid #DDD;
    padding: 35px 0;
}

.servicos .col-md-3 .clearfix {
    background-color: #F9F9F9;
    border: 1px solid #DDD;
    padding: 10px 10px;
}

.servicos .col-md-3 .clearfix img {
    max-width: 150px;
}

.servicos .col-md-3 .clearfix p {
    min-height: 76px;
}

.lista_servicos ul {
    padding: 0;
    margin-top: 15px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
        column-count: 2;
}

.lista_servicos ul li {
    list-style: none;
    padding-left: 20px;
    background-image: url('../img/icone.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 15px;
    margin-bottom: 5px;
}

#slide_marcas img {
    padding: 0 30px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

#slide_marcas img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

#dicas {
    padding-top: 0;
}

#dicas .clearfix {
    border: 1px solid #CCC;
    padding: 10px;
    background-color: #F9F9F9;
    margin-top: 15px;
}

#dicas .clearfix h3 {
    font-size: 18px;
    line-height: 24px;
}

#contato {
    background-color: #FAFAFA;
    border-top: 2px solid #DDD;
    padding: 35px 0;
}

footer {
    background-image: url('../img/back-footer.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto 100%;
    padding: 50px 0 0;
}

footer .clearfix {
    /*background-image: url('../img/predios.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;*/
    padding: 0;
}

footer .mascote {
    width: 275px;
}

@media (max-width: 768px) {
    section {
        padding: 25px 0;
    }

    .logo {
        margin-left: 15px;
    }

    .navbar-toggle {
        margin: 12px 15px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 8px 15px;
    }
}