@import "fontello.css";

html,
body {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #333f48;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.top-padding {
  padding-top: 96px;
}

::-moz-selection {
  background-color: #333f48;
  color: #fff;
}

::selection {
  background-color: #333f48;
  color: #fff;
}

#sscr {
  height: auto !important;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
  font-weight: 600;
}

h6 {
  font-size: 12px;
  font-weight: 400;
}

a {
  color: #333f48;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #009667;
  text-decoration: none;
}

a:focus {
  color: #009667;
  text-decoration: none;
}

p {
  color: #333f48;
  margin: 0;
}

.icon-list li {
  margin-bottom: 10px;
  list-style-type: none;
}

.icon-list li i {
  margin-right: 5px;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-control {
  padding: 15px 25px;
  height: 50px;
  border-radius: 0;
  background-color: #f7f7f7;
  font-size: 14px;
  box-shadow: none;
  border-color: #e6e6e6;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #009667;
}

.form-control.input-sm {
  height: 37px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 11px;
  line-height: 1.6;
}

.form-select {
  border: 1px solid #e7e7e7;
  position: relative;
}

.form-select:after {
  content: "\e64b";
  font-family: "themify";
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -9px;
  font-size: 13px;
}

.form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  height: 53px;
}

section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}

section .container {
  width: 100%;
  max-width: 1366px;
}

.title {
  margin: 0 0 30px 0;
  position: relative;
  z-index: 10;
}

.title h2 {
  font-weight: 700;
  font-size: 30px;
}

.title h3 {
  font-weight: 700;
  font-size: 28px;
}

.title h4 {
  font-size: 22px;
}

.title p {
  font-size: 16px;
  margin: 20px 0 0 0;
  font-weight: 400;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  text-align: center;
  background-color: #fff;
}

#mask {
  position: relative;
  width: 220px;
  margin: 0 auto;
}

#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#topnav .container {
  max-width: 1366px;
  width: 100%;
}

#topnav.scroll {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
}

#topnav.scroll .navigation-menu>li>a {
  color: #333f48;
}

#topnav.scroll .navigation-menu>li>a:hover {
  color: #f5b517;
  background-color: transparent;
}

#topnav.scroll .navigation-menu>li.active>a {
  color: #f5b517;
}

#topnav.scroll .menu-item {
  border-color: #eee;
}

#topnav.scroll .menu-item .cart>a,
#topnav.scroll .menu-item .search>a {
  color: #3d4146;
  line-height: 62px;
}

#topnav.scroll .menu-item .cart>a:hover,
#topnav.scroll .menu-item .search>a:hover {
  color: #f5b517;
}

#topnav.scroll .navbar-toggle span {
  background-color: #333f48;
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 70px;
  height: 70px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#topnav .navbar-toggle .lines {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 18px;
}

#topnav .navbar-toggle.open span {
  position: relative;
}

#topnav .navbar-toggle.open span:first-child {
  top: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  display: none;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#topnav .navbar-toggle span {
  height: 1px;
  width: 100%;
  background-color: #fff;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#topnav .logo .logo-light {
  display: block;
}

#topnav .logo .logo-dark {
  display: none;
}

#topnav .navbar-toggle span:last-child {
  width: 75%;
  margin-bottom: 0;
}

#topnav .navbar-toggle:hover {
  background-color: transparent;
}

#topnav .navbar-toggle:hover span {
  background-color: #009667;
}

#topnav .navbar-toggle:focus {
  background-color: transparent;
}

#topnav .navigation-menu {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

#topnav .navigation-menu>li {
  float: left;
  display: block;
  position: relative;
}

#topnav .navigation-menu>li>a {
  display: block;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 700;
  line-height: 94px;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#topnav .navigation-menu>li>.btn-mid {
  line-height: 50px;
  margin: 25px 0 0 15px;
}

#topnav .navigation-menu>li>.btn-mid:hover {
  color: #fff;
}

#topnav.scroll .navigation-menu>li>.btn-mid:hover {
  color: #fff;
}

#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:focus {
  background-color: transparent;
  color: #f5b517;
}

#topnav .navigation-menu>li .submenu li a i {
  margin-right: 5px;
}

#topnav .navigation-menu>li.has-submenu>a:after {
  content: "\e8f1";
  font-family: "fontello";
  margin-left: 10px;
}

#topnav .logo {
  float: left;
  padding: 8px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#topnav .logo img {
  height: 72px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#topnav.scroll .logo {
  padding: 7px 0;
}

#topnav.scroll .logo .logo-light {
  display: none;
}

#topnav.scroll .logo .logo-dark {
  display: block;
}

#topnav.scroll.dark {
  background-color: #333f48;
}

#topnav.scroll.dark .navigation-menu>li>a {
  color: #fff;
}

#topnav.scroll.dark .navigation-menu>li>a:hover {
  color: #009667;
}

#topnav.scroll.dark .navigation-menu>li .submenu {
  background-color: #333f48;
  border-color: #3d4146;
}

#topnav.scroll.dark .navigation-menu>li.active>a {
  color: #009667;
}

#topnav.scroll.dark .menu-item {
  border-color: #3d4146;
}

#topnav.scroll.dark .menu-item .cart>a,
#topnav.scroll.dark .menu-item .search>a {
  color: #fff;
}

#topnav.scroll.dark .logo .logo-dark {
  display: none;
}

#topnav.scroll.dark .logo .logo-light {
  display: block;
}

#topnav.scroll.dark .navbar-toggle span {
  background-color: #fff;
}

.menu-extras {
  display: none;
  float: right;
}

.menu-item {
  float: left;
  border-right: 1px solid transparent;
}

.menu-item:first-child {
  border-left: 1px solid transparent;
}

.menu-item .cart,
.menu-item .search {
  position: relative;
}

.menu-item .cart>a,
.menu-item .search>a {
  display: block;
  padding: 0 25px;
  line-height: 72px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cart .cart-number {
  position: absolute;
  font-size: 10px;
  background-color: #009667;
  top: 12px;
  right: 16px;
  line-height: 1;
  padding: 2px 4px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
}

.search-form {
  position: absolute;
  right: 0;
  background-color: #fff;
  min-width: 300px;
  padding: 15px;
  border: 1px solid #eee;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
}

.search-form .form-control {
  padding-top: 12px;
  padding-bottom: 12px;
  height: 44px;
}

.search-form .btn {
  height: 44px;
  padding: 0 16px;
  line-height: 44px;
}

.shopping-cart {
  position: absolute;
  right: 0;
  min-width: 300px;
  background-color: #fff;
  border: 1px solid #eee;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
}

.shopping-cart p {
  padding: 15px;
  margin: 0;
}

.shopping-cart .product-list li {
  padding: 15px;
  margin: 0 !important;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}

.shopping-cart .product-list li .product-thumbnail {
  width: 50px;
  height: 50px;
}

.shopping-cart .product-list li .product-summary {
  margin-left: 50px;
}

.shopping-cart .product-list li .product-summary a {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}

.shopping-cart .product-list li .product-summary a:hover {
  color: #009667;
}

.shopping-cart-info {
  padding: 15px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.shopping-cart-info h6 {
  margin: 0;
}

.flex-control-nav {
  position: absolute;
  margin: auto;
  text-align: center;
  bottom: 52px;
  right: 140px;
  line-height: 1;
  z-index: 100;
}

.flex-control-nav>li {
  width: 25px;
  text-align: center;
  display: inline-block;
}

.flex-control-paging>li>a {
  border-radius: 100%;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  display: block;
  margin: auto;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.flex-control-paging>li>a.flex-active {
  background-color: #fff;
}

.btn-mid {
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  background-color: #009667;
  outline: none;
  border: none;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-mid span {
  position: relative;
  z-index: 10;
}

.btn-mid:hover,
.btn-mid:focus {
  color: #fff;
}

.btn-mid:after {
  content: "";
  width: 100%;
  height: 0;
  background-color: #f5b517;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-mid:hover:after {
  height: 100%;
}

.btn-mid i {
  margin-left: 10px;
  position: relative;
  z-index: 10;
}

.slide-content h1 {
  font-weight: 700;
  font-size: 38px;
  margin: 0;
}

.slide-content h4 {
  margin: 20px 0 0 0;
  letter-spacing: 0;
}

.slide-content .btn-mid {
  margin-top: 30px;
}

#home {
  padding: 0;
  height: 100%;
  border: 0;
}

#home-slider .flex-direction-nav>li {
  position: relative;
  z-index: 2000;
}

#home-slider .flex-direction-nav>li.flex-nav-prev {
  display: inline-block;
}

#home-slider .flex-direction-nav>li.flex-nav-next {
  display: inline-block;
}

#home-slider .flex-direction-nav>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009667;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#home-slider .flex-direction-nav>li>a:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}

#home-slider .flex-direction-nav {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

#home-slider .flex-direction-nav>li {
  background-color: #fff;
  border-radius: 100%;
  color: #333f48;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#home-slider .flex-direction-nav>li:hover {
  opacity: 0.6;
}

#home-slider .flex-direction-nav>li:last-child {
  margin-right: 0px;
}

#home-slider .flex-direction-nav i {
  font-weight: 700;
}

#home-slider {
  border: 0;
  margin: 0;
  height: 100%;
}

#home-slider .slides {
  height: 100%;
}

#home-slider .slides>li {
  height: 100%;
}

#home-slider.kenburn .slide-image {
  transition: transform 6s ease 0s;
  -webkit-transition: -webkit-transform 6s ease 0s;
  -moz-transition: -moz-transform 6s ease 0s;
  -moz-transform-origin: center center;
}

.slide-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 200;
}

.slide-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
}

.divider {
  display: block;
  width: 90px;
  margin: 20px 0 30px 0;
}

.divider img {
  display: block;
  width: 100%;
}

.about-text {
  display: block;
  width: 100%;
  height: 310px;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

#about.active .about-text {
  height: auto;
}

.about-text p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.5;
}

.bottom-gradient {
  display: block;
  width: 100%;
  height: 290px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0.8) 60%,
      rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(to top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0.8) 60%,
      rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0.8) 60%,
      rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0.8) 60%,
      rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0.8) 60%,
      rgba(255, 255, 255, 0) 100%);
}

#about.active .bottom-gradient {
  background: transparent !important;
}

#about .btn-mid {
  z-index: 100;
}

#benefits {
  display: block;
  width: 100%;
  height: calc(100% - 82px);
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.overlay-benefits {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left,
      rgba(0, 150, 103, 0.4) 0%,
      rgba(0, 150, 103, 0.7) 100%);
  background: -webkit-linear-gradient(left,
      rgba(0, 150, 103, 0.4) 0%,
      rgba(0, 150, 103, 0.7) 100%);
  background: linear-gradient(to right,
      rgba(0, 150, 103, 0.4) 0%,
      rgba(0, 150, 103, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66009667', endColorstr='#009667', GradientType=1);
}

.sides-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
}

.side-left {
  background-color: #009667;
  border-right: 1px solid rgba(230, 230, 230, 0.3);
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.side-buttons {
  position: absolute;
  top: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
  text-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(230, 230, 230, 0.3);
  z-index: 10;
}

.side-left p {
  margin-bottom: 0;
}

.side-left .title {
  margin-bottom: 0;
}

.btn-mid-tab {
  border-right: 1px solid #e6e6e6;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-mid-tab:last-child {
  border-right: none;
}

.btn-mid-tab:hover,
.btn-mid-tab.active {
  background-color: rgba(255, 255, 255, 0.7);
}

.side-buttons div {
  outline: none;
  cursor: pointer;
  padding: 30px 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #009667;
}

.side-right {
  vertical-align: top;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  border-left: 1px solid rgba(230, 230, 230, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.side-right:last-child {
  border-left: none;
}

.side-box {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(230, 230, 230, 0.3);
  border-bottom: 1px solid rgba(230, 230, 230, 0.3);
  flex-direction: column;
  text-align: center;
  padding: 20px 60px;
  background-color: rgba(0, 150, 103, 0.9);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-side-box {
  background-color: rgba(0, 150, 103, 0.9) !important;
}

.main-side-box .side-icon {
  opacity: 1 !important;
  margin-bottom: 0;
}

.side-box.hover-box {
  background-color: rgba(0, 150, 103, 0.2);
}

.side-title h3 {
  font-weight: 700;
  font-size: 22px;
  text-transform: inherit;
  color: #fff;
}

.side-icon {
  font-size: 44px;
  line-height: 1;
  display: block;
  margin-bottom: 30px;
}

.side-icon i {
  font-weight: 700 !important;
  color: #fff;
}

.side-container {
  padding: 0px 120px;
  display: block;
  width: 100%;
  height: 100%;
}

.side-container .title h3 {
  opacity: 1;
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.side-1-col {
  display: grid;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
  height: 100%;
  width: 100%;
}

.side-3-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 100%;
  width: 100%;
}

.hover-box .side-title {
  opacity: 0;
}

.hover-box .side-icon {
  opacity: 0;
}

.side-container .title p {
  color: #fff;
  font-size: 18px;
}

.side-box img {
  width: 90px;
}

.side-right.benefits-active {
  /*background-image: url(../images/benefits.webp);*/
}

.side-right.atributes-active {
  /*background-image: url(../images/atributes.jpg);*/
}

.benefits-active .side-1-col {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.atributes-active .side-atributes {
  height: auto;
}

.atributes-active .side-3-col {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.btn-top {
  display: block;
  text-align: center;
  margin-top: 40px;
}

.top-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: visible;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.services-img .overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

.top-box {
  width: 100%;
  max-width: 780px;
  display: block;
  position: relative;
  padding: 0 30px;
  text-align: center;
}

.tabs-button .top-box {
  width: auto;
}

.top-box .title {
  margin-bottom: 0;
}

.top-box .title h1 {
  color: #fff;
  font-weight: 700;
  font-size: 38px;
  margin: 0 0 20px 0;
}

.top-box .title p {
  color: #fff;
  margin: 20px 0 0 0;
  font-size: 20px;
}

.btn-arrow {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  background-color: #fff;
  color: #009667;
  position: absolute;
  bottom: -1px;
}

.tabs-button {
  display: grid;
  width: 100%;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  text-align: center;
}

.tabs-button.tabs-2 {
  grid-template-columns: 1fr 1fr;
}

.tabs-button li {
  display: inline-block;
}

.tabs-button li a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  cursor: pointer;
  padding: 30px 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #009667;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tabs-button li:first-of-type {
  border-left: 1px solid #e6e6e6;
}

.tabs-button li.active a {
  background-color: #f7f7f7;
  color: #333;
}

.tabs-button li a:hover {
  background-color: #f7f7f7;
}

#downloads,
#manual,
#author,
#prestadores {
  padding-top: 0;
  position: relative;
  z-index: 20;
  overflow: visible;
}

#downloads .container,
#manual .container,
#author .container,
#prestadores .container {
  width: 100%;
  margin: 0 auto;
}

#news,
#contact,
#office,
#schedule,
#token {
  padding-top: 0;
  position: relative;
  z-index: 20;
  overflow: visible;
}

#news .container,
#contact .container,
#office .container,
#schedule .container,
#token .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

#faq {
  padding-top: 0;
  position: relative;
  z-index: 20;
  overflow: visible;
}

.tab-content {
  display: block;
  width: 100%;
  padding: 80px 0 0 0;
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.download-box {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  position: relative;
}

.download-box:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #16464a;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.download-box:hover:before {
  width: 100%;
}

.download-box a {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 15px;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 40px;
}

.download-box:hover a {
  color: #fff;
}

.download-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  width: 50px;
  height: 50px;
  background-color: #f7b618;
  color: #fff;
}

.download-title h4 {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}

#news .top-box,
#contact .top-box,
#office .top-box,
#schedule .top-box,
#token .top-box {
  margin: 0 auto;
  margin-top: -150px;
  text-align: center;
}

#faq .top-box {
  margin: 0 auto;
  margin-top: -150px;
  text-align: center;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 80px 0 0 0;
  grid-gap: 30px;
}

.news-box {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  position: relative;
}

.news-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  height: 250px;
  position: relative;
  z-index: 10;
}

.news-info {
  display: block;
  padding: 30px;
  position: relative;
  z-index: 10;
}

.news-date {
  position: absolute;
  top: 40px;
  left: 0;
  background-color: #009667;
  color: #fff;
  padding: 15px 25px;
}

.news-info h3 {
  margin: 0 0 15px 0;
  font-size: 22px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news-box a {
  display: block;
  width: 100%;
  height: 100%;
}

.news-box:after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #009667;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news-box:hover:after {
  width: 100%;
}

.news-box p {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news-box:hover h3,
.news-box:hover p {
  color: #fff;
}

.article-img {
  display: block;
  width: 100%;
  height: 400px;
}

#article {
  padding-top: 0;
  position: relative;
  z-index: 10;
  overflow: visible;
}

.article-container {
  position: relative;
  margin-top: -200px;
}

.article-container section {
  padding: 0;
  position: relative;
  background-color: transparent;
  border-bottom: none;
}

.article-text {
  display: block;
  width: 100%;
  padding: 40px;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
}

.article-title h2 {
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 30px 0;
}

.article-text p {
  display: block;
  margin-bottom: 30px;
}

.article-text p:last-child {
  margin-bottom: 0px;
}

.article-date {
  background-color: #009667;
  color: #fff;
  display: inline-block;
  padding: 15px 25px;
  position: relative;
  margin: 0 0 30px 0;
  left: -41px;
}

.article-text img {
  display: block;
  margin: 50px 0;
  padding: 0 40px;
}

.article-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 40px;
}

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

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

.article-next i {
  margin-left: 10px;
  margin-right: 0;
  position: relative;
  z-index: 10;
}

.article-prev i {
  margin-right: 10px;
  margin-left: 0;
  position: relative;
  z-index: 10;
}

#support {
  padding-top: 0;
  position: relative;
  z-index: 20;
  overflow: visible;
}

#support .top-box,
#manual .top-box,
#author .top-box,
#prestadores .top-box {
  margin: 0 auto;
  margin-top: -150px;
  text-align: center;
}

.contact-form {
  margin: 0 auto;
  display: block;
}

.contact-grid {
  padding-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  align-items: center;
}

.contact-text a {
  display: block;
}

.contact-map {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  height: 500px;
  border: 1px solid #e7e7e7;
}

.map-container {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  overflow: hidden;
  position: relative;
}

#map {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

#map .info-box h3 {
  margin: 0 0 5px 0;
  font-weight: 700;
  font-size: 18px;
}

.contact-columns {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}

.contact-info {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.contact-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #009667;
}

.contact-box {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 15px;
  align-items: center;
}

.support-form {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 80px;
}

#faq {
  display: block;
  width: 100%;
  padding: 80px 0;
}

.faq-container {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.faq-text {
  display: block;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 40px;
}

.faq-text h3 {
  margin: 40px 0 15px 0;
  font-size: 22px;
  font-weight: 700;
}

.faq-text h3:first-child {
  margin-top: 0;
}

.store-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  align-items: center;
  width: 100%;
}

.store-box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
}

.store-box:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #16464a;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.store-box:hover:after {
  width: 100%;
}

.store-box a {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 15px;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 40px;
  z-index: 10;
  color: #333f48;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.store-box a:hover {
  color: #fff;
}

.store-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  width: 50px;
  height: 50px;
  background-color: #f7b618;
  color: #fff;
}

.store-title h4 {
  margin: 0 0 5px 0;
  font-weight: 700;
  font-size: 18px;
}

.store-title p {
  margin: 0;
}

.store-box:hover .store-title h4,
.store-box:hover .store-title p {
  color: #fff;
}

.benefits-1 {
  z-index: 0;
  position: absolute;
  width: calc(100% - 240px);
  height: calc(100% + 86px);
  align-items: center;
  display: flex;
  opacity: 1;
  pointer-events: visible;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.benefits-2 {
  z-index: 0;
  position: absolute;
  width: calc(100% - 240px);
  height: calc(100% + 86px);
  align-items: center;
  display: flex;
  opacity: 0;
  pointer-events: visible;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.atributes-active .benefits-1 {
  opacity: 0;
  pointer-events: none;
}

.atributes-active .benefits-2 {
  opacity: 1;
  pointer-events: visible;
}

.benefits-active .benefits-2 {
  opacity: 0;
  pointer-events: none;
}

.benefits-active .benefits-1 {
  opacity: 1;
  pointer-events: visible;
}

.benefits-2 p {
  margin-top: 0;
}

.bg-grey {
  background-color: #f7f7f7;
}

.services-img {
  position: relative;
  display: flex;
  height: 300px;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.services-bg {
  display: block;
  overflow: hidden;
  position: relative;
}

.services-bg img {
  display: block;
  width: 100%;
}

.services-info {
  position: relative;
  padding: 40px;
}

.services-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

.services-container {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
}

.services-grid {
  display: block;
}

.services-text p {
  margin-bottom: 15px;
}

.services-text p:last-child {
  margin-bottom: 0px;
}

.services-text strong {
  font-size: 16px;
}

.services-text .main-text {
  margin-bottom: 20px;
}

.services-text span {
  font-weight: 700;
}

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

#services .title {
  margin-bottom: 50px;
}

.services-title h3 {
  margin: 0;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 5;
  color: #fff;
  max-width: 260px;
}

/**.title-1:before {
  opacity: 0.3;
  content: '01';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120px;
  font-weight: 400;
  color: #f5b517;
  z-index: -2;
}
.title-2:before {
  opacity: 0.3;
  content: '02';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120px;
  font-weight: 400;
  color: #f5b517;
  z-index: -2;
}
.title-3:before {
  opacity: 0.3;
  content: '03';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120px;
  font-weight: 400;
  color: #f5b517;
  z-index: -2;
}
.title-4:before {
  opacity: 0.3;
  content: '04';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120px;
  font-weight: 400;
  color: #f5b517;
  z-index: -2;
}**/
.bg-color-1 {
  background-color: rgba(22, 70, 74, 0.9);
}

.bg-color-2 {
  background-color: rgba(69, 176, 158, 0.9);
}

.bg-color-3 {
  background-color: rgba(245, 181, 23, 0.9);
}

#manual .download-grid {
  padding-top: 80px;
}

.iframe-container {
  display: block;
  width: 100%;
  height: 515px;
  margin-top: 80px;
  position: relative;
}

.iframe-container iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.autority-container {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  margin-top: 80px;
  padding: 40px;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
}

.autority-text .center {
  text-align: center;
}

.autority-text h4 {
  margin: 30px 0 15px 0;
  font-weight: 700;
}

.autority-text p {
  margin-bottom: 10px;
}

.autority-text p:last-child {
  margin-bottom: 0px;
}

.list-text h4 {
  margin: 0 0 15px 0;
}

.list-text h4:last-child {
  margin: 0;
}

.schedule-container {
  display: block;
  width: 100%;
  padding-top: 80px;
}

.schedule-grid {
  display: grid;
  /*  grid-template-columns: repeat(4, 1fr);*/
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  align-items: center;
}

.schedule-box {
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  padding: 40px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.schedule-title {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  position: relative;
  z-index: 5;
}

.schedule-1:before {
  opacity: 0.3;
  content: "01";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  font-weight: 400;
  color: #f5b517;
  z-index: -2;
}

.schedule-2:before {
  opacity: 0.3;
  content: "02";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  font-weight: 400;
  color: #f5b517;
  z-index: -2;
}

.schedule-3:before {
  opacity: 0.3;
  content: "03";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  font-weight: 400;
  color: #f5b517;
  z-index: -2;
}

.schedule-4:before {
  opacity: 0.3;
  content: "04";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  font-weight: 400;
  color: #f5b517;
  z-index: -2;
}

.calendar-container {
  margin-top: 80px;
  display: block;
  width: 100%;
}

.calendar-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  grid-gap: 60px;
}

.time-container {
  display: block;
  width: 100%;
  height: 100%;
}

.time-top {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  background-color: #16464a;
}

.time-top h2 {
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  display: inline-block;
}

.time-grid {
  border: 1px solid #e7e7e7;
  background-color: #f7f7f7;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  max-height: 470px;
  overflow: hidden;
  overflow-y: auto;
}

.time-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  line-height: 1;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.time-box:hover {
  background-color: #f5b517;
  color: #fff;
}

.time-box.time-selected {
  background-color: #f5b517;
  color: #fff;
}

.time-taken {
  cursor: default;
  pointer-events: none;
  background-color: #f7f7f7;
}

.schedule-form {
  display: block;
  width: 100%;
  margin-top: 50px;
}

#schedule-form .form-group {
  margin-bottom: 0;
}

#schedule-form {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
}

.schedule-form p {
  font-weight: 700;
  margin-bottom: 30px;
}

.btn-bottom {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 20px;
}

.token-container {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 0 0 0;
}

.token-number {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  background-color: #f7b618;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}

.token-text {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 30px;
  width: 100%;
  padding: 40px;
  margin-bottom: 50px;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
}

.token-text img {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 70px;
  display: block;
  border: 1px solid #e6e6e6;
}

.token-text p {
  margin-bottom: 30px;
}

.token-text p:last-of-type {
  margin-bottom: 0;
}

.token-text p:first-of-type {
  margin-top: 10px;
}

.token-text a {
  font-weight: 700;
}

.token-text:last-of-type {
  margin-bottom: 0;
}

.token-text .center {
  text-align: center;
}

.fc-row div:nth-child(1) {
  pointer-events: none;
  background-color: #f7f7f7 !important;
}

.fc-row div:nth-child(7) {
  pointer-events: none;
  background-color: #f7f7f7 !important;
}

.ajax-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.ajax-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding: 0 40px;
  text-align: center;
  width: 100%;
  height: 100%;
}

.ajax-info {
  display: none;
  background-color: #fff;
  padding: 40px;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.ajax-info h3 {
  font-weight: 700;
  font-size: 38px;
  margin: 0 0 20px 0;
}

.ajax-info p {
  font-size: 15px;
}

.pagination>.active>span {
  background-color: #009667;
  border: none;
  padding: 4px 12px;
}

.pagination li>a:focus {
  background-color: transparent;
  border-color: transparent;
  color: #333f48;
  outline: none;
}

.sexo label {
  font-size: inherit;
  letter-spacing: normal;
  text-transform: none;
  margin-left: 1em;
}

.facebook {
  background-color: #4267b2;
}

.twitter {
  background-color: #1da1f2;
}

.linkedin {
  background-color: #0077b5;
}

footer .container {
  max-width: 1366px;
  width: 100%;
  padding: 0 30px;
}

footer {
  position: relative;
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  z-index: 10;
  padding: 25px 0;
}

footer p {
  font-size: 13px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-top: 20px;
}

.footer-social ul {
  padding: 0;
  margin: 0;
}

.footer-social li {
  opacity: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  width: 40px;
  height: 40px;
  background-color: #009667;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-social li:hover {
  opacity: 0.7;
}

.footer-social a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
}

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

.footer-top {
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-gap: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}

.footer-top img {
  width: 160px;
}

.footer-logo {
  display: flex;
  justify-content: center;
}

.footer-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.footer-list a {
  display: block;
  padding: 3px 0;
  font-size: 13px;
}

.footer-info a {
  display: inline-block;
}

.sexo label {
  font-size: inherit;
  letter-spacing: normal;
  text-transform: none;
  margin-left: 1em;
}


.alert {
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 15px;
  font-size: 14px;
  width: 70% !important;
  margin: 0px auto;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.alert-warning {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
}

.alert-info {
  background-color: #d1ecf1;
  color: #0c5460;
  border: 1px solid #bee5eb;
}