/** GERAL**/

body {
    font-family: 'Mukta Malar', sans-serif;
}

h1 {
    font-size: 6em;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    color: #9d0e1c;
    text-shadow: none;
}

h1 span {
    font-weight: 300;
}

h2 {

    text-transform: uppercase;
    text-align: center;
    font-size: 3em;
    font-weight: 700;
    color: #9d0e1c;
    margin: 15px auto 5px;
}

h3 {
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    color: #9d0e1c;
    font-weight: 500;

}

h4 {
    font-size: 1.2em;
    text-transform: none;
    text-align: center;
    color: #5f021f;
    padding-bottom: 10px;
}

h5 {
    text-transform: uppercase;
    font-size: 1.5em;
    text-align: center;
    font-weight: 300;
}

h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: #c59849;
    font-size: 1em;
}

p {
    color: #221e1f;
}

a {
    text-transform: uppercase;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}



.botao {
    display: block;
    width: 10em;
    background-color: #9d0e1c;
    color: #fff;
    border: 3px solid #9d0e1c;
    text-shadow: none;
    text-align: center;
    padding: 5px;
    font-size: 1.2em;
    margin: 30px 0px;
}

.botao:hover {
    background: #c59849;
    color: #fff;
    border: 3px solid #c59849;
    text-shadow: none;
    transition: .4s ease-in;
}

.botao-peq {
    width: 7em;
    font-size: 1em;
    padding: 5px;
    margin: 20px auto;
    background-color: #fff;
    color: #221e1f;
    border: 1px solid #aaa;
}

.botao-peq:hover {
    background-color: #fff;
    color: #39b449;
    border: 1px solid #39b449;
}

.botao-inverse {
    background: #c59849;
    border-color: #c59849;
}

.botao-inverse:hover {
    background: #cc3f0c;
    border-color: #cc3f0c;
}

span {
    margin-right: 10px;
}


.sobre,
.servicos,
.porque,
.oque,
.clientes,
.contato {
    padding-top: 50px;
    padding-bottom: 50px;

}


.zap-cell {
    display: none;
}

#img-mobile {
    display: none;
}

#img-desktop {
    display: block;
}

.action {
    background: #9d0e1c;
    padding: 25px;
}

.action .botao {
    margin: 30px 0px;
}

.action h5 {
    text-align: left;
    color: #fff;
    font-size: 1.8em;
    margin-top: 40px;
}

.action h2 {
    text-align: left;
    color: #fff;
    font-size: 2.5em;
}

.action img {
    display: block;
    padding: 20px;
    border-radius: 50%;
}

/***************** HEADER ************/

.topo h6 {
    margin-top: 55px;
    margin-bottom: 0px;
    color: #9d0e1c;
    text-align: right;
}

.topo h6#mail {
    text-transform: none;
    margin-top: 65px;
}

.topo h6 a {
    color: #9d0e1c;
    text-transform: none;
}

.topo h6 a:hover {
    color: #f72820;
}

.topo h6 span {
    color: #f72820;
}

.topo h6 a span.tel {
    font-size: 2em;
    color: #9d0e1c;
    margin-right: 0px;
}

.topo h6 a:hover span.tel {
    color: #f72820;
}


.logo {
    display: block;
    margin: 10px 0px;
    padding: 5px;
    padding-left: 0px;
}

.logo-mobile {
    display: none;
}

.menu {
    border-bottom: solid 1px #9d0e1c;
}

.navbar {
    min-height: 30px;
    margin: auto;
    border: none;
    border-radius: 0px;
}

.navbar li a,
.dropdown li a {
    font-weight: 700;
    color: #9d0e1c;
    text-shadow: none;
}

.navbar li a .caret {
    margin-left: 5px;
    margin-right: 2px;
}

.navbar-nav {
    width: 100%;
    margin: auto;
    text-align: center;
}

.navbar-nav li {
    width: auto;
    display: inline-block;
    float: none;
}

.navbar-nav li a {
    padding: 12px 20px;
}

.navbar-nav .active a,
.nav > li > a:focus,
.nav > li > a:hover,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:hover {
    background: #9d0e1c;
    color: #fff;
    transition: all .4s;
}

.dropdown-menu {
    background: #9d0e1c;
    color: #fff;
    min-width: 100%;
}

.dropdown-menu li {
    width: 100%
}

.dropdown-menu li a {
    text-align: center;
    padding: 10px;
}

.logo-menu {
    display: none;
}

.menu-fixo {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99;

}

.menu-fixo .topo {
    display: none;
}

.menu-fixo .logo-menu {
    display: block;
    width: 10%;
    margin: 8px 40px;
    margin-left: 0px;
    padding-left: 0px;
    transition: .6s ease-in;
    float: left;
}

.menu-fixo .logo {
    display: none;
}

.menu-fixo .navbar-nav {
    margin: 15px auto 0px;
    text-align: center;
    float: none;
}


/********** CAROUSEL DE SLIDES ************/

#carousel-servico-desktop {
    display: block;
}

#carousel-servico-mobile {
    display: none;
}

#carousel-depoimento-desktop {
    display: block;
}

#carousel-depoimento-mobile {
    display: none;
}

.carousel-caption {
    background: rgba(255, 255, 255, 0.4);
    top: 30%;
    left: 0px;
    width: 100%;
    height: 40%;
    padding: 20px;
}

.carousel-caption h1 {
    margin-top: 10px;
    margin-bottom: 15px;
    text-shadow: none;
}

.carousel-caption h5 {
    color: #9d0e1c;
    margin-top: 25px;
    text-shadow: none;
}

.carousel-caption a {
    margin: 50px auto;

}

.carousel-control span {
    margin-top: 145%;
    font-size: 3em;
    color: #9d0e1c;
}

.carousel-control:hover span {
    color: #e3e3e3;
}

.carousel-indicators li {
    background-color: transparent;
    border: 1px solid #cc3f0c;
}

.carousel-indicators .active {
    background-color: #cc3f0c;
    border: none;
}


/********** SOBRE ************/

.sobre .texto p {
    padding: 0px 50px 50px 50px;
    font-size: 1.2em;
}

.sobre p {
    text-align: center;
}

.sobre img {
    display: block;
    margin: 0px auto 15px;
    width: 150px;
}

/**************SERVICOS***********/

.servicos {
    background: #dadada;
}

.servicos ul {
    padding-left: 0px;
    list-style: none;
}


    {
    display: block;
}

#carousel-servico-desktop .thumbnail {
    border: 0px;
    margin: 15px auto;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    height: 395px;
}

#carousel-servico-desktop .thumbnail:hover {
    margin-top: 10px;
    box-shadow: 0px 7px 12px 0px #919191;
    transition: .2s all;
}

.porque .thumbnail {
    border: 0px;
    margin: 15px auto;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    height: 410px;
}

.servicos h3 {
    text-align: center;
}


figcaption {
    padding: 10px;
}

/********** PORQUE ************/

.porque {
    background: #dadada;
}

.porque p {
    text-align: center;
}

/********** CHAMADA ************/

.paralax {
    background: url(../img/slide/slide-1.jpg) center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 500px;
}

.banner-image {

    background: linear-gradient(to bottom right, rgba(130, 31, 27, 0.6), rgba(197, 152, 73, 0.6));
    height: 100%;
    padding-top: 150px;
}

.paralax h2 {
    color: #fff;
    font-size: 3.5em;
    text-align: center;
}

.paralax .botao {
    margin: 30px auto;
}

/********** DEPOIMENTO ************/

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}


.carousel-indicators {
    margin-bottom: -20px;
}

#carousel-depoimento-desktop .carousel-inner,
#carousel-depoimento-mobile .carousel-inner {
    height: 200px;
}

#carousel-depoimento-desktop blockquote,
#carousel-depoimento-mobile blockquote {
    border-left: none;
    margin: 20px 10px;
    text-align: center;
}

#carousel-depoimento-desktop blockquote footer,
#carousel-depoimento-mobile blockquote footer {
    color: #47603c
}

.thumbnail-depo img {
    width: 150px;
    height: 150px;
    margin: 0px auto;
    border-radius: 50%;
}

/********** CLIENTES ************/

.clientes ul {
    list-style: none;
    padding: 0px;
}

.clientes ul li {
    display: inline-block;
    width: 19.5%;
    padding: 10px;
    margin: auto;
}

/********** CONTATO ************/

.contato {
    background: #dadada;
    padding-bottom: 0px;
}

.formulario form {
    margin: 10px auto;
    padding: 1em;
    padding-top: 0px;
}

.contato h3 {
    color: #9d0e1c;
}

.contato h4 {
    margin-bottom: 30px;
}

.contato h5 {
    font-size: 2em;
    color: #9d0e1c;
    margin: 25px auto;
    font-weight: 700;
}

.contato h5 a {
    color: #221e1f;
}

.contato .phone {
    margin-top: 12px;
    margin-bottom: 30px;
}

.contato .phone p {
    font-size: 2em;
    line-height: 1em;
    font-weight: bold;
    color: #cc3f0c;
}

.contato .phone p span {
    margin-right: 10px;
    margin-left: 10px;
    color: #cc3f0c;
}

.contato p,
.contato p a {
    color: #221e1f;
}

.contato .phone a {
    margin-left: -10px;
}

.contato .phone a:hover,
.contato .phone a:focus {
    color: #cc3f0c;
    text-decoration: none;
}

.contato p {
    font-size: 1.2em;
    line-height: 1em;
}

.contato p span {
    color: #cc3f0c;
}

.contato .phone #esp-text {
    margin-left: 40px;
}

.contato #email {
    margin-bottom: 20px;
}

.contato #esp-text {
    margin-left: 20px;
}

.contato .botao {
    font-size: .9em;
    margin: 15px 50px 10px auto;
    background: #9d0e1c;
    border-color: #9d0e1c;
}

.contato .botao:hover {
    background: #cc3f0c;
    border-color: #cc3f0c;
}

.formulario p,
.formulario label {
    font-size: 1.2em;
    font-weight: 400;
    color: #221e1f;
    line-height: 1.2em;
    margin-bottom: 5px;
}



.formulario input,
.formulario textarea,
.formulario select {
    width: 100%;
    background: transparent;
    margin: 0px 0px 20px;
    padding: 5px;
    border: 2px solid #9d0e1c;
    font-size: 1em;
}

.formulario input:focus,
.formulario textarea:focus,
.formulario select:focus {
    border: 2px solid #cc3f0c;
    outline: none;
}

input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: sub;
    font-size: .9em;
}

.formulario label#checkbox,
.formulario p legend#checkbox {
    font-size: .9em;
    margin-left: -15px;
}

.formulario input::-moz-placeholder,
.formulario textarea::-moz-placeholder {
    color: #919191;
    opacity: 1;
}

.formulario input::-ms-input-placeholder,
.formulario textarea::-ms-placeholder {
    color: #919191;
}

.formulario input::-webkit-input-placeholder,
.formulario textarea::-webkit-input-placeholder {
    color: #919191;
}

.formulario legend {
    font-size: 1em;
    border-bottom: 0px;
}


.formulario .formtext {
    margin-top: 1em;
    margin-left: 1em;
}

.formulario .formtext p {
    font-size: .9em;
    margin-bottom: 5px;
    margin-left: -15px;
}

.formulario .botao {
    width: 8em;
    float: right;
    margin-top: 0px;
    margin-right: -15px;
}


/********** RODAPÉ ************/

.rodape {
    background: #9d0e1c;
    padding-top: 25px;
    padding-bottom: 25px;

}

.rodape p {
    color: #fff;
    margin-bottom: 5px;
}

.rodape img {
    padding: 10px;
    padding-left: 0px;
}

.rodape nav ul {
    padding-left: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.rodape nav ul li {
    display: block;
    margin: 0px
}

.rodape nav ul li a {
    text-transform: uppercase;
    color: #fff;
}

.rodape nav ul li a:hover,
.rodape nav ul li a:focus {
    color: #cc3f0c;
    text-decoration: none;
}

.rodape .phone {
    font-size: 1.5em;
}

.rodape a {
    text-transform: none;
    color: #fff;
}

.rodape a:hover {
    text-transform: underline;
    color: #cc3f0c;
}

.rodape span {
    color: #c59849;
}

.rodape .social {
    padding-left: 0px;
    list-style: none;
}

.rodape .social li a span {
    color: #fff;
    font-size: 2.5em;
}

.rodape .social li a:hover span {
    color: #c59849;
}


.rodape input {
    width: 40%;
    margin: 0px 0px 15px;
    padding: 5px;
    border: 2px solid #cc3f0c;
    font-size: 1em;
}

.rodape input:focus {
    border: 2px solid #c59849;
    outline: none;
}

.rodape .botao {
    float: right;
    width: 6em;
    height: 1.9em;
    padding: 2px;
    margin: 0px;
}



img#logo-rodape {
    position: absolute;
    width: 25%;
    bottom: 55px;
    right: -15px;
}

a#face {
    width: 3em;
    background: none;
    font-size: 2em;
    padding: 0px;
    text-align: left;
    color: #9d0e1c;
}

a#face:hover,
a#face:focus {
    color: #c59849;
}

.rodape .flaticon-facebook {
    margin-top: 0px;
}

.barra {
    background: #221e1f;
}

.barra p {
    font-size: .9em;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #fff;
}

.barra .copy img {
    float: right;
    margin: 10px auto 5px;
    width: 27%;
}


/*PAGINA CONSTRUCAO*/

/*.bg-home{
    background: url(../img/slide/index-3.jpg) top center no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.pag-contato{
    width: 100%;
    padding: 10px;
    margin: 30% auto auto;
}
.pag-contato img{
    display: block;
    margin: auto;
}
h1{
    font-family: 'Baloo Chettan', cursive;
    font-size: 3em;
    color: #fff;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 50px;
}
h3{
    color: #fff;
}
h3 span{
    color: #9d0e1c;
}

h3 a{
    color: #fff;
}
h3 a:hover{
    color: #9d0e1c;
}
h3 #email{
    text-transform: lowercase
}
.rodape{
    background: transparent;
    padding: 0px;
}

.barra{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
}*/