/*
* ==========================================================================
* Fonts
* ==========================================================================
*/

* {
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'High Amelliya Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/High-Amelliya.woff') format('woff');
}

@font-face {
    font-family: 'Geometria';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Geometria.woff') format('woff');
}

@font-face {
    font-family: 'Geometria-Light';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Geometria-Light.woff') format('woff');
}

/*
* ==========================================================================
* Global
* ==========================================================================
*/

body {
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

.container-fluid-kamn {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-kamn {
    margin-right: auto;
    margin-left: auto;
}

em {
    font-style: normal;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #a20a0a;
}

a {
    color: rgb(241, 241, 241);
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

a:hover {
    color: #F6911D;
    text-decoration: none;
}

.blog-title {
    color: #385A30;
    font-family: "Geometria";
    font-variant: small-caps;
}

.block-author {
    color: rgb(255, 251, 0);
}

.blog-post {
    margin-bottom: 30px;
    width: 100%;
}

p span, h3 span {
    color: #A20A0A;
    font-weight: 600;
}

/*
* ==========================================================================
* Brand
* ==========================================================================
*/

img.logo-size {
    width: 300px;
}

/*
* ==========================================================================
* Mascote animação
* ==========================================================================
*/

#mascote img {
    height: 200px;
    position: relative;
    -webkit-animation-name: example;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 6s;
    /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */

@-webkit-keyframes example {
    0% {
        left: 100%;
        top: 0px;
    }
    25% {
        left: 0%;
        top: 0px;
    }
    60% {
        left: 20px;
        top: 0px;
    }
    75% {
        left: -120%;
        top: 0px;
    }
    100% {
        left: -120%;
        top: 0px;
    }
}

/* Standard syntax */

@keyframes example {
    0% {
        left: 100%;
        top: 0px;
    }
    25% {
        left: 0%;
        top: 0px;
    }
    60% {
        left: 20px;
        top: 0px;
    }
    75% {
        left: -120%;
        top: 0px;
    }
    100% {
        left: -120%;
        top: 0px;
    }
}

/*
* ==========================================================================
* Sessão
* ==========================================================================
*/

#contato-home h2 {
    padding: 10px;
    color: #A20A0A;
}

#agradecimento, #historia, #mais-contatos {
    padding-bottom: 30px;
}

#mais-contatos a, #mais-contatos p {
    color: #A20A0A;
}

#mais-contatos a:hover {
    color: #F6911D;
}

.section-call {
    background-color: #700808;
    padding: 6px;
}

.section-call h4 {
    text-align: right;
    margin-right: 20px;
    color: white;
}

.section-bkg {
    background-color: #f9f9f9;
}

.section-bkg2 {
    background-color: #efab4b45;
}

.section-bkg3 {
    background-color: #f6880a94;
}

.side-left {
    background: #f6831d;
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    box-shadow: 3px grey;
    color: white;
    padding: 30px;
    letter-spacing: .9px;
    font-size: 14px;
}

.painel-destaque {
    background: #f6831d;
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    box-shadow: 3px grey;
    color: white;
    padding: 30px;
    letter-spacing: .9px;
    font-size: 14px;
    margin-bottom: 16px;
}

.painel-destaque-servico {
    background: #f6831d;
    box-shadow: 3px grey;
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    color: white;
    padding: 30px;
    letter-spacing: .9px;
    font-size: 14px;
    margin-bottom: 16px;
}

.painel-destaque-servico img {
    position: relative;
    margin: 0 auto;
    object-fit: contain;
}

.painel-destaque-servico img.round-border {
    -webkit-border-radius: 18;
    -moz-border-radius: 18;
    border-radius: 18px;
}

.painel-destaque-servico h3 {
    text-align: center;
}

.painel-destaque-servico p {
    text-align: justify;
    font-size: 16px;
}

/*
* ==========================================================================
* Página Serviço
* ==========================================================================
*/

.icon-pg-servico img {
    margin-top: 20px;
}

/*
* ==========================================================================
* Formulario
* ==========================================================================
*/

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea {
    resize: vertical;
}

.contact-title, .contact-title-success {
    text-align: center;
    color: #A20A0A;
    margin-top: 30px;
    margin-bottom: 30px;
}

.contact-title-success {
    font-weight: 800;
    text-transform: uppercase;
    color: rgb(55, 199, 127);
}

.contact-title-success p {
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    color: #333333;
    margin-top: 60px;
}

.contact-title-fail {
    font-weight: 800;
    text-transform: uppercase;
    color: rgb(230, 23, 23);
}

.contact-title-fail h1 {
    margin-bottom: 40px;
}

.feedback-form {
    margin-top: 60px;
    margin-bottom: 60px;
}

.painel-destaque-form {
    background: #f6831d;
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    box-shadow: 3px grey;
    color: white;
    padding: 10px;
    font-size: 14px;
    text-align: left;
}

.form-group {
    padding: 3px;
}

h3.form-contact {
    color: #f6831d;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
}

h2.form-contact {
    color: #f6831d;
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    vertical-align: middle;
}

.contact-more-info {
    position: relative;
    margin-top: 60px;
    vertical-align: middle;
}

.contact-more-info i {
    font-size: 60px;
    padding: 16px;
    background-color: #F9B213;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    color: #A20A0A;
}

.contact-map {
    background: #F6911D;
    background-image: -webkit-linear-gradient(top, #F6911D, #FEE305);
    background-image: -moz-linear-gradient(top, #F6911D, #FEE305);
    background-image: -ms-linear-gradient(top, #F6911D, #FEE305);
    background-image: -o-linear-gradient(top, #F6911D, #FEE305);
    background-image: linear-gradient(to bottom, #F6911D, #FEE305);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    padding: 10px;
    margin-bottom: 10px;
}

.contact-map h3 {
    color: #A20A0A;
    font-weight: 700;
}

.map-local {
    text-align: center;
    margin-bottom: 40px;
}

.form-contact {
    font-size: 14px;
    color: rgb(144, 143, 143);
}

.form-contact span {
    font-weight: 800;
}

#qualidade ul li {
    margin-top: 6px;
}

#qualidade ul li span {
    color: #A20A0A;
    font-weight: 800;
}

.services-header {
    margin-top: 30px;
    position: relative;
    padding-top: 22px;
    background-image: url('../img/services/chapeu.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 60px;
}

.services-section .services-header .services-header-title {
    margin-bottom: 15px;
}

.services-header-title {
    font-family: 'High Amelliya Regular', sans-serif;
    margin-bottom: 15px;
    font-size: 60px;
    color: #A20A0A;
    text-align: center;
}

.services-header-body {
    font-family: "Geometria", Arial, sans-serif;
    text-align: center;
}

.services-header-general {
    font-family: "Geometria", Arial, sans-serif;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
}

h4.services-title {
    color: #A20A0A;
}

/*
* ==========================================================================
* Navegação
* ==========================================================================
*/

.navbar-brand {
    z-index: 9999px;
    font-family: 'Geometria', Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    padding-top: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #a20a0a;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: rgb(251, 255, 0);
    background-color: #a20a0a;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
}

.active {
    background: #f0ad4e !important;
    color: white;
    -webkit-border-radius: 12;
    -moz-border-radius: 12;
    border-radius: 12px;
}

.dropdown-toggle {}

.navbar-nav>li>.dropdown-menu {
    color: #a20a0a;
    background-color: #F0AD4E;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.42857143;
    color: #a20a0a;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: rgb(251, 255, 0);
    text-decoration: none;
    background-color: #a20a0a;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover {
    color: rgb(251, 255, 0);
    background-color: #a20a0a;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
}

/*
* ==========================================================================
* Services Section
* ==========================================================================
*/

.services-group {
    padding: 10px;
    background: #F6911D;
    background-image: -webkit-linear-gradient(top, #F6911D, #FEE305);
    background-image: -moz-linear-gradient(top, #F6911D, #FEE305);
    background-image: -ms-linear-gradient(top, #F6911D, #FEE305);
    background-image: -o-linear-gradient(top, #F6911D, #FEE305);
    background-image: linear-gradient(to bottom, #F6911D, #FEE305);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    color: white;
}

.services-section .services-icon {
    color: #bf1212;
    margin-bottom: 30px;
    margin-top: 30px;
}

/*
* ==========================================================================
* Clientes Section
* ==========================================================================
*/

.carousel-caption .carousel-title {
    color: #a20a0a;
    font-weight: 800;
}

.clients-logo img {
    text-align: center;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 0;
    background-color: #fff;
}

.carousel-indicators li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 16px;
}

.carousel-caption {
    font-family: 'Geometria', Arial, Helvetica, sans-serif;
    position: absolute;
    right: 15%;
    bottom: 150px;
    left: 15%;
    z-index: 10;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
}

.carousel-title {
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 60px;
    background: rgba(255, 255, 255, .6);
}

.header-inner {
    height: 10px;
}

.header-caption {
    font-family: 'Geometria', sans-serif;
    position: relative;
    margin-bottom: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.header-title {
    font-size: 50px;
    padding-bottom: 10px;
}

.header-body {
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 60px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

/*
* ==========================================================================
* Botões
* ==========================================================================
*/

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
}

.btn-saiba {
    margin-top: 30px;
    width: 150px;
    background: #F6911D;
    background-image: -webkit-linear-gradient(top, #F6911D, #FEE305);
    background-image: -moz-linear-gradient(top, #F6911D, #FEE305);
    background-image: -ms-linear-gradient(top, #F6911D, #FEE305);
    background-image: -o-linear-gradient(top, #F6911D, #FEE305);
    background-image: linear-gradient(to bottom, #F6911D, #FEE305);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-size: 20px;
    font-weight: 800;
    color: #bf1212;
    padding: 6px;
    text-decoration: none;
    margin: 0 auto;
    -webkit-box-shadow: 6px 5px 20px #666666;
    -moz-box-shadow: 6px 5px 20px #666666;
    box-shadow: 6px 5px 20px #666666;
}

.btn-colour-1 {
    color: #fff;
    background-color: #a20a0a;
    border-color: #a20a0a;
    letter-spacing: 0.05em;
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    margin-top: 20px;
    padding: 10px;
}

.btn-colour-1:hover, .btn-colour-1:active, .btn-colour-1:focus, .btn-colour-1.active {
    /* let's darken #004E64 a bit for hover effect */
    background: rgb(248, 205, 64);
    color: #ffffff;
    border-color: #ffffff;
}

#btn-top {
    display: inline-block;
    background: #F6911D;
    background-image: -webkit-linear-gradient(top, #F6911D, #FEE305);
    background-image: -moz-linear-gradient(top, #F6911D, #FEE305);
    background-image: -ms-linear-gradient(top, #F6911D, #FEE305);
    background-image: -o-linear-gradient(top, #F6911D, #FEE305);
    background-image: linear-gradient(to bottom, #F6911D, #FEE305);
    width: 50px;
    height: 50px;
    text-align: center;
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    margin: 20px;
    position: fixed;
    bottom: 60px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    z-index: 1000;
    font-size: 30px;
    opacity: 0;
    visibility: hidden;
}

#btn-top:hover {
    cursor: pointer;
    background-color: #a20a0a;
}

#btn-top:active {
    background-color: #555;
}

#btn-top.show {
    opacity: 1;
    visibility: visible;
}

/*
* ==========================================================================
* Footer
* ==========================================================================
*/

footer {
    margin-top: 0;
    padding: 20px;
    background-color: #BF1111;
}

footer h3 {
    color: #ffcc00;
    margin-bottom: 20px;
}

.footer-contact {
    font-size: 14px;
    color: white;
}

.footer-contact span {
    font-weight: 800;
}

/*Social Buttons */

#social-icons {
    font-size: 24px;
}

#social-icons .btn-group {
    color: rgb(238, 255, 0);
    margin-right: 15px;
}

#social-icons .btn-group:hover {
    color: #ffffff;
}

.copyright {
    color: #fff;
    padding: 20px 0px 10px 0px;
    background-color: #700808;
}

footer .widget h4 {
    margin-top: 20px;
    font-family: 'Geometria', Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

/*
* ==========================================================================
* Optional Header
* ==========================================================================
*/

@media (min-width: 768px) and (max-width: 1199px) {
    .header-caption {
        font-size: 12px;
        padding-bottom: 0px;
        bottom: 2px;
    }
    .header-caption .header-title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .header-caption {
        font-size: 11px;
        padding-bottom: 0;
        bottom: 0;
    }
    .header-caption .header-title {
        font-size: 14px;
    }
    img.logo-size {
        width: 150px;
        margin-top: -12px;
    }
    .navbar {
        font-weight: bold;
        padding-top: 15px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    .vcenter {
        padding-top: 0%;
        height: 200px;
        display: inline-block;
        vertical-align: middle;
        float: none;
    }
}