@charset "utf-8";

body .color.exclusivo1 { color: rgb(28 31 60) !important;}
body .color.exclusivo2 { color: rgb(19 255 106) !important;}
body .color.exclusivo3 { color: rgb(83, 87, 112) !important;}

body .botao.exclusivo1 { background-color: rgb(28 31 60); color: rgb(19 255 106) !important;}
body .botao.exclusivo1:hover { z-index: 1; transform: scale(1.1);}

body .botao.exclusivo2 { background-color: rgb(19 255 106); color: rgb(28 31 60) !important;}
body .botao.exclusivo2:hover { z-index: 1; transform: scale(1.1);}

body .carousel { display: none;}
body .carousel .owl-carousel { float: left; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1; display: none; }
body .carousel .owl-carousel.owl-loaded { display: block;}
body .carousel .owl-carousel.owl-loading { opacity: 0; display: block;}
body .carousel .owl-stage-outer { display: flex; position: relative; overflow: hidden;}
body .carousel .owl-stage { display: flex;}
body .carousel .owl-item { display: flex; float: left; position: relative; -webkit-tap-highlight-color: transparent;}
body .carousel .owl-nav { display: none; position: absolute;}
body .carousel .owl-nav.disabled button { opacity: 0.7; cursor: default;}
body .carousel .owl-nav.disabled button:hover { opacity: 0.7; cursor: default;}
body .carousel .owl-dots { display: none;}
body .carousel .no-js .owl-carousel { display: block;}
