* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    line-height: 1.4;    
}

body {
	background: url(../images/textura.png) repeat !important;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++MENU+++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0 20px;
    width: 100%;
}

header.header-scroll {
    background: #fff;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

header nav.navbar {
    margin-bottom: 0;
}
.navbar-brand img {
	height: 100%;
}

.container-fluid .navbar-header .navbar-brand {
	height: 80px;
	padding: 5px 10px;
}

.container-fluid .navbar-header .navbar-brand img {
    opacity: 1;
}

.header-scroll .container-fluid .navbar-header .navbar-brand {
	height: 50px;
	padding: 3px 10px;    
}

#navbar>ul>li>a {
    color: #0053FD;
	height: 82px;
	padding-top: 30px;
    font-weight: 600;
}

.header-scroll #navbar>ul>li>a {
    height: 51px;
    padding-top: 15px;
}

#navbar>ul>li>a.active {
    border-bottom: 3px solid #13BB66;
    color: #6c6c6c;
}

.navbar-header .navbar-toggle .icon-bar {
    background: #13BB66;
}

.navbar-header .navbar-toggle {
    border-color: #13BB66;
}

.navbar #navbar.navbar-collapse.in {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    width: 250px;
    overflow-y: auto;
    background: #a9a9a9;
    padding: 20px 20px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#navbar.navbar-collapse.in>ul>li>a {
    width: 210px;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-fixed-top #navbar.navbar-collapse {
    max-height: none;
}

.navbar #navbar .close {
    display: none;
    position: fixed;
    font-size: 30px;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 30px;
    opacity: .5;
}

.navbar #navbar.in .close {
    display: block;
}

.barsub {
	min-height: 150px;
	background: blue;
	color: white;
}

div.ir-produtos {
    position: relative;
    display: inline-block;
    margin-top: 19px;
}

@media (max-height: 390px) {
    div.ir-produtos {
        margin-top: 5px;
    }
}

#ir-inicio, #ir-produtos {
    display: inline-block;
    width: 120px;
    height: 60px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .5s ease;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.close-fixed {
    display: none;
    font-size: 2.5rem;
    position: fixed;
    top: 20px;
    right: 30px;
    z-index: 11111;
}

.in + .close-fixed {
    display: block;
}

#ir-produtos:hover span.hover {
    color: rgba(0, 0, 0, 0.4);
}

#ir-produtos::before {
    content: "Linha de produtos";
    position: absolute;
    text-align: center;
    width: 120px;
    top: 0px;
    left: 0px;
    color: rgba(0,0,0,0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .5s ease;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#ir-produtos:hover::before {
    color: rgba(0,0,0,0.5);
}

#ir-inicio {
    display: none;
    position: fixed;
    width: 60px;
    right: 30px;
    bottom: 20px;
}

#ir-inicio.mostrar {
    display: inline-block;
}

@media (max-width: 767px) {
    #ir-inicio {
        right: 5px;
    }
}

#ir-inicio span, #ir-produtos span {
    position: relative;
    font-size: 23px;
    margin: 0;
    top: 16.5px;
    -webkit-transition: all .2 ease;
    -moz-transition: all .2 ease;
    -o-transition: all .2 ease;
    transition: all .2 ease;
}

#ir-produtos span {
    margin: 10px 0 0 0;
}

#ir-inicio:hover span.hover{
    color: rgba(0, 0, 0, 0.8);
    -webkit-animation: animacao-span 1s infinite;
    animation: animacao-span 1s infinite;
}
@-webkit-keyframes animacao-span {
    from {
        top: 30px;
    }
    to {
        top: 3px;
    }
}

@keyframes animacao-span{
    from {
        top: 30px;
    }
    to {
        top: 3px;
    }
}

.menushow ~ #ir-inicio {
    right: 225px;
}

/*----------------------------------------------------------MENU-------------------------------------------------------*/

/*-------------CHATZAP-------------------*/
#backdropchat {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

#backdropchat.in {
    display: block;
}

#chatzap {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 0;
}

@media (max-width: 767px) {
    #chatzap.in {
        top: 0;
        left: 0;
        margin: 30px;
    }
}

.iconzap {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
}

.pulsar {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 35px;
    right: 35px;
    background: transparent;
    border-radius: 50%;
    animation: efeitopulse 2s infinite;
}

@media (max-width: 767px) {
    .iconzap {
        width: 50px;
        height: 50px;
        bottom: 25px;
        right: 10px;
    }

    .pulsar {
        width: 40px;
        height: 40px;
        bottom: 30px;
        right: 15px;
    }
}

@keyframes efeitopulse {
    0% {
        box-shadow: 0 0 0 0px rgba(76, 202, 90, 0.7);
    }

    100% {
        box-shadow: 0 0 0 25px rgba(76, 202, 90, 0);
    }
}

.iconzap:hover {
    cursor: pointer;
}

#chatzap:hover > .pulsar {
    animation: none;
    transition: all 0.5s;
}

.iconzap .logochat {
    width: 100%;
    height: 100%;
}

.formzap {
    display: none;
    position: absolute;
    height: auto;
    background-color: #eee7dd;
    border: 1px solid #0053FD;
}

@media (min-width: 768px) {
    .formzap {
        width: 500px;
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 767px) {
    .formzap {
        width: 100%;
        top: 50px;
        left: 0;
    }
}

#chatzap.in .formzap {
    display: block;
}

#chatzap.in .iconzap, #chatzap.in .pulsar {
    display: none;
}

.headerzap {
    width: 100%;
    background-color: #0053FD;
    padding: 15px;
    color: white;
    font-size: 1.25rem;
}

.headerzap .fecharzap {
    position: absolute;
    top: -31px;
    right: -1px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #0053FD;
    transition: all 0.5s;
}

.headerzap .fecharzap:hover {
    cursor: pointer;
    background-color: rgba(0, 83, 253, 0.8);
    color: white;
}

.headerzap p {
    margin: 0;
}

.formzap form {
    margin: 15px;
}

.formzap button {
    width: 100%;
    background-color: #0053FD;
    color: white;
    font-size: 1.25rem;
    transition: all 0.5s;
}

.formzap button:hover {
    background-color: rgba(0, 83, 253, 0.8);
    color: white;
}

/*-------------CHATZAP FIM-------------------*/

section, .modal-body {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.2rem;
}

h3 {
    font-size: 1.5rem;
}

h2 {
    font-size: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 0;
    padding-bottom: 30px;
}

h1 {
    font-size: 3rem;
}

h1, h2, h3, h4 {
    font-weight: bold;
}

section .text-geral:first-child {
    padding: 30px 0;
}

.text-abertura {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    padding: 7%;
}

div.text-geral {
    padding: 1% 0 2% 0;
}

.tagform {
    display: none;
}

.tagform.in {
    display: block;
}

li {
	margin-left: 20px;
}

.altura-150 {
    height: 150vh;
}

.altura-120 {
    height: 120vh;
}

.altura-100 {
    height: 100vh;
}

.altura-90 {
    height: 90vh;
}

.altura-80 {
    height: 80vh;
}

.altura-70 {
    height: 70vh;
}

.altura-60 {
    height: 60vh;
}

.altura-50 {
    height: 50vh;
}

.altura-40 {
    height: 40vh;
}

.altura-30 {
    height: 30vh;
}

.altura-20 {
    height: 20vh;
}

.altura-10 {
    height: 10vh;
}

.fundo-cinza {
    background-color: rgba(240,240,240,0.4);
}

.fundo-azul {
    background-color: rgba(0,0,100,0.1);
}

.fundo-verde {
    background-color: rgba(0, 30, 0, 0.1);
}

.fundo-bege {
    background-color: rgba(253,245,230,0.4);
}

#load-produtos .row {
    text-align: justify;
}

#load-produtos h4 {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#modal-produtos h2 {
    border-bottom: 0;
}

img, #load-produtos .col-md-6 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#load-produtos .col-md-6 img {
    padding: 20px 0;
}

.observacoes {
    font-size: 0.8rem;
    color: rgba(255, 0, 0, 0.7);
}

.icon-sprites {
    background-image: url(../images/icons_social.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.icon-sprites.email {
    background-position: -1px -1px;
}

.icon-sprites.mapa {
    background-position: -1px -33px;
}

.icon-sprites.telefone {
    background-position: -1px -65px;
}

.icon-sprites.whatsapp {
    background-position: -1px -97px;
}

hr.separador {
    min-height: 1px;
    background-color: rgba(0, 0, 0, 0.05);
    margin: 0;
}

.fundo-bege h3, .fundo-cinza h3 {   
    margin-bottom: 30px;
}

#modal-galeria {
	background-color: rgba(0,0,0,0.8);
}

#modal-galeria .col-md-3 {
    margin: 15px 0;
}

.animate-way {
    opacity: 0;
    animation-duration: 1.5s;
}

.animate-way.in {
    opacity: 1;
}

.modal-fullscreen {
    width: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
}

.modal-content {
    background: url(../images/textura.png) repeat !important;
}

div.text-geral>div {
    justify-content: center;
}

.centered {
    text-align: center;
}


/* CARREGAMENTO ENVIO*/

.enviando {
    display:none;
    overflow: hidden;
    position: fixed;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
}

.enviando.in {
    display: block;
}

.enviando-main {
    font-size: 3rem;
    text-align: center;
    color: white;
    position: relative;
    top: 50%;
    transform: translateY(-50%); 
}

.balls-loading {
    display: flex;
    justify-content: center;
}
.balls-loading div {
    width: 2rem;
    height: 2rem;
    margin: 3rem 1rem;
    background: white;
    border-radius: 50%;
    -webkit-animation: 0.6s animation-balls infinite alternate;
        animation: 0.6s animation-balls infinite alternate;
}
.balls-loading div:nth-child(2) {
    -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
}
.balls-loading div:nth-child(3) {
    -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
}

@-webkit-keyframes animation-balls {
    0% {
        transform: translate3d(0, 1.5rem, 0) scale(1.2, 0.9);
    }
    100% {
        transform: translate3d(0, -1.5rem, 0) scale(0.9, 1.2);
    }
}

@keyframes animation-balls {
    0% {
        transform: translate3d(0, 1.5rem, 0) scale(1.2, 0.9);
    }
    100% {
        transform: translate3d(0, -1.5rem, 0) scale(0.9, 1.2);
    }
}

.backdrop-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .5;
}

.backdrop-form.in {
    display: block;
}


@media (min-width: 992px) {
    .vertical-align {
        display: flex;
        align-items: center;
    }
    
    .close-fixed {
        right: 45px;
    }
}

#galeria img.lazy {
    width: 450px;
    height: 253px;
	display: block;
}

@media (max-width: 490px) {
    #galeria img.lazy {
        width: 300px;
        height: 169px;
    }
}

@media (max-width: 380px) {
    #galeria img.lazy {
        width: 250px;
        height: 141px;
    }
}


#galeria .col-md-6 {
    padding-bottom: 30px;
}

.justify {
    text-align: justify;
}

main #home {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}

.waypoint-animated {
    opacity: 0;
}

#home .altura-100.fundo-bege {
    display: table;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#home .text-abertura {
    padding-top: 85px;
}

@media (max-height: 390px) {
    #home h1 {
        font-size: 2rem;
    }
    #home p {
        font-size: 0.8rem;
    }
}

#ir-produtos span{
    -webkit-animation: animacao-down 1s infinite;
    animation: animacao-down 1s infinite;
}

@-webkit-keyframes animacao-down {
    from {
        top: 3px;
    }
    to {
        top: 30px;
    }
}

@keyframes animacao-down{
    from {
        top: 3px;
    }
    to {
        top: 30px;
    }
}