@charset "UTF-8";
/* xl - DESKTOP STYLES */
html {
  scroll-behavior: smooth !important;
}
.top-header_cunstom {
  padding: 7px 0 !important;
}
.list-topmenu {
  display: flex;
  margin: 0;
}
.list-topmenu a {
  color: #fff;
  font-size: 14px;
  margin: 0 15px 0 10px;
}
.list-topmenu .ico-top {
  color: #fff;
  margin-right: 5px;
}
#header .share-links > a {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2);
}
.top-iconos_header .vc_column-inner {
  justify-content: flex-end;
}
.list-topmenu .ico-top {
  color: #fff;
  background: var(--porto-tertiary-color);
  width: 28px;
  height: 28px;
  border-radius: 50px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
#menu_destop > .wpb_wrapper.vc_column-inner {
  justify-content: right;
  padding-right: 35px;
}
img.img-responsive.standard-logo.retina-logo {
  width: 120px;
}
.sticky img.img-responsive.standard-logo.retina-logo {
  width: 80px;
}
span.cprimary {
  color: var(--porto-primary-color);
}
.btn-slider a {
  color: #fff;
  background: var(--porto-primary-color);
  padding: 18px 32px;
  font-size: 16px;
  font-family: "Lexend";
  border-radius: 50px;
  letter-spacing: 0.2px;
  transition: 0.4s ease all;
}
.btn-slider a:hover {
  color: #fff;
  background: var(--porto-secondary-color);
  padding: 18px 32px;
  font-size: 16px;
  font-family: "Lexend";
  border-radius: 50px;
  letter-spacing: 0.2px;
  transition: 0.4s ease all;
}
.btn-slider i.fas.fa-arrow-right {
  padding-left: 1.125rem;
}
.box-fondo-circulo {
  position: relative;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(237, 109, 5, 0) !important;
}
.titulo-hero_home h1 strong {
  color: var(--porto-primary-color);
}
.porto-sicon-box.porto-sicon-mobile.box-miselaneos_home {
  transition: 0.3s ease all;
  padding: 0 7px;
}
.porto-sicon-box.porto-sicon-mobile.box-miselaneos_home .porto-just-icon-wrapper.porto-icon.advanced {
  transition: 0.3s ease;
  transform-origin: top;
}
.porto-sicon-box.porto-sicon-mobile.box-miselaneos_home:hover .porto-just-icon-wrapper.porto-icon.advanced {
  background: var(--porto-primary-color) !important;
  color: #fff !important;
  transition: 0.3s ease;
  transform-origin: top;
}
.img-efecto img {
  border-radius: 10px;
}
/*========================================================================================*/
/*B O X Y E A R*/
.box-year-float {
  position: absolute;
  bottom: 10px;
  background: var(--porto-primary-color);
  z-index: 10;
  padding: 10px 20px;
  left: -20px;
  border-radius: 10px 10px 10px 0;
  margin: 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 #d36c19;
}
.imagen-years {
  max-width: 600px;
  margin: 0 auto;
}
.box-year-float .porto-sicon-description {
  font-size: 50px;
  line-height: 20px;
  color: #fff;
}
strong.box-year-float_numbre2 {
  position: relative;
  /* top: 10px; */
  left: -2px;
  padding-left: 0;
  /* color: var(--porto-tertiary-color); */
  /* text-shadow: 3px 10px 0px #0082cd, 4px 1px 0px #b3763f; */
  z-index: 1;
}
strong.box-year-float_numbre1 {
  position: relative;
  z-index: 10;
}
strong.box-year-float_years {
  font-size: 20px;
  display: block;
  position: relative;
  top: 20px;
  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: 15px;
  font-family: "Outfit";
}
.box-year-float p {
  display: none;
}
.rotate-text {
  position: absolute;
  width: 180px;
  height: 180px;
  top: 55.1%;
  left: 0;
  transform: translateX(-50%);
}
.text-justify p, p.text-justify, .text-justify ul li {
  text-align: justify;
}
.content_float-servicio {
  display: none;
  align-items: center;
}
a.btn-servicios_page {
  border: solid 1px #ccc;
  background: #f0f0f0;
  display: block;
  padding: 10px 25px;
  border-radius: 10px;
  margin-bottom: 15px;
  max-width: 350px;
  transition: 0.3s ease all;
  position: relative;
}
/*.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);
  transition: 0.3s ease all;
}
a.btn-servicios_page:hover {
  border: solid 1px #cccc;
  display: block;
  padding: 10px 25px;
  transition: 0.3s ease all;
  transform: translateX(7px);
}
/*.content-servicios-links{
    border: solid 1px #f4f4f4;
}*/
.content_float-servicio {
  display: none;
  align-items: flex-start;
}
.vc_row.wpb_row.row.top-row.reverse, .reverse .row {
  flex-direction: row-reverse;
}
i.content_btn-cunstome_ico {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #777;
  transform: rotate(45deg) scale(0);
  transition: 0.3s ease all;
}
a.btn-servicios_page:hover i.content_btn-cunstome_ico {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #777;
  transform: rotate(45deg) scale(1);
  transition: 0.3s ease all;
}
a.btn-servicios_page.active i.content_btn-cunstome_ico {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  transform: rotate(45deg) scale(1);
  transition: 0.3s ease all;
}
.custom-secondary-color a.btn-servicios_page.active {
  background: var(--porto-secondary-color);
}
span.content_btn-cunstome_year {
  font-weight: 600;
  font-size: 14px;
  line-height: 1em;
  color: #777;
  margin-right: 10px;
  letter-spacing: 0.5px;
}
span.content_btn-cunstome_estado {
  font-weight: 600;
  font-size: 14px;
  line-height: 1em;
  color: var(--porto-primary-color);
  border-radius: 25px;
  padding: 3px 10px;
  background: rgba(237, 109, 5, 0.2);
  text-transform: uppercase;
}
h1.content_btn-cunstome_name {
  font-size: 20px;
  line-height: 1.35em;
  color: var(--porto-dark-color);
  margin-bottom: 0;
  margin-left: 0;
  padding: 5px 0;
}
span.content_btn-cunstome_tipo {
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  color: #777;
}
a.btn-servicios_page.active span.content_btn-cunstome_tipo, a.btn-servicios_page.active h1.content_btn-cunstome_name, a.btn-servicios_page.active span.content_btn-cunstome_estado {
  color: #fff;
}
a.btn-servicios_page.active span.content_btn-cunstome_estado {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
a.btn-servicios_page.active span.content_btn-cunstome_year {
  color: var(--porto-secondary-color);
}
.content_float-servicio .porto-u-main-heading strong {
  background: #f0f0f0;
  padding: 3px 12px;
  border-radius: 25px;
  text-transform: uppercase;
  margin-right: 7px;
  font-weight: 500;
}
.content_float-servicio_img {
  padding: 35px;
  border-radius: 10px;
  box-shadow: 10px 10px 30px #bebebe, -10px -10px 30px #ffffff;
}
.img_galeria_noticias figure img {
  height: 200px;
  object-fit: cover;
}
.logos-empresas-grip .row {
  justify-content: center;
}
.logos-empresas-grip img {
  height: 100px;
  width: 100%;
  aspect-ratio: 2;
  object-fit: contain;
  background: #fff;
  padding: 12px;
  border-radius: 5px;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.07);
  transform: translateY(0px);
  transition: 0.4s ease all;
}
.logos-empresas-grip img:hover {
  aspect-ratio: 2;
  object-fit: contain;
  background: #fff;
  padding: 12px;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.05);
  transform: translateY(-7px);
  transition: 0.4s ease all;
}
.logos-empresas-grip .wpb_single_image.wpb_content_element {
  margin-bottom: 15px;
}
.logos-empresas-grip .vc_column_container {
  width: 16.667%;
}
.logos-empresas-carrusel img {
  height: 100px;
  width: 100%;
  aspect-ratio: 2;
  object-fit: contain;
  background: #fff;
  padding: 12px;
  border-radius: 5px;
  margin: 7px 0;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.07);
  transform: translateY(0px);
  transition: 0.4s ease all;
}
.logos-empresas-carrusel img:hover {
  aspect-ratio: 2;
  object-fit: contain;
  background: #fff;
  padding: 12px;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.05);
  transform: translateY(-7px);
  transition: 0.4s ease all;
}
.grid_content-educacio .wpb_wrapper.vc_column-inner {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
.grid_content-educacio .wpb_wrapper.vc_column-inner:before {
  display: none;
}
.-nop-box-cuadricula_line.vc_column_container {
  position: relative;
  border-right: solid 1px #ccc;
  /*background: #ffff;*/
  padding: 80px 20px;
  transition: 0.4s ease all;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  /* 1. Fondo semitransparente */
  /* 2. Desenfoque del fondo (Efecto Glass) */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(50px);
  /* Compatibilidad Safari */
  /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
  max-width: 767px;
  margin: 0 auto;
  overflow: hidden;
}
.-nop-box-cuadricula_line.vc_column_container:last-child {
  border: solid 0px transparent;
}
.-nop-box-cuadricula_line.vc_column_container:hover {
  background: #f0f0f0;
  transition: 0.4s ease all;
}
.custom-grid-3-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding-left: 12px;
  padding-right: 12px;
}
.custom-grid-3-column .custom-card-white {
  width: 100%;
  box-shadow: 0 0 5px;
  border-radius: 14px;
  align-content: center;
  padding: 20px;
  transition: 0.3s ease-in-out;
}
.custom-grid-3-column .custom-card-white:hover {
  background: var(--porto-tertiary-color);
  color: #fff;
  transition: 0.3s ease-in-out;
}
.custom-grid-3-column .custom-card-white:hover .porto-u-sub-heading, .custom-grid-3-column .custom-card-white:hover h2 {
  color: #fff;
  transition: 0.3s ease-in-out;
}
.custom-grid-3-column .custom-card-white.active {
  background: var(--porto-tertiary-color);
}
.custom-grid-3-column .custom-card-white.active .porto-u-sub-heading, .custom-grid-3-column .custom-card-white.active h2 {
  color: #fff;
}
@media (max-width: 575px) {
  .custom-grid-3-column {
    grid-template-columns: repeat(1, 1fr);
  }
}
.box-cuadricula_line.vc_column_container {
  position: relative;
  border-right: solid 1px #ccc;
  padding: 60px 20px 50px 20px;
  transition: 0.4s ease all;
}
.box-cuadricula_line.cinco.vc_column_container {
  border: solid 0px transparent;
}
.box-cuadricula_line.vc_column_container:hover {
  background: #f0f0f0;
  transition: 0.4s ease all;
}
.box-cuadricula_line .porto-sicon-description {
  height: 100px;
}
/*.box-cuadricula_line.vc_column_container:hover .porto-sicon-header h3.porto-sicon-title{
	color:var(--porto-primary-color);
    transition: .4s ease all;
}*/
/*.box-cuadricula_line.vc_column_container:hover .porto-sicon-header p{
	color:var(--porto-dark-color) !important;
    transition: .4s ease all;
}*/
/*.box-cuadricula_line.vc_column_container:hover .porto-sicon-description{
	color:#777 !important;
    transition: .4s ease all;
}*/
.box-cuadricula_line.vc_column_container:after {
  content: "";
  position: absolute;
  background: var(--porto-primary-color);
  width: 50px;
  height: 1px;
  left: 30px;
  bottom: 40px;
  transition: 0.4s ease all;
}
.box-cuadricula_line.vc_column_container:hover:after {
  content: "";
  position: absolute;
  /*background: var(--porto-primary-color);*/
  width: 150px;
  height: 1px;
  left: 30px;
  bottom: 40px;
  transition: 0.4s ease all;
}
.porto-sicon-box.box-cuadricula_line_content .porto-just-icon-wrapper.porto-icon {
  position: absolute;
  right: 40px;
  margin: 0;
  transform: translateY(-8px);
}
.proyectos_texto-page {
  position: absolute;
  bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.top_proyectos_texto-page h2 {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.05px;
  line-height: 1em;
  background: #fff;
  display: inline-block;
  padding: 7px 15px 7px 10px;
  border-radius: 25px;
}
.top_proyectos_texto-page i {
  font-size: 10px;
  margin-right: 5px;
}
.top_proyectos_texto-page.uno i {
  color: var(--porto-primary-color);
}
.top_proyectos_texto-page.dos i {
  color: var(--porto-secondary-color);
}
.top_proyectos_texto-page.tres i {
  color: var(--porto-tertiary-color);
}
.bottom_proyectos_texto-page h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05px;
  line-height: 1.35em;
  margin-bottom: 15px;
}
.bottom_proyectos_texto-page p {
  color: #fff;
  font-size: 16px;
  line-height: 1.35em;
  margin-bottom: 15px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.proyectos_texto-page:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  border-radius: 0 0 7px 7px;
  left: 0%;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.99) 100%);
}
.proyectos_texto-page.active:before {
  height: 100%;
  background: linear-gradient(rgba(12, 12, 12, 0) 0%, black 100%);
}
.top_proyectos_texto-page, .bottom_proyectos_texto-page {
  position: relative;
  z-index: 10;
}
.top_proyectos_texto-page span.read-more, .bottom_proyectos_texto-page span.read-more {
  font-size: 14px;
  color: var(--porto-light-color);
  text-decoration: underline;
  cursor: pointer;
}
.bottom_proyectos_texto-page p.is-expanded {
  -webkit-line-clamp: initial;
  line-clamp: initial;
}
.box-btn_float-video.vc_column_container {
  position: relative;
  padding: 0;
}
.box-btn_float-video .wpb_wrapper.vc_column-inner {
  border-radius: 10px;
  overflow: hidden;
}
.porto-sicon-box.btn_float-video {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}
.porto-sicon-box.btn_float-video:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  left: 0%;
  bottom: 0;
  border-radius: 0 0 10px 10px;
  z-index: -1;
  background: linear-gradient(rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.99) 100%);
}
.btn_float-video .porto-sicon-top {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.porto-just-icon-wrapper.porto-icon.advanced {
  transition: 0.4s ease all;
  transform: scale(1);
  box-shadow: 0px 0px 0px 50px rgba(255, 255, 255, 0);
}
.btn_float-video:hover .porto-just-icon-wrapper.porto-icon.advanced {
  transition: 0.4s ease all;
  transform: scale(0.8);
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.1);
}
.btn-instagram_video {
  position: relative;
  transition: 0.4s ease all;
}
a .porto-sicon-box.btn-instagram_video {
  background: var(--porto-primary-color);
  display: inline-flex;
  padding: 12px 50px 12px 20px;
  border-radius: 50px;
}
.btn-instagram_video i.vc_btn3-icon.fas.fa-arrow-right {
  position: absolute;
  right: 25px;
  top: 17px;
  color: #fff;
  transition: 0.4s ease all;
  transform: translateX(0px);
}
.btn-instagram_video:hover i.vc_btn3-icon.fas.fa-arrow-right {
  transition: 0.4s ease all;
  transform: translateX(7px);
}
/*===================================================================================================*/
/*S L I D E R H E A D E R H O M E*/
.slider-formato_row.home {
  position: relative;
  margin: 0;
  transition: 0.5s ease all;
}
.slider-formato_left-textos, .slider-formato_right_carrusel {
  position: relative;
  z-index: 10;
}
.slider-overlay_home {
  position: static;
}
.slider-formato_textos {
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: 0;
  padding: 25px 15px;
  margin: 0;
}
.slider-overlay_home .porto-sicon-description {
  margin-top: 10px;
}
.slider-formato_textos h2 {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  line-height: 1.35em !important;
  letter-spacing: 0.3px;
  text-align: center;
}
.slider-formato_row.home img {
  border-radius: 7px;
  position: relative;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  transition: 0.5s ease all;
  transform: scale(1);
}
.slider-formato_row.home:hover img {
  transition: 0.5s ease all;
  transform: scale(1.1);
}
.slider-formato_row.home .wpb_wrapper {
  overflow: hidden;
  border-radius: 7px;
}
.slider-formato_row.home:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  border-radius: 0 0 7px 7px;
  left: 0%;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.99) 100%);
}
.titulo-page-all.slider .porto-u-sub-heading {
  /*color: var(--porto-dark-color);*/
  color: #fff;
  font-size: 50px;
  line-height: 59px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/*======================================================================================*/
/*C O M O F U N C I O N A*/
.box-faces-home {
  padding-left: 25px;
  padding-right: 25px;
}
.box-faces-home h3.porto-sicon-title {
  position: relative;
}
.box-faces-home strong {
  position: absolute;
  width: 30px;
  height: 30px;
  background: var(--porto-tertiary-color);
  color: #fff;
  top: -63px;
  right: 130px;
  left: 56px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 30px;
  border-radius: 50px;
  box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease all;
}
.box-faces-home:hover strong {
  right: -15px;
  transition: 0.4s ease all;
}
.box-faces-home.linea-time.right:before {
  content: "";
  position: absolute;
  background: var(--porto-secondary-color);
  width: 50%;
  height: 2px;
  right: 0;
  top: 37px;
  margin: auto;
  z-index: -1;
  transition: 0.3s ease all;
}
.box-faces-home.linea-time.left:before {
  content: "";
  position: absolute;
  background: var(--porto-secondary-color);
  width: 100%;
  height: 2px;
  left: 0;
  top: 37px;
  margin: auto;
  z-index: -1;
  transition: 0.3s ease all;
}
.box-faces-home.linea-time.three:before {
  content: "";
  position: absolute;
  background: var(--porto-secondary-color);
  width: 50%;
  height: 2px;
  left: 0;
  top: 37px;
  margin: auto;
  z-index: -1;
  transition: 0.3s ease all;
}
.equipo_box-circle .wpb_wrapper.vc_column-inner {
  border: solid 1px #f4f4f4;
  padding: 35px 25px 0px 25px !important;
  box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: 0.4s ease all;
  transform: translateY(0px);
  margin-bottom: 25px;
}
.equipo_box-circle .wpb_wrapper.vc_column-inner:hover {
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  transition: 0.4s ease all;
  transform: translateY(-10px);
}
.box__soluciones_icografia .porto-ultimate-content-box {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}
.porto-sicon-box.soluciones_icografia .porto-just-icon-wrapper.porto-sicon-img img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50% !important;
}
.porto-sicon-box.soluciones_icografia {
  padding: 12px 15px;
  margin-bottom: 25px;
}
.porto-sicon-box.soluciones_icografia:not(:last-child) {
  border-right: solid 1px #f4f4f4;
}
.porto-sicon-box.soluciones_icografia strong {
  color: var(--porto-primary-color);
  font-size: 18px;
  display: inline-block;
  padding-top: 10px;
}
.box__sostenible_icografia .porto-ultimate-content-box {
  display: flex;
}
.circulo_float {
  position: absolute;
  z-index: -1;
}
.number1 {
  bottom: -50px;
  left: 0;
}
.number2 {
  top: -165px;
  left: 15%;
}
.number3 {
  top: -125px;
  left: 5%;
}
.number4 {
  top: -140px;
  left: 55%;
}
.number5 {
  top: -90px;
  left: 65%;
}
.number6 {
  top: -160px;
  right: 0;
}
.box-dispositivos {
  /*border: solid 1px #ccc;*/
  background: #fff;
  border-radius: 10px;
  padding: 30px 15px 30px 20px;
  transition: 0.3s ease all;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0);
}
.box-dispositivos:hover {
  /*border: solid 1px #ccc;*/
  background: var(--porto-primary-color);
  transition: 0.3s ease all;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.box-dispositivos:hover h3.porto-sicon-title, .box-dispositivos:hover .porto-sicon-description {
  color: #fff;
  transition: 0.3s ease all;
}
.box-dispositivos:hover .porto-just-icon-wrapper.porto-icon.advanced {
  background: var(--porto-primary-color) !important;
  transition: 0.3s ease all;
}
.porto-icon i {
  transition: 0.3s ease all;
}
.box-dispositivos:hover .porto-icon i {
  color: #fff !important;
  transition: 0.3s ease all;
}
.reverse .row {
  flex-direction: row-reverse;
}
#slide-ventajas {
  padding: 0;
}
.porto-sicon-box.box-ventajas_locales.second {
  min-height: 100% !important;
}
.porto-sicon-box.box-ventajas_locales {
  border: solid 1px var(--porto-primary-color);
  padding: 30px 20px 25px 20px !important;
  margin-top: 15px;
  border-radius: 10px;
  transition: 0.3s ease all;
  transform: translateY(0px);
  margin-bottom: 0px;
  overflow: hidden;
  min-height: 550px;
}
.porto-sicon-box.box-ventajas_locales.no-padding {
  padding: 0 !important;
}
.porto-sicon-box.box-ventajas_locales.no-padding .porto-just-icon-wrapper, .porto-sicon-box.box-ventajas_locales.no-padding img {
  width: 100%;
  margin-top: 0;
}
.porto-sicon-box.box-ventajas_locales:hover {
  background: var(--porto-primary-color);
  transition: 0.3s ease all;
  transform: translateY(-5px);
}
.porto-sicon-box.box-ventajas_locales:hover.no-padding img {
  transform: scale(1.3);
}
.box-ventajas_locales:hover h3.porto-sicon-title, .box-ventajas_locales:hover .porto-sicon-header p, .box-ventajas_locales:hover .porto-sicon-description, .porto-sicon-box.box-ventajas_locales:hover i.far.fa-check-circle {
  color: #fff !important;
  transition: 0.3s ease all;
}
.porto-sicon-box.box-ventajas_locales:hover .porto-sicon-top i {
  transition: 0.3s ease all;
  color: #fff;
  transition: 0.3s ease all;
}
.box-ventajas_locales i.far.fa-check-circle {
  transition: 0.3s ease all;
  color: var(--porto-primary-color);
  transition: 0.3s ease all;
}
.tramites h3.porto-sicon-title {
  background: #ed6d05;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 25px;
  transition: 0.3s ease all;
}
.tramites .porto-sicon-description {
  height: 100px;
}
.box-ventajas_locales ul {
  text-align: left;
  transition: 0.3s ease all;
}
/*============================================================*/
/*T A R J E T A S T R A M I T E S*/
.content-tramites_all .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
}
.box-content_tramites {
  flex: 1;
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #ccc;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.02);
  background: #fff;
}
.box-content_tramites-inner {
  padding: 30px 25px 30px;
  max-width: 350px;
  min-height: 350px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.box-content_tramites .image {
  position: absolute;
  top: 0;
  left: 350px;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: calc(100% - 340px);
  mask-image: linear-gradient(to left, black 50%, transparent 100%);
}
.box-content_tramites-inner h1 {
  font-size: 25px;
  line-height: 1.35em;
  margin-bottom: 25px;
  color: var(--porto-secondary-color);
  font-weight: 600;
  /*overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "Bricolagegrotesque";*/
}
.btn-plano a {
  letter-spacing: 0.5px;
  transition: 0.3s ease all;
  position: absolute;
  bottom: 25px;
  color: var(--porto-secondary-color);
  font-family: "Lexend";
}
.btn-plano a:hover {
  /*text-decoration: underline;*/
  color: var(--porto-primary-color);
}
.box-content_tramites.active, .box-content_tramites:hover {
  flex: 1.7 1 0%;
  /*background-color: var(--porto-secondary-color);*/
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.active .box-content_tramites-inner h1 {
  color: var(--porto-primary-color);
}
.box-content_tramites-inner p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
}
/*.active .box-content_tramites-inner p{
    color: #fff;
}*/
.active .btn-plano a {
  color: var(--porto-primary-color);
}
.box-content_tramites-inner span {
  display: block;
  font-size: 16px;
  color: #777;
  letter-spacing: 0.1px;
  font-weight: 700;
}
/*.active .box-content_tramites-inner span {
    color: #fff;
}*/
.btn-content-plano i.fas.fa-arrow-right {
  position: relative;
  transform: translateX(5px);
  transition: 0.4s ease all;
}
.btn-content-plano:hover i.fas.fa-arrow-right {
  position: relative;
  transform: translateX(12px);
  transition: 0.4s ease all;
}
/*================================================================================================*/
/*H E A D E R A L L P A G E*/
.titulo-all-page h1 {
  /*color: var(--porto-primary-color);*/
  color: #fff;
  font-size: 50px;
  line-height: 1.35em !important;
  font-weight: 700;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}
.banner-all-page {
  min-height: 300px;
  position: relative;
  border-radius: 0 0 10px 10px;
}
.maxw-content_header-page {
  width: 100%;
}
/*.maxw-content_header-page .porto-u-heading.titulo-all-page {
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 25px;
}*/
.porto-u-heading.titulo-all-page {
  display: inline-block;
}
/*========================================================================================*/
/*F I L T R O A U T O S*/
/*.content_car {
	display: none;
}

.content_car.active {
	display: block;
}*/
ul.btn-content_car.list-unstyled {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
ul.btn-content_car.list-unstyled li {
  margin-bottom: 15px;
}
a.btn_car-link {
  background: #f4f4f4;
  padding: 7px 10px;
  border-radius: 7px;
  margin: 7px;
  color: #1b1b1b;
  transition: 0.3s ease all;
}
a.btn_car-link:hover, a.btn_car-link.active {
  background: var(--porto-secondary-color);
  color: #fff;
  transition: 0.3s ease all;
}
.contenedor-valores-mosaic {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 50px 20px;
  gap: 0px;
}
.valor-item {
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease, z-index 0s;
  width: 250px;
}
.valor-item img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
  display: block;
}
.item-excelencia {
  z-index: 5;
  margin-right: -70px;
}
.item-confianza {
  z-index: 4;
  margin-right: -86px;
  margin-top: 175px;
}
.item-innovacion {
  z-index: 6;
  margin-right: -95px;
  top: -50px;
}
.item-respeto {
  z-index: 3;
  margin-right: -25px;
  top: 40px;
}
.item-flexibilidad {
  z-index: 1;
  margin-top: 30px;
  left: 15px;
}
.item-pasion {
  z-index: 2;
  margin-left: -20px;
  top: 20px;
}
.valor-item:hover {
  z-index: 100;
  transform: scale(1.05);
}
.valor-item:hover img {
  opacity: 0.5;
}
.tooltip-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 63, 95, 0.95);
  color: white;
  padding: 15px;
  border-radius: 12px;
  font-size: 13px;
  width: 220px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 110;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.valor-item:hover .tooltip-box {
  opacity: 1;
  visibility: visible;
}
.item-confianza img {
  transform: scale(1.4);
}
/*========================================================================*/
/*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_tta-panel-body {
  padding-left: 0;
}
#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;
  border-bottom: solid 1px var(--porto-primary-color);
}
#acordion-home .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
  color: var(--porto-dark-color);
  border-bottom: solid 1px #e9e9e9;
  padding-top: 15px;
  padding-left: 0;
  font-size: 20px !important;
  line-height: 1.35em !important;
}
.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);
}
#acordion-home ul li {
  margin-bottom: 7px;
  color: #777;
}
.content-us-bullet_inner h2 {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.2px;
  position: absolute;
  left: 0;
  z-index: 10;
  top: 5px;
  color: #fff;
}
.content-us-bullet_inner h3 {
  font-size: 25px;
  margin-bottom: 14px;
  line-height: 1em;
  font-weight: 600;
}
.content-us-bullet_inner {
  position: relative;
  padding-left: 80px;
}
.content-us-bullet_inner:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: var(--porto-primary-color);
  border-radius: 50%;
  left: calc(0px - 10px);
  top: -5px;
  z-index: 10;
  transition: 0.4s ease all;
}
.content-us-bullet_inner:hover:before {
  transform: scale(1.2);
  transition: 0.4s ease all;
}
/*.content-us-bullet_inner.uno:before {
    box-shadow: 0px 0px 0px 7px var(--porto-primary-color);
}*/
.content-us-bullet_inner.dos:before {
  box-shadow: 0px 0px 0px 7px var(--porto-secondary-color);
}
.content-us-bullet_inner:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 85%;
  left: 14px;
  top: 20px;
  border: solid 1px #ed6d0552;
}
.content-us-bullet_inner ul {
  padding-bottom: 10px;
}
.content-us-bullet_inner ul li {
  line-height: 1.45em;
  padding-bottom: 7px;
}
.porto-u-heading.content-bullet_texto {
  display: flex;
  align-items: center;
}
.content-bullet_texto h2 {
  margin: 0;
  line-height: 1em;
}
.content-bullet_texto p {
  margin: 0;
}
.content-bullet_texto h1 {
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 50%;
  color: #fff;
}
.content-bullet_texto.uno h1 {
  background: var(--porto-primary-color);
}
.content-bullet_texto.dos h1 {
  background: var(--porto-secondary-color);
}
.content-bullet_texto .porto-u-sub-heading {
  width: 100%;
  padding-left: 20px;
}
/* Accordion */
.custom-accordion .card:not(:last-child) {
  margin-bottom: 10px;
}
.custom-accordion.accordion .card {
  border: none;
  border-bottom: solid 1px #ccc;
}
.custom-accordion .card .card-header .accordion-toggle {
  position: relative;
  padding: 15px 10px 15px 0;
  font-size: 20px;
  color: var(--porto-secondary-color);
  font-weight: 600;
}
.custom-accordion .card .card-header .accordion-toggle::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  content: "";
  font-size: 1.2rem;
  font-weight: 900;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #003e51;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  transition: transform 0.3s;
  transform-origin: center center;
}
.custom-accordion .card .card-header .accordion-toggle[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
}
.custom-accordion .card .card-body {
  padding: 15px 10px 15px 0;
}
.custom-accordion .e-n-accordion-item-title-icon > span {
  width: 100%;
  justify-content: center;
}
.box-list_proposito.porto-sicon-box {
  padding: 25px;
  margin-bottom: 14px;
  background: var(--porto-secondary-color);
  border-radius: 10px;
  transition: 0.3s all ease;
}
.box-list_proposito.porto-sicon-box:hover {
  transform: translateY(-7px);
  transition: 0.3s all ease;
}
.box-list_proposito.porto-sicon-box p {
  height: 135px;
}
.box-mvp strong {
  color: var(--porto-primary-color);
}
.box-mvp {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /*max-width: 1340px;*/
  /*background: var(--porto-secondary-color);*/
  height: 100%;
}
.box-mvp.reverse {
  flex-direction: row-reverse;
}
/*.box-mvp_img {
    position: absolute;
    right: -250px;
}*/
.box-mvp_img img {
  border-radius: 50%;
  padding: 50px;
  position: relative;
  z-index: 1;
  object-fit: cover;
  max-width: 450px;
  background: #003e51;
  z-index: 10;
  height: 450px;
}
.float-img-circle {
  position: absolute;
  top: 0;
  left: 0px;
}
.float-img-circle img {
  position: absolute !important;
  width: 400px !important;
  max-width: fit-content !important;
  top: 0 !important;
  left: 0px !important;
  border-radius: 0px !important;
  padding: 0px !important;
  z-index: 0 !important;
  object-fit: none !important;
  background: transparent !important;
  z-index: 10 !important;
  height: 450px;
}
/*.box-mvp_img:after {
    content: "";
    position: absolute;
    background: var(--porto-secondary-color);
    top: 0;
    left: 0;
    width: 500px;
    height: 100%;
    clip-path: inset(0 0 0 50%);
    border-radius: 50%;
}*/
.box-mvp_img:before {
  content: "";
  position: absolute;
  background: var(--porto-secondary-color);
  top: 0;
  left: -1px;
  width: 470px;
  height: 100%;
  clip-path: inset(0 50% 0 0);
}
.box-mvp_img.reverse_box:before {
  clip-path: inset(0 0 0 50%);
}
/*.box-mvp .vc_row.wpb_row.vc_inner.row {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
}*/
/*.box-mvp:after {
    content: "";
    position: absolute;
    background: var(--porto-secondary-color);
    top: 0;
    left: 0;
    width: calc(100% - 225px);
    height: 100%;
}*/
.box-mvp_textos {
  position: relative;
  z-index: 10;
  padding: 0 35px;
  background: var(--porto-secondary-color);
  min-height: 450px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 10px 0 0 10px;
}
.box-mvp_textos.reverse_textos {
  border-radius: 0px 10px 10px 0;
}
.box-mvp_textos_inner {
  max-width: 700px;
  margin: 0 auto;
}
.width_ms_page {
  max-width: 1240px;
}
.alinear-right_box {
  display: flex;
  justify-content: flex-end;
}
.logos-aliados img {
  aspect-ratio: 2;
  object-fit: contain;
  padding: 10px;
  transform: translateY(0px);
  transition: 0.3s ease all;
}
.logos-aliados img:hover {
  transform: translateY(-7px);
  transition: 0.3s ease all;
}
.flex-icon_ventajas .porto-ultimate-content-box {
  display: flex;
  gap: 25px;
  justify-content: center;
}
.box_reconocimientos img {
  /* aspect-ratio: 1; */
  /* object-fit: contain; */
  max-width: 130px;
}
.icon__personalized img {
  /*max-width: 320px;*/
  margin-bottom: 10px;
}
.porto-u-heading.titulo-efecto.servicios {
  padding: 0 15px;
}
.titulo-efecto .porto-u-main-heading h4 strong {
  font-size: 18px;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  display: block;
  color: var(--porto-primary-color);
  transform: skewX(-10deg);
  padding: 5px 0;
}
.titulo-efecto h4 {
  font-weight: 600;
  font-size: 20px;
}
.titulo-efecto .porto-u-sub-heading {
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
}
.section-3-card {
  margin-bottom: 25px;
}
.section-3-card .wpb_wrapper.vc_column-inner, .tarjetas {
  border: solid 1px var(--porto-primary-color);
  /*padding: 30px 20px 25px 20px !important;*/
  margin-top: 15px;
  border-radius: 10px;
  transition: 0.3s ease all;
  transform: translateY(0px);
  background: #fff;
  overflow: hidden;
}
.section-3-card .wpb_wrapper.vc_column-inner:hover, .tarjetas:hover {
  transition: 0.3s ease all;
  transform: translateY(-5px);
}
.alinear-lista .porto-sicon-box.default-icon {
  display: flex;
  align-items: flex-start;
}
/*======================================================================================*/
/*List Line*/
.porto-sicon-box.content-list_line {
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px;
  transition: 0.3s ease all;
}
.porto-sicon-box.content-list_line:hover {
  border-bottom: solid 1px var(--porto-primary-color);
  transition: 0.3s ease all;
}
.content-list_line .porto-sicon-header {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 235px;
  padding-right: 25px;
}
.content-list_line .porto-sicon-body {
  display: flex;
  align-items: start;
}
.content-list_line .porto-sicon-description {
  margin: 0 !important;
  text-align: right !important;
}
.content-list_line h1 {
  font-size: 35px !important;
  font-family: "Poppins";
  -webkit-text-stroke: 1px var(--porto-primary-color);
  -webkit-text-fill-color: transparent;
  opacity: 0.4;
  transition: 0.3s ease all;
}
.content-list_line:hover h1 {
  opacity: 1;
  transition: 0.3s ease all;
}
.content-list_line .porto-sicon-header p {
  font-family: "Lexend";
  font-weight: 700;
  letter-spacing: 0.05px;
  line-height: 1.25em;
  font-size: 20px;
  color: var(--porto-dark-color);
}
.textos-call-ta .porto-u-main-heading strong {
  color: var(--porto-primary-color);
  font-weight: 300 !important;
}
.textos-call-ta .porto-u-sub-heading {
  background: #003e51;
  display: inline-block;
  padding: 7px 0px 7px 20px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: solid 2px var(--porto-tertiary-color);
}
.textos-call-ta .porto-u-sub-heading strong {
  /*background: var(--porto-tertiary-color);*/
  padding: 7px 20px;
  border-radius: 50px;
  position: relative;
  transition: 0.6s cubic-bezier(0.53, 0.09, 0, 1.06) all;
}
.textos-call-ta .porto-u-sub-heading strong:before {
  content: "";
  position: absolute;
  background: var(--porto-tertiary-color);
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: translateX(0%);
  transition: 0.8s cubic-bezier(0.53, 0.09, 0, 1.06) all;
  z-index: -1;
  border-radius: 50px;
}
.textos-call-ta:hover .porto-u-sub-heading strong:before {
  content: "";
  position: absolute;
  background: var(--porto-tertiary-color);
  right: 0;
  bottom: 0;
  width: 300%;
  height: 100%;
  transform: translateX(0%);
  transition: 0.8s cubic-bezier(0.53, 0.09, 0, 1.06) all;
  z-index: -1;
}
.fondo-gradient1 {
  /*background: linear-gradient(to left, #003e51 0%, #003e51 35%, #079cb9 60%, #1b9cb5 50%, #003e51 90%);*/
  background: var(--porto-secondary-color);
}
.custom-width-full img, .custom-width-full .porto-just-icon-wrapper {
  width: 100% !important;
}
.custom-card-adn.col-md-4 {
  box-shadow: 0 0 5px #ccc;
  border-radius: 14px;
  width: 100%;
  overflow: hidden;
}
.custom-card-adn.col-md-4 .porto-sicon-header, .custom-card-adn.col-md-4 .porto-sicon-description {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.custom-card-adn.col-md-4:hover img {
  transform: scale(1.3);
}
.custom-grid-3 .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.box-solutions {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 5px #ccc;
  border: 1px solid var(--porto-primary-color);
}
.box-solutions .porto-just-icon-wrapper, .box-solutions img {
  width: 100% !important;
  margin-top: 0 !important;
}
.box-solutions .porto-sicon-header {
  position: absolute;
  bottom: 15px;
  width: 100%;
  margin: 0 !important;
}
.box-solutions img {
  mask-image: linear-gradient(black, transparent);
}
.content__box-solutions_new > .wpb_wrapper.vc_column-inner {
  position: relative;
  overflow: hidden;
  transition: 0.4s ease all;
  border-radius: 10px 10px 0px 0px;
  /*border: solid 1px #ededed;*/
  /*box-shadow: 3px 3px 10px 0px rgba(255,255,255,.1);*/
}
.box-solutions_new-inner_img img {
  height: 320px;
  object-fit: cover;
}
.box-solutions_new-inner_bottom {
  position: absolute;
  bottom: 0px;
  padding: 25px 15px;
  left: 0;
  width: 100%;
  z-index: 10;
  margin: 0px !important;
  transition: 0.4s ease all;
  transform: translateY(calc(100% - 70px));
}
.content__box-solutions_new .wpb_wrapper.vc_column-inner:hover .box-solutions_new-inner_bottom {
  transform: translateY(0%);
  transition: 0.4s ease all;
}
.box-solutions_new-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0%;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 90%);
}
.slider-marcas {
  background: #fff;
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
}
.slider-row {
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 20px;
}
.slider-track {
  display: inline-flex;
  animation: scroll-left 40s linear infinite;
}
.slider-track.right-to-left {
  animation: scroll-right 40s linear infinite;
}
.slider-track img {
  height: 60px;
  margin: 0 30px;
  filter: none;
  opacity: 1;
  transition: all 0.3s ease;
}
.slider-track img:hover {
  filter: grayscale(100%);
  opacity: 0.6;
  transform: scale(0.95);
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
/*.social-link-form {
    text-align: right;
}*/
#footer ul.list-inline li {
  margin-bottom: 3px;
}
i.ico-footer {
  font-size: 15px;
  padding-right: 8px;
  color: #fff;
}
#footer ul.list-inline li a {
  color: #fff !important;
  transition: 0.3s ease all;
}
#footer ul.list-inline li a:hover {
  color: var(--porto-primary-color) !important;
  transition: 0.3s ease all;
}
#footer img {
  width: 100%;
  max-width: 180px;
}
.box-footer_textos h2 {
  position: relative;
  margin-bottom: 35px !important;
  transition: 0.5s ease all;
}
.box-footer_textos h2:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 50px;
  height: 1px;
  background: var(--porto-primary-color);
  transition: 0.5s ease all;
}
.box-footer_textos:hover h2:before {
  width: 90%;
  height: 1px;
  transition: 0.5s ease all;
}
.box-ventajas_locales.custom-secondary-color:hover {
  background: var(--porto-secondary-color);
  border-color: var(--porto-secondary-color);
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
  resize: none;
  height: 150px;
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1340px;
    /*padding-left:25px;
    padding-right:25px;*/
  }
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  #menu_destop > .wpb_wrapper.vc_column-inner {
    padding-right: 25px;
  }
  .logos-empresas-grip .vc_column_container {
    width: 20%;
  }
  .logos-empresas-carrusel {
    padding: 0 15px;
  }
  .box-cuadricula_line.vc_column_container {
    border-right: solid 0px #ccc;
  }
  /*================================================================================================*/
  /*H E A D E R A L L P A G E*/
  .porto-u-heading.titulo-all-page {
    padding-left: 35px;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  .logo-mobil .wpb_wrapper.vc_column-inner {
    justify-content: end !important;
  }
  img.img-responsive.standard-logo.retina-logo {
    width: 80px;
  }
  .porto-sicon-box.box-ventajas_locales {
    min-height: 100%;
  }
  .number1 {
    bottom: -50px;
    left: 35px;
  }
  .number2 {
    top: -140px;
    left: 15%;
  }
  .number4 {
    top: -120px;
    left: 60%;
  }
  .number6 {
    top: -150px;
    right: 0;
  }
  .box_btn-instagram_video a.porto-sicon-box-link {
    text-align: center;
  }
  .textos-call-ta .porto-u-sub-heading strong:before {
    content: "";
    position: absolute;
    background: var(--porto-tertiary-color);
    right: 0;
    bottom: 0;
    width: calc(250% - 275px);
    height: 100%;
    transform: translateX(0%);
    transition: 0.6s cubic-bezier(0.53, 0.09, 0, 1.06) all;
    z-index: -1;
    border-radius: 50px;
  }
  .float-img-circle img {
    position: absolute !important;
    width: 500px !important;
    max-width: fit-content !important;
    top: 0 !important;
    left: 35px !important;
    border-radius: 0px !important;
    padding: 0px !important;
    z-index: 0 !important;
    object-fit: none !important;
    background: transparent !important;
    z-index: 10 !important;
    height: 450px !important;
  }
  .tramites .porto-sicon-description {
    height: 100%;
  }
  .box-mvp_textos, .box-mvp_textos.reverse_textos {
    padding: 60px 15px 10px 15px;
    min-height: 100%;
    border-radius: 10px 10px 0px 0px;
  }
  .box-mvp_img:before, .box-mvp_img.reverse_box:before {
    content: "";
    position: absolute;
    background: var(--porto-secondary-color);
    top: -1px;
    left: 0px;
    width: 100%;
    height: 100%;
    clip-path: inset(0 0 50% 0);
  }
  .width_ms_page {
    max-width: 500px;
    margin: 0 auto;
  }
  .box-mvp_img img {
    border-radius: 50%;
    padding: 50px;
    position: relative;
    z-index: 1;
    object-fit: cover;
    max-width: 100%;
    background: #003e51;
    height: 100%;
  }
  .box__soluciones_icografia .porto-ultimate-content-box {
    grid-template-columns: repeat(2, 1fr);
  }
  .porto-sicon-box.soluciones_icografia {
    border-bottom: solid 1px #f4f4f4;
    padding: 12px 15px 25px 15px;
  }
  .porto-sicon-box.soluciones_icografia:nth-child(2) {
    border-right: solid 0px #f4f4f4;
  }
  .video-home video {
    height: 100%;
    min-height: 250px;
    object-fit: cover;
  }
  .rotate-text {
    transform: translateX(-50%) scale(0.8);
    left: 80px;
    top: 65%;
  }
  /*================================================================================================*/
  /*H E A D E R A L L P A G E*/
  .titulo-all-page h1 {
    font-size: 35px;
  }
  /*.banner-all-page img {
    display: none !important;
}*/
  .banner-all-page {
    min-height: 200px;
  }
  #about svg {
    width: 80%;
    display: flex;
    justify-content: center;
  }
  .heig-img_home.vc_column_container {
    max-width: 900px;
    margin: 0 auto;
    object-fit: cover;
  }
  /*============================================================*/
  /*T A R J E T A S T R A M I T E S*/
  .box-content_tramites .image {
    width: 50%;
    left: auto;
    right: 0;
  }
  .box-content_tramites-inner {
    padding: 30px 20px 30px 20px;
    width: 50%;
  }
  .content-tramites_all .wpb_wrapper {
    flex-direction: column;
    column-gap: 0px;
    row-gap: 20px;
  }
  .custom-grid-3 .row {
    grid-template-columns: repeat(2, 1fr);
  }
  /*.social-link-form {
    text-align: center;
}*/
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  .mask-3 {
    position: absolute;
    bottom: -60px;
    left: 25px;
    width: 60%;
    z-index: 2;
  }
  .box-year-float {
    position: absolute;
    bottom: 10px;
    background: var(--porto-primary-color);
    z-index: 100;
    padding: 10px 20px;
    left: 5px;
    border-radius: 10px 10px 10px 0;
    margin: 0;
  }
  .top-header_cunstom span {
    display: none;
  }
  .list-topmenu a {
    margin: 0 2px 0 0px;
  }
  .box_reconocimientos img {
    /* aspect-ratio: 1; */
    /* object-fit: contain; */
    max-width: 160px;
  }
  a.btn-servicios_page {
    max-width: 100%;
  }
  .content_float-servicio .porto-u-main-heading strong {
    background: #f0f0f0;
    padding: 3px 12px;
    border-radius: 25px;
    text-transform: uppercase;
    margin-right: 7px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .content-us-bullet_inner h3 {
    font-size: 20px;
  }
  .content-us-bullet_inner {
    position: relative;
    padding-left: 60px;
  }
  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .img_galeria_noticias figure img {
    height: 130px;
    object-fit: cover;
  }
  /*======================================================================================*/
  /*List Line*/
  .content-list_line .porto-sicon-body {
    display: flex;
    align-items: start;
    flex-direction: column;
  }
  .content-list_line .porto-sicon-header {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 235px;
    padding-right: 25px;
    padding-bottom: 20px;
  }
  .content-list_line .porto-sicon-description {
    margin: 0 !important;
    text-align: left !important;
    /* width: 100%; */
  }
  /*.maxw-content_header-page .porto-u-heading.titulo-all-page {
    padding-left: 0px;
}*/
  .number1 {
    bottom: -50px;
  }
  .number2 {
    top: -140px;
    left: 15%;
  }
  .number4 {
    top: -210px;
    left: 80%;
  }
  .number6 {
    top: -150px;
    right: 0;
  }
  .logos-empresas-grip .vc_column_container {
    width: 25%;
  }
  .contenedor-valores-mosaic {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0px;
    gap: 0px;
    /* Controlamos el espacio con márgenes negativos */
  }
  .qlwapp__container.qlwapp__container--middle-left .qlwapp__button, .qlwapp__container.qlwapp__container--bottom-left .qlwapp__button {
    margin-left: 20px;
    top: 10px;
    font-size: 14px;
    height: 30px;
    padding: 13px;
  }
  i.qlwapp__icon.qlwapp-whatsapp-icon {
    font-size: 16px;
  }
  .custom-grid-3 .row {
    grid-template-columns: repeat(1, 1fr);
  }
  .box-cuadricula_line .porto-sicon-description {
    height: 100%;
  }
  /*================================================================================================*/
  /*H E A D E R A L L P A G E*/
  .banner-all-page {
    border-radius: 0px;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  .rotate-text {
    transform: translateX(-50%) scale(0.6);
    left: 60px;
    top: 40%;
  }
  .textos-call-ta .porto-u-sub-heading strong:before {
    content: "";
    position: absolute;
    background: var(--porto-tertiary-color);
    right: 0;
    bottom: 0;
    width: calc(250% - 215px);
    height: 100%;
    transform: translateX(0%);
    transition: 0.6s cubic-bezier(0.53, 0.09, 0, 1.06) all;
    z-index: -1;
    border-radius: 50px;
  }
  .float-img-circle img {
    position: absolute !important;
    width: 300px !important;
    max-width: fit-content !important;
    top: 0 !important;
    left: 0px !important;
    border-radius: 0px !important;
    padding: 0px !important;
    z-index: 0 !important;
    object-fit: none !important;
    background: transparent !important;
    z-index: 10 !important;
  }
  .float-img-circle img {
    position: absolute !important;
    width: 300px !important;
    max-width: fit-content !important;
    top: 0 !important;
    left: 12px !important;
    border-radius: 0px !important;
    padding: 0px !important;
    z-index: 0 !important;
    object-fit: none !important;
    background: transparent !important;
    z-index: 10 !important;
    height: 350px !important;
  }
  .number1 {
    left: 15px;
  }
  .number2 {
    top: -190px;
    left: -8%;
  }
  .number6 {
    top: -150px;
    right: -20px;
  }
  .number5 {
    top: -95px;
    left: 80%;
  }
  .number4 {
    top: -250px;
    left: 80%;
  }
  .box__soluciones_icografia .porto-ultimate-content-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .porto-sicon-box.soluciones_icografia {
    border-bottom: solid 1px #f4f4f4;
    border-right: solid 0px #f4f4f4;
  }
  .box__sostenible_icografia .porto-ultimate-content-box {
    display: flex;
    flex-direction: column;
  }
  /*================================================================================================*/
  /*H E A D E R A L L P A G E*/
  .porto-u-heading.titulo-all-page {
    display: block;
    padding-left: 0px;
  }
  .logos-empresas-grip .vc_column_container {
    width: 33.3%;
  }
  .logos-empresas-grip img, .logos-empresas-carrusel img {
    height: 70px;
    width: 100%;
    aspect-ratio: 2;
    object-fit: contain;
    transition: all 0.3s ease;
  }
  .valor-item {
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease, z-index 0s;
    width: 50%;
  }
  .item-confianza {
    z-index: 4;
    margin-right: 0;
    margin-top: 135px;
    left: -20px;
  }
  .item-excelencia {
    z-index: 5;
    margin-right: 0px;
    left: 20px;
  }
  .item-innovacion {
    z-index: 6;
    margin-right: -10px;
    top: -10px;
  }
  .item-respeto {
    z-index: 3;
    margin-right: 0;
    top: 50px;
    left: -20px;
  }
  .item-pasion {
    z-index: 2;
    margin-left: -50px;
    top: 110px;
  }
  .item-flexibilidad {
    z-index: 1;
    margin-top: 55px;
    left: 0px;
  }
  /*============================================================*/
  /*T A R J E T A S T R A M I T E S*/
  .box-content_tramites .image, .box-content_tramites-inner {
    width: 100%;
    max-width: 100%;
  }
  .box-content_tramites-inner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--porto-dark-color);
    border-radius: 10px;
    pointer-events: none;
    opacity: 0.7;
    z-index: -1;
  }
  .box-content_tramites-inner h1, .btn-plano a {
    color: var(--porto-primary-color);
  }
  .box-content_tramites-inner p, .active .box-content_tramites-inner p, .box-content_tramites-inner span, .active .box-content_tramites-inner span {
    color: #fff;
  }
  .box-content_tramites {
    background: #333;
  }
}
/*# 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%2F5523-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F5523-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F5523-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F5523-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F5523-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAD5GA%3BAAAA%3BACmHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtMA%3BAAAA%3BAAAA%3BACsNA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1NA%3BAAAA%3BAAAA%3BACuOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADlhBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACuiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BADzvBA%3BAAAA%3BACiwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD30BA%3BAAAA%3BACu1BA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BADrmCA%3BAAAA%3BAC6mCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjsCA%3BAAAA%3BAAAA%3BAC2sCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9sCA%3BAAAA%3BAAAA%3BACytCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9tCA%3BAAAA%3BACuuCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BADrvCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC6vCA%3BAAAA%3BAAAA%3BAD7vCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAC0wCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BADj4CA%3BAAAA%3BACu4CA%3BAAAA%3BAAAA%3BADv4CA%3BAAAA%3BAAAA%3BAAAA%3BACg5CA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAD99CA%3BAAAA%3BAAAA%3BACs%2BCA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADzhDA%3BACkiDA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BADxmDA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BmDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnoDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC8pDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BADxqDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACgsDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BADh0DA%3BAAAA%3BACs0DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADvkEF%3BAAAA%3BAAAA%3BACqlEA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9oEF%3BAAIA%3BAEJA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAFZA%3BAAAA%3BAEqBA%3BAAAA%3BAAAA%3BAAAA%3BAFzBA%3BAASA%3BAGTA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAUA%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%3BAAmBA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHzIA%3BAAAA%3BAGgJA%3BAAAA%3BAAAA%3BAHhJA%3BAAAA%3BAAAA%3BAGsJA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHvKA%3BAAAA%3BAGmLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAHnMA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAcA%3BAIdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAJxDA%3BAAAA%3BAI8DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ3EA%3BAAAA%3BAAAA%3BAI2FA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAJ9IA%3BAAAA%3BAIoJA%3BAAAA%3BAAAA%3BAAAA%3BAJlKA%3BAAmBA%3BAKnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%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%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BALrEA%3BAAAA%3BAK4EA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL3IA%3BAAAA%3BAKmJA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%22%7D */