@charset "UTF-8";

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.hero-services-banner .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.hero-services-banner .homemobile a:hover {
  text-decoration: none;
  color: #fff;
}

.hero-services-banner .slider-banners {
  background-color: #f6f6f6;
  margin-top: -20px;
  margin-bottom: 20px;
}

.hero-services-banner .slick-prev.slick-arrow:before {
  content: '';
}

.hero-services-banner .slick-arrow {
  cursor: initial !important;
}

.hero-services-banner .slick-next,
.hero-services-banner .slick-prev {
  z-index: 20;
}

.hero-services-banner .arrow-left,
.hero-services-banner .arrow-right {
  top: 95px;
  position: absolute;
  width: 47px;
  height: 75px;
  z-index: 800;
  padding: 17px 14px;
  background: #efefef;
}

.hero-services-banner .slider-banner .arrow-left,
.hero-services-banner .slider-banner .arrow-right {
  top: 175px;
  height: 50px;
  padding: 0 14px;
}

.hero-services-banner .arrow-left {
  left: 15px;
}

.hero-services-banner .arrow-right {
  right: 15px;
}

.hero-services-banner .slick-list {
  background-color: #f6f6f6;
}

.hero-services-banner .slick-dots {
  position: relative;
  top: 0;
  width: 100px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-services-banner .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.hero-services-banner .slick-dots li button {
  border: none;
  padding: 7px;
  background: #cbcbcb;
  width: 10px;
  height: 10px;
  border-radius: 21px;
}

.hero-services-banner .slick-dots li button:before {
  content: '';
}

.hero-services-banner .div-carrousel .slick-dots li button {
  background: #e4e4e4;
}

.hero-services-banner .slick-dots .slick-active button {
  border: none;
  padding: 9px;
  background: #005dad;
  border: 2px #005dad solid;
  top: 5px;
  margin: 0 -3px;
  position: relative;
}

.hero-services-banner .slider-banners-1 {
  background-image: url("https://www.sodimac.com.mx/static/contenido/landingservicios/assets/img/banner/mobile/vitrina_mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
}

.hero-services-banner .slider-banners-2 {
  background-image: url("https://www.sodimac.com.mx/static/contenido/landingservicios/assets/img/banner/mobile/vitrina_mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
}

.hero-services-banner .slider-banners-3 {
  background-image: url("https://www.sodimac.com.mx/static/contenido/landingservicios/assets/img/banner/mobile/vitrina_mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
}

.hero-services-banner .slider-banner-img {
  position: relative;
  left: 0;
  right: 0;
  width: 1000px;
  margin: 0px auto;
  height: 100%;
}

.hero-services-banner .slider-banner-img img {
  width: 100px;
  height: auto;
}

.hero-services-banner .text-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
  font-weight: 100;
  color: #fff;
  text-decoration: none;
  width: 100%;
  padding: 0 0 20px 0;
}

.hero-services-banner-bottom {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.hero-services-banner-bottom .padding-banner {
  padding: 0 15px;
  margin-bottom: 25px;
}

.hero-services-banner-bottom .container-banner:hover {
  text-decoration: none;
}

.hero-services-banner-bottom .banner-bottom {
  background-size: 100%;
  background-position: bottom;
  height: 110px;
}

.hero-services-banner-bottom .container-tools {
  width: 50%;
  height: auto;
  font-family: misoregular,sans-serif;
  font-size: 2.2rem;
  position: absolute;
  top: 8px;
  right: 13px;
}

.hero-services-banner-bottom .text-tool {
  background-color: #FFD401;
  color: #000;
  line-height: 2.1rem;
  padding: 9px 0;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}

.hero-services-banner-bottom .see-more {
  background-color: #000;
  color: #FFF;
  width: 100%;
  display: inline-block;
  margin-top: 3px;
  padding: 9px;
  text-decoration: none;
}

.hero-services-banner-default {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-services-banner-default .loading {
  width: 60px;
  padding: 10px;
  margin: 0 auto;
}

.no-top {
  margin-top: -20px !important;
}

.category-body-wrapper {
  position: relative;
  cursor: pointer;
}

.image-body {
  padding: 0;
}

.border-left-category {
  border-left: 7px solid #005dad;
}

.border-right-category {
  border-right: 7px solid #005dad;
}

.pos-bottom-left {
  position: absolute;
  bottom: 15px;
  left: 0;
  float: left;
  padding-left: 15px;
}

.pos-bottom-right {
  position: absolute;
  bottom: 15px;
  right: 0;
  float: right;
}

.pos-bottom-right-button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  float: right;
}

.pos-bottom-left-button {
  position: absolute;
  bottom: 10px;
  left: 10px;
  float: left;
}

.titlebig-category {
  font-size: 3.7rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.img-arrow-mob {
  width: 48px;
  height: auto;
}

.menu-text-category {
  font-size: 1.7rem;
  color: #fff;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1;
}

.title-white {
  font-family: misoregular, sans-serif;
}

.container-space {
  width: 100%;
  height: 8px;
  background-color: #fff;
}

.letter-right {
  text-align: right !important;
  padding-right: 15px !important;
  margin-left: 10px;
}

.float-right-home {
  float: right !important;
}

.button-loading-services {
  background-color: #FF001D;
  color: #fff;
  width: 70%;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
}

.button-loading-services-mobile {
  background-color: #FF001D;
  color: #fff;
  width: 70%;
  margin: 25px auto;
  padding: 15px;
  text-align: center;
  cursor: pointer;
}

.accordion-main-category {
  background-color: #b3b3b3;
  width: 100%;
}

.accordion-main-category .mod-accordion {
  display: block;
  background-color: #ebebeb;
}

.accordion-main-category .mod-accordion .item-accord {
  display: block;
  background-color: #ebebeb;
}

.accordion-main-category .mod-accordion .item-accord h5 {
  font-size: 19px;
  font-weight: normal;
  line-height: 23px;
  cursor: pointer;
  display: block;
  border-radius: 4px;
}

.accordion-main-category .mod-accordion .item-accord h5 a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  color: #000;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 98%;
  margin: auto;
  display: -webkit-flex;
  -webkit-align-items: center;
  text-align: left;
}

.modal-open {
  overflow: hidden;
  position: fixed;
}

.section-interna .mg-top {
  margin-top: -60px;
}

.new-section-interna .title-section-servicios,
.section-interna .title-section-servicios {
  font-family: misoregular;
  font-size: 2em;
  text-align: center;
  padding: 0 0 15px;
  color: #454545;
}

.section-interna .title-section-servicios-prg {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 0.8em;
  text-align: center;
  padding: 0 0 5px 0;
}

.new-section-interna .line-mobile-bottom ,
.section-interna .line-mobile-bottom {
  background-image: url(../img/interna/lineapuntos.png);
  background-position: bottom;
  background-repeat: repeat-x;
}

.new-section-interna .line-mobile-bottom-gray,
.section-interna .line-mobile-bottom-gray {
  background-image: url(../img/interna/lineapuntos.png);
  background-position: bottom;
  background-repeat: repeat-x;
}

.new-section-interna .line-mobile-bottom-gray-cond,
.section-interna .line-mobile-bottom-gray-cond {
  background-image: url(../img/interna/lineapuntos.png);
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 15px;
}

.new-section-interna .title-section-servicios,
.section-interna .title-section-servicios {
  font-family: misoregular, sans-serif;
  font-size: 2em;
  text-align: center;
  padding: 0 0 15px;
}

.section-interna .category-body-wrapper {
  padding-top: 1px;
  position: relative;
  text-align: center;
}

.section-interna .category-body-wrapper .titlebig {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  color: #454545;
  margin-top: 10px;
}
.new-section-interna .list-cond,
.section-interna .list-cond {
  text-align: justify;
  padding-bottom: 3px;
  list-style-type: disc;
  font-size: 1.1rem;
  margin-left: 14px;
}

.section-interna .display-none-mobile {
  display: block;
}

.new-section-interna .list-incluye,
.section-interna .list-incluye {
  padding: 0px 10px 12px 1.3em;
  width: 100%;
  vertical-align: top;
}

.new-section-interna .list-incluye :before,
.section-interna .list-incluye :before {
  content: "\f058";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  color: #005dad;
}

.new-section-interna .cont-incluye,
.section-interna .cont-incluye {
  text-align: left;
  margin-bottom: 15px;
  margin-top: 30px;
}

.new-section-interna .cont-cond,
.section-interna .cont-cond {
  text-align: left;
  padding: 40px 40px 20px 40px;
}

.new-section-interna .cont-list-include,
.section-interna .cont-list-include {
  padding-top: 25px;
  margin: 0 auto;
  color: #454545;
  line-height: 1.6em;
}

.new-section-interna .cont-list,
.section-interna .cont-list {
  margin-top: 0;
  color: #454545;
}

.new-section-interna .cont-list-cond,
.section-interna .cont-list-cond {
  list-style: none;
  width: 100%;
  color: #454545;
}

.section-interna .hero-services-body {
  margin-top: 0;
}

.section-interna .pos-bottom-left {
  position: absolute;
  bottom: 15px;
  left: 10px;
  float: left;
}

.section-interna .line-internal-servicios {
  font-family: misoregular, sans-serif;
  padding-bottom: 18px;
  font-size: 2.1em;
  padding-top: 50px;
  text-align: center;
  background-image: url(../img/interna/lineapuntos.png);
  background-position: bottom;
  background-repeat: repeat-x;
}

.section-interna .precio-servicio {
  color: #454545 !important;
  font-size: 0.6em !important;
}

.section-interna .number-sku {
  color: #878787;
  font-size: .45em;
  line-height: 30px;
  font-weight: bold;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.section-interna .number-sku-title {
  display: inline;
  color: #878787;
  font-size: .45em;
  line-height: 30px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.section-interna .img-benefits {
  width: 40px;
  height: 35px;
  display: inline-block;
  margin-left: 10px;
}

.section-interna .title-service {
  padding: 5px;
  margin-top: 15px;
  text-align: center;
}

.section-interna .title-service p {
  font-size: 1.6rem;
  color: #454545;
  font-weight: bold;
  line-height: 1.2em;
}

.section-interna .cont-include {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 300%;
  padding-bottom: 22px;
}

.section-interna .consult {
  color: #fff;
  font-size: 1.1em;
  line-height: 1.3em;
  padding: 15px;
  text-align: justify;
}

.section-interna .consult .row {
  margin-left: 0px;
  margin-right: 0px;
}

.section-interna .pad-servicios {
  padding-top: 10px;
  text-align: left;
}

.section-interna .pad-servicios .col-xs-12 {
  padding: 10px;
}

.section-interna .pad-servicios-interna {
  padding: 14px;
  text-align: left;
}

.section-interna .pad-servicios-interna .col-xs-12 {
  padding: 10px;
}

.section-interna .img-benefits {
  width: 50px;
  height: auto;
  display: inline-block;
}

.section-interna .img-phone {
  width: 50px;
  height: auto;
  display: inline-block;
  margin-left: 6px;
}

.section-interna .titlebig-benefits {
  font-size: 1.6rem;
  text-align: right;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.section-interna .titlesmall-benefits {
  font-size: 1.6rem;
  line-height: 1.5rem;
  text-align: right;
  color: #fff;
  margin: 5px 0;
}

.section-interna .titlesmall-benefits .number-benefits {
  font-size: 2.5rem;
  font-weight: 700;
}

.section-interna .titlebig-blue {
  color: #005dad;
}

.section-interna .container-interna-benefits {
  margin: 44px auto 10px auto;
}

.section-interna .container-interna-benefits .category-body-wrapper .image.cmr {
  width: 71px;
  height: auto;
}

.section-interna .container-interna-benefits .category-body-wrapper .image.garantee {
  width: 35px;
  height: auto;
  padding-bottom: 8px;
}

.section-interna .container-interna-benefits .category-body-wrapper .image.certified {
  width: 35px;
  height: auto;
}

.section-interna .container-interna-benefits .box-container-benefits {
  width: 100%;
  height: 100%;
  margin: 15px 0;
}

.section-interna .container-interna-benefits .box-container-benefits .category-body-wrapper {
  cursor: initial;
}

.section-interna .container-interna-benefits .category-body {
  width: 90%;
  margin: auto;
}

.section-interna .container-interna-download {
  margin: 10px 0;
}

.section-interna .container-interna-download .button-download {
  background-color: #FF001D;
  text-align: center;
  width: 70%;
  margin: 0 auto 35px auto;
}

.section-interna .container-interna-download .button-download a {
  text-decoration: none;
  font-size: 1.5rem;
  color: #fff;
  margin: 0;
  line-height: 60px;
  vertical-align: middle;
}

.section-interna .container-interna-download .button-download a .icon-download-pdf .fa-download {
  font-style: normal !important;
  font-weight: 100;
  font-size: 2rem;
  margin-left: 7px;
}

.section-interna .hero-services-menu {
  margin-top: -40px;
  background-color: #fff;
}
.new-section-interna .description-service, 
.section-interna .description-service {
  font-size: 1.5rem;
  line-height: 1.3em;
  padding: 0 15px;
  text-align: justify;
  color: #454545;
}

.section-interna .button-more {
  color: #005dad;
  font-size: 1.1rem;
  display: inline-block;
  margin-bottom: 20px;
  cursor: pointer;
}

.section-interna .title-interna-servicio {
  display: block;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 0.95;
}

.section-interna .container-consult-desktop {
  background-color: #005dad;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.3em;
  text-align: justify;
}

.section-interna .container-consult-desktop a {
  text-decoration: none;
  cursor: initial;
}

.section-interna .container-consult-desktop-2 {
  color: #005dad;
  font-size: 1.5rem;
  line-height: 1.3em;
  text-align: justify;
  margin-top: 15px;
}

.section-interna .container-consult-desktop-2 .store-block {
  font-weight: bold;
}

.section-interna .hero-services-banner-interna .descriptionbig-category {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.section-interna .hero-services-banner-interna .descriptionbig-category .arrow-left {
  font-style: normal;
}

.section-interna .site-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-decoration: none;
  padding: 12px;
}

.section-interna .site-info-wrapper .site-info {
  text-decoration: none;
  margin-left: 10px;
}

.section-interna .site-info-wrapper .site-info span.store {
  color: #005dad;
}

.section-interna .site-info-wrapper-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-decoration: none;
  padding: 12px;
}

.section-interna .site-info-wrapper-service .site-info {
  text-decoration: none;
  margin-left: 10px;
  display: inline-block;
}

.section-interna .site-info-wrapper-service .site-info span.store {
  color: #005dad;
}

.section-interna .ver-mas-cond .cond-plus {
  color: #005dad;
}

@font-face {
  font-family: 'hands';
  src: url("../fonts/handsean/handsean-webfont.woff2") format("woff2"), url("../fonts/handsean/handsean-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'misoregular';
  src: url("../fonts/miso/miso-webfont.eot");
  src: url("../fonts/miso/miso-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/miso/miso-regular-webfont.woff2") format("woff2"), url("../fonts/miso/miso-regular-webfont.woff") format("woff"), url("../assets/fonts/miso/miso-regular-webfont.ttf") format("truetype"), url("../assets/fonts/miso/miso-regular-webfont.svg#misoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "vtc";
  src: url("../fonts/iconvtc/vtc.eot");
  src: url("../fonts/iconvtc/vtc.eot?#iefix") format("embedded-opentype"), url("../fonts/iconvtc/vtc.woff") format("woff"), url("../fonts/iconvtc/vtc.ttf") format("truetype"), url("../fonts/iconvtc/vtc.svg#vtc") format("svg");
  font-weight: normal;
  font-style: normal;
}

.breadrumbWrap {
  display: none;
}
/*
#main.newMainSection {
  margin-top: 0px !important;
}*/

#main.newMainSection > .container {
  width: 100%;
  padding: 0px;
  margin: auto;
  overflow: hidden !important;
}

#main.newMainSection > .container > .col-md-12 {
  padding: 0;
}

.display-none {
  display: none;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.pos-relative {
  position: relative;
}

.bg-gray {
  background-color: #ebebeb;
}

.bg-gray-home-mob {
  background-color: #f6f6f6;
}

.bg-gray-interna {
  background-color: #f0f0f0;
}

.bg-blue {
  background-color: #005dad;
}

.margin-5 {
  margin: 5px 0;
}

.max-width-1000 {
  max-width: 1000px;
}

.margin-auto {
  margin: auto;
}

.mb-3 {
  margin-bottom: 4px;
}

.mt-35 {
  margin-top: 0;
}

.text-bold {
  font-weight: bold;
}

.cont-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.min-width {
  min-width: 100%;
}

.height-auto {
  height: auto !important;
}

.box-grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

.container-grid {
  width: 100%;
  max-width: 1600px;
  max-height: 100%;
  margin: 0 auto;
}

.row-grid:before,
.row-grid:after {
  content: "";
  display: table;
}

.row-grid:after {
  clear: both;
}

[class*='cols-'] {
  min-height: 7px;
  margin: 0px;
  float: left;
}

.cols-1 {
  width: 8.333333%;
}

.cols-2 {
  width: 16.6666667%;
}

.cols-3 {
  width: 25%;
}

.cols-4 {
  width: 33.333333%;
}

.cols-5 {
  width: 41.6666667%;
}

.cols-6 {
  width: 50%;
}

.cols-7 {
  width: 58.333333%;
}

.cols-8 {
  width: 66.6666667%;
}

.cols-9 {
  width: 75%;
}

.cols-10 {
  width: 83.333333%;
}

.cols-11 {
  width: 91.6666667%;
}

.cols-12 {
  width: 100%;
}

.services-search {
  text-align: center;
  padding: 0 0 25px 0;
  background-color: #f6f6f6;
}

.services-search h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  padding-bottom: 5px;
  color: #45474b;
}

.services-search .color-red {
  background-color: #FF001D;
  border-color: #FF001D;
}

.services-search .button-search-services {
  width: 20px;
  height: 20px;
}

.services-search .row {
  padding: 15px;
}

.services-search .btn-search {
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  padding: 15px 0;
  cursor: pointer;
  margin: auto;
  width: 80%;
  font-weight: 300;
}

.services-search input[type=text].input-search-services::-webkit-input-placeholder {
  color: #d3d3d3;
  font-size: 1.7rem;
  text-transform: capitalize;
}

.services-search input[type=text].input-search-services::-moz-placeholder {
  color: #d3d3d3;
  text-transform: capitalize;
}

.services-search input[type=text].input-search-services:-ms-input-placeholder {
  color: #d3d3d3;
  text-transform: capitalize;
}

.services-search input[type=text].input-search-services:-moz-placeholder {
  color: #d3d3d3;
  text-transform: capitalize;
}

.services-search .input-group-btn {
  display: block;
}

.services-search .input-group-btn .btn {
  top: 1px;
}

.services-search .input-group-btn img {
  width: 15px;
  height: 15px;
}

.services-search .input-group {
  width: 92%;
}

.services-search .input-group input {
  text-transform: uppercase;
  height: 3.5em;
  border: 1px solid #ebebeb;
  background-color: #fff;
}

.services-search .input-group input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.services-search .dropdown-menu {
  position: absolute;
  max-height: 600px;
  z-index: 9999999;
  top: 46px !important;
  left: 306.5px;
  width: 100%;
  padding-top: 20px;
  line-height: 22px;
  border: 1px solid #ccc;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  cursor: pointer;
  height: auto;
  padding-bottom: 20px;
  overflow-y: hidden;
  border-radius: 0;
}

.services-search .dropdown-menu .active a {
  background-color: #99C7EB !important;
}

.services-search .dropdown-menu .active a:hover,
.services-search .dropdown-menu .active a:focus {
  background-color: #99C7EB !important;
}

.services-search .dropdown-menu li a {
  white-space: normal;
}

.services-search .dropdown-menu li a strong {
  display: inline-block;
}

.services-search-interna {
  padding: 25px 0 !important;
}

.search-fixed {
  position: fixed;
  top: 0px;
  z-index: 1041;
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  background-color: #f6f6f6;
  padding: 15px 0 !important;
  -webkit-transition: top 2s linear;
  transition: top 2s linear;
}

.search-mobile {
  background-color: #f6f6f6;
}

.hero-services-menu-desktop .wrapper-menu {
  background: #fff;
  padding-bottom: 0;
  display: none;
}

.hero-services-menu-desktop .wrapper-menu .slider-menu {
  margin: 0 auto;
  padding: 0 10px;
}

.hero-services-menu-desktop .wrapper-menu .slider-menu .menu-cat {
  height: 100px;
  padding: 0;
  border-color: #fff;
  text-align: center;
  outline: none;
  cursor: pointer;
}

.hero-services-menu-desktop .wrapper-menu .slider-menu .menu-cat .wrapper-menu-cat .cont-menu {
  width: 50px;
  margin: 10px auto;
  height: 50px;
}

.hero-services-menu-desktop .wrapper-menu .slider-menu .menu-cat .wrapper-menu-cat .title-menu {
  font-size: 1.3rem;
}

.hero-services-menu-desktop .wrapper-menu .slider-menu .menu-cat .wrapper-menu-cat .title-menu span {
  font-size: 0.9rem;
}

.hero-services-menu-desktop .wrapper-menu .slider-menu .img-menu path {
  fill: #005dad;
}

.hero-services-menu-desktop .wrapper-menu .slider-menu .img-menu rect {
  fill: #005dad;
}

.slider-menu a{
	text-decoration: none;
	color: #000;
}

.slide-menu {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.img-menu {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.img-menu rect {
  fill: #005dad;
}

.img-menu path {
  fill: #005dad;
}

.img-volver {
  width: 30px;
  padding-bottom: 12px;
  padding-top: 4px;
}

.padding-20 {
  padding-top: 0;
  padding-left: 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
  color: #000;
  text-align: center;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.container-menu {
  padding: 15px 0;
  outline: none;
  cursor: initial;
}

.container-menu .cont-menu {
  width: 50px;
}

.container-menu .title-menu {
  font-family: 'Arial', sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.img-link .arrow-down .img-arrow {
  width: 30px;
  height: 100%;
}

.display-menu-mobile {
  display: none;
}

.menu_mobile_grid .box-grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

.menu_mobile_grid .container-grid {
  width: 100%;
  max-height: 100%;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.menu_mobile_grid .row-grid:before,
.menu_mobile_grid .row-grid:after {
  content: "";
  display: table;
}

.menu_mobile_grid .row-grid:after {
  clear: both;
}

.menu_mobile_grid [class*='cols-'] {
  min-height: 7px;
  margin: 0px;
  float: left;
  padding-bottom: 25px;
}

.menu_mobile_grid .cols-1 {
  width: 8.333333%;
}

.menu_mobile_grid .cols-2 {
  width: 16.6666667%;
}

.menu_mobile_grid .cols-3 {
  width: 25%;
}

.menu_mobile_grid .cols-4 {
  width: 33.333333%;
}

.menu_mobile_grid .cols-5 {
  width: 41.6666667%;
}

.menu_mobile_grid .cols-6 {
  width: 50%;
}

.menu_mobile_grid .cols-7 {
  width: 58.333333%;
}

.menu_mobile_grid .cols-8 {
  width: 66.6666667%;
}

.menu_mobile_grid .cols-9 {
  width: 75%;
}

.menu_mobile_grid .cols-10 {
  width: 83.333333%;
}

.menu_mobile_grid .cols-11 {
  width: 91.6666667%;
}

.menu_mobile_grid .cols-12 {
  width: 100%;
}

.menu-category-container {
  width: 100%;
  margin: -10px 10px 0px 15px;
  background-color: #ebebeb;
  -webkit-transition: height 1s;
  transition: height 1s;
}

.menu-category-home {
  width: 630px;
  padding-top: 10px;
}

.pdd-left-menu {
  padding-left: 0 !important;
  padding-bottom: 10px;
}

.pdd-right-menu {
  padding-left: 6px;
  padding-right: 12px;
}

.menu-angle-right {
  -webkit-transition: all 3s;
  transition: all 3s;
  padding: 6px;
  text-align: right;
  font-size: 1.3rem !important;
  font-weight: bold;
  padding-right: 0;
}

.menu-border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.menu-category-home-muebles {
  width: 1000px;
  padding-top: 10px;
}

.menu-category-home-no-scroll {
  width: 100%;
  padding-top: 10px;
}

.menu-category-container {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  margin: -10px 10px 0px 15px;
  background-color: #ebebeb;
  margin: 0;
}

.menu-category-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}

.menu-category-scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.3);
}

.image-body {
  width: 100%;
  height: auto;
}

.hero-services-body-mobile .menu-mobile {
  overflow: hidden;
}

.hero-services-body-mobile .menu-mobile .menu-mobile-container {
  width: 90%;
  margin: auto;
  background-color: #ebebeb;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
}

.hero-services-body-mobile .accordion-main-category .mod-accordion {
  padding-bottom: 30px;
}

.hero-services-body-mobile .accordion-main-category .mod-accordion .col-xs-6 .link_menus {
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  height: 40px;
  color: #000;
  display: table;
}

.hero-services-body-mobile .accordion-main-category .mod-accordion .col-xs-6 .link_menus .item-accord {
  line-height: 16px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: left;
  margin: 0;
  padding: 8px 16px 8px 5px;
}

.hero-services-body-mobile .accordion-main-category .mod-accordion .col-xs-6 .link_menus .item-accord i {
  position: absolute;
  right: 0;
  top: 18%;
}

.hero-services-body-mobile .accordion-main-category .mod-accordion .col-xs-6 .border-top {
  border-top: 1px solid #ccc;
}

.hero-services-search #myModalSearchService.in,
.hero-services-search .modal-category.in {
  height: 100vh;
}

.hero-services-search .modal-open .modal {
  position: fixed !important;
  width: 100% !important;
  height: 100vh !important;
}

.hero-services-search .modal-body {
  width: 100%;
  margin: auto;
  padding: 0 !important;
  top: 100px;
  background-color: #fff;
}

.hero-services-search .modal-body .wrapper-menu-cat .cont-menu {
  width: 100%;
  margin: 0 auto;
}

.hero-services-search .modal-body .wrapper-menu-cat .title-menu {
  font-size: 1.3rem;
  padding-top: 10px;
}

.hero-services-search .modal-body .wrapper-menu-cat .title-menu span {
  font-size: 8px;
}

.hero-services-search .modal-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #005dad;
  height: 103px;
  padding: 10px;
}

.hero-services-search .modal-header .modal-mobile-search {
  position: relative;
  width: 100%;
  height: 30px;
  z-index: 100;
}

.hero-services-search .modal-header .modal-mobile-search .text-nuestro-servicio {
  position: absolute;
  top: 4px;
  left: 0px;
  color: #fff;
  font-size: 1.5rem;
}

.hero-services-search .modal-header .modal-mobile-search .btn-close-mobile {
  position: absolute;
  right: -10px;
  top: -10px;
  opacity: 1 !important;
  color: #fff;
  border: none;
  background-color: #005dad;
  padding: 10px;
  cursor: pointer;
}

.hero-services-search .modal-header .modal-mobile-search .word-close-mobile {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
}

.hero-services-search .modal-header .input-group {
  width: -webkit-calc( 100% - 42px);
  width: calc( 100% - 42px);
  margin-top: 10px;
}

.hero-services-search .modal-header .input-group .input-group-btn .btn {
  border: none;
  height: 42px;
}

.hero-services-search .modal-header .input-group input[type=text].input-search-services-mobile {
  height: 3em;
}

.hero-services-search .modal-header .input-group input[type=text].input-search-services-mobile::-webkit-input-placeholder {
  color: #d3d3d3;
  font-size: 1.4rem;
  text-transform: initial;
}

.hero-services-search .modal-header .input-group input[type=text].input-search-services-mobile::-moz-placeholder {
  color: #d3d3d3;
  font-size: 1.4rem;
  text-transform: initial;
}

.hero-services-search .modal-header .input-group input[type=text].input-search-services-mobile:-ms-input-placeholder {
  color: #d3d3d3;
  font-size: 1.4rem;
  text-transform: initial;
}

.hero-services-search .modal-header .input-group input[type=text].input-search-services-mobile:-moz-placeholder {
  color: #d3d3d3;
  font-size: 1.4rem;
  text-transform: initial;
}

.hero-services-search .modal-dialog {
  top: 0;
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.hero-services-search .modal-content {
  top: 0;
  height: 100vh;
}

.hero-services-search .modal-category .modal-article {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #efefef;
}

.hero-services-search .modal-category .modal-article .modal-mobile-search {
  width: 100%;
  z-index: 100;
  background-color: #005dad;
  height: 50px;
}

.hero-services-search .modal-category .modal-article .modal-mobile-search .text-nuestro-servicio {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
  padding: 18px 10px 16px 10px;
}

.hero-services-search .modal-category .modal-article .modal-mobile-search .text-nuestro-servicio i {
  font-style: normal;
  margin: 5px;
  font-size: 2rem;
  font-weight: 100;
}

.hero-services-search .modal-category .modal-article .modal-mobile-search .btn-close-mobile {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1 !important;
  color: #fff;
  border: none;
  background-color: #005dad;
  padding-top: 17px;
  padding-right: 10px;
}

.hero-services-search .modal-category .modal-article .modal-mobile-search .word-close-mobile {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
}

.hero-services-search .modal-category .menu-category-container {
  position: absolute;
  top: 50px;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.hero-services-search .modal-category .container-menu {
  clear: both;
  background-color: #efefef;
  padding: 10px 0;
}

.hero-services-search .modal-category .container-menu .cont-menu {
  width: 100%;
}

.hero-services-search .modal-category .modal-open .modal {
  overflow: hidden;
}

.hero-services-search .modal-category .accordion-main-category .mod-accordion {
  background-color: #efefef;
}

.hero-services-search .modal-category .accordion-main-category .mod-accordion .col-xs-6 .link_menus {
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  height: 40px;
  display: table;
}

.hero-services-search .modal-category .accordion-main-category .mod-accordion .col-xs-6 .link_menus .item-accord {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: left;
  margin: 0;
  background-color: #efefef;
  padding: 8px 18px 8px 5px;
  line-height: 16px;
}

.hero-services-search .modal-category .accordion-main-category .mod-accordion .col-xs-6 .link_menus .item-accord i {
  position: absolute;
  right: 0;
  top: 22%;
}

.hero-services-search .modal-category .accordion-main-category .mod-accordion .col-xs-6 .border-top {
  border-top: 1px solid #ccc;
}

.hero-services-search .fade-scale {
  opacity: 0;
  -webkit-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
}

.hero-services-search .fade-scale.in {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  position: fixed !important;
}

.hero-services-banner-interna .container-interna-vitrina {
  position: relative;
  left: 0;
  top: 0;
  width: 1000px;
  margin: 0px auto;
  height: 100%;
  padding: 10px;
}

.hero-services-banner-interna .container-interna-vitrina .text-banner-interna-inf {
  position: absolute;
  left: 0;
  top: 15px;
}

.hero-services-banner-interna .container-interna-vitrina .text-banner-interna-inf a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 1.5rem;
}

.hero-services-banner-interna .container-interna-vitrina .text-banner-interna-sup-cost {
  position: absolute;
  left: 110px;
  bottom: 15px;
}

.hero-services-banner-interna .container-interna-vitrina .text-banner-interna-sup-cost span {
  font-size: 3rem;
  margin-left: 1.4em;
  font-family: misoregular, sans-serif;
  color: #fff;
  display: inline-block;
  line-height: 1em;
  margin-bottom: 1px;
}

.hero-services-banner-interna .container-interna-vitrina .text-banner-interna-sup {
  position: absolute;
  left: 0;
  bottom: 15px;
}

.hero-services-banner-interna .container-interna-vitrina .text-banner-interna-sup img,
.hero-services-banner-interna .container-interna-vitrina .text-banner-interna-sup span {
  display: inline-block;
}

.hero-services-banner-interna .container-interna-vitrina .text-banner-interna-sup img {
  width: 100px;
  height: 100%;
  margin-bottom: 6px;
}

.banner-carpinteria {
  position: relative;
  background-image: url(../img/banner/desktop/banner-carpinteria.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 300px;
}

.banner-muebles {
  position: relative;
  background-image: url(../img/banner/desktop/banner-armado.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 300px;
}

.banner-cerrajeria {
  position: relative;
  background-image: url(../img/banner/desktop/banner-cerrajeria.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 300px;
}

.banner-climatizacion {
  position: relative;
  background-image: url(../img/banner/desktop/banner-climatizacion.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 300px;
}

.banner-cortinas {
  position: relative;
  background-image: url(../img/banner/desktop/banner-cortinas.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 300px;
}

.banner-electricidad {
  position: relative;
  background-image: url(../img/banner/desktop/banner-electricidad.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 300px;
}

.banner-electrodomesticos {
  position: relative;
  background-image: url(../img/banner/desktop/banner-electrodomesticos.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 300px;
}

.banner-gasfiteria {
  position: relative;
  background-image: url(../img/banner/desktop/banner-gasfiteria.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 300px;
}

.banner-otros {
  position: relative;
  background-image: url(../img/banner/desktop/banner-otros.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 300px;
}

.banner-pinturas {
  position: relative;
  background-image: url(../img/banner/desktop/banner-pintura.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 300px;
}

.banner-pisos {
  position: relative;
  background-image: url(../img/banner/desktop/banner-pisos.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 300px;
}

.banner-seguridad {
  position: relative;
  background-image: url(../img/banner/desktop/banner-seguridad.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 300px;
}

.hero-cuztomized-services-banner {
  position: relative;
  background-image: url(../img/bucket_3/banner/banner-home-m.jpg);
  background-repeat: no-repeat;
  background-size: 120% 100%;
  background-position: center;
  height: 150px;
}

.hero-cuztomized-services-banner .content-banner {
  position: relative;
  left: 0;
  top: 0;
  width: 96%;
  margin: 0px auto;
  height: 100%;
}

.hero-cuztomized-services-banner .content-banner .return-banner .anchor-banner {
  display: inline-block;
  text-decoration: none;
  color: #565757;
  padding: 10px 3px;
  margin: 10px 20px;
  background-color: #E4E5E6;
  font-size: 2rem;
}

.hero-cuztomized-services-banner .content-banner .text-banner-home {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 20px;
}

.hero-cuztomized-services-banner .content-banner .text-banner-home .icon-banner-home {
  display: inline-block;
}

.hero-cuztomized-services-banner .content-banner .text-banner-home .icon-banner-home img {
  width: 80px;
  height: 100%;
}

.hero-cuztomized-services-banner .content-banner .text-banner-home .title-banner-home {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 8px;
}

.double-border-1 {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #005dad;
}

.double-border-1 .border-banner-1 {
  position: absolute;
  width: 13%;
  height: 6px;
  background-color: #DD0021;
}

.double-border-2 {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #005dad;
  margin-bottom: 20px;
}

.double-border-2 .border-banner-2 {
  position: absolute;
  right: 0;
  width: 16%;
  height: 6px;
  background-color: #DD0021;
}

.hero-customized-services-menu.hero-services-menu-desktop .title-slider {
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.hero-customized-services-menu.hero-services-menu-desktop .text-bold {
  font-size: 1.4rem;
  font-weight: 800;
}

.hero-customized-services-menu.hero-services-menu-desktop .wrapper-menu .slider-menu {
  height: 158px;
  width: 100%;
  max-width: 100% !important;
  padding: 0;
}

.hero-customized-services-menu.hero-services-menu-desktop .wrapper-menu .slider-menu .arrow-left:before {
  padding: 63px 52px;
  line-height: 79px;
  background-color: #fff;
  font-size: 32px;
  color: #1D2933;
  cursor: pointer;
  font-weight: 700;
  margin-left: 10%;
}

.hero-customized-services-menu.hero-services-menu-desktop .wrapper-menu .slider-menu .arrow-right:before {
  padding: 63px 53px;
  line-height: 79px;
  background-color: #fff;
  font-size: 32px;
  color: #1D2933;
  cursor: pointer;
  font-weight: 700;
  margin-right: 10%;
}

.hero-customized-services-menu.hero-services-menu-desktop .wrapper-menu .slider-menu .slick-list {
  width: 1001px;
  height: 158px;
  margin: auto;
}

.hero-customized-services-menu.hero-services-menu-desktop .wrapper-menu .slider-menu .slick-list .slick-track .menu-cat {
  border-right: 1px solid #E9E9E9;
  border-left: 1px solid #E9E9E9;
  height: 158px;
  padding: 20px 0;
  width: 143px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-customized-services-menu.hero-services-menu-desktop .wrapper-menu .slider-menu .slick-list .slick-track .menu-cat .slick-slide.slick-active,
.hero-customized-services-menu.hero-services-menu-desktop .wrapper-menu .slider-menu .slick-list .slick-track .menu-cat .slick-slide.slick-cloned,
.hero-customized-services-menu.hero-services-menu-desktop .wrapper-menu .slider-menu .slick-list .slick-track .menu-cat .slick-slide.slick-active {
  width: 143px !important;
}

.hero-customized-services-menu.hero-services-menu-desktop .wrapper-menu .slider-menu .slick-list .slick-track .menu-cat .wrapper-menu-cat .cont-menu {
  margin: 10px auto;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-customized-services-menu.hero-services-menu-desktop .wrapper-menu .slider-menu .slick-list .slick-track .menu-cat .wrapper-menu-cat .cont-menu .img-menu {
  width: 47px;
  height: auto;
}

.hero-customized-services-menu.hero-services-menu-desktop .modal-dialog {
  width: 90%;
  margin: 10px auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .double-border-1 .border-banner-1 {
  width: 14%;
}

.hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-header {
  border: none;
  text-align: center;
  background-image: url(../img/bucket_3/fondo.png);
  padding-bottom: 0;
}

.hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-header .close {
  margin-top: -12px;
  right: 8px;
  position: absolute;
  font-size: 32px;
  opacity: initial;
}

.hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 1.6rem;
  line-height: 3.5;
}

.hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body {
  background-color: #EFEFEF;
  padding: 15px 30px 15px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body .modal-cat {
  width: auto;
  margin: 5px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body-row-wrapper .modal-cat {
  margin: 5px auto 5px 0;
}

.hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body .modal-cat .title-modal {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.6rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body .modal-cat .img-menu {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body .modal-serv {
  width: 100%;
}

.hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body .modal-serv .item-serv {
  text-decoration: none;
  color: #000;
}

.hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body .modal-serv .item-serv .item-serv-text {
  margin: 0;
  padding: 12px 5px 12px 0;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body .modal-serv .item-serv .item-serv-text .text-serv {
  line-height: 1;
  font-weight: 300;
}

.hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body .modal-serv .item-serv .item-serv-text .angle-serv {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 800;
}

.hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body .modal-serv .item-serv .border-bottom {
  border-bottom: 1px solid #000;
}

.hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .bold-text-modal {
  font-weight: 800;
}

.body-container {
  background-image: url(../img/bucket_3/fondo.png);
  background-repeat: repeat;
  background-size: 100%;
  height: 100%;
}

.body-container .hero-customized-services-header .container-list {
  width: 88%;
  margin: 10px auto;
}

.body-container .hero-customized-services-header .container-list .list-text {
  text-align: center;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 1.4rem;
  line-height: 2rem;
}

.body-container .hero-customized-services-header .container-list .services-search {
  text-align: center;
  padding: 5px 0;
  background-color: transparent;
}

.body-container .hero-customized-services-header .container-list .services-search .btn-search {
  border: none;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.8rem;
  margin: 4px 2px;
  padding: 18px 0;
  cursor: pointer;
  margin: auto;
  width: 100%;
}

.body-container .hero-customized-services-header .container-list .services-search .btn-search .btn-list-text {
  font-weight: bold;
  margin-left: 3px;
}

.body-container .hero-customized-services-header .container-list .services-search .btn-red {
  background-color: #DD0021;
}

.body-container .hero-customized-services-header .modal-dialog {
  width: 100%;
  margin: 0 auto;
  height: 100vh;
}

.body-container .hero-customized-services-header .modal-dialog .modal-content .double-border-1 .border-banner-1 {
  width: 14%;
}

.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-header {
  background-image: url(../img/bucket_3/fondo.png);
  border: none;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-header .arrow-return {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-right: 7px;
}

.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-header .close {
  opacity: initial;
  margin-top: -12px;
  margin-right: -7px;
  font-size: 32px;
  right: 15px;
  position: absolute;
}

.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 1.7rem;
  line-height: .9;
}

.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .primary-container-category {
  background-color: #EFEFEF;
}

.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .secondary-container-category {
  background-color: #fff;
}

.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .primary-container-category,
.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .secondary-container-category {
  width: 100%;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .primary-container-category .img-menu,
.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .secondary-container-category .img-menu {
  width: 35px;
  height: auto;
}

.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .primary-container-category .modal-cat,
.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .secondary-container-category .modal-cat {
  margin: 10px 15px;
}

.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .primary-container-category .modal-cat .title-modal,
.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .secondary-container-category .modal-cat .title-modal {
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.2;
  margin-top: 5px;
}

.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .primary-container-category .modal-serv,
.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .secondary-container-category .modal-serv {
  width: 100%;
  text-align: left;
}

.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .primary-container-category .modal-serv .item-serv,
.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .secondary-container-category .modal-serv .item-serv {
  text-decoration: none;
  color: #000;
}

.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .primary-container-category .modal-serv .item-serv .item-serv-text,
.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .secondary-container-category .modal-serv .item-serv .item-serv-text {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0;
  padding: 10px 0;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .primary-container-category .modal-serv .item-serv .item-serv-text .text-serv,
.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .secondary-container-category .modal-serv .item-serv .item-serv-text .text-serv {
  line-height: 1.1;
  font-weight: 300;
  color: #000;
}

.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .primary-container-category .modal-serv .item-serv .item-serv-text .angle-serv,
.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .secondary-container-category .modal-serv .item-serv .item-serv-text .angle-serv {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2;
  margin-left: 10px;
}

.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .primary-container-category .modal-serv .item-serv .border-bottom,
.body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .secondary-container-category .modal-serv .item-serv .border-bottom {
  border-bottom: 1px solid #000;
}

.body-container .hero-customized-services-header .modal-dialog .bold-text-modal {
  font-weight: 800;
}

.body-container .hero-customized-services-body {
  width: 97%;
  margin: 20px auto;
  margin-bottom: 30px;
}

.body-container .hero-customized-services-body .row {
  width: 100%;
  margin: auto;
  height: 100%;
}

.body-container .hero-customized-services-body .row [class*='col-xs'] {
  padding: 2px;
}

.body-container .hero-customized-services-body .row [class*='col-xs'] .category-card {
  height: 180px;
  border: 1px solid #D9E0E4;
  cursor: pointer;
}

.body-container .hero-customized-services-body .row [class*='col-xs'] .category-card .category-img {
  height: 75%;
}

.body-container .hero-customized-services-body .row [class*='col-xs'] .category-card .category-title {
  border-top: 1px solid #D9E0E4;
  height: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}

.body-container .hero-customized-services-body .row [class*='col-xs'] .category-card .category-title .category-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 3px;
}

.body-container .hero-customized-services-body .row [class*='col-xs'] .category-card .category-title .category-icon .img-menu-home {
  width: 33px;
}

.body-container .hero-customized-services-body .row [class*='col-xs'] .category-card .category-title .category-name {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.body-container .hero-customized-services-body .row [class*='col-xs'] .category-card .category-title .category-name .text-bold {
  font-weight: 800;
}

.body-container .hero-customized-services-body .row [class*='col-xs'] .clicked-card {
  border: none;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.body-container .hero-customized-services-body .row [class*='col-xs'] .clicked-card .category-title .category-icon .img-menu-home {
  width: 56px !important;
}

.body-container .hero-customized-services-body .row [class*='col-xs'] .clicked-card .category-title .category-name {
  font-size: 1.7rem !important;
  line-height: 1.6rem;
}

.body-container .hero-customized-services-body .row [class*='col-xs'] .clicked-card .category-description {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 5px 25px;
}

.body-container .hero-customized-services-body .row [class*='col-xs'] .clicked-card .btn-see-more .services-search {
  background-color: #fff;
}

.body-container .hero-customized-services-body .row [class*='col-xs'] .clicked-card .btn-see-more .services-search .btn-search {
  background-color: #DD0021;
}

.body-container .hero-customized-services-body .row [class*='col-xs'] .clicked-card .btn-see-more .btn-search {
  font-size: 1.4rem;
  width: 40%;
}

.body-container .hero-customized-services-body .row [class*='col-xs'] .no-border-top {
  border: none !important;
}

.body-container .hero-customized-services-body .row [class*='col-xs'] .pad-10 {
  padding: 10px 0;
}

.body-container .hero-customized-services-body:last-child .col-xs-12 .category-card figcaption .clicked-card .btn-see-more .services-search .btn-search {
  width: 25%;
}

.body-container .slider-benefits {
  margin: 5px -5px;
}

.body-container .slider-benefits .slider-banners {
  background-color: transparent;
  margin-bottom: 0 !important;
  margin-top: -20px;
}

.body-container .slider-benefits .slick-list {
  background-color: transparent;
  height: 85px;
}

.body-container .slider-benefits .slick-dots {
  display: block !important;
  padding: 0 !important;
  position: absolute;
  left: 34%;
  top: 50px;
}

.body-container .slider-benefits .slick-dots li button {
  background: #B1B1B1;
}

.body-container .slider-benefits .slick-dots .slick-active button {
  border: none;
  padding: 9px;
  background: #DD0021;
  border: 2px #DD0021 solid;
  top: 5px;
  margin: 0 -3px;
  position: relative;
}

.body-container .slider-benefits .slider-banners-1 {
  background-image: url(../img/bucket_3/banner/banner-beneficios.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 85px;
}

.body-container .slider-benefits .slider-banners-2 {
  background-image: url(../img/bucket_3/banner/banner-beneficios.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 85px;
}

.body-container .slider-benefits .slider-banners-3 {
  background-image: url(../img/bucket_3/banner/banner-beneficios.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 85px;
}

.body-container .slider-benefits .slider-banner-img {
  position: relative;
  left: 0;
  right: 0;
  width: 1000px;
  margin: 0px auto;
  height: 100%;
}

.body-container .slider-benefits .slider-banner-img img {
  width: 37px;
  height: auto;
}

.body-container .slider-benefits .text-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px auto;
  margin-bottom: 0;
}

.body-container .slider-benefits .text-banner .banner-icon,
.body-container .slider-benefits .text-banner .banner-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 2px;
}

.body-container .slider-benefits .text-banner .banner-icon .text-bold,
.body-container .slider-benefits .text-banner .banner-description .text-bold {
  font-weight: 800;
}

.body-container .slider-benefits .text-banner .title-slider {
  display: inline-block;
  font-size: 1.35rem;
  text-align: left;
  color: #535353;
  line-height: 1.4rem;
}

.hero-cs-banner-interna {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 160px;
}

.hero-cs-banner-interna .content-banner {
  position: relative;
  left: 0;
  top: 0;
  width: 96%;
  margin: 0px auto;
  height: 100%;
}

.hero-cs-banner-interna .content-banner .return-banner .anchor-banner {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 1.5rem;
  margin: 10px 20px;
  padding: 10px 13px;
}

.hero-cs-banner-interna .content-banner .text-banner-home {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 20px;
}

.hero-cs-banner-interna .content-banner .text-banner-home .icon-banner-home {
  display: inline-block;
}

.hero-cs-banner-interna .content-banner .text-banner-home .icon-banner-home img {
  width: 80px;
  height: 100%;
}

.body-container .hero-service {
  width: auto;
  margin: 0 auto;
  padding-top: 15px;
}

.body-container .hero-service .row .col-md-6:first-child {
  padding-right: 0;
  padding-left: 0;
}

.body-container .hero-service .row .col-md-6:nth-child(2n) {
  padding-left: 0;
  padding-right: 0;
}

.body-container .hero-service .row .services,
.body-container .hero-service .row .description-services {
  border: 1px solid #D9E0E4;
  background-color: #fff;
  margin: 0 auto;
  width: 90%;
  padding: 0 15px;
  margin-bottom: 8px;
}

.body-container .hero-service .row .services .section-titles,
.body-container .hero-service .row .description-services .section-titles {
  text-align: center;
  margin: 30px 0;
}

.body-container .hero-service .row .services .section-titles .service-name,
.body-container .hero-service .row .description-services .section-titles .service-name {
  font-size: 1.9rem;
  line-height: 1.8rem;
}

.body-container .hero-service .row .services .section-titles .service-name .service,
.body-container .hero-service .row .description-services .section-titles .service-name .service {
  font-weight: 800;
}

.body-container .hero-service .row .services .section-titles .alcance,
.body-container .hero-service .row .description-services .section-titles .alcance {
  font-size: 1.4rem;
  margin: 6px 0;
  font-weight: 600;
  color: #535353;
}

.body-container .hero-service .row .services .section-titles .sku,
.body-container .hero-service .row .description-services .section-titles .sku {
  font-size: 1.4rem;
  color: #535353;
}

.body-container .hero-service .row .services .section-buttons,
.body-container .hero-service .row .description-services .section-buttons {
  margin-bottom: 15px;
}

.body-container .hero-service .row .services .section-buttons .call-button,
.body-container .hero-service .row .description-services .section-buttons .call-button,
.body-container .hero-service .row .services .section-buttons .form-button,
.body-container .hero-service .row .description-services .section-buttons .form-button {
  background-color: #005dad;
  color: #fff;
  padding: 15px;
  text-align: center;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.body-container .hero-service .row .services .section-buttons .call-button .img-call,
.body-container .hero-service .row .description-services .section-buttons .call-button .img-call,
.body-container .hero-service .row .services .section-buttons .form-button .img-call,
.body-container .hero-service .row .description-services .section-buttons .form-button .img-call,
.body-container .hero-service .row .services .section-buttons .form-button .img-form,
.body-container .hero-service .row .description-services .section-buttons .form-button .img-form {
  width: 30px;
  height: 30px;
  margin-right: 7px;
}

.body-container .hero-service .row .services .section-buttons .call-button .text,
.body-container .hero-service .row .description-services .section-buttons .call-button .text,
.body-container .hero-service .row .services .section-buttons .form-button .text,
.body-container .hero-service .row .description-services .section-buttons .form-button .text {
  display: inline-block;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.body-container .hero-service .row .services .section-buttons .call-button .text .call-text,
.body-container .hero-service .row .description-services .section-buttons .call-button .text .call-text,
.body-container .hero-service .row .services .section-buttons .form-button .text .call-text,
.body-container .hero-service .row .description-services .section-buttons .form-button .text .call-text {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 700;
}

.body-container .hero-service .row .services .section-buttons .call-button .text .call-text .telephone,
.body-container .hero-service .row .description-services .section-buttons .call-button .text .call-text .telephone,
.body-container .hero-service .row .services .section-buttons .form-button .text .call-text .telephone,
.body-container .hero-service .row .description-services .section-buttons .form-button .text .call-text .telephone {
  font-weight: 700;
  font-size: 2rem;
}

.body-container .hero-service .row .services .section-buttons .call-button .text .call-text .call-mob,
.body-container .hero-service .row .description-services .section-buttons .call-button .text .call-text .call-mob,
.body-container .hero-service .row .services .section-buttons .form-button .text .call-text .call-mob,
.body-container .hero-service .row .description-services .section-buttons .form-button .text .call-text .call-mob {
  font-size: 1.4rem;
}

.body-container .hero-service .row .services .section-buttons .optional,
.body-container .hero-service .row .description-services .section-buttons .optional {
  margin: 20px 0;
  text-align: center;
  font-size: 1.4rem;
  color: #636363;
}

.body-container .hero-service .row .services .section-buttons .form-button,
.body-container .hero-service .row .description-services .section-buttons .form-button {
  background-color: #DD0021;
}

.body-container .hero-service .row .services .section-buttons .form-button .form-text,
.body-container .hero-service .row .description-services .section-buttons .form-button .form-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 1.4rem;
}

.body-container .hero-service .row .description-services {
  margin-top: 8px;
  margin-bottom: 25px;
}

.body-container .hero-service .row .description-services .image {
  margin: 0 -15px;
  height: 90px;
  border-bottom: 1px solid #D9E0E4;
}

.body-container .hero-service .row .description-services .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.body-container .hero-service .row .description-services .title .img-desc {
  width: 35px;
  height: 35px;
  margin-right: 8px;
}

.body-container .hero-service .row .description-services .title .text-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
  line-height: 1.6rem;
}

.body-container .hero-service .row .description-services .title .text-desc .text-bold {
  font-weight: 800;
}

.body-container .hero-service .row .description-services .list {
  width: 80%;
  margin: auto;
}

.body-container .hero-service .row .description-services .list .description-list {
  display: inline-block;
  margin-right: -15px;
}

.body-container .hero-service .row .description-services .list .description-list .list-item {
  color: #005dad;
  list-style-type: square;
  font-size: 1rem;
  line-height: 2.3rem;
}

.body-container .hero-service .row .description-services .list .description-list .list-item .desc-text {
  color: #636363;
  font-size: 1.4rem;
}

.body-container .hero-service .row .description-services .work {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.body-container .hero-service .row .description-services .work .text-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
  color: #636363;
}

.body-container .hero-service .row .description-services .work .img-partner {
  margin-left: 2px;
  width: 115px;
  height: 30px;
}

.body-container .hero-service .row .description-services .double-partner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.body-container .hero-service .row .description-services .double-partner .container-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.body-container .hero-service .row .description-services .double-partner .container-partner .img-partner {
  margin: 0;
  width: 50%;
  height: 35px;
}

.body-container .hero-service .row .benefits {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
}

.body-container .hero-service .row .benefits .title-benefit {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
  background-image: url(../img/interna/lineapuntos.png);
  background-position: bottom;
  background-repeat: repeat-x;
}

.body-container .hero-service .row .benefits .warranty,
.body-container .hero-service .row .benefits .specialist,
.body-container .hero-service .row .benefits .financing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-top: 10px;
  width: 85%;
  margin: 0 auto;
}

.body-container .hero-service .row .benefits .img-benefit {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.body-container .hero-service .row .benefits .text-benefit {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  margin-top: 12px;
}

.body-container .hero-service .row .benefits .text-benefit .text-bold {
  font-weight: 800;
}
.hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content {
  box-shadow: none;
}
.hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body-row-wrapper {
  flex-direction: column;
}
.hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body-row {
  position: relative;
  display: flex;
  width: 100%;
}

.hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body-row:not(:first-child):before {
  content: '';
  position: absolute;
  width: calc(100% + 46px);
  height: 1px;
  background: #dcdcdc;
  left: -16px;
  top: 0;
}

@media (min-width: 768px) {
  .body-container .hero-customized-services-header .modal-dialog .modal-content .modal-header {
    padding: 20px;
  }

  .body-container .hero-customized-services-header .modal-dialog .modal-content .modal-header .arrow-return {
    font-size: 2.5rem;
  }

  .body-container .hero-customized-services-header .modal-dialog .modal-content .modal-header .close {
    font-size: 35px;
    margin-top: -8px;
    margin-right: 0px;
  }

  .body-container .hero-customized-services-header .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 2.5rem;
    line-height: 1;
  }

  .body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .primary-container-category,
  .body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .secondary-container-category {
    padding-right: 25px;
  }

  .body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .primary-container-category .img-menu,
  .body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .secondary-container-category .img-menu {
    width: 45px;
    height: 45px;
  }

  .body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .primary-container-category .modal-cat .title-modal,
  .body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .secondary-container-category .modal-cat .title-modal {
    font-size: 1.7rem;
  }

  .body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .primary-container-category .modal-serv .item-serv .item-serv-text,
  .body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .secondary-container-category .modal-serv .item-serv .item-serv-text {
    font-size: 1.6rem;
  }

  .body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .primary-container-category .modal-serv .item-serv .item-serv-text .angle-serv,
  .body-container .hero-customized-services-header .modal-dialog .modal-content .modal-body .secondary-container-category .modal-serv .item-serv .item-serv-text .angle-serv {
    font-size: 1.7rem;
    margin-left: 5px;
  }

  .body-container .hero-customized-services-body .row [class*='col-xs'] .category-card .category-title .category-icon .img-menu-home {
    width: 48px;
  }

  .body-container .slider-benefits .slick-dots .slick-active button {
    border: 2px #DD0021 solid;
  }

  .body-container .hero-service .row .description-services .list .description-list .list-item .desc-text {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .hero-services-banner .slider-banner-img img {
    width: 150px;
  }

  .hero-services-banner .slider-banner .arrow-left,
  .hero-services-banner .slider-banner .arrow-right {
    top: 350px;
    height: 90px;
  }

  .hero-services-banner .slick-dots {
    display: none !important;
  }

  .hero-services-banner .slider-banner:hover .arrow {
    opacity: 1;
  }

  .hero-services-banner .slick-next:before,
  .hero-services-banner .slick-prev:before {
    content: '' !important;
  }

  .hero-services-banner .slider-banner .slick-next,
  .hero-services-banner .slider-banner .slick-prev {
    z-index: 20;
  }

  .hero-services-banner .slider-banner .slick-prev {
    left: 15px;
    width: 37px;
    height: 90px;
    top: 44%;
  }

  .hero-services-banner .slider-banner .slick-next {
    right: 26px;
    width: 37px;
    height: 90px;
    top: 44%;
  }

  .hero-services-banner .arrow-left,
  .hero-services-banner .arrow-right {
    top: 205px;
    width: 50px;
    height: 75px;
    padding: 17px 14px;
    background: #efefef;
  }

  .hero-services-banner .arrow-left {
    left: 15px;
  }

  .hero-services-banner .arrow-right {
    right: 15px;
  }

  .hero-services-banner .slider-banners {
    z-index: 23;
    margin-bottom: 20px !important;
  }

  .hero-services-banner .slider-banner .arrow-left,
  .hero-services-banner .slider-banner .arrow-right {
    top: 191px;
    height: 75px;
    padding: 17px 14px;
  }

  .hero-services-banner .slider-banners-1 {
    background-image: url("https://www.sodimac.com.mx/static/contenido/landingservicios/assets/img/banner/desktop/vitrina_desktop.jpg");
    background-size: 100%;
    background-position: bottom;
    height: 350px;
  }

  .hero-services-banner .slider-banners-2 {
    background-image: url("https://www.sodimac.com.mx/static/contenido/landingservicios/assets/img/banner/desktop/vitrina_desktop.jpg");
    background-size: 100%;
    background-position: bottom;
    height: 350px;
  }

  .hero-services-banner .slider-banners-3 {
    background-image: url("https://www.sodimac.com.mx/static/contenido/landingservicios/assets/img/banner/desktop/vitrina_desktop.jpg");
    background-size: 100%;
    background-position: bottom;
    height: 350px;
  }

  .hero-services-banner-default {
    height: 350px;
  }

  .no-top {
    margin-top: -20px !important;
  }

  .new-section-interna .title-section-servicios,
  .section-interna .title-section-servicios {
    text-align: left;
    font-size: 1.5em;
  }

  .new-section-interna .list-cond,
  .section-interna .list-cond {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-bottom: 4px;
  }

  .section-interna .list-incluye :before {
    width: 1.5em;
  }

  .new-section-interna .list-incluye,
  .section-interna .list-incluye {
    font-size: 1.5rem;
    padding: 0px 22px 25px 2.3rem;
  }

  .section-interna .cont-incluye .row .col-md-12 {
    margin-top: 15px;
  }

  .new-section-interna .cont-cond .title-section-servicios,
  .section-interna .cont-cond .title-section-servicios {
    background-image: url(../img/interna/lineapuntos.png);
    background-position: bottom;
    background-repeat: repeat-x;
  }

  .new-section-interna .cont-list .display-none,
  .section-interna .cont-list .display-none {
    margin-top: 15px;
    display: block;
  }

  .new-section-interna .cont-list-cond,
  .section-interna .cont-list-cond {
    padding: 15px;
  }

  .section-interna .cont-list-cond .list-incluye:nth-child(odd) {
    margin: 0;
  }

  .section-interna .line-internal-servicios {
    background-image: url(../img/interna/lineapuntos.png);
    background-repeat: repeat-x;
    text-align: left;
    line-height: 1;
    padding-top: 30px;
    padding-bottom: 5px;
  }

  .section-interna .title-service p {
    font-size: 1.6rem;
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .section-interna .title-service {
    text-align: left;
    padding: 0;
  }

  .section-interna .consult {
    padding: 0;
  }

  .section-interna .consult .row .col-md-12:nth-child(2n),
  .section-interna .consult .row .col-md-12:nth-child(3n) {
    padding: 0;
  }

  .section-interna .titlebig-benefits {
    font-size: 1.5rem;
    margin-top: 5px;
  }

  .section-interna .titlesmall-benefits {
    margin-bottom: 0;
    margin: 7px 0;
  }

  .section-interna .container-interna-benefits .title-section-servicios {
    background-image: url(../img/interna/lineapuntos.png);
    background-position: bottom;
    background-repeat: repeat-x;
  }

  .section-interna .container-interna-download .button-download a .icon-download-pdf {
    font-size: 1.5rem;
  }

  .section-interna .container-interna-download .button-download a .icon-download-pdf .fa-download {
    font-size: 1.7rem;
    margin-left: 7px;
  }

  .section-interna .description-service {
    padding: 0 0 15px 0;
  }

  .section-interna .title-interna-servicio {
    text-align: left;
    font-size: 3.5rem;
    margin-bottom: 0;
  }

  .section-interna .container-consult-desktop {
    padding: 0;
  }

  .section-interna .container-consult-desktop-2 {
    position: relative;
    top: 10px;
    font-size: 1.5rem;
  }

  .section-interna .hero-services-container-interna .col-md-7 {
    padding-right: 0;
  }

  .section-interna .hero-services-container-interna .col-md-7 .container-interna-desktop {
    background-color: #F6F6F6;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
  }

  .section-interna .container-info {
    padding: 0;
    float: left;
  }

  .section-interna .container-info .img-benefits {
    width: 30px;
  }

  .section-interna .ver-mas-cond {
    display: none;
  }

  .mt-35 {
    margin-top: 35px;
  }

  .services-search {
    padding: 0;
    background-color: #E0E0E0;
  }

  .services-search h5 {
    font-size: 1.5em;
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 50px;
  }

  .services-search .input-group-btn .btn {
    top: 0;
    height: 50px;
    width: 50px;
  }

  .services-search .input-group {
    padding: 0;
  }

  .services-search .input-group .row {
    padding: 10px 0px;
    width: 100%;
    margin: 0;
  }

  .hero-services-menu-desktop .wrapper-menu .slider-menu .arrow-left,
  .hero-services-menu-desktop .wrapper-menu .slider-menu .arrow-right {
    position: absolute;
    z-index: 100;
    top: 40px;
    color: #005dad;
  }

  .hero-services-menu-desktop .wrapper-menu .slider-menu .arrow-left {
    left: 0;
  }

  .hero-services-menu-desktop .wrapper-menu .slider-menu .arrow-right {
    right: 0;
  }

  .container-menu .cont-menu {
    margin-left: -6px;
  }

  .hero-services-body {
    max-width: 1000px;
    margin: auto;
  }

  .row .col-md-6:first-child {
    padding: 0;
    padding-left: 15px;
    padding-right: 4px;
  }

  .row .col-md-6:nth-child(2n) {
    padding: 0;
    padding-right: 15px;
    padding-left: 4px;
  }

  .border-bottom-category {
    border-bottom: 7px solid #005dad;
  }

  .border-top-services {
    border-top: 7px solid #005dad;
  }

  .hero-services-button {
    max-width: 1000px;
    margin: auto;
  }

  .button-loading-services {
    margin: 30px 0;
    width: auto;
  }

  .pdd-left-scroll {
    padding: 20px;
    border-right: 1px solid #ccc;
  }

  .pdd-right-scroll {
    padding: 20px;
  }

  .pdd-center-scroll {
    padding: 20px !important;
    border-right: 1px solid #ccc;
  }

  .subtitle-scroll {
    padding-left: 10px;
  }

  .border-top {
    margin: 0;
    padding: 10px 0;
  }

  .accordion-main-category .mod-accordion .item-accord {
    padding: 0 10px;
    cursor: initial;
  }

  .accordion-main-category .mod-accordion .item-accord h5 {
    border-radius: 0;
    line-height: 16px;
  }

  .card-header .menu-angle-right {
    padding-right: 0;
  }

  .card-header .menu-angle-right .fa {
    margin: 0;
  }

  .item-accord-card {
    padding: 0 15px;
  }

  .category-body-wrapper .arrow-down .img-arrow {
    width: 43px !important;
  }

  .bg-blue-active {
    background-color: #005dad;
    width: 100%;
    padding: 15px;
    bottom: 0;
    left: 0;
  }

  .opacity-category {
    opacity: 0.7;
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
  }

  .hero-services-menu-desktop .menu-cat.bg-blue-active {
    color: #fff;
  }

  .hero-services-menu-desktop .menu-cat.bg-blue-active .img-menu path {
    fill: #fff;
  }

  .hero-services-menu-desktop .menu-cat.bg-blue-active .img-menu rect {
    fill: #fff;
  }

  .hero-services-menu-desktop .wrapper-menu .fa {
    margin: 0;
  }

  .hero-services-menu-desktop .wrapper-menu .fa-chevron-left:before,
  .hero-services-menu-desktop .wrapper-menu .fa-chevron-right:before {
    padding: 39px 7px;
    line-height: 20px;
    background-color: #fff;
    font-size: 1.5em;
    cursor: pointer;
  }

  .hero-services-menu-desktop .wrapper-menu .slick-list {
    margin: auto;
    width: 943px;
  }

  .hero-services-menu-desktop .wrapper-menu .slider-menu .menu-cat .wrapper-menu-cat .title-menu {
    font-size: 1.24rem;
  }

  .margin-bottom-menu {
    margin-bottom: 13px;
  }

  .max-height {
    height: 368px;
  }

  .modal-open .modal {
    width: 100% !important;
    height: 100vh !important;
  }

  .hero-services-banner-interna .container-interna-vitrina .text-banner-interna-sup-cost span {
    margin-left: 57px;
    font-size: 7rem;
  }

  .hero-services-banner-interna .container-interna-vitrina .text-banner-interna-sup img {
    width: 150px;
    height: 100%;
    margin-bottom: 12px;
  }

  .hero-cuztomized-services-banner {
    background-image: url(../img/bucket_3/banner/banner-home-d.jpg);
    background-size: cover;
    height: 330px;
  }

  .hero-cuztomized-services-banner .content-banner {
    width: 1000px;
  }

  .hero-cuztomized-services-banner .content-banner .text-banner-home {
    margin: 35px 0;
  }

  .hero-cuztomized-services-banner .content-banner .text-banner-home .icon-banner-home img {
    width: 130px;
    height: 100%;
  }

  .hero-cuztomized-services-banner .content-banner .text-banner-home .title-banner-home {
    margin-left: 13px;
    font-size: 3.5rem;
    line-height: 3rem;
  }

  .double-border-1 {
    height: 13px;
  }

  .double-border-1 .border-banner-1 {
    width: 18.5%;
    height: 13px;
  }

  .double-border-2 {
    height: 13px;
    margin-bottom: 30px;
  }

  .double-border-2 .border-banner-2 {
    width: 18.5%;
    height: 13px;
  }

  .hero-customized-services-menu.hero-services-menu-desktop {
    border-bottom: 2px solid #E9E9E9;
  }

  .hero-customized-services-menu.hero-services-menu-desktop .text-bold {
    font-size: 1.2rem;
  }

  .hero-customized-services-menu.hero-services-menu-desktop .modal-dialog {
    margin: 5% auto;
    width: 600px;
  }

  .hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-header {
    padding: 15px;
  }

  .hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-header .close {
    margin-top: -8px;
    font-size: 35px;
    right: 14px;
  }

  .hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 2.2rem;
    line-height: 3;
  }

  .hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body .modal-cat {
    margin: 0 15px 0 0;
    padding: 10px 0;
    width: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body .modal-cat .title-modal {
    font-weight: 700;
    font-size: 1.75rem;
    text-align: center;
    margin-top: 10px;
    line-height: 2rem;
  }

  .hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body .modal-cat .img-menu {
    margin: 0 auto;
    width: 63px;
    height: auto;
  }

  .hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body .modal-serv {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body .modal-serv .item-serv .item-serv-text {
    padding: 17px 12px;
  }

  .hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body .modal-serv .item-serv .item-serv-text .angle-serv {
    font-size: 2.3rem;
    line-height: 1.1;
  }

  .body-container .hero-customized-services-header .container-list .list-text {
    font-size: 1.7rem;
    padding: 25px 25px 0;
    line-height: 2.5rem;
  }

  .body-container .hero-customized-services-body {
    width: 95%;
    margin-bottom: 50px;
  }

  .body-container .hero-customized-services-body .row [class*='col-xs'] {
    padding: 7px;
  }

  .body-container .hero-customized-services-body .row [class*='col-xs'] .category-card {
    height: 350px;
  }

  .body-container .hero-customized-services-body .row [class*='col-xs'] .category-card .category-img {
    height: 81%;
  }

  .body-container .hero-customized-services-body .row [class*='col-xs'] .category-card .category-title {
    height: 19%;
  }

  .body-container .hero-customized-services-body .row [class*='col-xs'] .category-card .category-title .category-icon {
    margin-right: 10px;
  }

  .body-container .hero-customized-services-body .row [class*='col-xs'] .category-card .category-title .category-name {
    font-size: 1.65rem;
    line-height: 1.7rem;
  }

  .body-container .slider-benefits .slick-list {
    height: 135px;
  }

  .body-container .slider-benefits .slick-dots {
    left: 47%;
  }

  .body-container .slider-benefits .slider-banner-img img {
    width: 57px;
  }

  .body-container .slider-benefits .text-banner {
    margin: 0;
  }

  .body-container .slider-benefits .text-banner .banner-icon,
  .body-container .slider-benefits .text-banner .banner-description {
    margin: 0 5px;
  }

  .body-container .slider-benefits .text-banner .title-slider {
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .body-container .slider-benefits {
    margin: 12px -32px;
  }

  .body-container .slider-benefits .slider-banners {
    margin-bottom: 0 !important;
    margin-top: -20px;
  }

  .body-container .slider-benefits .slick-dots {
    display: block !important;
    padding: 0 !important;
    top: 95px !important;
  }

  .body-container .slider-benefits .slider-banners-1 {
    background-image: url(../img/bucket_3/banner/banner-beneficios.jpg);
    background-size: 100%;
    background-position: bottom;
    height: 135px;
  }

  .body-container .slider-benefits .slider-banners-2 {
    background-image: url(../img/bucket_3/banner/banner-beneficios.jpg);
    background-size: 100%;
    background-position: bottom;
    height: 135px;
  }

  .body-container .slider-benefits .slider-banners-3 {
    background-image: url(../img/bucket_3/banner/banner-beneficios.jpg);
    background-size: 100%;
    background-position: bottom;
    height: 135px;
  }

  .body-container figure.effect-sadie {
    overflow: hidden;
    position: relative;
  }

  .body-container figure.effect-sadie figcaption:before {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: white;
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  }

  .body-container figure.effect-sadie figcaption .clicked-card {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  }

  .body-container figure.effect-sadie:hover figcaption:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .body-container figure.effect-sadie:hover figcaption .clicked-card {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .hero-cs-banner-interna {
    height: 280px;
  }

  .hero-cs-banner-interna .content-banner {
    width: 1000px;
  }

  .hero-cs-banner-interna .content-banner .return-banner .anchor-banner {
    margin: 10px 0;
  }

  .hero-cs-banner-interna .content-banner .text-banner-home {
    margin: 35px 0;
  }

  .hero-cs-banner-interna .content-banner .text-banner-home .icon-banner-home img {
    width: 130px;
    height: 100%;
  }

  .body-container .hero-service {
    padding: 38px 0;
    width: 1000px;
  }

  .body-container .hero-service .row {
    margin: 0;
  }

  .body-container .hero-service .row .col-md-6:first-child {
    padding-right: 8px;
  }

  .body-container .hero-service .row .col-md-6:nth-child(2n) {
    padding-left: 8px;
  }

  .body-container .hero-service .row .services,
  .body-container .hero-service .row .description-services {
    width: 100%;
    margin-bottom: 0;
  }

  .body-container .hero-service .row .services .section-titles,
  .body-container .hero-service .row .description-services .section-titles {
    margin: 45px 0;
  }

  .body-container .hero-service .row .services .section-titles .service-name,
  .body-container .hero-service .row .description-services .section-titles .service-name {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .body-container .hero-service .row .services .section-titles .alcance,
  .body-container .hero-service .row .description-services .section-titles .alcance {
    margin: 12px 0 8px 0;
    font-size: 1.7rem;
  }

  .body-container .hero-service .row .services .section-titles .sku,
  .body-container .hero-service .row .description-services .section-titles .sku {
    font-size: 1.7rem;
  }

  .body-container .hero-service .row .services .section-buttons,
  .body-container .hero-service .row .description-services .section-buttons {
    margin: 0 65px 40px 65px;
  }

  .body-container .hero-service .row .services .section-buttons .call-button,
  .body-container .hero-service .row .description-services .section-buttons .call-button,
  .body-container .hero-service .row .services .section-buttons .form-button,
  .body-container .hero-service .row .description-services .section-buttons .form-button {
    padding: 13px;
  }

  .body-container .hero-service .row .services .section-buttons .call-button .img-call,
  .body-container .hero-service .row .description-services .section-buttons .call-button .img-call,
  .body-container .hero-service .row .services .section-buttons .form-button .img-call,
  .body-container .hero-service .row .description-services .section-buttons .form-button .img-call,
  .body-container .hero-service .row .services .section-buttons .form-button .img-form,
  .body-container .hero-service .row .description-services .section-buttons .form-button .img-form {
    width: 35px;
    height: 35px;
    margin-right: 12px;
  }

  .body-container .hero-service .row .services .section-buttons .call-button .text .call-text,
  .body-container .hero-service .row .description-services .section-buttons .call-button .text .call-text,
  .body-container .hero-service .row .services .section-buttons .form-button .text .call-text,
  .body-container .hero-service .row .description-services .section-buttons .form-button .text .call-text {
    line-height: 1.8rem;
    font-weight: 500;
  }

  .body-container .hero-service .row .services .section-buttons .optional,
  .body-container .hero-service .row .description-services .section-buttons .optional {
    margin: 35px 0;
    font-size: 1.6rem;
  }

  .body-container .hero-service .row .services .section-buttons .form-button,
  .body-container .hero-service .row .description-services .section-buttons .form-button {
    padding: 12px;
  }

  .body-container .hero-service .row .services .section-buttons .form-button .img-form,
  .body-container .hero-service .row .description-services .section-buttons .form-button .img-form {
    width: 40px;
    height: 40px;
    margin-right: 9px;
  }

  .body-container .hero-service .row .services .section-buttons .form-button .form-text,
  .body-container .hero-service .row .description-services .section-buttons .form-button .form-text {
    font-size: 1.5rem;
  }

  .body-container .hero-service .row .description-services {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
  }

  .body-container .hero-service .row .description-services .image {
    height: 150px;
  }

  .body-container .hero-service .row .description-services .center-content {
    overflow: auto;
    width: 94%;
    position: absolute;
    top: 41%;
    left: 28%;
    margin: -15% 0 0 -25%;
  }
  .body-container .hero-service.new-section-interna .row .description-services {
    height: auto;
  }
  .body-container .hero-service.new-section-interna .row .description-services .center-content {
    width: 100%;
    position: relative;
    margin: auto;
    top: 0;
    left: 0;
  }

  .body-container .hero-service .row .description-services .no-center-content {
    overflow: auto;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 !important;
    width: 100%;
  }

  .body-container .hero-service .row .description-services .title {
    margin: 25px 0;
  }

  .body-container .hero-service .row .description-services .title .img-desc {
    margin-right: 13px;
  }

  .body-container .hero-service .row .description-services .title .text-desc {
    display: inline-block;
    font-size: 2rem;
    line-height: 1.5;
  }

  .body-container .hero-service .row .description-services .list {
    width: 82%;
  }

  .body-container .hero-service .row .description-services .list .description-list {
    margin-right: -25px;
  }

  .body-container .hero-service .row .description-services .list .description-list .list-item {
    font-size: 1rem;
    line-height: 2.5rem;
  }

  .body-container .hero-service .row .description-services .work {
    margin: 28px 0 25px 0;
  }

  .body-container .hero-service .row .description-services .work .text-work {
    font-size: 1.6rem;
  }

  .body-container .hero-service .row .description-services .work .img-partner {
    margin-left: 6px;
    width: 185px;
    height: 45px;
  }

  .body-container .hero-service .row .description-services .double-partner {
    margin: 10px 0 25px 0;
  }

  .body-container .hero-service .row .description-services .double-partner .text-work {
    margin-bottom: 15px;
  }

  .body-container .hero-service .row .description-services .double-partner .container-partner {
    margin: 0;
  }

  .body-container .hero-service .row .description-services .double-partner .container-partner .img-partner {
    width: auto;
    height: 45px;
  }

  .body-container .hero-service .row .benefits {
    padding: 0 30px;
    margin-bottom: 20px;
  }

  .body-container .hero-service .row .benefits .img-benefit {
    width: 55px;
    height: 55px;
    margin-right: 10px;
  }

  .body-container .hero-service .row .benefits .text-benefit {
    display: inline-block;
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .new-section-interna .cont-cond,
  .section-interna .cont-cond {
    padding: 0;
  }

  .new-section-interna .consult .row .col-md-6,
  .section-interna .consult .row .col-md-6 {
    padding: 0;
  }
}

@media (min-width: 1042px) {
  .hero-services-banner-bottom .banner-bottom {
    height: 150px;
  }

  .hero-services-banner-bottom .container-tools {
    right: 36px;
    width: 211px;
    font-size: 2.5rem;
    top: 17px;
  }

  .hero-services-banner-bottom .text-tool {
    line-height: 2.4rem;
    padding: 12px 0;
  }

  .hero-services-banner-bottom .see-more {
    padding: 5px 20px;
    padding: 8px;
    margin-top: 8px;
  }

  .services-search .input-group {
    width: 90%;
  }

  .services-search .input-group input {
    height: 50px;
  }

  .body-container .hero-service .row .benefits .title-benefit {
    font-size: 1.7rem;
  }

  .body-container .hero-service .row .benefits .warranty,
  .body-container .hero-service .row .benefits .specialist,
  .body-container .hero-service .row .benefits .financing {
    padding-top: 12px;
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 992px) {
  /* Slider menu with simple horizontal scroll */
  .hero-customized-services-menu.hero-services-menu-desktop .wrapper-menu .slider-menu-simple {
    margin-top: 15px;
    height: auto;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .hero-customized-services-menu.hero-services-menu-desktop .wrapper-menu .slider-menu-simple .menu-cat {
    display: inline-block;
    vertical-align: middle;
    padding: 14px 10px;
    min-width: 150px;
    border-top: 1px #eee solid;
    border-bottom: 1px #eee solid;
    border-right: 1px #eee solid;
    height: 140px;
    margin-left: -3px;
  }
  .hero-customized-services-menu.hero-services-menu-desktop .wrapper-menu .slider-menu-simple .menu-cat:first-child {
    border-left: 1px #eee solid;
    margin-left: 15px;
  }
  .hero-customized-services-menu.hero-services-menu-desktop .wrapper-menu .slider-menu-simple .menu-cat:last-child {
    margin-right: 15px;
  }
  .hero-customized-services-menu.hero-services-menu-desktop .title-slider {
    font-size: 1.2rem;
  }

  .section-interna .cont-cond {
    background-color: #F6F6F6;
  }
  .new-section-interna .cont-cond {
    padding: 20px 0;
  }

  .new-section-interna .description-service {
    padding: 0;
  }

  .body-container .hero-service.new-section-interna .row .benefits .warranty {
    width: 100%;
  }

  .body-container .hero-service.new-section-interna .row .services,
  .body-container .hero-service.new-section-interna .row .description-services {
    width: 95%;
  }

  .body-container .hero-service.new-section-interna .row .description-services {
    margin-top: 0;
  }

  .new-section-interna .list-cond {
    font-size: inherit;
  }
  .new-section-interna .cont-cond-list-wrapper {
    margin-top: 5px;
  }

  .section-interna .img-benefits {
    width: 30px;
  }

  .section-interna .container-interna-benefits {
    margin: 0;
    padding-top: 44px;
    background-color: #fff;
  }
}

@media (max-width: 991px) {
  .hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body-row {
    flex-direction: column;
  }
  .hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body-row:not(:first-child):before {
    width: calc(100% + 40px);
    left: -20px;
  }
  .hero-services-banner .slider-banner-img {
    width: 80%;
  }

  .body-container .hero-service {
    padding-top: 10px;
  }

  .titlebig-category {
    font-size: 3rem;
    font-weight: 100;
  }

  .menu-text-category {
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.8px;
  }

  .section-interna .line-mobile-bottom-gray-cond {
    background-image: none;
  }

  .section-interna .category-body-wrapper .titlebig {
    font-size: 1.1rem;
  }

  .section-interna .display-none-mobile {
    display: none;
  }

  .section-interna .cont-incluye,
  .new-section-interna .cont-incluye {
    background-color: #fff;
  }

  .new-section-interna .cont-incluye {
    margin-bottom: 0;
    margin-top: -10px;
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .section-interna .box-internal-servicios {
    background-color: #f0f0f0;
    width: 92%;
    margin: 0 auto;
  }

  .section-interna .line-internal-servicios {
    background-color: #f0f0f0;
    padding-top: 35px;
    padding-bottom: 10px;
  }

  .section-interna .title-service {
    background-color: #f0f0f0;
  }

  .section-interna .consult {
    background-color: #f0f0f0;
  }

  .section-interna .img-phone {
    width: 45px;
  }

  .section-interna .container-interna-download {
    margin: 0;
    padding: 20px 0;
    background-color: #fff;
  }

  .section-interna .container-interna-download .button-download a .icon-download-pdf {
    font-size: 1.5rem;
    font-weight: 300;
  }

  .section-interna .description-service {
    background-color: #f0f0f0;
  }

  .section-interna .hero-services-container-interna .col-sm-12,
  .section-interna .hero-services-container-interna .col-xs-12 {
    padding: 0;
  }

  .section-interna .hero-services-container-interna .col-md-7 .container-interna-desktop {
    background-color: #f0f0f0;
  }

  .section-interna .site-info-wrapper-service {
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .section-interna .space-service-benefits {
    width: 90%;
    margin: 0 auto;
  }

  .new-section-interna .space-service-include {
    width: 100%;
  }

  .section-interna .space-service-include {
    width: 90%;
    margin: 0 auto;
  }

  .new-section-interna .space-service-include table,
  .section-interna .space-service-include table {
    /*width: 90%;*/
    margin: 0 auto;
  }

  .services-search .btn-search {
    font-size: 1.7rem;
  }

  .services-search .input-group-btn .btn {
    top: 0;
  }

  .menu-category-container {
    overflow: hidden;
    margin-bottom: 50px;
  }

  .hero-services-body-mobile .box-grid {
    background-color: #ebebeb;
  }

  .hero-services-body-mobile .menu-mobile .menu-mobile-container .container-menu {
    text-align: center;
  }

  .hero-services-body-mobile .menu-mobile .menu-mobile-container .container-menu .cont-menu {
    width: 100%;
  }

  .hero-services-search {
    background-color: #f6f6f6;
  }

  .hero-services-banner-interna .container-interna-vitrina {
    width: 96%;
  }

  .hero-services-banner-interna .container-interna-vitrina .text-banner-interna-inf {
    top: 7px;
  }

  .hero-services-banner-interna .container-interna-vitrina .text-banner-interna-inf a {
    font-size: 1.5rem;
    padding: 7px 10px;
  }

  .hero-services-banner-interna .container-interna-vitrina .text-banner-interna-sup-cost {
    bottom: 7px;
    left: 65px;
  }

  .hero-services-banner-interna .container-interna-vitrina .text-banner-interna-sup {
    bottom: 7px;
  }

  .banner-carpinteria {
    background-image: url(../img/banner/mobile/banner-carpinteria.jpg);
    height: 190px;
    background-position: center;
    background-size: cover;
    border-left: 7px solid #005dad;
  }

  .banner-muebles {
    background-image: url(../img/banner/mobile/banner-armado.jpg);
    height: 190px;
    background-position: center;
    background-size: cover;
    border-left: 7px solid #005dad;
  }

  .banner-cerrajeria {
    background-image: url(../img/banner/mobile/banner-cerrajeria.jpg);
    height: 190px;
    background-position: center;
    background-size: cover;
    border-left: 7px solid #005dad;
  }

  .banner-climatizacion {
    background-image: url(../img/banner/mobile/banner-climatizacion.jpg);
    height: 190px;
    background-position: center;
    background-size: cover;
    border-left: 7px solid #005dad;
  }

  .banner-cortinas {
    background-image: url(../img/banner/mobile/banner-cortinas.jpg);
    height: 190px;
    background-position: center;
    background-size: cover;
    border-left: 7px solid #005dad;
  }

  .banner-electricidad {
    background-image: url(../img/banner/mobile/banner-electricidad.jpg);
    height: 190px;
    background-position: center;
    background-size: cover;
    border-left: 7px solid #005dad;
  }

  .banner-electrodomesticos {
    background-image: url(../img/banner/mobile/banner-electrodomesticos.jpg);
    height: 190px;
    background-position: center;
    background-size: cover;
    border-left: 7px solid #005dad;
  }

  .banner-gasfiteria {
    background-image: url(../img/banner/mobile/banner-gasfiteria.jpg);
    height: 190px;
    background-position: center;
    background-size: cover;
    border-left: 7px solid #005dad;
  }

  .banner-otros {
    background-image: url(../img/banner/mobile/banner-otros.jpg);
    height: 190px;
    background-position: center;
    background-size: cover;
    border-left: 7px solid #005dad;
  }

  .banner-pinturas {
    background-image: url(../img/banner/mobile/banner-pintura.jpg);
    height: 190px;
    background-position: center;
    background-size: cover;
    border-left: 7px solid #005dad;
  }

  .banner-pisos {
    background-image: url(../img/banner/mobile/banner-pisos.jpg);
    height: 190px;
    background-position: center;
    background-size: cover;
    border-left: 7px solid #005dad;
  }

  .banner-seguridad {
    background-image: url(../img/banner/mobile/banner-seguridad.jpg);
    height: 190px;
    background-position: center;
    background-size: cover;
    border-left: 7px solid #005dad;
  }

  .hero-cuztomized-services-banner .content-banner .text-banner-home .title-banner-home .text-bold {
    font-weight: 800;
  }

  .hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .double-border-1 {
    height: 10px;
  }

  .hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .double-border-1 .border-banner-1 {
    height: 10px;
  }

  .hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body {
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .body-container .hero-customized-services-header .modal-dialog .modal-content .double-border-1 {
    height: 13px;
  }

  .body-container .hero-customized-services-header .modal-dialog .modal-content .double-border-1 .border-banner-1 {
    height: 13px;
  }

  .body-container .slider-benefits .slider-banner-img {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .services-search .dropdown-menu {
    width: 100%;
  }

  .search-fixed {
    padding: 20px 0;
  }

  .search-mobile-interna {
    padding: 34px 0;
  }

  .hero-customized-services-menu.hero-services-menu-desktop #myModalMantenimiento .modal-dialog,
  .hero-customized-services-menu.hero-services-menu-desktop #myModalConstruccion .modal-dialog {
    height: auto;
  }
  .hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body .modal-cat .img-menu {
    display: none;
  }
}

@media (max-width: 575px) {
  .body-container .hero-customized-services-header .container-list .services-search .btn-search {
    font-size: 1.5rem;
  }
}

@media (max-width: 374px) {
  .hero-services-search .modal-body .wrapper-menu-cat .title-menu {
    font-size: 1.13rem;
  }
}

@media (max-width: 319px) {
  .hero-services-search .modal-body .wrapper-menu-cat .title-menu {
    font-size: 1rem;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .hero-services-banner .slider-banner-img img {
    width: 150px;
  }

  .hero-services-banner .slider-banners-1 {
    background-image: url(../img/banner/mobile/homemobile.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: initial;
    height: 400px;
  }

  .hero-services-banner .slider-banners-2 {
    background-image: url(../img/banner/mobile/homemobile.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: initial;
    height: 400px;
  }

  .hero-services-banner .slider-banners-3 {
    background-image: url(../img/banner/mobile/homemobile.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: none;
    height: 400px;
  }

  .hero-services-banner .slider-banners {
    background-size: 100% 100%;
    margin-top: -20px;
    margin-bottom: 20px;
  }

  .hero-services-banner .slick-dots {
    bottom: -28px;
  }

  .hero-services-banner-bottom .banner-bottom {
    height: 200px;
  }

  .hero-services-banner-bottom .container-tools {
    width: 240px;
    font-size: 3rem;
    top: 30px;
  }

  .hero-services-banner-bottom .text-tool {
    line-height: 2.7rem;
    padding: 17px 0;
  }

  .hero-services-banner-bottom .see-more {
    padding: 14px;
    margin-top: 9px;
  }

  .hero-services-banner-default {
    height: 400px;
  }

  .titlebig-category {
    font-size: 4.5rem;
    font-weight: 700;
  }

  .img-arrow-mob {
    width: 60px;
    height: auto;
  }

  .menu-text-category {
    font-size: 2rem;
    letter-spacing: 0;
  }

  .button-loading-services-mobile {
    padding: 20px;
    font-size: 1.5rem;
  }

  .section-interna .category-body-wrapper .titlebig {
    font-size: 1.5rem;
  }

  .section-interna .list-cond {
    padding-bottom: 10px;
    font-size: 1.4rem;
    margin-left: 80px;
  }

  .new-section-interna .list-incluye :before,
  .section-interna .list-incluye :before {
    width: 1.5em;
  }

  .new-section-interna .list-incluye,
  .section-interna .list-incluye {
    font-size: 1.5rem;
    padding: 0px 22px 25px 30px;
  }

  .new-section-interna .cont-list-include,
  .section-interna .cont-list-include {
    width: 70% !important;
  }

  .section-interna .line-internal-servicios {
    font-size: 3em;
    padding-top: 50px;
  }

  .section-interna .title-service p {
    font-size: 1.8rem;
  }

  .section-interna .consult {
    padding: 15px 32px;
  }

  .section-interna .container-interna-benefits .category-body {
    margin: 15px auto 0;
  }

  .section-interna .container-interna-download {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .section-interna .container-interna-download .button-download a .icon-download-pdf {
    font-size: 1.8rem;
    font-weight: 0;
  }

  .section-interna .description-service {
    padding: 0 32px;
  }

  .section-interna .button-more {
    font-size: 1.5rem;
    margin-left: 65px;
  }

  .section-interna .space-service-include {
    width: 88%;
  }

  .services-search h5 {
    font-size: 1.7em;
  }

  .services-search .button-search-services {
    margin-left: 5px;
  }

  .services-search .btn-search {
    padding: 18px 0;
    font-size: 2rem;
  }

  .services-search .input-group-btn img {
    width: 20px;
    height: 20px;
  }

  .services-search-interna {
    padding: 25px 0 !important;
  }

  .search-fixed {
    padding: 25px 0;
  }

  .search-mobile-interna {
    padding: 34px 0;
  }

  .img-menu {
    width: 100px;
    height: 100px;
  }

  .container-menu .title-menu {
    font-size: 1.7rem;
  }

  .hero-services-body-mobile .accordion-main-category .mod-accordion .col-xs-6 .link_menus .item-accord i {
    line-height: 1.5em;
  }

  .hero-services-body-mobile .accordion-main-category .mod-accordion .col-xs-6 .link_menus .item-accord {
    font-size: 1.6rem;
    line-height: 1.5em;
    padding: 20px 16px 20px 5px;
  }

  .hero-services-search .modal-body .wrapper-menu-cat .title-menu {
    font-size: 2.35rem;
    line-height: 3rem;
  }

  .hero-services-search .modal-body .wrapper-menu-cat .title-menu span {
    font-size: 1.5rem;
  }

  .hero-services-search .modal-body {
    top: 150px;
    position: fixed;
    overflow: hidden;
  }

  .hero-services-search .modal-header .modal-mobile-search .text-nuestro-servicio {
    font-size: 2.3rem;
  }

  .hero-services-search .modal-header .modal-mobile-search .word-close-mobile {
    font-size: 35px;
  }

  .hero-services-search .modal-header .input-group .input-group-btn .btn {
    height: 60px;
    width: 60px;
  }

  .hero-services-search .modal-header .input-group input[type=text].input-search-services-mobile::-webkit-input-placeholder {
    font-size: 2rem;
  }

  .hero-services-search .modal-header .input-group input[type=text].input-search-services-mobile {
    height: 60px;
    font-size: 2rem;
  }

  .hero-services-search .modal-header .input-group .form-control {
    width: 98.5%;
  }

  .hero-services-search .modal-header {
    height: auto;
    padding: 20px;
  }

  .hero-services-search .modal-category .modal-article .modal-mobile-search .text-nuestro-servicio {
    font-size: 1.8rem;
  }

  .hero-services-search .modal-category .modal-article .modal-mobile-search .word-close-mobile {
    font-size: 35px;
  }

  .hero-services-search .modal-category .accordion-main-category .mod-accordion .col-xs-6 .link_menus .item-accord i:before {
    font-size: 2.5rem;
  }

  .hero-services-search .modal-category .accordion-main-category .mod-accordion .col-xs-6 .link_menus .item-accord {
    font-size: 1.6rem;
    line-height: 4.5rem;
  }

  .hero-services-banner-interna {
    height: 300px;
  }

  .hero-services-banner-interna .container-interna-vitrina .text-banner-interna-inf a {
    font-size: 2.1rem;
    padding: 10px 15px;
  }

  .hero-services-banner-interna .container-interna-vitrina .text-banner-interna-sup-cost {
    left: 110px;
  }

  .hero-services-banner-interna .container-interna-vitrina .text-banner-interna-sup-cost span {
    font-size: 6.5rem;
    margin-left: 0.5em;
  }

  .hero-services-banner-interna .container-interna-vitrina .text-banner-interna-sup img {
    width: 130px;
    height: 100%;
    margin-bottom: 12px;
  }

  .hero-cuztomized-services-banner {
    height: 250px;
    background-size: cover;
  }

  .hero-cuztomized-services-banner .content-banner .return-banner .anchor-banner {
    margin: 15px 0;
  }

  .hero-cuztomized-services-banner .content-banner .text-banner-home {
    margin: 30px 0;
  }

  .hero-cuztomized-services-banner .content-banner .text-banner-home .icon-banner-home img {
    width: 110px;
    height: 100%;
  }

  .hero-cuztomized-services-banner .content-banner .text-banner-home .title-banner-home {
    font-size: 2.9rem;
    line-height: 2.6rem;
    margin-left: 10px;
  }

  .double-border-1 {
    height: 9px;
  }

  .double-border-1 .border-banner-1 {
    width: 15%;
    height: 9px;
  }

  .double-border-2 {
    height: 9px;
    margin-bottom: 25px;
  }

  .double-border-2 .border-banner-2 {
    width: 15%;
    height: 9px;
  }

  .body-container .hero-customized-services-header .container-list {
    width: 75%;
    margin: 15px auto;
  }

  .body-container .hero-customized-services-header .container-list .list-text {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  .body-container .hero-customized-services-body {
    width: 94%;
    margin-bottom: 40px;
  }

  .body-container .hero-customized-services-body .row [class*='col-xs'] {
    padding: 4px;
  }

  .body-container .hero-customized-services-body .row [class*='col-xs'] .category-card {
    height: 330px;
  }

  .body-container .hero-customized-services-body .row [class*='col-xs'] .category-card .category-img {
    height: 80%;
  }

  .body-container .hero-customized-services-body .row [class*='col-xs'] .category-card .category-title {
    height: 20%;
  }

  .body-container .hero-customized-services-body .row [class*='col-xs'] .category-card .category-title .category-name {
    font-size: 1.45rem;
    line-height: 1.4rem;
  }

  .body-container .slider-benefits .slick-dots {
    left: 44%;
    top: 73px;
  }

  .body-container .slider-benefits .slider-banner-img img {
    width: 43px;
  }

  .body-container .slider-benefits .text-banner .title-slider {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .body-container .slider-benefits {
    margin: 8px 4px;
  }

  .body-container .slider-benefits .slider-banners-1 {
    background-image: url(../img/bucket_3/banner/banner-beneficios.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: initial;
    height: 110px;
  }

  .body-container .slider-benefits .slider-banners-2 {
    background-image: url(../img/bucket_3/banner/banner-beneficios.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: initial;
    height: 110px;
  }

  .body-container .slider-benefits .slider-banners-3 {
    background-image: url(../img/bucket_3/banner/banner-beneficios.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: none;
    height: 110px;
  }

  .body-container .slider-benefits .slider-banners {
    background-size: 100% 100%;
    margin-top: -20px;
  }

  .hero-cs-banner-interna .content-banner .text-banner-home {
    margin: 30px 0;
  }

  .hero-cs-banner-interna .content-banner .text-banner-home .icon-banner-home img {
    width: 110px;
    height: 100%;
  }
}

@media all and (min-width: 768px) and (max-width: 992px) {
  .services-search .dropdown-menu {
    width: 98.5%;
  }

  .hero-cuztomized-services-banner .content-banner {
    width: 93%;
  }

  .hero-customized-services-menu.hero-services-menu-desktop .text-bold {
    font-size: 1.2rem;
  }

  .hero-customized-services-menu.hero-services-menu-desktop .modal-dialog {
    width: 80%;
  }

  .hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-header .close {
    margin-top: -9px;
    font-size: 35px;
    right: 13px;
  }

  .hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 2.3rem;
    line-height: 3;
  }

  .hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body .modal-cat .title-modal {
    font-size: 1.9rem;
    line-height: 1.9rem;
  }

  .hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body .modal-cat .img-menu {
    width: 50px;
    height: 50px;
  }

  .hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body .modal-serv .item-serv .item-serv-text {
    font-size: 1.5rem;
  }

  .hero-customized-services-menu.hero-services-menu-desktop .modal-dialog .modal-content .modal-body .modal-serv .item-serv .item-serv-text .angle-serv {
    font-size: 1.7rem;
  }

  .hero-customized-services-menu.hero-services-menu-desktop #myModalMantenimiento .modal-dialog,
  .hero-customized-services-menu.hero-services-menu-desktop #myModalConstruccion .modal-dialog {
    height: auto;
    margin: 25% auto;
  }

  .body-container .hero-customized-services-body .row [class*='col-xs'] .category-card .category-title .category-icon {
    margin-right: 6px;
  }

  .body-container .slider-benefits .slick-list {
    height: 110px;
  }

  .hero-cs-banner-interna {
    height: 220px;
  }

  .hero-cs-banner-interna .content-banner {
    width: 99%;
  }

  .hero-cs-banner-interna .content-banner .return-banner .anchor-banner {
    font-size: 2.1rem;
  }

  .body-container .hero-service .row .services,
  .body-container .hero-service .row .description-services {
    width: 80%;
  }

  .body-container .hero-service .row .services .section-titles .service-name,
  .body-container .hero-service .row .description-services .section-titles .service-name {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }

  .body-container .hero-service .row .services .section-titles .alcance,
  .body-container .hero-service .row .description-services .section-titles .alcance {
    font-size: 1.7rem;
    margin: 10px 0;
  }

  .body-container .hero-service .row .services .section-titles .sku,
  .body-container .hero-service .row .description-services .section-titles .sku {
    font-size: 1.7rem;
  }

  .body-container .hero-service .row .services .section-buttons .call-button .text .call-text,
  .body-container .hero-service .row .description-services .section-buttons .call-button .text .call-text,
  .body-container .hero-service .row .services .section-buttons .form-button .text .call-text,
  .body-container .hero-service .row .description-services .section-buttons .form-button .text .call-text {
    font-size: 1.6rem;
  }

  .body-container .hero-service .row .services .section-buttons .call-button .text .call-text .call-mob,
  .body-container .hero-service .row .description-services .section-buttons .call-button .text .call-text .call-mob,
  .body-container .hero-service .row .services .section-buttons .form-button .text .call-text .call-mob,
  .body-container .hero-service .row .description-services .section-buttons .form-button .text .call-text .call-mob {
    font-size: 1.7rem;
  }

  .body-container .hero-service .row .services .section-buttons .optional,
  .body-container .hero-service .row .description-services .section-buttons .optional {
    font-size: 1.6rem;
  }

  .body-container .hero-service .row .services .section-buttons .form-button .form-text,
  .body-container .hero-service .row .description-services .section-buttons .form-button .form-text {
    font-size: 1.7rem;
  }

  .body-container .hero-service .row .description-services .image {
    height: 170px;
  }

  .body-container .hero-service .row .description-services .title {
    margin: 27px 0;
  }

  .body-container .hero-service .row .description-services .title .text-desc {
    display: inline-block;
    font-size: 2rem;
    line-height: 3.6rem;
  }

  .body-container .hero-service .row .description-services .work .text-work {
    font-size: 1.6rem;
  }

  .body-container .hero-service .row .description-services .work .img-partner {
    width: 160px;
    height: 40px;
  }

  .body-container .hero-service .row .description-services .double-partner .container-partner .img-partner {
    width: auto;
    height: 40px;
  }

  .body-container .hero-service .row .benefits {
    padding: 10px 25px;
  }

  .body-container .hero-service .row .benefits .title-benefit {
    font-size: 1.8rem;
  }

  .body-container .hero-service .row .benefits .warranty,
  .body-container .hero-service .row .benefits .specialist,
  .body-container .hero-service .row .benefits .financing {
    width: 60%;
    padding-top: 15px;
  }

  .body-container .hero-service .row .benefits .img-benefit {
    width: 45px;
    height: 45px;
  }

  .body-container .hero-service .row .benefits .text-benefit {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu_mobile_grid .container-grid {
    padding-top: 3em;
  }

  .menu_mobile_grid [class*='cols-'] {
    padding-bottom: 50px;
  }
}

@media all and (min-width: 768px) and (max-width: 992px -1) {
  .menu_mobile_grid [class*='cols-'] {
    padding-bottom: 55px;
  }
}

div.menu-category::after, div.category-mobile::after {
  z-index: auto !important;
}