/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : jan de 2025
    Author     : Fábio Maciel
*/

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; }

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff;
}

:focus { outline: none; }
@keyframes fadeIn { 
    from { opacity: 0.4; } 
}

strong { font-weight: 700; }
small { font-size: 80%; }
em { font-style: italic; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 20px; }
a { text-decoration: none; background-color: transparent; }
a:hover { text-decoration: underline; }


.chat-whatsapp {
    fill: #fff;
    width: 48px;
    height: 48px;
    padding: 3px;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);    
    position: fixed;
    bottom: 20px;
    right : 20px;
    z-index: 1000;
}

.chat-whatsapp:hover {
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
}

.btn-cotacao {
    border-radius: 4px;    
    cursor: pointer;
    background: #042047;    
}
.btn-cotacao a { 
    font-family: 'Roboto', sans-serif;    
    color: #fff !important;
} 

@media (max-width: 767px) {
    .btn-cotacao {        
        background: transparent;    
    }
    .btn-cotacao a {         
        color: #042047 !important;
    } 
}



.menu {    
    margin: 0;
    padding: 0;
    align-self: center;    
    display: inline-block;      
}

.menu li {
    list-style: none;
    display: inline-flex;    
    padding: 0 0 0 10px;
}

.menu li a {
    color: #22B1E9;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}


