@import url(https://fonts.googleapis.com/css?family=Nunito);body {
  line-height: 1.2;
}

p {
  font-family: "Segoe UI", sans-serif;
  text-align: justify;
}

h2 {
  font-family: "roboto";
}

a {
  font-family: "roboto";
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

h2.title {
  color: #009DE1;
  font-weight: bold;
}

.menu-column-2 {
  -moz-columns: 250px 2;
       columns: 250px 2;
  width: 220% !important;
}

.btn-orange {
  background-color: #ea6434;
  border: #ea6434;
  color: white;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
}

.modal-close img {
  max-width: 25px;
}

header .menu {
  position: relative;
}

header .menu .menu-default {
  padding-top: 10px;
}

header .menu .collapse.navbar-collapse {
  justify-content: space-evenly;
}

header .menu .navbar {
  padding: 15px 2px;
  z-index: 999;
  background: white;
  position: absolute;
  top: -40px;
  box-shadow: 0 1.5px 9px rgba(0, 0, 0, 0.16);
  font-family: "roboto";
  width: 97.4%;
}

header .menu .navbar .logo img {
  max-width: 270px;
  padding-left: 15px;
}

header .menu .navbar .action-login {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1F3046;
  width: 124px;
  height: 38px;
  margin-left: 5px;
}

header .menu .navbar .action-login a {
  color: white;
  font-size: 20px;
  font-weight: bold;
}

header .menu .navbar-nav {
  margin-right: 5px;
}

header .menu .navbar-nav .nav-item {
  border-right: solid 0.5px #dfdfdf;
}

header .menu .navbar-nav .nav-item:last-child {
  border: none;
}

header .menu .navbar-nav .nav-item .nav-link {
  color: #604f51;
  padding: 0;
  margin: 0 0.6rem 0 0.6rem;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 4px solid transparent;
  text-transform: uppercase;
}

header .menu .navbar-nav .nav-item:hover > .nav-link {
  border-bottom: 4px solid #890d19 !important;
}

header .menu .navbar-nav .dropdown-menu {
  margin: 0;
  border: 0;
  padding: 0;
  width: 200px;
  background-color: #570c13;
  border-radius: 0;
}

header .menu .navbar-nav .dropdown-menu .nav-link {
  font-weight: normal;
  padding: 0.5rem 0.7rem;
  color: white;
  margin: 0 !important;
}

header .menu .navbar-nav .dropdown-menu .nav-link:hover {
  background: #a70716 !important;
  color: #fff;
}

header .menu .categories-menu .dropdown {
  position: initial;
}

header .menu .categories-menu .root {
  width: 250px;
  background: #3E789E;
  color: #fff;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0.7rem;
}

header .menu .categories-menu .root .fa {
  font-weight: normal;
  font-size: 12px;
}

header .menu .categories-menu .root:hover {
  text-decoration: none;
}

header .menu .categories-menu .dropdown-menu {
  width: 325px;
}

header .menu .categories-menu .dropdown-menu .nav-item.second .nav-link {
  background: #fff !important;
  color: #656565 !important;
}

header .menu .categories-menu .dropdown-menu .nav-item .nav-link {
  font-size: 14px;
  color: #656565;
  padding: 0.3rem 0.7rem;
}

header .menu .categories-menu .dropdown-menu .nav-item .nav-link .image {
  width: 25px;
  height: 25px;
  background-color: #656565;
  float: left;
  margin-right: 5px;
  position: relative;
  bottom: 4px;
}

header .menu .categories-menu .dropdown-menu .nav-item.first:hover .nav-link .image {
  background-color: #fff;
}

header .menu .categories-menu .dropdown-menu .submenu a {
  margin: 3px 0 8px;
  margin-bottom: 12px;
}

header .menu .categories-menu .submenu {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border-left: 0;
  padding: 10px;
  border-left: 1px solid #eaeaea;
  overflow: auto;
}

header .menu .categories-menu .submenu a {
  display: block;
  font-size: 14px;
  color: #656565;
}

header .top {
  background: #890d19;
  padding: 5px 0;
  height: 90px;
  display: flex;
}

header .top a {
  color: #fff;
  font-weight: 500;
  font-family: "roboto";
}

header .top .container {
  display: flex;
  justify-content: space-between;
}

header .top .phones {
  margin: 10px 0;
}

header .top .phones a {
  font-size: 16px;
  margin: 0 5px;
}

header .top .phones i {
  font-size: 19px;
}

header .top .socials i {
  font-size: 26px;
  margin-left: 5px;
}

header .top .actions {
  font-weight: bold;
}

header .top .languages a {
  margin-right: 5px;
}

header .top .languages a .flag-icon {
  width: 1.8rem;
  line-height: 1.5rem;
}

header .top .languages a:hover {
  text-decoration: none;
}

header .header-container {
  background: #fff;
}

header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

header .header .logo {
  margin-right: 100px;
}

header .header .search {
  flex: 1;
  max-width: 450px;
}

header .header .search .form-group {
  position: relative;
  margin: 0;
}

header .header .search .form-group input[type=search] {
  border-color: #009DE1;
}

header .header .search .form-group button {
  position: absolute;
  top: 6px;
  right: 5px;
  background: transparent;
  border: 0;
  font-size: 20px;
  color: #999;
}

header .header .icons-header {
  display: flex;
}

header .header .icons-header .cart {
  position: relative;
}

header .header .icons-header .cart .badge-cart {
  position: absolute;
  right: 0;
}

header .header .icons-header .cart,
header .header .icons-header .billet {
  margin: 0 14px;
  text-align: center;
}

header .header .icons-header .cart a,
header .header .icons-header .billet a {
  color: #009DE1;
  font-size: 12px;
}

header .header .icons-header .cart svg,
header .header .icons-header .billet svg {
  max-width: 38px;
  fill: #009DE1;
}

section.main {
  flex: 1;
}

footer .footer {
  border-top: solid 10px #570c13;
  background: #890d19;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding: 20px 0 43px 0;
  font-size: 17px;
}

footer .footer .col-md-4.blue-cable {
  align-self: center;
}

footer .footer .col-md-4.blue-cable .logo-white {
  width: 100%;
}

footer .footer .col-md-4.blue-cable .footer-content.footer-decription p {
  font-size: 13px;
  margin-top: 25px;
}

footer .footer .information-area {
  padding-right: 35px;
}

footer .footer .information-area .title {
  font-family: "Segoe UI", sans-serif;
  text-transform: uppercase;
}

footer .footer .information-area p {
  font-family: "Segoe UI", sans-serif;
}

footer .footer .information-area a {
  font-family: "Segoe UI", sans-serif;
}

footer .footer .fast-access ul {
  -moz-column-count: 2;
  -moz-column-gap: 18px;
  -webkit-column-count: 2;
  -webkit-column-gap: 18px;
  column-count: 2;
  column-gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer .title {
  font-size: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 4px solid white;
  font-weight: bold;
  font-family: "roboto";
  text-transform: uppercase;
}

footer .footer .title i {
  font-size: 10px;
  margin-right: 10px;
}

footer .footer .footer-content p {
  font-size: 17px;
  font-family: "Segoe UI", sans-serif;
}

footer .footer .footer-content a {
  font-family: "Segoe UI", sans-serif;
}

footer .footer .footer-content .link {
  margin-bottom: 8px;
}

footer .footer .footer-content .link a {
  font-size: 17px;
  color: white;
}

footer .footer .footer-content .link a i {
  font-size: 17px;
  margin-right: 5px;
  margin-bottom: 10px;
}

footer .footer .footer-content .actions-footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
  height: 50px;
  background-color: #1F3046;
  border-color: #1F3046;
  color: white;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

footer .social-footer {
  display: flex;
  margin-top: 20px;
}

footer .social-footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  width: 31px;
  height: 31px;
  margin-right: 5px;
}

footer .social-footer a i {
  font-size: 31px;
}

footer .copyright {
  padding: 20px 0;
  position: relative;
  color: #42753c;
}

footer .copyright a {
  color: #42753c;
  font-weight: bold;
}

footer .copyright .selo-lgpd {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 65px;
}

#lightcase-content {
  background-color: white !important;
}

.custom-control-label::before {
  top: 0;
}

.custom-control-label::after {
  top: 0.01rem;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

.owl-carousel .owl-item .line-product > a {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.owl-carousel .owl-item .line-product > a .ref {
  color: #212529;
}

.owl-carousel .owl-item .line-product > a img {
  width: auto !important;
  max-height: 140px;
  margin: 0 auto;
}

.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -40px !important;
  margin-left: -20px !important;
  display: block !important;
  border: 0 solid black;
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -40px !important;
  margin-right: -23px !important;
  right: 0;
  display: block !important;
  border: 0 solid black;
}

.owl-prev i,
.owl-next i {
  transform: scale(1, 3);
  color: #ccc;
}

.categories-container {
  width: 95%;
  margin: 0 auto;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 30px !important;
  height: 3px !important;
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #009DE1;
  border-color: #009DE1;
}

.pagination .page-item .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #009DE1;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.account-panel ul {
  list-style: none;
  background-color: #ececec;
  padding-left: 0;
}

.account-panel ul li a {
  width: 100%;
  display: block;
  padding: 5px 0 5px 15px;
  color: #0c0c0c;
}

.account-panel ul li a:hover {
  background-color: #009DE1;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

#form-contact input {
  height: 60px;
}

#form-contact input,
#form-contact textarea {
  border-radius: 0;
}

#form-contact input::-moz-placeholder, #form-contact textarea::-moz-placeholder {
  color: #333333;
}

#form-contact input:-ms-input-placeholder, #form-contact textarea:-ms-input-placeholder {
  color: #333333;
}

#form-contact input::placeholder,
#form-contact textarea::placeholder {
  color: #333333;
}

#form-contact label {
  color: white;
}

.items-hover .item-hover {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.items-hover .item-hover:hover .body-hidden {
  display: flex !important;
}

.items-hover .item-hover:hover .title-fixed {
  display: none;
}

.items-hover .item-hover .title-fixed {
  position: absolute;
  width: 100%;
  background-color: #570c13;
  color: white;
  font-size: 16px;
  font-weight: bold;
  bottom: 0;
  padding: 4px 15px;
}

.items-hover .item-hover .body-hidden {
  display: none;
  position: absolute;
  height: 100%;
  background-color: rgba(87, 12, 19, 0.8);
  color: white;
  padding: 0 15px;
  flex-direction: column;
  justify-content: flex-end;
  overflow-x: overlay;
  padding: 0 5px;
}

.items-hover .item-hover .body-hidden .body-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.items-hover .item-hover .body-hidden .item-bar {
  background-color: white;
  width: 50px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.items-hover .item-hover .body-hidden .body {
  font-size: 15px;
}

.items-block .item-block {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: ease-out all 0.2s;
}

.items-block .item-block .because {
  padding: 5px;
  min-height: 161px;
}

.items-block .item-block:hover {
  background-color: #FFFFFF;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.56);
  border: solid 0.5px #FFFFFF;
}

.items-block .item-block .img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.items-block .item-block .title {
  width: 100%;
  color: #570c13;
  font-size: 16px;
  font-weight: bold;
  bottom: 0;
  margin-top: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.items-block .item-block .body {
  font-size: 15px;
  margin-bottom: 20px;
}

.items-block .item-block .body p {
  margin: 0;
  text-align: justify;
  color: #848687;
  font-size: 17px;
}

.items-block .item-block .link {
  text-align: center;
}

.tp-caption-phrase {
  color: #890D19;
}

.tp-caption-phrase span {
  padding: 10px;
  font-family: "roboto";
  font-weight: bold;
  text-shadow: 5px 5px 6px #FFFFFF;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent !important;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important;
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent !important;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent !important;
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent !important;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

@media (max-width: 992px) {
  header .menu .navbar {
    display: block;
    z-index: 0 !important;
    position: static !important;
    top: 0 !important;
  }

  header .menu .navbar .nav-item .nav-link {
    padding: 5px 0;
  }

  header .menu .navbar .logo img {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .main {
    margin: 0 !important;
  }

  .cart .row-cart {
    display: flex;
    flex-direction: column-reverse;
  }

  .rev_slider .tp-mask-wrap .btn-banner {
    font-size: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .tp-caption-phrase span {
    font-size: 14px;
  }

  .categories {
    padding: 10px 0 !important;
  }

  .categories .category .image img {
    width: auto;
  }

  .tparrows {
    background-color: transparent !important;
  }

  header .menu .categories-menu .fa-angle-right {
    display: none !important;
  }

  header .menu .categories-menu .submenu {
    display: none !important;
  }

  .section.bg--dark.about-area {
    background-image: none !important;
  }

  .testimonials .testimonial {
    flex-direction: column;
  }

  .testimonials .testimonial .image {
    width: 100% !important;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
  }

  .testimonials .testimonial .image img {
    width: 160px;
  }

  .footer {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .footer .information-area {
    padding-right: 15px !important;
  }
}

@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 768px) and (height: 1024px) {
  .logo-white img {
    width: 225px !important;
  }
}

@media (max-width: 1024px) and (height: 1366px) {
  .menu .menu-default .nav-link {
    font-size: 13px !important;
  }
}

@media (max-width: 767px) {
  header .top {
    height: auto;
  }

  header .top .container {
    display: block;
  }

  header .top .container .languages,
  header .top .container .phones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  header .top .container .languages a,
  header .top .container .phones a {
    margin-bottom: 5px;
  }

  header .top .container .socials {
    display: flex;
    justify-content: center;
    padding-top: 5px;
  }

  header .top .container .socials a {
    margin-left: 10px;
  }

  header .top .container .actions {
    text-align: center;
  }

  header .menu .container {
    padding: 0;
  }

  header .menu .logo {
    max-width: 200px;
    margin-left: 15px;
  }

  header .menu .categories-menu {
    width: calc(100% - 67px);
  }

  header .menu .categories-menu .root {
    width: 100%;
  }

  header .menu .categories-menu .dropdown-menu {
    width: calc(100% + 67px) !important;
  }

  header .menu .fa-angle-right {
    display: none;
  }

  header .menu .hamburger {
    padding: 3px;
    padding-left: 0;
    margin-right: 6px;
  }

  header .menu .hamburger .hamburger-inner,
  header .menu .hamburger .hamburger-inner:after,
  header .menu .hamburger .hamburger-inner:before {
    background-color: #1F3046;
  }

  header .menu .navbar-nav .dropdown-menu {
    width: 100%;
  }

  header .menu .navbar-nav.menu-default .dropdown-menu {
    position: initial;
  }

  header .header {
    display: block;
  }

  header .header .logo {
    margin-right: 0;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }

  header .header .icons-header {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }

  header .header .icons-header svg {
    max-width: 30px !important;
    display: block;
    margin: 0 auto;
  }

  .section-spacing {
    margin-bottom: 0 !important;
  }

  .card-area {
    margin-top: 10px;
  }

  .card-area .card {
    top: 10px !important;
    margin: 0 10px;
  }

  .subtitle-white {
    padding-right: 0 !important;
  }

  .form-area {
    margin-top: 30px !important;
  }

  .where-find .representatives {
    margin-bottom: 20px;
  }

  .about .read-more {
    margin-bottom: 20px;
  }

  .lines .myx,
  .lines .myhouse {
    height: auto !important;
  }

  .lines .myx .logo,
  .lines .myhouse .logo {
    height: auto !important;
    margin-bottom: 10px;
  }

  .lines .myx .logo img,
  .lines .myhouse .logo img {
    max-width: 50%;
  }

  .lines .myx .line-products .product,
  .lines .myhouse .line-products .product {
    height: auto !important;
  }

  .construction {
    flex-direction: column-reverse;
  }

  .construction .image {
    margin-top: 20px;
    justify-content: flex-start !important;
  }

  .where-find .representatives,
  .where-find .where {
    height: 230px !important;
  }

  .products .product img {
    max-height: 100% !important;
  }

  footer .cont {
    margin-bottom: 10px;
  }

  .brands .brand {
    text-align: center;
    margin-bottom: 10px;
  }

  .newsletter .inputs {
    margin-top: 20px;
  }

  .facebook {
    margin-top: 20px;
  }

  .products {
    display: block !important;
  }

  .products .product:not(:first-child) {
    display: none;
  }

  .owl-prev {
    margin-left: -14px !important;
  }

  .owl-next {
    margin-right: -10px !important;
  }

  .page-container .representative {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 500px) {
  footer .copyright {
    font-size: 12px;
  }

  .award {
    flex-direction: column-reverse;
  }

  .image {
    margin-top: 30px;
  }
}

@media (max-width: 375px) {
  .menu .logo img {
    max-width: 240px !important;
  }
}

@media (max-width: 360px) {
  .menu .logo img {
    max-width: 185px !important;
  }

  .bar {
    width: 200px;
  }

  footer .copyright {
    font-size: 10px;
  }

  footer .copyright .selo-lgpd {
    width: 50px;
    left: -10px;
  }
}

@media (max-width: 280px) {
  .menu .logo img {
    max-width: 145px !important;
  }

  .logo-white img {
    width: 250px !important;
  }
}

.categories,
.products,
.about,
.lines,
.where-find,
.usage-scenarios,
.simulators,
.posts,
.newsletter {
  padding: 20px 0;
}

.where-find {
  padding-top: 30px;
}

.lines {
  padding-bottom: 0;
}

h2 {
  font-family: "roboto";
}

p {
  font-family: "Segoe UI", sans-serif;
}

a {
  font-family: "roboto";
}

.section-spacing {
  margin-bottom: -120px;
}

.title-home {
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  font-family: "roboto";
  color: #890d19;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.title-home p {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
}

.subtitle-home {
  color: #848687;
  text-align: justify;
  font-size: 17px;
}

.subtitle-white p {
  color: #FFFFFF !important;
}

.bar-bottom {
  width: 50px;
  height: 4px;
  background-color: #009DE1;
  margin-top: 10px;
  margin-bottom: 10px;
}

.owl-dots .owl-dot.active span {
  background-color: #1F3046 !important;
}

.owl-dots .owl-dot span {
  width: 15px !important;
  height: 15px !important;
  background-color: #6d6d6d !important;
}

.because-area {
  margin-top: 80px;
}

.because .title h3 {
  font-weight: bold;
  font-family: "Segoe UI", sans-serif;
  font-size: 22px;
}

.featured {
  margin-top: 40px;
  margin-bottom: 40px;
}

.featured .title {
  margin-bottom: 40px;
  font-family: "roboto" !important;
}

.featured .items .item {
  min-height: 312px;
  min-width: 260px;
  background-color: #f6f6f6;
  padding: 20px 40px;
}

.featured .items .item p {
  margin: 0;
  text-align: center;
  max-height: 95px;
}

.featured .items .item img {
  width: auto;
  margin: 0 auto;
  margin-bottom: 18px;
}

.featured .items .item .item-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
}

.card-1 {
  background-color: #a70716 !important;
  border: #a70716 1px solid;
}

.card-2 {
  background-color: #890d19 !important;
  border: #890d19 1px solid;
}

.card-3 {
  background-color: #570c13 !important;
  border: #570c13 1px solid;
}

.card-area {
  padding: 0 !important;
  border-radius: 0 !important;
}

.card-area .title-fixed {
  height: 55px;
  margin-top: 30px;
  font-family: "Roboto";
  font-size: 27px;
}

.card-area .card {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  top: -150px;
  height: 100%;
}

.card-area .card .bar {
  height: 1px;
  background-color: #FFFFFF;
  width: 295px;
  margin: 0 auto;
}

.card-area .card-header {
  background-color: transparent;
  color: #FFFFFF;
  text-align: center;
  border: none;
}

.card-area .card-body {
  color: #FFFFFF;
  justify-content: center;
  flex-direction: column;
}

.card-area .card-body .card-btn--area {
  padding: 26px;
}

.card-area .card-body .text {
  padding: 0 23px;
  font-size: 20px;
  min-height: 380px;
  text-align: justify;
}

.card-area .card-body .text p {
  color: #FFFFFF;
  font-weight: 300;
}

.card-area .card-body .btn-primary {
  background-color: transparent;
  border: solid 1px #FFFFFF;
  font-weight: 500;
}

.about {
  background-color: #f6f6f6;
  padding: 40px 0;
  margin: 40px 0;
}

.about .title {
  margin-bottom: 40px;
  font-family: "roboto";
}

.about .description {
  text-align: justify;
}

.about iframe {
  width: 100%;
  height: 300px;
}

.section .banner img {
  height: 360px;
}

.teachers {
  margin-bottom: 40px;
}

.teachers .title {
  margin-bottom: 40px;
}

.teachers .description {
  text-align: justify;
}

.teachers .read-more {
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}

.teachers .read-more a {
  background-color: #1F3046;
  border-color: #1F3046;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 20px;
}

.teachers iframe {
  width: 100%;
  height: 300px;
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contact {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.contact .header-contact .title2 {
  font-size: 25px;
  font-weight: bold;
  color: white;
}

.contact .header-contact .bar-bottom2 {
  width: 240px;
  height: 4px;
  background-color: white;
  margin-bottom: 20px;
}

.contact .header-contact p {
  font-size: 16px;
  color: white;
}

.contact .phones-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.contact .phones-container .phones {
  display: flex;
  flex-direction: column;
}

.contact .phones-container .phones a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: white;
  font-size: 22px;
}

.contact .phones-container .phones a i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  width: 42px;
  height: 42px;
  font-size: 26px;
  background-color: #1F3046;
  text-align: center;
  margin-right: 10px;
}

.posts .title {
  margin-bottom: 20px;
}

.posts .post {
  color: #009DE1;
  margin-bottom: 20px;
  display: flex;
}

.posts .post .title a {
  color: #009DE1;
}

.posts .post .date {
  width: 50px;
  margin-right: 10px;
  text-align: center;
}

.posts .post .date .day {
  font-weight: bold;
  font-size: 40px;
}

.posts .post .date .month {
  font-size: 20px;
  margin-top: -10px;
}

.posts .post .body {
  flex: 1;
}

.posts .post .body .title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
}

.posts .post .body .p {
  color: #000;
  font-size: 14px;
  text-align: justify;
}

.posts .post .body .read-more {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.posts .read-more-all {
  text-align: center;
  margin-top: 20px;
}

.newsletter {
  background: #3E789E;
  color: #fff;
}

.newsletter h2.title {
  color: #fff;
}

.newsletter .body {
  text-align: justify;
}

.newsletter .inputs {
  display: flex;
  align-items: center;
}

.newsletter .inputs .inputs-container {
  flex: 1;
  margin-right: 30px;
}

.newsletter .inputs .form-control {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  border-bottom: 2px solid #fff;
}

.newsletter .inputs .form-control::-moz-placeholder {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.newsletter .inputs .form-control:-ms-input-placeholder {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.newsletter .inputs .form-control::placeholder {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.newsletter .inputs .btn {
  border-radius: 0;
  color: #009DE1;
  background: #fff;
}

.simulators .title,
.simulators .description {
  margin-bottom: 20px;
}

.simulators .actions {
  text-align: center;
  margin-bottom: 20px;
}

.lines .myx {
  margin-bottom: 30px;
}

.lines .myx,
.lines .myhouse {
  height: 400px;
  padding: 30px 0;
  position: relative;
  color: #fff;
}

.lines .myx .logo,
.lines .myhouse .logo {
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lines .myx:after,
.lines .myhouse:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.lines .myx *,
.lines .myhouse * {
  z-index: 2;
}

.lines .myx .line-products .product,
.lines .myhouse .line-products .product {
  height: 340px;
  padding: 20px;
  background: #009DE1;
  border-radius: 5px;
}

.lines .myx .line-products .product .title,
.lines .myhouse .line-products .product .title {
  text-align: center;
  height: 40px;
  margin-bottom: 10px;
}

.lines .myx .line-products .product .image,
.lines .myhouse .line-products .product .image {
  height: 180px;
  text-align: center;
}

.lines .myx .line-products .product .image img,
.lines .myhouse .line-products .product .image img {
  max-height: 180px;
  width: auto !important;
  display: inline-block !important;
}

.lines .myx .line-products .product .ref,
.lines .myhouse .line-products .product .ref {
  text-align: center;
  color: #999;
  margin-top: 10px;
}

.lines .myx .line-products .product .read-more,
.lines .myhouse .line-products .product .read-more {
  margin-top: 10px;
  text-align: center;
}

.lines .myx .line-products .product .read-more a,
.lines .myhouse .line-products .product .read-more a {
  background: #3D779E;
  border-radius: 4px;
}

.where-find .representatives,
.where-find .where {
  position: relative;
  display: flex;
  align-items: center;
  height: 325px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.where-find .representatives svg,
.where-find .where svg {
  width: 65%;
  height: auto;
  fill: #009DE1;
  margin-bottom: 5px;
}

.where-find .representatives .caption,
.where-find .where .caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #2e4861;
  font-weight: bold;
  text-transform: initial;
  text-align: center;
  font-size: 18px;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0 20px;
  background: #fff;
}

.where-find .representatives .caption:hover,
.where-find .where .caption:hover {
  color: #fff;
  background: #2e4861;
  text-decoration: none;
}

.where-find .representatives .caption:hover svg,
.where-find .where .caption:hover svg {
  fill: #fff;
}

.bg-more--dark {
  background-color: #570c13 !important;
}

.testimonials .read-more .btn-light {
  background: #FFFFFF;
  border-radius: 0;
  font-weight: 500;
  font-size: 17px;
  width: 130px;
  color: #2a3147;
  box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
  text-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.16);
}

.testimonials .testimonial {
  display: flex;
  padding: 13px;
}

.testimonials .testimonial .image {
  width: 180px;
  z-index: 2;
  display: flex;
  align-items: center;
}

.testimonials .testimonial .text {
  flex: 1;
  padding: 10px 12%;
  text-align: justify;
}

.testimonials .testimonial .text p {
  color: #FFFFFF;
  font-size: 17px;
}

.testimonials .testimonial .text .company {
  font-size: 15px;
  margin-top: 10px;
  color: #FFFFFF;
  text-align: right;
  font-style: italic;
}

.section.bg--dark.about-area {
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50%;
  padding: 0;
}

.section {
  padding: 30px 0;
  display: flex;
  flex-direction: row;
}

.section .about-row {
  justify-content: center;
  align-items: center;
}

.section.bg {
  background-color: rgba(81, 81, 81, 0.05);
}

.section.bg--dark {
  background: #890d19;
  color: #FFFFFF;
}

.section.bg--dark .title-home {
  color: #FFFFFF;
}

.section.bg--dark .subtitle-home {
  color: #FFFFFF !important;
  font-size: 18px;
  padding-right: 50px;
}

.section.bg--dark .read-more .btn-light {
  border-radius: 0;
  font-family: "Roboto";
  font-size: 15px;
  width: 130px;
  color: #FFFFFF;
  text-transform: uppercase;
  border: solid 0.5px #FFFFFF;
}

.contact-row--home {
  justify-content: space-evenly;
}

#form-contact input {
  height: 40px;
}

#form-contact input,
#form-contact textarea {
  padding: 0;
  border: none;
  border-bottom: 2px solid #96999c;
  font-size: 20px;
}

#form-contact input::-moz-placeholder, #form-contact textarea::-moz-placeholder {
  color: #570c13;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#form-contact input:-ms-input-placeholder, #form-contact textarea:-ms-input-placeholder {
  color: #570c13;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#form-contact input::placeholder,
#form-contact textarea::placeholder {
  color: #570c13;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#form-contact label {
  color: #1F3046;
}

.btn-primary {
  background: #890d19;
  border-color: #890d19;
  color: white;
  font-weight: 500;
  font-size: 15px;
  padding: 5px 27px;
  border-radius: 0;
  text-transform: uppercase;
  text-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.16);
  font-family: "roboto";
}

.btn-primary:hover,
.btn-primary:focus {
  background: #890d19 !important;
  border-color: white !important;
}

.btn-default {
  border: 1px solid #FFF;
  background-color: transparent;
  width: 130px;
  font-family: "roboto";
  border-radius: 0;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 500;
}

a:hover {
  text-decoration: none;
}

.breadcrumb-container {
  background: #EDEEF0;
}

.breadcrumb-container .breadcrumb {
  background: transparent;
  padding-left: 5px;
}

.breadcrumb-container .breadcrumb a {
  font-size: 15px;
  color: #570c13;
}

.breadcrumb-container .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
}

.breadcrumb-container .breadcrumb .breadcrumb-item.active {
  font-size: 15px;
  color: #570c13;
  font-weight: bold;
}

.page-container {
  text-align: justify;
  margin-bottom: 30px;
}

.page-container .page-title h1 {
  text-align: center;
  color: #570c13;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "roboto";
  margin-top: 30px;
}

.page-container .page-content p {
  color: #848687;
  font-size: 20px;
  margin-bottom: 40px;
}

.page-container .is-product .for-who {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #1F3046;
  font-weight: bold;
  min-height: 85px;
  border-right: 4px solid #009DE1;
}

.page-container .is-product .for-who-description {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #7c7c7c;
  text-align: left;
  padding-right: 0;
}

.page-container .is-product .for-who-image {
  margin-top: 35px;
}

.page-container .is-product .request-form .request-form-title {
  max-width: 370px;
  width: 100%;
  font-size: 30px;
  color: #009DE1;
  text-align: center;
  margin: 0 auto;
}

.page-container .is-product .request-form .form-area {
  margin: 50px 0;
}

.page-container .is-product .request-form .form-area .form-group {
  margin: 5px 0;
  padding: 0;
}

.page-container .is-product .request-form .form-area .form-control {
  background-color: #f1f1f1;
  padding: 25px 10px;
  font-size: 11px;
  text-transform: uppercase;
  color: #858585;
  border-radius: 0;
}

.page-container .is-product .request-form .form-area .text-center {
  margin: 50px 0;
}

.page-container.events .gallery {
  margin-top: 50px;
}

.page-container.events .gallery .image-base {
  margin-bottom: 10px;
}

.page-container.events .gallery .image img {
  width: 100px;
}

.page-container.page-products .product-page-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-container.page-products .product-page-item .product-image {
  max-height: 180px;
}

.page-container.page-products .product-page-item .product-title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #1F3046;
  margin: 10px 0;
}

.page-container.page-products .product-page-item .product-description {
  font-size: 15px;
  text-align: justify;
  color: #434343;
}

.page-container.page-category .description p {
  color: #434343;
  font-size: 14px;
}

.page-container.page-category .subtitle-category {
  font-size: 20px;
  font-weight: bold;
  color: #434343;
  margin-bottom: 30px;
}

.page-container.page-category .products {
  background-color: rgba(114, 114, 114, 0.07);
}

.page-container.page-category .products .prod {
  background-color: white;
  margin-bottom: 40px;
}

.page-container.page-category .products .prod .prod-header .title {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #434343;
  font-size: 17px;
  font-weight: bold;
}

.page-container.page-category .products .prod .benefits .benefit {
  min-height: 60px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  color: #434343;
  font-size: 14px;
}

.page-container.page-category .products .prod .benefits .benefit.on {
  background-color: #ececec;
}

.page-container.page-category .products .prod .benefits .benefit img {
  margin-right: 10px;
}

.page-container.page-category .products .prod .prod-footer {
  margin-top: 20px;
}

.page-container.page-category .products .prod .prod-footer .price {
  color: #434343;
  font-size: 16px;
  padding-left: 20px;
}

.page-container.page-category .products .prod .prod-footer .installments {
  padding-left: 20px;
  color: #959595;
  font-size: 12px;
}

.page-container.page-category .products .prod .prod-footer .installments span {
  color: #009DE1;
}

.page-container.page-category .products .prod .prod-footer form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-container.page-category .products .prod .prod-footer form .buy-now {
  margin: 20px 0;
  background-color: #009DE1;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  padding: 11px 45px;
}

.page-container.page-category .featureds .featured {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

.page-container.page-category .featureds .featured .image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.page-container.page-category .featureds .featured .body {
  color: #434343;
  font-size: 14px;
  text-align: center;
  line-height: 1.43;
}

.page-container.page-category .video-category {
  padding-top: 30px;
  background-color: rgba(114, 114, 114, 0.07);
}

.page-container.page-category .events-category {
  margin-top: 40px;
}

.page-container.page-category .events-category .image {
  padding: 14px;
}

.page-container.page-category .events-category .event {
  height: 100%;
  background-color: #f6f6f6;
}

.page-container.page-category .events-category .title {
  text-align: center;
  margin-bottom: 20px;
}

.page-container.page-category .events-category .title a {
  color: #444444;
  font-size: 16px;
  font-weight: bold;
}

.page-container .page-content {
  text-align: justify;
  margin-bottom: 20px;
}

.page-container .page-content figure img {
  width: 100%;
}

.page-container .page-blocks .page-block {
  margin-bottom: 20px;
}

.page-container .page-blocks .page-block .row-reverse {
  flex-direction: row-reverse;
}

.page-container .page-blocks .page-block .page-block-content h2 {
  color: #570c13;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: "roboto";
}

.page-container .page-blocks .page-block .page-block-content p {
  font-size: 19px;
  color: #848687;
}

.page-container .visions {
  margin-top: 40px;
}

.page-container .visions .vision {
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.page-container .visions .vision:hover {
  box-shadow: 0px 0px 16px #00000029;
}

.page-container .visions .vision .title {
  margin-bottom: 10px;
  font-size: 24px;
  color: #570c13;
  font-weight: bold;
  text-transform: uppercase;
}

.page-container .visions .vision p {
  font-size: 14px;
  text-align: justify;
  color: #848687;
}

.page-container .other-pages {
  border-top: 1px solid #570c13;
  margin-top: 50px;
}

.page-container .other-pages .title {
  text-align: center;
  font-weight: bold;
  color: #570c13;
  font-size: 20px;
  padding: 20px 0;
}

.page-container .pages {
  margin-top: 30px;
}

.page-container .pages .page {
  position: relative;
  margin-bottom: 30px;
}

.page-container .pages .page a:hover {
  text-decoration: none;
}

.page-container .pages .page .title {
  text-align: center;
  color: #570c13;
  background: #E6E6E6;
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.page-container .pages .page .description {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
  right: 0;
  background: rgba(27, 67, 93, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-container .pages .page .description .t {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 24px;
}

.page-container .pages .page .description .d {
  text-align: center;
}

.page-container .pages .page .description .b {
  background: #fff;
  color: #009DE1;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 12px;
  padding: 5px;
  font-weight: bold;
}

.page-container .pages .page:hover .description {
  opacity: 1;
}

.page-container .pages .page:hover .title {
  opacity: 0;
}

.page-container .body-hidden .body {
  overflow-x: overlay;
  padding: 0 5px;
}

.page-container .body-hidden .body p {
  color: #FFFFFF;
}

.page-container .constructions {
  margin-top: 50px;
  padding-bottom: 50px;
}

.page-container .constructions .construction {
  margin-bottom: 50px;
}

.page-container .constructions .construction .title {
  margin-bottom: 18px;
  color: #570c13;
  font-size: 22px;
  font-weight: bold;
  font-family: "roboto";
}

.page-container .constructions .construction .image {
  display: flex;
  justify-content: center;
}

.page-container .constructions .construction .description {
  font-size: 19px;
  color: #848687;
}

.page-container .product h3 {
  color: #009DE1;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.page-container .product .description {
  text-align: left;
}

.page-container .product .description img,
.page-container .product .technical img,
.page-container .product .install-description img {
  max-width: 100%;
}

.page-container .product .images .cover {
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-container .product .images .gallery {
  display: flex;
}

.page-container .product .images .gallery .thumb {
  width: 25%;
  border: 1px solid #ccc;
  margin-top: 10px;
  margin-right: 10px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-container .product .images .gallery .thumb:nth-child(5n) {
  margin-right: 0;
}

.page-container .product .download {
  margin-bottom: 20px;
}

.page-container .product .download .file {
  margin-right: 20px;
}

.page-container .product .download .file a {
  color: #009DE1;
}

.page-container .product .download .file a img {
  width: 30px;
  margin-right: 4px;
  margin-bottom: 15px;
}

.page-container .line-products {
  border-top: 1px solid #009DE1;
  padding: 30px 0;
  margin-top: 30px;
}

.page-container .line-products h4 {
  text-align: center;
  font-weight: bold;
  color: #A1A1A1;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.page-container .line-products h4 small {
  color: #009DE1;
  display: block;
  font-weight: bold;
  font-size: 30px;
}

.page-container .line-products .line-product .title {
  margin-top: 10px;
  color: #009DE1;
  text-align: center;
  font-weight: bold;
}

.page-container .line-products .line-product .ref {
  text-align: center;
  margin-bottom: 10px;
}

.page-container .line-products .line-product .read-more {
  text-align: center;
}

.page-container .line-products .line-product .read-more .btn {
  text-transform: uppercase;
  font-weight: bold;
}

.page-container .category .prod {
  padding-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.page-container .category .prod .image {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  align-items: center;
  height: 230px;
}

.page-container .category .prod .image img {
  max-width: 90%;
  max-height: 100%;
}

.page-container .category .prod .title {
  color: #009DE1;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.page-container .category .prod .ref {
  font-size: 12px;
  margin-bottom: 30px;
  text-align: center;
  color: #212529;
}

.page-container .category .prod .ref:hover {
  text-decoration: none;
  color: #212529;
}

.page-container .category .prod .action {
  text-align: center;
}

.page-container .contact-page .info {
  text-align: left;
}

.page-container .contact-page .info .title {
  font-size: 24px;
  color: #1F3046;
  font-weight: bold;
  margin-bottom: 44px;
  text-transform: uppercase;
}

.page-container .contact-page .info .red {
  color: #570c13 !important;
}

.page-container .contact-page .info p {
  font-size: 17px;
  color: #848687;
}

.page-container .contact-page #form-contact label {
  color: black;
}

.page-container .contact-page #form-contact-area .form-group {
  margin: 5px 0;
}

.page-container .contact-page #form-contact-area .form-group .form-control {
  border: solid 1px #d9d9d9;
  border-radius: 0;
}

.page-container .contact-page h4 {
  text-align: center;
  font-size: 16px;
  color: #890d19;
  font-weight: bold;
  width: 100%;
}

.page-container .contact-page .social-contact {
  display: flex;
}

.page-container .contact-page .social-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  width: 41px;
  height: 41px;
  background-color: #1F3046;
  color: white;
  margin-right: 10px;
}

.page-container .posts-page .post-search {
  margin: 20px 0 40px;
  position: relative;
}

.page-container .posts-page .post-search .form-control {
  border-radius: 0;
  border: 2px solid #434343;
}

.page-container .posts-page .post-search button {
  position: absolute;
  top: 8px;
  right: 5px;
  background: transparent;
  border: 0;
}

.page-container .posts-page .post-search button i {
  color: #434343;
}

.page-container .posts-page .post {
  margin-bottom: 20px;
}

.page-container .posts-page .post .title {
  font-weight: bold;
  font-size: 17px;
}

.page-container .posts-page .post .title a {
  color: #434343;
}

.page-container .posts-page .post .date {
  font-size: 10px;
  color: #929292;
}

.page-container .posts-page .post .body {
  margin: 20px 0;
}

.page-container .posts-page .post .action a {
  font-weight: normal;
  font-size: 14px;
  padding: 1px 17px;
  border-radius: 0;
  text-transform: uppercase;
}

.page-container .posts-page .pagination {
  justify-content: center;
}

.page-container .teachers .teacher {
  margin-bottom: 40px;
}

.page-container .teachers .teacher .name {
  color: #1F3046;
  font-size: 17px;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-container .teachers .teacher .description {
  font-size: 15px;
  color: #434343;
}

.page-container #representatives-result {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  text-align: left;
}

.page-container .representative {
  border: 1px solid #009DE1;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

.page-container .representative:nth-child(3n) {
  margin-right: 0;
}

.page-container .representative .title {
  background: #009DE1;
  color: #fff;
  padding: 10px;
  font-weight: bold;
}

.page-container .representative .title .address {
  font-weight: normal;
}

.page-container .representative .body {
  padding: 10px;
  color: #009DE1;
}

.page-container.faqs .fa-plus,
.page-container .faqs .fa-plus {
  display: none;
}

.page-container.faqs .card.open .card-header,
.page-container .faqs .card.open .card-header {
  background-color: #1F3046 !important;
}

.page-container.faqs .card.open .card-header button,
.page-container .faqs .card.open .card-header button {
  color: white !important;
  text-decoration: none;
}

.page-container.faqs .card.open .card-header button i:before,
.page-container .faqs .card.open .card-header button i:before {
  color: white !important;
}

.page-container.faqs .page-content p,
.page-container .faqs .page-content p {
  color: #7c7c7c;
  font-size: 17px;
}

.page-container.faqs .collapsed .fa-plus,
.page-container .faqs .collapsed .fa-plus {
  display: inline-block;
}

.page-container.faqs .collapsed .fa-minus,
.page-container .faqs .collapsed .fa-minus {
  display: none;
}

.page-container .catalogs .catalog .title {
  color: #009DE1;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.page-container.testimonial-page .testimonials {
  background-color: white;
}

.page-container.testimonial-page .testimonials .testimonial {
  padding: 15px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  border: 1px solid #b1b1b1;
}

.page-container.testimonial-page .testimonials .testimonial .image {
  padding: 10px;
}

.page-container.testimonial-page .testimonials .testimonial .image img {
  width: 100px;
  height: 100px;
  box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.16);
}

.page-container.testimonial-page .testimonials .testimonial .text {
  background-color: transparent;
  font-size: 16px;
  color: #5e5e5e;
  font-style: italic;
  padding: 35px;
}

.page-container.testimonial-page .testimonials .testimonial .text .company {
  color: #484848;
  font-weight: normal;
  font-size: 13.7px;
  font-style: normal;
  font-family: arial;
}

#accordion .card {
  margin-bottom: 10px;
  border: 2px solid #E0E9F0;
  border-radius: 0;
}

#accordion .card .card-header {
  background: rgba(31, 48, 70, 0.05);
  color: #585757;
  padding: 0.5rem;
}

#accordion .card .card-header button {
  color: #585757;
  padding: 0;
  font-size: 17px;
}

#accordion .card .card-header button .fa-plus:before {
  color: #1F3046;
  padding-right: 19px;
  font-size: 18px;
}

#accordion .card .card-header button .fa-minus:before {
  color: #1F3046;
  padding-right: 19px;
  font-size: 18px;
}

#accordion .card .card-header:first-child {
  border-radius: 0;
}

#accordion .card .card-body {
  padding: 0.7rem;
}

#accordion .card .card-body p {
  color: #585757;
  font-size: 12.3px;
}

.product-container .info .title {
  font-weight: bold;
  font-size: 18px;
  color: #2b2e33;
}

.product-container .info .price {
  font-weight: bold;
  color: #009DE1;
  font-size: 34px;
  margin-top: 10px;
}

.product-container .info .price h3 small {
  text-transform: initial;
  font-size: 11px;
  display: block;
  color: #777;
}

.product-container .info .quantity {
  max-width: 160px;
}

.product-container .info .quantity .remove-quantity,
.product-container .info .quantity .add-quantity {
  background-color: transparent;
  border: 1px solid #d1d1d1;
  color: #656565;
}

.product-container .info .quantity #quantity {
  text-align: center;
  border: 1px solid #d1d1d1;
}

.cart .title-cart {
  color: #43a4ec;
  font-size: 25px;
  font-weight: bold;
  border-bottom: 4px solid #43a4ec;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 25px;
}

.cart .form-group {
  margin-bottom: 10px;
}

.cart input,
.cart select {
  border: solid 0.6px #d9d9d9;
  border-radius: 0;
  background-color: white;
  font-size: 12px;
  color: #858585;
  min-height: 42px;
}

.cart input::-moz-placeholder, .cart select::-moz-placeholder {
  color: #858585;
  font-size: 12px;
}

.cart input:-ms-input-placeholder, .cart select:-ms-input-placeholder {
  color: #858585;
  font-size: 12px;
}

.cart input::placeholder,
.cart select::placeholder {
  color: #858585;
  font-size: 12px;
}

.cart .help-block {
  color: red;
  font-size: 12px;
  padding: 5px 0 0 10px;
}

.cart .acceptTerms label {
  font-size: 16px;
  color: #858585;
}

.cart .acceptTerms label::before,
.cart .acceptTerms label::after {
  top: 0;
  width: 1.4rem;
  height: 1.4rem;
}

.cart .acceptTerms label span {
  padding-left: 5px;
}

.cart .acceptTerms label a {
  color: #1F3046;
  font-weight: bold;
}

.cart .payment-container {
  display: none;
}

.cart .payment-container .card-wrapper {
  margin-bottom: 15px;
}

.cart .payment-container .btn-action-buy {
  background-color: #1F3046;
  font-size: 19px;
  text-transform: uppercase;
  border-radius: 0;
  color: white;
}

.cart .new-cart {
  background-color: #f6f6f6;
}

.cart .new-cart .cart-items .cart-item {
  padding: 18px 0;
  margin: 0 18px;
  border-bottom: 1px solid #d2d2d2;
}

.cart .new-cart .cart-items .cart-item .cart-product {
  color: #858585;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.cart .new-cart .cart-items .cart-item .cart-price {
  color: #1F3046;
  font-size: 25px;
  font-weight: bold;
}

.cart .new-cart .cart-items .cart-item .cart-price .cart-trash {
  color: #858585;
  font-size: 16px;
}

.cart .new-cart .cart-totals {
  padding: 15px 18px;
}

.cart .new-cart .cart-totals .cart-sub-total {
  font-size: 14px;
  color: #858585;
}

.cart .new-cart .cart-totals .cart-total {
  margin-top: 10px;
  font-size: 16px;
  color: #858585;
}

.cart .new-cart .cart-gift {
  padding: 0 18px 0 18px;
}

.cart .new-cart .cart-gift .remove-gift {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
}

.cart .new-cart .cart-gift .remove-gift a {
  color: #858585;
}

.cart .new-cart .cart-gift .btn {
  background-color: #1F3046;
  font-size: 13px;
  font-weight: bold;
  color: white;
  border-radius: 0;
}

.cart .new-cart .cart-warning {
  color: #858585;
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
}

.cart .totals {
  text-align: center;
}

.cart .totals .total {
  margin-bottom: 10px;
}

.cart .totals .total span {
  background: #009DE1;
  border: 1px solid #009DE1;
  padding: 10px;
  display: inline-block;
  color: #fff;
  width: 120px;
  text-align: center;
}

.cart .totals .total span + span {
  background: #fff;
  color: #009DE1;
}

.checkout .steps .step {
  margin-bottom: 20px;
  border: 1px solid #009DE1;
}

.checkout .steps .step .body {
  padding: 20px;
}

.checkout .steps .step .title {
  background: #009DE1;
  padding: 5px 10px;
  color: #fff;
}

.checkout .steps .step .title a {
  color: #fff;
}

.payment-option {
  display: none;
}

.payment-options {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.payment-options a {
  display: flex;
  margin-right: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 10px #ccc;
  height: 150px;
  width: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #434343;
}

.payment-options a.active {
  box-shadow: 0 1px 10px green;
}

.payment-options a i {
  font-size: 60px;
}

.payment-options a div {
  margin-top: 15px;
}

p {
  font-family: "Segoe UI", sans-serif;
  color: #848687;
}

h2 {
  font-family: "roboto";
}

a {
  font-family: "roboto";
}

timeline ul {
  padding: 50px 0;
}

.timeline ul li {
  background: #a70716;
  position: relative;
  margin: 0 auto;
  width: 5px;
  list-style-type: none;
}

.timeline ul li:last-child {
  padding-bottom: 7px;
}

.timeline ul li:before {
  content: "";
  background: #d1d1d1;
  box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border: 3px solid #d1d1d1;
  border-radius: 50%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.timeline ul li .hidden {
  opacity: 0;
}

.timeline ul li .content {
  position: relative;
  top: -3px;
  width: 350px;
  padding: 10px;
}

.timeline ul li .content h2 {
  color: #570c13;
  padding-bottom: 10px;
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  font-family: "roboto";
}

.timeline ul li .content h2:before {
  content: "";
  background: #bdbdbd;
  position: absolute;
  top: 11px;
  width: 20px;
  height: 20px;
  left: -25px;
  border-radius: 50px;
}

.timeline ul li .content p {
  margin: 0;
  font-size: 15px !important;
  text-align: justify;
}

.timeline ul li .content:hover {
  box-shadow: 0px 0px 24px 0px #ccc;
}

.timeline ul li .content:hover h2:before {
  background: #570c13;
}

.timeline ul li .content:before {
  content: "";
  background: #d1d1d1;
  position: absolute;
  top: 21px;
  width: 180px;
  height: 2px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.timeline ul li:nth-child(odd) .content {
  left: 220px;
}

.timeline ul li:nth-child(odd) .content:before {
  left: -200px;
}

.timeline ul li:nth-child(even) .content {
  left: -570px;
  text-align: right;
}

.timeline ul li:nth-child(even) .content:before {
  right: -205px;
}

.timeline ul li:nth-child(even) .content h2:before {
  right: -27px;
  left: auto;
}

@media screen and (max-width: 1020px) {
  .timeline ul li .content {
    width: 41vw;
  }

  .timeline ul li:nth-child(even) .content {
    left: calc(-41vw - 45px);
  }
}

@media screen and (max-width: 700px) {
  .timeline ul li {
    margin-left: 35px;
  }

  .timeline ul li .content {
    width: calc(100vw - 100px);
    left: 65px !important;
    text-align: left !important;
  }

  .timeline ul li .content h2 {
    text-align: initial;
  }

  .timeline ul li:nth-child(even) .content {
    left: 45px;
  }

  .timeline ul li:nth-child(even) .content:before {
    left: -44px;
  }

  .timeline ul li:nth-child(even) .content h2:before {
    left: -25px;
    right: auto;
  }

  .timeline ul li:nth-child(odd) .content:before {
    left: -43px;
  }

  .timeline ul li .content:before {
    width: 20px;
  }
}

@media (max-width: 540px) {
  .timeline ul li {
    margin-left: -25px !important;
  }
}

#titleTooltip {
  font-weight: bold;
  position: absolute;
  border-radius: 3px;
  color: white;
  background: #1E1E1E;
  border: 1px solid #fff;
  padding: 5px 15px;
  font-family: monospace;
  z-index: 10;
  text-transform: uppercase;
  font-size: 13px;
  max-width: 300px;
  text-align: center;
  display: none;
}

#svg-map {
  stroke: rgba(0, 0, 0, 0.5);
  padding: 0;
}

#svg-map a path {
  stroke: rgba(51, 122, 183, 0.3);
}

#svg-map a path:not([fill]) {
  fill: #009DE1;
}

#svg-map text {
  font: 12px Arial-BoldMT, sans-serif;
  stroke: #fff;
}

#svg-map a {
  text-decoration: none;
  cursor: pointer;
}

#svg-map a:hover path {
  transition-duration: 0.4s;
  fill: #15b8ff;
}

#svg-map a circle {
  fill: #009DE1;
  stroke: #009DE1;
}

#svg-map a circle:not([fill]) {
  fill: #009DE1;
}

#svg-map a:hover circle {
  transition-duration: 0.4s;
  fill: #15b8ff;
}

