/**
  Importar todos los archivos dentro de cada carpeta
 */
/**
Utilities
 */
/**
Header variables
 */
/**
Skew
 */
/**
Vendors
 */
/**
Base
 */
/**
layout
 */
@media (min-width: 1200px) {
  /*body {
    overflow-x: hidden;
  }*/ }

@media (max-width: 767px) {
  #logoMovil {
    display: block;
    position: absolute;
    width: 10rem;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center; }
  #logoMovil img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .rd-mobilemenu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 7997;
    text-align: left;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }
  .rd-mobilemenu.active .hide-t {
    position: fixed;
    display: block;
    width: 100%;
    left: 240px;
    height: 100%;
    background: none; }
  .rd-mobilemenu_ul {
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    top: -56px;
    left: 0;
    bottom: -56px;
    width: 240px;
    padding: 112px 0 76px;
    color: #fff;
    background: #26333e;
    font-size: 14px;
    line-height: 20px;
    padding-left: 0 !important;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    text-transform: capitalize; }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
    color: #fff;
    font-weight: 400;
    text-decoration: none !important; }
  .rd-mobilemenu_ul {
    max-height: 100%;
    margin-top: 60px;
    padding-top: 56px; }
  .rd-mobilemenu_ul ul a {
    padding: 8px 25px; }
  .rd-mobilemenu_ul .fa {
    padding-right: 5px; }
  .rd-mobilemenu_ul li a.active {
    background: #fff;
    color: #202123; }
  .rd-mobilemenu_ul a:hover {
    background: #fff;
    color: #202123; }
  .rd-mobilemenu_ul a .rd-submenu-toggle {
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -17.5px;
    width: 32px;
    height: 32px;
    font: 400 10px FontAwesome;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1); }
  .rd-mobilemenu_ul a .rd-submenu-toggle:after {
    content: '\f078'; }
  .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
    background: #FFF;
    color: #666; }
  .rd-mobilemenu_ul ul a {
    padding-left: 00px; }
  .rd-mobilemenu_ul ul a {
    padding-left: 30px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul li {
    list-style: none; }
  .a-subm.open .fa-angle-down {
    -webkit-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg); }
  .rd-mobilemenu_ul ul {
    display: none; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }
  .toggle-bar {
    display: block;
    height: 56px;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    text-align: center;
    left: 0;
    padding: 0 0px 0 42px;
    width: 100%;
    min-width: 300px;
    z-index: 99999; }
  #btn-menu {
    display: block;
    position: absolute;
    left: 20px;
    top: 15px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s; }
  #btn-menu span {
    display: block;
    width: 100%;
    height: 4px;
    background: #26333e;
    border-radius: 2px;
    margin-bottom: 4px;
    transition: ease all .3s; }
  #btn-menu.activo {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  #btn-menu.activo span {
    position: absolute;
    top: 12px;
    left: 0; }
  #btn-menu.activo span:nth-child(2) {
    display: none; }
  #btn-menu.activo span:nth-child(1) {
    transform: rotate(-45deg); }
  #btn-menu.activo span:nth-child(3) {
    transform: rotate(45deg); }
  .dark-content {
    display: block;
    position: fixed;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    right: -100%;
    top: 40px;
    z-index: 99999;
    -webkit-transition: ease all .4s;
    -o-transition: ease all .4s;
    transition: ease all .4s; }
  .dark-content.fixed {
    right: 0; }
  .toggle-bar .idiomasMenu {
    display: flex; }
    .toggle-bar .idiomasMenu a:hover, .toggle-bar .idiomasMenu a:focus {
      text-decoration: none; }
    .toggle-bar .idiomasMenu .eng[data-lang="en"] {
      display: none; }
    .toggle-bar .idiomasMenu .esp[data-lang="es"] {
      display: none; }
    .toggle-bar .idiomasMenu img {
      height: 12px;
      margin-left: 7px; } }

@media (max-width: 400px) {
  #logoMovil {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center; }
    #logoMovil img {
      width: 8rem; } }

@media (min-width: 768px) {
  .nav-container {
    background: #FF7800; } }

@media (min-width: 1200px) and (max-width: 1247px) {
  .nav-container .container {
    width: 1170px; } }

@media (max-width: 767px) {
  #menu {
    display: none; } }

@media (min-width: 768px) {
  #menu .r-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px; } }

@media (min-width: 1200px) {
  #menu .r-nav {
    height: 60px; } }

@media (min-width: 1600px) {
  #menu .r-nav {
    height: 68px; } }

#menu .r-nav .sf-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%; }
  #menu .r-nav .sf-menu li {
    height: 100%; }
    #menu .r-nav .sf-menu li.active a {
      position: relative; }
      #menu .r-nav .sf-menu li.active a:after {
        content: "";
        position: absolute;
        height: 3px;
        background-color: white;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto; }
    #menu .r-nav .sf-menu li a {
      height: 100%;
      display: flex;
      align-items: center; }

#menu .r-nav .change-lang {
  display: flex;
  position: relative; }
  #menu .r-nav .change-lang a {
    display: flex;
    align-items: center; }
  #menu .r-nav .change-lang img {
    object-fit: contain; }
  #menu .r-nav .change-lang:hover .more-langs {
    position: absolute;
    top: 20px;
    left: 0;
    background: transparent;
    width: 37px;
    padding-top: 10px;
    visibility: visible;
    opacity: 1;
    transition: opacity .2s; }
    #menu .r-nav .change-lang:hover .more-langs img {
      width: 37px; }
  #menu .r-nav .change-lang .more-langs {
    width: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s; }
    #menu .r-nav .change-lang .more-langs img {
      width: 0; }

@media (max-width: 767px) {
  #header #topMenu {
    background: white; } }

@media (max-width: 767px) {
  #header #topMenu .grid-top-header {
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
    height: 3.5rem;
    align-items: center; } }

@media (max-width: 389px) {
  #header #topMenu .grid-top-header {
    flex-direction: column;
    justify-content: center; } }

@media (min-width: 768px) {
  #header #topMenu .grid-top-header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    height: 130px; } }

@media (min-width: 1200px) {
  #header #topMenu .grid-top-header {
    height: 140px; } }

@media (min-width: 1600px) {
  #header #topMenu .grid-top-header {
    height: 158px; } }

#header #topMenu .grid-top-header .contact-phone {
  display: flex;
  align-items: center; }
  @media (min-width: 768px) {
    #header #topMenu .grid-top-header .contact-phone {
      justify-self: start; } }
  #header #topMenu .grid-top-header .contact-phone .phone-icon {
    margin-right: 6px;
    display: flex; }
  #header #topMenu .grid-top-header .contact-phone a {
    color: #232323;
    font-size: 0.9rem;
    font-weight: 600; }
    #header #topMenu .grid-top-header .contact-phone a:hover, #header #topMenu .grid-top-header .contact-phone a:focus {
      text-decoration: none; }
  #header #topMenu .grid-top-header .contact-phone .or {
    padding: 0 3px;
    font-weight: 600;
    color: #232323; }

@media (max-width: 767px) {
  #header #topMenu .grid-top-header .logo-space {
    display: none; } }

@media (min-width: 768px) {
  #header #topMenu .grid-top-header .logo-space {
    justify-self: center; } }

@media (min-width: 768px) {
  #header #topMenu .grid-top-header .logo-space .logo-top-header img {
    margin: 0 auto;
    display: flex;
    object-fit: contain;
    width: 90%; } }

@media (min-width: 1200px) {
  #header #topMenu .grid-top-header .logo-space .logo-top-header img {
    width: 100%; } }

#header #topMenu .grid-top-header .email-space {
  display: flex;
  align-items: center; }
  @media (min-width: 768px) {
    #header #topMenu .grid-top-header .email-space {
      justify-self: end; } }
  #header #topMenu .grid-top-header .email-space .mail-icon {
    margin-top: 1px;
    margin-right: 6px;
    display: flex; }
  #header #topMenu .grid-top-header .email-space a {
    color: #232323;
    font-size: 0.9rem;
    font-weight: 600; }
    #header #topMenu .grid-top-header .email-space a:hover, #header #topMenu .grid-top-header .email-space a:focus {
      text-decoration: none; }

.grid-footer {
  background-color: #FF7900;
  padding: 2rem 0; }
  @media (min-width: 1601px) {
    .grid-footer {
      padding: 57px 0; } }
  .grid-footer .lower-case {
    text-transform: lowercase; }
  .grid-footer .initial-case {
    text-transform: initial; }
  .grid-footer .grid-footer-contain {
    display: flex; }
    @media (min-width: 768px) {
      .grid-footer .grid-footer-contain {
        display: block; } }
    .grid-footer .grid-footer-contain .footer-list {
      list-style: none; }
      @media (min-width: 768px) {
        .grid-footer .grid-footer-contain .footer-list {
          display: grid;
          grid-template-columns: repeat(2, 1fr); } }
      @media (min-width: 992px) {
        .grid-footer .grid-footer-contain .footer-list {
          grid-template-columns: repeat(3, 1fr);
          justify-items: center; } }
      .grid-footer .grid-footer-contain .footer-list .footer-item {
        margin-bottom: 1.5rem; }
        @media (max-width: 767px) {
          .grid-footer .grid-footer-contain .footer-list .footer-item:last-of-type, .grid-footer .grid-footer-contain .footer-list .footer-item:nth-of-type(2) {
            margin-bottom: 0; } }
        @media (min-width: 1600px) {
          .grid-footer .grid-footer-contain .footer-list .footer-item:nth-of-type(1) {
            justify-self: start; }
          .grid-footer .grid-footer-contain .footer-list .footer-item:nth-of-type(3) {
            justify-self: end; } }
        @media (min-width: 992px) {
          .grid-footer .grid-footer-contain .footer-list .footer-item .title-item {
            margin-bottom: 10px;
            display: block;
            font-size: 15px; } }
        .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-list {
          list-style: none; }
          .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-list .footer-item-list-item {
            padding-bottom: 10px; }
            .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-list .footer-item-list-item:last-of-type {
              padding-bottom: 0; }
              .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-list .footer-item-list-item:last-of-type a {
                margin-right: 0; }
            .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-list .footer-item-list-item a {
              color: white;
              display: flex;
              width: fit-content; }
              .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-list .footer-item-list-item a .icon {
                margin-right: 10px;
                width: .8rem;
                display: flex;
                align-items: center;
                justify-content: center; }
            .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-list .footer-item-list-item .content {
              display: flex; }
              .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-list .footer-item-list-item .content .icon {
                width: .8rem;
                display: flex;
                margin-right: 10px;
                align-items: center;
                justify-content: center; }
                .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-list .footer-item-list-item .content .icon img {
                  object-fit: contain; }
              .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-list .footer-item-list-item .content .or {
                padding: 0 3px;
                text-transform: lowercase; }
            .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-list .footer-item-list-item .address-info {
              display: flex;
              text-align: left; }
              .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-list .footer-item-list-item .address-info .icon {
                width: .8rem;
                margin-right: 10px;
                display: flex;
                align-items: flex-start;
                justify-content: center; }
                .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-list .footer-item-list-item .address-info .icon img {
                  object-fit: contain; }
              @media (max-width: 767px) {
                .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-list .footer-item-list-item .address-info br {
                  display: none; } }
            @media (min-width: 768px) {
              .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-list .footer-item-list-item .social-icon {
                margin-right: 10px; } }
            @media (min-width: 1200px) {
              .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-list .footer-item-list-item .social-icon {
                margin-right: 15px; } }
            @media (min-width: 1600px) {
              .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-list .footer-item-list-item .social-icon {
                margin-right: 19px; } }
        .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-title {
          color: white;
          text-transform: uppercase; }
        .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-title-contact {
          color: white;
          text-transform: uppercase; }
          @media (min-width: 992px) {
            .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-title-contact {
              text-align: center; } }
        .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-title-follow-us {
          color: white;
          text-transform: uppercase; }
          @media (max-width: 767px) {
            .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-title-follow-us {
              display: none; } }
          @media (min-width: 992px) {
            .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-title-follow-us {
              text-align: center; } }
          @media (min-width: 768px) {
            .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-title-follow-us .footer-item-list {
              padding-top: 10px;
              display: flex; } }
          @media (min-width: 992px) {
            .grid-footer .grid-footer-contain .footer-list .footer-item .footer-item-title-follow-us .footer-item-list {
              padding-top: 0;
              display: flex; } }

#footer .contentFooter {
  display: flex;
  align-items: center;
  background-color: #171717; }

/**
Components
 */
#sliderTop .flexslider {
  position: relative; }

@media (max-width: 767px) {
  #sliderTop {
    margin-top: 3.5rem; } }

@media (min-width: 768px) {
  #sliderTop {
    margin-top: 180px; } }

@media (min-width: 1200px) {
  #sliderTop {
    margin-top: 200px; } }

@media (min-width: 1600px) {
  #sliderTop {
    margin-top: 226px; } }

@media (min-width: 1600px) {
  #sliderTop .slides {
    height: 820px; } }

@media (min-width: 1600px) {
  #sliderTop .slides li {
    height: 820px; } }

@media (min-width: 1600px) {
  #sliderTop .slides li img {
    height: 820px;
    object-fit: cover; } }

#sliderTop .slides li .contSlider .container {
  position: relative; }

#sliderTop .slides li .contSlider .text-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 121, 0, 0.8);
  height: 7rem;
  width: 90%; }
  @media (min-width: 768px) {
    #sliderTop .slides li .contSlider .text-slider {
      height: 12rem;
      width: 80%; } }
  @media (min-width: 1200px) {
    #sliderTop .slides li .contSlider .text-slider {
      height: 200px;
      width: 850px; } }
  @media (min-width: 1600px) {
    #sliderTop .slides li .contSlider .text-slider {
      height: 230px;
      width: 880px; } }
  #sliderTop .slides li .contSlider .text-slider h1 {
    color: white;
    text-align: center;
    font-size: 1.4rem;
    line-height: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif; }
    #sliderTop .slides li .contSlider .text-slider h1 span {
      font-family: 'Open Sans', sans-serif;
      font-weight: 600; }
    @media (min-width: 458px) {
      #sliderTop .slides li .contSlider .text-slider h1 {
        padding: 0 20px; } }
    @media (min-width: 768px) {
      #sliderTop .slides li .contSlider .text-slider h1 {
        font-size: 30px; } }
    @media (min-width: 1200px) {
      #sliderTop .slides li .contSlider .text-slider h1 {
        font-size: 40px; } }
    @media (min-width: 1600px) {
      #sliderTop .slides li .contSlider .text-slider h1 {
        font-size: 50px; } }
    @media (max-width: 549px) {
      #sliderTop .slides li .contSlider .text-slider h1 br {
        display: none; } }

#sliderTop .flex-direction-nav {
  z-index: 2; }
  @media (min-width: 768px) {
    #sliderTop .flex-direction-nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 750px !important;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    #sliderTop .flex-direction-nav {
      width: 970px !important; } }
  @media (min-width: 1200px) {
    #sliderTop .flex-direction-nav {
      width: 1060px !important; } }
  @media (min-width: 1600px) {
    #sliderTop .flex-direction-nav {
      width: 1150px !important; } }
  #sliderTop .flex-direction-nav a {
    bottom: 0; }
  @media (min-width: 768px) {
    #sliderTop .flex-direction-nav {
      height: 10px;
      width: 100%;
      left: 50%;
      top: 50%;
      transform: translateY(-50%) translateX(-50%);
      position: absolute; } }
  @media (min-width: 768px) {
    #sliderTop .flex-direction-nav .flex-nav-prev {
      width: 10%;
      position: relative;
      height: 35px; } }
  @media (min-width: 768px) {
    #sliderTop .flex-direction-nav .flex-nav-prev .flex-prev {
      display: block;
      margin-left: 0;
      position: relative;
      right: 0;
      left: 0;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    #sliderTop .flex-direction-nav .flex-nav-next {
      width: 10%;
      position: relative;
      height: 35px; } }
  @media (min-width: 768px) {
    #sliderTop .flex-direction-nav .flex-nav-next .flex-next {
      display: block;
      margin-left: 0;
      position: relative;
      right: 0;
      left: 0;
      margin: 0 auto; } }

.item-grid {
  padding: .8rem 0; }
  .item-grid .image-space {
    background-color: #FF7900;
    height: 10rem;
    width: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: skew(348deg, 360deg); }
    @media (min-width: 992px) {
      .item-grid .image-space {
        height: 12rem; } }
    @media (min-width: 1200px) {
      .item-grid .image-space {
        height: 160px;
        width: 198px; } }
    @media (min-width: 1450px) {
      .item-grid .image-space {
        height: 226px;
        width: 186px; } }
    .item-grid .image-space img {
      width: 6rem;
      transform: skew(12deg, 0deg); }
  .item-grid .text {
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-top: .6rem;
    color: white;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: normal;
    transform: translateX(-1em);
    margin-left: auto;
    margin-right: auto; }
    .item-grid .text .orange-color {
      font-weight: 600;
      color: #FF7900; }
    @media (min-width: 1200px) {
      .item-grid .text {
        font-size: 20px; } }
    @media (min-width: 1600px) {
      .item-grid .text {
        font-size: 22px;
        line-height: 26px;
        transform: translateX(-20px); } }
  .item-grid:last-of-type {
    padding-bottom: 0; }

.title-section-1 {
  background: #FF7900;
  display: flex;
  justify-content: center; }
  .title-section-1 h1 {
    padding: 1.3rem 0;
    color: white;
    font-size: 1.8rem;
    text-align: center;
    font-family: "Open Sans", sans-serif; }
    @media (min-width: 768px) {
      .title-section-1 h1 {
        padding: 1.5rem;
        font-size: 1.9rem; } }
    @media (min-width: 1200px) {
      .title-section-1 h1 {
        padding: 40px;
        font-size: 35px; } }
    @media (min-width: 1600px) {
      .title-section-1 h1 {
        padding: 45px;
        font-size: 38px; } }

.title-section-2 {
  background: white;
  display: flex;
  justify-content: center;
  font-family: "Open Sans", sans-serif; }
  @media (min-width: 768px) {
    .title-section-2 {
      margin-top: 1rem; } }
  @media (min-width: 1200px) {
    .title-section-2 {
      margin-top: 1.2rem; } }
  .title-section-2 h1 {
    padding: 1.3rem 0;
    color: #FF7900;
    font-size: 1.8rem;
    text-align: center; }
    @media (min-width: 768px) {
      .title-section-2 h1 {
        padding: 1.5rem;
        font-size: 1.9rem; } }
    @media (min-width: 1200px) {
      .title-section-2 h1 {
        padding: 40px;
        font-size: 35px; } }
    @media (min-width: 1600px) {
      .title-section-2 h1 {
        padding: 40px;
        font-size: 38px; } }

/**
Redes style
 */
#redes {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 100; }
  @media (min-width: 768px) {
    #redes {
      display: none; } }
  #redes .grid-redes {
    display: flex;
    list-style: none;
    height: 100%;
    width: 100%; }
    #redes .grid-redes li {
      width: calc(100% / 4);
      background: red;
      display: flex;
      align-items: center;
      justify-content: center; }
      #redes .grid-redes li.facebook-red {
        background-color: #3b5998; }
      #redes .grid-redes li.instagram-red {
        background-color: #833AB4; }
      #redes .grid-redes li.twitter-red {
        background-color: #00acee; }
      #redes .grid-redes li.linkedin-red {
        background-color: #0e76a8; }
      #redes .grid-redes li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }

.map-title {
  background: #625D5C; }
  @media (min-width: 768px) {
    .map-title {
      height: 60px; } }
  @media (min-width: 768px) {
    .map-title {
      display: flex;
      align-items: center; } }
  @media (min-width: 1200px) {
    .map-title {
      height: 86px;
      font-size: 17px; } }
  .map-title .container .title {
    text-align: center;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-weight: normal; }
    @media (max-width: 767px) {
      .map-title .container .title {
        padding: 10px 0;
        display: flex;
        flex-direction: column;
        align-items: center; } }
    @media (min-width: 768px) {
      .map-title .container .title {
        display: flex;
        align-items: center;
        justify-content: center; } }
    .map-title .container .title img {
      width: 23px;
      height: 33px; }
      @media (max-width: 767px) {
        .map-title .container .title img {
          margin-bottom: 10px; } }
      @media (min-width: 768px) {
        .map-title .container .title img {
          margin-right: 10px; } }

@media (min-width: 768px) {
  .contact-map {
    height: 260px; } }

@media (min-width: 1024px) {
  .contact-map {
    height: 300px; } }

@media (min-width: 1200px) {
  .contact-map {
    height: 380px; } }

@media (min-width: 1600px) {
  .contact-map {
    height: 438px; } }

/**
Views
 */
/**
Index Styles
 */
@media (min-width: 992px) {
  #main #welcome-to-alupress {
    padding: 2.5rem 0; } }

@media (min-width: 1200px) {
  #main #welcome-to-alupress {
    padding: 50px 0; } }

@media (min-width: 1600px) {
  #main #welcome-to-alupress {
    padding: 57px 0; } }

#main #welcome-to-alupress .welcome-to-alupress-contain {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 992px) {
    #main #welcome-to-alupress .welcome-to-alupress-contain {
      display: grid;
      grid-template-columns: repeat(2, 1fr); } }
  #main #welcome-to-alupress .welcome-to-alupress-contain .text-space {
    margin-top: 2rem;
    margin-bottom: 2rem; }
    @media (min-width: 1600px) {
      #main #welcome-to-alupress .welcome-to-alupress-contain .text-space {
        width: 118%; } }
    #main #welcome-to-alupress .welcome-to-alupress-contain .text-space h1 {
      text-transform: uppercase;
      font-size: 1.8rem;
      text-align: center;
      font-family: 'Open Sans', sans-serif;
      font-weight: normal; }
      @media (max-width: 767px) {
        #main #welcome-to-alupress .welcome-to-alupress-contain .text-space h1 {
          line-height: 1.9rem; } }
      @media (min-width: 992px) {
        #main #welcome-to-alupress .welcome-to-alupress-contain .text-space h1 {
          text-align: left;
          margin-bottom: 40px; } }
      @media (min-width: 1200px) {
        #main #welcome-to-alupress .welcome-to-alupress-contain .text-space h1 {
          margin-bottom: 50px;
          font-size: 32px; } }
      @media (min-width: 1600px) {
        #main #welcome-to-alupress .welcome-to-alupress-contain .text-space h1 {
          font-size: 36px;
          margin-bottom: 73px; } }
      #main #welcome-to-alupress .welcome-to-alupress-contain .text-space h1 .alupress-color {
        color: #FF7900;
        font-weight: 600; }
    #main #welcome-to-alupress .welcome-to-alupress-contain .text-space p {
      font-size: 1rem;
      text-align: center;
      margin-top: 10px;
      font-family: 'Open Sans', sans-serif;
      font-weight: normal; }
      @media (max-width: 767px) {
        #main #welcome-to-alupress .welcome-to-alupress-contain .text-space p {
          line-height: 1.2rem; } }
      @media (min-width: 992px) {
        #main #welcome-to-alupress .welcome-to-alupress-contain .text-space p {
          text-align: left;
          line-height: 30px; } }
      @media (min-width: 1200px) {
        #main #welcome-to-alupress .welcome-to-alupress-contain .text-space p {
          line-height: 35px; } }
      @media (min-width: 1600px) {
        #main #welcome-to-alupress .welcome-to-alupress-contain .text-space p {
          line-height: 40px; } }
  #main #welcome-to-alupress .welcome-to-alupress-contain .image-space img {
    width: 12rem; }
    @media (min-width: 993px) {
      #main #welcome-to-alupress .welcome-to-alupress-contain .image-space img {
        width: 350px; } }
    @media (min-width: 1200px) {
      #main #welcome-to-alupress .welcome-to-alupress-contain .image-space img {
        width: 430px;
        transform: translateX(50px); } }
    @media (min-width: 1600px) {
      #main #welcome-to-alupress .welcome-to-alupress-contain .image-space img {
        width: 550px;
        transform: translateX(104px); } }

#main #res-team-hon-cost-cont {
  margin: 2rem 0;
  padding: 2rem 0;
  background-color: #292929; }
  @media (min-width: 993px) {
    #main #res-team-hon-cost-cont {
      margin-top: 0; } }
  @media (min-width: 1200px) {
    #main #res-team-hon-cost-cont {
      padding: 65px 0; } }
  @media (min-width: 1600px) {
    #main #res-team-hon-cost-cont {
      padding: 85px 0; } }
  #main #res-team-hon-cost-cont .grid-res-team-hon-cost-cont {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 768px) {
      #main #res-team-hon-cost-cont .grid-res-team-hon-cost-cont {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center; } }
    @media (min-width: 992px) {
      #main #res-team-hon-cost-cont .grid-res-team-hon-cost-cont {
        max-width: 50rem;
        margin-right: auto;
        align-items: start;
        margin-left: auto; } }
    @media (min-width: 1024px) {
      #main #res-team-hon-cost-cont .grid-res-team-hon-cost-cont {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 1200px) {
      #main #res-team-hon-cost-cont .grid-res-team-hon-cost-cont {
        max-width: 90%;
        grid-template-columns: repeat(5, 1fr); } }
    @media (min-width: 1240px) {
      #main #res-team-hon-cost-cont .grid-res-team-hon-cost-cont {
        max-width: fit-content;
        grid-column-gap: 20px; } }
    @media (min-width: 1600px) {
      #main #res-team-hon-cost-cont .grid-res-team-hon-cost-cont {
        grid-column-gap: 26px; } }
    @media (min-width: 768px) {
      #main #res-team-hon-cost-cont .grid-res-team-hon-cost-cont .item-grid:last-of-type {
        grid-column: 1/3; } }
    @media (min-width: 1024px) {
      #main #res-team-hon-cost-cont .grid-res-team-hon-cost-cont .item-grid:last-of-type {
        grid-column: unset; } }
    @media (min-width: 1200px) {
      #main #res-team-hon-cost-cont .grid-res-team-hon-cost-cont .item-grid:last-of-type {
        grid-column: unset; } }

#main #growth-company .growth-company-content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center; }
  @media (min-width: 1200px) {
    #main #growth-company .growth-company-content {
      display: grid;
      grid-template-columns: repeat(2, 1fr); } }
  #main #growth-company .growth-company-content .image {
    margin-top: 1rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center; }
    @media (min-width: 1200px) {
      #main #growth-company .growth-company-content .image {
        justify-self: end; } }
    #main #growth-company .growth-company-content .image img {
      width: 15rem; }
      @media (min-width: 992px) {
        #main #growth-company .growth-company-content .image img {
          width: 444px; } }
      @media (min-width: 1200px) {
        #main #growth-company .growth-company-content .image img {
          width: 500px; } }
      @media (min-width: 1600px) {
        #main #growth-company .growth-company-content .image img {
          width: 540px;
          transform: translateX(-110px); } }
  #main #growth-company .growth-company-content .text-space {
    font-size: 1rem;
    text-align: center;
    background-color: #FF7900;
    color: white;
    padding: 1.2rem;
    transform: skew(348deg, 360deg);
    max-width: 95%;
    font-family: "Open Sans", sans-serif; }
    @media (min-width: 1200px) {
      #main #growth-company .growth-company-content .text-space {
        transform: skew(350deg, 360deg) translateX(-70px);
        padding: 70px 0;
        text-align: left;
        max-width: unset;
        display: flex;
        align-items: center;
        width: 600px; } }
    @media (min-width: 1600px) {
      #main #growth-company .growth-company-content .text-space {
        transform: skew(352deg, 360deg) translateX(-218px);
        width: 725px;
        padding: 82px 0;
        height: 221px; } }
    #main #growth-company .growth-company-content .text-space span {
      display: block;
      transform: skew(12deg, 0deg); }
      @media (max-width: 767px) {
        #main #growth-company .growth-company-content .text-space span {
          line-height: 1.3rem; } }
      @media (min-width: 1200px) {
        #main #growth-company .growth-company-content .text-space span {
          padding: 0 40px;
          line-height: 35px; } }
      @media (min-width: 1600px) {
        #main #growth-company .growth-company-content .text-space span {
          padding: 0 83px;
          line-height: 40px;
          transform: skew(9deg, 0deg);
          letter-spacing: -0.8px; } }

/**
About Us Styles
 */
@media (max-width: 767px) {
  #about-us-vision {
    margin-bottom: 2rem; } }

@media (min-width: 769px) {
  #about-us-mision .container, #about-us-vision .container {
    margin: auto;
    line-height: unset;
    text-align: unset;
    position: unset;
    color: unset;
    max-width: unset;
    width: unset;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0; } }

@media (min-width: 769px) and (min-width: 992px) and (max-width: 1023px) {
  #about-us-mision, #about-us-vision {
    height: 23rem; } }

@media (min-width: 769px) and (max-width: 1023px) {
  #about-us-mision .about-us-grid, #about-us-vision .about-us-grid {
    height: 18rem; } }

@media (min-width: 769px) and (min-width: 992px) and (max-width: 1023px) {
  #about-us-mision .about-us-grid, #about-us-vision .about-us-grid {
    height: 23rem; } }

@media (min-width: 769px) {
  #about-us-mision .about-us-grid .image-space, #about-us-vision .about-us-grid .image-space {
    height: 100%; }
  #about-us-mision .about-us-grid .text-space, #about-us-vision .about-us-grid .text-space {
    align-self: start;
    margin-top: 1.5rem; } }

@media (min-width: 769px) and (min-width: 992px) and (max-width: 1023px) {
  #about-us-mision .about-us-grid .text-space, #about-us-vision .about-us-grid .text-space {
    margin-top: 2rem; } }
  @media (min-width: 769px) and (min-width: 1024px) {
    #about-us-mision .about-us-grid .text-space, #about-us-vision .about-us-grid .text-space {
      margin-top: 0;
      padding: 80px 0; }
      #about-us-mision .about-us-grid .text-space.vision-text, #about-us-vision .about-us-grid .text-space.vision-text {
        margin-left: 25px; } }
  @media (min-width: 769px) and (min-width: 1200px) {
    #about-us-mision .about-us-grid .text-space, #about-us-vision .about-us-grid .text-space {
      margin-top: 0;
      padding-top: 130px;
      padding-bottom: 110px; } }
  @media (min-width: 769px) and (min-width: 1600px) {
    #about-us-mision .about-us-grid .text-space, #about-us-vision .about-us-grid .text-space {
      padding-top: 150px;
      padding-bottom: 137px; }
      #about-us-mision .about-us-grid .text-space.vision-text, #about-us-vision .about-us-grid .text-space.vision-text {
        padding-top: 179px;
        padding-bottom: 175px; }
        #about-us-mision .about-us-grid .text-space.vision-text h1, #about-us-vision .about-us-grid .text-space.vision-text h1 {
          margin-bottom: 42px; } }

.about-us-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0; }
  .about-us-grid.flex-reverse {
    flex-direction: column-reverse; }
  .about-us-grid:first-of-type {
    padding-bottom: 0; }
  @media (min-width: 769px) {
    .about-us-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 375px 375px minmax(0, 1fr);
      position: relative;
      padding: 0; } }
  @media (min-width: 993px) {
    .about-us-grid {
      grid-template-columns: minmax(0, 1fr) 485px 485px minmax(0, 1fr); } }
  @media (min-width: 1200px) {
    .about-us-grid {
      grid-template-columns: minmax(0, 1fr) 540px 540px minmax(0, 1fr); } }
  @media (min-width: 1024px) {
    .about-us-grid .text-space {
      padding: 10px 0; } }
  .about-us-grid .text-space h1 {
    margin-bottom: .7rem;
    color: #FF7900;
    text-align: center;
    font-size: 1.8rem;
    font-family: "Open Sans", sans-serif; }
    @media (min-width: 993px) {
      .about-us-grid .text-space h1 {
        font-size: 33px;
        margin-bottom: 35px;
        text-align: left; } }
    @media (min-width: 1200px) {
      .about-us-grid .text-space h1 {
        margin-bottom: 40px;
        font-size: 38px; } }
    @media (min-width: 1600px) {
      .about-us-grid .text-space h1 {
        margin-bottom: 65px; } }
  .about-us-grid .text-space p {
    font-size: 1rem;
    line-height: 1.8rem;
    font-family: "Open Sans", sans-serif;
    text-align: justify; }

@media (min-width: 769px) and (max-width: 991px) {
  .about-us-grid .text-space p {
    line-height: 1.5rem;
    font-size: .9rem; } }
    @media (min-width: 992px) {
      .about-us-grid .text-space p {
        line-height: 24px; } }
    @media (min-width: 993px) {
      .about-us-grid .text-space p {
        font-size: 16px;
        line-height: 28px;
        text-align: left; } }
    @media (min-width: 1200px) {
      .about-us-grid .text-space p {
        line-height: 36px; }
        .about-us-grid .text-space p .text-vertical-space {
          display: block;
          margin-top: 18px; } }
    @media (min-width: 1600px) {
      .about-us-grid .text-space p {
        line-height: 40px;
        max-width: 476px;
        letter-spacing: -0.6px; }
        .about-us-grid .text-space p .text-vertical-space {
          margin-top: 40px; } }
  @media (min-width: 769px) {
    .about-us-grid .text-space {
      padding-right: 15px;
      padding-left: 15px; }
      .about-us-grid .text-space.mision-text {
        grid-column: 2/3; }
      .about-us-grid .text-space.vision-text {
        grid-column: 3/4; } }
  @media (min-width: 1200px) {
    .about-us-grid .text-space.vision-text {
      padding-left: 40px; } }
  @media (min-width: 1600px) {
    .about-us-grid .text-space.vision-text {
      padding-left: 60px; } }
  .about-us-grid .image-space {
    height: 11rem;
    width: 22rem;
    margin-top: 1rem; }
    .about-us-grid .image-space.mision-image, .about-us-grid .image-space.vision-image {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .about-us-grid .image-space.mision-image {
      background-image: url("../images/nosotros/mision-tel.jpg"); }
      @media (min-width: 769px) {
        .about-us-grid .image-space.mision-image {
          background-image: url("../images/nosotros/mision.png");
          background-position: left;
          grid-column: 3/-1; } }
    .about-us-grid .image-space.vision-image {
      background-image: url("../images/nosotros/vision-tel.jpg"); }
      @media (min-width: 769px) {
        .about-us-grid .image-space.vision-image {
          background-image: url("../images/nosotros/vision.png");
          background-position: right;
          grid-column: 1/3; } }
    @media (min-width: 769px) {
      .about-us-grid .image-space {
        height: 16rem;
        width: 100%;
        margin-top: 0; } }
    @media (min-width: 993px) {
      .about-us-grid .image-space {
        height: 20rem; } }
    @media (min-width: 1200px) {
      .about-us-grid .image-space {
        height: 400px; } }
    @media (min-width: 1450px) {
      .about-us-grid .image-space {
        height: 450px; } }
    @media (min-width: 1600px) {
      .about-us-grid .image-space {
        height: 450px; } }

/**
Clients Styles
 */
#clients-clients {
  background: white;
  padding: 2rem 0; }
  @media (min-width: 992px) {
    #clients-clients {
      padding: 120px 0; } }
  @media (min-width: 1600px) {
    #clients-clients {
      padding: 130px 0; } }
  #clients-clients .clients-clients-grid {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 768px) {
      #clients-clients .clients-clients-grid {
        display: grid;
        justify-items: center;
        align-items: center;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 50px; } }
    @media (min-width: 992px) {
      #clients-clients .clients-clients-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 80px; } }
    @media (min-width: 1200px) {
      #clients-clients .clients-clients-grid {
        grid-row-gap: 120px; } }
    @media (min-width: 1600px) {
      #clients-clients .clients-clients-grid {
        grid-row-gap: 130px; } }
    #clients-clients .clients-clients-grid .clients-clients-item {
      width: 280px;
      height: 140px;
      display: flex;
      align-items: center;
      margin: 1rem 0; }
      @media (min-width: 768px) {
        #clients-clients .clients-clients-grid .clients-clients-item {
          width: 240px;
          height: 100px; }
          #clients-clients .clients-clients-grid .clients-clients-item:last-of-type {
            grid-column: 1/-1; } }
      @media (min-width: 992px) {
        #clients-clients .clients-clients-grid .clients-clients-item {
          width: 250px;
          height: 110px; }
          #clients-clients .clients-clients-grid .clients-clients-item:last-of-type {
            grid-column: unset; } }
      @media (min-width: 1200px) {
        #clients-clients .clients-clients-grid .clients-clients-item {
          width: 260px;
          height: 120px; } }
      @media (min-width: 1600px) {
        #clients-clients .clients-clients-grid .clients-clients-item {
          width: 270px;
          height: 130px; }
          #clients-clients .clients-clients-grid .clients-clients-item:nth-of-type(7), #clients-clients .clients-clients-grid .clients-clients-item:nth-of-type(8), #clients-clients .clients-clients-grid .clients-clients-item:nth-of-type(9) {
            margin-top: 0; }
          #clients-clients .clients-clients-grid .clients-clients-item:nth-of-type(8), #clients-clients .clients-clients-grid .clients-clients-item:nth-of-type(9) {
            display: flex;
            align-items: flex-end;
            transform: translateY(-5px); }
          #clients-clients .clients-clients-grid .clients-clients-item:nth-of-type(9) {
            transform: translateY(10px); } }
      #clients-clients .clients-clients-grid .clients-clients-item img {
        width: 100%;
        object-fit: contain;
        object-position: center; }

/**
Machinery Styles
 */
@media (min-width: 1600px) {
  .title-section-2 {
    margin-top: 40px; } }

#installed-capacity .image-space {
  width: 100%;
  display: flex;
  justify-content: center; }
  #installed-capacity .image-space img {
    width: 100%;
    max-width: 32rem;
    object-fit: cover; }
    @media (min-width: 768px) {
      #installed-capacity .image-space img {
        max-width: 36rem; } }
    @media (min-width: 1200px) {
      #installed-capacity .image-space img {
        max-width: 800px;
        margin: 1rem 0; } }
    @media (min-width: 1600px) {
      #installed-capacity .image-space img {
        max-width: unset;
        margin: 1.5rem 0; } }

#installed-capacity p {
  color: #5B5655;
  font-size: 1rem;
  text-align: center;
  font-family: "Open Sans", sans-serif; }
  @media (min-width: 1200px) {
    #installed-capacity p {
      font-size: 16px; } }
  @media (min-width: 1600px) {
    #installed-capacity p {
      font-size: 18px; } }
  #installed-capacity p.text1 {
    margin-top: 1rem; }
    @media (min-width: 768px) {
      #installed-capacity p.text1 {
        margin-top: 1.3rem; } }
  #installed-capacity p.text2 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      #installed-capacity p.text2 {
        margin-bottom: 2rem; } }
    @media (min-width: 1200px) {
      #installed-capacity p.text2 {
        margin-bottom: 3rem; } }
    @media (min-width: 1600px) {
      #installed-capacity p.text2 {
        margin-bottom: 80px; } }

/**
Contact Styles
 */
.contact-section {
  margin-top: .5rem; }
  @media (max-width: 767px) {
    .contact-section {
      margin-bottom: .5rem; } }
  @media (min-width: 768px) {
    .contact-section {
      margin-bottom: 2rem; } }
  @media (min-width: 1200px) {
    .contact-section {
      margin-bottom: 50px; } }
  @media (min-width: 1600px) {
    .contact-section {
      margin-bottom: 60px; } }
  .contact-section #frmContacto div[class*="col-"] {
    padding: 0 4.5px; }
    .contact-section #frmContacto div[class*="col-"]:nth-of-type(1) {
      padding-left: 13.5px; }
    .contact-section #frmContacto div[class*="col-"]:nth-of-type(4) {
      padding-left: 13.5px; }
      .contact-section #frmContacto div[class*="col-"]:nth-of-type(4) .form-group {
        margin-bottom: 20px; }
    .contact-section #frmContacto div[class*="col-"] .form-group {
      margin-bottom: 9px; }
  .contact-section #frmContacto .form-control {
    border-radius: 0;
    background: #DDDDDD; }
    @media (min-width: 769px) {
      .contact-section #frmContacto .form-control {
        padding: 25px 11px; } }
    @media (min-width: 1200px) {
      .contact-section #frmContacto .form-control {
        padding: 35px 11px; } }
    @media (min-width: 1600px) {
      .contact-section #frmContacto .form-control {
        padding: 39px 11px; } }
  .contact-section #frmContacto .text-center {
    text-align: center; }
  .contact-section #frmContacto .btnEnviar {
    background: #FF7900;
    color: white;
    border-radius: 0; }
    @media (max-width: 767px) {
      .contact-section #frmContacto .btnEnviar {
        margin-bottom: 20px; } }
    @media (min-width: 768px) {
      .contact-section #frmContacto .btnEnviar {
        height: 50px;
        width: 180px; } }
    @media (min-width: 1201px) {
      .contact-section #frmContacto .btnEnviar {
        height: 60px;
        width: 187px; } }
    @media (min-width: 1600px) {
      .contact-section #frmContacto .btnEnviar {
        height: 66px;
        font-size: 20px; } }

/**
Themes
 */
