/*   
Theme Name: Atlantic4web Theme
Theme URI: https://atlantic4web.pt/
Description: Tema Personalizado pela Atlantic4Web.
Author: Atlantic4web
Author URI: https://atlantic4web.pt/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutDownSmall {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}
@keyframes spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spin {
  animation-name: spinning;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  /* linear | ease | ease-in | ease-out | ease-in-out */
  animation-timing-function: linear;
}

.skeleton {
  animation: skeleton-loading 0.6s linear infinite alternate;
}

.fadeOutDownSmall {
  animation-name: fadeOutDownSmall;
}

.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

:root {
  scroll-behavior: smooth;
}

html, body {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  background-color: #ffffff;
  color: #000000;
}

body {
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  overflow-x: hidden;
}
body.popupon {
  overflow: hidden;
}
body.popupon:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

*, ::after, ::before {
  box-sizing: border-box;
}

*:focus {
  outline: 0 !important;
}

a {
  color: #14816f;
  transition-duration: 0.5s;
  text-decoration: none;
}
a:hover {
  color: #1CECE9;
}

.reverseflip {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.flexcontent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

header {
  background: #15151D;
  background: linear-gradient(90deg, #15151D 0%, #2E2E35 100%);
  z-index: 9;
  position: relative;
}
header .topbar {
  background-color: #000000;
  width: 100%;
  position: relative;
  padding: 10px 0;
  transition: 0.3s;
}
header .topbar .flexcontent {
  align-items: center;
  justify-content: end;
}
header .topbar .licart {
  display: inline-block;
  position: relative;
  font-size: 22px;
  margin-right: 20px;
}
header .topbar .licart .cart-count {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #1CECE9;
  border-radius: 50%;
  color: #2E2E35;
  line-height: 15px;
  text-align: center;
  font-size: 8px;
  font-weight: 600;
  right: -6px;
  margin: 0 auto;
  z-index: 9;
  top: -4px;
}
header .topbar .licart i, header .topbar .licart svg {
  color: #ffffff;
}
header .topbar .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .topbar .listing-contacts {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .topbar .listing-contacts li {
  display: inline-block;
  margin: 0 15px;
}
header .topbar .listing-contacts li a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
header .topbar .listing-contacts li a i, header .topbar .listing-contacts li a svg {
  color: #1CECE9;
  font-size: 24px;
  margin-right: 10px;
}
header .topbar .listing-contacts li:first-child {
  margin-left: 0 !important;
}
header .topbar .listing-contacts li:last-child {
  margin-right: 0 !important;
}
header .topbar .bt-clientarea {
  padding: 8px 30px;
  text-transform: uppercase;
  background: #14816f;
  background: linear-gradient(90deg, #14816f 0%, #1CECE9 100%);
  border: 0;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  float: right;
  transition: 0.5s;
}
header .topbar .bt-clientarea i, header .topbar .bt-clientarea svg {
  font-size: 24px;
  margin-right: 10px;
}
header .topbar .bt-clientarea:hover {
  opacity: 0.7;
}
header .bottombar {
  position: relative;
  width: 100%;
  padding: 0;
}
header .bottombar .logo {
  float: left;
  width: 30%;
}
header .bottombar .logo img {
  width: 100%;
  max-width: 370px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
header .bottombar .navmenu {
  float: left;
  width: 70%;
}
header .bottombar .navmenu .licart {
  display: none;
  position: relative;
  font-size: 22px;
  margin-right: 20px;
}
header .bottombar .navmenu .licart .cart-count {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #1CECE9;
  border-radius: 50%;
  color: #2E2E35;
  line-height: 15px;
  text-align: center;
  font-size: 8px;
  font-weight: 600;
  right: -6px;
  margin: 0 auto;
  z-index: 9;
  top: -4px;
}
header .bottombar .navmenu .licart i, header .bottombar .navmenu .licart svg {
  color: #ffffff;
}
header .bottombar .navmenu .menu {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
header .bottombar .navmenu .menu li {
  position: relative;
  display: inline-block;
}
header .bottombar .navmenu .menu li a {
  position: relative;
  padding: 25px 15px;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  z-index: 1;
}
header .bottombar .navmenu .menu li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #15151D;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.25s ease-out;
}
header .bottombar .navmenu .menu li a:hover:after {
  transform: scaleY(1);
  transform-origin: bottom;
}
header .bottombar .navmenu .menu li a:hover::-moz-selection {
  color: #15151D;
  background: #ffffff;
}
header .bottombar .navmenu .menu li a:hover::selection {
  color: #15151D;
  background: #ffffff;
}
header .bottombar .navmenu .menu li.searchclass a {
  color: #1CECE9;
}
header .bottombar .navmenu .menu li.specialbutton > a {
  background: #14816f;
  background: linear-gradient(90deg, #14816f 0%, #1CECE9 100%);
}
header .bottombar .navmenu .menu li.specialbutton > a:after {
  display: none;
}
header .bottombar .navmenu .menu li.current-menu-item a {
  background: #15151D;
}
header .bottombar .navmenu .menu li .sub-menu {
  position: absolute;
  display: none;
  z-index: 8000;
  text-align: left;
  width: 350px;
  padding: 20px 0;
  box-sizing: border-box;
  top: 5rem;
  left: calc(50% - 176px);
  background-color: #212128;
  list-style-type: none;
}
header .bottombar .navmenu .menu li .sub-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 14px;
  height: 14px;
  background-color: #212128;
  transform: rotate(45deg) translateX(-50%);
}
header .bottombar .navmenu .menu li .sub-menu li {
  width: 100%;
}
header .bottombar .navmenu .menu li .sub-menu li a {
  color: #ffffff;
  padding: 5px 25px;
}
header .bottombar .navmenu .menu li .sub-menu li a:hover {
  color: #14816f;
}
header .bottombar .navmenu .menu li .sub-menu li a:after {
  display: none !important;
}
header .bottombar .navmenu .menu li.licart .cart-count {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #1CECE9;
  color: #2E2E35;
  border-radius: 50%;
  color: #2E2E35;
  line-height: 15px;
  text-align: center;
  font-size: 8px;
  font-weight: 600;
  top: 20px;
  right: 5px;
  z-index: 9;
}
header .bottombar .navmenu .hamburger {
  display: none;
  margin: 10px 0px;
  font-size: 26px;
  background-color: transparent;
  border: 0;
  color: #ffffff;
  float: right;
  transition: 0.5s;
}
header .bottombar .menumobile {
  display: none;
}
header .bottombar .menumobile .otherinfomobile {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0 0 0;
  width: 100%;
  text-align: center;
}
header .bottombar .menumobile .otherinfomobile .listing-contacts {
  padding: 20px 0 20px 0;
  margin: 0;
  list-style: none;
}
header .bottombar .menumobile .otherinfomobile .listing-contacts li {
  display: block;
  width: 100%;
}
header .bottombar .menumobile .otherinfomobile .listing-contacts li a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
}
header .bottombar .menumobile .otherinfomobile .listing-contacts li a i, header .bottombar .menumobile .otherinfomobile .listing-contacts li a svg {
  color: #1CECE9;
  font-size: 24px;
  margin-right: 10px;
}
header .bottombar .menumobile .otherinfomobile .listing-contacts li:first-child {
  margin-bottom: 5px;
}
header .bottombar .menumobile .otherinfomobile .bt-clientarea {
  padding: 8px 30px;
  text-transform: uppercase;
  background: #14816f;
  background: linear-gradient(90deg, #14816f 0%, #1CECE9 100%);
  border: 0;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  transition: 0.5s;
}
header .bottombar .menumobile .otherinfomobile .bt-clientarea i, header .bottombar .menumobile .otherinfomobile .bt-clientarea svg {
  font-size: 24px;
  margin-right: 10px;
}
header .bottombar .menumobile .menu {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none;
  text-align: center;
}
header .bottombar .menumobile .menu li {
  position: relative;
  display: block;
}
header .bottombar .menumobile .menu li a {
  position: relative;
  padding: 10px 0;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  z-index: 1;
}
header .bottombar .menumobile .menu li.current-menu-item a {
  background: #15151D;
}
header .bottombar .menumobile .menu li .sub-menu {
  display: none;
  padding: 0;
  margin: 0;
  background-color: rgba(21, 21, 29, 0.78);
}
header .bottombar .menumobile .menu li .sub-menu li a {
  font-size: 12px;
}
header .bottombar .menumobile .menu li.licart .cart-count {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #1CECE9;
  color: #2E2E35;
  border-radius: 50%;
  color: #2E2E35;
  line-height: 15px;
  text-align: center;
  font-size: 8px;
  font-weight: 600;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 9;
}
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transform: none;
  /*.topbar {
      margin-top: -60px;
  }*/
}

/*.admin-bar {
    header.sticky {
        .topbar {
            margin-top: -28px;
        }
    }
}*/
.admin-bar header.sticky {
  top: 32px;
}

footer {
  width: 100%;
  position: relative;
  background-color: #111111;
}
footer .topfoot {
  padding: 50px 0;
  display: block;
}
footer .topfoot .logo {
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
}
footer .topfoot .logo img {
  width: 100%;
  max-width: 280px;
}
footer .topfoot .widget {
  width: 100%;
  position: relative;
}
footer .topfoot .widget .widget-title {
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
footer .topfoot .widget .widget-title:after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  margin-top: 10px;
  background-color: #1CECE9;
}
footer .topfoot .widget.serviceslist ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
footer .topfoot .widget.serviceslist ul li {
  display: block;
  padding: 10px 0;
}
footer .topfoot .widget.serviceslist ul li a {
  display: flex;
  align-items: center;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  text-decoration: none;
}
footer .topfoot .widget.serviceslist ul li a:before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23fff' points='10 5 15 9.5 10 14'%3E%3C/polyline%3E%3Cline fill='none' stroke='%23fff' x1='4' y1='9.5' x2='15' y2='9.5'%3E%3C/line%3E%3C/svg%3E");
  transition: 0.5s;
}
footer .topfoot .widget.serviceslist ul li a:hover:before {
  margin-right: 10px;
}
footer .topfoot .widget.contacts .contacts-list {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
footer .topfoot .widget.contacts .contacts-list li {
  padding: 10px 0;
}
footer .topfoot .widget.contacts .contacts-list li a {
  display: flex;
  align-items: baseline;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.67;
  text-decoration: none;
}
footer .topfoot .widget.contacts .contacts-list li a i, footer .topfoot .widget.contacts .contacts-list li a svg {
  margin: 0 15px 0 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
}
footer .topfoot .widget.contacts .social {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .topfoot .widget.contacts .social li {
  display: inline-block;
  margin: 0 5px;
}
footer .topfoot .widget.contacts .social li:first-child {
  margin-left: 0 !important;
}
footer .topfoot .widget.contacts .social li:last-child {
  margin-right: 0 !important;
}
footer .topfoot .widget.contacts .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transition: all 0.3s linear;
}
footer .topfoot .widget.contacts .social li a:hover {
  background-color: #1CECE9;
}
footer .topfoot .widget.tutoriais .news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .topfoot .widget.tutoriais .news-list li {
  display: block;
}
footer .topfoot .widget.tutoriais .news-list li .news-list-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
footer .topfoot .widget.tutoriais .news-list li .news-list-item .news-list-item__thumbnail {
  position: relative;
  width: 95px;
  height: 88px;
  background-color: #ccc;
  margin-right: 20px;
}
footer .topfoot .widget.tutoriais .news-list li .news-list-item .news-list-item__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
footer .topfoot .widget.tutoriais .news-list li .news-list-item .news-list-item__info {
  display: flex;
  flex-direction: column;
}
footer .topfoot .widget.tutoriais .news-list li .news-list-item .news-list-item__info .news-list-item__date {
  margin-bottom: 15px;
  color: #1CECE9;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}
footer .topfoot .widget.tutoriais .news-list li .news-list-item .news-list-item__info .news-list-item__title {
  display: flex;
  align-items: center;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  text-decoration: none;
}
footer .topfoot .widget.tutoriais .news-list li .news-list-item .news-list-item__info .news-list-item__title:before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  transition: 0.5s;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23fff' points='10 5 15 9.5 10 14'%3E%3C/polyline%3E%3Cline fill='none' stroke='%23fff' x1='4' y1='9.5' x2='15' y2='9.5'%3E%3C/line%3E%3C/svg%3E");
}
footer .topfoot .widget.tutoriais .news-list li .news-list-item .news-list-item__info .news-list-item__title:hover:before {
  margin-right: 10px;
}
footer .topfoot .widget.tutoriais .news-list li + li {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .bottomfoot {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}
footer .bottomfoot .copyright {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.3s linear;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.7);
}
footer .bottomfoot .copyright a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: 0.5s;
}
footer .bottomfoot .copyright a:hover {
  color: #ffffff;
}
footer .bottomfoot .menu-footer-menu-container {
  width: 100%;
  position: relative;
}
footer .bottomfoot .menu-footer-menu-container .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
footer .bottomfoot .menu-footer-menu-container .menu li {
  display: inline-block;
  margin: 0 5px;
}
footer .bottomfoot .menu-footer-menu-container .menu li:first-child {
  margin-left: 0 !important;
}
footer .bottomfoot .menu-footer-menu-container .menu li:last-child {
  margin-right: 0 !important;
}
footer .bottomfoot .menu-footer-menu-container .menu li a {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.5s;
}
footer .bottomfoot .menu-footer-menu-container .menu li a:hover {
  color: #ffffff;
}
footer .bottomfoot .menu-footer-menu-container .menu li + li:before {
  content: "|";
  color: rgba(255, 255, 255, 0.7);
  margin-right: 7px;
  margin-left: -5px;
}

.custom-section {
  width: 100%;
  position: relative;
  display: block;
}
.custom-section .section-title {
  width: 100%;
  position: relative;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

.stepsaluguer {
  width: 100%;
  position: relative;
  padding: 30px 0;
  background-color: #313131;
}
.stepsaluguer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
}
.stepsaluguer ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.stepsaluguer ul li .icon-stepaluguer i, .stepsaluguer ul li .icon-stepaluguer svg {
  font-size: 20px;
  color: #ffffff;
}
.stepsaluguer ul li p, .stepsaluguer ul li h4 {
  color: #ffffff;
}
.stepsaluguer ul li .title-stepaluguer {
  text-transform: uppercase;
  font-size: 1.2rem;
}

.blog-listing {
  margin: 60px 0;
}
.blog-listing .listagem-blog {
  position: relative;
  width: 100%;
  margin: 0 !important;
}
.blog-listing .listagem-blog .sblog {
  width: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.blog-listing .listagem-blog .sblog .thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
  background-color: #ccc;
  margin-bottom: 20px;
}
.blog-listing .listagem-blog .sblog .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.blog-listing .listagem-blog .sblog .thumbnail .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(20, 129, 111, 0.6);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-transform: uppercase;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transform: translateY(100%);
}
.blog-listing .listagem-blog .sblog .thumbnail .overlay a {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
  padding: 10px 30px;
  transition: 0.5s;
  background-color: transparent;
  font-size: 16px;
}
.blog-listing .listagem-blog .sblog .thumbnail .overlay a:hover {
  background-color: #ffffff;
  color: #14816f;
}
.blog-listing .listagem-blog .sblog .thumbnail:hover .overlay {
  transform: translateY(0);
}
.blog-listing .listagem-blog .sblog .content {
  padding: 20px;
  width: 100%;
  position: relative;
}
.blog-listing .listagem-blog .sblog .content .cats {
  display: block;
  position: relative;
  color: #888;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.blog-listing .listagem-blog .sblog .content .cats a {
  color: #888;
  text-decoration: none;
}
.blog-listing .listagem-blog .sblog .content .cats i, .blog-listing .listagem-blog .sblog .content .cats svg {
  color: #1CECE9;
  margin-right: 10px;
}
.blog-listing .listagem-blog .sblog .content .cats.skeleton {
  width: 150px;
  height: 15px;
}
.blog-listing .listagem-blog .sblog .content .excerpt {
  width: 100%;
  margin-top: 15px;
  color: #8d8d8d;
}
.blog-listing .listagem-blog .sblog .content .excerpt.skeleton {
  width: 100%;
  height: 84px;
}
.blog-listing .listagem-blog .sblog .content .title {
  color: #000000;
  font-weight: 700;
  line-height: 1.2;
}
.blog-listing .listagem-blog .sblog .content .title a {
  color: #000000;
  text-decoration: none;
}
.blog-listing .listagem-blog .sblog .content .title.skeleton {
  width: 200px;
  height: 28px;
}
.blog-listing .listagem-blog .sblog .content .date {
  color: #1CECE9;
  font-size: 1rem;
  font-weight: 600;
}
.blog-listing .listagem-blog .bt-vermaisblog {
  width: 100%;
  position: relative;
  margin: 30px 0;
  text-align: center;
  display: inline-block;
}
.blog-listing .listagem-blog .bt-vermaisblog a {
  background: #14816f;
  background: linear-gradient(90deg, #14816f 0%, #1CECE9 100%);
  color: #ffffff;
  padding: 15px 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  transition: 0.5s;
}
.blog-listing .listagem-blog .bt-vermaisblog a i, .blog-listing .listagem-blog .bt-vermaisblog a svg {
  margin-left: 10px;
  transition: 0.5s;
}
.blog-listing .listagem-blog .bt-vermaisblog a:hover {
  opacity: 0.7;
}
.blog-listing .listagem-blog .bt-vermaisblog a:hover i, .blog-listing .listagem-blog .bt-vermaisblog a:hover svg {
  margin-left: 20px;
}
.blog-listing:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300px;
  max-width: 100%;
  height: 270px;
  background-image: url("images/bg-home.webp");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.blog-listing.tutoriais-blog .filtercatshow {
  display: none;
  width: 100%;
  position: relative;
  background-color: #15151D;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  border: 0;
  margin-bottom: 15px;
  cursor: pointer;
}
.blog-listing.tutoriais-blog .sblog .thumbnail {
  height: 250px;
  margin-bottom: 10px;
}
.blog-listing.tutoriais-blog .sblog .gotosblog {
  background: #14816f;
  background: linear-gradient(90deg, #14816f 0%, #1CECE9 100%);
  color: #ffffff;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  transition: 0.5s;
  margin-top: 10px;
  display: inline-block;
}
.blog-listing.tutoriais-blog .sblog .gotosblog i, .blog-listing.tutoriais-blog .sblog .gotosblog svg {
  margin-left: 10px;
  transition: 0.5s;
}
.blog-listing.tutoriais-blog .sblog .gotosblog:hover {
  opacity: 0.7;
}
.blog-listing.tutoriais-blog .sblog .gotosblog:hover i, .blog-listing.tutoriais-blog .sblog .gotosblog:hover svg {
  margin-left: 20px;
}
.blog-listing.tutoriais-blog .sblog .gotosblog.skeleton {
  width: 138px;
  height: 41px;
  background: transparent;
}

.page-template-template-tutoriais .blog-listing:before {
  display: none !important;
}

.header-page {
  background-color: #cccccc;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.header-page h1 {
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  z-index: 1;
}
.header-page:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.64);
  z-index: 0;
}

.breadcrumbs {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -25px;
  z-index: 2;
}
.breadcrumbs .box-breadcrumbs {
  padding: 15px 30px;
  text-transform: uppercase;
  background: #14816f;
  background: linear-gradient(90deg, #14816f 0%, #1CECE9 100%);
  border: 0;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}
.breadcrumbs .box-breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumbs .box-breadcrumbs a:hover {
  opacity: 0.7;
}
.breadcrumbs .box-breadcrumbs i, .breadcrumbs .box-breadcrumbs svg {
  margin: 0 10px;
}

.alert {
  display: block;
  width: 100%;
  position: relative;
}

.content-page {
  width: 100%;
  position: relative;
  display: block;
  margin: 100px 0;
}
.content-page.contacts:before {
  content: "";
  position: absolute;
  left: 9%;
  bottom: -100px;
  width: 300px;
  max-width: 100%;
  height: 270px;
  background-image: url(images/bg-contact1.webp);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.content-page.contacts:after {
  content: "";
  position: absolute;
  right: 9%;
  top: 5px;
  width: 250px;
  max-width: 100%;
  height: 230px;
  background-image: url(images/bg-contact2.webp);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.content-page.contacts .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.content-page.contacts .boxcontact {
  width: 100%;
  position: relative;
  padding: 60px;
  border-radius: 4px;
  background: #15151D;
  background: linear-gradient(90deg, #15151D 0%, #2E2E35 100%);
  border: 1px solid #2E2E35;
}
.content-page.contacts .boxcontact .contacts-list {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.content-page.contacts .boxcontact .contacts-list li {
  padding: 10px 0;
}
.content-page.contacts .boxcontact .contacts-list li a {
  display: flex;
  align-items: baseline;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.67;
  text-decoration: none;
}
.content-page.contacts .boxcontact .contacts-list li a strong {
  display: block;
  color: #1CECE9;
}
.content-page.contacts .boxcontact .contacts-list li a i, .content-page.contacts .boxcontact .contacts-list li a svg {
  margin: 0 15px 0 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
}
.content-page.contacts .boxcontact .social {
  margin: 0 0 0 26px;
  padding: 0;
  list-style: none;
}
.content-page.contacts .boxcontact .social li {
  display: inline-block;
  margin: 0 5px;
}
.content-page.contacts .boxcontact .social li:first-child {
  margin-left: 0 !important;
}
.content-page.contacts .boxcontact .social li:last-child {
  margin-right: 0 !important;
}
.content-page.contacts .boxcontact .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transition: all 0.3s linear;
}
.content-page.contacts .boxcontact .social li a:hover {
  background-color: #1CECE9;
}
.content-page.contacts .boxcontactform {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  width: 100%;
  position: relative;
  padding: 50px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  float: left;
}
.content-page.contacts .boxcontactform h2 {
  font-size: 2.3rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.content-page.contacts .boxcontactform .FORM_contact {
  width: 100%;
  position: relative;
  display: block;
  margin: 35px 0 0 0;
}
.content-page.contacts .boxcontactform .FORM_contact .form-group {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 15px;
  float: left;
}
.content-page.contacts .boxcontactform .FORM_contact .form-group.onecolumn {
  width: 50%;
  padding-right: 5px;
}
.content-page.contacts .boxcontactform .FORM_contact .form-group.secondcolumn {
  width: 50%;
  padding-left: 5px;
}
.content-page.contacts .boxcontactform .FORM_contact .form-group .custom-input {
  width: 100%;
  position: relative;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #15151D;
  background-color: transparent;
  color: #15151D;
  transition-duration: 0.2s;
}
.content-page.contacts .boxcontactform .FORM_contact .form-group .custom-input:focus {
  border: 1px solid #14816f;
}
.content-page.contacts .boxcontactform .FORM_contact .form-group.flexcontent {
  display: flex !important;
  justify-content: space-between;
}
.content-page.contacts .boxcontactform .FORM_contact .form-group.flexcontent label {
  color: #8d8d8d;
  font-weight: 500;
}
.content-page.contacts .boxcontactform .FORM_contact .form-group.flexcontent label a {
  color: #14816f;
  text-decoration: none;
}
.content-page.contacts .boxcontactform .FORM_contact .form-group.flexcontent .bt-submit {
  background: #14816f;
  background: linear-gradient(90deg, #14816f 0%, #1CECE9 100%);
  color: #ffffff;
  padding: 10px 20px;
  border: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  transition: 0.5s;
}
.content-page.contacts .boxcontactform .FORM_contact .form-group.flexcontent .bt-submit i, .content-page.contacts .boxcontactform .FORM_contact .form-group.flexcontent .bt-submit svg {
  margin-left: 10px;
  transition: 0.5s;
}
.content-page.contacts .boxcontactform .FORM_contact .form-group.flexcontent .bt-submit:hover {
  opacity: 0.7;
}
.content-page.contacts .boxcontactform .FORM_contact .form-group.flexcontent .bt-submit:hover i, .content-page.contacts .boxcontactform .FORM_contact .form-group.flexcontent .bt-submit:hover svg {
  margin-left: 20px;
}

.services {
  width: 100%;
  position: relative;
  display: block;
  z-index: 1;
}
.services .sservice {
  width: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  margin-bottom: 26px;
  display: flex;
  flex-wrap: wrap;
}
.services .sservice .img-service {
  width: 40%;
  background-color: #2E2E35;
  position: relative;
  flex: 1;
}
.services .sservice .img-service img {
  min-height: 250px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.services .sservice .info-service {
  width: 60%;
  position: relative;
  padding: 40px;
  flex: 1;
}
.services .sservice .info-service .title-service {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  width: 100%;
  margin-bottom: 15px;
}
.services .sservice .info-service .desc-service {
  color: #8d8d8d;
  width: 100%;
}
.services:before {
  content: "";
  position: absolute;
  left: 3%;
  top: 60px;
  width: 400px;
  max-width: 100%;
  height: 270px;
  background-image: url(images/bg-servicos1.webp);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
.services:after {
  content: "";
  position: absolute;
  right: 6%;
  bottom: 0;
  width: 400px;
  max-width: 100%;
  height: 270px;
  background-image: url(images/bg-servicos2.webp);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.sidebar {
  width: 100%;
  position: relative;
  display: block;
}
.sidebar .title-sidebar {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
.sidebar .cats-list {
  margin: 0;
  list-style: circle;
  width: 100%;
}
.sidebar .cats-list li {
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition-duration: 0.5s;
  color: #8d8d8d;
}
.sidebar .cats-list li:hover, .sidebar .cats-list li.selected {
  font-weight: 600;
  color: #000000;
  padding-left: 5px;
}

.pagination {
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
  text-align: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination li {
  display: inline-block;
  margin: 0 2px;
}
.pagination li span, .pagination li a {
  position: relative;
  display: block;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background: #14816f;
  background: linear-gradient(90deg, #14816f 0%, #1CECE9 100%);
  transition: 0.2s;
  cursor: pointer;
}
.pagination li span:hover, .pagination li span.current, .pagination li a:hover, .pagination li a.current {
  background: #15151D !important;
}

.divsearchcontent {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transform: scale(0);
  opacity: 0;
  transition: 0.5s;
  z-index: 0;
}
.divsearchcontent form {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  padding: 0 10px;
}
.divsearchcontent form input[type=text] {
  padding: 10px 15px;
  max-width: 350px;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  border: 0;
}
.divsearchcontent form button[type=submit] {
  height: 60px;
  width: 80px;
  border: 0;
  background: #14816f;
  background: linear-gradient(90deg, #14816f 0%, #1CECE9 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: 0.2s;
}
.divsearchcontent form button[type=submit]:hover {
  opacity: 0.7;
}
.divsearchcontent .closesearch {
  position: absolute;
  right: 40px;
  top: 40px;
  font-size: 40px;
  color: #ffffff;
  opacity: 0.8;
  cursor: pointer;
  transition: 0.2s;
}
.divsearchcontent .closesearch:hover {
  opacity: 1;
}
.divsearchcontent.show {
  transition: 0.5s;
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
  z-index: 9999;
}

.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-y: auto;
}
.custom-modal .boxmodal {
  position: relative;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  outline: 0;
  width: 100%;
  max-width: 700px;
  margin: 0 15px;
  transition: transform 0.3s ease-out;
}
.custom-modal .boxmodal .main-info-modal .title-modal {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.custom-modal .boxmodal .main-info-modal .title-modal p.skeleton {
  width: 70%;
  height: 30px;
  margin: 0;
}
.custom-modal .boxmodal .main-info-modal .body-modal {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  color: #8d8d8d;
}
.custom-modal .boxmodal .main-info-modal .body-modal p.skeleton {
  width: 100%;
  height: 30px;
}
.custom-modal .boxmodal .close-modal {
  padding: 15px;
  text-align: right;
}
.custom-modal.in {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.custom-modal.in .boxmodal {
  transform: translate(0, 0);
}

.list-search {
  display: block;
  width: 100;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-search li {
  margin-bottom: 10px;
  width: 100%;
  background-color: #ededed;
  border: 1px solid #e1e1e1;
  padding: 10px;
  transition: 0.5s;
}
.list-search li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  color: #2E2E35;
}
.list-search li a .imgthumb {
  width: 50px;
  height: 50px;
  background-color: #15151D;
  margin-right: 15px;
}
.list-search li a .imgthumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.list-search li:hover {
  border: 1px solid #1CECE9;
}
.list-search li:hover a {
  color: #1CECE9;
}

.single-produto .products {
  margin-top: 60px;
}
.single-produto .products:before {
  display: none !important;
}
.single-produto .products h2 {
  text-align: center;
}

.products:before {
  content: "";
  position: absolute;
  left: -40px;
  bottom: -100px;
  width: 500px;
  max-width: 100%;
  height: 500px;
  background-image: url(images/bg-products.webp);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
.products .productlist .flexcontent {
  align-items: start;
}
.products .productlist .filtertab {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 20px 0;
  background-color: #15151D;
  padding: 20px;
}
.products .productlist .filtertab .result-count {
  color: #a0a0a0;
  margin: 0;
  padding: 0;
  font-size: 15px;
  width: 50%;
  text-align: left;
}
.products .productlist .filtertab .result-count strong {
  color: #ffffff;
  font-weight: bold;
}
.products .productlist .filtertab .ordering {
  color: #a0a0a0;
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: right;
}
.products .productlist .filtertab .ordering select {
  background-color: transparent;
  border: 0;
  color: #ffffff;
  font-weight: bold;
}
.products .productlist .filtertab .ordering select option {
  color: #000000 !important;
}
.products .productlist .sproduct {
  width: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.products .productlist .sproduct .thumbnail {
  width: 100%;
  position: relative;
  /*background-color: $cor_cinza_main;*/
  background-color: transparent;
  overflow: hidden;
  height: 300px;
}
.products .productlist .sproduct .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  transition-duration: 0.5s;
}
.products .productlist .sproduct .content {
  width: 100%;
  position: relative;
  background-color: #ffffff;
}
.products .productlist .sproduct .content h4 {
  position: relative;
  display: block;
  width: 100%;
  margin: 20px 0;
}
.products .productlist .sproduct .content h4 a {
  color: #15151D;
  font-family: "Roboto", sans-serif;
}
.products .productlist .sproduct .content h4.skeleton {
  width: 70%;
  height: 40px;
}
.products .productlist .sproduct .content .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Roboto", sans-serif;
}
.products .productlist .sproduct .content .price .label {
  width: 70%;
  text-align: left;
  font-size: 1.2em;
  font-weight: 500;
  color: #15151D;
}
.products .productlist .sproduct .content .price .label.skeleton {
  height: 40px;
}
.products .productlist .sproduct .content .price .value {
  width: 30%;
  text-align: right;
  color: #1CECE9;
  font-size: 1.4em;
  font-weight: 500;
}
.products .productlist .sproduct .content .price .value.skeleton {
  height: 40px;
}
.products .productlist .sproduct .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(20, 129, 111, 0.6);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-transform: uppercase;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transform: translateY(100%);
}
.products .productlist .sproduct .overlay a {
  color: #ffffff;
  background-color: #15151D;
  text-decoration: none;
  border: 1px solid #15151D;
  padding: 8px 50px;
  transition: 0.5s;
  font-size: 14px;
}
.products .productlist .sproduct .overlay a:hover {
  background-color: #2E2E35;
  border: 1px solid #2E2E35;
}
.products .productlist .sproduct:hover .overlay {
  transform: translateY(0);
}
.products .productlist .sproduct:hover .thumbnail img {
  transform: scale(1.2);
}

.slick-initialized {
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity 0.3s ease-out !important;
}

.single-produto .product-gallery {
  width: 100%;
  position: relative;
  margin: 0 0 30px 0;
}
.single-produto .product-gallery .product-gallery-slider {
  width: 100%;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
}
.single-produto .product-gallery .product-gallery-slider .slider {
  width: 100%;
  height: 420px;
  position: relative;
}
.single-produto .product-gallery .product-gallery-slider .slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  cursor: pointer;
}
.single-produto .product-gallery .product-gallery-thumbnails {
  padding-top: 8px;
  width: 100%;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
}
.single-produto .product-gallery .product-gallery-thumbnails .thumbnail .thumbs_item {
  position: relative;
  display: block;
  height: 120px;
  overflow: hidden;
  width: 100%;
  border: 1px;
  cursor: pointer;
}
.single-produto .product-gallery .product-gallery-thumbnails .thumbnail .thumbs_item img {
  max-width: none;
  position: relative;
  top: 0;
  left: 0;
  transform: unset;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 119px;
}
.single-produto .product-gallery .product-gallery-thumbnails .thumbnail.slick-current img {
  opacity: 0.6;
}
.single-produto .product-gallery .slick-arrow {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: absolute;
  width: 75px;
  z-index: 1;
  top: 0;
  bottom: 0;
}
.single-produto .product-gallery .slick-arrow:active, .single-produto .product-gallery .slick-arrow:hover, .single-produto .product-gallery .slick-arrow:focus {
  border: 0 !important;
}
.single-produto .product-gallery .slick-arrow i, .single-produto .product-gallery .slick-arrow svg {
  color: #15151D;
  font-size: 45px;
  margin: 0;
  position: relative;
  text-shadow: 0 0 8px #000000;
  display: inline-block;
}
.single-produto .product-gallery .slick-arrow.prev {
  left: 0px;
}
.single-produto .product-gallery .slick-arrow.next {
  right: 0px;
}
.single-produto .customtabs {
  width: 100%;
  position: relative;
  margin: 0 0 20px 0;
}
.single-produto .customtabs .ultabs {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-produto .customtabs .ultabs li {
  display: inline-block;
  background-color: #15151D;
  color: #ffffff;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin: 0 1px;
  padding: 10px 25px;
  cursor: pointer;
  transition: 0.2s;
}
.single-produto .customtabs .ultabs li:first-child {
  margin-left: 0 !important;
}
.single-produto .customtabs .ultabs li:last-child {
  margin-right: 0 !important;
}
.single-produto .customtabs .ultabs li:hover, .single-produto .customtabs .ultabs li.active {
  background: #14816f;
  background: linear-gradient(90deg, #14816f 0%, #1CECE9 100%);
}
.single-produto .customtabs .divtabs {
  width: 100%;
  position: relative;
  margin: 20px 0 0 0;
}
.single-produto .customtabs .divtabs .divtab {
  display: none;
  width: 100%;
  position: relative;
}
.single-produto .customtabs .divtabs .divtab table.info-tecnica {
  width: 100%;
  position: relative;
}
.single-produto .customtabs .divtabs .divtab table.info-tecnica > tr:nth-of-type(odd), .single-produto .customtabs .divtabs .divtab table.info-tecnica tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.single-produto .customtabs .divtabs .divtab table.info-tecnica tr {
  transition: background-color 0.1s linear;
}
.single-produto .customtabs .divtabs .divtab table.info-tecnica td, .single-produto .customtabs .divtabs .divtab table.info-tecnica th {
  padding: 16px 12px;
}
.single-produto .product-title {
  color: #15151D;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
}
.single-produto .product-pricebook {
  width: 100%;
  position: relative;
  padding: 0 0px 0 40px;
}
.single-produto .product-pricebook .alert-info.small-text {
  padding: 10px;
  font-size: 11px;
  font-weight: 600;
  margin-top: -5px;
}
.single-produto .product-pricebook .globprice {
  background-color: #222222;
  border-left: 5px solid #14816f;
  width: 100%;
  margin-bottom: 30px;
}
.single-produto .product-pricebook .globprice .dayprice {
  padding: 20px;
  text-align: center;
}
.single-produto .product-pricebook .globprice .dayprice span {
  color: #a0a0a0;
  font-size: 1em;
}
.single-produto .product-pricebook .globprice .dayprice strong {
  color: #ffffff;
  display: block;
  font-size: 2.3em;
  font-weight: bold;
}
.single-produto .product-pricebook .globprice .otherprices {
  background-color: #747474;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
}
.single-produto .product-pricebook .globprice .otherprices span {
  color: #ffffff;
  font-weight: 600;
  width: 50%;
  text-align: center;
}
.single-produto .product-pricebook .flextwocoluns {
  margin: 15px 0 0 0;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-produto .product-pricebook .flextwocoluns > div {
  width: 50%;
  position: relative;
}
.single-produto .product-pricebook .flextwocoluns > div.qty:before {
  content: "Quantidade";
  color: #ababab;
  position: absolute;
  top: 3px;
  left: 10px;
  font-size: 9px;
}
.single-produto .product-pricebook .flextwocoluns > div.qty input {
  width: 100%;
  padding: 10px 0px 10px 30px;
  border: 1px solid #15151D;
}
.single-produto .product-pricebook .flextwocoluns > div.price .labelprice {
  margin: 0;
  font-weight: 600;
  color: #15151D;
  font-family: "Roboto", sans-serif;
  font-size: 1.7em;
}
.single-produto .product-pricebook .flextwocoluns > div.price .labelprice .actual_price {
  color: #14816f;
}
.single-produto .product-pricebook .bt-booknow {
  margin: 15px 0 0 0;
  background: #14816f;
  background: linear-gradient(90deg, #14816f 0%, #1CECE9 100%);
  color: #ffffff;
  border: 0;
  width: 100%;
  padding: 15px 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  transition: 0.5s;
}
.single-produto .product-pricebook .bt-booknow i, .single-produto .product-pricebook .bt-booknow svg {
  margin-left: 10px;
  transition: 0.5s;
}
.single-produto .product-pricebook .bt-booknow:hover {
  opacity: 0.7;
}
.single-produto .product-pricebook .bt-booknow:hover i, .single-produto .product-pricebook .bt-booknow:hover svg {
  margin-left: 20px;
}
.single-produto .product-pricebook .bt-booknow:disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.single-produto .product-pricebook #resetButton {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  color: #14816f;
  text-decoration: underline;
  transition-duration: 0.2s;
}
.single-produto .product-pricebook #resetButton:hover {
  color: #14816f;
}

.ui-datepicker {
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-header {
  border-radius: 0 !important;
  background: #14816f;
  background: linear-gradient(90deg, #14816f 0%, #1CECE9 100%);
  padding: 10px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-header .ui-datepicker-month {
  display: block;
}
.ui-datepicker .ui-datepicker-group:first-child {
  padding-right: 5px;
}
.ui-datepicker .ui-datepicker-group:last-child {
  padding-left: 5px;
}
.ui-datepicker .ui-datepicker-calendar {
  margin: 0 !important;
  width: 100% !important;
}
.ui-datepicker .ui-datepicker-calendar thead tr {
  background-color: #ccc;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 22px;
}

.lowertext {
  color: #a5a5a5;
  font-size: 10px;
}

.clientarea .box-info-userdata {
  width: 100%;
  position: relative;
  display: block;
  border: 1px solid #2E2E35;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 20px;
  min-height: 106px;
  display: flex;
  flex-wrap: Wrap;
  align-items: center;
}
.clientarea .title-single-aluguer {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.clientarea .infosmall {
  width: 100%;
  position: relative;
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  justify-content: center;
}
.clientarea .infosmall li {
  width: 100%;
  position: relative;
  text-align: center;
  background-color: rgba(21, 21, 29, 0.4);
  border: 1px solid #15151D;
  color: #ffffff;
}
.clientarea .infosmall li strong {
  width: 100%;
  padding: 5px;
  background-color: #15151D;
  color: #ffffff;
  position: relative;
  display: block;
}
.clientarea .infosmall li p {
  margin: 0;
  padding: 10px;
  font-size: 16px;
}
.clientarea .bt-back-alugueres {
  background: #14816f;
  background: linear-gradient(90deg, #14816f 0%, #1CECE9 100%);
  padding: 10px 30px;
  color: #ffffff;
  border: 0;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}
.clientarea .bt-back-alugueres:hover {
  background: #15151D;
}
.clientarea .bt-gotocheckout {
  background: #14816f;
  background: linear-gradient(90deg, #14816f 0%, #1CECE9 100%);
  padding: 10px 30px;
  color: #ffffff;
  border: 0;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}
.clientarea .bt-gotocheckout:hover {
  background: #15151D;
}
.clientarea .FORM_settings span.required {
  color: red;
}
.clientarea .FORM_settings .confirmform button {
  background: #14816f;
  background: linear-gradient(90deg, #14816f 0%, #1CECE9 100%);
  padding: 10px 30px;
  color: #ffffff;
  border: 0;
  font-weight: 600;
}
.clientarea .FORM_settings .confirmform button:hover {
  background: #15151D;
}
.clientarea .FORM_settings .formgroup {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.clientarea .FORM_settings .formgroup label {
  width: 100%;
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
  color: #a5a5a5;
}
.clientarea .FORM_settings .formgroup .custom-input {
  width: 100%;
  position: relative;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #15151D;
  background-color: transparent;
  color: #15151D;
  transition-duration: 0.2s;
}
.clientarea .FORM_settings .formgroup .custom-input:focus {
  border: 1px solid #14816f;
}
.clientarea .FORM_settings .formgroup .custom-input:disabled {
  cursor: no-drop;
  background-color: #e5e5e5;
}
.clientarea .navbaruser {
  position: relative;
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  justify-content: center;
}
.clientarea .navbaruser li {
  width: 100%;
  position: relative;
  text-align: center;
  color: #ffffff;
  background: #15151D;
  padding: 10px;
  cursor: pointer;
}
.clientarea .navbaruser li.active, .clientarea .navbaruser li:hover {
  background: #14816f;
  background: linear-gradient(90deg, #14816f 0%, #1CECE9 100%);
}
.clientarea .navsections {
  width: 100%;
  position: relative;
}
.clientarea .navsections .section {
  display: none;
}
.clientarea .navsections .section.active {
  display: block;
}
.clientarea .user-table-statistic, .clientarea .cart-itens, .clientarea .book-itens {
  width: 100%;
  position: relative;
  padding: 0 0 0 20px;
}
.clientarea .user-table-statistic > tr:nth-of-type(odd), .clientarea .user-table-statistic tr:nth-of-type(odd), .clientarea .cart-itens > tr:nth-of-type(odd), .clientarea .cart-itens tr:nth-of-type(odd), .clientarea .book-itens > tr:nth-of-type(odd), .clientarea .book-itens tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.clientarea .user-table-statistic tr, .clientarea .cart-itens tr, .clientarea .book-itens tr {
  transition: background-color 0.1s linear;
}
.clientarea .user-table-statistic th, .clientarea .cart-itens th, .clientarea .book-itens th {
  padding: 16px 12px;
}
.clientarea .user-table-statistic td, .clientarea .cart-itens td, .clientarea .book-itens td {
  padding: 16px 0;
}
.clientarea .user-table-statistic tr.darktitle th, .clientarea .cart-itens tr.darktitle th, .clientarea .book-itens tr.darktitle th {
  background-color: #2E2E35;
  color: #ffffff;
  text-align: center;
}
.clientarea .book-itens td {
  text-align: center;
}
.clientarea .book-itens td .bt-viewbook {
  padding: 10px 15px;
  background: #14816f;
  background: linear-gradient(90deg, #14816f 0%, #1CECE9 100%);
  color: #ffffff;
}
.clientarea .book-itens td .bt-viewbook:disabled {
  opacity: 0.6;
  cursor: no-drop;
}
.clientarea .cart-itens td {
  text-align: center;
}
.clientarea .cart-itens td.productimg {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.clientarea .cart-itens td.productimg .remove-product {
  background-color: #15151D;
  color: #ffffff;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 20px;
  transition: 0.5s;
  cursor: pointer;
  font-size: 10px;
}
.clientarea .cart-itens td.productimg .remove-product:hover {
  background-color: red;
}
.clientarea .cart-itens td.productimg .product-thumbnail {
  width: 70px;
  height: 70px;
  background-color: #15151D;
  margin-right: 15px;
}
.clientarea .cart-itens td.productimg .product-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.checkout .boxresumealuguer {
  width: 100%;
  position: relative;
  background: #15151D;
  background: linear-gradient(90deg, #15151D 0%, #2E2E35 100%);
  border-radius: 6px;
  padding: 20px 40px;
  margin-bottom: 30px;
}
.checkout .boxresumealuguer .total-a-pagar {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 0 20px 0;
}
.checkout .boxresumealuguer .total-a-pagar .text {
  width: 50%;
  text-align: left;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.checkout .boxresumealuguer .total-a-pagar .value {
  width: 50%;
  text-align: right;
  font-size: 18px;
  color: #1CECE9;
  font-weight: 600;
}
.checkout .boxresumealuguer .resumesteps h2 {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  color: #ffffff;
}
.checkout .boxresumealuguer .resumesteps h2 i, .checkout .boxresumealuguer .resumesteps h2 svg {
  color: #1CECE9;
}
.checkout .boxresumealuguer .resumesteps .listinforesume {
  position: relative;
  width: 100%;
}
.checkout .boxresumealuguer .resumesteps .listinforesume td {
  color: #a0a0a0;
  text-align: left;
}
.checkout .boxresumealuguer .resumesteps .listinforesume th {
  color: #ffffff;
  font-weight: 600;
  text-align: right;
  font-size: 18px;
}
.checkout .boxresumealuguer .resumesteps .listinforesume td, .checkout .boxresumealuguer .resumesteps .listinforesume th {
  padding: 2px 0;
}
.checkout .boxresumealuguer .resumesteps .privacy {
  color: #ffffff;
  font-weight: 500;
}
.checkout .boxresumealuguer .resumesteps .privacy a {
  color: #1CECE9;
}
.checkout .boxresumealuguer .resumesteps .bt-final-aluguer {
  position: relative;
  width: 100%;
  text-align: right;
  margin-top: 30px;
}
.checkout .boxresumealuguer .resumesteps .bt-final-aluguer button {
  background: #14816f;
  background: linear-gradient(90deg, #14816f 0%, #1CECE9 100%);
  color: #ffffff;
  padding: 15px 30px;
  border: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  transition: 0.5s;
}
.checkout .boxresumealuguer .resumesteps .bt-final-aluguer button:hover {
  opacity: 0.7;
}
.checkout .boxresumealuguer .resumesteps .form-group {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 15px;
  float: left;
}
.checkout .boxresumealuguer .resumesteps .form-group.onecolumn {
  width: 50%;
  padding-right: 5px;
}
.checkout .boxresumealuguer .resumesteps .form-group.secondcolumn {
  width: 50%;
  padding-left: 5px;
}
.checkout .boxresumealuguer .resumesteps .form-group .custom-input {
  width: 100%;
  position: relative;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #15151D;
  background-color: #ffffff;
  color: #15151D;
  transition-duration: 0.2s;
}
.checkout .boxresumealuguer .resumesteps .form-group .custom-input:focus {
  border: 1px solid #14816f;
}
.checkout .boxresumealuguer .resumesteps .form-group .custom-input:disabled {
  cursor: no-drop !important;
  opacity: 0.7;
}
.checkout .boxresumealuguer .products-list {
  width: 100%;
  position: relative;
}
.checkout .boxresumealuguer .products-list .oproduct {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.checkout .boxresumealuguer .products-list .oproduct .price {
  width: 20%;
  text-align: right;
}
.checkout .boxresumealuguer .products-list .oproduct .price p {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
}
.checkout .boxresumealuguer .products-list .oproduct .otherinfo {
  width: 50%;
  padding-left: 20px;
}
.checkout .boxresumealuguer .products-list .oproduct .otherinfo .title {
  color: #1CECE9;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 2px 0;
}
.checkout .boxresumealuguer .products-list .oproduct .otherinfo .title a {
  color: #1CECE9;
}
.checkout .boxresumealuguer .products-list .oproduct .otherinfo .dates {
  margin: 0;
  color: #a0a0a0;
  font-weight: 300;
}
.checkout .boxresumealuguer .products-list .oproduct .otherinfo .remove-product {
  color: #a0a0a0;
  cursor: pointer;
}
.checkout .boxresumealuguer .products-list .oproduct .otherinfo .remove-product:hover {
  opacity: 0.6;
}
.checkout .boxresumealuguer .products-list .oproduct .thumb {
  width: 30%;
  height: 130px;
  border: 1px solid #1CECE9;
  position: relative;
}
.checkout .boxresumealuguer .products-list .oproduct .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.checkout .boxresumealuguer .products-list .oproduct .thumb .qty {
  background-color: #15151D;
  position: absolute;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #ffffff;
  border: 1px solid #1CECE9;
  right: -13px;
  top: -13px;
  font-size: 10px;
}
.checkout .boxresumealuguer.thankyou {
  width: 50% !important;
  margin: 0 auto !important;
  padding: 40px 40px !important;
}
.checkout .boxresumealuguer.thankyou .iconsuccess {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.checkout .boxresumealuguer.thankyou .iconsuccess i, .checkout .boxresumealuguer.thankyou .iconsuccess svg {
  font-size: 80px;
  color: #1CECE9;
}
.checkout .boxresumealuguer.thankyou .title-thanks {
  width: 100%;
  position: relative;
  text-align: center;
  color: #1CECE9;
  font-weight: 600;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}
.checkout .boxresumealuguer.thankyou .desc-thanks {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  text-align: center;
  width: 100%;
  position: relative;
  font-weight: 500;
  margin: 0;
}
.checkout .boxinfoaluguer {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  width: 100%;
  position: relative;
  padding: 50px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  float: left;
  margin-bottom: 30px;
}
.checkout .boxinfoaluguer h2 {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-bottom: 30px;
}
.checkout .boxinfoaluguer .form-group {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 15px;
  float: left;
}
.checkout .boxinfoaluguer .form-group.onecolumn {
  width: 50%;
  padding-right: 5px;
}
.checkout .boxinfoaluguer .form-group.secondcolumn {
  width: 50%;
  padding-left: 5px;
}
.checkout .boxinfoaluguer .form-group .custom-input {
  width: 100%;
  position: relative;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #15151D;
  background-color: transparent;
  color: #15151D;
  transition-duration: 0.2s;
}
.checkout .boxinfoaluguer .form-group .custom-input:focus {
  border: 1px solid #14816f;
}
.checkout .boxinfoaluguer .form-group.flexcontent {
  display: flex !important;
  justify-content: space-between;
}
.checkout .boxinfoaluguer .form-group.flexcontent label {
  color: #8d8d8d;
  font-weight: 500;
}
.checkout .boxinfoaluguer .form-group.flexcontent label a {
  color: #14816f;
  text-decoration: none;
}
.checkout .boxinfoaluguer .form-group.flexcontent .bt-submit {
  background: #14816f;
  background: linear-gradient(90deg, #14816f 0%, #1CECE9 100%);
  color: #ffffff;
  padding: 10px 20px;
  border: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  transition: 0.5s;
}
.checkout .boxinfoaluguer .form-group.flexcontent .bt-submit i, .checkout .boxinfoaluguer .form-group.flexcontent .bt-submit svg {
  margin-left: 10px;
  transition: 0.5s;
}
.checkout .boxinfoaluguer .form-group.flexcontent .bt-submit:hover {
  opacity: 0.7;
}
.checkout .boxinfoaluguer .form-group.flexcontent .bt-submit:hover i, .checkout .boxinfoaluguer .form-group.flexcontent .bt-submit:hover svg {
  margin-left: 20px;
}
.checkout .boxinfoaluguer .different-address {
  width: 100%;
  float: left;
  position: Relative;
  font-weight: 500;
  margin-top: 10px;
  cursor: pointer;
}
.checkout .boxinfoaluguer .different-address strong {
  color: #14816f;
}
.checkout .boxinfoaluguer .different-address:hover {
  opacity: 0.7;
}
.checkout .boxinfoaluguer .different-address-form {
  display: none;
  position: relative;
  float: left;
  margin-top: 10px;
}

.custom-alert {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  max-width: 300px;
  width: 100%;
  text-align: center;
  padding: 20px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.28);
}
.custom-alert i, .custom-alert svg {
  font-size: 30px;
  margin-bottom: 20px;
}
.custom-alert p {
  margin: 0;
  font-weight: 600;
  font-size: 12px;
}
.custom-alert.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.related-products .slick-slide {
  padding: 0 8px;
}
.related-products .flexcontent {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
}
.related-products .slick-dots {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  text-align: center;
}
.related-products .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}
.related-products .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 12px;
  border-radius: 100%;
  border: 0;
  background-color: #14816f;
}
.related-products .slick-dots li.slick-active button, .related-products .slick-dots li:hover button {
  background-color: #1CECE9;
}/*# sourceMappingURL=style.css.map */