@charset "UTF-8";
/* xl - DESKTOP STYLES */
/*============================================================*/
/*H E A D E R*/
html {
  scroll-behavior: smooth !important;
}
#header .logo .standard-logo {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
[data-bs-original-title]:hover .porto-tooltip-wrap.show {
  z-index: 1000;
  display: none;
}
#header .header-main .container {
  min-height: 60px;
}
.main-content {
  padding-top: 0px;
  padding-bottom: 0;
}
/*============================================================*/
/*C A R R U S E L T O P */
.top-header-cunstom .wpb_wrapper.vc_column-inner {
  display: flex;
  align-items: center;
  justify-content: center !important;
}
/*============================================================*/
/**/
/*=======================================================================================*/
/*M E N U*/
li.titulo-menu.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat > a {
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  padding-bottom: 7px !important;
  padding-top: 7px !important;
  transform: translateX(-7px) !important;
}
li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat a {
  font-size: 13px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
#header .main-menu > li.menu-item > a {
  letter-spacing: 0px !important;
}
#header .header-main {
  position: relative;
  top: 0;
  overflow: visible;
}
.menu-item .popup .inner {
  padding: 0px 15px 15px 15px !important;
}
/*.home #header {
    position: inherit !important;
    background: #f7f7ff;
}

#header.sticky-header .header-main, .fixed-header
#header.sticky-header .header-main {
    background: #f7f7ff !important;
}
header.header-builder.header-builder-p.header-loaded.sticky-header {
    background: #f7f7ff !important;
}
*/
#header.header-loaded .header-main {
  overflow: visible;
  border-bottom: solid 1px #e7e7e7;
}
.header-wrapper {
  position: relative;
  z-index: 10000;
}
.header-builder-p .vc_column-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end !important;
}
.max-width-social-top.vc_column_container {
  width: 100%;
  max-width: 15%;
}
.max-width-mt-top.vc_column_container {
  width: 100%;
  max-width: 85%;
}
.sticky-header .content-top-menu .row.align-items-center {
  border-bottom: solid 0px var(--porto-primary-color);
}
img.img-responsive.standard-logo.retina-logo {
  width: 100%;
  min-width: 100px;
}
/*.content-top-menu .wpb_wrapper.vc_column-inner {
    justify-content: flex-end !important;
}*/
.logo-header_custome .wpb_wrapper.vc_column-inner {
  justify-content: flex-start !important;
}
.menu-header_custom .wpb_wrapper.vc_column-inner {
  justify-content: flex-end !important;
}
div#buscador-top {
  width: 100%;
}
.no-breadcrumbs .main-content {
  padding-top: 0;
}
/*.line-menu.secondary-menu > li:not(:last-child) {
    border-right: 1px solid #ccc;
}*/
#header .line-menu.secondary-menu > li > a {
  position: relative;
  color: #fff !important;
  padding: 10px 17px;
  margin: 3px;
}
/*#header .line-menu.secondary-menu > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0px;
    transform: skew(-15deg);
    background: #b51e3a;
    transition: 0.3s ease all;
    z-index: -1;
    border-radius: 5px;
    transition: .3s ease all;
}
#header .line-menu.secondary-menu > li > a:hover:before {
    background: #e51038;
    transition: .3s ease all;
}*/
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
/*==============================================================================*/
/*H E R O  H O M E*/
.header-video {
  position: relative;
  z-index: 1;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-video video {
  z-index: 1;
  position: relative;
  width: 1920px;
  height: 750px;
  object-fit: cover;
}
.header-video:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backface-visibility: hidden;
}
.hero-box {
  padding: 0 20px;
  top: 0;
  /*left: 0;*/
  height: 100%;
  max-width: 1340px;
  max-height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  z-index: 10;
  margin: 0 auto;
  text-align: left;
}
.content-text-hero {
  width: 100%;
  max-width: 750px;
}
h1.content-text-hero_titulo {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 0px;
}
h1.content-text-hero_sub {
  color: #fff;
  font-size: 90px;
  line-height: 80px;
  margin-bottom: 0px;
}
h2.content-text-hero_sub {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 25px;
}
a.btn-hero {
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  background: var(--porto-primary-color);
  position: relative;
  font-weight: 500;
  border-radius: 5px;
  transition: 0.3s ease all;
  font-family: "Kanit";
  font-style: italic;
}
a.btn-hero:hover {
  color: #fff;
  background: var(--porto-secondary-color);
  transition: 0.3s ease all;
}
a.btn-hero.light {
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  background: var(--porto-primary-color);
  position: relative;
  font-weight: 500;
  border-radius: 5px;
  font-family: "Kanit";
  font-style: italic;
  transition: 0.3s ease all;
}
a.btn-hero.light:hover {
  color: #fff;
  background: var(--porto-secondary-color);
  transition: 0.3s ease all;
}
.content-btn-hero {
  padding-top: 10px;
  transition: 0.3s ease all;
  display: inline-block;
}
/*=============================*/
/**/
.section-float-home {
  margin-top: -120px;
  position: relative;
  z-index: 10;
}
.box_section-float-home {
  background: #fff;
  padding: 25px;
  box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
/*==============================================================================*/
/*I M A G E N E S H O M E*/
.product-inner {
  border: solid 1px #ccc;
  padding: 10px 10px;
}
.grid-productos-home .product-image img {
  aspect-ratio: 1;
  max-height: 250px;
  object-fit: cover;
}
.banner-tall img {
  min-height: 780px;
  object-fit: cover;
}
.box-home-productos_img .wpb_wrapper {
  overflow: hidden;
}
.box-home-productos_img_heigth img {
  /*max-height: 450px;
    object-fit: cover;*/
}
.box-home-productos_img img {
  transform: scale(1);
  transition: 0.7s ease all;
}
.box-home-productos:hover .box-home-productos_img img {
  transform: scale(1.1);
  transition: 0.7s ease all;
}
.box-home-productos .wpb_wrapper.vc_column-inner, .vc_column_container > .vc_column-inner {
  padding: 0px;
}
.btn-producto_home.padding-not h1 {
  padding: 0px !important;
}
.btn-producto_home h1 {
  display: inline-block;
  padding: 7px 30px !important;
  /*margin-bottom: 15px !important;*/
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.btn-producto_home h1:before {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  bottom: 0;
  left: auto;
  z-index: -1;
  background: var(--porto-dark-color);
  transition: 0.5s cubic-bezier(0.7, 0.13, 0.26, 0.88);
}
.btn-producto_home.in h1::before {
  width: 100%;
  right: auto;
  left: 0px;
  transition: 0.5s cubic-bezier(0.7, 0.13, 0.26, 0.88);
}
/* Clase que activa salida */
.btn-producto_home.out h1::before {
  width: 0%;
  right: 0;
  left: auto;
  transition: 0.5s cubic-bezier(0.7, 0.13, 0.26, 0.88);
}
.btn-producto_home .porto-u-sub-heading {
  position: relative;
  z-index: 10;
}
.btn-producto_home {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  margin: 0;
  padding-bottom: 50px;
  z-index: 100;
}
.btn-producto_home .btnFormato {
  padding-top: 5px;
  position: relative;
}
.btn-producto_home p {
  display: none;
}
.btn-producto_home:before {
  content: "";
  display: block;
  height: 200%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 1;
  background: -webkit-linear-gradient(90deg, #00000085 0%, rgba(0, 0, 0, 0) 100%);
}
.box-home-productos_img .wpb_wrapper {
  overflow: hidden;
}
.price_formato-vertical span.price {
  text-align: left !important;
}
.btn-producto_home h1 strong {
  color: var(--porto-secondary-color);
}
.carrusel-efecto img {
  /*height: auto;
    max-width: 100%;
    vertical-align: top;
    aspect-ratio: 2;
    object-fit: cover;*/
  transition: 0.4s ease all;
  border: solid 1px transparent;
}
.carrusel-efecto img:hover {
  border: solid 1px var(--porto-primary-color);
  transition: 0.4s ease all;
}
.carrusel-efecto {
  margin: 0;
}
/*================================================================================================*/
/*H E A D E R A L L P A G E*/
.titulo-all-page h1 {
  /*color: var(--porto-primary-color);*/
  color: #fff;
  font-size: 65px;
  line-height: 70px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}
.banner-all-page {
  min-height: 350px;
  position: relative;
}
.banner-all-page:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #ffffff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 100;
}
.maxw-content_header-page {
  width: 100%;
}
.maxw-content_header-page .porto-u-heading.titulo-all-page.text-lg-left {
  max-width: 1340px;
  margin: 0 auto;
  padding-left: 25px;
}
.titulo-formato_paginas strong {
  color: var(--porto-secondary-color);
}
/*================================================================================================*/
/**/
/*===============================================================================*/
/*B A N N E R - D O B L E H O M E*/
.content-banner-producto {
  position: relative;
}
.content-banner-producto img {
  border-radius: 20px;
  height: 300px;
  object-fit: cover;
}
.content-banner-producto_textos {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 25px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-width: 350px;
}
.content-banner-producto_textos .porto-u-sub-heading {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}
.btn-plano-productos {
  margin-top: 25px;
  margin-bottom: 10px;
}
a.btn-plano_productos {
  background: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s ease all;
}
a.btn-plano_productos:hover {
  background: var(--porto-secondary-color);
  color: #fff;
  transition: 0.3s ease all;
}
.content-banner-producto_textos p {
  display: none;
}
.efecto-shaking img:hover {
  animation-name: shake;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(-6px);
  }
  30% {
    transform: translateX(6px);
  }
  45% {
    transform: translateX(-6px);
  }
  60% {
    transform: translateX(6px);
  }
  75% {
    transform: translateX(-4px);
  }
  100% {
    transform: translateX(0);
  }
}
/*================================================================================================*/
/**/
.ico-servicios {
  padding: 0 15px;
}
.ico-servicios.uno {
  border-right: solid 1px #c3c2c2;
}
.ico-servicios.dos {
  border-right: solid 1px #c3c2c2;
}
.ico-servicios.tres {
  border-right: solid 1px #c3c2c2;
}
.ico-servicios .porto-sicon-box.default-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*================================================================================================*/
/**/
.box-ms-page {
  backdrop-filter: blur(20px);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px #f4f4f4;
  border-radius: 5px;
  background: #fff;
  padding: 35px 25px;
  transition: 0.3s ease all;
  transform: translateY(0px);
}
.box-ms-page:hover {
  transition: 0.3s ease all;
  transform: translateY(-10px);
}
/*========================================================================*/
/*A C O R D I O N S E R V I C I O S*/
#acordion-home .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  background-color: rgba(0, 0, 0, 0.3);
  border: solid 1px rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(20px);
}
#acordion-home .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body, #acordion-home .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: rgba(0, 0, 0, 0.4);
  border: solid 1px rgba(255, 255, 255, 0.1);
}
#acordion-home .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #fff;
}
#acordion-home .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
  color: #fff;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::after, .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::before {
  border-color: var(--porto-primary-color) !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #fff !important;
}
/*================================================================================================*/
/**/
.content-btn-play {
  display: flex;
  align-items: center;
}
.img-video-play img {
  background: var(--porto-secondary-color);
  border-radius: 50%;
  padding: 10px;
  transition: 0.3s ease all;
  animation: pulse 1s infinite;
  width: 44px;
  height: 44px;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
/*================================================================================================*/
/*b t n s k e w*/
a.btn-btnSkew {
  color: #fff;
  padding: 12px 25px;
  transition: 0.3s ease;
  position: relative;
  z-index: 10;
  font-size: 15px;
  letter-spacing: 0.8px;
  transition: 0.3s ease all;
  overflow: hidden;
}
a.btn-btnSkew:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0px;
  transform: skew(-15deg);
  background: var(--porto-quaternary-color);
  /*background: linear-gradient(to right, #5ab8e5 0%, #004a7c 100%);*/
  transition: 0.3s ease all;
  z-index: -1;
  border-radius: 3px;
}
a.btn-btnSkew:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0%;
  top: 0px;
  transform: skew(-15deg);
  background: #e51038;
  /*background: linear-gradient(to left, #5ab8e5 0%, #004a7c 100%);*/
  transition: 0.3s ease all;
  z-index: -1;
  border-radius: 3px;
}
a.btn-btnSkew:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0px;
  transform: skew(-15deg);
  background: #e51038;
  /*background: linear-gradient(to left, #5ab8e5 0%, #004a7c 100%);*/
  transition: 0.3s ease all;
  z-index: -1;
  border-radius: 3px;
}
.btnplano {
  display: flex;
  align-items: center;
}
.btnplano a {
  font-family: "Kanit";
  color: var(--porto-dark-color);
  font-style: italic;
}
.btnplano i {
  padding-right: 7px;
  color: var(--porto-primary-color);
  font-size: 18px;
}
a.btn-add_cart, .price_formato span.woocommerce-Price-amount.amount {
  font-family: "Kanit";
  font-style: italic;
}
.box-alto_desc {
  height: 50px;
}
/*==========================================================================*/
/*P A R R A L L A X*/
.content-equipo-all {
  position: relative;
  z-index: 10;
  padding: 50px 0;
}
.content-from-text {
  position: relative;
  z-index: 10;
}
.parralax-fondo {
  background-attachment: fixed;
  position: relative;
}
.parralax-fondo:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backface-visibility: hidden;
}
.titulo-page-parallax h1 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.titulo-page-parallax strong {
  font-size: 30px;
  line-height: 35px;
  display: block;
  padding-top: 5px;
}
a.link-form {
  text-decoration: underline;
}
/*================================================================================================*/
/*S E R V I C I O S*/
.content_servicios-hover .wpb_wrapper.vc_column-inner {
  position: relative;
  cursor: pointer;
  transition: 0.5s ease all;
  overflow: hidden;
}
.box-servicios_img {
  position: relative;
  transition: 0.5s ease all;
}
.box-servicios_img img {
  position: relative;
  z-index: 1;
  transition: 0.5s ease all;
  max-height: 500px;
  object-fit: cover;
}
.content_servicios-hover .wpb_wrapper.vc_column-inner:hover .box-servicios_img img {
  position: relative;
  z-index: 1;
  transition: 0.5s ease all;
  transform: scale(1.1);
}
.box-servicios_img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0.7) 20%, transparent 70%, transparent 100%);
}
.box-servicios_img .vc_single_image-wrapper.vc_box_border_grey:before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 20px;
  left: 30px;
  border: solid 2px #ffffff;
  border-width: 3px 0 0 3px;
  z-index: 10;
  transition: 0.3s ease all;
  opacity: 0;
}
.box-servicios_img .vc_single_image-wrapper.vc_box_border_grey:after {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: 20px;
  right: 30px;
  border: solid 2px #ffffff;
  border-width: 0 3px 3px 0;
  z-index: 10;
  transition: 0.3s ease all;
  opacity: 0;
}
.content_servicios-hover .wpb_wrapper.vc_column-inner:hover .vc_single_image-wrapper.vc_box_border_grey:before, .content_servicios-hover .wpb_wrapper.vc_column-inner:hover .vc_single_image-wrapper.vc_box_border_grey:after {
  transition: 0.3s ease all;
  opacity: 1;
}
.box-servicios-float {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 35px 25px 45px;
  margin: 0;
  transition: 0.5s ease all;
  transform: translateY(calc(100% - 90px));
}
.content_servicios-hover .wpb_wrapper.vc_column-inner:hover .box-servicios-float {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 35px 20px 50px;
  margin: 0;
  transition: 0.5s ease all;
  transform: translateY(0%);
}
.box-servicios-float h2 {
  font-size: 22px;
  line-height: 30px !important;
  margin-bottom: 25px !important;
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.content_servicios-hover .wpb_wrapper.vc_column-inner:hover .box-servicios-float h2 {
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
i.far.fa-arrow-alt-circle-up.ico_servicios-float {
  font-size: 35px;
  position: absolute;
  top: -35px;
}
/*=======================================================================*/
/*I M G - E F E C T O*/
.img-efecto {
  position: relative;
  /* margin-top: 50px; */
  max-width: 900px;
}
.img-efecto img {
  position: relative;
  z-index: 100;
  /*border-radius: 5px;*/
}
.img-efecto.right:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 70%;
  left: -10px;
  top: -10px;
  background: var(--porto-primary-color);
  transition: 0.4s ease all;
  border-radius: 5px;
}
/*=============================================================================*/
/**/
.img-call_mantencion {
  overflow: hidden;
  position: relative;
}
.img-call_mantencion img {
  left: 100%;
  transform: translateX(-100%);
  position: relative;
  height: 100%;
  max-width: none;
}
.content-logo-girando {
  position: absolute;
  top: 25px;
  right: 80px;
  z-index: 100;
}
/*=============================================================================*/
/*B R E A C R U M*/
.page-top .page-title {
  font-style: italic;
}
/*=============================================================================*/
/**/
.porto-testimonial.wpb_content_element.testimonio-box {
  border: solid 1px #111;
  padding: 15px;
  margin: 5px;
  background: #f4f4f4;
  border-radius: 15px;
}
.testimonio-box blockquote.testimonial-carousel {
  height: 140px;
}
.testimonial.testimonial-with-quotes img {
  margin: 15px auto 10px;
  width: 70px;
  height: 70px;
  object-fit: cover;
}
/*====================================================================================*/
/*N O S O T R O S  B O X*/
.porto-sicon-box.box-ms {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px #f4f4f4;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  transition: 0.4s ease all;
  background: #fff;
}
.porto-sicon-box.box-ms:hover {
  transition: 0.4s ease all;
  transform: translateY(-5px);
}
.porto-sicon-box.box-ms.fondo {
  background: var(--porto-secondary-color);
  /*background: #f4f4f4;*/
  position: relative;
  margin-left: -15px;
  width: 100%;
}
.box-ms .porto-sicon-left {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: solid 2px #d9d9d9;
  margin-right: 15px;
}
/*.box-ms.fondo .porto-sicon-left {
    border-right: solid 2px #fff;
}*/
.box-ms .porto-sicon-description {
  color: #333;
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.box-ms .porto-just-icon-wrapper.porto-icon.none {
  margin-right: 15px;
  margin-left: 10px;
}
.box-ms strong {
  font-size: 20px;
  /* color: var(--porto-primary-color); */
  font-family: "Helveticaneue";
}
section.vc_section.fondo-page {
  background-position: top !important;
}
.box-aplicar h3.porto-sicon-title {
  font-size: 25px;
}
/*.box-proveedores p {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    max-width: 300px;
    margin: 0 auto;
}*/
.box-proveedores h3.porto-sicon-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  padding-bottom: 10px;
}
.content_box-proveedores {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.content_box-proveedores.uno:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("https://develop1.webstudiopanama.com/asasdemadera/wp-content/uploads/2025/05/flecha.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  /* O relative, según necesites */
  top: 35px;
  right: -50px;
}
.content_box-proveedores.second:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("https://develop1.webstudiopanama.com/asasdemadera/wp-content/uploads/2025/05/flecha.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 35px;
  right: -50px;
  transform: rotateX(-180deg);
}
/*=====================================================================================================================*/
/**/
.conten-serv-slice {
  height: 400px;
  position: relative;
  margin: 0;
  overflow: hidden;
  transition: 0.4s ease all;
}
.conten-serv-slice img {
  height: 400px;
  object-fit: cover;
}
.porto-sicon-box.box_serv-slice {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  margin: 0;
  padding-bottom: 20px;
  transform: translateY(calc(100% - 60px));
  transition: 0.4s ease all;
}
.conten-serv-slice:hover .porto-sicon-box.box_serv-slice {
  transform: translateY(calc(0% - 0px));
  background: rgba(2, 84, 166, 0.85);
  transition: 0.4s ease all;
}
.box_serv-slice .porto-just-icon-wrapper.porto-icon.none {
  background: var(--porto-primary-color);
  color: #fff !important;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.box_serv-slice h3.porto-sicon-title {
  height: 60px;
  line-height: 60px;
  font-weight: 600;
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/*====================================================================================*/
/*C A L L - T O - A C T I O N */
.titulo-call-to-action h1 {
  font-size: 35px;
  line-height: 40px !important;
  text-transform: uppercase;
}
.titulo-call-to-action .porto-u-sub-heading {
  font-size: 18px;
  line-height: 25px;
}
.titulo-call-to-action strong {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  padding-top: 10px;
  display: block;
  color: var(--porto-primary-color);
  letter-spacing: 0.5px;
}
.call-to-ation_content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.call-to-ation_content_text h4 {
  color: #fff;
  margin-bottom: 5px;
}
.call-to-ation_content_text h1 {
  margin-bottom: 10px;
}
.call-to-ation_content_text p {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}
.porto-u-heading.titulo-call-to-action {
  max-width: 800px;
}
/*=====================================================================================================================*/
/*G A L E R I A*/
.galeria-pagina img.attachment-full.size-full {
  height: 100%;
  min-height: 200px;
  max-height: 200px;
  object-fit: cover;
}
/*=====================================================================================================================*/
/**/
.box-year-float {
  position: absolute;
  top: 40%;
  background: var(--porto-primary-color);
  z-index: 100;
  padding: 20px 20px;
  left: -30px;
}
.box-year-float:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0px;
  width: 0;
  height: 0;
  border-left: 42px solid transparent;
  border-right: 0px solid transparent;
  border-top: 30px solid #055eb6;
}
/*====================================================================================*/
/*S E R V I C I O S */
.porto-sicon-box.box-compromisos {
  background: rgba(66, 93, 123, 0.06);
  padding: 25px 15px;
  border-radius: 5px;
  box-shadow: 5px 5px 7px 2px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease all;
  transform: translateY(0px);
  margin-top: 10px;
  margin-bottom: 10px;
  border: solid 1px rgba(66, 93, 123, 0.05);
}
.porto-sicon-box.box-compromisos:hover {
  box-shadow: 5px 5px 7px 2px rgba(0, 0, 0, 0.01);
  transition: 0.3s ease all;
  transform: translateY(-5px);
}
.box-compromisos h3.porto-sicon-title {
  padding-bottom: 5px;
}
/*====================================================================================*/
/*B L O G */
.blog-home h3.porto-post-title {
  font-size: 25px;
  line-height: 30px;
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*.post-type .porto-tb-featured-image img {
    min-height: 250px !important;
    max-height: 250px;
    object-fit: cover;
}*/
/*====================================================================================*/
/*B L O G - I n n e r p a g e*/
.blog-inner-page .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
  display: none;
}
.blog-inner-page .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  color: var(--porto-primary-color) !important;
  background-color: transparent !important;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
}
.blog-inner-page h4 {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-inner-page .vc_btn3-container {
  margin-bottom: 15px;
}
.blog-inner-page .vc_gitem_row .vc_gitem-col {
  padding: 15px;
  background-size: cover;
}
/*====================================================================================*/
/*B T N */
a.tbn-arrow-link {
  width: 100%;
  max-width: 160px;
  height: 40px;
  /*background: #2d2d2d;*/
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 40px;
  padding-left: 45px;
  padding-right: 25px;
  border-radius: 5px;
  /*color: #fff;*/
  transition: 0.4s ease all;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
a.tbn-arrow-link:hover {
  padding-left: 25px;
  padding-right: 45px;
  transition: 0.4s ease all;
}
.tbn-arrow-link span.span-btn {
  position: absolute;
  width: 35px;
  height: 40px;
  display: grid;
  place-content: center;
  left: 0px;
  transition: 0.7s ease all;
}
.tbn-arrow-link:hover span.span-btn {
  left: calc(100% - 35px);
  transition: 0.7s ease all;
}
i.fas.fa-arrow-right {
  font-size: 12px;
  top: 1px;
}
.tbn-arrow-link:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 80px;
  height: 100%;
  left: 0;
  bottom: 0;
  transform: translateX(-120%) skewX(30deg);
  transition: 0.8s ease all;
}
.tbn-arrow-link:hover:after {
  transform: translateX(400%) skewX(30deg);
  transition: 0.8s ease all;
}
a.tbn-arrow-link.btn-black {
  background: var(--porto-primary-color);
  color: #fff;
}
.tbn-arrow-link span.span-btn.black {
  background: #5ab8e5;
}
a.tbn-arrow-link.btn-light {
  background: #fff;
  color: var(--porto-primary-color);
}
.tbn-arrow-link span.span-btn.light {
  background: var(--porto-primary-color);
}
/*======================================================================================*/
/*P R O Y E C T O S H O M E*/
.box-why, .box-why_inner {
  position: relative;
  overflow: hidden;
}
.box-why_inner .vc_column_container {
  max-width: 750px;
  margin: 0 auto;
}
.box-why_inner_texto {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: calc(100% - 25px);
  background: #fff;
  border-radius: 5px 5px 0 0;
  margin: 0 auto;
  transition: 0.6s 0.2s ease all;
  border-bottom: solid 1px #f4f4f4;
}
.box-why:hover .box-why_inner_texto {
  opacity: 0;
  transition: 0.6s 0.2s ease all;
}
.box-why_inner_texto .porto-sicon-top {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  top: -30px;
}
.box-why_inner_texto .porto-sicon-header {
  padding-top: 35px;
}
.box-why img {
  border-radius: 5px;
  height: 350px;
  object-fit: cover;
}
.box-why_btn {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background: -webkit-linear-gradient(90deg, rgba(0, 96, 152, 0.8) 0%, rgba(0, 96, 152, 0.8) 100%);
  border-radius: 5px;
  transform: scaleY(0);
  transform-origin: top;
  transform-style: preserve-3d;
  transition: 0.6s ease all;
}
.box-why:hover .box-why_btn {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background: -webkit-linear-gradient(90deg, rgba(0, 96, 152, 0.8) 0%, rgba(0, 96, 152, 0.8) 100%);
  transform: scaleY(1);
  transform-origin: top;
  transform-style: preserve-3d;
  transition: 0.6s ease all;
}
.lista-why i.fas.fa-dot-circle {
  color: #93d500;
  padding-right: 10px;
}
.lista-why ul li {
  padding-bottom: 5px;
}
/*================================================================================================*/
/**/
.box-informatio-inner .wpb_wrapper.vc_column-inner {
  border: solid 1px #f4f4f4;
  padding: 30px 15px 15px 15px !important;
  border-radius: 5px;
  margin-bottom: 25px;
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
}
.box-informatio-inner .wpb_wrapper.vc_column-inner:hover {
  transform: translateY(-10px);
}
.btn-center {
  text-align: center;
}
/*================================================================================================*/
/* N E W S L E T T E R*/
.content-fomr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.contact-form-newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-fomr {
  width: 100%;
}
/*================================================================================================*/
/*P R O D U C T O F O R M*/
.box-widget-producto_inner {
  border: solid #f4f4f4 1px;
  padding: 25px 15px !important;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.formato-productos-pagina img {
  height: 100%;
  min-height: 150px;
  object-fit: cover;
}
label.label-producto_form {
  width: 100%;
}
.form-group.campo-producto input {
  width: 100%;
}
label {
  padding-bottom: 5px;
}
span.category-list {
  display: none !important;
}
ul.products .woocommerce-loop-product__title {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
ul.products h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 1rem;
}
#home-precientes li.product-col.product-default.product {
  width: 25%;
}
/*======================================================================================*/
/*V E N T A J A S P A G E*/
.box-faces-home {
  padding-left: 15px;
  padding-right: 15px;
}
.box-faces-home h3.porto-sicon-title {
  position: relative;
}
.box-faces-home h3.porto-sicon-title strong {
  position: absolute;
  width: 30px;
  height: 30px;
  background: var(--porto-secondary-color);
  color: #fff;
  top: -63px;
  right: 130px;
  left: 56px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 30px;
  border-radius: 50px;
  box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease all;
}
.box-faces-home:hover h3.porto-sicon-title strong {
  right: -15px;
  transition: 0.4s ease all;
}
.box-faces-home.linea-time:after {
  content: "";
  position: absolute;
  background: var(--porto-primary-color);
  width: 100%;
  height: 2px;
  left: 185px;
  top: 37px;
  /* margin: 0 auto; */
  z-index: -1;
  transition: 0.3s ease all;
}
.box-faces-home .porto-sicon-description {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #222;
}
/*================================================================================================*/
/**/
img.metodo_pago {
  max-width: 160px;
}
/*================================================================================================*/
/**/
/*============================================================*/
/**/
.titulo-general h2 {
  color: var(--porto-primary-color);
  font-size: 20px;
  line-height: 25px !important;
  left: 35px;
  position: relative;
  letter-spacing: 0px;
  display: inline-block;
}
.titulo-general.center-titulo h2 {
  left: 0px;
}
.titulo-general h2:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -35px;
  top: 10px;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: var(--porto-primary-color);
  -webkit-backface-visibility: hidden;
}
.titulo-general .porto-u-sub-heading {
  font-size: 40px;
  line-height: 45px;
  color: var(--porto-quaternary-color);
  font-weight: 700;
  /*font-family: 'Futura-md-bt';*/
}
span.porto-btn-data.porto-btn-text {
  font-weight: 700;
  letter-spacing: 1.5px;
  border-radius: 11px;
}
a.porto-btn-normal {
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 14px;
}
.vc_row.wpb_row.row.top-row.reverse, .reverse .row {
  flex-direction: row-reverse;
}
.img-fondo-efecto {
  position: absolute;
  bottom: -1px;
  z-index: 1000;
  left: 0;
  width: 100%;
}
.porto-sicon-box.box-expertice {
  padding: 0 20px;
  min-height: 125px;
}
.porto-sicon-box.box-expertice.line {
  border-right: solid 1px #f4f4f4;
}
/*============================================================*/
/*C O N T A C T O*/
.box-contact_page .porto-sicon-header + .porto-sicon-description {
  margin-top: 0px;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
  resize: none;
  height: 150px;
}
.titulo-form {
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
}
.titulo-form h2 {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 35px;
}
.titulo-form h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
}
.row.contact-form.producto-form {
  padding: 35px 25px;
}
/*============================================================*/
/**/
table.horarios {
  max-width: 300px;
}
td.titulo {
  padding: 0px;
}
.horarios td, th {
  padding: 1px 0;
}
/*============================================================*/
/*F O O T E R */
#footer ul li a {
  color: #fff;
  transition: 0.3s ease all;
}
#footer ul li a:hover {
  color: var(--porto-secondary-color);
  transition: 0.3s ease all;
}
#footer img {
  width: 100%;
  max-width: 200px;
}
i.icon-footer {
  font-size: 15px;
  padding-right: 8px;
  color: var(--porto-secondary-color);
}
.conten-link-footer-lineal ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.conten-link-footer-lineal ul li a {
  padding: 0px 10px;
}
.logo-linkedin {
  margin: 0;
  text-align: right;
}
.social-link-form {
  text-align: right;
}
/*==============================================================================*/
/*Q U E R Y*/
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1640px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  .max-width-social-top.vc_column_container {
    width: 100%;
    max-width: 15%;
  }
  .max-width-mt-top.vc_column_container {
    width: 100%;
    max-width: 85%;
  }
  .porto-sicon-box.box-ms.fondo {
    margin-left: 0px;
  }
  #home-precientes li.product-col.product-default.product {
    width: 50%;
  }
  .banner-tall img {
    min-height: 675px;
    object-fit: cover;
  }
  .ico-servicios {
    border-right: solid 1px #c3c2c2;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  #side-nav-panel .accordion-menu > li.menu-item a {
    font-weight: 500 !important;
    padding: 14px 43px 14px 16px;
    font-family: "Kanit";
    font-style: italic;
    text-transform: uppercase;
  }
  li.titulo-menu.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat > a {
    font-weight: 500 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    padding-bottom: 7px !important;
    padding-top: 7px !important;
    transform: translateX(-5px) !important;
  }
  #header .logo .standard-logo {
    max-width: 100px;
  }
  .titulo-general h2 {
    left: 0;
  }
  .titulo-general .porto-u-sub-heading {
    font-size: 35px;
    line-height: 40px;
    color: var(--porto-quaternary-color);
    font-weight: 700;
    font-family: "Futura-md-bt";
  }
  img.img-responsive.standard-logo.retina-logo {
    width: 100%;
    min-width: 80px;
  }
  .header-builder-p .vc_column-inner {
    justify-content: center !important;
  }
  #header .header-main .porto-wrap-container.container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .call-to-ation_content_text h4, .call-to-ation_content_text p {
    text-align: center;
  }
  .centrar-titulo-corner {
    text-align: center;
  }
  .box-servicios_img img {
    height: 450px;
    object-fit: cover;
  }
  .box-servicios-float, .content_servicios-hover .wpb_wrapper.vc_column-inner:hover .box-servicios-float {
    transform: translateY(0%);
    padding: 35px 20px 50px;
  }
  .box-servicios-float h2, .content_servicios-hover .wpb_wrapper.vc_column-inner:hover .box-servicios-float h2 {
    transition: 0.4s ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .box-servicios_img .vc_single_image-wrapper.vc_box_border_grey:before, .box-servicios_img .vc_single_image-wrapper.vc_box_border_grey:after, .content_servicios-hover .wpb_wrapper.vc_column-inner:hover .vc_single_image-wrapper.vc_box_border_grey:before, .content_servicios-hover .wpb_wrapper.vc_column-inner:hover .vc_single_image-wrapper.vc_box_border_grey:after {
    transition: 0.3s ease all;
    opacity: 1;
  }
  .btn-center-mobil {
    text-align: center;
  }
  .iconos-apps_inner .vc_column_container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .iconos-apps_box {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  }
  .iconos-apps_box:hover {
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  }
  .box-year-float {
    position: absolute;
    top: 40%;
    background: var(--porto-primary-color);
    z-index: 100;
    padding: 20px 20px;
    left: -10px;
  }
  .box-year-float:before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0px;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 0px solid transparent;
    border-top: 25px solid #055eb6;
  }
  .content_box-proveedores.second:before {
    width: 0px;
    height: 0px;
  }
  .content_box-proveedores.uno:before {
    top: 0px;
    right: -50px;
  }
  .porto-sicon-box.box_serv-slice, .conten-serv-slice:hover .porto-sicon-box.box_serv-slice {
    transform: translateY(calc(0% - 0px));
    transition: 0.4s ease all;
    flex-direction: column;
    padding: 35px 20px;
  }
  .social-link-form {
    text-align: center;
  }
  .maxw-content_header-page .porto-u-heading.titulo-all-page.text-lg-left {
    margin: 0 auto;
    padding-left: 0;
  }
  .banner-all-page .porto-ibanner-layer {
    width: 100%;
  }
  .banner-all-page img {
    display: none !important;
  }
  .banner-all-page {
    min-height: 350px;
  }
  .content-ms-page.vc_column_container {
    padding: 25px 0px !important;
  }
  .porto-u-heading.titulo-call-to-action {
    max-width: 100%;
  }
  .conten-link-footer-lineal ul li {
    column-count: 2;
    width: 50%;
    display: flex;
  }
  .post-slide {
    width: 100%;
  }
  .content-logo-girando {
    position: absolute;
    top: 25px;
    right: 45px;
    z-index: 100;
  }
  .banner-tall img {
    min-height: 450px;
    object-fit: cover;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  /*.alto-box{
	padding-top:50px;
*/
  .vc_row.wpb_row.top-row.iconos-apps {
    position: initial;
    bottom: 0;
    width: 100%;
    z-index: 10;
    padding: 50px 0 0;
  }
  h1.content-text-hero_titulo {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  h1.content-text-hero_sub {
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 5px;
  }
  h2.content-text-hero_sub {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 25px;
  }
  .titulo-call-to-action h1 {
    font-size: 28px;
    line-height: 32px !important;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 10px !important;
  }
  .titulo-call-to-action strong {
    font-size: 25px;
    line-height: 30px;
  }
  section#fondo-call-to-action {
    /*background-position: right !important;*/
  }
  .content-equipo-all {
    padding: 50px 0;
  }
  .content_box-proveedores.uno:before {
    width: 0px;
    height: 0px;
  }
  .titulo-page-all .porto-u-sub-heading {
    /* color: var(--porto-primary-color); */
    font-size: 35px;
    line-height: 40px;
  }
  .logo-linkedin {
    margin: 5px 0 5px 0;
    text-align: center;
  }
  .titulo-all-page h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .social-suguenos {
    text-align: center;
  }
  .box-ico-contacto:not(:last-of-type) {
    border-right: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  /*=====================================================================================================================*/
  /*G A L E R I A*/
  .galeria-pagina img.attachment-full.size-full {
    height: 100%;
    min-height: 150px;
    max-height: 150px;
    object-fit: cover;
  }
  /*============================================================*/
  /*N E W L E T T E R*/
  .contact-form-newsletter .content-fomr {
    flex-direction: column;
  }
  .contact-form-newsletter .form-group {
    margin-bottom: 10px;
  }
  .contact-form-newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-primary {
    width: 100%;
  }
  .porto-sicon-box.box-ico-footer {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .porto-sicon-box.box-ico-footer h3.porto-sicon-title {
    text-align: center;
    padding-top: 15px;
  }
  .sicial-suguenos {
    text-align: center;
  }
  ul.footer-links.column {
    column-count: 1;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  .valor-counter .stats-desc {
    min-height: 185px;
  }
  .box-ms.porto-sicon-box.left-icon, .box-ms.porto-sicon-box.right-icon {
    display: flex;
    /*flex-direction: column;*/
  }
  .box-ms .porto-sicon-left {
    margin-bottom: 15px;
  }
  .box_section-float-home {
    padding: 25px 15px;
  }
  .conten-serv-slice img {
    height: 350px;
    object-fit: cover;
  }
  .conten-serv-slice {
    height: 350px;
  }
  .conten-link-footer-lineal ul li {
    column-count: 1;
    width: 100%;
  }
  .formato-productos-pagina img {
    height: 100%;
    min-height: 100px;
    object-fit: cover;
  }
  /*=====================================================================================================================*/
  /*G A L E R I A*/
  .galeria-pagina img.attachment-full.size-full {
    height: 100%;
    min-height: 100px;
    max-height: 100px;
    object-fit: cover;
  }
  #home-precientes li.product-col.product-default.product {
    width: 100%;
  }
  .img-call_mantencion img {
    left: 100%;
    transform: translateX(-100%);
    position: relative;
    height: 100%;
    max-width: 600px;
  }
  .content-logo-girando {
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 100;
  }
  .ico-servicios {
    border-right: solid 0px #c3c2c2 !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F856-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F856-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F856-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F856-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F856-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BACEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADnBA%3BAAAA%3BAC4BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5BA%3BAAAA%3BAAAA%3BAAAA%3BAC0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAD%2FDA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACiFA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAD3GA%3BAAAA%3BAAAA%3BACuHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BADrIA%3BAAAA%3BAAAA%3BAC4IA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5IA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACyKA%3BAACM%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAAAA%3BAD7KF%3BAAAA%3BACmLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjSA%3BAAAA%3BACuSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5SA%3BAAAA%3BACoTA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtXA%3BAC%2BXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADrcA%3BAAAA%3BAC6cA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BADjfA%3BAAAA%3BAAAA%3BAAAA%3BACwfA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADhkBJ%3BAAAA%3BACqkBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADplBA%3BAAAA%3BAC6lBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BADvmBA%3BAAAA%3BACgnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADxoBA%3BAAAA%3BAC8oBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAACG%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BADhqBF%3BAAAA%3BACyqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADnvBA%3BAAAA%3BACwvBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAD5xBA%3BAAAA%3BACiyBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD94BA%3BAAAA%3BACu5BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADj6BA%3BAAAA%3BACg7BA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD77BA%3BAAAA%3BACy8BA%3BAAAA%3BAAAA%3BADz8BA%3BAAAA%3BAC68BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADv9BA%3BAAAA%3BAC%2B9BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADr%2FBA%3BAAAA%3BAAAA%3BAC%2B%2FBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAD1hCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACwiCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhkCA%3BAAAA%3BACmlCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvnCA%3BAAAA%3BACqoCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAD9qCA%3BAAAA%3BACorCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADprCA%3BAAAA%3BAC%2BrCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvsCA%3BAAAA%3BACutCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADvuCA%3BAAAA%3BAC6uCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7uCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC8vCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADnxCA%3BAAAA%3BACyxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD71CA%3BAAAA%3BACw2CA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAD57CA%3BAAAA%3BACi8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD78CA%3BAAAA%3BACm9CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADx9CA%3BAAAA%3BAC69CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAD3gDA%3BAAAA%3BACghDA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxjDA%3BAAAA%3BACgkDA%3BAAAA%3BAAAA%3BADhkDA%3BAAAA%3BAAAA%3BAAAA%3BACukDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADnoDA%3BAAAA%3BAC6oDA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BADtqDA%3BAAAA%3BAC4qDA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADlrDA%3BAAAA%3BACurDA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAD3tDA%3BAAAA%3BACguDA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjuDF%3BAAIA%3BAEJA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAFpBA%3BAASA%3BAGTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHnLA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAIXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAJ5DA%3BAAAA%3BAIkEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJlEA%3BAAAA%3BAI0EA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAJ7GA%3BAAmBA%3BAKnBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALRA%3BAAAA%3BAKcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%22%7D */