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

.wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}

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

.fa.fa-angle-down {
    display: none;
}

.menu-column-2 {
  -webkit-columns: 250px 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 .header-top {
  background-color: #ed1c24;
}

header .header-top .phones {
  padding: 5px 0;
}

header .header-top .phones a {
  margin: 5px;
  color: #FFF;
  font-weight: bold;
}

header .menu {
  background: #7e0005;
}

header .menu .navbar {
  padding: 0;
}

header .menu .navbar-nav .nav-item .nav-link {
  color: #FFF;
  padding: 0.8rem 0.7rem;
  font-weight: bold;
  font-size: 17px;
}

header .menu .navbar-nav .dropdown-menu {
  margin: 0;
  border: 0;
  padding: 0;
  width: 200px;
  background-color: #f6f6f6 !important;
  box-shadow: 3px 3px 5px 0px #d2d2d2;
}

header .menu .navbar-nav .dropdown-menu .nav-link {
  background: #fff;
  font-weight: normal;
  color: #686868;
  padding: 0.5rem 0.7rem;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

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

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

header .menu .categories-menu .root {
  width: 250px;
  background: #ed1c24;
  color: #fff !important;
  display: -webkit-box;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          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;
  border: 0;
  background-color: #f6f6f6 !important;
  box-shadow: 3px 3px 5px 0px #d2d2d2;
}

header .menu .categories-menu .dropdown-menu .nav-item {
  background-color: #f6f6f6 !important;
}

header .menu .categories-menu .dropdown-menu .nav-item .nav-link {
  font-size: 16px;
  color: #686868;
  padding: 12px 0.7rem;
  background-color: #FFF;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

header .menu .categories-menu .dropdown-menu .nav-item .nav-link:hover {
  background-color: #ed1c24;
  color: #FFF;
}

header .menu .categories-menu .dropdown-menu .nav-item .nav-link:hover a {
  color: white;
}

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%;
  border: 0;
  background-color: #f6f6f6 !important;
  border-left: 1px solid #eaeaea;
  overflow: auto;
  box-shadow: 3px 3px 5px 0px #d2d2d2;
}

header .menu .categories-menu .submenu a {
  display: block;
  font-size: 16px;
  color: #656565;
  padding: 12px 0.7rem;
  margin: 0 !important;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

header .menu .categories-menu .submenu a:hover {
  background-color: #ed1c24;
  color: white;
}

header .top {
  background: #7e0005;
  padding: 5px 0;
}

header .top a {
  color: #fff;
}

header .top .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

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-container.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  box-shadow: 0 1px 10px #ccc;
}

header .header-top {
  background-color: #ed1c24;
  color: #FFF;
  font-size: 15px;
}

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

header .header .search {
  -webkit-box-flex: 1;
          flex: 1;
  max-width: 300px;
}

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

header .header .search .form-group input[type=search] {
  border-radius: 20px !important;
  border-color: #ed1c24;
  height: 39px;
}

header .header .search .form-group input[type=search]::-webkit-input-placeholder {
  color: #ed1c24;
  font-size: 12px;
}

header .header .search .form-group input[type=search]::-moz-placeholder {
  color: #ed1c24;
  font-size: 12px;
}

header .header .search .form-group input[type=search]:-ms-input-placeholder {
  color: #ed1c24;
  font-size: 12px;
}

header .header .search .form-group input[type=search]::-ms-input-placeholder {
  color: #ed1c24;
  font-size: 12px;
}

header .header .search .form-group input[type=search]::placeholder {
  color: #ed1c24;
  font-size: 12px;
}

header .header .search .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: 0;
  font-size: 15px;
  color: white;
  background-color: #ed1c24;
  height: 38px;
  width: 40px;
  border-top-right-radius: 90%;
  border-bottom-right-radius: 90%;
}

header .header .filter-specialties {
  background-color: #3b878e;
  width: 150px;
  height: 55px;
  text-align: center;
  color: white;
  font-size: 12px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  padding: 10px;
}

header .header .filter-specialties img {
  max-width: 30px;
  margin-left: 5px;
}

header .header .filter-specialties strong {
  font-size: 12px;
  text-decoration: underline;
}

header .header .filter-specialties.filtering {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
  -webkit-box-align: center;
          align-items: center;
  background-color: #00AFA2;
  color: white;
  font-size: 10px;
}

header .header .filter-specialties.filtering strong {
  color: white;
}

header .header .filter-specialties.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0px -1px 1em -3px #646464;
}

header .header .filter-specialties.open .specialties {
  display: -webkit-box !important;
  display: flex !important;
}

header .header .filter-specialties .specialties {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: absolute;
  top: 100%;
  z-index: 1;
  text-align: left;
  width: 100%;
  background: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 6px 1em -3px #646464;
}

header .header .filter-specialties .specialties a {
  font-size: 13px;
  text-transform: capitalize;
  color: #666666;
  font-weight: 600;
  padding: 8px 10px;
}

header .header .filter-specialties .specialties a:hover {
  background-color: #00636d;
  color: white;
  text-decoration: none;
}

header .header .icons-header {
  display: -webkit-box;
  display: flex;
  color: #FFF;
}

header .header .icons-header .cart {
  position: relative;
  color: #FFF;
}

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

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

header .header .icons-header .cart a,
header .header .icons-header .billet a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  color: #ed1c24;
  font-size: 12px;
}

header .header .icons-header .cart .container-svg,
header .header .icons-header .billet .container-svg {
  background-color: #ed1c24;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

header .header .icons-header .cart .container-svg svg,
header .header .icons-header .billet .container-svg svg {
  max-width: 23px;
  fill: #FFF;
}

section.main {
  -webkit-box-flex: 1;
          flex: 1;
}

section.main.sticky {
  padding-top: 127px;
}

footer .footer {
  color: #fff;
  font-weight: bold;
  background: #7e0005;
  padding: 15px 0;
}

footer .footer .title {
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 25px;
  padding-bottom: 10px;
  border-bottom: 4px solid white;
  text-transform: uppercase;
}

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

footer .footer .cont {
  font-size: 14px;
  font-weight: normal;
  font-size: 16px;
}

footer .footer a {
  color: #fff;
}

footer .footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer ul li {
  font-weight: normal;
  margin-bottom: 5px;
}

footer .footer .img-pay {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

footer .footer .cards {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 5px;
}

footer #btn-whatsapp-fixed {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: fixed;
  height: 60px;
  width: 60px;
  right: 30px;
  bottom: 80px;
  background: #4fb129;
  font-size: 35px;
  color: white;
  border-radius: 50%;
  z-index: 99999;
}

footer .back-to-top-button{
  position: fixed;
  bottom: 145px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  /* display: none; */
  opacity: 0;
  background-color: red;
  transition: opacity 0.3s ease;
}

footer .back-to-top-button i{
  font-size: 18px;
}

footer .social {
  display: -webkit-box;
  display: flex;
}

footer .social a {
  border-radius: 5px;
  color: #FFF;
  height: 30px;
  display: -webkit-box;
  display: flex;
  width: 30px;
  font-size: 25px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

footer .social .fa-instagram {
  color: #FFF;
}

footer .brands {
  padding: 20px 0;
}

footer .copyright {
  padding: 5px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #42753c;
}

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

footer .copyright .selo-lgpd {
  position: absolute;
  left: 0;
  bottom: 0;
  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: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          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 {
  -webkit-transform: scale(1, 3);
          transform: scale(1, 3);
  color: rgba(211, 211, 211, 0.8);
}

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

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

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

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

.pagination .page-item .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #3b878e;
  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: #ed1c24;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.product-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.product-item .image {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: solid 1px #e1e1e1;
  height: 250px;
  margin-bottom: 20px;
}

.product-item .image img {
  height: 100% !important;
}

.product-item .title {
  color: #686868;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.product-item .ref {
  text-align: center;
  color: #686868;
  font-size: 14px;
  margin-bottom: 10px;
}

.product-item .price {
  font-size: 17px;
  text-align: center;
  color: white;
  font-weight: bold;
  background-color: #ed1c24;
  width: 100%;
  padding: 5px 0;
  margin-bottom: 5px;
}

.product-item .price .favorite {
  font-size: 17px;
  color: #FFF;
  border: none;
  padding: 0;
}

.product-item .price .favorite span {
  margin-right: 2px;
}

.product-item .price .old {
  display: block;
  font-size: 14px;
}

.product-item .price .old .old-price {
  text-decoration: line-through;
}

.product-item .star-wish {
  width: 10px;
  height: 10px;
}

.product-item .add-cart {
  width: 100%;
  background-color: #7e0005;
  border-radius: 0;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 2px;
  margin-bottom: 5px;
}

.product-item .add-cart span {
  margin-right: 5px;
}

.product-item .more-detail {
  display: block;
  text-align: center;
  color: #686868;
  text-decoration: underline;
}

.tp-caption-phrase {
  color: #ed1c24 !important;
}

.tp-caption-phrase span {
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.73);
}

/*!
 * 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;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-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: #FFF;
}

.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;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #FFF;
}

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

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

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

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

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  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;
  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, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

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

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

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

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

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

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  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;
  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, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

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

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

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

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

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

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  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;
  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, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

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

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

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

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

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

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  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;
  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, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

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

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

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

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

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

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  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;
  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, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

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

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

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

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

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

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  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;
  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, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hamburger--collapse .hamburger-inner:before {
  -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  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);
  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), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

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

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  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;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  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;
  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, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

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

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  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 {
  -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  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);
  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), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

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

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  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;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  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;
  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, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

.hamburger--emphatic {
  overflow: hidden;
}

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

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  -webkit-transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  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;
  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, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

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

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

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

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

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

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

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

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

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

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

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

.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  -webkit-transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
  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 {
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  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;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  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;
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

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

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  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);
  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), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  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);
  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), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

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

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

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

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

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

.hamburger--spring-r .hamburger-inner:before {
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  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);
  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), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

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

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  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;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  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;
  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, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
          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;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (max-width: 992px) {
  .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;
  }

  .testimonials .testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

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

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

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

@media (max-width: 767px) {
  header .top .container {
    display: block;
  }

  .fa.fa-angle-down {
    display: inline-flex !important;
    width: 72%;
    justify-content: flex-end;
    height: 34px;
    align-items: center;
}

  header .top .container .languages,
  header .top .container .phones {
    text-align: center;
    margin-bottom: 10px;
  }

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

  header .filter-specialties {
    margin: 15px auto;
  }

  header .phones {
    text-align: center;
  }

  header .menu .container {
    padding: 0;
  }

  header .menu .navbar-toggler {
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    border-radius: 0;
  }

  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 .categories-menu .dropdown-menu .nav-item .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px .3rem;
  }

  /* header .menu .navbar-nav .dropdown-menu.show {
    display: none !important;
  } */

  header .menu .navbar-nav .dropdown-menu.open-menu-mobile {
    display: block !important;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    height: auto !important;
    min-height: auto;
  }

  header .header .search {
    max-width: 100%;
  }

  header .menu .navbar-nav .dropdown-menu.open-menu-mobile:first-child {
    width: 125% !important;
  }

  header .menu .navbar-nav .dropdown-menu.open-menu-mobile .open-menu-mobile li.nav-item:hover > .nav-link:first-child {
    background-color: #ed1c24 !important;
    color: white !important;
  }

  header .menu .navbar-nav .dropdown-menu.open-menu-mobile .open-menu-mobile li.nav-item a.nav-link {
    background-color: #f2f6f9 !important;
    font-size: 16px;

  }

  header .menu .navbar-nav .dropdown-menu.open-menu-mobile .open-menu-mobile li.nav-item li.nav-item a.nav-link {
    background-color: white !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: #FFF;
  }

  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: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    margin-top: 5px;
  }

  header .header .icons-header svg {
    display: block;
    margin: 0 auto;
  }

  .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;
  }

  .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 .products-container {
    width: 100% !important;
  }

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

  .products .products-container .product-0 {
    background: #00636d;
  }

  .products .products-container .product-0:hover {
    background: #00353a;
  }

  .products .products-container .product-1 {
    background: #7fb1b6;
  }

  .products .products-container .product-1:hover {
    background: #5f9da3;
  }

  .products .products-container .product-2 {
    background: rgba(46, 104, 110, 0.52);
  }

  .products .products-container .product-2:hover {
    background: rgba(31, 70, 74, 0.52);
  }

  .products .products-container .product-3 {
    background: #92b0b3;
  }

  .products .products-container .product-3:hover {
    background: #749a9e;
  }

  .products .products-container .product-4 {
    background: #7fb1b6;
  }

  .products .products-container .product-4:hover {
    background: #5f9da3;
  }

  .products .products-container .product-5 {
    background: #00636d;
  }

  .products .products-container .product-5:hover {
    background: #00353a;
  }

  .products .product {
    max-height: 100% !important;
    margin: 10px auto !important;
    height: 100% !important;
    min-height: auto !important;
  }

  .products .product img {
    width: 60%;
    margin: 0 auto;
  }

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

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

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

  .page-container.our-works .page-block .row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .page-container.our-works .carousel-works {
    margin-top: 15px !important;
    margin-bottom: 15px;
  }

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

  .selo-lgpd {
    width: 47px !important;
    left: -9px !important;
  }
}

.testimonials {
  margin: 20px 0;
}

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

.lines {
  padding-bottom: 0;
}

.categories {
  background: #3b878e;
}

.categories .category .title {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.1;
}

.categories .category .image {
  text-align: center;
}

.categories .category .image img {
  max-width: 55%;
  display: inline-block;
}

.categories .category a {
  color: #fff;
}

.tips {
  margin-top: 30px;
}

.tips .tip {
  position: relative;
  margin-bottom: 30px;
}

.tips .tip a:hover {
  text-decoration: none;
}

.tips .tip .title {
  text-align: center;
  color: #3b878e;
  background: #E6E6E6;
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.tips .tip .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: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.tips .tip .description .t {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
}

.tips .tip .description .d {
  text-align: center;
  font-size: 14px;
}

.tips .tip .description .b {
  background: #fff;
  color: #3b878e;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 12px;
  padding: 5px;
  font-weight: bold;
}

.tips .tip:hover .description {
  opacity: 1;
}

.tips .tip:hover .title {
  opacity: 0;
}

.products {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-bottom: 25px;
  margin-top: 30px;
}

.products .products-container .product-descriptions {
  margin-left: 10px;
}

.products .products-container .product-descriptions title {
  font-weight: bold;
}

.products .products-container .product-descriptions small {
  margin-left: 10px;
  font-size: 12px;
}

.products .products-container .prod-horizontal {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.products .products-container.products-container-0 {
  margin-right: 4px;
  width: 25%;
}

.products .products-container.products-container-0 .product-0 {
  background: #7e0005;
  height: 100%;
  min-height: 400px;
}

.products .products-container.products-container-0 .product-0:hover {
  background: #4b0003;
}

.products .products-container.products-container-0 .product-0 img {
  max-height: 200px;
}

.products .products-container.products-container-0 .product-0 a .title {
  padding-left: 25px;
  padding-right: 25px;
  font-weight: bold;
}

.products .products-container.products-container-1 {
  margin-left: 4px;
  margin-right: 8px;
  width: 25%;
}

.products .products-container.products-container-1 .product-1 {
  margin-bottom: 8px;
  background: #ffcc00;
  height: 50%;
  max-height: 196px;
}

.products .products-container.products-container-1 .product-1:hover {
  background: #cca300;
}

.products .products-container.products-container-1 .product-2 {
  background: #ed1c24;
  height: 50%;
  max-height: 196px;
  font-weight: bold;
}

.products .products-container.products-container-1 .product-2:hover {
  background: #c61017;
}

.products .products-container.products-container-3 {
  width: 50%;
}

.products .products-container.products-container-3 .product-3 {
  width: 100%;
  margin-bottom: 8px;
  background: #ed1c24;
  position: relative;
  min-height: 196px;
  font-weight: bold;
}

.products .products-container.products-container-3 .product-3:hover {
  background: #c61017;
}

.products .products-container.products-container-3 .product-4 {
  margin-right: 8px;
  background: #ffcc00;
  min-height: 196px;
  width: 50%;
  font-weight: bold;
}

.products .products-container.products-container-3 .product-4:hover {
  background: #cca300;
}

.products .products-container.products-container-3 .product-5 {
  width: 50%;
  background: #7e0005;
  font-weight: bold;
}

.products .products-container.products-container-3 .product-5:hover {
  background: #4b0003;
}

.products .product.product-row {
  grid-row: span 1;
}

.products .product.product-column {
  grid-column: span 2;
  grid-row: span 2;
}

.products .product img {
  max-height: 156px;
}

.products .product a {
  padding: 20px;
  padding-left: 10px;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  height: 100%;
}

.products .product a .title {
  text-align: left;
  margin-top: 10px;
  font-weight: bold;
}

.products .product a:hover {
  text-decoration: none;
}

.products-featured {
  padding-bottom: 30px;
}

.about {
  padding: 30px 0;
  background-color: #f2f7f7;
}

.about .title {
  text-transform: uppercase;
  font-size: 30px;
}

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

.about .description {
  color: #686868;
  font-size: 15px;
  text-align: justify;
}

.about .read-more {
  text-align: center;
}

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

.partners {
  padding: 25px 0 15px 0;
  background-color: rgba(211, 211, 211, 0.8);
}

.partners .owl-item {
  height: 100%;
}

.partners .partner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  min-height: 146px;
  background-color: #FFF;
}

.partners .partner img {
  width: auto;
}

.newsletter {
  background: #ed1c24;
  color: #fff;
  padding: 30px 0;
}

.newsletter .title {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

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

.newsletter .body p {
  margin: 0;
}

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

.newsletter .inputs .inputs-container {
  -webkit-box-flex: 1;
          flex: 1;
}

.newsletter .inputs .form-group {
  width: 100%;
}

.newsletter .inputs .form-control {
  background-color: white;
  border: 0;
  border-radius: 16px !important;
  color: #7fb1b6;
  font-size: 14px !important;
}

.newsletter .inputs .form-control::-webkit-input-placeholder {
  color: #7fb1b6;
  font-size: 14px;
}

.newsletter .inputs .form-control::-moz-placeholder {
  color: #7fb1b6;
  font-size: 14px;
}

.newsletter .inputs .form-control:-ms-input-placeholder {
  color: #7fb1b6;
  font-size: 14px;
}

.newsletter .inputs .form-control::-ms-input-placeholder {
  color: #7fb1b6;
  font-size: 14px;
}

.newsletter .inputs .form-control::placeholder {
  color: #7fb1b6;
  font-size: 14px;
}

.newsletter .inputs .btn {
  border-radius: 0;
  background: #898989;
  color: white;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  left: -15px;
  position: relative;
  font-weight: bold;
  font-size: 14px;
}

.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: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: 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: #3b878e;
  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: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          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: #3b878e;
  margin-bottom: 5px;
}

.where-find .representatives .caption,
.where-find .where .caption {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: 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;
}

.testimonials .testimonial {
  display: -webkit-box;
  display: flex;
}

.testimonials .testimonial .image {
  width: 160px;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  padding-left: 20px;
}

.testimonials .testimonial .text {
  -webkit-box-flex: 1;
          flex: 1;
  padding: 20px;
  text-align: left;
  color: #5e5e5e;
}

.testimonials .testimonial .text p {
  font-style: italic;
  color: #666;
  font-size: 15px;
  text-align: left;
}

.testimonials .testimonial .text .company {
  color: #000;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}

.btn-primary {
  background: #ed1c24;
  border-color: #ed1c24;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 15px;
}

.btn-primary:hover {
  background: #ed1c24;
  border-color: #ed1c24;
}

.btn-secondary {
  background: #F0AD4E;
  border-color: #F0AD4E;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 15px;
}

.btn-secondary:hover {
  background: #3b878e;
  border-color: #3b878e;
}

input,
textarea,
select {
  border-radius: 0 !important;
}

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

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

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

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

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

a {
  color: #ed1c24;
}

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

.breadcrumb-container {
  background: #e3342f;
}

.breadcrumb-container .breadcrumb {
  background: transparent;
  padding: 6px 0;
}

.breadcrumb-container .breadcrumb a {
  color: white;
}

.breadcrumb-container .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  color: white;
  font-size: 12px;
}

.breadcrumb-container .breadcrumb .breadcrumb-item {
  font-size: 12px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.breadcrumb-container .breadcrumb .breadcrumb-item.active {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}

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

.page-container .page-title h1 {
  text-align: center;
  color: #ed1c24;
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0;
}

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

.page-container .page-content p {
  color: #7c7c7c;
  font-size: 16px;
  font-weight: bold;
}

.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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.page-container .page-blocks .page-block .page-block-content h2 {
  color: #ed1c24;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold !important;
}

.page-container .page-blocks .page-block .page-block-content p {
  color: #434343 !important;
}

.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: 0 1px 10px #b5dde0;
}

.page-container .visions .vision .title {
  margin-bottom: 10px;
  font-size: 24px;
  color: #3b878e;
}

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

.page-container .other-pages .title {
  text-align: center;
  font-weight: bold;
  color: #3b878e;
  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: #3b878e;
  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: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: 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: #3b878e;
  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 .awards {
  margin-top: 30px;
}

.page-container .awards .award {
  margin-bottom: 30px;
}

.page-container .awards .award .title {
  margin-bottom: 10px;
  color: #3b878e;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  min-height: 60px;
}

.page-container .awards .award .image {
  text-align: center;
}

.page-container .awards .award .image img {
  max-width: 80%;
}

.page-container .awards .award .description {
  margin-top: 10px;
}

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

.page-container .product .description,
.page-container .product p {
  text-align: left;
  color: #444444;
  font-size: 16px;
}

.page-container .product p {
  text-align: justify !important;
  margin-left: 20px;
}

.page-container .product .wishlist-area {
  max-width: 100%;
  background: #ed1c24;
}

.page-container .product .wishlist-area a {
  color: #FFF;
}

.page-container .product .enter-contact--area {
  max-width: 100%;
  background: #ffcc00;
  margin-top: 5px;
}

.page-container .product .enter-contact--area a {
  color: #000;
  display: block;
  padding: 5px 0;
}

.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: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

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

.page-container .product .images .gallery .thumb {
  width: 25%;
  border: 1px solid #ccc;
  margin-top: 10px;
  margin-right: 10px;
  height: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: 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: #3b878e;
}

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

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

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

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

.page-container .line-products .line-product .title {
  margin-top: 10px;
  color: #3b878e;
  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: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
          align-items: stretch;
  align-content: stretch;
}

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

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

.page-container .category .prod .title {
  color: #ed1c24;
  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;
  font-weight: 600;
}

.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: 19.5px;
  color: #ed1c24;
  font-weight: bold;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.page-container .contact-page .info a {
  color: #434343;
}

.page-container .contact-page .info a:hover {
  color: #434343;
}

.page-container .contact-page .social a i {
  color: #ed1c24;
  font-size: 30px;
  padding: 0 10px;
}

.page-container .contact-page .map {
  margin-top: 20px;
}

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

.page-container .contact-page textarea {
  height: auto !important;
}

.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 #3b878e;
}

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

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

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

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

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

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

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

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

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

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

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

.page-container .representative .body {
  padding: 10px;
  color: #3b878e;
}

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

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

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

.page-container .catalogs .catalog .title {
  color: #3b878e;
  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: solid 1px #b1b1b1;
}

.page-container.testimonial-page .testimonials .testimonial .text {
  font-style: italic;
  color: #5e5e5e;
}

.page-container.testimonial-page .testimonials .testimonial .text p {
  font-size: 15px;
  background-color: transparent;
  color: #666666;
}

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

.page-container.our-works .carousel-works {
  margin-top: 5px;
}

.page-container.our-works .carousel-works.not-carousel {
  display: -webkit-box;
  display: flex;
}

.page-container.our-works .carousel-works.not-carousel .image {
  max-width: 80px !important;
  margin-right: 15px;
}

.page-container.our-works .carousel-works .image {
  border: solid 0.5px #e1e1e1;
  min-width: 80px;
  padding: 0 5px;
}

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

#accordion .card .card-header {
  background: #E0E9F0;
  color: #3b878e;
  padding: 0.5rem;
}

#accordion .card .card-header button {
  color: #3b878e;
  padding: 0;
}

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

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

.product-container .info {
  color: #434343;
}

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

.product-container .info .title .cod-sku {
  color: #303030;
  font-size: 16px;
  margin-bottom: 20px;
}

.product-container .info .description {
  padding-bottom: 10px;
  border-bottom: 1px solid #ed1c24;
}

.product-container .info .availability {
  font-weight: normal;
  font-size: 16px;
}

.product-container .info .availability .stock {
  font-weight: bold;
  font-size: 18px;
  color: #00636d;
}

.product-container .info .price {
  font-size: 30px;
  text-align: center;
  color: white;
  font-weight: bold;
  background-color: #00636d;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  width: 100%;
  padding: 5px 0;
  margin-bottom: 5px;
}

.product-container .info .price .old {
  display: block;
  font-size: 14px;
}

.product-container .info .price .old .old-price {
  text-decoration: line-through;
}

.product-container .info .quantity {
  color: #434343;
}

.product-container .info .quantity .input-qtd {
  max-width: 130px;
  margin-left: 15px;
}

.product-container .info .quantity .remove-quantity,
.product-container .info .quantity .add-quantity {
  background-color: transparent;
  border: 1px solid #3b878e;
  color: #3b878e;
  height: 28px;
  padding: 0;
}

.product-container .info .quantity #quantity {
  text-align: center;
  border: 1px solid #3b878e;
  height: 28px;
}

.product-container .info .actions {
  display: -webkit-box;
  display: flex;
}

.product-container .info .actions .btn-buy {
  font-weight: bold;
  border-radius: 0;
  background-color: #3b878e;
  max-width: 278px;
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  margin-right: 7px;
  color: white;
}

.product-container .info .actions .other-actions {
  width: 100%;
}

.product-container .info .actions .other-actions .btn-small-action {
  background-color: #7fb1b6;
  color: white;
  width: 100%;
  border-radius: 0;
  font-weight: bold;
}

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

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

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

.cart .totals .total span + span {
  background: #fff;
  color: #3b878e;
}

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

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

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

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

.payment-option {
  display: none;
}

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

.payment-options a {
  display: -webkit-box;
  display: flex;
  margin-right: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 10px #ccc;
  height: 150px;
  width: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: 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;
}

#credit-card {
  border-radius: 5px;
  border: 3px solid green;
  padding: 30px;
  position: relative;
  margin-top: 20px;
}

.custumers {
  display: -webkit-box;
  display: flex;
}

.custumers .background-img--custumers {
  background-color: #FFF;
  border: solid 1px #c2c2c2;
  margin: 20px 0;
  padding: 20px;
}

.timeline ul {
  padding: 50px 0;
}

.timeline ul li {
  background: #5482a3;
  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: #bdbdbd;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border: 3px solid #bdbdbd;
  border-radius: 50%;
}

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

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

.timeline ul li .content h2 {
  color: #3b878e;
  padding-bottom: 10px;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.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: 12px !important;
  text-align: justify;
}

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

.timeline ul li .content:hover h2:before {
  background: #3b878e;
}

.timeline ul li .content:before {
  content: "";
  background: #bdbdbd;
  position: absolute;
  top: 21px;
  width: 180px;
  height: 2px;
}

.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;
  }
}

#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: #3b878e;
}

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

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

#svg-map a:hover path {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  fill: #4aa9b2;
}

#svg-map a circle {
  fill: #3b878e;
  stroke: #3b878e;
}

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

#svg-map a:hover circle {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  fill: #4aa9b2;
}
.whatsapp-toggle {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50px;
    padding: 12px 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    z-index: 1000;
}
.whatsapp-toggle:hover {
    background-color: #20b358;
}

/* Popup principal */
.whatsapp-popup {
    position: fixed;
    bottom: 90px;
    right: 25px;
    width: 300px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    display: none;
    flex-direction: column;
    z-index: 999;
    animation: slideIn 0.3s ease;
}

/* Cabeçalho do popup */
.popup-header {
    background-color: #25D366;
    color: #fff;
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}
.popup-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.popup-header p {
    margin: 3px 0 0;
    font-size: 14px;
}
.popup-close {
    position: absolute;
    right: 12px;
    top: 8px;
    font-size: 20px;
    cursor: pointer;
}

/* Lista */
.popup-list {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}
.popup-list li {
    padding: 8px 15px;
    border-bottom: 1px solid #f1f1f1;
}
.popup-list li:last-child {
    border-bottom: none;
}
.popup-list a {
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    transition: color 0.2s ease;
}
.popup-list a:hover {
    color: #25D366;
}
.popup-list i {
    margin-right: 10px;
    color: #25D366;
    font-size: 18px;
}

/* Animação */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
