@charset "UTF-8";
/* xl - DESKTOP STYLES */
/*==========================================================================*/
/*H E A D E R*/
.main-content {
  padding-top: 0;
  padding-bottom: 0;
}
.mega-menu.menu-hover-line > li.menu-item > a:before {
  height: 1px;
  opacity: 1;
  width: 15px;
}
.mega-menu.menu-hover-underline > li.menu-item.active > a:before, .mega-menu.menu-hover-underline > li.menu-item:hover > a:before {
  right: 0;
  width: calc(100% - 28px);
  transition: 0.4s ease all;
}
.porto-tooltip-wrap.empty-tooltip.header-tooltip {
  display: none;
}
.header-wrapper {
  border-bottom: solid 1px #f4f4f4;
}
#header .mobile-toggle {
  cursor: pointer;
  padding: 7px 13px;
  text-align: center;
  display: block !important;
  font-size: 20px;
  vertical-align: middle;
  margin: 8px 0 8px 1em;
  line-height: 20px;
  border-radius: 0.25rem;
}
html.panel-opened .page-wrapper, html.panel-opened #header.sticky-header .header-main.sticky {
  left: 0;
}
html.panel-opened .side-nav-panel-close {
  display: block;
  color: #222223 !important;
  top: 20px;
  right: 20px;
  padding: 4px 8px;
  opacity: 1;
  visibility: visible;
  z-index: 9999 !important;
}
img.img-responsive.standard-logo.retina-logo {
  width: 110px;
  padding: 10px 0;
}
img.img-responsive.sticky-logo.sticky-retina-logo {
  width: 200px;
}
html {
  scroll-behavior: smooth !important;
}
/*.fixed-header #header .header-main {
    background-color: transparent;
}*/
#mini-cart.minicart-arrow-alt .cart-head:after {
  color: #222223;
}
#mini-cart .minicart-icon {
  display: block;
  font-style: normal;
  transition: 0.2s ease;
  font-size: 18px;
}
#mini-cart {
  display: inline-block;
  position: relative;
  white-space: normal;
  vertical-align: middle;
  margin-left: 7px;
}
#mini-cart .cart-items {
  --porto-badge-size: 1.2em;
}
/*==========================================================================*/
/*F I B O S E A R C H*/
.dgwt-wcas-search-icon {
  width: 18px;
  height: auto;
  cursor: pointer;
  display: block;
}
.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler {
  max-width: 17px !important;
  position: relative;
  top: -3px;
}
.dgwt-wcas-search-icon path, .sticky-header .dgwt-wcas-search-icon path {
  fill: #222223 !important;
}
/*==========================================================================*/
/*M E N U I M A G E N*/
#boton-top-menu-img a {
  font-size: 15px !important;
  letter-spacing: 1px !important;
  font-weight: 500 !important;
  padding: 15px 0 !important;
  display: block !important;
}
div#boton-top-menu-img {
  margin-bottom: 20px;
}
.menu-img-top a {
  display: none !important;
}
/*==========================================================================*/
/*S L I D E R F O R M*/
.titulo-slider {
  font-family: "Outfit" !important;
  /*font-family: 'Minionpro' !important;*/
}
.sub_titulo-slider {
  font-family: "Outfit" !important;
}
.line-bottom_hover {
  position: relative;
}
.line-bottom_hover:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  bottom: -3px;
  left: 0;
  background: #000;
  transition: 0.4s ease all;
}
.line-bottom_hover:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  background: #880203;
  transition: 0.4s ease all;
}
.img-slider img {
  display: block;
  width: 100%;
  /* Máscara de degradado vertical */
  -webkit-mask-image: linear-gradient(to bottom, black 80%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  /* Para navegadores que soporten sin prefijo */
  mask-image: linear-gradient(to bottom, black 80%, rgba(0, 0, 0, 0) 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.circle-blur {
  -webkit-filter: blur(100px) !important;
  /* Safari / iOS */
  -moz-filter: blur(100px) !important;
  /* Firefox */
  -ms-filter: blur(100px) !important;
  /* IE */
  -o-filter: blur(100px) !important;
  /* Opera */
  filter: blur(100px) !important;
  /* Estándar */
}
/*==========================================================================*/
/*I N S T A G R A M - S L I D E R - I M G A G E N E S*/
.ima-instagram-follow {
  display: flex;
}
.instagram-f-text {
  display: flex;
  align-items: start;
  flex-direction: column;
  left: -30px;
  position: relative;
}
.img_f-inner img {
  position: relative;
  max-width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  border: solid 3px #fff;
  box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.img_f-inner {
  display: flex;
  align-items: center;
}
.instagram-f-text h2 {
  font-size: 16px;
  line-height: 22px !important;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
  font-weight: 300;
  margin: 0;
  color: var(--porto-dark-color);
  letter-spacing: 0.5px !important;
}
.instagram-f-text h3 {
  font-size: 14px;
  line-height: 14px !important;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
  margin: 0;
  color: var(--porto-secondary-color);
}
.img_f-inner img:nth-child(1) {
  left: 0;
  z-index: 5;
}
.img_f-inner img:nth-child(2) {
  left: -10px;
  z-index: 4;
}
.img_f-inner img:nth-child(3) {
  left: -20px;
  z-index: 3;
}
.img_f-inner img:nth-child(4) {
  left: -30px;
  z-index: 2;
}
.img_f-inner a img {
  left: 0px;
  z-index: 5;
  background: var(--porto-secondary-color);
  transform: rotate(180deg);
  transition: 0.5s ease all;
}
.img_f-inner:hover a img {
  transform: rotate(0deg);
  transition: 0.5s ease all;
}
.img_f-inner a {
  position: relative;
  z-index: 1;
  left: -40px;
}
/*==========================================================================*/
/*S E R V I C I O H O M E*/
.porto-sicon-box.box-servicios-home .porto-sicon-img {
  overflow: hidden;
  border: solid 1px #222223;
  border-radius: 50%;
  padding: 20px;
  background: #fff;
  position: relative;
  z-index: 10;
  transition: 0.4s ease all;
}
.porto-sicon-box.box-servicios-home:hover .porto-sicon-img {
  border: solid 1px #F0E2CA;
  background: #F0E2CA;
  transition: 0.4s ease all;
}
.porto-sicon-box.box-servicios-home, .content-servicios-home {
  position: relative;
}
.content-servicios-home:not(:last-child)::before {
  content: "";
  left: 50%;
  top: calc(100% - 150px);
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--porto-dark-color);
  z-index: 1;
}
/*====================================================================================*/
/*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,.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);
}
.box-ms .porto-sicon-left {
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-right: solid 2px #d9d9d9; */
  margin-right: 10px;
  /* background: #f4f4f4; */
  height: 60px;
  width: 60px;
}
/*.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: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.box-ms .porto-just-icon-wrapper.porto-icon.none {
  margin-right: 15px;
  margin-left: 15px;
}
.box-ms strong {
  font-size: 20px;
  /* color: var(--porto-primary-color); */
}
.box-ms h3.porto-sicon-title {
  font-weight: 700;
}
/*.box-mascara-imagen {
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgb(255 250 244 / 0%) 100%);
}*/
/*===============================================================================*/
/*S E C T I O N V I D E O - H O M E*/
.box-info-interes {
  padding-top: 300px;
  padding-bottom: 30px;
  margin-top: -250px;
  mask-image: linear-gradient(to top, black 80%, rgba(255, 250, 244, 0) 100%);
}
.box-info-interes_imgTop {
  position: relative;
  z-index: 10;
}
.box-info-interes_imgTop img {
  min-height: 230px;
  object-fit: cover;
}
.porto-just-icon-wrapper.porto-icon.none.porto-icon-pos-center.btn-play {
  position: absolute;
  display: flex;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
i.far.fa-play-circle {
  font-size: 80px;
  border-radius: 50%;
  transition: 0.3s ease all;
  animation: pulse 1s infinite;
  cursor: pointer;
}
@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);
  }
}
/*=======================================================================================*/
/*P R O D U C T O S D E S T A C A D O S*/
.conten-ser_home {
  position: relative;
}
.botom-titulo-ser h2 {
  font-size: 18px;
}
.porto-u-heading.botom-titulo-ser {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  height: 100px;
  z-index: 10;
  padding: 0 10px;
}
.conten-ser_home .vc_single_image-wrapper.vc_box_border_grey:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0.64) 20%, transparent 70%, transparent 100%);
}
.conten-ser_home .vc_single_image-wrapper.vc_box_border_grey:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: linear-gradient(to top, #880203 0, rgb(0 0 0 / 64%) 20%, transparent 70%, transparent 100%);*/
  background: linear-gradient(0deg, #880203 0%, rgba(184, 130, 252, 0) 65%);
  -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
  transform: perspective(400px) rotateX(-90deg) scale(0.2);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  z-index: 1;
  transition: 0.5s ease all;
}
.conten-ser_home:hover .vc_single_image-wrapper.vc_box_border_grey:after {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
  transform: perspective(400px) rotateX(0deg) scale(1);
  transition: 0.5s ease all;
}
/*.porto-u-sub-heading {
    transition: 0.4s ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}*/
.botom-titulo-ser_btn {
  position: relative;
  display: block;
  transition: 0.3s ease all;
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.conten-ser_home:hover .botom-titulo-ser_btn {
  position: relative;
  display: block;
  color: #fff;
  transition: 0.3s 0.1s ease color;
}
i.fas.fa-arrow-right.icon-servicios-efect {
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 41px;
  font-size: 20px;
  border: solid 2px #fff;
  top: -15px;
  right: 15px;
  border-radius: 50px;
  margin: auto;
  color: #fff;
  transition: 0.3s 0.1s ease border;
}
.conten-ser_home:hover i.fas.fa-arrow-right.icon-servicios-efect {
  animation: flechamove 0.3s infinite alternate;
  border: solid 2px #fff;
  transition: 0.3s 0.1s ease border;
}
@keyframes flechamove {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(6px);
  }
}
/*==============================================================================*/
/*QUITAR SELECT A FORMULARIO DE CECKOUT*/
span.select2-selection__arrow {
  display: none;
}
.woocommerce-checkout .select2-container {
  pointer-events: none;
}
.shipping_address {
  display: block !important;
}
.label.checkbox .porto-checkbox .porto-control-label:after {
  display: none !important;
}
h4#billing_detalles_de_la_persona_que_recibe_field {
  font-size: 22px;
  padding-top: 25px;
}
/*===============================================================================*/
/*P R O D U C T O - H O M E*/
.img-product-home img.img-responsive {
  max-height: 200px;
  object-fit: cover;
}
/*========================================================================*/
/*A C O R D I O*/
#acordion-home .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  border: solid 1px var(--porto-dark-color);
}
#acordion-home .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
  /*background-color: rgb(255 255 255 / 15%);
	border: solid 1px var(--porto-primary-color);*/
}
#acordion-home .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: rgba(255, 255, 255, 0.15);
}
#acordion-home .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: var(--porto-primary-color);
  /*background-color: var(--porto-primary-color);*/
  border-radius: 0px;
}
#acordion-home .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
  color: var(--porto-dark-color);
  border-top: solid 1px;
  padding-top: 30px;
}
.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-dark-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: var(--porto-primary-color) !important;
}
#acordion-home .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  background-color: rgba(255, 255, 255, 0.15);
  border: solid 1px rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(20px);
}
/*===============================================================================*/
/*S E C T I O N - S E R V I C I O S - H O M E*/
.content-servicios-flores {
  position: relative;
}
.box-inner-flores {
  transition: 0.4s ease all;
}
.content-servicios-flores_textos {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: calc(100% - 70px);
  max-width: 370px;
}
.content-servicios-flores_textos .porto-u-heading {
  background: #fff;
  padding: 10px 0 0px;
  transition: 0.4s ease all;
}
.box-inner-flores:hover .content-servicios-flores_textos .porto-u-heading {
  background: var(--porto-primary-color);
  transition: 0.4s ease all;
}
.box-inner-flores:hover .content-servicios-flores_textos h2 {
  color: #fff;
  transition: 0.4s ease all;
}
.box-inner-flores:hover a.btn-inner-float {
  color: #fff;
}
.box-inner-flores:hover a.btn-inner-float:before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 15px;
  height: 1px;
  background: #fff !important;
  z-index: 1;
  transition: 0.5s ease all;
}
.btn-plano-productos_lineas {
  position: relative;
  z-index: 10;
}
a.btn-plano_productos-lineas {
  background: #fff;
  padding: 12px 20px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease all;
  display: inline-block;
  z-index: 10;
  position: relative;
  margin-top: 10px;
}
a.btn-plano_productos-lineas:hover {
  /*background: var(--porto-dark-color);*/
  color: var(--porto-dark-color);
  transition: 0.3s ease all;
}
.content-style-line_titulo .porto-u-main-heading {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
}
.content-style-line_titulo .porto-u-main-heading h2 {
  font-size: 25px;
  line-height: 30px;
}
.content-style-line_textos {
  position: absolute;
  left: 0;
  bottom: 60px;
  max-width: 312px;
}
.content-style-line_textos p {
  color: var(--porto-dark-color);
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  padding: 20px 10px 20px 30px;
}
.content-style-line_cuadro:before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: solid 1px var(--porto-dark-color);
  left: 0px;
  right: 0;
  top: 20px;
  z-index: 10;
  margin: 0 auto;
}
/*==========================================================================*/
/*I M G F O N D O R O J O*/
.content-nosotros-imgbg {
  height: 500px;
}
.content-nosotros-textos.vc_column_container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.content-nosotros-textos.left.vc_column_container {
  justify-content: flex-start;
}
.content-nosotros-textos > .wpb_wrapper.vc_column-inner {
  max-width: 662px;
  padding: 60px 0 !important;
}
.reverse.vc_row {
  flex-direction: row-reverse;
}
#btn-blanco_line a.btn-inner-float {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  transition: 0.5s ease all;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#btn-blanco_line a.btn-inner-float:hover {
  color: #fff;
  transition: 0.5s ease all;
}
#btn-blanco_line a.btn-inner-float:before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 15px;
  height: 1px;
  background: #fff;
  z-index: 1;
  transition: 0.5s ease all;
}
#btn-blanco_line .btn_float-link:hover a.btn-inner-float:before {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
  transition: 0.5s ease all;
}
/*==========================================================================*/
/*I M G L I N E A S*/
.btn_float-link {
  /*background: #ffffff;*/
  display: inline-block;
  padding: 10px 0px;
  position: relative;
  z-index: 100;
}
.btn-plano-white {
  background: transparent;
  display: inline-block;
  padding: 10px 0px;
  position: relative;
  z-index: 100;
}
a.btn-inner-float {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  transition: 0.5s ease all;
  padding-bottom: 5px;
  text-transform: uppercase;
}
a.btn-inner-float:hover {
  color: var(--porto-primary-color);
  transition: 0.5s ease all;
}
a.btn-inner-float:before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 15px;
  height: 1px;
  background: #000;
  z-index: 1;
  transition: 0.5s ease all;
}
.btn_float-link:hover a.btn-inner-float:before {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
  background: var(--porto-primary-color);
  transition: 0.5s ease all;
}
a.inner-white {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  position: relative;
  transition: 0.5s ease all;
  padding-bottom: 5px;
  text-transform: uppercase;
}
a.inner-white:hover {
  color: #fff;
}
a.inner-white:before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 15px;
  height: 1px;
  background: #fff;
  z-index: 1;
  transition: 0.5s ease all;
}
.btn_float-link:hover a.inner-white:before {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
  background: #fff;
  transition: 0.5s ease all;
}
.btn_float-link span {
  font-size: 17px;
  font-weight: 300;
  padding-right: 15px;
}
.porto-u-heading.titulo-encabezado.titulo-fondo h1 {
  background: #ffffff;
  padding: 0 25px;
  position: relative !important;
  z-index: 1000;
}
.link-btn-banner-big {
  padding: 10px 25px !important;
}
.texto-sub-categoriadestacada p {
  /*font-family: "Minionpro";*/
  font-size: 25px;
  line-height: 32px;
  max-width: 350px;
}
.img-efecto .wpb_wrapper {
  transition: 0.5s ease all;
  overflow: hidden;
}
.img-efecto img {
  transform: scale(1);
  transition: all 800ms ease 0s;
}
.img-efecto-content .wpb_wrapper.vc_column-inner:hover .img-efecto img {
  transform: scale(1.1);
  transition: all 800ms ease 0s;
}
/*===============================================================================*/
/*comprar por ocasión*/
.ico-cat-home h3 {
  font-size: 16px;
  font-weight: 500;
  transition: 0.5s ease all;
}
.ico-cat-home:hover h3 {
  color: var(--porto-primary-color);
  transition: 0.5s ease all;
}
.ico-cat-home img.img-icon {
  position: relative;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0) !important;
  border-radius: 50% !important;
  transition: 0.5s ease all;
  transform: rotateY(0deg);
  margin-top: 5px;
  background: var(--porto-tertiary-color);
  padding: 10px;
  transform: scale(0.95);
}
/*.ico-cat-home .porto-just-icon-wrapper.porto-sicon-img:before{	
    content: "";
	position: absolute;
    left: 0;
    top: 0;    
    width: 100%;
    height: 100%;
	border: 2px dashed var(--porto-primary-color);
}*/
.ico-cat-home:hover img.img-icon {
  transition: 0.5s ease all;
  padding: 0px;
  transform: scale(1);
}
.owl-carousel.nav-style-2 .owl-nav [class*=owl-] {
  background: none !important;
  color: #fff;
  font-size: 1.5rem;
  background: var(--porto-secondary-color) !important;
  border-radius: 50%;
}
.content-logo-girando {
  position: absolute;
  top: -100px;
  right: -80px;
  z-index: 100;
}
/*==========================================================================*/
/**/
.add-links .add_to_cart_button.loading.viewcart-style-1:after, .add-links .quickview.loading:after, .commentlist li .comment-text, .product-image img, .product-nav .product-popup .product-image, .product-summary-wrap .yith-wcwl-add-to-wishlist a:before, .product-summary-wrap .yith-wcwl-add-to-wishlist span:before, .shop_table, .widget_recent_reviews .product_list_widget li img, ul.product_list_widget li .product-image {
  border-radius: 0px;
}
.content-window-home .porto-sicon-box {
  padding: 0 10px 25px 10px;
}
.titulo-encabezado h1 {
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 32px !important;
  font-weight: 300;
  letter-spacing: 1.2px;
  /*text-transform:uppercase;*/
}
.services-content {
  padding-bottom: 25px;
}
.titulo-encabezado .porto-u-sub-heading {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #444;
  /* text-transform: uppercase; */
  /*letter-spacing: 0.8px;*/
  padding-top: 5px;
  padding-bottom: 10px;
}
.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);
}
.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 {
  color: #fff;
  border: solid 2px #fff;
  padding: 8px 25px;
  border-radius: 3px;
  transition: 0.3s ease all;
}
.btn-light-cat:hover {
  color: #fff;
  border: solid 2px var(--porto-primary-color);
  background: var(--porto-primary-color);
  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: 10;
}
.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);
}
.thumb-info, .thumb-info .thumb-info-wrapper {
  border-radius: 0;
}
/*==========================================================================*/
/*P R O D U C T O S - I M G - V E R T I C A L*/
.banner-vertical img {
  height: 789px;
  object-fit: cover;
}
/*==========================================================================*/
/**/
.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;
  padding: 0;
}
/*.page-top:before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
	background-color: rgba(32,32,32,0.4);
}*/
.page-top .page-title {
  font-weight: 300;
  position: relative;
  padding-bottom: 3px;
}
.page-top .page-title:before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 15px;
  height: 1px;
  background: var(--porto-primary-color);
  z-index: 1;
  transition: 0.5s ease all;
}
.page-top:hover .page-title:before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  z-index: 1;
  transition: 0.5s ease all;
}
.reverse .row {
  flex-direction: row-reverse;
}
/*========================================================================================*/
/*B O X Y E A R*/
.box-year-float {
  position: absolute;
  top: 50%;
  background: var(--porto-primary-color);
  z-index: 100;
  padding: 20px 20px;
  left: -5px;
  border-radius: 0px 7px 7px 0;
}
.box-year-float:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 0px solid transparent;
  border-top: 22px solid #650404;
}
.imagen-years {
  max-width: 750px;
  margin: 0 auto;
}
.box-year-float .porto-sicon-description {
  font-size: 50px;
  color: #fff;
}
strong.box-year-float_numbre2 {
  position: relative;
  top: 10px;
  padding-left: 0px;
  color: var(--porto-tertiary-color);
  text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.01);
  z-index: 1;
  left: -8px;
}
strong.box-year-float_numbre1 {
  text-shadow: 5px 0px 0px var(--porto-primary-color);
  position: relative;
  z-index: 10;
}
strong.box-year-float_years {
  font-size: 20px;
  display: block;
  position: relative;
  top: 25px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.box-year-float h4 {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin: 0 !important;
  padding-top: 20px;
}
.box-year-float p {
  display: none;
}
/*===========================================================================================================*/
/*P R O D U C T O*/
.content_float-servicio {
  display: none;
}
.content_float-servicio p {
  font-size: 16px;
  line-height: 1.4em;
}
a.btn-servicios_page {
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  /* border-radius: 3px; */
  color: #222;
  transition: 0.3s ease all;
  /* max-width: 200px; */
  display: block;
  text-align: left;
  /*margin-bottom: 10px !important;*/
}
.servicios-links li:not(:last-child) a.btn-servicios_page {
  border-bottom: solid 1px #ccc;
}
a.btn-servicios_page.active {
  background: var(--porto-primary-color);
  color: #fff;
  border-radius: 3px;
  transition: 0.3s ease all;
}
a.btn-servicios_page:hover {
  background: var(--porto-primary-color);
  color: #fff;
  border-radius: 3px;
  transition: 0.3s ease all;
}
.content-servicios-links {
  border: solid 1px #f4f4f4;
  /*padding: 10px !important;*/
}
.formulario-servicios .wpb_wrapper.vc_column-inner {
  border: solid 1px #f4f4f4;
  padding: 10px;
  border-radius: 3px;
}
.custom-images-container .porto-sicon-img {
  width: 100%;
}
/*================================================================================================*/
/*G A L E R I A - S E R V I C I O S*/
.galeria-servicios img.attachment-full.size-full {
  height: 200px;
  object-fit: cover;
}
img.mfp-img {
  max-width: 600px;
}
/*==========================================================================*/
/*P A R R A L L A X*/
.content-equipo-all {
  position: relative;
  z-index: 10;
  padding: 200px 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.6);
  -webkit-backface-visibility: hidden;
}
/*==========================================================================*/
/*B E N E F I C I O S*/
img.conten-beneficios_list {
  width: 24px;
  margin-right: 10px;
}
ul.list-inline.beneficios_list li {
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}
/*==========================================================================*/
/*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;
  border-radius: 3px;
  transition: 0.3s ease all;
}
a.btn-light_call:hover {
  background: transparent;
  color: #fff;
  padding: 10px 30px;
  border: solid 2px #ffffff;
  border-radius: 3px;
  transition: 0.3s ease all;
}
a.btn-dark_call {
  background: var(--porto-primary-color);
  padding: 10px 25px;
  border: solid 2px var(--porto-primary-color);
  border-radius: 3px;
  transition: 0.3s ease all;
  text-transform: uppercase;
  color: #fff;
}
a.btn-dark_call:hover {
  background: transparent;
  color: var(--porto-primary-color);
  border: solid 2px var(--porto-primary-color);
  transition: 0.3s ease all;
}
/*================================================================================================*/
/*G A L E R I A F O O T E R*/
.img-galery-social {
  margin-bottom: 0px;
}
.img-galery-social img {
  min-height: 250px !important;
}
.texto-insta-imagenes {
  padding: 35px 20px;
}
.center-content-follow {
  width: 25%;
}
.right-content-follow {
  width: 37.5%;
}
.left-content-follow {
  width: 37.5%;
}
/*================================================================================================*/
/* 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;
  border-radius: 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-radius: 3px;
  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;
  border-radius: 5px;
  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;
}
/*==========================================================================*/
/*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*/
.contact-form .input_inner input {
  width: 100%;
}
.contact-form textarea {
  width: 100%;
  resize: none;
  height: 120px;
}
.contact-form p {
  margin: 0;
}
.box-des-contact h3.porto-sicon-title {
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}
a > .porto-sicon-box.box-des-contact {
  color: var(--porto-dark-color);
}
a > .porto-sicon-box.box-des-contact:hover {
  color: var(--porto-primary-color);
}
.box-des-contact strong {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  font-weight: 300;
}
.box-des-contact .porto-sicon-description {
  margin-top: 0px;
}
/*==========================================================================*/
/*F O O T E R*/
.social-link-form {
  text-align: right;
}
.copring-footer p.vc_custom_heading {
  text-align: left !important;
}
#footer ul li a {
  color: #444;
  transition: 0.3s ease all;
}
#footer ul li {
  color: #444;
  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;
  color: #444;
  padding-right: 7px;
}
.social-siguenos {
  text-align: right;
}
.encabezado-footer {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
}
.encabezado-footer:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  bottom: -3px;
  left: 0;
  background: var(--porto-primary-color);
  transition: 0.4s ease all;
}
.content_encabezado-footer:hover .encabezado-footer:before {
  content: "";
  position: absolute;
  width: 100%;
  transition: 0.4s ease all;
}
/*==========================================================================*/
/**/
.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;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  img.img-responsive.standard-logo.retina-logo {
    width: 70px;
  }
  img.img-responsive.sticky-logo.sticky-retina-logo {
    width: 80px;
  }
  .header-col.header-left {
    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;
  }
  .reverse_inner > .wpb_wrapper.vc_column-inner {
    flex-direction: column-reverse;
    display: flex;
  }
  .box-info-interes_imgTop .porto-wrap-container.container {
    padding: 0;
  }
  /*==========================================================================*/
  /*I M G F O N D O R O J O*/
  .content-nosotros-imgbg {
    height: 400px;
  }
  .content-nosotros-textos > .wpb_wrapper.vc_column-inner {
    max-width: 100%;
    padding: 50px 0 !important;
  }
  .content-logo-girando {
    position: absolute;
    top: 10px;
    right: 25px;
    z-index: 100;
  }
  /*========================================================================================*/
  /*B O X Y E A R*/
  .box-year-float {
    position: absolute;
    top: 30%;
    background: var(--porto-primary-color);
    z-index: 100;
    padding: 20px 20px;
    left: 0px;
    border-radius: 0px 7px 7px 0;
  }
  .box-year-float:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 0px solid transparent;
    border-top: 20px solid #650404;
  }
  /*==============================================================================*/
  /*F O O T E R*/
  .social-link-form {
    text-align: center;
  }
  .copring-footer p.vc_custom_heading {
    text-align: center !important;
  }
}
/* 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%;
  }
  /*==========================================================================*/
  /*I N S T A G R A M - S L I D E R - I M G A G E N E S*/
  #layaud-mobil-st h1 {
    font-size: 14px !important;
  }
  .instagram-f-text h2 {
    font-size: 16px;
    line-height: 22px !important;
    margin: 0;
    color: var(--porto-dark-color);
    letter-spacing: 0.5px !important;
  }
  .instagram-f-text h3 {
    font-size: 14px;
    line-height: 16px !important;
    margin: 0;
    color: var(--porto-secondary-color);
  }
  .img_f-inner img {
    position: relative;
    max-width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    border: solid 3px #fff;
    box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.2);
  }
  .social-siguenos {
    text-align: center;
  }
  .porto-sicon-box.box-ico-footer {
    justify-content: center;
  }
  /*==========================================================================*/
  /*S E R V I C I O H O M E*/
  .content-servicios-home.vc_column_container {
    margin-bottom: 20px;
  }
  .content-servicios-home:not(:last-child)::before {
    content: "";
    left: 0;
    top: 100%;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--porto-dark-color);
    z-index: 1;
  }
  .texto-sub-categoriadestacada p {
    /* font-family: "Minionpro"; */
    font-size: 25px;
    line-height: 32px;
    max-width: 300px;
  }
  .wcpa_wrap .wcpa_fl_col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .wcpa_wrap .wcpa-col-2, .wcpa_wrap .wcpa-col-4 {
    width: 100%;
    padding: 0;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  .page-top > .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .content-style-line {
    padding-left: 0;
    padding-right: 0;
  }
  .content-logo-girando {
    position: absolute;
    top: 10px;
    right: 25px;
    z-index: 100;
    opacity: 0.2;
  }
  /*==========================================================================*/
  /*I N S T A G R A M - S L I D E R - I M G A G E N E S*/
  #layaud-mobil-st h1 {
    padding: 5px 15px 7px 20px !important;
    border-radius: 0 25px 25px 0;
    left: -10px !important;
    letter-spacing: 0.2px !important;
  }
  .instagram-f-text h2 {
    font-size: 14px;
    line-height: 18px !important;
    margin: 0;
    color: var(--porto-dark-color);
    letter-spacing: 0.5px !important;
  }
  .instagram-f-text h3 {
    font-size: 12px;
    line-height: 14px !important;
    margin: 0;
    color: var(--porto-secondary-color);
    letter-spacing: 0.3px !important;
  }
  /*================================================================================================*/
  /*G A L E R I A F O O T E R*/
  .center-content-follow, .right-content-follow, .left-content-follow {
    width: 100%;
  }
}
/*# 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-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%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADjEA%3BAAAA%3BAAAA%3BACwEA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BADxFA%3BAAAA%3BAC6FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADxGA%3BAAAA%3BAC%2BGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADzHA%3BAAAA%3BAC8HA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1KA%3BAAAA%3BAC0LA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FPA%3BAAAA%3BACsQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzRA%3BAAAA%3BACqSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrTA%3BAAAA%3BAAAA%3BACkUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADpVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC6VA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAACI%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BADjYF%3BAAAA%3BACwYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAD1eF%3BAAAA%3BAC8eA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAD7fA%3BAAAA%3BACmgBA%3BAAAA%3BAAAA%3BAAAA%3BADngBA%3BAAAA%3BAC2gBA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7iBA%3BAAAA%3BACsjBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjpBA%3BAAAA%3BACiqBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FsBA%3BAAAA%3BAC4tBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAD90BA%3BAAAA%3BACs1BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2F1BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACs3BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADp4BA%3BAAAA%3BAC44BA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%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%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%3BAAQA%3BAAAA%3BAAAA%3BAD9hCA%3BAAAA%3BACmiCA%3BAAAA%3BAAAA%3BAAAA%3BADniCA%3BAAAA%3BACyiCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BADpjCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACokCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAD%2FlCA%3BAAAA%3BACqmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BADhqCA%3BAAAA%3BACwqCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADttCA%3BAAAA%3BAC2tCA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD%2FtCA%3BAAAA%3BACquCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlvCA%3BAAAA%3BACowCA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxwCA%3BAAAA%3BAC%2BwCA%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%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD52CA%3BAAAA%3BACw3CA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD14CA%3BAAAA%3BACi5CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADt5CA%3BAAAA%3BAC45CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD55CA%3BAAAA%3BACs6CA%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%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADj9CA%3BAAAA%3BAC29CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADh%2BCA%3BAAAA%3BACw%2BCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAD3%2BCA%3BAAAA%3BACg%2FCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAD%2FgDA%3BAAAA%3BACqhDA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlkDA%3BAAAA%3BAC0kDA%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%3BAD1nDA%3BAAAA%3BAC0oDA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3oDF%3BAAIA%3BAEJA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAF1BA%3BAAAA%3BAE8BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFzCA%3BAAAA%3BAEiDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF1DA%3BAAAA%3BAEuEA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAF9EA%3BAASA%3BAAAA%3BAAAA%3BAGRA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAHEA%3BAAAA%3BAGMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAHvCA%3BAAAA%3BAG4CA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHhFA%3BAAcA%3BAIdA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJIA%3BAAAA%3BAIMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJnBA%3BAAAA%3BAI2BA%3BAAAA%3BAAAA%3BAAAA%22%7D */