@import "lib/angular-material/angular-material.min.css";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.0/css/all.min.css");
/*
@import (inline) "lib/angular-loading-bar/build/loading-bar.min.css";
@import (inline) "lib/angular-material-sidemenu/dest/angular-material-sidemenu.css";
*/
/*
https://scotch.io/courses/getting-started-with-less/responsive-and-media-queries
@wide-screen-down: ~'(max-width: 1199px)';
@desktop-down: ~'(max-width: 991px)';
@tablet-down: ~'(max-width: 767px)';
@phone-down: ~'(max-width: 480px)';
@small-phone-down: ~'(max-width: 320px)';
*/
.site {
  position: relative;
  background-color: #222;
  width: 100%;
  height: 100%;
}
.site #content {
  outline: none;
}
.site md-toolbar {
  height: 80px !important;
  z-index: 100;
}
.site md-toolbar.dark {
  background-color: #222 !important;
  color: #ffffff;
}
.site .md-toolbar-tools {
  position: fixed;
  background-color: #222 !important;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1), 0 2px 1px -1px rgba(0, 0, 0, 0.05) !important;
  width: 100%;
  padding: 0;
  height: 80px;
  max-height: 80px !important;
  /*.logo-0 {
            max-height: 50px;
            width: auto;
            display: none;
            @media @tablet-down {
                display: block;
            }
        }*/
}
.site .md-toolbar-tools .menu {
  margin: 0 !important;
  padding: 0 !important;
}
.site .md-toolbar-tools .logo {
  outline: none;
  max-height: 60px;
  width: auto;
}
@media (max-width: 767px) {
  .site .md-toolbar-tools .logo {
    max-height: 60px;
    width: auto;
  }
}
.site .mobile-menu {
  background-color: #000;
  position: fixed;
  width: 100%;
  height: auto;
  top: 80px;
  padding: 8px;
  z-index: 99;
}
.site .mobile-menu button {
  color: #fff;
  text-align: left;
}
.site .ui-view-content {
  height: 100%;
}
.site .wrapper {
  width: 100%;
  max-width: 1280px;
  /*border: 1px solid red;*/
  padding: 0 120px;
}
@media (max-width: 1199px) {
  .site .wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 991px) {
  .site .wrapper {
    padding: 0 18px;
  }
}
@media (max-width: 480px) {
  .site .wrapper {
    padding: 0 16px;
  }
}
@media (max-width: 320px) {
  .site .wrapper {
    padding: 0 8px;
  }
}
.site .wrapper .l,
.site .wrapper .r {
  height: 100%;
}
.site .wrapper h1,
.site .wrapper h2 {
  font-weight: 600;
  line-height: 1.5em;
}
.site .wrapper .img-site img {
  padding: 16px;
  max-width: 380px;
  height: auto;
}
@media (max-width: 1199px) {
  .site .wrapper .img-site img {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .site .wrapper .img-site img {
    max-width: 280px;
  }
}
@media (max-width: 480px) {
  .site .wrapper .img-site img {
    max-width: 180px;
  }
}
@media (max-width: 320px) {
  .site .wrapper .img-site img {
    max-width: 80px;
  }
}
.site .wrapper .actions {
  width: 100%;
  font-weight: bold;
}
.site .wrapper .actions button {
  min-width: 120px !important;
  margin: 0 !important;
}
.site .banner {
  /*.monitor {
            background-image: url(assets/img/site/statistic-4.png);
            background-position: center center;
            background-repeat: no-repeat;
        }*/
}
.site .banner section {
  margin-top: 16px;
  /*min-height: 700px;
            @media @wide-screen-down {
                min-height: 600px;
            }
            @media @desktop-down {
                margin: 0;
                min-height: 500px;
            }
            @media @phone-down {
                margin: 0;
                min-height: 400px;
            }
            @media @small-phone-down {
                margin: 0;
                min-height: 300px;
            }*/
}
.site .banner section #guga-guincho-video {
  border-radius: 4%;
  margin-top: 16px;
  width: 100%;
}
@media (max-width: 767px) {
  .site .banner section #guga-guincho-video {
    width: 100%;
  }
}
.site .banner section .auto-socorro {
  text-align: center;
}
.site .banner section h2 {
  font-size: 38px;
  font-weight: 600;
  margin: 0;
  color: #fff;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .site .banner section h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site .banner section h2 {
    margin: 16px 0 0 0;
  }
}
.site .banner section p {
  font-weight: 300;
  font-size: 24px;
  line-height: 44px;
  letter-spacing: -1px;
  word-spacing: 2px;
  color: #fff;
  text-align: center;
  margin: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .site .banner section p {
    font-size: 22px;
    line-height: 34px;
  }
}
.site .banner section p.texto {
  font-weight: 400;
  margin-top: 38px;
  text-align: center;
  width: 100%;
}
.site .banner section .expand-more {
  margin-top: 80px;
}
@media (max-width: 480px) {
  .site .banner section .expand-more {
    margin-top: 100px;
  }
}
.site .banner section .takeover-image img {
  margin-top: 90px;
  height: auto;
}
.site .content-init {
  background-color: #fff;
  color: #222;
}
.site .content-init section {
  min-height: 360px;
}
@media (max-width: 480px) {
  .site .content-init section .content {
    padding: 18px;
  }
}
.site .content-init section h2 {
  text-align: center;
}
.site .content-init section p {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 44px;
  letter-spacing: -1px;
  word-spacing: 2px;
}
@media (max-width: 991px) {
  .site .content-init section p {
    font-size: 22px;
    line-height: 34px;
  }
}
.site .content-produto {
  background-color: #fff;
  padding-top: 0 !important;
  padding-bottom: 16px;
  color: 000;
}
@media (max-width: 767px) {
  .site .content-produto {
    padding-top: 16px;
  }
}
.site .content-produto .card {
  min-height: 224px;
  max-width: 500px;
  background-color: #222222;
  margin: 8px 0 16px 0;
  border-radius: 8px;
}
.site .content-produto .card .card-title {
  font-size: 18px;
  background-color: #FAFAFA;
  padding: 16px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.site .content-produto .card .card-title span {
  margin-left: 16px;
  font-weight: 600;
}
.site .content-produto .card .card-content {
  padding: 0 16px 16px 16px;
}
.site .content-produto .card .card-content p,
.site .content-produto .card .card-content li {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 10px;
}
.site .content-produto .card .card-content ul {
  margin: 0!important;
}
.site .content-produto .card .card-content .big {
  font-size: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .site .content-produto .card .card-content .big {
    font-size: 20px;
  }
}
.site .content-produto .card md-icon {
  font-size: 24px;
}
.site .content-produto img {
  display: block;
}
.site .content-produto img,
.site .content-produto svg {
  vertical-align: middle;
}
.site .content-produto h2 {
  text-align: center;
  color: #000;
}
.site .content-produto .sub-titulo {
  text-align: center;
  font-weight: 300;
  color: #fff;
  margin: 0 auto;
  font-size: 1.1rem;
}
.site .content-produto .btn-produto {
  margin: 15px;
  display: flex;
}
.site .content-produto .btn-produto a {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  border-bottom: 2px solid #FF9800;
  text-decoration: none;
}
.site .content-produto .btn-produto .btn-border {
  display: flex;
  border-bottom: 2px solid #FF9800;
  position: inherit;
  z-index: 0;
}
.site .content-produto .btn-produto .btn-border .seta {
  width: 22px;
  margin-left: 13px;
  height: 18px;
  margin-top: 0px;
  font-size: 21px;
}
.site .content-regioes {
  background-color: #222;
  color: #fff;
}
.site .content-regioes h2 {
  text-align: center;
  color: #fff;
  margin: 0 0 16px 0;
}
.site .content-regioes h3 {
  color: #fff;
}
.site .content-regioes section {
  padding-top: 16px;
  padding-bottom: 16px;
  min-height: 360px;
}
@media (max-width: 480px) {
  .site .content-regioes section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.site .content-regioes section p {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 44px;
  letter-spacing: -1px;
  word-spacing: 2px;
}
@media (max-width: 991px) {
  .site .content-regioes section p {
    font-size: 20px;
    line-height: 34px;
  }
}
.site .content-regioes section ul {
  color: #fff;
  list-style: circle;
}
.site .content-regioes section li {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  word-spacing: .5px;
}
@media (max-width: 480px) {
  .site .content-regioes section li {
    font-size: 16px;
  }
}
.site .content-pagamentos {
  background-color: #fff;
  padding-top: 0 !important;
  padding-bottom: 16px;
  color: 000;
}
@media (max-width: 767px) {
  .site .content-pagamentos {
    padding-top: 16px;
  }
}
.site .content-pagamentos h2 {
  margin-bottom: 0;
}
.site .content-pagamentos p {
  margin: 0;
  font-size: 18px;
  letter-spacing: 1.2px;
}
@media (max-width: 480px) {
  .site .content-pagamentos p {
    font-size: 14px;
  }
}
.site .content-pagamentos .forma-pag {
  margin: 48px 0;
}
@media (max-width: 480px) {
  .site .content-pagamentos .forma-pag {
    margin: 0;
  }
}
.site .content-pagamentos .forma-pag .item {
  width: 100%;
  height: 140px;
}
.site .content-pagamentos .forma-pag .item md-icon {
  font-size: 120px;
}
@media (max-width: 480px) {
  .site .content-pagamentos .forma-pag .item md-icon {
    font-size: 80px;
  }
}
.site .content-rodape {
  background-color: #222;
  color: #fff;
}
.site .content-rodape h2 {
  margin-top: 36px;
  margin-bottom: 0;
  padding-bottom: 24px;
  font-size: 1.4em;
  font-weight: normal;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.site .content-rodape p {
  margin-top: 8px;
  font-weight: 600;
}
.site .content-rodape a {
  cursor: pointer;
}
.site .content-rodape footer {
  margin: 16px 0;
}
.site .content-rodape footer h3 {
  font-size: 1.2em;
  font-weight: 600;
}
.site .content-rodape footer ul {
  list-style: none;
  padding: 0;
}
.site .content-rodape footer ul li {
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 1.25;
  font-weight: 300;
  margin: 15px 0px 24px;
}
.site .content-rodape footer ul li a,
.site .content-rodape footer ul li span {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.site .content-rodape footer ul li a md-icon,
.site .content-rodape footer ul li span md-icon {
  color: #fff;
  margin-bottom: 4px;
}
.site .content-rodape footer ul li a md-icon,
.site .content-rodape footer ul li span md-icon {
  color: #fff;
  margin: 0 8px 4px 0;
}
.site .content-rodape footer ul li span.whatsapp md-icon,
.site .content-rodape footer ul li span.phone md-icon {
  font-size: 18px;
}
.site .content-rodape footer ul li a:hover {
  color: #FF9800;
}
.site .content-rodape footer ul li a.facebook:hover {
  color: #1877F2;
}
.site .content-rodape footer ul li a.facebook:hover md-icon {
  color: #1877F2;
}
.site .content-rodape footer ul li a.instagram:hover {
  color: #db2e63;
}
.site .content-rodape footer ul li a.instagram:hover md-icon {
  color: #db2e63;
}
.site .content-powered {
  background-color: #222;
  padding: 24px;
}
.site .content-powered .end-text {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: smaller;
  word-spacing: 2px;
  margin: 0;
  padding: 0;
}
.site .content-powered .end-text .highlight {
  color: #FFC107;
}
.site .content-cookies {
  background-color: #FFFFFF;
  min-height: 320px;
  color: #222;
}
.site .content-cookies section {
  margin-bottom: 24px;
}
.site .content-cookies h2 {
  margin-bottom: 0;
}
.site .content-cookies h3 {
  margin-top: 0;
}
.site .cookie {
  bottom: 0px;
  /*bottom: -20px;
        left: 50%;
        transform: translate(-50%, -50%);*/
}
.site .cookie-wrapper {
  z-index: 1;
  line-height: 100%;
  position: fixed;
  padding: 4px 20px 4px 20px;
  background: #f0f0f0;
  color: #222;
  width: 100%;
  /*width: 90%;
        border-radius: 8px;*/
}
.site .links-notif {
  color: #000;
  font-weight: bold;
}
.whatsapp-float {
  position: fixed;
  bottom: 16px;
  right: 80px;
  z-index: 100;
}
@media (max-width: 767px) {
  .whatsapp-float {
    bottom: 36px;
    right: 8px;
  }
}
.whatsapp-float button {
  background-color: #1BD741 !important;
  width: 64px !important;
  height: 64px !important;
}
.whatsapp-float button md-icon {
  color: #fff !important;
  font-size: 36px;
}
@media (max-width: 767px) {
  .whatsapp-float button {
    width: 48px !important;
    height: 48px !important;
  }
}
/*.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}*/
.contato {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.pagina404 {
  background-color: #FFFFFF;
  height: 100%;
  padding: 60px 30px;
}
.pagina404 h1 {
  font-size: 80px;
  color: #fff;
  margin: 20px;
}
.pagina404 h2 {
  font-size: 24px;
  color: #fff;
  margin: 20px;
}
@media (max-width: 1199px) {
  .pagina404 {
    min-height: 25vw;
    padding: 60px 30px;
  }
  .pagina404 h1 {
    font-size: 130px;
    color: #fff;
    margin: 20px;
  }
  .pagina404 h2 {
    font-size: 60px;
    color: #fff;
    margin: 20px;
  }
}
.pagina404 .ui-view-content {
  height: 100%;
}
.pagina404 .ui-view-content section {
  padding-left: 5vw;
  padding-right: 5vw;
}
.pagina404 .fundo-branco {
  background-color: #fff;
}
.pagina404 .secao {
  min-height: auto;
  margin: 0 auto;
  max-width: 1148px;
  padding: 64px 1.5rem;
}
@media (max-width: 480px) {
  .pagina404 .secao {
    padding-top: 0;
    padding-bottom: 0;
  }
}
::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
::-webkit-scrollbar-thumb:horizontal {
  background: #888;
  border-radius: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Ubuntu", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
  background-color: #E6E6E6;
  top: 0 !important;
  position: unset !important;
}
body .myApp-views {
  height: 100%;
}
.ws-bg {
  /*background-color: #772953;
	background-image: linear-gradient(to bottom left, rgba(119, 41, 83, 0.16) 0, rgba(119, 41, 83, 0.16) 49.9%, transparent 50%), linear-gradient(to bottom right, rgba(228, 228, 228, 0.5) 0, rgba(228, 228, 228, 0.5) 49.9%, transparent 50%), linear-gradient(to top left, white 0%, white 49.3%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient( -89deg, #e95420 0%, #772953 42%, #2c001e 94%);*/
  background-color: #111;
  background-image: linear-gradient(to bottom left, rgba(216, 216, 216, 0.54) 0, rgba(216, 216, 216, 0.54) 49.9%, transparent 50%), linear-gradient(to bottom right, rgba(228, 228, 228, 0.54) 0, rgba(228, 228, 228, 0.54) 49.9%, transparent 50%), linear-gradient(to top left, white 0%, white 49.3%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(201deg, #4e4e4e 0%, #333 46%, #111 90%);
  /*background-color: #326de6;
	background-image: linear-gradient(to bottom left, rgba(21, 58, 138, 0.16) 0, rgba(21, 58, 138, 0.16) 49.9%, transparent 50%), linear-gradient(to bottom right, rgba(50, 109, 230, 0.5) 0, rgba(50, 109, 230, 0.5) 49.9%, transparent 50%), linear-gradient(to top left, white 0%, white 49.3%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient( 74deg, #173d8b 0%, #326de6 92%);*/
  /*background-color: #2b585d;
	background-image: linear-gradient(to bottom left, rgba(71, 145, 154, 0.16) 0, rgba(71, 145, 154, 0.16) 49.9%, transparent 50%), linear-gradient(to bottom right, rgba(71, 145, 154, 0.16) 0, rgba(71, 145, 154, 0.16) 49.9%, transparent 50%), linear-gradient(to top left, white 0%, white 49.3%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient( 246deg, #47919a 0%, #47919a 53%, #2b585d 100%);*/
  background-blend-mode: multiply, multiply, normal, normal;
  color: #fff;
  background-position: top right, top left, right bottom -1px, left top;
  background-repeat: no-repeat;
  background-size: 74% 99.83%, 68% 91%, 103.8% 20.26%, 100% 99.8%;
  /*margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 95rem;*/
}
.ws-bg-dark {
  /*background-color: #772953;
	background-image: linear-gradient(to bottom left, rgba(119, 41, 83, 0.16) 0, rgba(119, 41, 83, 0.16) 49.9%, transparent 50%), linear-gradient(to bottom right, rgba(228, 228, 228, 0.5) 0, rgba(228, 228, 228, 0.5) 49.9%, transparent 50%), linear-gradient(to top left, white 0%, white 49.3%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient( -89deg, #e95420 0%, #772953 42%, #2c001e 94%);*/
  background-color: #111;
  background-image: linear-gradient(to bottom left, rgba(216, 216, 216, 0.54) 0, rgba(216, 216, 216, 0.54) 49.9%, transparent 50%), linear-gradient(to bottom right, rgba(228, 228, 228, 0.54) 0, rgba(228, 228, 228, 0.54) 49.9%, transparent 50%), linear-gradient(to top left, white 0%, white 49.3%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(201deg, #4e4e4e 0%, #333 46%, #111 90%);
  /*background-color: #326de6;
	background-image: linear-gradient(to bottom left, rgba(21, 58, 138, 0.16) 0, rgba(21, 58, 138, 0.16) 49.9%, transparent 50%), linear-gradient(to bottom right, rgba(50, 109, 230, 0.5) 0, rgba(50, 109, 230, 0.5) 49.9%, transparent 50%), linear-gradient(to top left, white 0%, white 49.3%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient( 74deg, #173d8b 0%, #326de6 92%);*/
  background-blend-mode: multiply, multiply, normal, normal;
  color: #fff;
  background-position: top right, top left, right bottom -1px, left top;
  background-repeat: no-repeat;
  background-size: 74% 99.83%, 68% 91%, 103.8% 20.26%, 100% 99.8%;
  /*margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 95rem;*/
}
md-toolbar {
  background-color: transparent !important;
  /*h2 {
		color: white !important;
	}*/
}
table.clone thead tr:last-child th {
  border-bottom: 1px rgba(0, 0, 0, 0.12) solid;
}
table.clone + md-table-container table tbody tr:first-child td {
  border-top: block;
}
md-table-container.fix-head {
  width: 100%;
  min-height: 300px;
  height: 100%;
}
md-table-container.fix-head .overflow {
  background-color: white;
  overflow: auto;
  height: 100%;
}
.ng-invalid {
  border-color: #A94442;
  border-width: 1px;
}
#loading-bar .bar {
  background: #FF9800;
}
#loading-bar-spinner .spinner-icon {
  border-top-color: #FF9800;
  border-left-color: #FF9800;
}
#loading-bar .peg {
  -moz-box-shadow: #FF9800 1px 0 6px 1px;
  -ms-box-shadow: #FF9800 1px 0 6px 1px;
  -webkit-box-shadow: #FF9800 1px 0 6px 1px;
  box-shadow: #FF9800 1px 0 6px 1px;
}
md-content {
  background-color: white;
}
md-actions {
  background-color: white;
  min-height: 50px;
}
.md-sidemenu-content {
  display: block;
}
table[md-table] md-checkbox[disabled] {
  background-color: #EEEEEE;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.left {
  text-align: left !important;
}
.bold {
  font-weight: 600;
}
.highlight-1 {
  color: #FFC107;
}
.highlight-2 {
  color: #DC143C;
}
/*Animação*/
[anima-data] {
  opacity: 0;
  transition: 0.5s;
}
[anima-data="left"] {
  transform: translate3d(-50px, 0, 0);
}
[anima-data="right"] {
  transform: translate3d(50px, 0, 0);
}
[anima-data="top"] {
  transform: translate3d(0, -50px, 0);
}
[anima-data="bottom"] {
  transform: translate3d(0, 50px, 0);
}
[anima-data].animate {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
/*fim - animação*/
