/* DOCUMENT CSS */

/* CSS's */
@import url('topo.css');
@import url('sobre_nos.css');
@import url('clientes.css');
@import url('servicos.css');
@import url('produtos.css');
@import url('whats.css');
@import url('rodape.css');


/* Fontes Externas */

/* font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');

/* font-family: 'Montserrat', sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");


/* Início CSS */

*,
*::before,
*::after {
    box-sizing: border-box
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol,
ul,
li {
    list-style: none
}

button {
    background-color: transparent;
    outline: none;
    border: 0;
    cursor: pointer
}

html, body{
    overflow-x: hidden;
    overflow-y: auto;
    backface-visibility: hidden;
    font-family: 'Montserrat', sans-serif !important;
}

a[href^=tel] { color: inherit; text-decoration: none; }

.fadeIn {
	-webkit-animation: fadeIn 0.6s ease-in-out;
	-moz-animation: fadeIn 0.6s ease-in-out;
	-o-animation: fadeIn 0.6s ease-in-out;
	animation: fadeIn 0.6s ease-in-out;
}

@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; } 
}
@-moz-keyframes fadeIn {
    0% { opacity: 0;}
    100% { opacity: 1; }
}
@-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.compensate-for-scrollbar {
    margin-right: 0px !important;
}

.bt-whatsme{
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 0px;
  z-index:  9999;
}

.fancy .conteudo{
    margin: 25px auto;
}

.janelas{
    padding: 70px 0px;
}

.conteudo{
    width: 85%;
    margin: auto;
}

#carousel_pivotantes .owl-nav, #carousel_padrao .owl-nav, #carousel_correr .owl-nav, #carousel_pivotantes2 .owl-nav, #carousel_padrao2 .owl-nav, #carousel_correr2 .owl-nav{
    display: none !important;
}

#carousel_pivotantes .owl-dots, #carousel_padrao .owl-dots, #carousel_correr .owl-dots, #carousel_pivotantes2 .owl-dots, #carousel_padrao2 .owl-dots, #carousel_correr2 .owl-dots{
    margin-top: 20px !important;
}

.owl-carousel button:focus {
  outline: none !important;
}

.imagem_novidade{
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.novidade{
    cursor: pointer;
}

.meio .carousel-item{
    height: 600px !important;
}

.loguinho {
    position: absolute;
    z-index: 10;
    margin-top: -5%;
}

.linha {
    position: absolute;
    float: right;
    right: 0;
    width: 61%;
}