@charset "UTF-8";
/*===== GOOGLE FONTS =====*/
@font-face {
  font-family: RecoletaAlt-Light;
  src: url(./fonts/RecoletaAlt-Light.ttf);
}
@font-face {
  font-family: RecoletaAlt-Medium;
  src: url(./fonts/RecoletaAlt-Medium.ttf);
}
@font-face {
  font-family: OpenSans-Regular;
  src: url(./fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: OpenSans-Light;
  src: url(./fonts/OpenSans-Light.ttf);
}
@font-face {
  font-family: OpenSans-SemiBold;
  src: url(./fonts/OpenSans-SemiBold.ttf);
}
/*===== VARIABLES CSS =====*/
:root {
  --header-height: 3rem;
  /*========== Colors ==========*/
  --first-color: #7E221C;
  --second-color: #d43e31;
  --first-color-alt: #048654;
  --title-color: #393939;
  --text-color: #707070;
  --text-color-light: #A6A6A6;
  --body-color: #FFFFFF;
  --container-color: #FFFFFF;
  --white-color:#FFFFFF;
  --order-online-color:#c53f2d;
  --red-fratelli: #c53f2d;
  --grey-button-fratelli-hover:#303030;
  --highlight-primary:#fccb56;
  --highlight-primary-constrast: #3C3716;
  --black-semi-transparent:rgba(0,0,0,0.6);
  --black-transparent:rgba(0,0,0,0.5);
  --black-color:rgba(0,0,0,1);
  --grey-border-plate: #f2eeee;
  --transparent-complete:rgba(0,0,0,0);
  --grey-border-contact-us: #ddd;
  --background-black-nav:#303030;
  --background-black-nav-semi-transparent:rgba(48, 48, 48, 0.9);
  --black-section-info:#262626;
  --background-pastel: #f9f6e3;
  --black-size:#010101;
  --color-success:#05bf45;
  --color-danger:#d55d75;
  --color-black-menu-letter:#212327;
  --grey-dropdown-nav:rgba(64,66,68,.8);
  --black-footer-background: #212327;
  --grey-text-footer:#d5d2d2;
  --color-section-text: #404244;
  --yellow-color:#ffce2b;
  --yellow-estimate:#FDD231;
  --black-estime:#000;
  --white-transparent:rgba(255,255,255,0.9);
  --grey-card-product:#FBFBFB;
  --grey-products-odd:#F7F6F6;
  --background-grey-services: #f4f4f4;
  --light-green: #8fd359;
  --blue-check-icon: #659DE9;
  --grey-mask-sections: #fbfaf9;
  /*========== Font and typography ==========*/
  --body-font: OpenSans-Regular, sans-serif;
  --h-font: RecoletaAlt-Medium;
  --h-font-span: RecoletaAlt-Light;
  --font-button: OpenSans-SemiBold;
  --biggest-font-size: 2.25rem;
  --h1-font-size: 1.5rem;
  --h2-font-size: 1.25rem;
  --h3-font-size: 1rem;
  --normal-font-size: 16px;
  --small-font-size: .813rem;
  --smaller-font-size: .75rem;
  /*========== Font weight ==========*/
  --font-medium: 500;
  --font-semi-bold: 600;
  /*========== Margenes ==========*/
  --mb-1: .5rem;
  --mb-2: 1rem;
  --mb-3: 1.5rem;
  --mb-4: 2rem;
  --mb-5: 2.5rem;
  --mb-6: 3rem;
  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
  /*========== SWIPPER CUSTOM ==========*/
  --background-hero:#100b11;
}

/*========== BASE ==========*/
*,
body,
html {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, html {
  width: 100%;
  height: 100%;
}

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

html {
  scroll-behavior: smooth;
}

/*========== Variables Dark theme ==========*/
body.dark-theme {
  --title-color: #F1F3F2;
  --text-color: #C7D1CC;
  --body-color: #1D2521;
  --container-color: #27302C;
}

body {
  margin: 0 0 0 0;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background-color: var(--body-color);
  color: var(--text-color);
  line-height: 1.6;
  display: flex;
  flex-direction: column;
}

h1, h2, h3, p, ul {
  margin: 0;
}

h1, h2, h3, h4, h5 {
  font-family: var(--h-font);
}
h1 span, h2 span, h3 span, h4 span, h5 span {
  font-family: var(--h-font-span);
}

.btn-text {
  font-family: var(--font-button);
}

h1.high,
h2.high,
h3.high,
h4.high,
h5.high,
h6.high,
.h1.high,
.h2.high,
.h3.high,
.h4.high,
.h5.high,
.h6 {
  font-family: var(--h-font);
  font-weight: 400;
  line-height: 1.2;
  color: #2b2c2f;
}

.h1 {
  font-size: 5rem !important;
}

h1 {
  /*color:#FFF; font-size:45px;*/
  /*letter-spacing:4px !important*/
  text-transform: uppercase;
}

h2 {
  /*color:#222; font-size:36px;*/
  letter-spacing: 2px !important;
  text-transform: uppercase;
}

h3 {
  /*color:#222; font-size:32px;*/
  /*margin:20px 0; */
  letter-spacing: 2px !important;
  text-transform: uppercase;
}

h4 {
  /*color:#222; font-size:22px;*/
  /*margin:0; letter-spacing:0px;*/
  text-transform: uppercase;
}

h5 {
  /*color:#FFF; font-size:45px;*/
  letter-spacing: 2px !important;
  text-transform: uppercase;
}

h5.subtitle {
  color: var(--red-fratelli);
  font-family: "Great Vibes", cursive !important;
  font-size: 35px;
  line-height: 35px !important;
  text-transform: none;
  margin-bottom: 0 !important;
}
h5.subtitle + h2 {
  margin-top: 0;
}

ul {
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

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

header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
}
header nav {
  z-index: 1;
  height: 90px;
}
header nav .navbar-item {
  color: var(--color-black-menu-letter);
  font-size: 14px;
  line-height: 22.4px;
  padding: 35px 12px;
}
header nav .navbar-item.is-active:before {
  left: 0;
  background-color: var(--first-color);
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
header nav .navbar-item.is-active:hover {
  background-color: inherit;
}

main {
  flex-grow: 1;
}

footer {
  background-color: var(--black-footer-background);
  flex-shrink: 1;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
footer .__title {
  font-size: var(--h2-font-size);
  color: var(--white-color);
  margin-bottom: var(--mb-2);
  text-transform: none;
  font-size: 22px;
  line-height: 30px;
}
footer .__social {
  font-size: 1.5rem;
  color: var(--white-color);
  margin-right: var(--mb-2);
}
footer .__copy {
  text-align: center;
  font-size: var(--small-font-size);
  color: var(--text-color-light);
}
footer .logo {
  max-width: 210px;
}
footer .section-information li a {
  color: var(--grey-text-footer);
}
footer ul {
  color: var(--grey-text-footer);
}
footer ul li {
  margin-bottom: 20px !important;
  line-height: 25.6px;
  font-size: 16px;
}
footer .bottom-footer {
  padding: 40px 0 0;
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

body.index-body section.section-hero {
  /*padding-top:0;
  > .background-lines{
    background-image: url("./path.svg");
    background-repeat: repeat-x;
    background-position: top center;
    position: absolute;
    width: 50%;
    height: 50%;
    top: 20%;
    left: 50%;
  }
  .column-text{
    padding-top: calc(var(--header-height) + 3.5rem);
    //height: 600px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    h1{
      font-size: 64px;
      line-height: 76px;
      font-family: RecoletaAlt-Medium;
      color: var(--color-black-menu-letter);
      text-transform: none;
      span{

      }
    }
    img{
      max-width: 500px;
      align-self: center;
    }
  }
  .column-slider {
    position: relative;
    //height: 750px;
    overflow: hidden;
    .container-slider {
      //-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      //clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      transition: all 1.5s cubic-bezier(.15, .005, 0, 1);
      top: 0;
      left: 0;
      height: 100%;
      //position: absolute;
      //width: calc(600px + (100vw - 1200px) / 2);
      .background{
        //background-color: var(--second-color);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: calc(600px + (100vw - 1200px) / 2);
        .img {
          position: absolute;
          top: 50%;
          left: 0;
          width: 100%;
          height: 355px;
          background-repeat: repeat-x;
          transform: translateY(-50%);
          //background-image: url("./path.svg");
          //background-repeat: repeat-x;
        }
      }
      .swiper-container{
        .swiper-wrapper{

          .swiper-slide{
            flex: 0 0 auto;
            //width: 380px !important;
            height: 750px;
            display: flex;
            align-items: center;
            justify-content: center;
            .content{
              position: relative;
              .cover{
                width: 100%;
                height: 460px;
                //box-shadow: 0 23px 40px rgba(0,0,0,.2);
                 img {
                  height: 100%;
                  width: 100%;
                  -o-object-fit: cover;
                  object-fit: cover;
                  transition: all 1s cubic-bezier(.435,.005,.07,1.005);
                   object-fit: cover;
                }
              }
              .text{
                margin-top: 20px;
                display: flex;
                justify-content: center;
                .num {
                  margin-right: 13px;
                  height: 28px;
                  width: 28px;
                  position: relative;
                  border: 1px solid var(--white-color);
                  border-radius: 8px;
                  color: var(--white-color);
                  text-align: center;
                }
                p{

                  font-size: 18px;
                  line-height: 28.8px;
                  color: var(--white-color);
                  font-family: OpenSans-Regular;
                  text-align: center;
                }
              }
              .container-next-prev{
                top:0;
                left: 0;
                right: 0;
                bottom: 0;
              }
            }
            &:not(:last-child){
              //margin-right: 110px !important;
            }
            &.swiper-slide-active{
              z-index: 1;
            }
          }
        }
      }
    }
  }*/
}
body.index-body section.section-hero#home {
  padding-bottom: 0 !important;
}
body.index-body section.section-about-us .container-images {
  position: relative;
}
body.index-body section.section-about-us .container-images .container-image {
  width: 100%;
  background-size: cover;
  background-position: center center;
}
body.index-body section.section-about-us .container-images .container-image .description {
  transition: all 1.5s cubic-bezier(0.39, 0.005, 0.16, 0.995);
  width: 100%;
  padding: 20px;
  text-align: center;
  opacity: 0;
}
body.index-body section.section-about-us .container-images .container-image img {
  width: 100%;
}
body.index-body section.section-about-us .container-images .container-image.clickImage {
  position: absolute;
  background-size: cover;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: top center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /*.description{
    max-width: 2000px;
  }*/
}
body.index-body section.section-about-us .container-images .container-image.clickImage .description {
  background-color: var(--black-transparent);
  opacity: 1;
}
body.index-body section.section-about-us .container-images .container-image.clickImage .description p {
  font-size: 18px;
  line-height: 28.8px;
  color: var(--white-color);
  font-family: OpenSans-Regular;
}
body.index-body section.section-video {
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 100px;
}
body.index-body section.section-video .video-wrapper {
  height: 100% !important;
}
body.index-body section.section-video .video-wrapper > video {
  height: 100%;
  max-width: unset;
  width: 100%;
}
body.index-body section.section-video .slide-veil {
  background-image: url(../images/impact_02.svg);
  position: absolute;
  background-size: cover;
  opacity: 0.8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.index-body section.services {
  background-color: var(--black-footer-background);
}
body.index-body section.services .container-info {
  position: relative;
  margin-top: 5rem;
}
body.index-body section.services .container-info .container-image {
  position: relative;
}
body.index-body section.services .container-info .container-image .obj-1 {
  position: absolute;
  left: 7%;
  top: 0;
  width: 95%;
}
body.index-body section.services .container-info .container-image .current-image {
  padding-top: 2rem;
  z-index: 2;
  position: relative;
}
body.index-body section.services .container-info .container-services-tab {
  position: relative;
  margin-top: 65px;
  display: block;
  justify-content: center;
}
body.index-body section.services .container-info .container-services-tab .slider {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 3px solid transparent;
  border-radius: 30px;
  height: 60px;
  position: relative;
}
body.index-body section.services .container-info .container-services-tab .slider .tab {
  cursor: pointer;
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 0 40px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
body.index-body section.services .container-info .container-services-tab .slider .tab .text {
  font-size: 18px;
  line-height: 30px;
  font-family: RecoletaAlt-Medium;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.75s ease;
}
body.index-body section.services .container-info .container-services-tab .slider .tab.active .text {
  color: var(--color-black-menu-letter);
}
body.index-body section.services .container-info .container-services-tab .slider .background {
  transition: all 0.75s cubic-bezier(0.735, 0.005, 0.315, 1);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 30px;
  background-color: #fff;
}
body.index-body section.services .container-info .container-tab-text .text h3 {
  font-size: 22px;
  line-height: 30px;
  font-family: RecoletaAlt-Medium;
  color: var(--white-color);
}
body.index-body section.services .container-info .container-tab-text .text p {
  font-size: 16px;
  line-height: 25.6px;
  margin-top: 25px;
  font-family: OpenSans-Regular;
  color: var(--grey-text-footer);
}
body.index-body section.services .container-info .container-tab-text .items .item {
  background-color: var(--white-color);
}
body.index-body section.services .container-info .container-tab-text .items .item i {
  color: var(--yellow-color);
  font-size: 30px;
}
body.index-body section.services .container-info .container-tab-text .items .item span {
  color: var(--black-color);
  padding: 10px 10px;
}
body.index-body section.section-free-estimate {
  width: 100%;
  min-height: 280px;
  margin-top: 0 !important;
  background-size: cover;
  background-position: center top;
  padding: 80px 0px 120px 0px;
  background-color: #f2f3f8;
}
body.index-body section.section-free-estimate .columns {
  margin-top: 50px;
}
body.index-body section.section-free-estimate .columns > .column .container-estimate {
  display: flex;
  flex-direction: row;
  height: 100%;
  border-color: #ffffff;
}
body.index-body section.section-free-estimate .columns > .column .container-estimate .image {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  background-color: var(--white-color);
  max-width: 130.35px;
}
body.index-body section.section-free-estimate .columns > .column .container-estimate .image img {
  width: 200px !important;
}
body.index-body section.section-free-estimate .columns > .column .container-estimate .info {
  flex-grow: 1;
  padding: 20px;
  background-color: var(--yellow-color);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
body.index-body section.section-free-estimate .columns > .column .container-estimate .info:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19.5px 13px 19.5px 0;
  border-color: transparent transparent transparent transparent;
  border-right-color: var(--yellow-color);
}
body.index-body section.section-free-estimate .columns > .column .container-estimate .info h3 {
  text-transform: none;
  line-height: 1.9rem;
  color: var(--black-color);
  min-height: 60.8px;
}
body.index-body section.section-free-estimate .columns > .column .container-estimate .info p {
  margin-top: 20px;
  color: #4B4B4B;
}
body.index-body section.contact-us {
  padding: 180px 0px;
  background-color: #000;
  background-image: url(../images/contact-us.jpg);
  background-position: center center;
  background-size: cover;
}
body.index-body section.contact-us h2 {
  font-size: 44px;
  text-transform: none;
}
body.index-body section.contact-us h3.very-soon {
  text-transform: none;
  font-size: 24px;
}
body.index-body section .container-form {
  width: 90%;
  max-width: 740px;
  margin: auto;
  background-color: var(--white-color);
  border-radius: 5px;
  box-shadow: 0px 2px 16px rgba(200, 200, 200, 0.5);
}
body.index-body section .container-form .container-data {
  width: 90%;
  margin: auto;
  padding: 30px 0px;
}
body.index-body section .container-form .container-data input {
  border: 1px solid #e0e0e5;
  font-size: 1rem;
  width: 100%;
  line-height: 2;
  padding: 22px 1.25rem;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
body.index-body section .container-form .container-data h4 {
  text-transform: none;
  font-size: 20px;
}
body.index-body section .container-form .container-data .btn-service {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #e0e0e5;
  background-color: #FAFAFA;
  outline: none;
  color: #424753;
  height: 45px;
  font-size: 16px;
  transition: all 0.5s cubic-bezier(0.39, 0.005, 0.16, 0.995);
}
body.index-body section .container-form .container-data .btn-service i {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.39, 0.005, 0.16, 0.995);
}
body.index-body section .container-form .container-data .btn-service.active {
  background-color: transparent;
  color: var(--first-color);
  padding: 10px 0px;
  border: 1px solid var(--first-color);
}
body.index-body section .container-form .container-data .btn-service.active i {
  opacity: 1;
}
body.index-body section .container-form > .loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-transparent);
  display: none;
}
body.index-body section .container-form > .loading > .section-success, body.index-body section .container-form > .loading .section-fail, body.index-body section .container-form > .loading .section-loading {
  display: none;
  align-items: center;
}
body.index-body section .container-form.loading-form > .loading {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.index-body section .container-form.loading-form > .loading.showProgress .section-loading {
  display: flex;
}
body.index-body section .container-form.loading-form > .loading.success .section-success {
  display: flex;
}
body.index-body section .container-form.loading-form > .loading.success .section-success i {
  color: var(--color-success);
}
body.index-body section .container-form.loading-form > .loading.success .section-success span {
  color: var(--color-success);
  font-size: 20px;
}
body.index-body section .container-form.loading-form > .loading.fail .section-fail {
  display: flex;
}
body.index-body section .container-form.loading-form > .loading.fail .section-fail i {
  color: var(--color-danger);
}
body.index-body section .container-form.loading-form > .loading.fail .section-fail span {
  color: var(--color-danger);
  font-size: 20px;
}
body.services-body .section-service-hero, body.project .section-service-hero {
  background-color: var(--black-footer-background);
  overflow: hidden;
  position: relative;
  padding-top: 280px;
  padding-bottom: 85px;
}
body.services-body .section-service-hero h1, body.project .section-service-hero h1 {
  font-size: 64px;
  line-height: 76px;
  font-family: RecoletaAlt-Medium;
  text-transform: none;
}
body.services-body .section-service-hero + div, body.project .section-service-hero + div {
  background-color: #f2f3f8;
}
body section.section-others {
  padding-top: 0;
  width: 100%;
  height: 100vh;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
body section.section-others .box {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 25px;
}
body section.section-others .box-1 {
  background-color: var(--white-color);
  bottom: 10%;
  left: -100px;
}
body section.section-others .box-2 {
  background-color: var(--black-color);
  top: 10%;
  right: -100px;
}
body section.section-projects {
  background-image: url("../images/our-projects-hero.jpg");
}
body section.section-products {
  background-image: url("../images/products-hero.jpg");
}
body section.section-products-body:nth-child(2n+0), body section.section-projects-items:nth-child(2n+0), body section.section-service-item:nth-child(2n+0) {
  background-color: var(--grey-products-odd);
}
body section.section-products-body .swiper-container:not(.full_vehicle_wraps) .swiper-wrapper .swiper-slide, body section.section-projects-items .swiper-container:not(.full_vehicle_wraps) .swiper-wrapper .swiper-slide, body section.section-service-item .swiper-container:not(.full_vehicle_wraps) .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  overflow: hidden;
  cursor: zoom-in;
}
body section.section-products-body .swiper-container:not(.full_vehicle_wraps) .swiper-wrapper .swiper-slide.swiper-slide-active, body section.section-projects-items .swiper-container:not(.full_vehicle_wraps) .swiper-wrapper .swiper-slide.swiper-slide-active, body section.section-service-item .swiper-container:not(.full_vehicle_wraps) .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: none !important;
}
body section.section-products-body .swiper-container:not(.full_vehicle_wraps) .swiper-wrapper .swiper-slide > .swiper-zoom-container img, body section.section-projects-items .swiper-container:not(.full_vehicle_wraps) .swiper-wrapper .swiper-slide > .swiper-zoom-container img, body section.section-service-item .swiper-container:not(.full_vehicle_wraps) .swiper-wrapper .swiper-slide > .swiper-zoom-container img {
  height: 100%;
  min-height: 100%;
  width: auto;
  max-width: 100%;
}
body section.section-products-body .swiper-container:not(.full_vehicle_wraps) .swiper-wrapper .swiper-slide > .swiper-zoom-container + .hover-container, body section.section-projects-items .swiper-container:not(.full_vehicle_wraps) .swiper-wrapper .swiper-slide > .swiper-zoom-container + .hover-container, body section.section-service-item .swiper-container:not(.full_vehicle_wraps) .swiper-wrapper .swiper-slide > .swiper-zoom-container + .hover-container {
  display: none;
  left: 0;
  bottom: 0;
  background-color: var(--black-transparent);
}
body section.section-products-body .swiper-container:not(.full_vehicle_wraps) .swiper-wrapper .swiper-slide > .swiper-zoom-container + .hover-container i, body section.section-projects-items .swiper-container:not(.full_vehicle_wraps) .swiper-wrapper .swiper-slide > .swiper-zoom-container + .hover-container i, body section.section-service-item .swiper-container:not(.full_vehicle_wraps) .swiper-wrapper .swiper-slide > .swiper-zoom-container + .hover-container i {
  font-size: 18px;
}
body section.section-products-body .swiper-container:not(.full_vehicle_wraps) .swiper-wrapper .swiper-slide > .swiper-zoom-container:hover + .hover-container, body section.section-projects-items .swiper-container:not(.full_vehicle_wraps) .swiper-wrapper .swiper-slide > .swiper-zoom-container:hover + .hover-container, body section.section-service-item .swiper-container:not(.full_vehicle_wraps) .swiper-wrapper .swiper-slide > .swiper-zoom-container:hover + .hover-container {
  display: flex;
}
body section.section-products-body .swiper-container:not(.full_vehicle_wraps) .container-prev-next-button, body section.section-projects-items .swiper-container:not(.full_vehicle_wraps) .container-prev-next-button, body section.section-service-item .swiper-container:not(.full_vehicle_wraps) .container-prev-next-button {
  border: 1px solid #e1e1e1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  background-color: var(--second-color);
  padding-top: 15px;
  padding-bottom: 15px;
}
body section.section-products-body .swiper-container:not(.full_vehicle_wraps) .container-prev-next-button .swiper-button-next, body section.section-projects-items .swiper-container:not(.full_vehicle_wraps) .container-prev-next-button .swiper-button-next, body section.section-service-item .swiper-container:not(.full_vehicle_wraps) .container-prev-next-button .swiper-button-next {
  position: relative !important;
  top: initial !important;
  right: auto !important;
  left: auto !important;
  width: initial !important;
  height: initial !important;
  color: var(--white-color);
  margin-top: 0;
}
body section.section-products-body .swiper-container:not(.full_vehicle_wraps) .container-prev-next-button .swiper-button-next:after, body section.section-projects-items .swiper-container:not(.full_vehicle_wraps) .container-prev-next-button .swiper-button-next:after, body section.section-service-item .swiper-container:not(.full_vehicle_wraps) .container-prev-next-button .swiper-button-next:after {
  display: none;
}
body section.section-products-body .swiper-container:not(.full_vehicle_wraps) .container-prev-next-button .swiper-button-next i, body section.section-projects-items .swiper-container:not(.full_vehicle_wraps) .container-prev-next-button .swiper-button-next i, body section.section-service-item .swiper-container:not(.full_vehicle_wraps) .container-prev-next-button .swiper-button-next i {
  font-size: 35px;
}
body section.section-products-body .swiper-container:not(.full_vehicle_wraps) .container-prev-next-button .swiper-button-prev, body section.section-projects-items .swiper-container:not(.full_vehicle_wraps) .container-prev-next-button .swiper-button-prev, body section.section-service-item .swiper-container:not(.full_vehicle_wraps) .container-prev-next-button .swiper-button-prev {
  position: relative !important;
  top: initial !important;
  right: auto !important;
  left: auto !important;
  width: initial !important;
  height: initial !important;
  color: var(--white-color);
  margin-top: 0;
}
body section.section-products-body .swiper-container:not(.full_vehicle_wraps) .container-prev-next-button .swiper-button-prev:after, body section.section-projects-items .swiper-container:not(.full_vehicle_wraps) .container-prev-next-button .swiper-button-prev:after, body section.section-service-item .swiper-container:not(.full_vehicle_wraps) .container-prev-next-button .swiper-button-prev:after {
  display: none;
}
body section.section-products-body .swiper-container:not(.full_vehicle_wraps) .container-prev-next-button .swiper-button-prev i, body section.section-projects-items .swiper-container:not(.full_vehicle_wraps) .container-prev-next-button .swiper-button-prev i, body section.section-service-item .swiper-container:not(.full_vehicle_wraps) .container-prev-next-button .swiper-button-prev i {
  font-size: 35px;
}
body section.section-products-body .swiper-container:not(.full_vehicle_wraps) .swiper-pagination, body section.section-projects-items .swiper-container:not(.full_vehicle_wraps) .swiper-pagination, body section.section-service-item .swiper-container:not(.full_vehicle_wraps) .swiper-pagination {
  position: relative !important;
  border: 1px solid var(--grey-text-footer);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
body section.section-products-body .swiper-container:not(.full_vehicle_wraps) .swiper-pagination.swiper-pagination-bullets, body section.section-projects-items .swiper-container:not(.full_vehicle_wraps) .swiper-pagination.swiper-pagination-bullets, body section.section-service-item .swiper-container:not(.full_vehicle_wraps) .swiper-pagination.swiper-pagination-bullets {
  bottom: inherit;
  margin-top: 20px;
}
body section.section-products-body .swiper-container:not(.full_vehicle_wraps) .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet, body section.section-projects-items .swiper-container:not(.full_vehicle_wraps) .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet, body section.section-service-item .swiper-container:not(.full_vehicle_wraps) .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  height: auto;
  border-radius: 0;
  margin: 0 0;
  background: none;
}
body section.section-products-body .swiper-container:not(.full_vehicle_wraps) .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet img, body section.section-projects-items .swiper-container:not(.full_vehicle_wraps) .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet img, body section.section-service-item .swiper-container:not(.full_vehicle_wraps) .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet img {
  max-height: 90.4883px;
}
body section.section-products-body .swiper-container:not(.full_vehicle_wraps) .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active, body section.section-projects-items .swiper-container:not(.full_vehicle_wraps) .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active, body section.section-service-item .swiper-container:not(.full_vehicle_wraps) .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  background: none;
}

#container-list-products > .container {
  overflow: auto;
}
#container-list-products > .container ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  height: 60px;
  width: max-content;
}
#container-list-products > .container ul li {
  word-wrap: normal;
  position: relative;
  display: flex;
  align-items: center;
}
#container-list-products > .container ul li a {
  display: block;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: #5E5E5E;
  font-size: 13px;
  border-bottom: 2px solid var(--white-color);
}
#container-list-products > .container ul li.active a {
  color: var(--color-black-menu-letter);
  background-color: #fafafa;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--first-color);
  z-index: 1;
}
#container-list-products > .container ul li:hover a {
  color: var(--color-black-menu-letter);
  background-color: #f0f0f0;
  padding-top: 10px;
  padding-bottom: 10px;
}
#container-list-products > .container ul li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #eee;
}

.section-projects-items {
  background-color: #f2f3f8;
  padding: 80px 0px 120px 0px !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.section-projects-items > .container {
  background-color: var(--white-color);
}
.section-projects-items > .container > .columns {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  background-color: var(--white-color);
}
.section-projects-items > .container .list-services {
  font-size: 15px;
}
.section-projects-items > .container .list-services .item {
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  /*&:hover{
    background-color: var(--first-color);
    i{
      color: var(--white-color);
    }
    span{
      color: var(--white-color);
    }
  }*/
}
.section-projects-items > .container .list-services .item i {
  color: var(--yellow-color);
  font-size: 30px;
}
.section-projects-items > .container .list-services .item span {
  color: var(--black-color);
  padding: 10px 10px;
}
.section-projects-items > .container .list-services .item.active {
  background-color: var(--first-color);
}
.section-projects-items > .container .list-services .item.active i {
  color: var(--white-color);
}
.section-projects-items > .container .list-services .item.active span {
  color: var(--white-color);
}
.section-projects-items > .container .service-info {
  height: 100%;
  font-size: 14px;
}
.section-projects-items > .container .service-info > div {
  z-index: 10;
}
.section-projects-items > .container .service-info .image-container .image-principal {
  height: 350px;
  max-height: 350px;
  display: flex;
  justify-content: center;
  border: 1px solid #eaeaea;
}
.section-projects-items > .container .service-info .image-container .image-principal > img {
  height: 100%;
}
.section-projects-items > .container .service-info .image-container .image-principal > img + .hover-container {
  display: none;
  left: 0;
  bottom: 0;
  background-color: var(--black-transparent);
}
.section-projects-items > .container .service-info .image-container .image-principal > img + .hover-container i {
  font-size: 18px;
}
.section-projects-items > .container .service-info .image-container .image-principal > img:hover + .hover-container {
  display: flex;
}
.section-projects-items > .container .service-info .image-container .images {
  height: 350px;
  max-height: 350px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #eaeaea;
}
.section-projects-items > .container .service-info .image-container .images > img {
  border: 2px solid var(--white-color);
}
.section-projects-items > .container .service-info .image-container .images > img.active {
  border: 2px solid var(--first-color);
}
.section-projects-items > .container .service-info .tabs li.is-active a {
  color: var(--first-color);
}
.section-projects-items > .container .service-info .tab-container {
  background-color: var(--white-color);
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dbdbdb;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #dbdbdb;
  border-right-style: solid;
  border-right-width: 1px;
}
.section-projects-items > .container .service-info .tab-container .description h3 {
  color: var(--first-color);
}
.section-projects-items > .container .service-info .tab-container .description .columns-ideas i, .section-projects-items > .container .service-info .tab-container .description .description-items i {
  font-size: 12px;
  color: var(--yellow-color);
  margin-top: 7px;
}
.section-projects-items > .container .service-info .tab-container .spec h3 {
  color: var(--first-color);
}
.section-projects-items > .container .service-info .tab-container .spec .ul-spec i {
  font-size: 12px;
  color: var(--yellow-color);
  margin-top: 7px;
}
.section-projects-items > .container .service-info .obj-1 {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-projects-items > .container .service-info + .obj-2 {
  position: absolute;
  bottom: 0;
  width: 220px;
  right: 25px;
}

.section-text-sentence h4 {
  text-transform: none;
}
.btn-primary-f {
  background-color: var(--first-color);
  color: var(--white-color);
  padding: 10px 0px;
  border: 1px solid var(--first-color);
  font-size: 1.3em;
  border-radius: 3px;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.39, 0.005, 0.16, 0.995);
  display: flex;
  justify-content: center;
}
.btn-primary-f:hover {
  background-color: var(--white-color) !important;
  color: var(--first-color) !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.yellow-color {
  color: var(--yellow-color) !important;
}
.yellow-color:before {
  background-color: var(--yellow-color) !important;
}

.z-index-1 {
  z-index: 1;
}

.container-images.showingImageContainer > div.column:not(.showingImageParent) {
  display: none;
}

.video-wrapper {
  width: 100%;
  height: 500px;
}

hr.divider {
  margin-top: 17px;
  margin-bottom: 16px;
  width: 36px;
  height: 4px;
  background-color: var(--first-color);
}

.section {
  padding: 4rem 0 2rem;
}

.no-list {
  list-style: none;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-zoomIn {
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

nav.scroll-header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: var(--white-color) !important;
}

.loading-image-container {
  display: none;
}

.load-image {
  position: relative;
}
.load-image.show-loading > .loading-image-container {
  background: var(--black-semi-transparent);
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}

.show-scroll {
  visibility: visible;
  bottom: 1.5rem;
}

.width-100 {
  width: 100%;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.fratelli-combine {
  background-color: var(--red-fratelli);
  color: white;
}

.font-5rem {
  font-size: 5rem;
}

.button.is-primary {
  background-color: var(--first-color);
}

.is-success {
  color: var(--color-success);
}

.is-danger {
  color: var(--color-danger);
}

.hvr-underline-from-right:before {
  background-color: var(--first-color);
}

nav#nav-principal {
  background-color: var(--white-color);
}
nav#nav-principal .navbar-brand .navbar-item {
  max-width: 0;
  transition: all 0.5s cubic-bezier(0.39, 0.005, 0.16, 0.995);
}
nav#nav-principal.show-logo .navbar-brand .navbar-item {
  max-width: 300px;
}
nav#nav-principal #navbar .navbar-item {
  display: inline-block;
}
nav#nav-principal #navbar .navbar-item:hover {
  color: var(--black-color) !important;
}
nav#nav-principal #navbar .navbar-item.navbar-item-phone:hover {
  color: var(--first-color);
}
nav#nav-principal #navbar .navbar-item.navbar-item-phone:hover span {
  color: var(--first-color) !important;
}
nav#nav-principal + .container-dropdown {
  box-shadow: 0 17.3518px 37.1824px rgba(0, 0, 0, 0.1);
  width: 100%;
  position: absolute;
  transform: translateY(-100%);
  transition: all 0.5s cubic-bezier(0.39, 0.005, 0.16, 0.995);
  opacity: 0;
  visibility: hidden;
  background-color: var(--white-color);
}
nav#nav-principal + .container-dropdown .container {
  border-top: 1px solid #f2f0f0;
  padding-top: 10px;
}
nav#nav-principal + .container-dropdown.open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
nav#nav-principal + .container-dropdown .container-items .container-image {
  min-height: 117px;
  height: 117px;
  display: flex;
  align-items: center;
}
nav#nav-principal + .container-dropdown .container-items .container-image .image-top {
  width: 100px;
}
nav#nav-principal + .container-dropdown .container-items .container-image .image-top.image-shield {
  width: 250px;
}
nav#nav-principal + .container-dropdown .container-items h3.title {
  font-size: 18px;
  line-height: 30px;
  color: var(--black-color);
  text-transform: none;
}
nav#nav-principal + .container-dropdown .container-items p {
  font-size: 16px;
  line-height: 25.6px;
  font-family: OpenSans-Regular;
  color: var(--grey-dropdown-nav);
}

.container-text .title-section .subtitle {
  color: var(--first-color);
  position: relative;
}
.container-text .title-section .subtitle:before {
  content: "";
  width: 14px;
  height: 2px;
  background-color: var(--first-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 14px);
}
.container-text .title-section .subtitle span {
  font-size: 14px;
  line-height: 22.4px;
  font-family: OpenSans-SemiBold;
}
.container-text .title-section .title {
  font-size: 44px;
  line-height: 60px;
  margin-top: 11px;
  font-family: RecoletaAlt-Medium;
  color: var(--black-footer-background);
  text-transform: none;
}
.container-text .title-section .title span {
  text-transform: none;
  font-family: RecoletaAlt-Light;
}
.container-text p {
  font-size: 18px;
  line-height: 28.8px;
  margin-top: 40px;
  font-family: OpenSans-Regular;
  color: var(--color-section-text);
}

.section-our-services {
  background: var(--background-black-nav);
  background: bottom center url("../images/background_service_index.png"), var(--background-black-nav);
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 150px;
}
.section-our-services .container-square {
  margin-top: 80px;
  margin-bottom: 100px;
}
.section-our-services .container-square .square-1 {
  width: 200px;
  height: 200px;
  position: relative;
  top: 25px;
}
.section-our-services .container-square .square-1 a {
  z-index: 1;
}
.section-our-services .container-square .square-1 .figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: #26394d 0px 20px 30px -10px;
  transform: rotateZ(45deg);
  background-color: #009CB2;
}
.section-our-services .container-square .square-2 {
  width: 250px;
  height: 250px;
  position: relative;
  z-index: 10;
}
.section-our-services .container-square .square-2 a {
  z-index: 1;
}
.section-our-services .container-square .square-2 .figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: #26394d 0px 20px 30px -10px;
  transform: rotateZ(45deg);
}
.section-our-services .container-square .square-3 {
  width: 200px;
  height: 200px;
  position: relative;
  top: 25px;
}
.section-our-services .container-square .square-3 a {
  z-index: 1;
}
.section-our-services .container-square .square-3 .figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: #26394d 0px 20px 30px -10px;
  transform: rotateZ(45deg);
  background-color: #8BBA38;
}
.section-our-services .container-square .square-4 {
  width: 200px;
  height: 200px;
  position: relative;
  top: -55px;
  left: 55px;
}
.section-our-services .container-square .square-4 a {
  z-index: 1;
}
.section-our-services .container-square .square-4 .figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: #26394d 0px 20px 30px -10px;
  transform: rotateZ(45deg);
  background-color: #256589;
}
.section-our-services .container-square .square-5 {
  width: 200px;
  height: 200px;
  position: relative;
  top: 25px;
  z-index: 2;
}
.section-our-services .container-square .square-5 a {
  z-index: 2;
}
.section-our-services .container-square .square-5 .figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: #26394d 0px 20px 30px -10px;
  transform: rotateZ(45deg);
  background-color: #40C598;
}
.section-our-services .container-square .square-6 {
  width: 200px;
  height: 200px;
  position: relative;
  top: -55px;
  left: -55px;
  z-index: 2;
}
.section-our-services .container-square .square-6 a {
  z-index: 1;
}
.section-our-services .container-square .square-6 .figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: #26394d 0px 20px 30px -10px;
  transform: rotateZ(45deg);
  background-color: #414A53;
}
.section-our-services .container-square .square h3 {
  transition: all 0.5s ease-in-out;
}
.section-our-services .container-square .square .figure {
  transition: all 0.5s ease-in-out;
}
.section-our-services .container-square .square:hover h3 {
  font-size: 20px;
}
.section-our-services .container-square .square:hover .figure {
  transform: rotateZ(0deg);
}

.scrolltop {
  position: fixed;
  right: 1rem;
  bottom: -20%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem;
  background: rgba(6, 156, 84, 0.5);
  border-radius: 0.4rem;
  z-index: var(--z-tooltip);
  transition: 0.4s;
  visibility: hidden;
}
.scrolltop:hover {
  background-color: var(--first-color-alt);
}
.scrolltop__icon {
  font-size: 1.8rem;
  color: var(--body-color);
}

.btn {
  text-decoration: none;
  display: inline-flex !important;
  align-items: center !important;
  height: 60px;
  padding: 0 36px !important;
  position: relative;
  cursor: pointer;
}
.btn.primary {
  background-color: var(--first-color);
  color: var(--white-color);
}
.btn.primary-second {
  background-color: var(--second-color);
  color: var(--white-color);
}

.btn-more {
  cursor: pointer;
  font-size: 0.9em;
  padding: 16px 60px;
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 3px;
  background: 0 0;
  border: thin solid var(--white-color);
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  transition: all 0.5s cubic-bezier(0.39, 0.005, 0.16, 0.995);
}

.btn-hover-white:hover {
  background-color: var(--white-color);
  color: var(--black-color);
}

.max-width-960 {
  max-width: 960px !important;
}

.container-our-project {
  width: 100%;
}
.container-our-project img {
  width: 100%;
}
.container-our-project .name {
  text-transform: none;
  display: none;
}
.container-our-project .description {
  border-bottom: 1px solid var(--second-color);
  color: var(--white-color);
}

.btntransa {
  width: 90%;
  max-width: 450px;
  background-color: transparent;
  color: var(--first-color);
  padding: 10px 0px;
  border: 1px solid var(--first-color);
  font-size: 1.4em;
  font-weight: 700;
  border-radius: 3px;
  margin: 0px 15px;
  transition: all 0.5s cubic-bezier(0.39, 0.005, 0.16, 0.995);
}
.btntransa a {
  color: var(--first-color);
}
.btntransa:hover {
  background-color: var(--first-color);
}
.btntransa:hover a {
  color: var(--white-color);
}

.grey-text-footer {
  color: var(--grey-text-footer) !important;
}

.load-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 100;
  pointer-events: none;
  display: flex;
}
.load-container .loading-screen {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  background-color: var(--first-color);
  width: 5%;
  height: 0;
}

.no-width-specify {
  width: auto !important;
}

.subtitle-left:before {
  left: calc(100% + 14px);
}

.no-text-transform {
  text-transform: none !important;
}

.color-grey-text {
  color: var(--grey-text-footer);
}

.is-initial {
  position: initial;
}

.is-absolute {
  position: absolute;
}

.background-grey-services {
  background-color: var(--background-grey-services);
}

.height-100 {
  height: 100%;
}

.color-yellow-color {
  color: var(--yellow-color);
}

.container-quote-email {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 50;
}
.container-quote-email .quote {
  background-color: var(--first-color);
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  padding-left: 15px !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  transition: all 0.5s cubic-bezier(0.39, 0.005, 0.16, 0.995);
}
.container-quote-email .quote.hide-quote {
  transform: translateX(500px);
}
.container-quote-email .quote span {
  transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
}
.container-quote-email .email {
  background-color: var(--second-color);
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  padding-left: 15px !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  transition: all 0.5s cubic-bezier(0.39, 0.005, 0.16, 0.995);
}
.container-quote-email .email span {
  transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
}

.section-service-hero .container-image-hero {
  position: relative;
}
.section-service-hero .container-image-hero img {
  z-index: 11;
}
.section-service-hero .container-image-hero .img-border {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(-10px) translateY(-10px);
  height: 100%;
  width: 100%;
}

#home.section-hero .swiper-button-prev,
#home.section-hero .swiper-button-next {
  text-align: center;
  position: absolute;
  display: none;
  top: 50%;
  padding: 14px 12px 20px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #ffffff;
  background: var(--white-color);
  transition: all 0.2s ease;
  transform: translate3d(0, -50%, 0);
  will-change: transform;
  cursor: pointer;
  z-index: 10;
}
#home.section-hero .swiper-button-prev span,
#home.section-hero .swiper-button-next span {
  color: #474747;
}
#home.section-hero .swiper-button-prev:after,
#home.section-hero .swiper-button-next:after {
  color: #474747;
}

#home.section-hero h1 {
  font-size: 64px;
  line-height: 76px;
  font-family: RecoletaAlt-Medium;
  text-transform: none;
}
#home.section-hero .swiper-title-3 {
  letter-spacing: 0.2em;
  font-family: OpenSans-SemiBold;
  text-transform: uppercase;
  font-size: 18px;
}

#home.section-hero .swiper-button-prev::after,
#home.section-hero .swiper-button-next::after {
  display: block;
  content: "";
  height: 0;
  width: 100%;
  border-top: 2px solid;
  transition: inherit;
}

#home.section-hero .swiper-button-prev:hover::after,
#home.section-hero .swiper-button-next:hover::after {
  transform: scaleX(0.7);
}

@media (min-width: 992px) {
  #home.section-hero .swiper-button-prev,
#home.section-hero .swiper-button-next {
    display: block;
    width: auto !important;
    height: auto !important;
  }
}
#home.section-hero .swiper-button-prev.swiper-button-disabled,
#home.section-hero .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

#home.section-hero .swiper-button-prev,
#home.section-hero .swiper-container-rtl .swiper-button-next {
  left: 0;
  padding-right: 22px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

#home.section-hero .swiper-button-next,
#home.section-hero .swiper-container-rtl .swiper-button-prev {
  right: 0;
  padding-left: 22px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

#home.section-hero .swiper-button-prev.swiper-button-white,
#home.section-hero .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

#home.section-hero .swiper-button-next.swiper-button-white,
#home.section-hero .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

#home.section-hero .swiper-button-prev.swiper-button-black,
#home.section-hero .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

#home.section-hero .swiper-button-next.swiper-button-black,
#home.section-hero .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

#home.section-hero .swiper-button-lock {
  display: none;
}

#home.section-hero .swiper-pagination {
  position: absolute;
  text-align: center;
  display: block;
  font-size: 0;
  line-height: 0;
  transition: 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

@media (min-width: 992px) {
  #home.section-hero .swiper-pagination {
    display: none;
  }
}
#home.section-hero .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
#home.section-hero .swiper-pagination-fraction,
#home.section-hero .swiper-pagination-custom,
#home.section-hero .swiper-container-horizontal > .swiper-pagination-bullets {
  left: 0;
  bottom: 25px;
  width: 100%;
}

/* Bullets */
#home.section-hero .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

#home.section-hero .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

#home.section-hero .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#home.section-hero .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#home.section-hero .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

#home.section-hero .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

#home.section-hero .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

#home.section-hero .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

#home.section-hero .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 100%;
  background: #ffffff;
  transition: all 0.25s ease-in-out;
}

#home.section-hero .swiper-pagination-bullet:hover {
  background: #e947a5;
}

#home.section-hero .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

#home.section-hero .swiper-pagination-bullet-active {
  background: #e947a5;
}

.decorative-line {
  width: 100%;
  height: 4px;
  display: flex;
  margin: 0 !important;
  z-index: 40;
}
.decorative-line .color-1 {
  background-color: #63ddec;
  padding: 0;
}
.decorative-line .color-2 {
  background-color: #e947a5;
  padding: 0;
}
.decorative-line .color-3 {
  background-color: #fee827;
  padding: 0;
}

.section-why-choose-us {
  padding-top: 150px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
  background-image: url(../images/bg-image-1.jpg);
  background-size: cover;
  background-position: center center;
}
.section-why-choose-us #swiper-why-choose-us {
  max-height: 445px;
  position: relative;
  padding-right: 55px;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide {
  flex-grow: 1;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  white-space: nowrap;
  background-position: 50%;
  background-size: cover;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide > * {
  width: 100%;
  white-space: normal;
  transition: all 0.4s linear;
  pointer-events: none;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon-kelly {
  text-align: left;
  padding: 40px 30px;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon {
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 6px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  text-align: left;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit {
  display: flex;
  flex-direction: row;
  margin-bottom: -20px;
  margin-left: -30px;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit.unit-spacing-lg {
  margin-bottom: -20px;
  margin-left: -30px;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit.unit-spacing-lg > * {
  margin-bottom: 20px;
  margin-left: 30px;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit .unit-left {
  flex: 0 0 auto;
  max-width: 100%;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit .unit-left .icon-60 {
  font-size: 60px;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit .unit-left .icon {
  height: inherit;
  width: inherit;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit .unit-left .text-secondary {
  color: #e947a5;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit .unit-left .text-third {
  color: #63ddec;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit .unit-left .text-fourth {
  color: #623bb8;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit .unit-left .text-primary {
  color: #fee827 !important;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit .unit-left .icon-decorative-2 {
  position: relative;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit .unit-left .icon-decorative-2:before {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit .unit-left .icon-decorative-2:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: rgba(233, 71, 165, 0.15);
  border-radius: 50%;
  bottom: -4px;
  right: 0;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit .unit-left .icon-decorative-3 {
  position: relative;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit .unit-left .icon-decorative-3:before {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit .unit-left .icon-decorative-3:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: rgba(99, 221, 236, 0.15);
  border-radius: 50%;
  top: -4px;
  right: 60%;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit .unit-left .icon-decorative-4 {
  position: relative;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit .unit-left .icon-decorative-4:before {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit .unit-left .icon-decorative-4:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: rgba(98, 59, 184, 0.15);
  border-radius: 50%;
  top: 20%;
  right: 0;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit .unit-left .icon-decorative-1 {
  position: relative;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit .unit-left .icon-decorative-1:before {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit .unit-left .icon-decorative-1:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: rgba(254, 232, 39, 0.15);
  border-radius: 50%;
  bottom: -4px;
  right: 50%;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit .unit-body .box-icon-kelly-title {
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit .unit-body h4 {
  font-size: 20px;
  text-transform: capitalize;
  color: #151515;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit .unit-body h4 a {
  color: #151515;
}
.section-why-choose-us #swiper-why-choose-us .swiper-wrapper .swiper-slide .box-icon .unit .unit-body .box-icon-kelly-text {
  margin-top: 8px;
}
.section-why-choose-us #swiper-why-choose-us .swiper-pagination {
  background: #e1e1e1;
  width: 4px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.section-why-choose-us #swiper-why-choose-us .swiper-pagination .swiper-pagination-bullet {
  opacity: 0;
}
.section-why-choose-us #swiper-why-choose-us .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  position: relative;
}
.section-why-choose-us #swiper-why-choose-us .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 8px solid #fee827;
  background: #151515;
  transform: translate3d(-50%, -50%, 0);
  box-shadow: -3px 5px 8px 0px rgba(0, 0, 0, 0.2);
}

.lot-of-text {
  font-size: 35px;
}

.font-size-35 {
  font-size: 35px;
}

.font-size-25 {
  font-size: 25px;
}

h1.title {
  line-height: 44px;
  font-family: RecoletaAlt-Medium;
}

.grid-container {
  margin: 0 auto;
  padding-left: 0;
  max-width: 960px;
  overflow: hidden;
}

.breadcrumb li:not(.is-active) a {
  color: var(--first-color);
  font-weight: bold;
}

.margin-top-nav {
  margin-top: 176px;
}

.superhero-container {
  width: 100%;
  position: relative;
}
.superhero-container .superhero-image .responsive-image {
  display: flex;
  justify-content: center;
}
.superhero-container .superhero-image .responsive-image img {
  border-radius: 5px;
}
.superhero-container .superhero-content-grid-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-service-new-hero {
  padding: 3rem 1.5rem;
}

.black-item-a {
  color: #00111a;
}

.hover-text-first-color {
  transition: all 0.5s cubic-bezier(0.15, 0.005, 0, 1);
}
.hover-text-first-color:hover {
  color: var(--first-color);
  font-weight: bold;
}

.container-service-item {
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--grey-border-plate);
  position: relative;
  display: block;
  transition: all 0.5s cubic-bezier(0.15, 0.005, 0, 1);
}
.container-service-item:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.container-service-item .image img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.container-service-item .text {
  padding: 20px 20px;
}
.container-service-item .text p {
  color: var(--black-color);
  font-weight: bold;
}

.item-odd-even > *:nth-child(2n+0) {
  background-color: var(--grey-products-odd);
}

.line-height-35 {
  line-height: 35px !important;
}

.line-height-45 {
  line-height: 45px !important;
}

.line-height-55 {
  line-height: 55px !important;
}

.border-grey {
  border: 1px solid #c8cbcc;
}

.flex-50 {
  flex: 0 1 50%;
}

.border-radius-5 {
  border-radius: 5px;
}

.has-background-green-light {
  background-color: var(--light-green);
}

.overflow-auto {
  overflow: auto;
}

.is-first-color {
  color: var(--first-color) !important;
}

.is-color-grey-text {
  color: #707070 !important;
}

.is-background-first-color {
  background-color: var(--first-color);
}

.is-background-second-color {
  background-color: var(--second-color);
}

.article-content-block .num {
  z-index: 15;
  position: relative;
  float: left;
  width: 10%;
  min-height: 1em;
  line-height: 0.8em;
  font-size: 100px;
  font-weight: 100;
  color: #999;
}
.article-content-block .nh-content {
  float: left;
  width: 90%;
}
.article-content-block .nh-content .text-wrap-container {
  position: relative;
}

.show-article-container i:before {
  position: relative;
  top: 5px;
}

.hover-box-shadow {
  transition: all 0.5s cubic-bezier(0.15, 0.005, 0, 1);
}
.hover-box-shadow:hover {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.nice-shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.section-full-item {
  height: 400px;
  position: relative;
  display: flex;
  align-items: center;
}
.section-full-item .image-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  position: absolute;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.section-full-item .image-background.sub-item-wall_calendars {
  background: center center url(../images/services/info/wall_calendars_1_1.png);
}
.section-full-item .image-background.sub-item-desk_calendars {
  background: center center url(../images/services/info/desk_calendars_1_1.png);
}
.section-full-item .grid-container {
  z-index: 2;
}

.tab-container-info {
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dbdbdb;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #dbdbdb;
  border-right-style: solid;
  border-right-width: 1px;
  margin: 0;
  padding: 10px;
}

.section-service-item .tabs li.is-active a {
  border-bottom-color: var(--first-color);
  color: var(--first-color);
  font-weight: bold;
}

.has-blue-icon {
  color: var(--blue-check-icon) !important;
}

.author-container {
  border-top: solid 1px #B5BABF;
  margin-bottom: 25px;
}

.bt-white {
  border-top: 1px solid var(--white-color);
}

.bb-white {
  border-bottom: 1px solid var(--white-color);
}

.by-white {
  border-top: 1px solid var(--white-color);
  border-bottom: 1px solid var(--white-color);
}

.bt-0 {
  border-top: 0 !important;
}

.bb-0 {
  border-bottom: 0 !important;
}

.bl-0 {
  border-left: 0 !important;
}

.br-0 {
  border-right: 0 !important;
}

.option-set-color {
  height: 34px;
  width: 34px;
}

#container-type-card .card .card-content {
  min-height: 115.5px;
}

.zoomContainer {
  z-index: 1;
}

section .section-vehicle-wrap-1 .container-logo img {
  max-width: 500px;
}
section .section-vehicle-wrap-1 .two-cars {
  background-image: url(../images/background-wrap-cars-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}
section .section-vehicle-wrap-1 .two-cars:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 160px;
  width: 100%;
  background: #fff;
}
section .section-vehicle-wrap-1 .two-cars .container-wrap-vehicle .icon-wrap-cars .icon {
  width: 96px !important;
  height: 96px !important;
}
section .section-vehicle-wrap-1 .two-cars .container-wrap-vehicle .content p {
  line-height: 1.8;
}

.container-flip {
  margin-top: 0;
}
.container-flip > .column {
  height: 870px;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  /*&.is-one-third-desktop{
    max-width: 33.3333%;
  }
  &.is-full{
    max-width: 100%;
  }*/
}
.container-flip > .column .container-flip-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.container-flip > .column .container-flip-slide:not(.flipped) {
  cursor: pointer;
}
.container-flip > .column .container-flip-slide .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.container-flip > .column .container-flip-slide .bg-image:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.container-flip > .column .container-flip-slide .bg-image.image-wrap {
  background-image: url(../images/vehicle-wrap/base-wrap-center-1.jpg);
}
.container-flip > .column .container-flip-slide .bg-image.image-branding {
  background-image: url(../images/vehicle-wrap/base-wrap-center-2.jpg);
}
.container-flip > .column .container-flip-slide .bg-image.image-graph {
  background-image: url(../images/vehicle-wrap/base-wrap-center-3.jpg);
}
.container-flip > .column .container-flip-slide .container-info {
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.container-flip > .column .container-flip-slide .container-info .top {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 30px;
}
.container-flip > .column .container-flip-slide .container-info .content .bottom {
  position: relative;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.container-flip > .column .container-flip-slide.change-to-white .bg-image:after {
  background-color: white;
}

.section-contact-us .inner-info {
  min-height: 320px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.section-contact-us .inner-info.left {
  padding-right: 18% !important;
  background-image: url(../images/vehicle-wrap/índice-1.png) !important;
}
.section-contact-us .inner-info.right {
  padding-left: 18% !important;
  background-image: url(../images/vehicle-wrap/índice-2.png) !important;
}
.section-contact-us .inner-info.center {
  background-image: url(../images/vehicle-wrap/índice-3.png) !important;
}
.section-contact-us .decorator {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 29px;
}

.parallax-wrap {
  position: relative;
  z-index: 2;
}
.parallax-wrap.parallax-1 {
  background: url(../images/parallax1.jpg) no-repeat fixed center center;
  background-size: cover;
}
.parallax-wrap:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}

.z-index-10 {
  z-index: 10;
}

.p-wraps-car {
  line-height: 1.8;
  font-weight: 300;
}

.p-wrap-car-color {
  color: #222222;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

.btn-call-p {
  background-color: transparent !important;
  border: 2px solid var(--white-color);
}

.number-statistics {
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #757981;
}
.number-statistics h2 {
  line-height: 68px;
  vertical-align: center;
}

.header-divider-text {
  position: relative;
  display: inline-block;
  margin: 0 15%;
  padding: 0 10px;
  vertical-align: top;
  font-family: "MarkPro", sans-serif;
  font-weight: 300;
  line-height: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
  color: #00111a;
}
.header-divider-text:after, .header-divider-text:before {
  content: " ";
  position: absolute;
  top: 50%;
  width: 1000%;
  border-bottom: 1px solid #494b4d;
  opacity: 0.4;
}
.header-divider-text:before {
  left: 100%;
}
.header-divider-text:after {
  right: 100%;
}

.background-neutral-tint {
  background-color: #f3f4f6 !important;
}

.background-grey-medium {
  background-color: #dcdcdf !important;
}

.padding-module {
  padding-top: 4rem;
  padding-bottom: 4.5rem;
}

.wide-media-wrap {
  display: block;
  position: absolute;
  width: 100%;
  height: 25rem;
  margin: 0;
  overflow: hidden;
  line-height: 0;
}
.wide-media-wrap img {
  height: 100%;
  width: auto;
}

.wide-media {
  display: block;
  position: relative;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-50%);
  max-width: none;
  width: 40rem;
}

/*FONT-SIZE-BY-REM*/
.font-size-rem01 {
  font-size: 0.1rem;
}

.font-size-rem02 {
  font-size: 0.2rem;
}

.font-size-rem03 {
  font-size: 0.3rem;
}

.font-size-rem04 {
  font-size: 0.4rem;
}

.font-size-rem05 {
  font-size: 0.5rem;
}

.font-size-rem06 {
  font-size: 0.6rem;
}

.font-size-rem07 {
  font-size: 0.7rem;
}

.font-size-rem08 {
  font-size: 0.8rem;
}

.font-size-rem09 {
  font-size: 0.9rem;
}

.font-size-rem1 {
  font-size: 1rem;
}

.font-size-rem11 {
  font-size: 1.1rem;
}

.font-size-rem12 {
  font-size: 1.2rem;
}

.font-size-rem13 {
  font-size: 1.3rem;
}

.font-size-rem14 {
  font-size: 1.4rem;
}

.font-size-rem15 {
  font-size: 1.5rem;
}

.font-size-rem16 {
  font-size: 1.6rem;
}

.font-size-rem17 {
  font-size: 1.7rem;
}

.font-size-rem18 {
  font-size: 1.8rem;
}

.font-size-rem19 {
  font-size: 1.9rem;
}

.font-size-rem2 {
  font-size: 2rem;
}

.font-size-rem21 {
  font-size: 2.1rem;
}

.font-size-rem22 {
  font-size: 2.2rem;
}

.font-size-rem23 {
  font-size: 2.3rem;
}

.font-size-rem24 {
  font-size: 2.4rem;
}

.font-size-rem25 {
  font-size: 2.5rem;
}

.font-size-rem26 {
  font-size: 2.6rem;
}

.font-size-rem27 {
  font-size: 2.7rem;
}

.font-size-rem28 {
  font-size: 2.8rem;
}

.font-size-rem29 {
  font-size: 2.9rem;
}

.font-size-rem3 {
  font-size: 3rem;
}

.font-size-rem31 {
  font-size: 3.1rem;
}

.font-size-rem32 {
  font-size: 3.2rem;
}

.font-size-rem33 {
  font-size: 3.3rem;
}

.font-size-rem34 {
  font-size: 3.4rem;
}

.font-size-rem35 {
  font-size: 3.5rem;
}

.font-size-rem36 {
  font-size: 3.6rem;
}

.font-size-rem37 {
  font-size: 3.7rem;
}

.font-size-rem38 {
  font-size: 3.8rem;
}

.font-size-rem39 {
  font-size: 3.9rem;
}

.font-size-rem4 {
  font-size: 4rem;
}

.font-size-rem41 {
  font-size: 4.1rem;
}

.font-size-rem42 {
  font-size: 4.2rem;
}

.font-size-rem43 {
  font-size: 4.3rem;
}

.font-size-rem44 {
  font-size: 4.4rem;
}

.font-size-rem45 {
  font-size: 4.5rem;
}

.font-size-rem46 {
  font-size: 4.6rem;
}

.font-size-rem47 {
  font-size: 4.7rem;
}

.font-size-rem48 {
  font-size: 4.8rem;
}

.font-size-rem49 {
  font-size: 4.9rem;
}

.font-size-rem5 {
  font-size: 5rem;
}

.section-our-mask {
  background: var(--grey-mask-sections);
}
.section-our-mask .our-mask {
  position: relative;
}
.section-our-mask .our-mask .icon-mask {
  width: 62.8167px;
  height: 49.5667px;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section-our-mask .our-mask p {
  font-size: 14px;
  line-height: 18px;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes animation-title-mask {
  5% {
    transform: translateY(-45px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.wrapper-90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section-material-filtration-efficiency {
  background: url(../images/t-shirt/material-ba.jpg) center no-repeat;
  background-size: cover;
}
.section-material-filtration-efficiency h4 {
  line-height: 45px;
}
.section-material-filtration-efficiency h5 {
  font-family: OpenSans-Regular;
  line-height: 48px;
}

.banner-middle {
  margin: 0;
  width: 100%;
  min-height: 550px;
  display: flex;
  align-items: center;
}

.mySwiper-t-shirt .swiper-slide {
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.mySwiper-t-shirt .swiper-slide .front-image {
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mySwiper-t-shirt .swiper-slide .back-image {
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mySwiper-t-shirt .swiper-slide .back-image img {
  width: 100%;
}
.mySwiper-t-shirt .swiper-slide:hover {
  border-color: #e8e7e6;
}
.mySwiper-t-shirt .swiper-slide:hover .front-image {
  opacity: 0;
}
.mySwiper-t-shirt .swiper-slide:hover .back-image {
  opacity: 1;
}

.box-details {
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  /*&:hover{
    background-color: var(--first-color);
    color: var(--white-color);
    i{
      color: #48c774 !important;;
    }
  }*/
}
.box-details h4 {
  line-height: 40px;
}
.box-details i {
  color: var(--grey-border-plate);
}

.padding-sections {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-sections-top {
  padding-top: 100px !important;
}

.padding-sections-bottom {
  padding-bottom: 100px !important;
}

.row-tshirt-more-info {
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.row-tshirt-more-info.is-open {
  background-color: #fafafa;
}
.row-tshirt-more-info.is-open .header .bx-plus {
  display: none;
}
.row-tshirt-more-info:not(.is-open) .header .bx-minus {
  display: none;
}
.row-tshirt-more-info .body ul li span {
  position: relative;
  top: -6px;
}

.instagram-section {
  background-color: var(--grey-mask-sections);
}
.instagram-section .instagram-block {
  display: block;
  position: relative;
  background-size: cover !important;
  width: 100%;
  height: 0;
  min-height: 380px;
}
.instagram-section .instagram-block .content {
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 100%;
  position: relative;
}
.instagram-section .instagram-block .content .overlay {
  background-color: var(--black-transparent);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.instagram-section .instagram-block .content .info {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: relative;
}
.instagram-section .instagram-block:hover .content {
  opacity: 1;
}

.openSans-regular-style {
  font-family: OpenSans-Regular !important;
  line-height: 48px !important;
}

.h1-style {
  font-size: 64px !important;
  line-height: 65px;
  font-family: RecoletaAlt-Medium;
}

.section-food-truck {
  background: linear-gradient(130deg, #ab1133 30%, rgba(255, 51, 102, 0.75)), linear-gradient(200deg, #AB1133 50%, #FF3366 50%);
}
.section-food-truck .title-first-section {
  font-size: 22px;
  line-height: 1.2;
}
.section-food-truck .icon-food-truck-first-section {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  margin-right: 12px;
  border-radius: 50%;
  border: 8px solid var(--first-color);
  background-color: #fff;
  flex-shrink: 0;
}
.section-food-truck .icon-food-truck-first-section img {
  display: block;
  height: 30px;
  width: auto;
}
.section-food-truck .tile {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  padding: 0 40px 50px;
  border-radius: 10px;
  background-color: #eef1f6;
  text-align: center;
}
.section-food-truck .tile > div:first-child {
  position: relative;
  width: 160px;
  height: 160px;
  margin: -80px auto 0;
  border-radius: 50%;
  border: 12px solid #fff;
}
.section-food-truck .tile > div:first-child > img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  max-width: 165px;
  transform: translate(-50%, -50%);
}
.section-food-truck .tile > h3 {
  margin-top: 45px;
  font-size: 30px;
}
.section-food-truck .tile > h3 > span {
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.section-food-truck .tile > p {
  margin-bottom: 1.5em;
}

.letter-spacing-4 {
  letter-spacing: 0.4px !important;
}

.border-radius-50 {
  border-radius: 50px;
}

.border-top-radius-50 {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.border-bottom-radius-50 {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.mySwiper-food-truck .swiper-pagination {
  position: relative !important;
  top: -140px !important;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 562px !important;
  background-color: #e22754;
  padding: 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.mySwiper-food-truck .swiper-pagination:after, .mySwiper-food-truck .swiper-pagination:before {
  width: 130px;
  height: 70px;
  background-size: contain;
  position: absolute;
  bottom: -1px;
  display: block;
  content: "";
}
.mySwiper-food-truck .swiper-pagination:before {
  right: calc(100% - 1px);
  background: url(../images/index/shape-left.svg) no-repeat 100% 100%;
}
.mySwiper-food-truck .swiper-pagination:after {
  left: calc(100% - 1px);
  background: url(../images/index/shape-right.svg) no-repeat 0 100%;
}
.mySwiper-food-truck .swiper-pagination .page {
  height: 130px;
  width: 130px;
  border-radius: 15px;
  margin: 0 3px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
}

.food-truck-order .tile-order > div:first-child {
  width: 175px;
  height: 175px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.food-truck-order .tile-order > div:first-child > span {
  position: absolute;
  top: -20px;
  left: -20px;
  display: block;
  width: 40px;
  height: 40px;
  background: var(--first-color);
  border-radius: 50%;
  border: 4px solid #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: var(--white-color);
}

.t-shirt-transition {
  position: relative;
}
.t-shirt-transition .design-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.t-shirt-transition .design-wrapper .design-image {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.t-shirt-transition .design-wrapper .design-image img {
  width: 100%;
}
.t-shirt-transition .bar {
  z-index: 10;
  position: absolute;
  top: -4px;
  left: 50%;
  transition: all 0.3s ease 0s;
  width: 4px;
  height: 100%;
  bottom: -15px;
  background-image: -webkit-linear-gradient(top, var(--first-color) 0, var(--second-color) 2%, var(--second-color) 98%, var(--first-color) 100%);
  background-image: -moz-linear-gradient(top, var(--first-color) 0, var(--second-color) 2%, var(--second-color) 98%, var(--first-color) 100%);
  background-image: -o-linear-gradient(top, var(--first-color) 0, var(--second-color) 2%, var(--second-color) 98%, var(--first-color) 100%);
  background-image: linear-gradient(to bottom, var(--first-color) 0, var(--second-color) 2%, var(--second-color) 98%, var(--first-color) 100%);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
}

.section-t-shirt-showroom .isotope-buttons .btn {
  text-transform: uppercase;
  background: var(--grey-text-footer);
  background: #f4f4f4;
  color: #333;
  font-weight: 600;
  margin: 0 3px;
  padding: 12px 16px !important;
  text-shadow: none;
  transition: all 300ms ease-in-out;
  height: auto;
  border: none;
  font-size: 14px;
}
.section-t-shirt-showroom .isotope-buttons .btn:hover {
  background: var(--first-color);
  color: var(--white-color);
}
.section-t-shirt-showroom .isotope-buttons .btn.selected {
  background: var(--first-color);
  color: var(--white-color);
  font-weight: 700;
}
.section-t-shirt-showroom .show-room-columns .show-room-column .hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.section-t-shirt-showroom .show-room-columns .show-room-column .hover-overlay img {
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
  transform: scale(1.05);
}
.section-t-shirt-showroom .show-room-columns .show-room-column .hover-overlay .item-overlay {
  opacity: 0;
  -moz-opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(126, 24, 28, 0.75);
  -moz-transition: opacity 400ms ease-out;
  -webkit-transition: opacity 400ms ease-out;
  -o-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
}
.section-t-shirt-showroom .show-room-columns .show-room-column .hover-overlay .item-overlay .overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  text-align: center;
  zoom: 1;
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.section-t-shirt-showroom .show-room-columns .show-room-column .hover-overlay .item-overlay .overlay-content h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}
.section-t-shirt-showroom .show-room-columns .show-room-column .hover-overlay .item-overlay .overlay-content h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.section-t-shirt-showroom .show-room-columns .show-room-column .hover-overlay:hover {
  cursor: crosshair;
}
.section-t-shirt-showroom .show-room-columns .show-room-column .hover-overlay:hover img {
  transform: scale(1.2);
}
.section-t-shirt-showroom .show-room-columns .show-room-column .hover-overlay:hover .item-overlay {
  opacity: 1;
  -moz-opacity: 1;
}
.section-t-shirt-showroom .show-room-columns .show-room-column .hover-overlay:hover .item-overlay .overlay-content {
  bottom: 40%;
  opacity: 1;
}

.parallax-t-shirt {
  background: url(../images/t-shirt/background-tshirt-parallax.jpg) fixed;
}

.title-parallax {
  position: relative;
}
.title-parallax:after {
  display: block;
  content: "";
  height: 2px;
  width: 100px;
  background: var(--first-color);
  margin: 15px auto;
  position: relative;
}

.rounded-icon {
  background-color: var(--first-color);
  border-radius: 100px;
}

.size-60 {
  height: 60px;
  width: 60px;
}

.line-height-initial {
  line-height: initial;
}

.line-bottom-first-color {
  position: relative;
  display: inline-block;
}
.line-bottom-first-color:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--first-color);
  position: absolute;
  bottom: -5px;
  left: 0;
}

.box-shadow-top {
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}

.box-shadow-all {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.image-t-shirt-right {
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  transform: scale(1.02);
}

.columns-t-shirt-testimonial .column-t-shirt-testimonial {
  position: relative;
}
.columns-t-shirt-testimonial .column-t-shirt-testimonial img {
  width: 100%;
  height: auto;
}
.columns-t-shirt-testimonial .column-t-shirt-testimonial .content {
  width: 100%;
  height: 99%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 200ms ease-out;
  border: 2px solid var(--first-color);
  background-color: rgba(0, 0, 0, 0);
}
.columns-t-shirt-testimonial .column-t-shirt-testimonial .content .info {
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 200ms ease-out;
  position: absolute;
  width: calc(100% - 32px);
  top: 91%;
  border: 2px solid var(--first-color);
  box-sizing: border-box;
}
.columns-t-shirt-testimonial .column-t-shirt-testimonial .content .info img {
  width: 65px;
  height: 65px;
  border-radius: 50px;
}
.columns-t-shirt-testimonial .column-t-shirt-testimonial .content .info .testimonial-text {
  display: none;
}
.columns-t-shirt-testimonial .column-t-shirt-testimonial:hover .content {
  background-color: rgba(0, 0, 0, 0.7);
}
.columns-t-shirt-testimonial .column-t-shirt-testimonial:hover .content .info {
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid transparent;
}
.columns-t-shirt-testimonial .column-t-shirt-testimonial:hover .content .info .testimonial-text {
  display: block;
}

.hvr-rectangle-out:hover, .hvr-rectangle-out:active, .hvr-rectangle-out:focus {
  color: var(--white-color) !important;
}
.hvr-rectangle-out:before {
  background-color: var(--first-color);
  color: white;
}

/*ANIMATION*/
.tracking-in-expand {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em !important;
    opacity: 0 !important;
  }
  40% {
    opacity: 0.6 !important;
  }
  100% {
    opacity: 1 !important;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em !important;
    opacity: 0 !important;
  }
  40% {
    opacity: 0.6 !important;
  }
  100% {
    opacity: 1 !important;
  }
}
.floating {
  animation: float 3s ease-out infinite;
}

@keyframes float {
  50% {
    transform: translate(10px, 10px);
  }
}
.circle-animate {
  position: absolute;
  animation: float 3s ease-out infinite;
  bottom: 0;
  left: -5%;
}

@keyframes float {
  50% {
    transform: translate(0, 5px);
  }
}
.triangle-animate {
  position: absolute;
  animation: rotate 20s ease-out infinite;
  bottom: 0;
  left: 50%;
}

@keyframes rotate {
  50% {
    transform: rotate(360deg);
  }
}
.circle-animate-container {
  top: 200px;
  left: 35%;
  height: 50px;
  width: 50px;
}
.circle-animate-container .circle-animate-opacity1 {
  position: absolute;
  top: 0;
  left: 0;
  animation: circle-1 3s ease-out infinite;
}
.circle-animate-container .circle-animate-opacity2 {
  position: absolute;
  width: 70%;
  height: 70%;
  top: 10%;
  left: 11%;
  animation: circle-2 3s ease-out infinite;
}

@keyframes circle-1 {
  10% {
    transform: scale(0.3);
    opacity: 1;
  }
  50% {
    transform: scale(1.6);
  }
  80% {
    opacity: 0;
  }
}
@keyframes circle-2 {
  10% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1.8);
  }
  90% {
    opacity: 0;
  }
}
*::-webkit-scrollbar {
  width: 0.4em;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--first-color);
  outline: 1px solid slategrey;
}

/*body::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #555;
}*/
body {
  scrollbar-width: 0.4em;
  /* "auto" or "thin" */
  scrollbar-color: var(--first-color) #ececec;
  /* scroll thumb and track */
}

.hvr-bounce-in:hover {
  z-index: 20 !important;
}

.circle-percent {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
  color: #686868;
  font-size: 15px;
  line-height: 1.4;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  min-height: 100%;
  padding: 20px 10px;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(200px);
}
.circle-percent *, .circle-percent *:before, .circle-percent *:after {
  box-sizing: inherit;
}
.circle-percent svg {
  display: inline-flex;
  vertical-align: bottom;
  width: 60px;
  height: 60px;
}
.circle-percent circle {
  stroke: rgba(191, 191, 191, 0.6);
  stroke-width: 8px;
  stroke-dasharray: 0;
  fill: none;
}
.circle-percent .meter {
  stroke-width: 10px;
  stroke: var(--first-color);
  fill: none;
  transition: stroke-dashoffset 0.2s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transform-origin: center center;
  transform: rotate(-90deg) scaleX(-1);
}
.circle-percent text {
  fill: #848484;
  font-weight: bold;
}
.circle-percent.show {
  transform: translateX(0px);
}

@keyframes bgPos {
  25% {
    transform: translate3d(150px, -150px, 0) rotate(0.001deg);
  }
  75% {
    transform: translate3d(0, 0, 0) rotate(0.001deg);
  }
}
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.animated-box .animated-box__back {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
}
.animated-box .animated-box__front {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
  -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
}
.animated-box.flipped .animated-box__back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
}
.animated-box.flipped .animated-box__front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
}

.animated-box__front, .animated-box__back {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/*RESPONSIVE CSS*/
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
               */
@media (min-width: 1281px) {
  /* CSS */
  nav#nav-principal.navbar {
    height: calc(var(--header-height) + 1.5rem);
  }
}
/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1580px) {
  /*.swiper-slide-prev{
    transform: scale(1.3) !important;
    + .swiper-slide{
      transform: scale(1) !important;
    }
  }*/
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* CSS */
  nav#nav-principal.navbar {
    height: calc(var(--header-height) + 1.5rem);
  }
}
/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }

  header {
    display: flex;
    flex-direction: column;
  }
  header .logo-phone img {
    height: 80px;
  }

  .services-body .header-top-service,
.project .header-top-service {
    background-color: var(--white-color);
  }
  #nav-principal .navbar-brand {
    display: none;
  }

  body.scroll-header .header-top-service {
    background-color: var(--white-color);
  }
  body.scroll-header .header-top-service img {
    height: 50px;
    transition: all 200ms ease-out;
  }
  body.scroll-header .header-top-service img.my-3 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.25rem !important;
  }
  body.scroll-header .header-top-service .navbar-item-phone {
    height: 50px;
  }
  body.scroll-header #nav-principal {
    height: calc(var(--header-height) + 0.5rem);
  }
  body.scroll-header #nav-principal .navbar-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body.index-body .header-top-service {
    background-color: var(--white-color);
  }
  body.index-body .header-top-service + #nav-principal {
    background-color: var(--white-color);
  }

  #nav-principal #navbar {
    justify-content: center;
  }
  #nav-principal #navbar .navbar-start {
    margin-right: inherit;
  }
  #nav-principal #navbar .navbar-start .navbar-item {
    position: relative;
  }
  #nav-principal #navbar .navbar-start .navbar-item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #d9d7d7;
  }
  #nav-principal #navbar .navbar-end {
    margin-left: 0;
    margin-right: auto;
  }
  #nav-principal #navbar .navbar-end .navbar-item-phone {
    position: relative;
    top: -7px;
  }
  body.index-others #nav-principal:not(.scroll-header) #navbar .navbar-item {
    color: var(--white-color);
  }

  .wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-text {
    width: 590px;
  }

  .section-hero .column-slider {
    padding-top: 180px;
  }
  .section-hero .column-slider .swiper-container .swiper-wrapper {
    left: 100px;
  }
  .section-hero .column-slider .swiper-container .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .container-next-prev {
    display: none;
  }
  .section-hero .column-slider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev {
    opacity: 0 !important;
  }
  .section-about-us .container-images {
    position: relative;
  }
  .section-about-us .container-images > .column {
    height: 50%;
  }
  .section-about-us .container-images > .column .container-image {
    height: 100%;
    border: 2px solid var(--white-color);
    position: relative;
    transition: all 0.5s cubic-bezier(0.39, 0.005, 0.16, 0.995);
    max-width: 100%;
    cursor: pointer;
  }

  body section.section-products-body .card-product .body {
    padding: 5% 8% 110px;
    position: relative;
  }

  .fixed-productList {
    position: fixed;
    top: 71px;
    z-index: 10;
  }

  .container-services-tab {
    display: flex !important;
    justify-content: center;
  }

  .services-body #nav-principal:not(.scroll-header) #navbar .navbar-item,
.project #nav-principal:not(.scroll-header) #navbar .navbar-item {
    font-weight: normal;
  }

  .section-projects-items > .container > .columns > .column:first-child {
    background-color: var(--black-footer-background);
  }
  .section-projects-items > .container > .columns > .column:first-child .list-services {
    padding-top: 4rem !important;
    padding-bottom: 5rem !important;
  }
  .section-projects-items > .container > .columns > .column:first-child .list-services .item {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  }
  .section-projects-items > .container > .columns > .column:first-child .list-services .item span {
    color: var(--white-color);
  }
  .section-projects-items > .container > .columns > .column:last-child {
    min-height: 550px;
    border-left: 1px solid #e1e1e1;
  }
  .section-projects-items > .container > .columns > .column:last-child .service-info {
    padding-top: 1rem !important;
    padding-bottom: 5rem !important;
  }
  #about {
    padding-bottom: 180px;
  }

  #home {
    margin-top: 176px;
    height: calc(100vh - 176px);
    max-height: calc(100vh - 176px);
    padding-top: 0;
  }
  #home #swiper-container .swiper-slide .container {
    height: 100%;
  }
  #home #swiper-container .swiper-slide .container .columns {
    height: 100%;
  }
  #home #swiper-container .swiper-slide .container .columns img {
    max-height: calc(100vh - 276px);
  }

  .margin-top-responsive {
    margin-top: 186px;
  }

  #navbar .navbar-start {
    width: 100%;
    margin-right: 0 !important;
  }
  #navbar .navbar-start a.navbar-item {
    flex-grow: 1;
    text-align: center;
  }
  #navbar .navbar-start a.navbar-item span {
    font-weight: 600;
  }
  #navbar .navbar-start a.navbar-item.selected, #navbar .navbar-start a.navbar-item:hover {
    border-left: 1px solid lightgrey;
    border-bottom: 2px solid white;
    border-right: 1px solid lightgrey;
    border-top: 1px solid lightgrey;
    z-index: 1;
    background-color: #FFF;
  }

  #nav-sub-item-desktop {
    transform: translateY(100px);
    transition: all 0.5s cubic-bezier(0.15, 0.005, 0, 1);
    border: 1px solid lightgrey;
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
    overflow: auto;
    max-height: calc(100vh - 280px);
    z-index: 10;
  }
  #nav-sub-item-desktop.is-flex {
    top: calc(100%);
    left: 0px;
    transform: translateY(0);
  }
  #nav-sub-item-desktop:hover {
    display: flex !important;
    top: calc(100%);
    left: 0px;
    transform: translateY(0);
  }
  #nav-sub-item-desktop a {
    font-size: 14px;
    color: var(--black-color);
    background-color: transparent;
    color: var(--color-black-menu-letter);
  }
  #nav-sub-item-desktop a.hvr-rectangle-out:before {
    background-color: var(--first-color);
  }
  #nav-sub-item-desktop a:hover {
    color: var(--white-color);
  }
  #nav-sub-item-desktop a i {
    font-size: 7px;
  }

  .dropdown-item {
    width: 16.66% !important;
  }

  .a-dropdown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid var(--grey-border-plate);
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .a-dropdown img {
    margin-bottom: 10px;
  }

  .is-60-percent-desktop {
    width: 60% !important;
  }

  .is-40-percent-desktop {
    width: 40% !important;
  }

  #container-swiper-item .swiper-container .swiper-slide {
    max-height: 564px;
  }
  #container-swiper-item .swiper-container .swiper-slide img {
    max-height: 564px;
  }
  #container-swiper-item.is-full .swiper-container .swiper-slide {
    max-height: 570px;
  }
  #container-swiper-item.is-full .swiper-container .swiper-slide img {
    max-height: 570px;
  }
  #container-swiper-item.is-full .swiper-container.full_vehicle_wraps .swiper-slide {
    height: 100%;
    width: 100%;
    /*max-height: calc(100vh - 180px) !important;
    img{
      max-height: calc(100vh - 180px) !important;
    }*/
  }

  .mx-5-desktop {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .zoomContainer {
    z-index: 1;
  }

  .header-top-service {
    transition: all 0.5s cubic-bezier(0.15, 0.005, 0, 1);
  }

  .header-top-service {
    transition: all 0.5s cubic-bezier(0.15, 0.005, 0, 1);
    max-height: 500px;
  }

  body.hero-section-full-width-and-height .header-top-service {
    max-height: 0;
    overflow: hidden;
  }
  body.hero-section-full-width-and-height #nav-principal {
    background-color: transparent;
    border-bottom: 1px solid var(--white-color);
  }
  body.hero-section-full-width-and-height #nav-principal > .container {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    justify-content: space-between;
    max-width: 100%;
  }
  body.hero-section-full-width-and-height #nav-principal > .container .navbar-brand {
    display: flex;
  }
  body.hero-section-full-width-and-height #nav-principal > .container .navbar-brand .navbar-item {
    max-width: unset;
    padding: 0;
  }
  body.hero-section-full-width-and-height #nav-principal > .container .navbar-brand .navbar-item img {
    max-height: 90%;
    margin-top: 0 !important;
  }
  body.hero-section-full-width-and-height #nav-principal:not(.scroll-header) .navbar-brand {
    background-color: rgba(0, 0, 0, 0.5);
  }
  body.hero-section-full-width-and-height #nav-principal:not(.scroll-header) #navbar .navbar-start {
    background-color: rgba(0, 0, 0, 0.5);
  }
  body.hero-section-full-width-and-height #nav-principal:not(.scroll-header) #navbar .navbar-start .navbar-item {
    color: var(--white-color);
  }
  body.hero-section-full-width-and-height .section-service-item {
    width: 100vw;
    margin-top: 0;
    padding-bottom: 0;
  }
  body.hero-section-full-width-and-height .section-service-item .full_vehicle_wraps {
    height: 100%;
    width: 100%;
  }
  body.hero-section-full-width-and-height .section-service-item .full_vehicle_wraps > .columns:nth-child(2) {
    height: 100%;
    margin-bottom: 0;
    margin-top: 0;
  }
  body.hero-section-full-width-and-height .section-service-item .full_vehicle_wraps > .columns:nth-child(2) #container-swiper-item {
    padding-bottom: 0;
    padding-top: 0;
    height: 100vh;
  }
  body.hero-section-full-width-and-height .section-service-item .full_vehicle_wraps > .columns:nth-child(2) #container-swiper-item .wraper-swiper {
    height: 100%;
  }
  body.hero-section-full-width-and-height .section-service-item .full_vehicle_wraps > .columns:nth-child(2) #container-swiper-item .wraper-swiper .swiper-container .swiper-slide {
    max-height: unset !important;
  }
  body.hero-section-full-width-and-height .section-service-item .full_vehicle_wraps > .columns:nth-child(2) #container-swiper-item .wraper-swiper .swiper-container .swiper-slide .container-info-slide {
    height: 100%;
    width: 100%;
    position: relative;
  }
  body.hero-section-full-width-and-height .section-service-item .full_vehicle_wraps > .columns:nth-child(2) #container-swiper-item .wraper-swiper .swiper-container .swiper-slide .container-info-slide .bg-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover !important;
    /*will-change: transform;
    animation: bgPos 100s linear infinite;*/
  }
  body.hero-section-full-width-and-height .section-service-item .full_vehicle_wraps > .columns:nth-child(2) #container-swiper-item .wraper-swiper .swiper-container .swiper-slide .container-info-slide .bg-image:after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.4;
    background: linear-gradient(-45deg, #454545, #242424, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradientAnimation 15s ease infinite;
  }
  body.hero-section-full-width-and-height .section-service-item .full_vehicle_wraps > .columns:nth-child(2) #container-swiper-item .wraper-swiper .swiper-container .swiper-slide .container-info-slide .inner-content {
    z-index: 1;
    width: 100%;
  }
  body.hero-section-full-width-and-height .section-service-item .full_vehicle_wraps > .columns:nth-child(2) #container-swiper-item .wraper-swiper .swiper-container .swiper-slide .container-info-slide .inner-content h1 {
    font-size: 64px !important;
    line-height: 1.3;
  }
  body.hero-section-full-width-and-height .section-service-item .full_vehicle_wraps > .columns:nth-child(2) #container-swiper-item .wraper-swiper .swiper-container .swiper-slide .container-info-slide .inner-content .btn-call {
    background-color: transparent;
    border: 2px solid var(--white-color);
    width: min-content;
  }
  body.hero-section-full-width-and-height .section-service-item .full_vehicle_wraps > .columns:nth-child(2) #container-swiper-item .wraper-swiper .swiper-container .swiper-pagination {
    display: none;
  }
  .container-flip > .column.is-one-third-desktop {
    max-width: 33.3333%;
  }

  .container-quote-email .quote {
    transform: translateX(110px);
  }
  .container-quote-email .quote:hover {
    transform: translateX(0);
  }
  .container-quote-email .email {
    transform: translateX(110px);
  }
  .container-quote-email .email:hover {
    transform: translateX(0);
  }

  .parallax-wrap {
    padding-top: 250px;
    padding-bottom: 250px;
  }
  .padding-main-wrap {
    padding: 50px 150px 0px 150px;
  }

  .padding-slide-wrap {
    padding: 0px 150px 0px 150px;
  }

  .px-6-desktop {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .is-size-huge-table {
    font-size: 70px !important;
    line-height: 100px;
  }

  .space-parallax-desktop {
    padding-top: 17px;
    padding-bottom: 17px;
    min-height: 150px;
  }

  .padding-section-wraps {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .padding-x-huge {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .is-one-six-table {
    width: 16.6666% !important;
  }

  .min-content-desktop {
    width: fit-content !important;
  }

  .is-size-1-desktop-hero {
    font-size: 60px !important;
    line-height: 62px;
  }

  .ml-6-responsive {
    margin-left: 3rem !important;
  }

  .ml-5-responsive {
    margin-left: 1.5rem !important;
  }

  .ml-4-responsive {
    margin-left: 1rem !important;
  }

  .ml-3-responsive {
    margin-left: 0.75rem !important;
  }

  .ml-2-responsive {
    margin-left: 0.5rem !important;
  }

  .ml-1-responsive {
    margin-left: 0.25rem !important;
  }

  .section-material-filtration-efficiency {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .mySwiper-t-shirt {
    overflow: visible !important;
  }
  .mySwiper-t-shirt .swiper-button-prev {
    left: -40px;
    color: grey;
  }
  .mySwiper-t-shirt .swiper-button-next {
    right: -40px;
    color: grey;
  }

  .py-10-desktop {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .is-one-six-desktop {
    width: 16.66% !important;
  }

  .background-size-responsive {
    background-size: cover !important;
  }

  .container-center-image {
    background: url(../images/t-shirt/center-images.png) bottom right no-repeat, #ffffff;
    background-size: contain !important;
    width: 100%;
    min-height: 800px;
  }
}
.index-body .section-hero {
  background-image: linear-gradient(to right, #e23781 0%, #419ed8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFE23781", endColorstr="#FF419ED8", GradientType=1);
}

@media screen and (min-width: 768px) {
  .index-body .section-hero {
    background-image: linear-gradient(to right, #e23781 0%, #419ed8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFE23781", endColorstr="#FF419ED8", GradientType=1);
  }

  .mt-6-no-mobile {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* CSS */
  .section-about-us .container-images {
    position: relative;
    margin-bottom: 230px;
    height: 500px;
  }
  .section-about-us .container-images > .column {
    height: 50%;
    width: 50%;
    flex-basis: auto;
  }
  .section-about-us .container-images > .column .container-image {
    height: 100%;
    border: 2px solid var(--white-color);
  }

  .mt-6-no-mobile {
    margin-top: 4rem;
  }

  .section-material-filtration-efficiency h4 {
    margin-top: 70px;
  }
  .section-material-filtration-efficiency h5 {
    padding-bottom: 470px !important;
  }
}
/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* CSS */
}
/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  /* CSS */
  .section-about-us .container-images > .column {
    height: 50%;
  }
  .section-about-us .container-images > .column .container-image {
    height: 100%;
    border: 2px solid var(--white-color);
  }

  .container-images > .column {
    height: 238px !important;
  }
  .container-images > .column .container-image {
    height: 100%;
  }
  .container-images > .column .container-image.clickImage {
    background-size: contain !important;
  }

  .mt-6-no-mobile {
    margin-top: 4rem;
  }

  body.index-body section.services .container-info .container-services-tab .slider {
    background: transparent !important;
  }

  .section-material-filtration-efficiency h4 {
    margin-top: 70px;
  }
  .section-material-filtration-efficiency h5 {
    padding-bottom: 370px !important;
  }
}
/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  /* CSS */
  .padding-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-about-us .container-image {
    /*overflow-y: auto;
    flex-direction: row;
    .column{
      width: 100%;
      flex-basis: auto;
    }*/
  }

  .container-images > .column {
    height: 238px !important;
  }
  .container-images > .column .container-image {
    height: 100%;
  }
  .container-images > .column .container-image.clickImage {
    background-size: contain !important;
  }

  body.index-body section.services .container-info .container-services-tab .slider {
    background: transparent !important;
    height: auto;
  }
  body.index-body section.services .container-info .container-services-tab .slider .tab {
    margin-bottom: 10px;
  }
  body.index-body section.services .container-info .container-tab-text {
    margin-top: 3rem !important;
  }

  body.index-body section.section-free-estimate .columns > .column .info .circle {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  body.index-body section.section-free-estimate .columns > .column .info h3 {
    transform: translateX(0);
  }

  body.index-others section.section-others {
    background-position: top center;
    background-size: 180%;
    background-repeat: no-repeat;
    height: 360px;
  }

  .container-estimate .image {
    max-width: 100.033px !important;
  }

  .service-info .image-container .image-principal {
    height: auto !important;
  }
  .container-square .square {
    width: 33.33% !important;
    top: 0 !important;
    left: 0 !important;
    height: 200px !important;
  }
  .container-square .square a {
    padding: 5px;
  }
  .container-square .square .figure {
    transform: none !important;
  }

  body:not(.is-menu-show) .container-quote-email {
    left: 0;
    bottom: 0;
    top: unset !important;
    right: unset !important;
    display: flex;
    flex-direction: row !important;
    width: 100%;
  }
  body:not(.is-menu-show) .container-quote-email .quote {
    flex-grow: 1;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
  }
  body:not(.is-menu-show) .container-quote-email .quote.hide-quote {
    transform: translatey(500px) translateY(0) !important;
  }
  body:not(.is-menu-show) .container-quote-email .quote.hide-quote + .email {
    width: 100%;
    position: absolute;
  }
  body:not(.is-menu-show) .container-quote-email .email {
    flex-grow: 1;
    border-radius: 0 !important;
  }

  body.is-menu-show .container-quote-email {
    display: none !important;
  }

  .natural-card-container {
    display: flex;
  }
  .natural-card-container > .column {
    width: 100%;
    flex: 0 1 100%;
  }
  .natural-card-container > .column:nth-child(1) {
    order: 1;
  }
  .natural-card-container > .column:nth-child(2) {
    order: 2;
  }
  .natural-card-container > .column:nth-child(3) {
    order: 4;
  }
  .natural-card-container > .column:nth-child(4) {
    order: 3;
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  #home.section-hero {
    min-height: 800px;
  }
}
@media (max-width: 1023px) {
  .padding-mobile {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body.is-menu-show {
    overflow: hidden;
  }

  nav#nav-principal .navbar-brand .navbar-item {
    padding-top: 20px;
    max-width: 300px;
  }
  nav#nav-principal .navbar-brand .navbar-item img {
    margin-top: 0 !important;
    width: 200px;
    max-height: initial;
  }
  nav#nav-principal.is-active .navbar-brand {
    background-color: var(--white-color);
  }
  nav#nav-principal.is-active .navbar-brand .navbar-item {
    max-width: none;
  }
  nav#nav-principal #navbar {
    transition: all 0.5s cubic-bezier(0.39, 0.005, 0.16, 0.995);
  }
  nav#nav-principal #navbar.navbar-menu > .navbar-start {
    transition: all 0.5s cubic-bezier(0.39, 0.005, 0.16, 0.995);
    transform: translatey(-150%);
  }
  nav#nav-principal.is-active {
    height: 100vh;
    overflow-y: hidden;
  }
  nav#nav-principal.is-active > .container {
    height: 100%;
  }
  nav#nav-principal.is-active #navbar.navbar-menu {
    display: flex;
    flex-direction: column;
    height: calc(100% - 100px);
    overflow-y: auto;
    padding-bottom: 40px;
  }
  nav#nav-principal.is-active #navbar.navbar-menu > .navbar-start {
    display: flex;
    flex-direction: column;
  }
  nav#nav-principal.is-active #navbar.navbar-menu > .navbar-end {
    display: flex;
    flex-direction: column;
  }
  nav#nav-principal.is-active #navbar.navbar-menu .navbar-item span {
    font-size: 30px;
    line-height: 41px;
    font-family: RecoletaAlt-Medium;
    color: var(--color-black-menu-letter);
  }
  nav#nav-principal.is-active #navbar.navbar-menu .navbar-item.show-dropdown i {
    transform: rotate(-90deg);
    position: relative;
    top: -3px;
  }
  nav#nav-principal.is-active + .container-dropdown {
    transform: translate(100%, calc(-100%));
  }
  nav#nav-principal.hide-responsive {
    overflow-y: hidden;
  }
  nav#nav-principal.hide-responsive #navbar {
    transform: translatex(-100%) !important;
  }
  nav#nav-principal.hide-responsive + .container-dropdown {
    visibility: visible;
    transform: translate(0, calc(-100%));
    opacity: 1;
    z-index: 40;
    overflow-y: auto;
    height: calc(100% - 110px);
    width: 100%;
    overflow-x: hidden;
  }

  .animate-y-to-0 {
    transform: translatex(0) !important;
  }

  body.index-body section.section-hero {
    padding-top: 2rem;
  }
  body.index-body section.section-hero .column-text {
    padding-top: calc(var(--header-height) + 3.5rem);
    padding-right: 20px;
    padding-left: 20px;
  }
  body.index-body section.section-hero .column-text img {
    width: 100%;
  }
  body.index-body section.section-hero .column-slider {
    position: relative;
  }
  body.index-body section.section-hero .column-slider .container-slider {
    position: relative;
    width: 100%;
  }
  body.index-body section.section-hero .column-slider .container-slider .swiper-container .swiper-slide {
    width: 100% !important;
  }
  body.index-body section.section-hero .column-slider .container-slider .swiper-container .swiper-slide .content .text {
    background-color: var(--black-transparent);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body.index-body section.section-hero .column-slider .container-slider .swiper-container .swiper-slide .content .text p {
    margin-top: 0 !important;
  }

  .card-product .body:before {
    transform: none !important;
  }

  .fixed-productList {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
  }

  .section-product-item {
    padding-top: 7rem !important;
  }

  .section-projects-items > .container .list-services {
    border-bottom: 1px solid #e1e1e1;
    flex-direction: row !important;
    overflow: auto;
  }
  .section-projects-items > .container .list-services .item {
    flex: 1 0 170px;
  }
  .section-projects-items > .container .obj-1,
.section-projects-items > .container .obj-2 {
    display: none;
  }

  #home.section-hero {
    max-height: 100vh;
  }
  #home.section-hero #swiper-container .swiper-slide {
    display: flex;
    align-items: center;
  }
  #home.section-hero #swiper-container .swiper-slide h5 {
    font-size: 14px;
  }
  #home.section-hero #swiper-container .swiper-slide h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .lot-of-text {
    font-size: 14px;
  }

  .font-size-35 {
    font-size: 25px;
  }

  .font-size-25 {
    font-size: 15px;
  }

  #home #swiper-container .swiper-slide .container .columns {
    /*display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    align-items: self-start;*/
    margin-top: 100px;
  }
  #home #swiper-container .swiper-slide .container .columns .column:first-child {
    justify-content: flex-end !important;
    flex-shrink: 1;
    height: auto !important;
  }
  #home #swiper-container .swiper-slide .container .columns .column:last-child {
    flex-grow: 1;
    justify-content: flex-start !important;
  }

  body.is-menu-show #nav-principal {
    padding-bottom: 30px;
  }
  body.is-menu-show #nav-principal > .container {
    overflow-x: hidden;
  }
  body.is-menu-show #navbar {
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow-x: visible;
    display: flex;
    width: 10000px;
  }
  body.is-menu-show #navbar .navbar-start {
    width: 100vw;
  }
  body.is-menu-show #navbar #nav-sub-item {
    display: flex !important;
    position: relative;
    height: 100%;
    width: 100vw;
    margin-left: 0;
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
    flex-wrap: nowrap;
  }
  body.is-menu-show #navbar #nav-sub-item > .column {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
  body.is-menu-show #navbar #nav-sub-item > .column a {
    font-size: 30px;
    line-height: 41px;
    font-family: RecoletaAlt-Medium;
    color: var(--color-black-menu-letter);
    padding: 35px 12px !important;
    background-color: var(--white-color);
  }

  .translate-0by-100 {
    transform: translateX(0);
  }

  .translate-1by-100 {
    transform: translateX(-100vw);
  }

  .translate-2by-100 {
    transform: translateX(-200vw);
  }

  .translate-3by-100 {
    transform: translateX(-300vw);
  }

  .translate-4by-100 {
    transform: translateX(-400vw);
  }

  .translate-5by-100 {
    transform: translateX(-500vw);
  }

  .a-dropdown > img {
    display: none;
  }

  #container-swiper-item .swiper-container .swiper-slide {
    max-height: 360px;
  }
  #container-swiper-item .swiper-container .swiper-slide img {
    max-height: 360px;
  }

  .section-service-item {
    padding-top: 0 !important;
  }

  .author-container {
    flex-direction: row-reverse;
  }

  body.hero-section-full-width-and-height .section-service-item {
    height: auto !important;
    width: 100vw;
    margin-top: 105px;
    padding-bottom: 0;
  }
  body.hero-section-full-width-and-height .section-service-item .full_vehicle_wraps {
    height: 100%;
    width: 100%;
  }
  body.hero-section-full-width-and-height .section-service-item .full_vehicle_wraps > .columns:nth-child(2) {
    height: 100%;
    margin-bottom: 0;
    margin-top: 0;
  }
  body.hero-section-full-width-and-height .section-service-item .full_vehicle_wraps > .columns:nth-child(2) #container-swiper-item {
    padding-bottom: 0;
    padding-top: 0;
    height: 270px;
  }
  body.hero-section-full-width-and-height .section-service-item .full_vehicle_wraps > .columns:nth-child(2) #container-swiper-item .wraper-swiper {
    height: 100%;
  }
  body.hero-section-full-width-and-height .section-service-item .full_vehicle_wraps > .columns:nth-child(2) #container-swiper-item .wraper-swiper .swiper-container .swiper-slide {
    max-height: unset !important;
  }
  body.hero-section-full-width-and-height .section-service-item .full_vehicle_wraps > .columns:nth-child(2) #container-swiper-item .wraper-swiper .swiper-container .swiper-slide .container-info-slide {
    height: 100%;
    width: 100%;
    position: relative;
  }
  body.hero-section-full-width-and-height .section-service-item .full_vehicle_wraps > .columns:nth-child(2) #container-swiper-item .wraper-swiper .swiper-container .swiper-slide .container-info-slide .bg-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover !important;
  }
  body.hero-section-full-width-and-height .section-service-item .full_vehicle_wraps > .columns:nth-child(2) #container-swiper-item .wraper-swiper .swiper-container .swiper-slide .container-info-slide .bg-image:after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  body.hero-section-full-width-and-height .section-service-item .full_vehicle_wraps > .columns:nth-child(2) #container-swiper-item .wraper-swiper .swiper-container .swiper-slide .container-info-slide .inner-content {
    z-index: 1;
    width: 100%;
    padding: 5px !important;
  }
  body.hero-section-full-width-and-height .section-service-item .full_vehicle_wraps > .columns:nth-child(2) #container-swiper-item .wraper-swiper .swiper-container .swiper-slide .container-info-slide .inner-content h1 {
    font-size: 24px !important;
  }
  body.hero-section-full-width-and-height .section-service-item .full_vehicle_wraps > .columns:nth-child(2) #container-swiper-item .wraper-swiper .swiper-container .swiper-slide .container-info-slide .inner-content .btn-call {
    background-color: transparent;
    border: 2px solid var(--white-color);
    width: min-content;
    display: none !important;
  }
  body.hero-section-full-width-and-height .section-service-item .full_vehicle_wraps > .columns:nth-child(2) #container-swiper-item .wraper-swiper .swiper-container .swiper-pagination {
    display: none;
  }
  .container-flip {
    min-height: 1400px;
  }

  .parallax-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .padding-section-wraps {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .max-content-mobile {
    width: max-content !important;
  }

  .is-flex-direction-column-mobile {
    flex-direction: column !important;
  }

  .position-bottom-center {
    position: relative !important;
    top: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--white-color);
  }

  .mb-7-in-mobile {
    margin-bottom: 9rem;
  }

  .container-covid-link {
    left: 0;
    top: 70px;
    background-color: var(--white-color);
  }

  body.is-menu-show .container-covid-link {
    display: none !important;
  }

  .new-hero-section .wide-media-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .new-hero-section .wide-media-wrap .wide-media {
    width: 100%;
    height: auto;
  }

  .margin-top-responsive {
    margin-top: 150px;
  }

  .ml-6-responsive {
    margin-left: 2rem !important;
  }

  .ml-5-responsive {
    margin-left: 1rem !important;
  }

  .ml-4-responsive {
    margin-left: 0.75rem !important;
  }

  .ml-3-responsive {
    margin-left: 0.5rem !important;
  }

  .ml-2-responsive {
    margin-left: 0.25rem !important;
  }

  .ml-1-responsive {
    margin-left: 0.15rem !important;
  }

  .section-material-filtration-efficiency {
    background: url(../images/t-shirt/material-ba-mobile.jpg) bottom center no-repeat;
    background-size: cover !important;
    align-items: flex-start !important;
  }
  .section-material-filtration-efficiency h4 {
    margin-top: 70px;
  }
  .section-material-filtration-efficiency h5 {
    padding-bottom: 270px;
  }

  .padding-sections {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .background-size-responsive {
    background-size: contain !important;
  }

  .container-center-image {
    background: url(../images/t-shirt/center-images.png) bottom right no-repeat, #ffffff;
    background-size: contain !important;
    width: 100%;
    min-height: 190px;
  }

  .p-6-mobile {
    padding: 3rem !important;
  }
}
/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) {
  .service-info .image-container .image-principal img + .hover-container {
    display: flex !important;
    bottom: 12px !important;
    left: 12px !important;
  }

  .swiper-zoom-container + .hover-container {
    display: flex !important;
  }
  .swiper-zoom-container + .hover-container .double-tab-gesture {
    display: none;
  }

  .columns-t-shirt-testimonial .column-t-shirt-testimonial .content {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .columns-t-shirt-testimonial .column-t-shirt-testimonial .content .info {
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid transparent;
  }
  .columns-t-shirt-testimonial .column-t-shirt-testimonial .content .info .testimonial-text {
    display: block;
  }
}
/* mouse, touch pad */
@media (hover: hover) and (pointer: fine) {
  .swiper-zoom-container + .hover-container .pinch-gesture {
    display: none;
  }

  .section-our-mask .our-mask .icon-mask {
    opacity: 0.5;
    transform: translateY(40px);
  }
  .section-our-mask .our-mask p {
    opacity: 0;
    transform: translateY(-50px);
  }
  .section-our-mask .our-mask:hover .icon-mask {
    transform: translateY(0);
    opacity: 1;
  }
  .section-our-mask .our-mask:hover p {
    animation: animation-title-mask 0.4s ease-in-out forwards;
  }
}
@media only screen and (min-width: 40.0625em) {
  .wide-media-wrap.-short, .new-hero-section {
    height: 21.875rem;
  }
}
@media only screen and (min-width: 40.0625em) {
  .wide-media, .new-hero-section {
    right: 0;
  }
}
/*LINEAR-ICONS*/
@font-face {
  font-family: "Linearicons";
  font-weight: normal;
  font-style: normal;
  src: url(Linearicons.eot);
  /* For IE6-8 */
  src: local("Linearicons"), local("Linearicons"), url(Linearicons.woff) format("woff"), url(Linearicons.ttf) format("truetype");
}
.linearicons,
[class^=linearicons-], [class*=" linearicons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Linearicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.linearicons-home:before {
  content: "";
}

.linearicons-home2:before {
  content: "";
}

.linearicons-home3:before {
  content: "";
}

.linearicons-home4:before {
  content: "";
}

.linearicons-home5:before {
  content: "";
}

.linearicons-home6:before {
  content: "";
}

.linearicons-bathtub:before {
  content: "";
}

.linearicons-toothbrush:before {
  content: "";
}

.linearicons-bed:before {
  content: "";
}

.linearicons-couch:before {
  content: "";
}

.linearicons-chair:before {
  content: "";
}

.linearicons-city:before {
  content: "";
}

.linearicons-apartment:before {
  content: "";
}

.linearicons-pencil:before {
  content: "";
}

.linearicons-pencil2:before {
  content: "";
}

.linearicons-pen:before {
  content: "";
}

.linearicons-pencil3:before {
  content: "";
}

.linearicons-eraser:before {
  content: "";
}

.linearicons-pencil4:before {
  content: "";
}

.linearicons-pencil5:before {
  content: "";
}

.linearicons-feather:before {
  content: "";
}

.linearicons-feather2:before {
  content: "";
}

.linearicons-feather3:before {
  content: "";
}

.linearicons-pen2:before {
  content: "";
}

.linearicons-pen-add:before {
  content: "";
}

.linearicons-pen-remove:before {
  content: "";
}

.linearicons-vector:before {
  content: "";
}

.linearicons-pen3:before {
  content: "";
}

.linearicons-blog:before {
  content: "";
}

.linearicons-brush:before {
  content: "";
}

.linearicons-brush2:before {
  content: "";
}

.linearicons-spray:before {
  content: "";
}

.linearicons-paint-roller:before {
  content: "";
}

.linearicons-stamp:before {
  content: "";
}

.linearicons-tape:before {
  content: "";
}

.linearicons-desk-tape:before {
  content: "";
}

.linearicons-texture:before {
  content: "";
}

.linearicons-eye-dropper:before {
  content: "";
}

.linearicons-palette:before {
  content: "";
}

.linearicons-color-sampler:before {
  content: "";
}

.linearicons-bucket:before {
  content: "";
}

.linearicons-gradient:before {
  content: "";
}

.linearicons-gradient2:before {
  content: "";
}

.linearicons-magic-wand:before {
  content: "";
}

.linearicons-magnet:before {
  content: "";
}

.linearicons-pencil-ruler:before {
  content: "";
}

.linearicons-pencil-ruler2:before {
  content: "";
}

.linearicons-compass:before {
  content: "";
}

.linearicons-aim:before {
  content: "";
}

.linearicons-gun:before {
  content: "";
}

.linearicons-bottle:before {
  content: "";
}

.linearicons-drop:before {
  content: "";
}

.linearicons-drop-crossed:before {
  content: "";
}

.linearicons-drop2:before {
  content: "";
}

.linearicons-snow:before {
  content: "";
}

.linearicons-snow2:before {
  content: "";
}

.linearicons-fire:before {
  content: "";
}

.linearicons-lighter:before {
  content: "";
}

.linearicons-knife:before {
  content: "";
}

.linearicons-dagger:before {
  content: "";
}

.linearicons-tissue:before {
  content: "";
}

.linearicons-toilet-paper:before {
  content: "";
}

.linearicons-poop:before {
  content: "";
}

.linearicons-umbrella:before {
  content: "";
}

.linearicons-umbrella2:before {
  content: "";
}

.linearicons-rain:before {
  content: "";
}

.linearicons-tornado:before {
  content: "";
}

.linearicons-wind:before {
  content: "";
}

.linearicons-fan:before {
  content: "";
}

.linearicons-contrast:before {
  content: "";
}

.linearicons-sun-small:before {
  content: "";
}

.linearicons-sun:before {
  content: "";
}

.linearicons-sun2:before {
  content: "";
}

.linearicons-moon:before {
  content: "";
}

.linearicons-cloud:before {
  content: "";
}

.linearicons-cloud-upload:before {
  content: "";
}

.linearicons-cloud-download:before {
  content: "";
}

.linearicons-cloud-rain:before {
  content: "";
}

.linearicons-cloud-hailstones:before {
  content: "";
}

.linearicons-cloud-snow:before {
  content: "";
}

.linearicons-cloud-windy:before {
  content: "";
}

.linearicons-sun-wind:before {
  content: "";
}

.linearicons-cloud-fog:before {
  content: "";
}

.linearicons-cloud-sun:before {
  content: "";
}

.linearicons-cloud-lightning:before {
  content: "";
}

.linearicons-cloud-sync:before {
  content: "";
}

.linearicons-cloud-lock:before {
  content: "";
}

.linearicons-cloud-gear:before {
  content: "";
}

.linearicons-cloud-alert:before {
  content: "";
}

.linearicons-cloud-check:before {
  content: "";
}

.linearicons-cloud-cross:before {
  content: "";
}

.linearicons-cloud-crossed:before {
  content: "";
}

.linearicons-cloud-database:before {
  content: "";
}

.linearicons-database:before {
  content: "";
}

.linearicons-database-add:before {
  content: "";
}

.linearicons-database-remove:before {
  content: "";
}

.linearicons-database-lock:before {
  content: "";
}

.linearicons-database-refresh:before {
  content: "";
}

.linearicons-database-check:before {
  content: "";
}

.linearicons-database-history:before {
  content: "";
}

.linearicons-database-upload:before {
  content: "";
}

.linearicons-database-download:before {
  content: "";
}

.linearicons-server:before {
  content: "";
}

.linearicons-shield:before {
  content: "";
}

.linearicons-shield-check:before {
  content: "";
}

.linearicons-shield-alert:before {
  content: "";
}

.linearicons-shield-cross:before {
  content: "";
}

.linearicons-lock:before {
  content: "";
}

.linearicons-rotation-lock:before {
  content: "";
}

.linearicons-unlock:before {
  content: "";
}

.linearicons-key:before {
  content: "";
}

.linearicons-key-hole:before {
  content: "";
}

.linearicons-toggle-off:before {
  content: "";
}

.linearicons-toggle-on:before {
  content: "";
}

.linearicons-cog:before {
  content: "";
}

.linearicons-cog2:before {
  content: "";
}

.linearicons-wrench:before {
  content: "";
}

.linearicons-screwdriver:before {
  content: "";
}

.linearicons-hammer-wrench:before {
  content: "";
}

.linearicons-hammer:before {
  content: "";
}

.linearicons-saw:before {
  content: "";
}

.linearicons-axe:before {
  content: "";
}

.linearicons-axe2:before {
  content: "";
}

.linearicons-shovel:before {
  content: "";
}

.linearicons-pickaxe:before {
  content: "";
}

.linearicons-factory:before {
  content: "";
}

.linearicons-factory2:before {
  content: "";
}

.linearicons-recycle:before {
  content: "";
}

.linearicons-trash:before {
  content: "";
}

.linearicons-trash2:before {
  content: "";
}

.linearicons-trash3:before {
  content: "";
}

.linearicons-broom:before {
  content: "";
}

.linearicons-game:before {
  content: "";
}

.linearicons-gamepad:before {
  content: "";
}

.linearicons-joystick:before {
  content: "";
}

.linearicons-dice:before {
  content: "";
}

.linearicons-spades:before {
  content: "";
}

.linearicons-diamonds:before {
  content: "";
}

.linearicons-clubs:before {
  content: "";
}

.linearicons-hearts:before {
  content: "";
}

.linearicons-heart:before {
  content: "";
}

.linearicons-star:before {
  content: "";
}

.linearicons-star-half:before {
  content: "";
}

.linearicons-star-empty:before {
  content: "";
}

.linearicons-flag:before {
  content: "";
}

.linearicons-flag2:before {
  content: "";
}

.linearicons-flag3:before {
  content: "";
}

.linearicons-mailbox-full:before {
  content: "";
}

.linearicons-mailbox-empty:before {
  content: "";
}

.linearicons-at-sign:before {
  content: "";
}

.linearicons-envelope:before {
  content: "";
}

.linearicons-envelope-open:before {
  content: "";
}

.linearicons-paperclip:before {
  content: "";
}

.linearicons-paper-plane:before {
  content: "";
}

.linearicons-reply:before {
  content: "";
}

.linearicons-reply-all:before {
  content: "";
}

.linearicons-inbox:before {
  content: "";
}

.linearicons-inbox2:before {
  content: "";
}

.linearicons-outbox:before {
  content: "";
}

.linearicons-box:before {
  content: "";
}

.linearicons-archive:before {
  content: "";
}

.linearicons-archive2:before {
  content: "";
}

.linearicons-drawers:before {
  content: "";
}

.linearicons-drawers2:before {
  content: "";
}

.linearicons-drawers3:before {
  content: "";
}

.linearicons-eye:before {
  content: "";
}

.linearicons-eye-crossed:before {
  content: "";
}

.linearicons-eye-plus:before {
  content: "";
}

.linearicons-eye-minus:before {
  content: "";
}

.linearicons-binoculars:before {
  content: "";
}

.linearicons-binoculars2:before {
  content: "";
}

.linearicons-hdd:before {
  content: "";
}

.linearicons-hdd-down:before {
  content: "";
}

.linearicons-hdd-up:before {
  content: "";
}

.linearicons-floppy-disk:before {
  content: "";
}

.linearicons-disc:before {
  content: "";
}

.linearicons-tape2:before {
  content: "";
}

.linearicons-printer:before {
  content: "";
}

.linearicons-shredder:before {
  content: "";
}

.linearicons-file-empty:before {
  content: "";
}

.linearicons-file-add:before {
  content: "";
}

.linearicons-file-check:before {
  content: "";
}

.linearicons-file-lock:before {
  content: "";
}

.linearicons-files:before {
  content: "";
}

.linearicons-copy:before {
  content: "";
}

.linearicons-compare:before {
  content: "";
}

.linearicons-folder:before {
  content: "";
}

.linearicons-folder-search:before {
  content: "";
}

.linearicons-folder-plus:before {
  content: "";
}

.linearicons-folder-minus:before {
  content: "";
}

.linearicons-folder-download:before {
  content: "";
}

.linearicons-folder-upload:before {
  content: "";
}

.linearicons-folder-star:before {
  content: "";
}

.linearicons-folder-heart:before {
  content: "";
}

.linearicons-folder-user:before {
  content: "";
}

.linearicons-folder-shared:before {
  content: "";
}

.linearicons-folder-music:before {
  content: "";
}

.linearicons-folder-picture:before {
  content: "";
}

.linearicons-folder-film:before {
  content: "";
}

.linearicons-scissors:before {
  content: "";
}

.linearicons-paste:before {
  content: "";
}

.linearicons-clipboard-empty:before {
  content: "";
}

.linearicons-clipboard-pencil:before {
  content: "";
}

.linearicons-clipboard-text:before {
  content: "";
}

.linearicons-clipboard-check:before {
  content: "";
}

.linearicons-clipboard-down:before {
  content: "";
}

.linearicons-clipboard-left:before {
  content: "";
}

.linearicons-clipboard-alert:before {
  content: "";
}

.linearicons-clipboard-user:before {
  content: "";
}

.linearicons-register:before {
  content: "";
}

.linearicons-enter:before {
  content: "";
}

.linearicons-exit:before {
  content: "";
}

.linearicons-papers:before {
  content: "";
}

.linearicons-news:before {
  content: "";
}

.linearicons-reading:before {
  content: "";
}

.linearicons-typewriter:before {
  content: "";
}

.linearicons-document:before {
  content: "";
}

.linearicons-document2:before {
  content: "";
}

.linearicons-graduation-hat:before {
  content: "";
}

.linearicons-license:before {
  content: "";
}

.linearicons-license2:before {
  content: "";
}

.linearicons-medal-empty:before {
  content: "";
}

.linearicons-medal-first:before {
  content: "";
}

.linearicons-medal-second:before {
  content: "";
}

.linearicons-medal-third:before {
  content: "";
}

.linearicons-podium:before {
  content: "";
}

.linearicons-trophy:before {
  content: "";
}

.linearicons-trophy2:before {
  content: "";
}

.linearicons-music-note:before {
  content: "";
}

.linearicons-music-note2:before {
  content: "";
}

.linearicons-music-note3:before {
  content: "";
}

.linearicons-playlist:before {
  content: "";
}

.linearicons-playlist-add:before {
  content: "";
}

.linearicons-guitar:before {
  content: "";
}

.linearicons-trumpet:before {
  content: "";
}

.linearicons-album:before {
  content: "";
}

.linearicons-shuffle:before {
  content: "";
}

.linearicons-repeat-one:before {
  content: "";
}

.linearicons-repeat:before {
  content: "";
}

.linearicons-headphones:before {
  content: "";
}

.linearicons-headset:before {
  content: "";
}

.linearicons-loudspeaker:before {
  content: "";
}

.linearicons-equalizer:before {
  content: "";
}

.linearicons-theater:before {
  content: "";
}

.linearicons-3d-glasses:before {
  content: "";
}

.linearicons-ticket:before {
  content: "";
}

.linearicons-presentation:before {
  content: "";
}

.linearicons-play:before {
  content: "";
}

.linearicons-film-play:before {
  content: "";
}

.linearicons-clapboard-play:before {
  content: "";
}

.linearicons-media:before {
  content: "";
}

.linearicons-film:before {
  content: "";
}

.linearicons-film2:before {
  content: "";
}

.linearicons-surveillance:before {
  content: "";
}

.linearicons-surveillance2:before {
  content: "";
}

.linearicons-camera:before {
  content: "";
}

.linearicons-camera-crossed:before {
  content: "";
}

.linearicons-camera-play:before {
  content: "";
}

.linearicons-time-lapse:before {
  content: "";
}

.linearicons-record:before {
  content: "";
}

.linearicons-camera2:before {
  content: "";
}

.linearicons-camera-flip:before {
  content: "";
}

.linearicons-panorama:before {
  content: "";
}

.linearicons-time-lapse2:before {
  content: "";
}

.linearicons-shutter:before {
  content: "";
}

.linearicons-shutter2:before {
  content: "";
}

.linearicons-face-detection:before {
  content: "";
}

.linearicons-flare:before {
  content: "";
}

.linearicons-convex:before {
  content: "";
}

.linearicons-concave:before {
  content: "";
}

.linearicons-picture:before {
  content: "";
}

.linearicons-picture2:before {
  content: "";
}

.linearicons-picture3:before {
  content: "";
}

.linearicons-pictures:before {
  content: "";
}

.linearicons-book:before {
  content: "";
}

.linearicons-audio-book:before {
  content: "";
}

.linearicons-book2:before {
  content: "";
}

.linearicons-bookmark:before {
  content: "";
}

.linearicons-bookmark2:before {
  content: "";
}

.linearicons-label:before {
  content: "";
}

.linearicons-library:before {
  content: "";
}

.linearicons-library2:before {
  content: "";
}

.linearicons-contacts:before {
  content: "";
}

.linearicons-profile:before {
  content: "";
}

.linearicons-portrait:before {
  content: "";
}

.linearicons-portrait2:before {
  content: "";
}

.linearicons-user:before {
  content: "";
}

.linearicons-user-plus:before {
  content: "";
}

.linearicons-user-minus:before {
  content: "";
}

.linearicons-user-lock:before {
  content: "";
}

.linearicons-users:before {
  content: "";
}

.linearicons-users2:before {
  content: "";
}

.linearicons-users-plus:before {
  content: "";
}

.linearicons-users-minus:before {
  content: "";
}

.linearicons-group-work:before {
  content: "";
}

.linearicons-woman:before {
  content: "";
}

.linearicons-man:before {
  content: "";
}

.linearicons-baby:before {
  content: "";
}

.linearicons-baby2:before {
  content: "";
}

.linearicons-baby3:before {
  content: "";
}

.linearicons-baby-bottle:before {
  content: "";
}

.linearicons-walk:before {
  content: "";
}

.linearicons-hand-waving:before {
  content: "";
}

.linearicons-jump:before {
  content: "";
}

.linearicons-run:before {
  content: "";
}

.linearicons-woman2:before {
  content: "";
}

.linearicons-man2:before {
  content: "";
}

.linearicons-man-woman:before {
  content: "";
}

.linearicons-height:before {
  content: "";
}

.linearicons-weight:before {
  content: "";
}

.linearicons-scale:before {
  content: "";
}

.linearicons-button:before {
  content: "";
}

.linearicons-bow-tie:before {
  content: "";
}

.linearicons-tie:before {
  content: "";
}

.linearicons-socks:before {
  content: "";
}

.linearicons-shoe:before {
  content: "";
}

.linearicons-shoes:before {
  content: "";
}

.linearicons-hat:before {
  content: "";
}

.linearicons-pants:before {
  content: "";
}

.linearicons-shorts:before {
  content: "";
}

.linearicons-flip-flops:before {
  content: "";
}

.linearicons-shirt:before {
  content: "";
}

.linearicons-hanger:before {
  content: "";
}

.linearicons-laundry:before {
  content: "";
}

.linearicons-store:before {
  content: "";
}

.linearicons-haircut:before {
  content: "";
}

.linearicons-store-24:before {
  content: "";
}

.linearicons-barcode:before {
  content: "";
}

.linearicons-barcode2:before {
  content: "";
}

.linearicons-barcode3:before {
  content: "";
}

.linearicons-cashier:before {
  content: "";
}

.linearicons-bag:before {
  content: "";
}

.linearicons-bag2:before {
  content: "";
}

.linearicons-cart:before {
  content: "";
}

.linearicons-cart-empty:before {
  content: "";
}

.linearicons-cart-full:before {
  content: "";
}

.linearicons-cart-plus:before {
  content: "";
}

.linearicons-cart-plus2:before {
  content: "";
}

.linearicons-cart-add:before {
  content: "";
}

.linearicons-cart-remove:before {
  content: "";
}

.linearicons-cart-exchange:before {
  content: "";
}

.linearicons-tag:before {
  content: "";
}

.linearicons-tags:before {
  content: "";
}

.linearicons-receipt:before {
  content: "";
}

.linearicons-wallet:before {
  content: "";
}

.linearicons-credit-card:before {
  content: "";
}

.linearicons-cash-dollar:before {
  content: "";
}

.linearicons-cash-euro:before {
  content: "";
}

.linearicons-cash-pound:before {
  content: "";
}

.linearicons-cash-yen:before {
  content: "";
}

.linearicons-bag-dollar:before {
  content: "";
}

.linearicons-bag-euro:before {
  content: "";
}

.linearicons-bag-pound:before {
  content: "";
}

.linearicons-bag-yen:before {
  content: "";
}

.linearicons-coin-dollar:before {
  content: "";
}

.linearicons-coin-euro:before {
  content: "";
}

.linearicons-coin-pound:before {
  content: "";
}

.linearicons-coin-yen:before {
  content: "";
}

.linearicons-calculator:before {
  content: "";
}

.linearicons-calculator2:before {
  content: "";
}

.linearicons-abacus:before {
  content: "";
}

.linearicons-vault:before {
  content: "";
}

.linearicons-telephone:before {
  content: "";
}

.linearicons-phone-lock:before {
  content: "";
}

.linearicons-phone-wave:before {
  content: "";
}

.linearicons-phone-pause:before {
  content: "";
}

.linearicons-phone-outgoing:before {
  content: "";
}

.linearicons-phone-incoming:before {
  content: "";
}

.linearicons-phone-in-out:before {
  content: "";
}

.linearicons-phone-error:before {
  content: "";
}

.linearicons-phone-sip:before {
  content: "";
}

.linearicons-phone-plus:before {
  content: "";
}

.linearicons-phone-minus:before {
  content: "";
}

.linearicons-voicemail:before {
  content: "";
}

.linearicons-dial:before {
  content: "";
}

.linearicons-telephone2:before {
  content: "";
}

.linearicons-pushpin:before {
  content: "";
}

.linearicons-pushpin2:before {
  content: "";
}

.linearicons-map-marker:before {
  content: "";
}

.linearicons-map-marker-user:before {
  content: "";
}

.linearicons-map-marker-down:before {
  content: "";
}

.linearicons-map-marker-check:before {
  content: "";
}

.linearicons-map-marker-crossed:before {
  content: "";
}

.linearicons-radar:before {
  content: "";
}

.linearicons-compass2:before {
  content: "";
}

.linearicons-map:before {
  content: "";
}

.linearicons-map2:before {
  content: "";
}

.linearicons-location:before {
  content: "";
}

.linearicons-road-sign:before {
  content: "";
}

.linearicons-calendar-empty:before {
  content: "";
}

.linearicons-calendar-check:before {
  content: "";
}

.linearicons-calendar-cross:before {
  content: "";
}

.linearicons-calendar-31:before {
  content: "";
}

.linearicons-calendar-full:before {
  content: "";
}

.linearicons-calendar-insert:before {
  content: "";
}

.linearicons-calendar-text:before {
  content: "";
}

.linearicons-calendar-user:before {
  content: "";
}

.linearicons-mouse:before {
  content: "";
}

.linearicons-mouse-left:before {
  content: "";
}

.linearicons-mouse-right:before {
  content: "";
}

.linearicons-mouse-both:before {
  content: "";
}

.linearicons-keyboard:before {
  content: "";
}

.linearicons-keyboard-up:before {
  content: "";
}

.linearicons-keyboard-down:before {
  content: "";
}

.linearicons-delete:before {
  content: "";
}

.linearicons-spell-check:before {
  content: "";
}

.linearicons-escape:before {
  content: "";
}

.linearicons-enter2:before {
  content: "";
}

.linearicons-screen:before {
  content: "";
}

.linearicons-aspect-ratio:before {
  content: "";
}

.linearicons-signal:before {
  content: "";
}

.linearicons-signal-lock:before {
  content: "";
}

.linearicons-signal-80:before {
  content: "";
}

.linearicons-signal-60:before {
  content: "";
}

.linearicons-signal-40:before {
  content: "";
}

.linearicons-signal-20:before {
  content: "";
}

.linearicons-signal-0:before {
  content: "";
}

.linearicons-signal-blocked:before {
  content: "";
}

.linearicons-sim:before {
  content: "";
}

.linearicons-flash-memory:before {
  content: "";
}

.linearicons-usb-drive:before {
  content: "";
}

.linearicons-phone:before {
  content: "";
}

.linearicons-smartphone:before {
  content: "";
}

.linearicons-smartphone-notification:before {
  content: "";
}

.linearicons-smartphone-vibration:before {
  content: "";
}

.linearicons-smartphone-embed:before {
  content: "";
}

.linearicons-smartphone-waves:before {
  content: "";
}

.linearicons-tablet:before {
  content: "";
}

.linearicons-tablet2:before {
  content: "";
}

.linearicons-laptop:before {
  content: "";
}

.linearicons-laptop-phone:before {
  content: "";
}

.linearicons-desktop:before {
  content: "";
}

.linearicons-launch:before {
  content: "";
}

.linearicons-new-tab:before {
  content: "";
}

.linearicons-window:before {
  content: "";
}

.linearicons-cable:before {
  content: "";
}

.linearicons-cable2:before {
  content: "";
}

.linearicons-tv:before {
  content: "";
}

.linearicons-radio:before {
  content: "";
}

.linearicons-remote-control:before {
  content: "";
}

.linearicons-power-switch:before {
  content: "";
}

.linearicons-power:before {
  content: "";
}

.linearicons-power-crossed:before {
  content: "";
}

.linearicons-flash-auto:before {
  content: "";
}

.linearicons-lamp:before {
  content: "";
}

.linearicons-flashlight:before {
  content: "";
}

.linearicons-lampshade:before {
  content: "";
}

.linearicons-cord:before {
  content: "";
}

.linearicons-outlet:before {
  content: "";
}

.linearicons-battery-power:before {
  content: "";
}

.linearicons-battery-empty:before {
  content: "";
}

.linearicons-battery-alert:before {
  content: "";
}

.linearicons-battery-error:before {
  content: "";
}

.linearicons-battery-low1:before {
  content: "";
}

.linearicons-battery-low2:before {
  content: "";
}

.linearicons-battery-low3:before {
  content: "";
}

.linearicons-battery-mid1:before {
  content: "";
}

.linearicons-battery-mid2:before {
  content: "";
}

.linearicons-battery-mid3:before {
  content: "";
}

.linearicons-battery-full:before {
  content: "";
}

.linearicons-battery-charging:before {
  content: "";
}

.linearicons-battery-charging2:before {
  content: "";
}

.linearicons-battery-charging3:before {
  content: "";
}

.linearicons-battery-charging4:before {
  content: "";
}

.linearicons-battery-charging5:before {
  content: "";
}

.linearicons-battery-charging6:before {
  content: "";
}

.linearicons-battery-charging7:before {
  content: "";
}

.linearicons-chip:before {
  content: "";
}

.linearicons-chip-x64:before {
  content: "";
}

.linearicons-chip-x86:before {
  content: "";
}

.linearicons-bubble:before {
  content: "";
}

.linearicons-bubbles:before {
  content: "";
}

.linearicons-bubble-dots:before {
  content: "";
}

.linearicons-bubble-alert:before {
  content: "";
}

.linearicons-bubble-question:before {
  content: "";
}

.linearicons-bubble-text:before {
  content: "";
}

.linearicons-bubble-pencil:before {
  content: "";
}

.linearicons-bubble-picture:before {
  content: "";
}

.linearicons-bubble-video:before {
  content: "";
}

.linearicons-bubble-user:before {
  content: "";
}

.linearicons-bubble-quote:before {
  content: "";
}

.linearicons-bubble-heart:before {
  content: "";
}

.linearicons-bubble-emoticon:before {
  content: "";
}

.linearicons-bubble-attachment:before {
  content: "";
}

.linearicons-phone-bubble:before {
  content: "";
}

.linearicons-quote-open:before {
  content: "";
}

.linearicons-quote-close:before {
  content: "";
}

.linearicons-dna:before {
  content: "";
}

.linearicons-heart-pulse:before {
  content: "";
}

.linearicons-pulse:before {
  content: "";
}

.linearicons-syringe:before {
  content: "";
}

.linearicons-pills:before {
  content: "";
}

.linearicons-first-aid:before {
  content: "";
}

.linearicons-lifebuoy:before {
  content: "";
}

.linearicons-bandage:before {
  content: "";
}

.linearicons-bandages:before {
  content: "";
}

.linearicons-thermometer:before {
  content: "";
}

.linearicons-microscope:before {
  content: "";
}

.linearicons-brain:before {
  content: "";
}

.linearicons-beaker:before {
  content: "";
}

.linearicons-skull:before {
  content: "";
}

.linearicons-bone:before {
  content: "";
}

.linearicons-construction:before {
  content: "";
}

.linearicons-construction-cone:before {
  content: "";
}

.linearicons-pie-chart:before {
  content: "";
}

.linearicons-pie-chart2:before {
  content: "";
}

.linearicons-graph:before {
  content: "";
}

.linearicons-chart-growth:before {
  content: "";
}

.linearicons-chart-bars:before {
  content: "";
}

.linearicons-chart-settings:before {
  content: "";
}

.linearicons-cake:before {
  content: "";
}

.linearicons-gift:before {
  content: "";
}

.linearicons-balloon:before {
  content: "";
}

.linearicons-rank:before {
  content: "";
}

.linearicons-rank2:before {
  content: "";
}

.linearicons-rank3:before {
  content: "";
}

.linearicons-crown:before {
  content: "";
}

.linearicons-lotus:before {
  content: "";
}

.linearicons-diamond:before {
  content: "";
}

.linearicons-diamond2:before {
  content: "";
}

.linearicons-diamond3:before {
  content: "";
}

.linearicons-diamond4:before {
  content: "";
}

.linearicons-linearicons:before {
  content: "";
}

.linearicons-teacup:before {
  content: "";
}

.linearicons-teapot:before {
  content: "";
}

.linearicons-glass:before {
  content: "";
}

.linearicons-bottle2:before {
  content: "";
}

.linearicons-glass-cocktail:before {
  content: "";
}

.linearicons-glass2:before {
  content: "";
}

.linearicons-dinner:before {
  content: "";
}

.linearicons-dinner2:before {
  content: "";
}

.linearicons-chef:before {
  content: "";
}

.linearicons-scale2:before {
  content: "";
}

.linearicons-egg:before {
  content: "";
}

.linearicons-egg2:before {
  content: "";
}

.linearicons-eggs:before {
  content: "";
}

.linearicons-platter:before {
  content: "";
}

.linearicons-steak:before {
  content: "";
}

.linearicons-hamburger:before {
  content: "";
}

.linearicons-hotdog:before {
  content: "";
}

.linearicons-pizza:before {
  content: "";
}

.linearicons-sausage:before {
  content: "";
}

.linearicons-chicken:before {
  content: "";
}

.linearicons-fish:before {
  content: "";
}

.linearicons-carrot:before {
  content: "";
}

.linearicons-cheese:before {
  content: "";
}

.linearicons-bread:before {
  content: "";
}

.linearicons-ice-cream:before {
  content: "";
}

.linearicons-ice-cream2:before {
  content: "";
}

.linearicons-candy:before {
  content: "";
}

.linearicons-lollipop:before {
  content: "";
}

.linearicons-coffee-bean:before {
  content: "";
}

.linearicons-coffee-cup:before {
  content: "";
}

.linearicons-cherry:before {
  content: "";
}

.linearicons-grapes:before {
  content: "";
}

.linearicons-citrus:before {
  content: "";
}

.linearicons-apple:before {
  content: "";
}

.linearicons-leaf:before {
  content: "";
}

.linearicons-landscape:before {
  content: "";
}

.linearicons-pine-tree:before {
  content: "";
}

.linearicons-tree:before {
  content: "";
}

.linearicons-cactus:before {
  content: "";
}

.linearicons-paw:before {
  content: "";
}

.linearicons-footprint:before {
  content: "";
}

.linearicons-speed-slow:before {
  content: "";
}

.linearicons-speed-medium:before {
  content: "";
}

.linearicons-speed-fast:before {
  content: "";
}

.linearicons-rocket:before {
  content: "";
}

.linearicons-hammer2:before {
  content: "";
}

.linearicons-balance:before {
  content: "";
}

.linearicons-briefcase:before {
  content: "";
}

.linearicons-luggage-weight:before {
  content: "";
}

.linearicons-dolly:before {
  content: "";
}

.linearicons-plane:before {
  content: "";
}

.linearicons-plane-crossed:before {
  content: "";
}

.linearicons-helicopter:before {
  content: "";
}

.linearicons-traffic-lights:before {
  content: "";
}

.linearicons-siren:before {
  content: "";
}

.linearicons-road:before {
  content: "";
}

.linearicons-engine:before {
  content: "";
}

.linearicons-oil-pressure:before {
  content: "";
}

.linearicons-coolant-temperature:before {
  content: "";
}

.linearicons-car-battery:before {
  content: "";
}

.linearicons-gas:before {
  content: "";
}

.linearicons-gallon:before {
  content: "";
}

.linearicons-transmission:before {
  content: "";
}

.linearicons-car:before {
  content: "";
}

.linearicons-car-wash:before {
  content: "";
}

.linearicons-car-wash2:before {
  content: "";
}

.linearicons-bus:before {
  content: "";
}

.linearicons-bus2:before {
  content: "";
}

.linearicons-car2:before {
  content: "";
}

.linearicons-parking:before {
  content: "";
}

.linearicons-car-lock:before {
  content: "";
}

.linearicons-taxi:before {
  content: "";
}

.linearicons-car-siren:before {
  content: "";
}

.linearicons-car-wash3:before {
  content: "";
}

.linearicons-car-wash4:before {
  content: "";
}

.linearicons-ambulance:before {
  content: "";
}

.linearicons-truck:before {
  content: "";
}

.linearicons-trailer:before {
  content: "";
}

.linearicons-scale-truck:before {
  content: "";
}

.linearicons-train:before {
  content: "";
}

.linearicons-ship:before {
  content: "";
}

.linearicons-ship2:before {
  content: "";
}

.linearicons-anchor:before {
  content: "";
}

.linearicons-boat:before {
  content: "";
}

.linearicons-bicycle:before {
  content: "";
}

.linearicons-bicycle2:before {
  content: "";
}

.linearicons-dumbbell:before {
  content: "";
}

.linearicons-bench-press:before {
  content: "";
}

.linearicons-swim:before {
  content: "";
}

.linearicons-football:before {
  content: "";
}

.linearicons-baseball-bat:before {
  content: "";
}

.linearicons-baseball:before {
  content: "";
}

.linearicons-tennis:before {
  content: "";
}

.linearicons-tennis2:before {
  content: "";
}

.linearicons-ping-pong:before {
  content: "";
}

.linearicons-hockey:before {
  content: "";
}

.linearicons-8ball:before {
  content: "";
}

.linearicons-bowling:before {
  content: "";
}

.linearicons-bowling-pins:before {
  content: "";
}

.linearicons-golf:before {
  content: "";
}

.linearicons-golf2:before {
  content: "";
}

.linearicons-archery:before {
  content: "";
}

.linearicons-slingshot:before {
  content: "";
}

.linearicons-soccer:before {
  content: "";
}

.linearicons-basketball:before {
  content: "";
}

.linearicons-cube:before {
  content: "";
}

.linearicons-3d-rotate:before {
  content: "";
}

.linearicons-puzzle:before {
  content: "";
}

.linearicons-glasses:before {
  content: "";
}

.linearicons-glasses2:before {
  content: "";
}

.linearicons-accessibility:before {
  content: "";
}

.linearicons-wheelchair:before {
  content: "";
}

.linearicons-wall:before {
  content: "";
}

.linearicons-fence:before {
  content: "";
}

.linearicons-wall2:before {
  content: "";
}

.linearicons-icons:before {
  content: "";
}

.linearicons-resize-handle:before {
  content: "";
}

.linearicons-icons2:before {
  content: "";
}

.linearicons-select:before {
  content: "";
}

.linearicons-select2:before {
  content: "";
}

.linearicons-site-map:before {
  content: "";
}

.linearicons-earth:before {
  content: "";
}

.linearicons-earth-lock:before {
  content: "";
}

.linearicons-network:before {
  content: "";
}

.linearicons-network-lock:before {
  content: "";
}

.linearicons-planet:before {
  content: "";
}

.linearicons-happy:before {
  content: "";
}

.linearicons-smile:before {
  content: "";
}

.linearicons-grin:before {
  content: "";
}

.linearicons-tongue:before {
  content: "";
}

.linearicons-sad:before {
  content: "";
}

.linearicons-wink:before {
  content: "";
}

.linearicons-dream:before {
  content: "";
}

.linearicons-shocked:before {
  content: "";
}

.linearicons-shocked2:before {
  content: "";
}

.linearicons-tongue2:before {
  content: "";
}

.linearicons-neutral:before {
  content: "";
}

.linearicons-happy-grin:before {
  content: "";
}

.linearicons-cool:before {
  content: "";
}

.linearicons-mad:before {
  content: "";
}

.linearicons-grin-evil:before {
  content: "";
}

.linearicons-evil:before {
  content: "";
}

.linearicons-wow:before {
  content: "";
}

.linearicons-annoyed:before {
  content: "";
}

.linearicons-wondering:before {
  content: "";
}

.linearicons-confused:before {
  content: "";
}

.linearicons-zipped:before {
  content: "";
}

.linearicons-grumpy:before {
  content: "";
}

.linearicons-mustache:before {
  content: "";
}

.linearicons-tombstone-hipster:before {
  content: "";
}

.linearicons-tombstone:before {
  content: "";
}

.linearicons-ghost:before {
  content: "";
}

.linearicons-ghost-hipster:before {
  content: "";
}

.linearicons-halloween:before {
  content: "";
}

.linearicons-christmas:before {
  content: "";
}

.linearicons-easter-egg:before {
  content: "";
}

.linearicons-mustache2:before {
  content: "";
}

.linearicons-mustache-glasses:before {
  content: "";
}

.linearicons-pipe:before {
  content: "";
}

.linearicons-alarm:before {
  content: "";
}

.linearicons-alarm-add:before {
  content: "";
}

.linearicons-alarm-snooze:before {
  content: "";
}

.linearicons-alarm-ringing:before {
  content: "";
}

.linearicons-bullhorn:before {
  content: "";
}

.linearicons-hearing:before {
  content: "";
}

.linearicons-volume-high:before {
  content: "";
}

.linearicons-volume-medium:before {
  content: "";
}

.linearicons-volume-low:before {
  content: "";
}

.linearicons-volume:before {
  content: "";
}

.linearicons-mute:before {
  content: "";
}

.linearicons-lan:before {
  content: "";
}

.linearicons-lan2:before {
  content: "";
}

.linearicons-wifi:before {
  content: "";
}

.linearicons-wifi-lock:before {
  content: "";
}

.linearicons-wifi-blocked:before {
  content: "";
}

.linearicons-wifi-mid:before {
  content: "";
}

.linearicons-wifi-low:before {
  content: "";
}

.linearicons-wifi-low2:before {
  content: "";
}

.linearicons-wifi-alert:before {
  content: "";
}

.linearicons-wifi-alert-mid:before {
  content: "";
}

.linearicons-wifi-alert-low:before {
  content: "";
}

.linearicons-wifi-alert-low2:before {
  content: "";
}

.linearicons-stream:before {
  content: "";
}

.linearicons-stream-check:before {
  content: "";
}

.linearicons-stream-error:before {
  content: "";
}

.linearicons-stream-alert:before {
  content: "";
}

.linearicons-communication:before {
  content: "";
}

.linearicons-communication-crossed:before {
  content: "";
}

.linearicons-broadcast:before {
  content: "";
}

.linearicons-antenna:before {
  content: "";
}

.linearicons-satellite:before {
  content: "";
}

.linearicons-satellite2:before {
  content: "";
}

.linearicons-mic:before {
  content: "";
}

.linearicons-mic-mute:before {
  content: "";
}

.linearicons-mic2:before {
  content: "";
}

.linearicons-spotlights:before {
  content: "";
}

.linearicons-hourglass:before {
  content: "";
}

.linearicons-loading:before {
  content: "";
}

.linearicons-loading2:before {
  content: "";
}

.linearicons-loading3:before {
  content: "";
}

.linearicons-refresh:before {
  content: "";
}

.linearicons-refresh2:before {
  content: "";
}

.linearicons-undo:before {
  content: "";
}

.linearicons-redo:before {
  content: "";
}

.linearicons-jump2:before {
  content: "";
}

.linearicons-undo2:before {
  content: "";
}

.linearicons-redo2:before {
  content: "";
}

.linearicons-sync:before {
  content: "";
}

.linearicons-repeat-one2:before {
  content: "";
}

.linearicons-sync-crossed:before {
  content: "";
}

.linearicons-sync2:before {
  content: "";
}

.linearicons-repeat-one3:before {
  content: "";
}

.linearicons-sync-crossed2:before {
  content: "";
}

.linearicons-return:before {
  content: "";
}

.linearicons-return2:before {
  content: "";
}

.linearicons-refund:before {
  content: "";
}

.linearicons-history:before {
  content: "";
}

.linearicons-history2:before {
  content: "";
}

.linearicons-self-timer:before {
  content: "";
}

.linearicons-clock:before {
  content: "";
}

.linearicons-clock2:before {
  content: "";
}

.linearicons-clock3:before {
  content: "";
}

.linearicons-watch:before {
  content: "";
}

.linearicons-alarm2:before {
  content: "";
}

.linearicons-alarm-add2:before {
  content: "";
}

.linearicons-alarm-remove:before {
  content: "";
}

.linearicons-alarm-check:before {
  content: "";
}

.linearicons-alarm-error:before {
  content: "";
}

.linearicons-timer:before {
  content: "";
}

.linearicons-timer-crossed:before {
  content: "";
}

.linearicons-timer2:before {
  content: "";
}

.linearicons-timer-crossed2:before {
  content: "";
}

.linearicons-download:before {
  content: "";
}

.linearicons-upload:before {
  content: "";
}

.linearicons-download2:before {
  content: "";
}

.linearicons-upload2:before {
  content: "";
}

.linearicons-enter-up:before {
  content: "";
}

.linearicons-enter-down:before {
  content: "";
}

.linearicons-enter-left:before {
  content: "";
}

.linearicons-enter-right:before {
  content: "";
}

.linearicons-exit-up:before {
  content: "";
}

.linearicons-exit-down:before {
  content: "";
}

.linearicons-exit-left:before {
  content: "";
}

.linearicons-exit-right:before {
  content: "";
}

.linearicons-enter-up2:before {
  content: "";
}

.linearicons-enter-down2:before {
  content: "";
}

.linearicons-enter-vertical:before {
  content: "";
}

.linearicons-enter-left2:before {
  content: "";
}

.linearicons-enter-right2:before {
  content: "";
}

.linearicons-enter-horizontal:before {
  content: "";
}

.linearicons-exit-up2:before {
  content: "";
}

.linearicons-exit-down2:before {
  content: "";
}

.linearicons-exit-left2:before {
  content: "";
}

.linearicons-exit-right2:before {
  content: "";
}

.linearicons-cli:before {
  content: "";
}

.linearicons-bug:before {
  content: "";
}

.linearicons-code:before {
  content: "";
}

.linearicons-file-code:before {
  content: "";
}

.linearicons-file-image:before {
  content: "";
}

.linearicons-file-zip:before {
  content: "";
}

.linearicons-file-audio:before {
  content: "";
}

.linearicons-file-video:before {
  content: "";
}

.linearicons-file-preview:before {
  content: "";
}

.linearicons-file-charts:before {
  content: "";
}

.linearicons-file-stats:before {
  content: "";
}

.linearicons-file-spreadsheet:before {
  content: "";
}

.linearicons-link:before {
  content: "";
}

.linearicons-unlink:before {
  content: "";
}

.linearicons-link2:before {
  content: "";
}

.linearicons-unlink2:before {
  content: "";
}

.linearicons-thumbs-up:before {
  content: "";
}

.linearicons-thumbs-down:before {
  content: "";
}

.linearicons-thumbs-up2:before {
  content: "";
}

.linearicons-thumbs-down2:before {
  content: "";
}

.linearicons-thumbs-up3:before {
  content: "";
}

.linearicons-thumbs-down3:before {
  content: "";
}

.linearicons-share:before {
  content: "";
}

.linearicons-share2:before {
  content: "";
}

.linearicons-share3:before {
  content: "";
}

.linearicons-magnifier:before {
  content: "";
}

.linearicons-file-search:before {
  content: "";
}

.linearicons-find-replace:before {
  content: "";
}

.linearicons-zoom-in:before {
  content: "";
}

.linearicons-zoom-out:before {
  content: "";
}

.linearicons-loupe:before {
  content: "";
}

.linearicons-loupe-zoom-in:before {
  content: "";
}

.linearicons-loupe-zoom-out:before {
  content: "";
}

.linearicons-cross:before {
  content: "";
}

.linearicons-menu:before {
  content: "";
}

.linearicons-list:before {
  content: "";
}

.linearicons-list2:before {
  content: "";
}

.linearicons-list3:before {
  content: "";
}

.linearicons-menu2:before {
  content: "";
}

.linearicons-list4:before {
  content: "";
}

.linearicons-menu3:before {
  content: "";
}

.linearicons-exclamation:before {
  content: "";
}

.linearicons-question:before {
  content: "";
}

.linearicons-check:before {
  content: "";
}

.linearicons-cross2:before {
  content: "";
}

.linearicons-plus:before {
  content: "";
}

.linearicons-minus:before {
  content: "";
}

.linearicons-percent:before {
  content: "";
}

.linearicons-chevron-up:before {
  content: "";
}

.linearicons-chevron-down:before {
  content: "";
}

.linearicons-chevron-left:before {
  content: "";
}

.linearicons-chevron-right:before {
  content: "";
}

.linearicons-chevrons-expand-vertical:before {
  content: "";
}

.linearicons-chevrons-expand-horizontal:before {
  content: "";
}

.linearicons-chevrons-contract-vertical:before {
  content: "";
}

.linearicons-chevrons-contract-horizontal:before {
  content: "";
}

.linearicons-arrow-up:before {
  content: "";
}

.linearicons-arrow-down:before {
  content: "";
}

.linearicons-arrow-left:before {
  content: "";
}

.linearicons-arrow-right:before {
  content: "";
}

.linearicons-arrow-up-right:before {
  content: "";
}

.linearicons-arrows-merge:before {
  content: "";
}

.linearicons-arrows-split:before {
  content: "";
}

.linearicons-arrow-divert:before {
  content: "";
}

.linearicons-arrow-return:before {
  content: "";
}

.linearicons-expand:before {
  content: "";
}

.linearicons-contract:before {
  content: "";
}

.linearicons-expand2:before {
  content: "";
}

.linearicons-contract2:before {
  content: "";
}

.linearicons-move:before {
  content: "";
}

.linearicons-tab:before {
  content: "";
}

.linearicons-arrow-wave:before {
  content: "";
}

.linearicons-expand3:before {
  content: "";
}

.linearicons-expand4:before {
  content: "";
}

.linearicons-contract3:before {
  content: "";
}

.linearicons-notification:before {
  content: "";
}

.linearicons-warning:before {
  content: "";
}

.linearicons-notification-circle:before {
  content: "";
}

.linearicons-question-circle:before {
  content: "";
}

.linearicons-menu-circle:before {
  content: "";
}

.linearicons-checkmark-circle:before {
  content: "";
}

.linearicons-cross-circle:before {
  content: "";
}

.linearicons-plus-circle:before {
  content: "";
}

.linearicons-circle-minus:before {
  content: "";
}

.linearicons-percent-circle:before {
  content: "";
}

.linearicons-arrow-up-circle:before {
  content: "";
}

.linearicons-arrow-down-circle:before {
  content: "";
}

.linearicons-arrow-left-circle:before {
  content: "";
}

.linearicons-arrow-right-circle:before {
  content: "";
}

.linearicons-chevron-up-circle:before {
  content: "";
}

.linearicons-chevron-down-circle:before {
  content: "";
}

.linearicons-chevron-left-circle:before {
  content: "";
}

.linearicons-chevron-right-circle:before {
  content: "";
}

.linearicons-backward-circle:before {
  content: "";
}

.linearicons-first-circle:before {
  content: "";
}

.linearicons-previous-circle:before {
  content: "";
}

.linearicons-stop-circle:before {
  content: "";
}

.linearicons-play-circle:before {
  content: "";
}

.linearicons-pause-circle:before {
  content: "";
}

.linearicons-next-circle:before {
  content: "";
}

.linearicons-last-circle:before {
  content: "";
}

.linearicons-forward-circle:before {
  content: "";
}

.linearicons-eject-circle:before {
  content: "";
}

.linearicons-crop:before {
  content: "";
}

.linearicons-frame-expand:before {
  content: "";
}

.linearicons-frame-contract:before {
  content: "";
}

.linearicons-focus:before {
  content: "";
}

.linearicons-transform:before {
  content: "";
}

.linearicons-grid:before {
  content: "";
}

.linearicons-grid-crossed:before {
  content: "";
}

.linearicons-layers:before {
  content: "";
}

.linearicons-layers-crossed:before {
  content: "";
}

.linearicons-toggle:before {
  content: "";
}

.linearicons-rulers:before {
  content: "";
}

.linearicons-ruler:before {
  content: "";
}

.linearicons-funnel:before {
  content: "";
}

.linearicons-flip-horizontal:before {
  content: "";
}

.linearicons-flip-vertical:before {
  content: "";
}

.linearicons-flip-horizontal2:before {
  content: "";
}

.linearicons-flip-vertical2:before {
  content: "";
}

.linearicons-angle:before {
  content: "";
}

.linearicons-angle2:before {
  content: "";
}

.linearicons-subtract:before {
  content: "";
}

.linearicons-combine:before {
  content: "";
}

.linearicons-intersect:before {
  content: "";
}

.linearicons-exclude:before {
  content: "";
}

.linearicons-align-center-vertical:before {
  content: "";
}

.linearicons-align-right:before {
  content: "";
}

.linearicons-align-bottom:before {
  content: "";
}

.linearicons-align-left:before {
  content: "";
}

.linearicons-align-center-horizontal:before {
  content: "";
}

.linearicons-align-top:before {
  content: "";
}

.linearicons-square:before {
  content: "";
}

.linearicons-plus-square:before {
  content: "";
}

.linearicons-minus-square:before {
  content: "";
}

.linearicons-percent-square:before {
  content: "";
}

.linearicons-arrow-up-square:before {
  content: "";
}

.linearicons-arrow-down-square:before {
  content: "";
}

.linearicons-arrow-left-square:before {
  content: "";
}

.linearicons-arrow-right-square:before {
  content: "";
}

.linearicons-chevron-up-square:before {
  content: "";
}

.linearicons-chevron-down-square:before {
  content: "";
}

.linearicons-chevron-left-square:before {
  content: "";
}

.linearicons-chevron-right-square:before {
  content: "";
}

.linearicons-check-square:before {
  content: "";
}

.linearicons-cross-square:before {
  content: "";
}

.linearicons-menu-square:before {
  content: "";
}

.linearicons-prohibited:before {
  content: "";
}

.linearicons-circle:before {
  content: "";
}

.linearicons-radio-button:before {
  content: "";
}

.linearicons-ligature:before {
  content: "";
}

.linearicons-text-format:before {
  content: "";
}

.linearicons-text-format-remove:before {
  content: "";
}

.linearicons-text-size:before {
  content: "";
}

.linearicons-bold:before {
  content: "";
}

.linearicons-italic:before {
  content: "";
}

.linearicons-underline:before {
  content: "";
}

.linearicons-strikethrough:before {
  content: "";
}

.linearicons-highlight:before {
  content: "";
}

.linearicons-text-align-left:before {
  content: "";
}

.linearicons-text-align-center:before {
  content: "";
}

.linearicons-text-align-right:before {
  content: "";
}

.linearicons-text-align-justify:before {
  content: "";
}

.linearicons-line-spacing:before {
  content: "";
}

.linearicons-indent-increase:before {
  content: "";
}

.linearicons-indent-decrease:before {
  content: "";
}

.linearicons-text-wrap:before {
  content: "";
}

.linearicons-pilcrow:before {
  content: "";
}

.linearicons-direction-ltr:before {
  content: "";
}

.linearicons-direction-rtl:before {
  content: "";
}

.linearicons-page-break:before {
  content: "";
}

.linearicons-page-break2:before {
  content: "";
}

.linearicons-sort-alpha-asc:before {
  content: "";
}

.linearicons-sort-alpha-desc:before {
  content: "";
}

.linearicons-sort-numeric-asc:before {
  content: "";
}

.linearicons-sort-numeric-desc:before {
  content: "";
}

.linearicons-sort-amount-asc:before {
  content: "";
}

.linearicons-sort-amount-desc:before {
  content: "";
}

.linearicons-sort-time-asc:before {
  content: "";
}

.linearicons-sort-time-desc:before {
  content: "";
}

.linearicons-sigma:before {
  content: "";
}

.linearicons-pencil-line:before {
  content: "";
}

.linearicons-hand:before {
  content: "";
}

.linearicons-pointer-up:before {
  content: "";
}

.linearicons-pointer-right:before {
  content: "";
}

.linearicons-pointer-down:before {
  content: "";
}

.linearicons-pointer-left:before {
  content: "";
}

.linearicons-finger-tap:before {
  content: "";
}

.linearicons-fingers-tap:before {
  content: "";
}

.linearicons-reminder:before {
  content: "";
}

.linearicons-fingers-crossed:before {
  content: "";
}

.linearicons-fingers-victory:before {
  content: "";
}

.linearicons-gesture-zoom:before {
  content: "";
}

.linearicons-gesture-pinch:before {
  content: "";
}

.linearicons-fingers-scroll-horizontal:before {
  content: "";
}

.linearicons-fingers-scroll-vertical:before {
  content: "";
}

.linearicons-fingers-scroll-left:before {
  content: "";
}

.linearicons-fingers-scroll-right:before {
  content: "";
}

.linearicons-hand2:before {
  content: "";
}

.linearicons-pointer-up2:before {
  content: "";
}

.linearicons-pointer-right2:before {
  content: "";
}

.linearicons-pointer-down2:before {
  content: "";
}

.linearicons-pointer-left2:before {
  content: "";
}

.linearicons-finger-tap2:before {
  content: "";
}

.linearicons-fingers-tap2:before {
  content: "";
}

.linearicons-reminder2:before {
  content: "";
}

.linearicons-gesture-zoom2:before {
  content: "";
}

.linearicons-gesture-pinch2:before {
  content: "";
}

.linearicons-fingers-scroll-horizontal2:before {
  content: "";
}

.linearicons-fingers-scroll-vertical2:before {
  content: "";
}

.linearicons-fingers-scroll-left2:before {
  content: "";
}

.linearicons-fingers-scroll-right2:before {
  content: "";
}

.linearicons-fingers-scroll-vertical3:before {
  content: "";
}

.linearicons-border-style:before {
  content: "";
}

.linearicons-border-all:before {
  content: "";
}

.linearicons-border-outer:before {
  content: "";
}

.linearicons-border-inner:before {
  content: "";
}

.linearicons-border-top:before {
  content: "";
}

.linearicons-border-horizontal:before {
  content: "";
}

.linearicons-border-bottom:before {
  content: "";
}

.linearicons-border-left:before {
  content: "";
}

.linearicons-border-vertical:before {
  content: "";
}

.linearicons-border-right:before {
  content: "";
}

.linearicons-border-none:before {
  content: "";
}

.linearicons-ellipsis:before {
  content: "";
}

/*# sourceMappingURL=coresings.css.map */
