@charset "UTF-8";
/* FONTS */
/* MIXINS */
/* HELPERS */
body:before {
  content: '';
  background: #383838;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 1; }

.l-main-h {
  max-width: none !important; }

.l-canvas, .l-footer {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important; }

/* FIRST SECTION BLANK */
.first-section-blank .blank-content {
  background: #383838;
  height: 120px;
  width: 100%;
  display: block; }

/* HEADER */
.l-header.shadow_thin .l-subheader.at_middle, .l-header.shadow_thin .l-subheader.at_bottom, .l-header.shadow_none.sticky .l-subheader.at_middle, .l-header.shadow_none.sticky .l-subheader.at_bottom {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0) !important; }

/* SELECCIONES */
::-moz-selection {
  color: black;
  background: #FFD800; }

::selection {
  color: black;
  background: #FFD800; }

/* REVOLUTION SLIDER */
.hesperiden.tparrows {
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.25);
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  -khtml-transition: all 0.25s; }
  .hesperiden.tparrows:hover {
    background: rgba(0, 0, 0, 0.8); }
    .hesperiden.tparrows:hover:before {
      color: #FFD800; }
  .hesperiden.tparrows:before {
    font-size: 35px;
    line-height: 70px; }
  .hesperiden.tparrows.tp-leftarrow:before {
    content: '\e824'; }
  .hesperiden.tparrows.tp-rightarrow:before {
    content: '\e825'; }
.hesperiden .tp-bullet {
  width: 13px;
  height: 13px;
  background: transparent;
  border: 2px solid white;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  -khtml-transition: all 0.25s; }
  .hesperiden .tp-bullet:hover {
    background: white; }
  .hesperiden .tp-bullet.selected {
    background: white; }

/* PLACEHOLDER */
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 255, 255, 0.5); }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.5); }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.5); }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.5); }

/* BLACK FONTS */
.l-canvas, .l-footer, .l-popup-box-content, .w-cart-dropdown, .w-iconbox.style_circle.color_light .w-iconbox-icon, .w-pricing-item-h, .w-person.layout_card, .w-tabs.layout_timeline .w-tabs-item, .w-tabs.layout_timeline .w-tabs-section-header-h, .leaflet-popup-content-wrapper, .leaflet-popup-tip, .woocommerce .form-row .chosen-drop, .us-woo-shop_modern .product-h, .select2-dropdown {
  color: black !important; }

/* BACK TO TOP */
.w-toplink {
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  -khtml-border-radius: 50% !important; }

.w-toplink.active {
  bottom: 20px;
  background-color: white;
  color: #383838 !important;
  border: 1px solid #383838;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-border-radius: 50%;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  -khtml-transition: all 0.25s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .w-toplink.active:hover {
    background-color: #FFD800 !important;
    color: black !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    .w-toplink.active:hover:before {
      color: black; }

/* HEADER */
header {
  position: relative; }
  header .navbar {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    header .navbar .menu-desktop {
      list-style: none;
      width: 45%;
      margin-bottom: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      justify-content: space-around;
      -ms-flex-pack: space-around; }
      header .navbar .menu-desktop .menu-item {
        margin: 0;
        color: white;
        position: relative; }
        header .navbar .menu-desktop .menu-item .w-nav-anchor {
          padding: 0 25px; }
          header .navbar .menu-desktop .menu-item .w-nav-anchor .w-nav-title {
            font-size: 18px;
            color: #EBEBEB; }
          header .navbar .menu-desktop .menu-item .w-nav-anchor::before {
            content: '';
            height: 5px;
            width: 0;
            background: #FFD800;
            position: absolute;
            left: 0;
            top: 75%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -khtml-transform: translateY(-50%);
            transition: all 0.25s;
            -webkit-transition: all 0.25s;
            -moz-transition: all 0.25s;
            -ms-transition: all 0.25s;
            -o-transition: all 0.25s;
            -khtml-transition: all 0.25s; }
          header .navbar .menu-desktop .menu-item .w-nav-anchor:hover::before {
            width: 100%; }
        header .navbar .menu-desktop .menu-item.current-menu-item .w-nav-anchor::before {
          width: 100%; }
        header .navbar .menu-desktop .menu-item.menu-item-has-children .w-nav-anchor {
          padding: 0 35px 0 15px; }
          header .navbar .menu-desktop .menu-item.menu-item-has-children .w-nav-anchor .arrow-icon {
            position: absolute;
            right: 10px;
            top: 50%;
            color: #EBEBEB;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -khtml-transform: translateY(-50%); }
        header .navbar .menu-desktop .menu-item.menu-item-has-children .submenu {
          display: block;
          text-align: center;
          position: absolute;
          left: 50%;
          top: 100%;
          width: 200px;
          z-index: 120;
          background: #383838;
          list-style: none;
          margin: 0;
          padding: 1rem;
          opacity: 0;
          transform-origin: 50% 0;
          -webkit-transform-origin: 50% 0;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          transform: translateX(-50%) scaleY(0);
          -webkit-transform: translateX(-50%) scaleY(0);
          -moz-transform: translateX(-50%) scaleY(0);
          -ms-transform: translateX(-50%) scaleY(0);
          -o-transform: translateX(-50%) scaleY(0);
          -khtml-transform: translateX(-50%) scaleY(0);
          transition: all 0.25s;
          -webkit-transition: all 0.25s;
          -moz-transition: all 0.25s;
          -ms-transition: all 0.25s;
          -o-transition: all 0.25s;
          -khtml-transition: all 0.25s; }
          header .navbar .menu-desktop .menu-item.menu-item-has-children .submenu .menu-item {
            transition: all 0.25s;
            -webkit-transition: all 0.25s;
            -moz-transition: all 0.25s;
            -ms-transition: all 0.25s;
            -o-transition: all 0.25s;
            -khtml-transition: all 0.25s; }
            header .navbar .menu-desktop .menu-item.menu-item-has-children .submenu .menu-item.level_2 {
              line-height: 40px; }
              header .navbar .menu-desktop .menu-item.menu-item-has-children .submenu .menu-item.level_2 .w-nav-anchor:before {
                display: none; }
              header .navbar .menu-desktop .menu-item.menu-item-has-children .submenu .menu-item.level_2.current-menu-item .w-nav-anchor .w-nav-title {
                color: #FFD800; }
            header .navbar .menu-desktop .menu-item.menu-item-has-children .submenu .menu-item:hover .w-nav-anchor .w-nav-title {
              color: #FFD800; }
        header .navbar .menu-desktop .menu-item.menu-item-has-children:hover .submenu {
          opacity: 1;
          transform: translateX(-50%) scaleY(1);
          -webkit-transform: translateX(-50%) scaleY(1);
          -moz-transform: translateX(-50%) scaleY(1);
          -ms-transform: translateX(-50%) scaleY(1);
          -o-transform: translateX(-50%) scaleY(1);
          -khtml-transform: translateX(-50%) scaleY(1); }
    header .navbar .brand-logo {
      width: 15%;
      position: relative; }
      header .navbar .brand-logo .logo {
        width: 100%;
        height: 130px;
        display: block;
        position: absolute;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        -khtml-transition: all 0.4s; }
        header .navbar .brand-logo .logo img {
          position: absolute;
          left: 50%;
          top: 50%;
          width: 150px;
          transform: translate3d(-50%, -50%, 0);
          -webkit-transform: translate3d(-50%, -50%, 0);
          -moz-transform: translate3d(-50%, -50%, 0);
          -ms-transform: translate3d(-50%, -50%, 0);
          -o-transform: translate3d(-50%, -50%, 0);
          -khtml-transform: translate3d(-50%, -50%, 0); }
          header .navbar .brand-logo .logo img.mobile-logo {
            display: none; }
    header .navbar .mobile-toggler {
      display: none;
      padding: .25rem .75rem;
      font-size: 1.25rem;
      line-height: 1;
      background-color: transparent;
      border: 1px solid transparent;
      border-radius: .25rem;
      position: absolute;
      top: 50%;
      right: 0;
      z-index: 2000;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      /* ICONO HAMBURGUESA */ }
      header .navbar .mobile-toggler .animated-icon4 {
        width: 30px;
        height: 20px;
        position: relative;
        margin: 0px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer; }
        header .navbar .mobile-toggler .animated-icon4 span {
          display: block;
          position: absolute;
          height: 3px;
          width: 100%;
          border-radius: 9px;
          opacity: 1;
          left: 0;
          background: #FFD800;
          transform: rotate(0deg);
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          -khtml-transform: rotate(0deg);
          transition: 0.25s ease-in-out;
          -webkit-transition: 0.25s ease-in-out;
          -moz-transition: 0.25s ease-in-out;
          -ms-transition: 0.25s ease-in-out;
          -o-transition: 0.25s ease-in-out;
          -khtml-transition: 0.25s ease-in-out; }
          header .navbar .mobile-toggler .animated-icon4 span:nth-child(1) {
            top: 0px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center; }
          header .navbar .mobile-toggler .animated-icon4 span:nth-child(2) {
            top: 10px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center; }
          header .navbar .mobile-toggler .animated-icon4 span:nth-child(3) {
            top: 20px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center; }
        header .navbar .mobile-toggler .animated-icon4.open span:nth-child(1) {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          top: 0px;
          left: 8px; }
        header .navbar .mobile-toggler .animated-icon4.open span:nth-child(2) {
          width: 0%;
          opacity: 0; }
        header .navbar .mobile-toggler .animated-icon4.open span:nth-child(3) {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: 21px;
          left: 8px; }
  header .menu-mobile-content {
    display: none;
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    background: #383838;
    color: white;
    padding: 5rem 1rem 1rem;
    z-index: 1500;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    -khtml-transition: all 0.25s; }
    header .menu-mobile-content .menu-mobile {
      list-style: none;
      margin: 0 1rem; }
      header .menu-mobile-content .menu-mobile .menu-item {
        margin-bottom: 1rem;
        line-height: 30px; }
        header .menu-mobile-content .menu-mobile .menu-item .w-nav-anchor .w-nav-title {
          font-size: 18px;
          margin-left: 1rem;
          color: white; }
        header .menu-mobile-content .menu-mobile .menu-item .w-nav-anchor::before {
          content: '';
          height: 0;
          width: 2px;
          background: #FFD800;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -khtml-transform: translateY(-50%);
          transition: all 0.25s;
          -webkit-transition: all 0.25s;
          -moz-transition: all 0.25s;
          -ms-transition: all 0.25s;
          -o-transition: all 0.25s;
          -khtml-transition: all 0.25s; }
        header .menu-mobile-content .menu-mobile .menu-item.current-menu-item .w-nav-anchor .w-nav-title {
          color: #FFD800; }
        header .menu-mobile-content .menu-mobile .menu-item.current-menu-item .w-nav-anchor::before {
          height: 35px; }
        header .menu-mobile-content .menu-mobile .menu-item.current-menu-item.menu-item-has-children .w-nav-anchor .arrow-icon {
          color: #FFD800; }
        header .menu-mobile-content .menu-mobile .menu-item.menu-item-has-children .w-nav-anchor .arrow-icon {
          position: absolute;
          right: 10px;
          top: 50%;
          color: #EBEBEB;
          transform: translateY(-60%) rotate(0deg);
          -webkit-transform: translateY(-60%) rotate(0deg);
          -moz-transform: translateY(-60%) rotate(0deg);
          -ms-transform: translateY(-60%) rotate(0deg);
          -o-transform: translateY(-60%) rotate(0deg);
          -khtml-transform: translateY(-60%) rotate(0deg);
          transition: all 0.25s;
          -webkit-transition: all 0.25s;
          -moz-transition: all 0.25s;
          -ms-transition: all 0.25s;
          -o-transition: all 0.25s;
          -khtml-transition: all 0.25s; }
        header .menu-mobile-content .menu-mobile .menu-item.menu-item-has-children.openSubmenu .w-nav-anchor .arrow-icon {
          transform: translateY(-60%) rotate(180deg);
          -webkit-transform: translateY(-60%) rotate(180deg);
          -moz-transform: translateY(-60%) rotate(180deg);
          -ms-transform: translateY(-60%) rotate(180deg);
          -o-transform: translateY(-60%) rotate(180deg);
          -khtml-transform: translateY(-60%) rotate(180deg); }
    header .menu-mobile-content .submenu {
      display: none;
      text-align: left;
      position: relative;
      width: 100%;
      z-index: 120;
      height: 0;
      background: #383838;
      list-style: none;
      margin: 0;
      padding: 0;
      padding-left: 1rem;
      opacity: 0;
      transition: all 0.25s;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -ms-transition: all 0.25s;
      -o-transition: all 0.25s;
      -khtml-transition: all 0.25s; }
      header .menu-mobile-content .submenu .menu-item.level_2 {
        line-height: 40px; }
        header .menu-mobile-content .submenu .menu-item.level_2 .w-nav-anchor:before {
          display: none; }
      header .menu-mobile-content .submenu .menu-item:last-child {
        margin-bottom: 1rem; }
      header .menu-mobile-content .submenu.open {
        display: block;
        height: auto;
        opacity: 1; }
    header .menu-mobile-content.openMenu {
      right: 0; }
  header.sticky .l-subheader.at_middle {
    height: 75px !important; }
  header.sticky .menu-mobile-content {
    padding: 4.5rem 1rem 1rem; }
  header.sticky .navbar .menu-desktop {
    height: 75px; }
  header.sticky .navbar .brand-logo .logo {
    background: transparent;
    height: 75px;
    top: 0; }
    header.sticky .navbar .brand-logo .logo img {
      width: 140px; }

/* HOME */
.home {
  /* SLIDER */
  /* SERVICES */
  /* TESTIMONIAL */
  /* CONTACT */ }
  .home .slider-home-section {
    margin-top: -7rem;
    z-index: 1; }
  .home .services-section {
    margin: 60px 0 -100px;
    z-index: 10; }
    .home .services-section .services-boxes {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
      .home .services-section .services-boxes .service-card {
        background: #EBEBEB;
        color: black;
        padding: 100px 35px 50px;
        width: 30%;
        position: relative;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
        .home .services-section .services-boxes .service-card .service-icon {
          margin-bottom: 45px; }
        .home .services-section .services-boxes .service-card .service-title {
          padding: 0;
          font-size: 24px;
          font-weight: 700;
          text-align: center;
          color: #383838;
          margin-bottom: 0; }
        .home .services-section .services-boxes .service-card .service-separator {
          width: 70px;
          height: 5px;
          margin: 25px auto;
          background: #383838; }
        .home .services-section .services-boxes .service-card .service-text {
          font-size: 16px;
          line-height: 1.5em;
          color: #383838;
          text-align: center; }
        .home .services-section .services-boxes .service-card .arrow-circle {
          width: 100px;
          height: 100px;
          background: #FFD800;
          text-align: center;
          position: absolute;
          bottom: -80px;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          -khtml-transform: translateX(-50%);
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          -khtml-border-radius: 50%;
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          transition: all 0.25s;
          -webkit-transition: all 0.25s;
          -moz-transition: all 0.25s;
          -ms-transition: all 0.25s;
          -o-transition: all 0.25s;
          -khtml-transition: all 0.25s; }
          .home .services-section .services-boxes .service-card .arrow-circle i {
            color: #383838;
            line-height: 100px;
            font-size: 30px; }
          .home .services-section .services-boxes .service-card .arrow-circle:hover {
            background: #383838; }
            .home .services-section .services-boxes .service-card .arrow-circle:hover i {
              color: #FFD800; }
  .home .testimonial-section {
    z-index: 5;
    height: 1050px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .home .testimonial-section .testimonial-box {
      padding-top: 250px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .home .testimonial-section .testimonial-box .image-testimonial {
        position: relative;
        width: 250px;
        height: 250px;
        margin: 0 auto;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -khtml-border-radius: 50%; }
        .home .testimonial-section .testimonial-box .image-testimonial img {
          position: absolute;
          top: 0;
          right: -30%; }
      .home .testimonial-section .testimonial-box .testimonial-text {
        font-size: 36px;
        color: white;
        line-height: 1.2em;
        text-align: center;
        width: 80%;
        margin: 45px auto 0; }
      .home .testimonial-section .testimonial-box .testimonial-separator {
        margin: 35px auto;
        width: 120px;
        height: 5px;
        background: #FFD800; }
      .home .testimonial-section .testimonial-box .testimonial-person {
        text-align: center;
        font-size: 30px;
        color: #FFD800;
        font-style: italic; }
  .home .contact-section {
    margin-top: -130px;
    margin-bottom: 85px;
    z-index: 10; }
    .home .contact-section .contact-boxes {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
      .home .contact-section .contact-boxes .card-contact {
        width: 48%;
        background: #EBEBEB;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
        .home .contact-section .contact-boxes .card-contact.first {
          padding: 100px 40px 60px; }
          .home .contact-section .contact-boxes .card-contact.first .map {
            height: 380px;
            width: 350px;
            margin: 0 auto; }
            .home .contact-section .contact-boxes .card-contact.first .map .wrapmap {
              height: 100%;
              width: 100%; }
              .home .contact-section .contact-boxes .card-contact.first .map .wrapmap iframe {
                height: 100%;
                width: 100%; }
          .home .contact-section .contact-boxes .card-contact.first .text-map-card {
            margin-bottom: 0;
            margin-top: 75px;
            text-align: center; }
            .home .contact-section .contact-boxes .card-contact.first .text-map-card span {
              font-size: 30px;
              color: #383838;
              line-height: 1em; }
              .home .contact-section .contact-boxes .card-contact.first .text-map-card span.bigger {
                font-size: 60px;
                text-transform: uppercase; }
          .home .contact-section .contact-boxes .card-contact.first .map-separator {
            width: 70px;
            height: 5px;
            background: #383838;
            margin: 35px auto; }
          .home .contact-section .contact-boxes .card-contact.first .bottom-text-card {
            margin: 15px 0;
            text-align: center;
            color: #383838;
            font-size: 24px; }
        .home .contact-section .contact-boxes .card-contact.second {
          padding: 60px; }
          .home .contact-section .contact-boxes .card-contact.second .first-text {
            line-height: 1em;
            margin-bottom: 20px;
            font-size: 30px;
            color: #383838;
            text-align: center; }
          .home .contact-section .contact-boxes .card-contact.second .second-text {
            line-height: 1em;
            margin-bottom: 45px;
            font-size: 50px;
            color: #383838;
            text-align: center;
            text-transform: uppercase; }
          .home .contact-section .contact-boxes .card-contact.second .separator {
            width: 70px;
            height: 5px;
            background: #383838;
            margin: 35px auto; }
          .home .contact-section .contact-boxes .card-contact.second .contact-form .wpcf7-form-control-wrap {
            padding-bottom: 20px; }
            .home .contact-section .contact-boxes .card-contact.second .contact-form .wpcf7-form-control-wrap.mensaje {
              padding-bottom: 50px; }
          .home .contact-section .contact-boxes .card-contact.second .contact-form .input-launica {
            background-color: #FFD800 !important;
            padding: 0 40px;
            height: 80px;
            line-height: 80px;
            font-size: 24px; }
          .home .contact-section .contact-boxes .card-contact.second .contact-form .textarea-launica {
            background-color: #FFD800 !important;
            padding: 25px 40px 0;
            font-size: 24px;
            min-height: 150px; }
          .home .contact-section .contact-boxes .card-contact.second .contact-form .btn-box {
            position: relative; }
            .home .contact-section .contact-boxes .card-contact.second .contact-form .btn-box .btn-launica {
              background-color: white !important;
              color: #383838 !important;
              margin: 0 auto;
              display: block;
              border: none;
              padding: 0;
              width: 250px;
              height: 100px;
              line-height: 95px;
              font-size: 30px;
              font-weight: 400 !important;
              text-transform: uppercase !important;
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
              -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
              -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
              transition: all 0.25s;
              -webkit-transition: all 0.25s;
              -moz-transition: all 0.25s;
              -ms-transition: all 0.25s;
              -o-transition: all 0.25s;
              -khtml-transition: all 0.25s; }
              .home .contact-section .contact-boxes .card-contact.second .contact-form .btn-box .btn-launica:hover {
                background-color: #FFD800 !important;
                box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
                -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
                -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
            .home .contact-section .contact-boxes .card-contact.second .contact-form .btn-box .ajax-loader {
              position: absolute;
              top: 50%;
              right: 20px;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              -khtml-transform: translateY(-50%); }

/* NOSOTROS */
#nosotros .banner-nosotros {
  position: relative;
  margin-top: -7rem; }
  #nosotros .banner-nosotros .banner {
    max-width: 90%;
    margin: 285px auto 120px;
    display: block;
    border: 15px solid #999; }
  #nosotros .banner-nosotros .banner-top {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 650px; }

/* DEP├ôSITOS */
#depositos .banner-section .banner-top {
  width: 70%; }
#depositos .gallery-section {
  padding: 65px 0 70px; }
  #depositos .gallery-section .gallery-boxes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    #depositos .gallery-section .gallery-boxes .card-img {
      width: 32%;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

/* DESAGOTES */
#desagotes .banner-section .banner-top {
  width: 65%; }
#desagotes .gallery-section {
  padding: 65px 0 70px; }
  #desagotes .gallery-section .gallery-boxes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    #desagotes .gallery-section .gallery-boxes .card-img {
      width: 32%;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

/* CONTENEDORES */
#contenedores .banner-section .banner-top {
  width: 80%; }
#contenedores .gallery-section {
  padding: 65px 0 70px; }
  #contenedores .gallery-section .gallery-boxes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    #contenedores .gallery-section .gallery-boxes .card-img {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
      #contenedores .gallery-section .gallery-boxes .card-img.first {
        width: 63.5%; }
      #contenedores .gallery-section .gallery-boxes .card-img.second {
        width: 33.5%; }

/* BANNER TOP */
.banner-section {
  padding-bottom: 220px; }
  .banner-section .banner-top {
    position: absolute;
    z-index: 10;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -khtml-transform: translateX(-50%); }

/* INFO */
.info-section {
  padding-bottom: 75px; }
  .info-section .info-boxes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .info-section .info-boxes .info-box {
      width: 50%;
      margin: 0 45px; }
      .info-section .info-boxes .info-box .info-list {
        list-style: none;
        margin-left: 60px; }
        .info-section .info-boxes .info-box .info-list .item {
          position: relative;
          font-size: 23px;
          font-weight: 700;
          margin-bottom: 45px;
          color: #383838; }
          .info-section .info-boxes .info-box .info-list .item:last-child {
            margin-bottom: 0; }
          .info-section .info-boxes .info-box .info-list .item:before {
            font-family: 'fontawesome';
            content: "\f00c";
            position: absolute;
            top: 0;
            left: -60px;
            font-size: 25px;
            font-weight: 900;
            color: #FFD800; }
      .info-section .info-boxes .info-box .info-title {
        font-size: 35px;
        font-weight: 700;
        font-style: italic;
        color: #383838;
        margin-bottom: 0; }
      .info-section .info-boxes .info-box .separator {
        background: #FFD800;
        width: 120px;
        height: 10px;
        margin: 30px 0 50px; }
        .info-section .info-boxes .info-box .separator.no-top {
          margin-top: 0; }
      .info-section .info-boxes .info-box .info-text {
        font-size: 19.5px;
        color: #383838;
        line-height: 1.3em; }
      .info-section .info-boxes .info-box:last-child {
        margin-right: 0; }

/* FOOTER */
footer {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important; }
  footer .footer-binamp {
    height: auto;
    padding: 150px 0 2rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    footer .footer-binamp .footer-boxes {
      color: white;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
      footer .footer-binamp .footer-boxes .footer-box {
        width: 48%; }
        footer .footer-binamp .footer-boxes .footer-box .title-box {
          font-size: 36px;
          color: white;
          margin-bottom: 0;
          padding: 0;
          text-transform: uppercase; }
        footer .footer-binamp .footer-boxes .footer-box .separator {
          width: 170px;
          height: 5px;
          background: #FFD800;
          margin: 40px 0; }
        footer .footer-binamp .footer-boxes .footer-box .info {
          font-size: 24px;
          width: 100%;
          display: block; }
        footer .footer-binamp .footer-boxes .footer-box .info-icon {
          font-size: 20px;
          width: 100%;
          display: block;
          margin-top: 24px; }
          footer .footer-binamp .footer-boxes .footer-box .info-icon a {
            color: white;
            transition: all 0.25s;
            -webkit-transition: all 0.25s;
            -moz-transition: all 0.25s;
            -ms-transition: all 0.25s;
            -o-transition: all 0.25s;
            -khtml-transition: all 0.25s; }
            footer .footer-binamp .footer-boxes .footer-box .info-icon a:hover {
              color: #FFD800; }
          footer .footer-binamp .footer-boxes .footer-box .info-icon i {
            font-size: 20px;
            margin-right: 1rem; }
        footer .footer-binamp .footer-boxes .footer-box .btn-footer {
          color: white;
          font-size: 24px;
          width: 100%;
          display: block;
          margin-bottom: 24px;
          transition: all 0.25s;
          -webkit-transition: all 0.25s;
          -moz-transition: all 0.25s;
          -ms-transition: all 0.25s;
          -o-transition: all 0.25s;
          -khtml-transition: all 0.25s; }
          footer .footer-binamp .footer-boxes .footer-box .btn-footer:hover {
            color: #FFD800; }
          footer .footer-binamp .footer-boxes .footer-box .btn-footer.active {
            color: #FFD800; }
          footer .footer-binamp .footer-boxes .footer-box .btn-footer:last-child {
            margin-bottom: 0; }
    footer .footer-binamp .copyright {
      margin-top: 180px;
      text-align: center;
      font-size: 18px;
      color: white;
      font-weight: 700; }
      footer .footer-binamp .copyright .btn-binamp img {
        width: 80px;
        transform: translateY(3px);
        -webkit-transform: translateY(3px);
        -moz-transform: translateY(3px);
        -ms-transform: translateY(3px);
        -o-transform: translateY(3px);
        -khtml-transform: translateY(3px); }

/* 	WHATSAPP */
.btn-wp-fixed {
  position: fixed;
  bottom: 5.5rem;
  right: 1rem;
  width: 50px;
  height: 50px;
  background: #25d366;
  border: 2px solid white;
  z-index: 100;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-border-radius: 50%;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -khtml-transform: rotateY(0deg);
  transition: all 0.75s;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  -khtml-transition: all 0.75s; }
  .btn-wp-fixed i {
    position: absolute;
    left: 50%;
    top: 50%;
    color: white;
    font-size: 2rem;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -khtml-transform: translate3d(-50%, -50%, 0); }
  .btn-wp-fixed:hover {
    background: white;
    border: 2px solid #25d366; }
    .btn-wp-fixed:hover i {
      color: #25d366; }

.btn-wp-fixed-mobile {
  display: none;
  position: fixed;
  bottom: 5.5rem;
  right: 0.8rem;
  width: 50px;
  height: 50px;
  background: #25d366;
  border: 2px solid white;
  z-index: 100;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-border-radius: 50%; }
  .btn-wp-fixed-mobile i {
    position: absolute;
    left: 50%;
    top: 50%;
    color: white;
    font-size: 2rem;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -khtml-transform: translate3d(-50%, -50%, 0); }

/* RESPONSIVE */
@media only screen and (max-width: 1366px) {
  header .navbar .menu-desktop {
    width: 42.5%; }
  header .navbar .brand-logo {
    width: 15%; } }
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  /* HEADER */
  .cart-clickmen {
    right: 1rem; }

  .l-header.pos_fixed {
    overflow-y: hidden !important; }

  header .navbar .menu-desktop {
    display: none; }
  header .navbar .mobile-toggler {
    display: block; }
  header .navbar .brand-logo {
    width: 50px;
    height: 75px; }
    header .navbar .brand-logo .logo {
      height: 75px;
      width: 130px;
      left: 0.25rem;
      top: 0px;
      background: transparent;
      transition: all 0.25s;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -ms-transition: all 0.25s;
      -o-transition: all 0.25s;
      -khtml-transition: all 0.25s; }
  header .menu-mobile-content {
    display: block; }
  header.sticky .navbar .brand-logo .logo {
    height: 75px; }
    header.sticky .navbar .brand-logo .logo img {
      width: 90%; }

  /* HOME */
  .home .contact-section .contact-boxes .card-contact.first .map {
    width: 90%; }
  .home .contact-section .contact-boxes .card-contact.first .text-map-card span {
    font-size: 25px; }
    .home .contact-section .contact-boxes .card-contact.first .text-map-card span.bigger {
      font-size: 45px; }
  .home .contact-section .contact-boxes .card-contact.first .text-map-card .bottom-text-card {
    font-size: 22px; }
  .home .contact-section .contact-boxes .card-contact.second .first-text {
    font-size: 25px; }
  .home .contact-section .contact-boxes .card-contact.second .second-text {
    font-size: 38px; }
  .home .contact-section .contact-boxes .card-contact.second .contact-form .input-launica {
    height: 60px;
    line-height: 60px;
    font-size: 18px; }
  .home .contact-section .contact-boxes .card-contact.second .contact-form .textarea-launica {
    min-height: 100px;
    line-height: 60px;
    font-size: 18px; }

  /* GALLERY */
  .gallery-section {
    width: 90%; }

  /* FOOTER */
  /* WHATSAPP */
  .btn-wp-fixed {
    display: none; }

  .btn-wp-fixed-mobile {
    display: block; } }
@media only screen and (max-width: 768px) {
  /* HELPERS */
  body:before {
    height: 80px; }

  /* HEADER */
  .l-header.pos_fixed {
    overflow-y: hidden !important; }

  header .navbar .menu-desktop {
    display: none; }
  header .navbar .mobile-toggler {
    display: block; }
  header .navbar .brand-logo {
    width: 50px;
    height: 75px; }
    header .navbar .brand-logo .logo {
      height: 75px;
      width: 100px;
      left: 0.25rem;
      top: 0px;
      background: transparent;
      transition: all 0.25s;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -ms-transition: all 0.25s;
      -o-transition: all 0.25s;
      -khtml-transition: all 0.25s; }
  header .menu-mobile-content {
    display: block; }
  header.sticky .navbar .brand-logo .logo {
    height: 75px; }
    header.sticky .navbar .brand-logo .logo img {
      width: 90%; }

  /* HOME */
  .home {
    /* SERVICES */
    /* TESTIMONIAL */
    /* CONTACT */ }
    .home .services-section .services-boxes .service-card {
      padding: 50px 35px 50px; }
      .home .services-section .services-boxes .service-card .service-icon {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 25px; }
      .home .services-section .services-boxes .service-card .service-title {
        font-size: 18px; }
    .home .testimonial-section {
      height: auto;
      padding-bottom: 100px; }
    .home .contact-section .contact-boxes {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .home .contact-section .contact-boxes .card-contact {
        width: 80%;
        margin: 0 auto; }
        .home .contact-section .contact-boxes .card-contact.first {
          margin-bottom: 3rem; }
          .home .contact-section .contact-boxes .card-contact.first .map {
            width: 90%; }
          .home .contact-section .contact-boxes .card-contact.first .text-map-card span {
            font-size: 25px; }
            .home .contact-section .contact-boxes .card-contact.first .text-map-card span.bigger {
              font-size: 45px; }
          .home .contact-section .contact-boxes .card-contact.first .text-map-card .bottom-text-card {
            font-size: 22px; }
        .home .contact-section .contact-boxes .card-contact.second .first-text {
          font-size: 25px; }
        .home .contact-section .contact-boxes .card-contact.second .second-text {
          font-size: 38px; }
        .home .contact-section .contact-boxes .card-contact.second .contact-form .input-launica {
          height: 60px;
          line-height: 60px;
          font-size: 18px; }
        .home .contact-section .contact-boxes .card-contact.second .contact-form .textarea-launica {
          min-height: 100px;
          line-height: 60px;
          font-size: 18px; }

  /* NOSOTROS */
  #nosotros .banner-nosotros .banner-top {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -khtml-transform: translateX(-50%); }

  /* GALLERY */
  .gallery-section {
    width: 90%; }

  /* BANNER */
  .banner-section {
    padding-bottom: 80px; }

  /* INFO */
  .info-section .info-boxes {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .info-section .info-boxes .info-box {
      width: 90%;
      margin: 0 auto 3rem; }
      .info-section .info-boxes .info-box:last-child {
        margin-right: auto; }
      .info-section .info-boxes .info-box .info-list .item {
        margin-bottom: 1rem; }

  /* FOOTER */
  footer .footer-binamp .footer-boxes .footer-box {
    text-align: center; }
    footer .footer-binamp .footer-boxes .footer-box .separator {
      margin: 40px auto; }
  footer .footer-binamp .copyright {
    font-size: 15px;
    margin-top: 120px; }

  /* WHATSAPP */
  .btn-wp-fixed {
    display: none; }

  .btn-wp-fixed-mobile {
    display: block; } }
@media only screen and (max-width: 670px) and (orientation: landscape) {
  /* HELPERS */
  .hesperiden.tp-bullets {
    top: 110% !important; }

  /* HOME */
  .home {
    /* SERVICES */
    /* TESTIMONIAL */ }
    .home .services-section .services-boxes {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .home .services-section .services-boxes .service-card {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 7rem; }
    .home .testimonial-section {
      height: auto;
      padding-bottom: 150px; }
      .home .testimonial-section .testimonial-box {
        padding-top: 150px; }
        .home .testimonial-section .testimonial-box .testimonial-text {
          width: 90%;
          font-size: 26px; }
        .home .testimonial-section .testimonial-box .testimonial-person {
          font-size: 28px; }

  /* NOSOTROS */
  #nosotros .banner-nosotros .banner {
    margin: 250px auto 120px; }
  #nosotros .banner-nosotros .banner-top {
    max-width: 92%; }

  /* FOOTER */
  footer .footer-binamp .footer-boxes .footer-box .title-box {
    font-size: 25px; }
  footer .footer-binamp .footer-boxes .footer-box .info {
    font-size: 20px; }
  footer .footer-binamp .footer-boxes .footer-box .info-icon {
    font-size: 18px; }
  footer .footer-binamp .copyright {
    font-size: 13px; }

  /* WHATSAPP */
  .btn-wp-fixed-mobile {
    bottom: 6rem; } }
@media only screen and (max-width: 480px) {
  /* HEADER */
  .l-header.pos_fixed {
    overflow-y: hidden !important; }

  header .cart-clickmen {
    width: 30px; }
    header .cart-clickmen .qty {
      top: 15%; }
  header .navbar .brand-logo {
    width: 35px;
    height: 50px; }
    header .navbar .brand-logo .logo {
      height: 50px; }
      header .navbar .brand-logo .logo img {
        width: 80%; }
        header .navbar .brand-logo .logo img.desktop-logo {
          display: none; }
        header .navbar .brand-logo .logo img.mobile-logo {
          display: block; }
  header .navbar .mobile-toggler .animated-icon4 {
    width: 25px;
    height: 17px; }
    header .navbar .mobile-toggler .animated-icon4 span {
      height: 2px; }
      header .navbar .mobile-toggler .animated-icon4 span:nth-child(1) {
        top: -3px; }
      header .navbar .mobile-toggler .animated-icon4 span:nth-child(2) {
        top: 7px; }
      header .navbar .mobile-toggler .animated-icon4 span:nth-child(3) {
        top: 17px; }
    header .navbar .mobile-toggler .animated-icon4.open span:nth-child(1) {
      top: 0px;
      left: 3.5px; }
    header .navbar .mobile-toggler .animated-icon4.open span:nth-child(3) {
      top: 17.5px;
      left: 3.5px; }
  header.sticky .l-subheader.at_middle {
    height: 50px !important; }
  header.sticky .navbar .brand-logo .logo {
    height: 50px; }
    header.sticky .navbar .brand-logo .logo img {
      width: 80%; }

  /* HELPERS */
  body:before {
    height: 65px; }

  .hesperiden.tp-bullets {
    top: 130% !important; }

  /* HOME */
  .home {
    /* SERVICES */
    /* TESTIMONIAL */
    /* CONTACT */ }
    .home .services-section .services-boxes {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .home .services-section .services-boxes .service-card {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 7rem; }
        .home .services-section .services-boxes .service-card .arrow-circle {
          width: 75px;
          height: 75px;
          bottom: -60px; }
          .home .services-section .services-boxes .service-card .arrow-circle i {
            line-height: 75px;
            font-size: 35px; }
    .home .testimonial-section {
      height: auto;
      padding-bottom: 180px; }
      .home .testimonial-section .testimonial-box {
        padding-top: 150px; }
        .home .testimonial-section .testimonial-box .image-testimonial {
          width: 220px;
          height: 220px; }
          .home .testimonial-section .testimonial-box .image-testimonial img {
            width: 90px;
            right: -20%; }
        .home .testimonial-section .testimonial-box .testimonial-text {
          width: 90%;
          font-size: 20px; }
        .home .testimonial-section .testimonial-box .testimonial-person {
          font-size: 22px; }
    .home .contact-section .contact-boxes .card-contact {
      width: 100%;
      margin: 0 auto; }
      .home .contact-section .contact-boxes .card-contact.first {
        padding: 40px; }
        .home .contact-section .contact-boxes .card-contact.first .text-map-card {
          margin-top: 25px; }
          .home .contact-section .contact-boxes .card-contact.first .text-map-card span {
            font-size: 20px; }
            .home .contact-section .contact-boxes .card-contact.first .text-map-card span.bigger {
              font-size: 35px; }
        .home .contact-section .contact-boxes .card-contact.first .bottom-text-card {
          font-size: 14px; }
      .home .contact-section .contact-boxes .card-contact.second {
        padding: 40px; }
        .home .contact-section .contact-boxes .card-contact.second .first-text {
          font-size: 18px; }
        .home .contact-section .contact-boxes .card-contact.second .second-text {
          font-size: 28px;
          margin-bottom: 25px; }
        .home .contact-section .contact-boxes .card-contact.second .contact-form .btn-box .btn-launica {
          width: 100%;
          height: 80px;
          line-height: 78px;
          font-size: 25px; }

  /* NOSOTROS */
  #nosotros .banner-nosotros .banner {
    margin: 130px auto 50px; }
  #nosotros .banner-nosotros .banner-top {
    max-width: 92%; }

  /* BANNER */
  .banner-section {
    padding-bottom: 0; }

  /* DEP├ôSITOS */
  #depositos .banner-section .banner-top {
    width: 100%; }

  /* CONTENEDORES */
  #contenedores .banner-section .banner-top {
    width: 100%; }
  #contenedores .gallery-section {
    padding: 50px 0 70px; }

  /* DESAGOTES */
  #desagotes .banner-section .banner-top {
    width: 100%; }

  /* INFO */
  .info-section {
    padding-bottom: 25px; }
    .info-section .info-boxes .info-box .info-list .item {
      font-size: 18px;
      line-height: 1.2em; }
    .info-section .info-boxes .info-box .info-title {
      font-size: 30px;
      text-align: center; }
    .info-section .info-boxes .info-box .separator {
      margin: 30px auto 50px; }
    .info-section .info-boxes .info-box .info-text {
      text-align: center; }

  /* FOOTER */
  footer .footer-binamp .footer-boxes {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    footer .footer-binamp .footer-boxes .footer-box {
      width: 100%; }
      footer .footer-binamp .footer-boxes .footer-box:first-child {
        margin-bottom: 5rem; }
  footer .footer-binamp .copyright {
    font-size: 12px;
    margin-top: 75px; }

  /* WHATSAPP */
  .btn-wp-fixed-mobile {
    right: 0.75rem; } }

/*# sourceMappingURL=launica.css.map */
