@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@100;300;400;700&display=swap');
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; font-weight:normal; }
::-webkit-scrollbar { display:none; }
::-webkit-scrollbar-thumb { background:rgba(100,100,100,0.50) !important; -webkit-border-radius:0px; -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.50); }
::-webkit-scrollbar-corner { background: #dfdfdf; }
/* Palet: dark: 262626  light: 363636 red: b30000  */
/* GENERAL CLASSES */
strong,  b { font-weight:700 !important; }
p { display:block; margin:0; }
input[type=button] { cursor:pointer; transition:0.3s ease-in; -moz-transition:0.3s ease-in; -webkit-transition:0.3s ease-in; }
input[type=submit] { cursor:pointer; transition:0.3s ease-in; -moz-transition:0.3s ease-in; -webkit-transition:0.3s ease-in; }
input[type=text]:placeholder-shown { color:#444; }
img { border:0px; display:inline-block; }
ul, li { list-style:none; }
a { text-decoration:none; transition:0.3s ease-in; -moz-transition:0.3s ease-in; -webkit-transition:0.3s ease-in; }
a:hover { text-decoration:none; }
.clear { clear:both; }
.left { float:left; }
.right { float:right; }
.pointer { cursor:pointer !important; }
/* BASIC CLASSES    */
html { width:100%; height:100%; }
body { height:100%; width:100%; background:#fff; font-size:16px; color:#000; font-family: 'Exo', sans-serif; }



.whatsapp-button {position:fixed;bottom:25px;left:1rem;padding:1rem;border-radius:2rem;background:#056839;border:1px solid #056839;color:#fff;}
.whatsapp-button:hover {background:#fff;color:#056839;}