@charset "UTF-8";
/* xl - DESKTOP STYLES */
/*==========================================================================*/
/*H E A D E R*/
img.img-responsive.standard-logo.retina-logo {
  width: 300px;
  padding: 15px 0;
}
img.img-responsive.sticky-logo.sticky-retina-logo {
  width: 300px;
}
html {
  scroll-behavior: smooth !important;
}
.fixed-header #header .header-main {
  background-color: transparent;
}
.porto-tooltip-wrap.empty-tooltip.header-tooltip {
  display: none;
}
header .header-main {
  border-bottom: solid 1px #f3f3f3;
}
/*==========================================================================*/
/*M E N U I M A G E N*/
div#boton-top-menu-img {
  margin-bottom: 20px;
}
.menu-img-top a {
  display: none !important;
}
div#boton-top-menu-img img.conten-beneficios_list {
  width: 15px;
  margin-right: 7px;
}
div#boton-top-menu-img ul.list-inline.beneficios_list li {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}
h1.titulo-cat-producto {
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1d1d1d;
}
ul.cat-producto_link-menu li a {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #444;
}
ul.cat-producto_link-menu li a:hover {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500 !important;
  margin-bottom: 10px;
  color: #1d1d1d;
}
#boton-top-menu-img .btn-plano-servicios a {
  font-size: 15px !important;
  letter-spacing: 1px !important;
  font-weight: 500 !important;
  padding: 15px 0 !important;
  display: block !important;
}
/*==========================================================================*/
/*F O R M A T O M E N U - I M A G E N*/
.mega-menu > li.menu-item:hover li.menu-item > a {
  transform: translate3d(0, 0, 0);
  display: none;
}
/*.content-all-menu-img .row {
    display: flex !important;
    flex-direction: row;
}*/
.mega-menu .wide .popup > .inner {
  padding: 10px 10px 30px;
  background: var(--porto-normal-bg);
}
.content-all-menu {
  position: relative;
}
.coneten-cta-menu-img {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 0 20px 25px 20px;
  width: 100%;
  max-width: 300px;
}
.coneten-cta-menu-img h1 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}
.coneten-cta-menu-img p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 25px;
}
.img-banner-menu img {
  min-height: 380px;
}
/*.top-menu-img-links a {
    color: #222223;
    font-size: 15px !important;
    font-family: 'Outfit' !important;
}*/
/*ul.top-menu-img-links.list.list-unstyled {
    padding: 0 10px;
}*/
/*==========================================================================*/
/*H O T S - P O T*/
.porto-hotspot {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  font-size: 8px;
  cursor: pointer;
  box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  animation: pulse 1s infinite linear;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
.content-text-hotpots {
  display: flex;
  align-items: center;
  justify-content: end;
}
.content-text-hotpots .wpb_wrapper.vc_column-inner {
  width: 100%;
  max-width: 650px;
}
.content_inner-text-hotpots.vc_column_container {
  padding: 35px;
}
.img-hotpots img {
  min-height: 500px;
}
.content_host-pot-customs {
  height: 400px;
}
.img_background {
  margin-top: 6px;
  animation: slideLeft 3s infinite alternate ease-in-out;
}
@keyframes slideLeft- {
  0% {
    transform: translateX(100px);
    /* desde la derecha */
  }
  100% {
    transform: translateX(0);
    /* hacia su posición original */
  }
}
/*==========================================================================*/
/*P R O D U C T O - A L T U R A*/
.woocommerce-product-gallery__wrapper img {
  /*max-height: 500px;*/
  object-fit: cover;
}
.product-image img {
  border-radius: 0px;
}
/*.product-layout-centered_vertical_zoom .woocommerce-product-gallery__wrapper {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}*/
/*.product-layout-centered_vertical_zoom .product-thumbnails {
    width: 50px;
    padding-left: 10px;
}*/
/*.product-layout-centered_vertical_zoom .product-images {
    width: calc(100% - 50px);
    order: 2;
    height: fit-content;
}*/
/*.product-layout-centered_vertical_zoom .labels {
    left: 25px;
}*/
.img-thumbnail img {
  border-radius: 0px !important;
}
.product-thumbs-slider.owl-carousel .owl-item.selected .img-thumbnail, html:not(.touch) .product-thumbs-slider .owl-item:hover .img-thumbnail, .product-layout-centered_vertical_zoom .product-thumbnails .img-thumbnail.selected {
  border: none;
}
.product-images .img-thumbnail .inner, .product-images .img-thumbnail .inner img {
  border-radius: 0px !important;
}
img.woocommerce-main-thumb.img-responsive {
  height: 100px;
  object-fit: cover;
}
.product-thumbs-slider.owl-carousel .owl-item img {
  transition: opacity 0.3s;
  height: 100px;
  object-fit: cover;
}
.woocommerce-product-details__short-description p, .single-product .page-wrapper .product-summary-wrap .description p {
  font-size: 1rem;
  text-align: justify;
}
.product-image, .widget_layered_nav, .widget_layered_nav .yith-wcan-select-wrapper, .widget_layered_nav_filters, .widget_price_filter, .widget_product_categories, .widget_rating_filter {
  border-radius: 0;
}
.add-links-wrap {
  display: none;
}
/*==========================================================================*/
/*P R O D U C T O C A R R U S E L*/
.contenido_host-pot-customs-img {
  height: 350px;
  background-position: left;
  background-size: cover;
  background-position-x: 0px;
  background-repeat: no-repeat;
  animation: slideLeft 4s infinite alternate ease-in-out;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.row.contenido_host-pot-customs {
  height: 350px;
}
@keyframes slideLeft {
  0% {
    background-position-x: 0px;
    /* desde la derecha */
  }
  100% {
    background-position-x: -30px;
    /* hacia su posición original */
  }
}
.host-pot-customs img {
  height: 100px;
  width: 100%;
  object-fit: cover;
}
.host-pot-customs .popup-wrap {
  padding: 5px !important;
}
.host-pot-customs .popup-wrap p {
  display: none;
}
.img-material-show span {
  color: #111;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 0;
  display: inline-block;
  transition: 0.3s ease all;
}
.img-material-show:hover span {
  color: var(--porto-primary-color);
  font-size: 14px;
  font-weight: 600;
  padding: 3px 0;
  display: inline-block;
  transition: 0.3s ease all;
}
/*===================================================================================================*/
/*S L I D E R*/
#slider-formato_contenedor .has-ccols.owl-loaded > .owl-nav {
  width: 100%;
  max-width: 110px;
}
#slider-formato_contenedor button {
  background: #ffffff !important;
}
/*==========================================================================*/
/**/
.content-window-home .porto-sicon-box {
  padding: 0 10px 25px 10px;
}
.titulo-encabezado h1 {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
/*.titulo-encabezado h1:after {
	content:'';
	position:absolute;
    width: 3px;
    height: 5px;
    position: absolute;
    background: var(--porto-primary-color);
    bottom: 7px;
    right: -7px;
}*/
/*.titulo-encabezado h3:after {
	content:'';
	position:absolute;
    width: 2px;
    height: 4px;
    position: absolute;
    background: #004d61;
    bottom: 5px;
    right: -6px;
}*/
.services-content {
  padding-bottom: 25px;
}
.titulo-encabezado .porto-u-sub-heading {
  font-size: 25px;
  font-weight: 300;
  color: var(--porto-primary-color);
}
.wpb_single_image.wpb_content_element.vc_align_center.wpb_content_element.cat-productos_img {
  overflow: hidden;
}
.cat-productos.vc_column_container {
  padding: 0;
}
.cat-productos .wpb_wrapper.vc_column-inner {
  overflow: hidden;
  transition: 0.3s ease all;
  /*padding: 0 10px;*/
}
.cat-productos {
  overflow: hidden;
}
.cat-productos_img img {
  transition: 0.4s ease all;
  transform: scale(1);
  height: 350px;
  object-fit: cover;
}
.cat-productos .wpb_wrapper.vc_column-inner:hover .cat-productos_img img {
  transition: 0.4s ease all;
  transform: scale(1.1);
  filter: blur(2px);
}
a.btn-light-cat {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.btn-light-cat span {
  color: #fff;
  border: solid 2px #fff;
  padding: 8px 25px;
  transition: 0.3s ease all;
}
a.btn-light-cat span:hover {
  color: #fff;
  border: solid 2px var(--porto-primary-color);
  background: var(--porto-primary-color);
  padding: 8px 25px;
  transition: 0.3s ease all;
}
.btn_float {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: 0.5s ease all;
  z-index: 100;
}
.cat-productos .wpb_wrapper.vc_column-inner:hover .btn_float {
  transform: translateY(0%);
  transition: 0.5s ease all;
}
.btn_float:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  /*background-color: rgb(0 0 0 / 15%);*/
  z-index: -1;
}
.titulo-encabezado-cat {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  /* height: 100%; */
  transition: 0.5s ease all;
  font-size: 35px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 0px;
  z-index: 100;
}
.titulo-encabezado-cat:before {
  content: "";
  left: 0;
  top: -50px;
  position: absolute;
  width: 100%;
  height: 250%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
  z-index: -1;
}
.titulo-encabezado-cat h3 {
  color: #fff;
  transition: 0.5s ease all;
  font-size: 30px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  transform: translateY(-20px);
}
/*==========================================================================*/
/*A N I M A C I O N E S P A G E*/
@keyframes showFromBottom {
  0% {
    /*opacity: 0;*/
    transform: translateY(100px);
  }
  40% {
    /*opacity: 0.3;*/
    transform: translateY(60px);
  }
  70% {
    /*opacity: 0.7;*/
    transform: translateY(30px);
  }
  100% {
    /*opacity: 1;*/
    transform: translateY(0);
  }
}
.sow-bottom {
  /* Vincula el div al scroll del eje vertical */
  view-timeline-name: --divTimeline;
  view-timeline-axis: block;
  transform: translateY(-100px);
  /* Aplica la animación cuando el div entra en vista */
  animation-timeline: --divTimeline;
  animation-name: showFromBottom;
  animation-range: entry 23% cover 30%;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
/* Solo el segundo elemento con esa clase tendrá delay */
.sow-bottom:nth-of-type(2) {
  animation-delay: 0.5s;
}
/* Solo el tercer elemento con esa clase tendrá delay */
.sow-bottom:nth-of-type(3) {
  animation-delay: 1s;
}
/* Solo el segundo elemento con esa clase tendrá delay */
.sow-bottom:nth-of-type(4) {
  animation-delay: 1.5s;
}
/* Solo el tercer elemento con esa clase tendrá delay */
.sow-bottom:nth-of-type(5) {
  animation-delay: 2s;
}
@keyframes showFromTop {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  40% {
    opacity: 0.3;
    transform: translateY(-60px);
  }
  70% {
    opacity: 0.7;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.sow-top {
  /* Vincula el div al scroll */
  view-timeline-name: --divTimeline;
  view-timeline-axis: block;
  /* Animación al entrar al viewport */
  animation-timeline: --divTimeline;
  animation-name: showFromTop;
  animation-range: entry 23% cover 30%;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
@keyframes showFromRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  40% {
    opacity: 0.3;
    transform: translateX(60px);
  }
  70% {
    opacity: 0.7;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.sow-right {
  /* Vincula el div al scroll */
  view-timeline-name: --divTimeline;
  view-timeline-axis: block;
  /* Aplica animación basada en scroll */
  animation-timeline: --divTimeline;
  animation-name: showFromRight;
  animation-range: entry 20% cover 30%;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
@keyframes showFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  40% {
    opacity: 0.3;
    transform: translateX(-60px);
  }
  70% {
    opacity: 0.7;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.sow-left {
  /* Vincula el div al scroll */
  view-timeline-name: --divTimeline;
  view-timeline-axis: block;
  /* Aplica animación basada en scroll */
  animation-timeline: --divTimeline;
  animation-name: showFromLeft;
  animation-range: entry 20% cover 30%;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
#img-prod-customs .wpb_text_column p a:first-of-type {
  color: #444;
  /* estilo para el primer enlace */
}
#img-prod-customs .wpb_text_column p a:last-of-type {
  color: #444;
  font-weight: 700;
  font-size: 20px !important;
  display: block;
}
#img-prod-customs .wpb_single_image.wpb_content_element.vc_align_center.wpb_content_element {
  margin-bottom: 25px;
}
.shop-loop-before:not(.e-con) {
  margin-bottom: 10px;
  margin-right: -10px;
  display: none !important;
}
/*==========================================================================*/
/**/
.overlay-dark:before {
  background-color: rgba(32, 32, 32, 0.8);
}
.overlay-dark:before, .overlay-dark80:before {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
}
.page-top {
  position: relative;
}
.page-top:before {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(32, 32, 32, 0.4);
}
.page-header-8 .delimiter, .page-top ul.breadcrumb > li .delimiter {
  font-weight: 500;
}
.bg-parallax {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-attachment: fixed;
}
.page-top .page-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.reverse .row {
  flex-direction: row-reverse;
}
/*==========================================================================*/
/*B E N E F I C I O S*/
img.conten-beneficios_list {
  width: 20px;
  margin-right: 7px;
}
ul.list-inline.beneficios_list li {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
}
/*==========================================================================*/
/*G A L E R I A*/
.colage-omg-home {
  position: relative;
  overflow: hidden;
  border: solid 2px #fff;
  padding-left: 0;
  padding-right: 0;
  transition: 0.6s ease all;
}
.colage-omg-home_textos {
  display: flex;
  flex-direction: column;
  position: absolute;
  height: 100%;
  margin: 0;
  justify-content: flex-end;
  padding: 15px 0;
  opacity: 0;
  transition: 0.6s ease all;
}
.colage-omg-home:hover .colage-omg-home_textos {
  opacity: 0;
  transition: 0.6s ease all;
}
.colage-omg-home_textos h2 {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
}
.colage-omg-home_inner {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translateY(0%);
  transition: 0.6s ease all;
}
.colage-omg-home:hover .colage-omg-home_inner {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translateY(0%);
  transition: 0.6s ease all;
}
.colage-omg-home_textos .porto-u-sub-heading {
  color: #fff;
  margin: 0;
}
.img-ideas {
  transition: 0.4s ease all;
}
.img-ideas img {
  filter: brightness(1);
  transform: scale(1);
  transition: 0.7s ease all;
}
.colage-omg-home:hover .img-ideas img {
  filter: brightness(0.2);
  transform: scale(1.1);
  transition: 0.7s ease all;
}
.content-call-to-action {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #004d61;
}
a.btn-light_call {
  background: #fff;
  padding: 10px 30px;
  border: solid 2px #ffffff;
  transition: 0.3s ease all;
}
a.btn-light_call:hover {
  background: transparent;
  color: #fff;
  padding: 10px 30px;
  border: solid 2px #ffffff;
  transition: 0.3s ease all;
}
a.btn-dark_call {
  background: var(--porto-primary-color);
  padding: 10px 25px;
  border: solid 2px var(--porto-primary-color);
  transition: 0.3s ease all;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  text-align: center;
  min-width: 150px;
}
a.btn-dark_call:hover {
  background: transparent;
  color: var(--porto-primary-color);
  border: solid 2px var(--porto-primary-color);
  transition: 0.3s ease all;
}
/*============================================================*/
/*R E N D E R S C A R U S E L*/
/*#carrusel-renders .owl-carousel .owl-stage-outer {
    overflow: unset;
}
div#carrusel-renders {
    position: relative;
    z-index: 100;
}*/
/*============================================================*/
/*H I S T O R Y*/
.timeline .timeline-item-title {
  font-size: 30px;
  margin: 25px 0px 0px !important;
  font-weight: 700;
}
article.timeline-box.left {
  position: relative;
  /*text-align: right;*/
}
article.timeline-box.left .timeline-item-content strong {
  position: absolute;
  top: 0;
  padding: 15px 20px;
  color: var(--porto-primary-color);
  font-size: 18px;
  right: 0;
  font-family: "montserrat";
}
article.timeline-box.right .timeline-item-content strong {
  position: absolute;
  top: 0;
  padding: 15px 20px;
  color: var(--porto-primary-color);
  font-size: 18px;
  left: 0;
  font-family: "montserrat";
}
section.timeline .timeline-date {
  visibility: collapse;
  height: 0;
}
section.timeline .timeline-box {
  margin-bottom: 0;
}
/*================================================================================================*/
/*E Q U I P O*/
.content-equipo.vc_column_container {
  width: 100%;
  max-width: 20%;
  margin: 0 auto;
}
.content-equipo_inner {
  position: relative;
  padding: 0 5px;
  margin-bottom: 25px;
}
.img_equipo .vc_single_image-wrapper.vc_box_border_grey {
  overflow: hidden;
}
.img_equipo {
  transition: 0.4s ease all;
}
.img_equipo img {
  transform: scale(1);
  transition: 0.7s ease all;
}
.content-equipo_inner:hover .img_equipo img {
  transform: scale(1.1);
  filter: blur(1.5px);
  transition: 0.7s ease all;
}
.text-justify, .text-justify p {
  text-align: justify;
}
/*================================================================================================*/
/* 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%;
}
/*===========================================================================*/
/*C A T E G O R I A S*/
.page-top .page-sub-title {
  max-width: 600px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
}
/*====================================================================================*/
/*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: #fff;
  letter-spacing: 0.5px;
}
.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;
}
a.btn-hero {
  background: var(--porto-primary-color);
  padding: 10px 25px;
  border: solid 2px var(--porto-primary-color);
  color: #fff;
  transition: 0.3s ease all;
}
a.btn-hero:hover {
  background: transparent;
  border: solid 2px #fff;
  transition: 0.3s ease all;
}
/*==========================================================================*/
/*S E R V I C I O S*/
.box-servicios .porto-just-icon-wrapper.porto-icon.advanced {
  border: solid 2px #bbb;
  transition: 0.3s ease all;
}
.box-servicios:hover .porto-just-icon-wrapper.porto-icon.advanced {
  border: solid 2px var(--porto-primary-color);
  transition: 0.3s ease all;
  background: var(--porto-primary-color);
  color: #fff !important;
}
/*==========================================================================*/
/*S E R V I C I O S - T W O*/
.box-servicios_content .porto-sicon-header + .porto-sicon-description {
  margin-top: 0;
}
.row.inner_box-servicios .vc_column_container {
  background: #f4f4f4;
  padding: 15px;
  transition: 0.4s ease all;
  box-shadow: 0 6px 5px 1px rgba(0, 0, 0, 0.08);
}
.content_box-servicios.vc_column_container:hover .row.inner_box-servicios .vc_column_container {
  background: #f4f4f4;
  transition: 0.4s ease all;
  box-shadow: 0 6px 5px 1px rgba(0, 0, 0, 0.01);
  transform: translateY(-10px);
}
.content_box-servicios.vc_column_container {
  padding: 0 20px 20px;
  transition: 0.4s ease all;
  margin: 0 auto;
}
/*.porto-sicon-box.box-servicios_content p{
    transition: 0.4s ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}*/
.btn-plano-servicios a {
  font-weight: 500;
  transition: 0.3s ease all;
}
.btn-plano-servicios a:hover {
  text-decoration: underline;
  transition: 0.3s ease all;
}
/*==========================================================================*/
/*B L O G*/
.blog-home p.post-excerpt, .blog-home .clearfix {
  display: none;
}
.blog-home h4.entry-title {
  font-size: 18px !important;
  font-weight: 400 !important;
}
/*==========================================================================*/
/*C O N T A C T O*/
.formato-formulario-popup {
  padding: 30px 30px 20px 30px;
}
.campo-producto input {
  width: 100%;
}
/*==========================================================================*/
/*C O N T A C T O*/
.contact-form input {
  width: 100%;
}
.contact-form textarea {
  width: 100%;
  resize: none;
  height: 150px;
}
.contact-form p {
  margin: 0;
}
.box-des-contact h3.porto-sicon-title {
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
}
.links-contacto li {
  padding: 0;
  margin-bottom: 0px;
}
.links-contacto li a {
  color: #888888;
}
.links-contacto li a:hover {
  color: #004d61;
}
.box-des-contact strong {
  font-size: 17px;
  display: block;
  padding-bottom: 10px;
  font-weight: 400;
}
.box-des-contact {
  /*padding:15px;*/
}
.content-equipo_contactvc_column_container {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.contact-float-icon {
  position: absolute;
  width: 100%;
  top: calc(100% - 65px);
  height: 100%;
}
.contact-float-icon ul.list-unstyled {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 25px;
}
.contact-float-icon ul li {
  position: relative;
  width: 100%;
  display: flex;
  z-index: 10;
}
.contact-float-icon ul li:first-child {
  justify-content: flex-end;
}
.contact-float-icon ul li:last-child {
  justify-content: start;
}
.contact-float-icon a {
  position: relative;
  display: inline-block;
}
.contact-float-icon a {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}
.contact-float-icon a::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 15px;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 10;
}
.contact-float-icon a:hover::after {
  pointer-events: none;
  transition: opacity 0.4s ease;
  opacity: 1;
}
.contact-float-icon a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 13px solid #333333;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  bottom: 45px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.contact-float-icon a:hover::before {
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.contact-float-icon a.show-tooltip::after, .contact-float-icon a.show-tooltip::before {
  opacity: 1 !important;
  pointer-events: auto;
}
i.ico-float {
  color: #1d1d1d;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease all;
}
i.ico-float:hover {
  background: var(--porto-primary-color);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease all;
}
/*==========================================================================*/
/*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-primary-color);
  transition: 0.3s ease all;
}
i.icon-footer {
  font-size: 14px;
  padding-right: 7px;
}
.social-link-form {
  text-align: right;
}
.copring-footer {
  padding-top: 12px;
  padding-bottom: 10px;
}
.img-footer_logo img {
  width: 100%;
  max-width: 250px;
}
/*==========================================================================*/
/**/
.content-case-studies_video {
  position: absolute;
  top: 0;
  left: 0;
  /*background: #091573;*/
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.4s ease all;
  transform: translateY(110%);
}
.content-case-studies:hover .content-case-studies_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.4s ease all;
  transform: translateY(calc(0% - 35px));
}
.img-video-play img {
  background: white;
  border-radius: 50%;
  padding: 15px;
  transition: 0.3s ease all;
  animation: pulse 1s infinite;
  width: 80px;
}
@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);
  }
}
.content-img-cabecera_inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0.7) 20%, transparent 70%, transparent 100%);
  z-index: 1;
}
/*==============================================================================*/
/*Q U E R Y*/
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1340px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  /*==========================================================================*/
  /*S E R V I C I O S - T W O*/
  .content_box-servicios.vc_column_container {
    width: 33.3%;
  }
  .content_box-servicios.full.vc_column_container {
    width: 50%;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  img.img-responsive.standard-logo.retina-logo {
    width: 180px;
    padding: 5px 0 !important;
  }
  img.img-responsive.sticky-logo.sticky-retina-logo {
    width: 180px;
  }
  #header.sticky-header .header-main.sticky {
    padding: 0px 0;
  }
  .header-col.header-left, #header .header-main .header-center {
    padding: 0 !important;
  }
  .header-col.visible-for-sm.header-right {
    padding: 0 !important;
  }
  .header-builder.header-loaded.sticky-header i.fas.fa-bars {
    color: var(--porto-primary-color);
  }
  #side-nav-panel .accordion-menu > li.menu-item a {
    padding: 5px 5px 4px 15px;
  }
  .menu-img-top a {
    display: block !important;
  }
  .center-btn-mobil {
    text-align: center;
  }
  /*==========================================================================*/
  /*H O T S - P O T*/
  .content-text-hotpots .wpb_wrapper.vc_column-inner {
    width: 100%;
    max-width: 100%;
  }
  .content_inner-text-hotpots.vc_column_container {
    padding: 50px 35px 60px 35px;
  }
  .img-hotpots img {
    min-height: 100%;
  }
  .porto-hotspot .products .product-col {
    margin-bottom: 0;
    width: 100%;
  }
  .porto-hotspot img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    max-width: 120px;
  }
  .porto-hotspot span.price {
    font-size: 13px !important;
  }
  /*================================================================================================*/
  /*E Q U I P O I N I C I O*/
  .content-equipo.vc_column_container {
    width: 100%;
    max-width: 33.3%;
    margin: 0 auto;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  /*============================================================*/
  /*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%;
  }
  .titulo-encabezado h1 {
    font-size: 25px;
    line-height: 30px !important;
  }
  .social-siguenos {
    text-align: center;
  }
  .porto-sicon-box.box-ico-footer {
    justify-content: center;
  }
  /*============================================================*/
  /*H I S T O R Y*/
  article.timeline-box.left .timeline-item-content strong {
    position: absolute;
    top: 0;
    padding: 15px 20px;
    color: var(--porto-primary-color);
    font-size: 18px;
    left: 0;
    font-family: "montserrat";
  }
  section.timeline .timeline-box.left {
    clear: both;
    opacity: 1 !important;
  }
  /*==========================================================================*/
  /*I M A G E N C A T E G O R I A*/
  .cat-productos_img img {
    transition: 0.4s ease all;
    transform: scale(1);
    height: 100%px;
    object-fit: cover;
  }
  /*================================================================================================*/
  /*E Q U I P O I N I C I O*/
  .content-equipo.vc_column_container {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
  }
  /*==========================================================================*/
  /*S E R V I C I O S - T W O*/
  .content_box-servicios.vc_column_container {
    width: 50%;
  }
  @keyframes slideLeft {
    0% {
      background-position-x: 0px;
      /* desde la derecha */
    }
    100% {
      background-position-x: 0px;
      /* hacia su posición original */
    }
  }
  @keyframes showFromBottom {
    0% {
      /*opacity: 0;*/
      transform: translateY(0px);
    }
    40% {
      /*opacity: 0.3;*/
      transform: translateY(0px);
    }
    70% {
      /*opacity: 0.7;*/
      transform: translateY(0px);
    }
    100% {
      /*opacity: 1;*/
      transform: translateY(0);
    }
  }
  .social-link-form, p.texto-copring {
    text-align: center !important;
  }
  .copring-footer {
    padding-top: 17px;
    padding-bottom: 5px;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  /*==========================================================================*/
  /*S E R V I C I O S - T W O*/
  .content_box-servicios.vc_column_container, .content_box-servicios.full.vc_column_container {
    width: 100%;
  }
  /*==========================================================================*/
  /*P R O D U C T O*/
  .woocommerce-product-gallery__wrapper img {
    max-height: 300px;
    object-fit: cover;
  }
  img.img-responsive.standard-logo.retina-logo {
    width: 150px;
  }
  img.img-responsive.sticky-logo.sticky-retina-logo {
    width: 150px;
  }
  .content-equipo.vc_column_container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
/*# 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%2F2358-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F2358-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F2358-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F2358-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F2358-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BACCA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADnBA%3BAAAA%3BACyBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%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%3BADhEA%3BAAAA%3BACwEA%3BAAAA%3BAAAA%3BAAAA%3BADxEA%3BAAAA%3BAAAA%3BAAAA%3BACiFA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAD5GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACkIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAACM%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxLF%3BAAAA%3BACiMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADrMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC4NA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAD3PA%3BAAAA%3BACgQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzSA%3BAAAA%3BACsTA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD1TA%3BAAAA%3BACkUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BVA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%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%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%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%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvdA%3BAAAA%3BACieA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvfA%3BACwgBA%3BAAAA%3BAAAA%3BADxgBA%3BAC4gBA%3BAAAA%3BAAAA%3BAD5gBA%3BACghBA%3BAAAA%3BAAAA%3BADhhBA%3BACohBA%3BAAAA%3BAAAA%3BAAIA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3pBA%3BAAAA%3BACkqBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAD3sBA%3BAAAA%3BACitBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrtBA%3BAAAA%3BAC4tBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzzBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC80BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADh3BA%3BAAAA%3BAC43BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BADx5BA%3BAAAA%3BAC45BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADj6BA%3BAAAA%3BACu6BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADv6BA%3BAAAA%3BACg7BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD19BA%3BAAAA%3BACo%2BBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADx%2BBA%3BAAAA%3BACi%2FBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhgCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC6gCA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADjhCA%3BAAAA%3BACyhCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAD5hCA%3BAAAA%3BACqiCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADxiCA%3BAAAA%3BAC6iCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%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%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvsCA%3BAAAA%3BACotCA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADxuCA%3BAAAA%3BAC8uCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAACG%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9xCA%3BAAAA%3BAC8yCA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FyCF%3BAAIA%3BAAAA%3BAAAA%3BAEHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAFJA%3BAASA%3BAGTA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAHnBA%3BAAAA%3BAGyBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAH7CA%3BAAAA%3BAGmDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH5DA%3BAAcA%3BAAAA%3BAAAA%3BAIbA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAJNA%3BAAAA%3BAIYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAJvBA%3BAAAA%3BAI4BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ5BA%3BAAAA%3BAIoCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJpCA%3BAAAA%3BAI2CA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJlGA%3BAAmBA%3BAAAA%3BAAAA%3BAKlBA%3BAAAA%3BAAAA%3BALkBA%3BAAAA%3BAKZA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */