@charset "UTF-8";
/* xl - DESKTOP STYLES */
:root {
  --porto-linear-gradient: linear-gradient(2deg,rgba(179, 118, 63, 1) 0%, rgba(245, 225, 10, 1) 100%);
}
/*============================================================*/
/*H E A D E R*/
#menu-menu-top i {
  margin-right: 2px;
}
html {
  scroll-behavior: smooth !important;
}
#header .logo .standard-logo {
  padding-top: 5px;
  padding-bottom: 5px;
  /*padding-left: 15px;
    padding-right: 15px;*/
}
[data-bs-original-title]:hover .porto-tooltip-wrap.show {
  z-index: 1000;
  display: none;
}
#header .header-main .container {
  min-height: 60px;
}
.main-content {
  padding-bottom: 0;
}
ul.menu-top_custom li.menu-item:not(:last-child) {
  border-right: solid 1px #ffffff;
  padding-right: 10px;
  margin-right: 10px !important;
}
.logo-header_custome .wpb_wrapper.vc_column-inner {
  justify-content: flex-start !important;
}
.menu-header_custom .wpb_wrapper.vc_column-inner {
  justify-content: flex-end !important;
}
/*.menu-header_custom {
    width: 53%;
}*/
#Buscador-menu .wpb_raw_code.wpb_raw_html {
  width: 100%;
}
/*============================================================*/
/*M E N U T O G L E*/
a.mobile-toggle.togle-menu-header {
  display: block !important;
  border-radius: 0 !important;
}
#header .mobile-toggle:hover {
  background-color: #f4f4f4 !important;
}
.content_togle-menu-header {
  width: 5%;
}
#header .mobile-toggle {
  padding: 10px 13px;
}
/*============================================================*/
/*P A N E L L A T E R A L M E N U*/
#side-nav-panel {
  width: 400px;
  transform: translateX(-400px);
}
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: #fff;
  top: 10px;
  right: 0;
  left: 350px;
  padding: 4px 8px;
  opacity: 1;
  visibility: visible;
  z-index: 9999 !important;
  width: 40px;
  /*background: #202c7b;*/
}
html.panel-opened .side-nav-panel-close line {
  stroke: #202c7b;
}
/*============================================================*/
/*B U S C A D O R*/
.is-form-style input.is-search-input {
  border-radius: 25px 0 0 25px;
  background: transparent !important;
}
span.is-search-icon {
  border-radius: 0 25px 25px 0;
  border-left: 0;
  background: transparent !important;
}
/*============================================================*/
/*L I N E A S*/
/*.lineas-float-1 {
    position: absolute !important;
    bottom: 0px;
    left: 0px;
}

.lineas-float-1 img {
    width: 200px;
    transform: rotate(-110deg);
    position: absolute;
    bottom: -60px;
    left: -90px;
}
*/
.text-mask {
  position: absolute;
  left: 0;
  top: -50%;
  mask-image: linear-gradient(to bottom, #000 10%, transparent 100%);
  width: 100%;
  z-index: 1;
}
/*============================================================*/
/**/
#header .main-menu > li.menu-item > a {
  letter-spacing: 0px !important;
}
/*.home #header {
    position: inherit !important;
    background: #f7f7ff;
}

#header.sticky-header .header-main, .fixed-header
#header.sticky-header .header-main {
    background: #f7f7ff !important;
}
header.header-builder.header-builder-p.header-loaded.sticky-header {
    background: #f7f7ff !important;
}
*/
#header.header-loaded .header-main {
  overflow: visible;
}
.header-wrapper {
  position: relative;
  z-index: 10000;
  border-bottom: solid 1px #f4f4f4;
}
/*.header-builder-p .vc_column-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end !important;
}*/
.max-width-social-top.vc_column_container {
  width: 100%;
  max-width: 15%;
}
.max-width-mt-top.vc_column_container {
  width: 100%;
  max-width: 85%;
}
.sticky-header .content-top-menu .row.align-items-center {
  border-bottom: solid 0px var(--porto-primary-color);
}
img.img-responsive.standard-logo.retina-logo {
  width: 100%;
  min-width: 100px;
}
.no-breadcrumbs .main-content {
  padding-top: 0;
}
/*.line-menu.secondary-menu > li:not(:last-child) {
    border-right: 1px solid #ccc;
}*/
#header .line-menu.secondary-menu > li > a {
  position: relative;
  color: #fff !important;
  padding: 10px 17px;
  margin: 3px;
}
/*#header .line-menu.secondary-menu > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0px;
    transform: skew(-15deg);
    background: #b51e3a;
    transition: 0.3s ease all;
    z-index: -1;
    border-radius: 5px;
    transition: .3s ease all;
}
#header .line-menu.secondary-menu > li > a:hover:before {
    background: #e51038;
    transition: .3s ease all;
}*/
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
/*==============================================================================*/
/*H E R O  H O M E*/
.header-video {
  position: relative;
  z-index: 1;
  background: var(--porto-dark-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-video video {
  z-index: 1;
  position: relative;
  width: 1920px;
  height: 750px;
  object-fit: cover;
}
.header-video:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backface-visibility: hidden;
}
.hero-box {
  padding: 0 20px;
  top: 0;
  /*left: 0;*/
  height: 100%;
  max-width: 1340px;
  max-height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  z-index: 10;
  margin: 0 auto;
  text-align: left;
}
.content-text-hero {
  width: 100%;
  max-width: 750px;
}
h1.content-text-hero_titulo {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 0px;
}
h1.content-text-hero_sub {
  color: #fff;
  font-size: 90px;
  line-height: 80px;
  margin-bottom: 0px;
}
h2.content-text-hero_sub {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 25px;
}
.content-btn-hero {
  padding-top: 10px;
  transition: 0.3s ease all;
  display: inline-block;
}
.btn-center {
  text-align: center;
}
/*=============================*/
/**/
.section-float-home {
  margin-top: -120px;
  position: relative;
  z-index: 10;
}
.box_section-float-home {
  background: #fff;
  padding: 25px;
  box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
/*================================================================================================*/
/*B O X E X P E R T O S*/
.box-expertos .wpb_wrapper.vc_column-inner {
  border: solid 1px #ccc;
  padding: 25px !important;
  border-radius: 3px;
  position: relative;
  height: 270px;
  overflow: hidden;
}
.img-expertos img {
  position: absolute;
  bottom: 0;
  max-width: 200px;
  right: -18px;
}
.content_box-expertos p {
  font-size: 16px;
  padding-top: 10px;
  color: var(--porto-tertiary-color);
}
.content_box-expertos .porto-sicon-description {
  margin-top: 5px !important;
  font-size: 20px;
  line-height: 1.25em;
  color: var(--porto-secondary-color);
  font-weight: 600;
}
.content_box-expertos .porto-sicon-header {
  margin-bottom: 0;
}
.porto-sicon-box.content_box-expertos {
  max-width: calc(100% - 90px);
  position: relative;
  z-index: 100;
}
.img-expertos_isotipo img {
  position: absolute;
  bottom: -60px;
  width: 200px;
  left: -35px;
  opacity: 0.2;
  transform: rotate(80deg) scale(1);
  transition: 0.3s ease all;
}
.box-expertos:hover .img-expertos_isotipo img {
  position: absolute;
  bottom: -60px;
  width: 200px;
  left: -35px;
  opacity: 0.2;
  transform: rotate(80deg) scale(1.5);
  transition: 0.3s ease all;
}
/*================================================================================================*/
/**/
.content-newsletter-popup img {
  /*height: 450px !important;
	object-fit: cover;*/
}
.contact-form-newsletter .content-fomr {
  display: flex;
  flex-wrap: wrap;
}
.contact-form-newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-fomr {
  font-size: 13px;
  width: 100%;
}
.contact-form-newsletter input {
  height: 45px !important;
}
.content-popup-guia .vc_row.wpb_row.vc_inner.row {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*================================================================================================*/
/*P A G E - C O R P O R A T I V E*/
.box-nosotros-home .vc_column_container {
  background: #dbe5ee;
  padding: 70px 25px 70px 60px;
  position: relative;
  z-index: 100;
}
.box-nosotros-home .vc_column_container:before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 200%;
  height: 100%;
  background: #f0f8fc;
  z-index: -1;
}
.porto-sicon-box.box-beneficios_page {
  border: solid 1px #b3763f;
  padding: 35px 20px !important;
  border-radius: 10px;
}
.porto-sicon-box.box-beneficios_page h3.porto-sicon-title {
  font-size: 18px;
  padding-bottom: 12px;
}
.porto-sicon-box.box-beneficios_page .porto-sicon-header p {
  height: 80px;
}
/*================================================================================================*/
/**/
.content-btn-play {
  display: flex;
  align-items: center;
}
.img-video-play img {
  background: var(--porto-secondary-color);
  border-radius: 50%;
  padding: 10px;
  transition: 0.3s ease all;
  animation: pulse 1s infinite;
  width: 44px;
  height: 44px;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
/*================================================================================================*/
/*b t n s k e w*/
a.btn-btnSkew {
  color: #fff;
  padding: 12px 25px;
  transition: 0.3s ease;
  position: relative;
  z-index: 10;
  font-size: 15px;
  letter-spacing: 0.8px;
  transition: 0.3s ease all;
  overflow: hidden;
}
a.btn-btnSkew:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0px;
  transform: skew(-15deg);
  background: var(--porto-quaternary-color);
  /*background: linear-gradient(to right, #5ab8e5 0%, #004a7c 100%);*/
  transition: 0.3s ease all;
  z-index: -1;
  border-radius: 3px;
}
a.btn-btnSkew:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0%;
  top: 0px;
  transform: skew(-15deg);
  background: #e51038;
  /*background: linear-gradient(to left, #5ab8e5 0%, #004a7c 100%);*/
  transition: 0.3s ease all;
  z-index: -1;
  border-radius: 3px;
}
a.btn-btnSkew:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0px;
  transform: skew(-15deg);
  background: #e51038;
  /*background: linear-gradient(to left, #5ab8e5 0%, #004a7c 100%);*/
  transition: 0.3s ease all;
  z-index: -1;
  border-radius: 3px;
}
/*==========================================================================*/
/*P A R R A L L A X*/
/*.parralax-fondo {
    background-attachment: fixed;
    position: relative;
}*/
/*.parralax-fondo:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-backface-visibility: hidden;
}*/
.titulo-page-parallax h1 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  /*text-transform: uppercase;*/
}
.titulo-page-parallax strong {
  font-size: 30px;
  line-height: 35px;
  display: block;
  padding-top: 5px;
}
.titulo-page-all {
  position: relative;
  z-index: 10;
}
.titulo-page-all .porto-u-sub-heading {
  color: var(--porto-tertiary-color);
  font-size: 25px;
  line-height: 1.25em !important;
  /*font-weight: 500;*/
  padding-top: 5px;
}
.titulo-page-all h1 {
  color: var(--porto-secondary-color);
  font-size: 50px;
  line-height: 1.25em !important;
  /*text-transform: uppercase;*/
}
.titulo-page-all span {
  /* color: var(--porto-tertiary-color); */
  font-weight: 300 !important;
  font-family: "Outfit";
}
a.link-form {
  text-decoration: underline;
}
.resaltado-text span {
  /*color: var(--porto-tertiary-color);*/
  font-weight: 300 !important;
}
/*===============================================================================*/
/*N O S O T R O S - H O M E*/
.box-nosotros-home .porto-sicon-box.default-icon {
  display: flex;
  align-items: flex-start;
}
/*===============================================================================*/
/*L O G O S - M A R C A S - H O M E*/
.content-marcas-home img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  aspect-ratio: 2;
  object-fit: contain;
  filter: grayscale(1);
  transition: 0.4s ease all;
  transform: scale(1);
}
.content-marcas-home img:hover {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  aspect-ratio: 2;
  object-fit: contain;
  filter: grayscale(0);
  transition: 0.4s ease all;
  transform: scale(1.1);
}
.content-marcas-home .vc_column_container {
  border: solid 1px #f4f4f4;
  transition: 0.4s ease all;
  overflow: hidden;
}
.content-marcas-home .vc_column_container:hover {
  border: solid 1px var(--porto-primary-color);
  transition: 0.4s ease all;
}
/*========================================================================================*/
/*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: -10px;
  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 #00598d;
}
.imagen-years {
  max-width: 600px;
  margin: 0 auto;
}
.box-year-float .porto-sicon-description {
  font-size: 50px;
  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 {
  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: 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;
}
.border-top img {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}
.content-img-efecto_bottom img {
  border: solid 15px #fff;
}
.content-img-efecto_bottom {
  max-width: 50%;
  margin-left: 50%;
  /* padding-right: 32px; */
  position: absolute;
  bottom: -140px;
}
/*===============================================================================*/
/*B A N N E R - D O B L E H O M E*/
.content-banner-producto {
  position: relative;
  overflow: hidden;
  transition: 0.3s ease all;
}
.content-banner-producto img {
  height: 300px;
  object-fit: cover;
}
.content-banner-producto_textos {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 25px 25px 25px 30px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-width: 340px;
  z-index: 1;
}
.content-banner-producto_textos:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 110%;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.75));
  z-index: -1;
}
.content-banner-producto_textos .porto-u-sub-heading {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.btn-plano-productos {
  margin-top: 20px;
  margin-bottom: 0px;
}
a.btn-plano_productos {
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease all;
}
.content-banner-producto:hover a.btn-plano_productos {
  text-decoration: underline;
  transition: 0.3s ease all;
}
.content-banner-producto_textos p {
  display: none;
}
.content-banner-producto_textos h2 {
  font-size: 28px;
  line-height: 35px !important;
  font-weight: 500;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.content-catmadex > .wpb_wrapper.vc_column-inner {
  overflow: hidden;
  background: rgba(4, 26, 145, 0.05);
  margin-bottom: 25px;
}
.content-catmadex {
  padding: 0 5px;
  transition: 0.3s ease all;
}
.content-catmadex_lista .porto-icon-long-arrow-alt {
  color: var(--porto-primary-color);
  font-size: 16px;
  padding-right: 7px;
  transition: 0.3s ease all;
  position: relative;
  display: inline-block;
}
.content-catmadex_lista li a:hover .porto-icon-long-arrow-alt {
  animation: arrow-move 0.3s infinite alternate;
}
@keyframes arrow-move {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(5px);
  }
}
.content-catmadex_lista a {
  color: #444;
  font-weight: 400;
  transition: 0.3s ease all;
  margin-bottom: 5px !important;
  display: inline-block;
}
/*================================================================================================*/
/*S E R V I C I O S*/
.content_servicios-hover .wpb_wrapper.vc_column-inner {
  position: relative;
  cursor: pointer;
  transition: 0.5s ease all;
  overflow: hidden;
}
.box-servicios_img {
  position: relative;
  transition: 0.5s ease all;
}
.box-servicios_img img {
  position: relative;
  z-index: 1;
  transition: 0.5s ease all;
  max-height: 500px;
  object-fit: cover;
}
.content_servicios-hover .wpb_wrapper.vc_column-inner:hover .box-servicios_img img {
  position: relative;
  z-index: 1;
  transition: 0.5s ease all;
  transform: scale(1.1);
}
.box-servicios_img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0.7) 20%, transparent 70%, transparent 100%);
}
.box-servicios_img .vc_single_image-wrapper.vc_box_border_grey:before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 20px;
  left: 30px;
  border: solid 2px #ffffff;
  border-width: 3px 0 0 3px;
  z-index: 10;
  transition: 0.3s ease all;
  opacity: 0;
}
.box-servicios_img .vc_single_image-wrapper.vc_box_border_grey:after {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: 20px;
  right: 30px;
  border: solid 2px #ffffff;
  border-width: 0 3px 3px 0;
  z-index: 10;
  transition: 0.3s ease all;
  opacity: 0;
}
.content_servicios-hover .wpb_wrapper.vc_column-inner:hover .vc_single_image-wrapper.vc_box_border_grey:before, .content_servicios-hover .wpb_wrapper.vc_column-inner:hover .vc_single_image-wrapper.vc_box_border_grey:after {
  transition: 0.3s ease all;
  opacity: 1;
}
.box-servicios-float {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 35px 25px 45px;
  margin: 0;
  transition: 0.5s ease all;
  transform: translateY(calc(100% - 90px));
}
.content_servicios-hover .wpb_wrapper.vc_column-inner:hover .box-servicios-float {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 35px 20px 50px;
  margin: 0;
  transition: 0.5s ease all;
  transform: translateY(0%);
}
.box-servicios-float h2 {
  font-size: 22px;
  line-height: 30px !important;
  margin-bottom: 25px !important;
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.content_servicios-hover .wpb_wrapper.vc_column-inner:hover .box-servicios-float h2 {
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
i.far.fa-arrow-alt-circle-up.ico_servicios-float {
  font-size: 35px;
  position: absolute;
  top: -35px;
}
/*===============================================================================*/
/*T A L L E R E S*/
.porto-sicon-box.carruselTalleres {
  position: relative;
  margin-bottom: 25px;
  z-index: 10;
}
.porto-sicon-box.carruselTalleres .porto-sicon-img .img-icon, .porto-sicon-box.carruselTalleres .porto-sicon-img {
  width: 100% !important;
  border-radius: 10px 10px 50px 50px;
}
.porto-sicon-box.carruselTalleres:before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  z-index: -1;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.porto-sicon-box.carruselTalleres .porto-sicon-top {
  width: calc(100% - 50px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px 10px 50px 50px;
}
.carruselTalleres h3.porto-sicon-title {
  font-weight: 500;
  padding-bottom: 7px;
  font-size: 30px;
}
.carruselTalleres .porto-sicon-header {
  padding: 0 15px 25px;
}
.porto-sicon-box.carruselTalleres::before {
  background-color: var(--porto-primary-color);
  /* Azul */
}
.porto-sicon-box.carruselTalleres.curso::before {
  background-color: var(--porto-secondary-color);
  /* Rojo tomate */
}
.porto-sicon-box.carruselTalleres strong {
  position: absolute;
  left: 20px;
  top: 10px;
  background: var(--porto-tertiary-color);
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  font-weight: 400;
}
.owl-carousel.nav-pos-outside .owl-nav .owl-prev {
  left: -35px;
}
/*==========================================================================*/
/*V A L O R E S - N O S O T R O S*/
.porto-u-heading.box-valores {
  position: relative;
  padding: 0 20px;
}
.porto-u-heading.box-valores strong {
  position: absolute;
  top: -30px;
  font-size: 120px;
  color: #fff;
  z-index: -1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.porto-u-heading.box-valores h2 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  padding-bottom: 20px;
  position: relative;
  z-index: 10;
}
/*==========================================================================*/
/**/
.content-window-home .porto-sicon-box {
  padding: 0 10px 25px 10px;
}
.titulo-encabezado h1 {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.services-content {
  padding-bottom: 25px;
}
.titulo-encabezado .porto-u-sub-heading {
  font-size: 25px;
  font-weight: 300;
  color: var(--porto-primary-color);
}
.wpb_single_image.wpb_content_element.vc_align_center.wpb_content_element.cat-productos_img {
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.cat-productos.vc_column_container {
  padding: 0;
}
.cat-productos .wpb_wrapper.vc_column-inner {
  transition: 0.3s ease all;
}
.cat-productos {
  overflow: hidden;
  border-radius: 5px;
  border: solid 1px #f4f4f4;
  transition: 0.3s ease all;
}
.cat-productos:hover {
  border: solid 1px var(--porto-primary-color);
  transition: 0.3s ease all;
}
.cat-productos_img img {
  transition: 0.4s ease all;
  transform: scale(1);
  /*height: 350px;*/
  object-fit: cover;
}
.cat-productos .wpb_wrapper.vc_column-inner:hover .cat-productos_img img {
  transition: 0.4s ease all;
  transform: scale(1.1);
  filter: blur(2px);
}
a.btn-light-cat {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.btn-light-cat span {
  color: #fff;
  border: solid 2px var(--porto-primary-color);
  background: var(--porto-primary-color);
  padding: 10px 25px;
  border-radius: 3px;
  font-weight: 500;
  transition: 0.3s ease all;
}
a.btn-light-cat span:hover {
  border: solid 2px var(--porto-tertiary-color);
  background: var(--porto-tertiary-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: 100;
}
.cat-productos .wpb_wrapper.vc_column-inner:hover .btn_float {
  transform: translateY(0%);
  transition: 0.5s ease all;
}
.btn_float:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  /*background-color: rgb(0 0 0 / 15%);*/
  z-index: -1;
}
.titulo-encabezado-cat {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100px;
  transition: 0.5s ease all;
  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, rgb(255 255 255 / 0%), rgb(0 0 0 / 90%));*/
  z-index: -1;
}
.titulo-encabezado-cat h3 {
  /*color: #fff;*/
  transition: 0.5s ease all;
  font-size: 18px;
  line-height: 24px !important;
  font-weight: 400;
  /*text-shadow: 0 2px 3px rgba(0, 0, 0, .5);*/
  transform: translateY(-20px);
  padding: 0 10px !important;
}
.box-industrias h3.porto-sicon-title {
  font-size: 16px;
}
/*=======================================================================*/
/*I M G - E F E C T O*/
.img-efecto img {
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.lineas-flotantes {
  position: relative;
}
.lineas-flotantes:before {
  content: "";
  left: -60px;
  top: -60px;
  position: absolute;
  width: 200px;
  height: 200px;
  border: solid 5px var(--porto-primary-color);
  border-radius: 50%;
}
.lineas-flotantes:after {
  content: "";
  right: 30px;
  bottom: -32px;
  position: absolute;
  width: 80%;
  height: 50px;
  background: var(--porto-secondary-color);
  z-index: -1;
  border-radius: 0 0 0px 10px;
}
.content-logo-girando {
  position: absolute;
  right: 35%;
  bottom: -110px;
  z-index: 100;
}
/*================================================================================================*/
/*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: 45px;
  line-height: 50px;
  font-weight: 500;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}
.banner-all-page {
  min-height: 300px;
  position: relative;
}
.maxw-content_header-page {
  width: 100%;
}
.maxw-content_header-page .porto-u-heading.titulo-all-page.text-lg-left {
  max-width: 1340px;
  margin: 0 auto;
  padding-left: 35px;
}
/*============================================================*/
/*T R A Y E C T I O R I A*/
.timeline .timeline-item-title {
  font-size: 30px;
  margin: 25px 0px 0px !important;
  font-weight: 700;
}
article.timeline-box.left {
  position: relative;
  text-align: right;
}
article.timeline-box.left .timeline-item-content strong {
  position: absolute;
  top: 0;
  padding: 15px 20px;
  color: var(--porto-primary-color);
  font-size: 25px;
  right: 0;
  font-weight: 600;
}
article.timeline-box.right .timeline-item-content strong {
  position: absolute;
  top: 0;
  padding: 15px 20px;
  color: var(--porto-primary-color);
  font-size: 25px;
  left: 0;
  font-weight: 600;
}
section.timeline .timeline-date {
  visibility: collapse;
  height: 0;
}
section.timeline .timeline-box {
  margin-bottom: 0;
  margin-top: 0px !important;
}
.timeline-item-content {
  padding-top: 15px;
}
/*=============================================================================*/
/*F O R M A T O P R O D U C T O S*/
span.category-list {
  display: none !important;
}
/*=============================================================================*/
/*T E S T I M O N I O*/
.porto-testimonial.wpb_content_element.testimonio-box {
  /*border: solid 1px var(--porto-tertiary-color);*/
  padding: 25px 5px;
  margin: 5px;
  background: #f4f4f4;
  /*border-radius: 10px;
	box-shadow: 2px 2px 10px 3px rgb(0 0 0 / 10%);*/
}
.testimonio-box blockquote.testimonial-carousel {
  height: 100%;
  min-height: 80px;
}
.testimonial.testimonial-style-5 .testimonial-author {
  padding: 0 !important;
  border-top: 0px solid var(--porto-gray-3) !important;
}
.testimonial.testimonial-with-quotes img {
  margin: 15px auto 10px;
  width: 80px;
  height: 80px;
  object-fit: cover;
  background: #ffffff;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.testimonial.testimonial-with-quotes blockquote p {
  padding: 0 20px;
}
/*====================================================================================*/
/*N O S O T R O S  B O X*/
.porto-sicon-box.box-ms {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px #f4f4f4;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  transition: 0.4s ease all;
  background: #fff;
}
.porto-sicon-box.box-ms:hover {
  transition: 0.4s ease all;
  transform: translateY(-5px);
}
.porto-sicon-box.box-ms.fondo {
  /*background: var(--porto-secondary-color);*/
  position: relative;
  margin-left: -15px;
  width: 100%;
  border: 1px solid #ededed;
}
.box-ms .porto-sicon-left {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: solid 2px #d9d9d9;
  margin-right: 15px;
}
/*.box-ms.fondo .porto-sicon-left {
    border-right: solid 2px #fff;
}*/
.box-ms .porto-sicon-description {
  color: #6d6e71;
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.box-ms .porto-just-icon-wrapper.porto-icon.none {
  margin-right: 15px;
  margin-left: 10px;
}
.box-ms strong {
  font-size: 18px;
  color: var(--porto-secondary-color);
  /* color: var(--porto-primary-color); */
  font-family: "Outfit";
}
.porto-sicon-box.box-ms_page {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 25px;
  border-radius: 5px;
  margin-bottom: 15px;
  transition: 0.4s ease all;
  background: rgba(0, 130, 205, 0.06) !important;
}
.porto-sicon-box.box-ms_page:hover {
  transition: 0.4s ease all;
  transform: translateY(-5px);
}
.box-valore_page h3.porto-sicon-title {
  padding-bottom: 5px;
}
.box-diferentes {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 35px 25px;
  border-radius: 5px;
  transition: 0.4s ease all;
  background: var(--porto-secondary-color);
}
.cta-nosotros {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 35px 25px;
  border-radius: 5px;
  transition: 0.4s ease all;
  background: var(--porto-secondary-color);
  position: relative;
}
.cta-nosotros_box-img {
  position: relative;
}
.cta-nosotros_img img {
  position: absolute;
  right: 0;
  bottom: 0;
  min-height: 330px;
  mask-image: linear-gradient(to bottom, #000 80%, transparent 100%);
  object-fit: cover;
}
/*=====================================================================================================================*/
/*P R O G R E S B A R*/
/*=====================================================================================================================*/
/**/
.conten-serv-slice {
  height: 400px;
  position: relative;
  margin: 0;
  overflow: hidden;
  transition: 0.4s ease all;
}
.conten-serv-slice img {
  height: 400px;
  object-fit: cover;
}
.porto-sicon-box.box_serv-slice {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  margin: 0;
  padding-bottom: 20px;
  transform: translateY(calc(100% - 60px));
  transition: 0.4s ease all;
}
.conten-serv-slice:hover .porto-sicon-box.box_serv-slice {
  transform: translateY(calc(0% - 0px));
  background: rgba(2, 84, 166, 0.85);
  transition: 0.4s ease all;
}
.box_serv-slice .porto-just-icon-wrapper.porto-icon.none {
  background: var(--porto-primary-color);
  color: #fff !important;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.box_serv-slice h3.porto-sicon-title {
  height: 60px;
  line-height: 60px;
  font-weight: 600;
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/*========================================================================================*/
/*B T N E F E C T O*/
a.boton-slider.light {
  text-transform: uppercase;
  color: #fff;
  background: var(--porto-secondary-color);
}
a.boton-slider {
  color: #fff;
  text-decoration: none;
  background: var(--porto-primary-color);
  padding: 15px 70px 15px 25px;
  position: relative;
  border-radius: 5px;
  transition: 0.4s ease all;
  overflow: hidden;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
}
a.boton-slider:hover {
  background: var(--porto-tertiary-color);
  transition: 0.4s ease all;
}
a.boton-slider:after {
  position: absolute;
  content: "";
  height: 60px;
  width: 1px;
  top: 0;
  right: 50px;
  background: rgba(255, 255, 255, 0.2);
}
.btn-efect i.porto-icon-long-arrow-alt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  top: 0;
  width: 50px;
  right: 0;
  transition: 0.4s ease all;
}
a.boton-slider:hover i.porto-icon-long-arrow-alt.one {
  transform: translateX(15px);
  opacity: 0;
}
.btn-efect i.porto-icon-long-arrow-alt.two {
  transform: translateX(-15px);
  opacity: 0;
}
a.boton-slider:hover i.porto-icon-long-arrow-alt.two {
  transform: translateX(0px);
  opacity: 1;
}
.btn-superponer {
  position: relative;
  z-index: 10;
}
/*=====================================================================================================================*/
/*C A L L - T O - A C T I O N*/
.call-to-ation_content_text {
  padding: 25px 20px;
}
.titulo-call-to-action h1 {
  font-size: 28px;
  line-height: 32px !important;
  /*text-transform: uppercase;*/
}
.titulo-call-to-action .porto-u-sub-heading {
  font-size: 20px;
  line-height: 25px;
}
.logo-call-to-action {
  position: relative;
}
.logo-call-to-action:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -6px;
  width: 110%;
  height: 120%;
  background: #fff;
  z-index: -1;
  filter: blur(35px);
}
.fondo-call-to-action {
  background: linear-gradient(90deg, #001689 1%, #114b93 100%);
}
/*====================================================================================*/
/*B O X - W H Y*/
.box-proveedores:hover i {
  color: #fff;
  transition: 0.3s ease;
}
.box-proveedores h3.porto-sicon-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  padding-bottom: 10px;
}
.content_box-proveedores {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.content_box-proveedores.uno:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("https://develop1.webstudiopanama.com/corssacademy/wp-content/uploads/2025/10/process-arrow-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  /* O relative, según necesites */
  top: 35px;
  right: -50px;
}
.content_box-proveedores.second:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("https://develop1.webstudiopanama.com/corssacademy/wp-content/uploads/2025/10/process-arrow-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 35px;
  right: -50px;
  transform: rotateX(-180deg);
}
.why-inner {
  position: relative;
  z-index: 10;
}
.box-why:after {
  content: "";
  position: absolute;
  background: #129eef;
  width: 350px;
  height: 350px;
  left: 0;
  bottom: 0;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  filter: blur(100px);
}
.box-why:before {
  content: "";
  position: absolute;
  background: #129eef;
  width: 350px;
  height: 350px;
  right: 0;
  top: 0;
  border-radius: 59% 41% 28% 72% / 46% 58% 42% 54%;
  filter: blur(100px);
}
/*====================================================================================*/
/*B L O G */
.blog-home h3.porto-post-title {
  font-size: 25px;
  line-height: 30px;
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*====================================================================================*/
/*E F E C T O S S C R O L*/
.mostrarLeft, .mostrarRight, .mostrarBottom {
  transition: transform 0.7s 0.1s ease, opacity 0.7s ease;
  opacity: 0;
  transform: translateX(-100%);
  /* Ajusta según sea necesario */
}
.mostrarLeft.active {
  transform: translateX(0);
  opacity: 1;
}
.mostrarRight {
  transform: translateX(100%);
  /* Ajusta según sea necesario */
}
.mostrarRight.active {
  transform: translateX(0);
  opacity: 1;
}
.mostrarBottom {
  transform: translateY(100%);
  /* Ajusta según sea necesario */
}
.mostrarBottom.active {
  transform: translateY(0);
  opacity: 1;
}
/*====================================================================================*/
/*B T N */
a.tbn-arrow-link {
  width: 100%;
  max-width: 160px;
  height: 40px;
  /*background: #2d2d2d;*/
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 40px;
  padding-left: 45px;
  padding-right: 25px;
  border-radius: 5px;
  /*color: #fff;*/
  transition: 0.4s ease all;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
a.tbn-arrow-link:hover {
  padding-left: 25px;
  padding-right: 45px;
  transition: 0.4s ease all;
}
.tbn-arrow-link span.span-btn {
  position: absolute;
  width: 35px;
  height: 40px;
  display: grid;
  place-content: center;
  left: 0px;
  transition: 0.7s ease all;
}
.tbn-arrow-link:hover span.span-btn {
  left: calc(100% - 35px);
  transition: 0.7s ease all;
}
i.fas.fa-arrow-right {
  font-size: 12px;
  top: 1px;
}
.tbn-arrow-link:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 80px;
  height: 100%;
  left: 0;
  bottom: 0;
  transform: translateX(-120%) skewX(30deg);
  transition: 0.8s ease all;
}
.tbn-arrow-link:hover:after {
  transform: translateX(400%) skewX(30deg);
  transition: 0.8s ease all;
}
a.tbn-arrow-link.btn-black {
  background: var(--porto-primary-color);
  color: #fff;
}
.tbn-arrow-link span.span-btn.black {
  background: #5ab8e5;
}
a.tbn-arrow-link.btn-light {
  background: #fff;
  color: var(--porto-primary-color);
}
.tbn-arrow-link span.span-btn.light {
  background: var(--porto-primary-color);
}
/*============================================================*/
/*B E N E F I C I O S*/
.box-img-beneficio.vc_column_container {
  padding: 0;
}
.box-img-beneficio.vc_column_container img {
  border-radius: 0px;
  min-height: 330px;
  object-fit: cover;
}
.texto-beneficios.vc_column_container {
  padding: 0px;
}
.texto-beneficios .wpb_wrapper.vc_column-inner {
  background: var(--porto-primary-color);
  display: flex;
  height: 100%;
  padding: 35px 20px 35px 20px !important;
}
.content-texto-beneficios {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-texto-beneficios .porto-u-main-heading {
  padding-bottom: 20px;
}
/*================================================================================================*/
/**/
/*================================================================================================*/
/**/
/*================================================================================================*/
/**/
/*================================================================================================*/
/**/
/*============================================================*/
/**/
.titulo-general h2 {
  color: var(--porto-primary-color);
  font-size: 20px;
  line-height: 25px !important;
  left: 35px;
  position: relative;
  letter-spacing: 0px;
  display: inline-block;
}
.titulo-general.center-titulo h2 {
  left: 0px;
}
.titulo-general h2:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -35px;
  top: 10px;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: var(--porto-primary-color);
  -webkit-backface-visibility: hidden;
}
.titulo-general .porto-u-sub-heading {
  font-size: 40px;
  line-height: 45px;
  color: var(--porto-quaternary-color);
  font-weight: 700;
  /*font-family: 'Futura-md-bt';*/
}
span.porto-btn-data.porto-btn-text {
  font-weight: 700;
  letter-spacing: 1.5px;
  border-radius: 11px;
}
a.porto-btn-normal {
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 14px;
}
.vc_row.wpb_row.row.top-row.reverse, .reverse .row {
  flex-direction: row-reverse;
}
.img-fondo-efecto {
  position: absolute;
  bottom: -1px;
  z-index: 1000;
  left: 0;
  width: 100%;
}
.porto-sicon-box.box-expertice {
  padding: 0 20px;
  min-height: 125px;
}
.porto-sicon-box.box-expertice.line {
  border-right: solid 1px #f4f4f4;
}
.product-image img {
  display: inline-block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transform: translateZ(0);
  object-fit: contain;
  aspect-ratio: 1;
}
/*.woocommerce-product-gallery .product-images .img-thumbnail .inner, .product-images .img-thumbnail .inner img {
    -webkit-transform: none;
    transform: none;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}*/
/*.tagcloud {
    display: flex;
    flex-direction: column;
}*/
aside#woocommerce_product_tag_cloud-2 a.tag-cloud-link {
  font-size: 14px !important;
  color: var(--porto-body-color);
  background: transparent;
  font-weight: 500;
  padding: 3px 0;
  display: table;
  text-transform: none !important;
  transition: 0.3s ease all;
}
aside#woocommerce_product_tag_cloud-2 a.tag-cloud-link:hover {
  color: var(--porto-dark-color);
  transition: 0.3s ease all;
}
.activo-link-widget {
  color: #e1251b !important;
  font-weight: 700 !important;
}
.product_tag-disponible, .product_tag-en-desarrollo, .product_tag-proximamente {
  position: relative;
}
.product_tag-disponible:before {
  content: "Disponible";
  position: absolute;
  top: 8px;
  left: 12px;
  z-index: 10;
  background: var(--porto-primary-color);
  padding: 2px 8px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.product_tag-en-desarrollo:before {
  content: "En Desarrollo";
  position: absolute;
  top: 8px;
  left: 12px;
  z-index: 10;
  background: var(--porto-secondary-color);
  padding: 2px 8px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.product_tag-proximamente:before {
  content: "Próximamente";
  position: absolute;
  top: 8px;
  left: 12px;
  z-index: 10;
  background: var(--porto-tertiary-color);
  padding: 2px 8px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.3px;
}
/*==========================================================================*/
/*C O N T A C T O - F O R M P R O D U C T O*/
.formato-formulario-popup {
  padding: 30px 30px 20px 30px;
}
.campo-producto input {
  width: 100%;
}
.formato-formulario-popup textarea {
  width: 100%;
  resize: none;
  height: 150px;
}
/*============================================================*/
/*C O N T A C T O*/
/*.row.contact-form-page {
    padding: 0px 15px;
}*/
.contact-form-page input {
  width: 100%;
  height: 50px;
}
.contact-form-page textarea {
  resize: none;
  height: 120px;
  width: 100%;
}
.vc_row.wpb_row.row.top-row.formulario-content {
  padding: 25px;
}
.contact-form-page input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-secondary.btn-modern {
  max-width: 160px;
  background: var(--porto-primary-color);
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  transition: 0.3s ease all;
}
.form-group.align-ico {
  position: relative;
}
span.align-ico_icono {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 50px;
  height: 46px;
  background: var(--porto-primary-color);
  text-align: center;
  line-height: 50px;
  color: #ffffff;
}
.box-contact_page .porto-sicon-header + .porto-sicon-description {
  margin-top: 0px;
}
/*============================================================*/
/*F O O T E R */
#footer ul li a {
  color: #fff;
  transition: 0.3s ease all;
}
#footer ul li a:hover {
  color: #bbb;
  transition: 0.3s ease all;
}
#footer img {
  width: 100%;
  max-width: 250px;
}
i.icon-footer {
  font-size: 15px;
  padding-right: 8px;
  color: #fff;
}
ul.footer-links.column {
  column-count: 2;
}
.conten-link-footer-lineal ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.conten-link-footer-lineal ul li a {
  padding: 0px 10px;
}
.social-link-form {
  text-align: right;
}
/*==============================================================================*/
/*Q U E R Y*/
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1340px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  .max-width-social-top.vc_column_container {
    width: 100%;
    max-width: 15%;
  }
  .max-width-mt-top.vc_column_container {
    width: 100%;
    max-width: 85%;
  }
  .porto-sicon-box.box-ms.fondo {
    margin-left: 0px;
  }
  .content_box-expertos .porto-sicon-description {
    font-size: 18px;
  }
  /*============================================================*/
  /*B U S C A D O R*/
  #header .searchform input {
    width: 220px !important;
  }
  /*============================================================*/
  /*B E N E F I C I O S*/
  .content-texto-beneficios h2 {
    font-size: 25px;
    line-height: 30px;
  }
  /*===============================================================================*/
  /*C A R D C I R C U L A R*/
  .card-market.vc_column_container {
    width: 100%;
    max-width: 33.33%;
  }
  /*====================================================================================*/
  /*N O S O T R O S  B O X*/
  .porto-sicon-box.box-ms.fondo {
    margin-left: 0px;
  }
  /*====================================================================================*/
  /*S P L I T M O D E N O*/
  .text-split_moderno.vc_column_container {
    width: 80px;
  }
  .box_text-split_moderno {
    padding: 20px 20px;
  }
  .text-mask {
    top: -35%;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  ul#menu-menu-top {
    display: none !important;
  }
  .titulo-general h2 {
    left: 0;
  }
  .titulo-general .porto-u-sub-heading {
    font-size: 35px;
    line-height: 40px;
    color: var(--porto-quaternary-color);
    font-weight: 700;
    font-family: "Futura-md-bt";
  }
  img.img-responsive.standard-logo.retina-logo {
    width: 100%;
    min-width: 80px;
  }
  .header-builder-p .vc_column-inner {
    justify-content: center !important;
  }
  #header .header-main .porto-wrap-container.container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .call-to-ation_content_text h4, .call-to-ation_content_text p {
    text-align: center;
  }
  .centrar-titulo-corner {
    text-align: center;
  }
  .box-servicios_img img {
    height: 450px;
    object-fit: cover;
  }
  .box-servicios-float, .content_servicios-hover .wpb_wrapper.vc_column-inner:hover .box-servicios-float {
    transform: translateY(0%);
    padding: 35px 20px 50px;
  }
  .box-servicios-float h2, .content_servicios-hover .wpb_wrapper.vc_column-inner:hover .box-servicios-float h2 {
    transition: 0.4s ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .box-servicios_img .vc_single_image-wrapper.vc_box_border_grey:before, .box-servicios_img .vc_single_image-wrapper.vc_box_border_grey:after, .content_servicios-hover .wpb_wrapper.vc_column-inner:hover .vc_single_image-wrapper.vc_box_border_grey:before, .content_servicios-hover .wpb_wrapper.vc_column-inner:hover .vc_single_image-wrapper.vc_box_border_grey:after {
    transition: 0.3s ease all;
    opacity: 1;
  }
  .iconos-apps_inner .vc_column_container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .iconos-apps_box {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  }
  .iconos-apps_box:hover {
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  }
  .porto-sicon-box.box_serv-slice, .conten-serv-slice:hover .porto-sicon-box.box_serv-slice {
    transform: translateY(calc(0% - 0px));
    transition: 0.4s ease all;
    flex-direction: column;
    padding: 35px 20px;
  }
  .logo-call-to-action.wpb_single_image.vc_align_right {
    text-align: center !important;
  }
  .logo-call-to-action:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0px;
    width: 100%;
    height: 200%;
    background: #fff;
    z-index: -1;
    filter: blur(70px);
  }
  .conten-link-footer-lineal ul li {
    column-count: 2;
    width: 50%;
    display: flex;
  }
  .social-link-form {
    text-align: center;
  }
  .box-industrias {
    width: 20%;
  }
  ul.list.list-unstyled.list_column {
    column-count: 2;
  }
  .owl-carousel.nav-pos-outside .owl-nav .owl-prev {
    left: -20px;
  }
  .lineas-flotantes:before {
    content: "";
    left: 20px;
    top: -60px;
    position: absolute;
    width: 200px;
    height: 200px;
    border: solid 5px var(--porto-primary-color);
    border-radius: 50%;
  }
  /*.lineas-flotantes:after {
    content: "";
    right: 50%;
    bottom: -80px;
    position: absolute;
    width: 100px;
    height: 100px;
    border: solid 5px var(--porto-secondary-color);
    border-radius: 50%;
}*/
  .content-popup-guia .vc_row.wpb_row.vc_inner.row {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .centrar-buscador {
    display: flex;
    justify-content: center;
  }
  /*================================================================================================*/
  /*P A G E - C O R P O R A T I V E*/
  .box-nosotros-home .vc_column_container {
    padding: 50px 20px 50px;
  }
  /*========================================================================================*/
  /*B O X Y E A R*/
  .box-year-float {
    position: absolute;
    top: 30%;
    z-index: 100;
    padding: 20px 20px;
    left: -5px;
    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 #00598d;
  }
  .content-img-efecto_bottom {
    bottom: -60px;
  }
  /*================================================================================================*/
  /*H E A D E R A L L P A G E*/
  .titulo-all-page h1 {
    font-size: 30px;
    line-height: 35px;
  }
  /*.banner-all-page img {
    display: none !important;
}*/
  .banner-all-page {
    min-height: 170px;
  }
  .maxw-content_header-page .porto-u-heading.titulo-all-page.text-lg-left {
    padding-left: inherit;
  }
  /*====================================================================================*/
  /*B O X - W H Y*/
  .content_box-proveedores.second:before {
    width: 0px;
    height: 0px;
  }
  .content_box-proveedores.uno:before {
    top: 0px;
    right: -50px;
  }
  /*============================================================*/
  /*B E N E F I C I O S*/
  .texto-beneficios.vc_column_container {
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: 100;
    padding: 5px;
  }
  .texto-beneficios .wpb_wrapper.vc_column-inner {
    background: #243182e6;
  }
  .box-img-beneficio.vc_column_container img {
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
    padding: 5px;
  }
  /*====================================================================================*/
  /*S P L I T M O D E N O*/
  section.vc_section.flex-split {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .box_text-split_moderno {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.3s ease all;
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    position: relative;
    padding: 25px 20px;
  }
  .conternt-split_moderno .wpb_wrapper.vc_column-inner {
    display: flex;
    flex-direction: column;
  }
  .text-split_moderno.vc_column_container {
    width: 100%;
  }
  .img-split_moderno.vc_column_container {
    /* width: 45%; */
    padding-left: 0;
    padding-right: 0px;
  }
  .text-split_moderno.vc_column_container {
    border-left: dashed 0px #dac793;
    border-top: dashed 1px #dac793;
    width: calc(100% - 24px);
    margin: 0 auto;
  }
  .img-split_moderno img {
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    border-radius: 0 0 5px 5px;
    padding-bottom: 25px;
  }
  .inner-split_moderno {
    margin: 0;
    width: 100%;
    min-width: 100%;
  }
  .descripcion-split_moderno strong {
    display: none;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  #side-nav-panel {
    width: 100% !important;
    transform: translateX(-100%);
  }
  html.panel-opened .side-nav-panel-close {
    display: block;
    color: #fff;
    top: 10px;
    right: 0;
    left: calc(100% - 45px);
    padding: 4px 8px;
    opacity: 1;
    visibility: visible;
    z-index: 9999 !important;
    width: 40px;
    /* background: #202c7b; */
  }
  .vc_row.wpb_row.top-row.iconos-apps {
    position: initial;
    bottom: 0;
    width: 100%;
    z-index: 10;
    padding: 50px 0 0;
  }
  .titulo-call-to-action h1 {
    font-size: 30px;
    line-height: 36px !important;
  }
  .titulo-call-to-action .porto-u-sub-heading {
    font-size: 18px;
    line-height: 24px;
    padding-top: 10px;
  }
  .titulo-call-to-action strong {
    font-size: 20px;
    line-height: 25px;
  }
  section#fondo-call-to-action {
    background-position: right !important;
  }
  ul.list-inline.menu_footer {
    column-count: 1;
  }
  .logo-linkedin {
    margin: 5px 0 5px 0;
    text-align: center;
  }
  .sicial-suguenos {
    text-align: center;
  }
  ul.footer-links.column {
    column-count: 1;
  }
  .porto-u-heading.box-valores {
    padding: 0px 0px;
  }
  .porto-u-heading.box-valores h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .porto-u-heading.box-valores strong {
    position: absolute;
    top: -20px;
    font-size: 100px;
    color: #fff;
    z-index: -1;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }
  .btn-center-mobil {
    text-align: center;
  }
  .cta-nosotros_img img {
    position: relative;
    right: 0;
    bottom: 0;
    min-height: 100%;
    width: 400px;
    mask-image: linear-gradient(to bottom, #000 80%, transparent 100%);
    object-fit: cover;
    margin-bottom: 50px;
  }
  .cta-nosotros_box-img {
    position: relative;
    margin-top: -100px;
  }
  .cta-nosotros p {
    text-align: center;
  }
  .porto-sicon-box.carruselTalleres {
    margin-bottom: 50px;
  }
  .carruselTalleres h3.porto-sicon-title {
    font-weight: 500;
    padding-bottom: 7px;
    font-size: 25px;
  }
  .porto-sicon-box.box-beneficios_page .porto-sicon-header p {
    height: 100%;
  }
  .content-popup-guia h4 {
    font-size: 20px;
  }
  /*====================================================================================*/
  /*B O X - W H Y*/
  .content_box-proveedores.uno:before {
    width: 0px;
    height: 0px;
  }
  .titulo-page-all .porto-u-sub-heading {
    font-size: 18px;
  }
  .titulo-page-all h1 {
    font-size: 30px;
  }
  .box-industrias h3.porto-sicon-title {
    font-size: 14px;
  }
  .box-industrias {
    width: 25%;
  }
  /*===============================================================================*/
  /*C A R D C I R C U L A R*/
  .card-market.vc_column_container {
    width: 100%;
    max-width: 50%;
  }
  /*===============================================================================*/
  /*B A N N E R - C A T E G O R I A S - H O M E*/
  .cat-productos_img img {
    transition: 0.4s ease all;
    transform: scale(1);
    height: 100%;
    object-fit: cover;
  }
  /*============================================================*/
  /*T R A Y E C T I O R I A*/
  article.timeline-box.left .timeline-item-content strong {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 20px;
    color: var(--porto-primary-color);
    font-size: 25px;
    right: 0;
    font-weight: 600;
    text-align: center;
  }
  article.timeline-box.right .timeline-item-content strong {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 20px;
    color: var(--porto-primary-color);
    font-size: 25px;
    left: 0;
    font-weight: 600;
    text-align: center;
  }
  .timeline .timeline-item-content {
    text-align: center;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  .valor-counter .stats-desc {
    min-height: 185px;
  }
  #header .logo .standard-logo {
    max-width: 180px;
  }
  .box-ms.porto-sicon-box.left-icon, .box-ms.porto-sicon-box.right-icon {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
  }
  .box-ms .porto-sicon-left {
    margin-bottom: 10px;
    border-right: solid 0px #d9d9d9;
  }
  .box_section-float-home {
    padding: 25px 15px;
  }
  .porto-sicon-box.box-ms {
    padding: 15px;
  }
  .conten-serv-slice img {
    height: 350px;
    object-fit: cover;
  }
  .conten-serv-slice {
    height: 350px;
  }
  .conten-link-footer-lineal ul li {
    column-count: 1;
    width: 100%;
    justify-content: center;
  }
  .content_box-proveedores:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
    /* o el estilo que desees */
    padding-bottom: 20px;
  }
  .box-industrias {
    width: 33.3%;
  }
  ul.list.list-unstyled.list_column {
    column-count: 1;
  }
  .lineas-flotantes:before {
    content: "";
    left: -10px;
    top: -50px;
    position: absolute;
    width: 90px;
    height: 90px;
    border: solid 5px var(--porto-primary-color);
    border-radius: 50%;
  }
  .lineas-flotantes:after {
    content: "";
    right: 30px;
    bottom: 0px;
    position: absolute;
    width: 80%;
    height: 50px;
    background: var(--porto-secondary-color);
    z-index: -1;
    border-radius: 0 0 0px 10px;
  }
  a.boton-slider {
    font-size: 14px;
  }
  /*========================================================================================*/
  /*B O X Y E A R*/
  .box-year-float .porto-sicon-description {
    font-size: 40px;
  }
  strong.box-year-float_years {
    font-size: 16px;
    top: 10px;
  }
  .box-year-float h4 {
    font-size: 14px;
    padding-top: 5px;
  }
  .content-popup-guia .vc_row.wpb_row.vc_inner.row {
    max-width: 320px;
  }
  /*============================================================*/
  /*B E N E F I C I O S*/
  .texto-beneficios .wpb_wrapper.vc_column-inner {
    padding: 35px 20px !important;
  }
  /*===============================================================================*/
  /*C A R D C I R C U L A R*/
  .card-market.vc_column_container {
    width: 100%;
    max-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%2F856-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F856-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F856-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F856-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F856-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BADAA%3BAAAA%3BACKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADvCA%3BAAAA%3BAAAA%3BAC8CA%3BAAAA%3BAAAA%3BAD9CA%3BAAAA%3BACkDA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAD5DA%3BAAAA%3BACmEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BADxFA%3BAAAA%3BAC6FA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC0HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1HA%3BAAAA%3BACmIA%3BAAAA%3BAAAA%3BADnIA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoJA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACkKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADnLA%3BAAAA%3BAAAA%3BAC0LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACuNA%3BAACM%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAAAA%3BAD3NF%3BAAAA%3BACiOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BADnTA%3BAAAA%3BAC0TA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FTA%3BAAAA%3BACyUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzXA%3BAAAA%3BACyYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5ZA%3BAAAA%3BACsaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADhcA%3BAAAA%3BACscA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAACG%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BADxdF%3BAAAA%3BACieA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACwiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADtlBA%3BAAAA%3BACkmBA%3BAAAA%3BAAAA%3BAAAA%3BADlmBA%3BAAAA%3BACymBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BADnoBA%3BAAAA%3BAC0oBA%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%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjtBA%3BAAAA%3BAC6tBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrzBA%3BAAAA%3BAC8zBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD36BA%3BAAAA%3BACo7BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAD%2F%2BBA%3BAAAA%3BACo%2FBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjgCA%3BAAAA%3BAC2gCA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%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%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAD9pCA%3BAAAA%3BACoqCA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%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%3BADtsCA%3BAAAA%3BAC%2BsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FtCA%3BAAAA%3BACsuCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD5wCA%3BAAAA%3BACixCA%3BAAAA%3BAAAA%3BADjxCA%3BAAAA%3BACuxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BADlzCA%3BAAAA%3BAC0zCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADh1CA%3BAAAA%3BAAAA%3BAC01CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADl5CA%3BAAAA%3BAAAA%3BAAAA%3BACk6CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADt8CA%3BAAAA%3BACk9CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%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%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FgDA%3BAAAA%3BAC0hDA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BADvjDA%3BAAAA%3BACgkDA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1nDA%3BAAAA%3BACwoDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxoDA%3BAAAA%3BACqpDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAD7qDA%3BAAAA%3BACqrDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADzvDA%3BAAAA%3BACuwDA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAD9xDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC2yDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD52DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACk4DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%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%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD17DA%3BAAAA%3BAC88DA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADp9DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2B9DA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BADzgEA%3BAAAA%3BAC%2BgEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADhjEA%3BAAAA%3BACqjEA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtjEF%3BAAIA%3BAEJA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAFTA%3BAAAA%3BAEgBA%3BAAAA%3BAAAA%3BAFhBA%3BAAAA%3BAEwBA%3BAAAA%3BAAAA%3BAAAA%3BAFxBA%3BAAAA%3BAE%2BBA%3BAAAA%3BAAAA%3BAAAA%3BAF%2FBA%3BAAAA%3BAEuCA%3BAAAA%3BAAAA%3BAFvCA%3BAAAA%3BAE4CA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAFzDA%3BAASA%3BAGTA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH7HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGqJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAH9JA%3BAAAA%3BAGsKA%3BAAAA%3BAAAA%3BAHtKA%3BAAAA%3BAG2KA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAHhMA%3BAAAA%3BAGsMA%3BAAAA%3BAAAA%3BAAAA%3BAHtMA%3BAAAA%3BAAAA%3BAG6MA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAHhNA%3BAAAA%3BAGwNA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAH5NA%3BAAAA%3BAGkOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH7OA%3BAAAA%3BAGsPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAH%2FSA%3BAAcA%3BAIdA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAJ9GA%3BAAAA%3BAIqHA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAJzIA%3BAAAA%3BAI8IA%3BAAAA%3BAAAA%3BAAAA%3BAJ9IA%3BAAAA%3BAIoJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJpJA%3BAAAA%3BAI4JA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAJhMA%3BAAmBA%3BAKnBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAL5DA%3BAAAA%3BAKiEA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAL7EA%3BAAAA%3BAKkFA%3BAAAA%3BAAAA%3BALlFA%3BAAAA%3BAKsFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */