:root {
    --transition: all 0.20s ease;
    --invert: brightness(0) invert(1);
    
    --darkpurple: #00376a;
    --lightblue: #0BC0D3;
    --white: #FFFFFF;
    --black: #000000;
    --lightgrey: #ECECEC;
    --lightgrey2: #FAF6F7;
    --lightgrey3: #A6A6A6;
    --grey: #505050;
    --orange: #FC671D;
}
.sortable-handler {
    touch-action: none;
}
*{
    box-sizing: border-box;
}
p {
    margin-top: 0;
    margin-bottom: 0;
}
html {
  scroll-behavior: smooth;
}
a,
button,
input {
    outline: none;
    text-decoration: none;
}
a:hover,
button:hover,
input:hover {
    outline: none;
    text-decoration: none;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/* HTML5 display-role reset for older browsers */
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;
}
.grid {
    display: flex;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    flex-wrap: wrap;
    position: relative;
}
@media (min-width:576px) {
    .grid {
    max-width: 540px;
}
}@media (min-width:768px) {
    .grid {
    max-width: 720px;
}
}@media (min-width:992px) {
    .grid {
    max-width: 960px;
}
}@media (min-width:1200px) {
    .grid {
    max-width: 1170px;
}
}
html {
    overflow-x: hidden!important;
    font-family: 'Roboto', sans-serif;
}
body{
    overflow: hidden!important;
    background: var(--white);
}

/* Classes auxiliares */
.show-mobile{
    display: none!important;
}
.show-desktop{
    display: block!important;
}
@media(max-width: 992px){
    .show-mobile{
        display: block!important;
    }
    .show-desktop{
        display: none!important;
    }
}
 /* Roboto */
 @font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-font/Roboto-BlackItalic.woff2') format('woff2'),
        url('../fonts/roboto-font/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-font/Roboto-Black.woff2') format('woff2'),
        url('../fonts/roboto-font/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-font/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/roboto-font/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-font/Roboto-BoldItalic.woff2') format('woff2'),
        url('../fonts/roboto-font/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-font/Roboto-Light.woff2') format('woff2'),
        url('../fonts/roboto-font/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-font/Roboto-Italic.woff2') format('woff2'),
        url('../fonts/roboto-font/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-font/Roboto-LightItalic.woff2') format('woff2'),
        url('../fonts/roboto-font/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-font/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/roboto-font/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-font/Roboto-MediumItalic.woff2') format('woff2'),
        url('../fonts/roboto-font/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-font/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/roboto-font/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-font/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/roboto-font/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-font/Roboto-ThinItalic.woff2') format('woff2'),
        url('../fonts/roboto-font/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/** OWL **/

.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 50px;
}

.owl-default .owl-dots .owl-dot.active span, 
.owl-default .owl-dots .owl-dot:hover span,
.owl-default .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
}
/** dots purple **/
.owl-purple .owl-dots .owl-dot.active span, 
.owl-purple .owl-dots .owl-dot:hover span{
    background: var(--darkpurple);
    border: 1px solid var(--darkpurple);
}
.owl-purple .owl-dots .owl-dot span{
    background: none;
    border: 1px solid var(--darkpurple);
}


/** dots white **/
.owl-white .owl-dots .owl-dot.active span, 
.owl-white .owl-dots .owl-dot:hover span{
    background: var(--white);
    border: 1px solid var(--white);
}
.owl-white .owl-dots .owl-dot span{
    background: none;
    border: 1px solid var(--white);
}