@charset "UTF-8";
/* xl - DESKTOP STYLES */
:root {
  --gradient-radial: radial-gradient(
    ellipse at top,
    color-mix(in oklab, var(--porto-primary-color) 18%, transparent),
    transparent 60%);
  --gradient-radial_left: radial-gradient(
    ellipse at left,
    color-mix(in oklab, var(--porto-primary-color) 18%, transparent),
    transparent 60%);
  --gradient-radial_right: radial-gradient(
    ellipse at right,
    color-mix(in oklab, var(--porto-primary-color) 18%, transparent),
    transparent 60%);
  --shadow-glow: 0 10px 40px -20px var(--porto-primary-color);
}
html {
  scroll-behavior: smooth !important;
}
#header.sticky-header .header-main, .fixed-header #header.sticky-header .header-main {
  /*background-image: url(https://develop1.webstudiopanama.com/VIBE/wp-content/uploads/2026/04/fondo-ruido.jpg) !important;*/
  background: #fff;
}
.mega-menu.menu-hover-line > li.menu-item > a:before {
  height: 2px;
}
#header.sticky-header .mega-menu.menu-hover-line > li.menu-item > a:before {
  background: var(--porto-primary-color);
}
sr7-txt.sr7-layer.titulo-slider span {
  color: var(--porto-primary-color);
  font-style: italic;
  font-weight: 500;
}
sr7-txt.sr7-layer.titulo-slider_white span {
  color: #fff;
  font-style: italic;
  font-weight: 500;
}
i.porto-icon-long-arrow-alt {
  position: relative !important;
  transform: translateX(0px);
  transition: 0.3s ease all !important;
  display: inline-block;
}
a.sr7-layer.btn-slider-arrow.sr7-btn:hover i.porto-icon-long-arrow-alt {
  position: relative !important;
  transform: translateX(7px);
  transition: 0.3s ease all !important;
  display: inline-block;
}
.btn-top_menu a {
  /*font-family: "JetBrains Mono";*/
  text-transform: uppercase;
}
.titulo-page_format .porto-u-sub-heading {
  font-family: "Ubuntu";
  font-size: 45px;
  font-weight: 600;
  line-height: 1.25em;
}
.titulo-page_format strong {
  color: var(--porto-primary-color);
  font-weight: 600;
}
.titulo-page_format h1 {
  background: var(--porto-primary-color);
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
  display: inline-block;
  padding: 7px 20px !important;
  border-radius: 25px;
  margin-bottom: 20px !important;
}
.btn-rear-more a {
  background: var(--porto-primary-color);
  padding: 12px 25px;
  font-weight: 500;
  border-radius: 50px;
  color: #fff;
  border: solid 2px var(--porto-primary-color);
  font-family: "Ubuntu";
  font-size: 15px;
  text-transform: uppercase;
  transition: 0.3s ease all;
}
.btn-rear-more a:hover {
  background: var(--porto-tertiary-color);
  border: solid 2px var(--porto-tertiary-color);
  color: #fff;
  transition: 0.3s ease all;
}
.btn-rear-more.light a {
  background: transparent;
  padding: 12px 25px;
  font-weight: 500;
  border-radius: 50px;
  color: #fff;
  border: solid 2px #fff;
  font-family: "Ubuntu";
  font-size: 15px;
  text-transform: uppercase;
  transition: 0.3s ease all;
}
.btn-rear-more.light a:hover {
  background: var(--porto-primary-color);
  color: #fff;
  border: solid 2px var(--porto-primary-color);
  transition: 0.3s ease all;
}
.btn-rear-more i.porto-icon-long-arrow-alt {
  margin-left: 5px;
  position: relative !important;
  transform: translateX(0px);
  transition: 0.3s ease all !important;
  display: inline-block;
}
.btn-rear-more:hover i.porto-icon-long-arrow-alt {
  margin-left: 5px;
  transform: translateX(7px);
  transition: 0.3s ease all !important;
}
.box__inversion_ico {
  background: rgba(66, 169, 5, 0.1);
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 25px;
  transition: 0.3s ease all;
}
.content-inversion_grip .vc_column_container:hover .box__inversion_ico {
  background: #42a905;
  transform: scale(1.09);
  color: #222 !important;
  transition: 0.3s ease all;
}
.content-inversion_grip {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #333;
  border-radius: 15px;
  transition: 0.3s ease all;
  overflow: hidden;
}
.content-inversion_grip .vc_column_container {
  background: #222;
  padding: 48px 40px;
  position: relative;
  transition: 0.3s ease all;
}
.content-inversion_grip .vc_column_container:hover {
  background: #333;
  transition: 0.3s ease all;
}
.content-inversion_grip .vc_column_container:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 30px;
  height: 1px;
  right: 30px;
  top: 70px;
  transition: 0.4s ease all;
}
.content-inversion_grip .vc_column_container:hover:after {
  content: "";
  position: absolute;
  background: var(--porto-primary-color);
  width: 100px;
  height: 1px;
  transition: 0.4s ease all;
}
.box__inversion .porto-u-sub-heading {
  color: #ccc;
}
.box_servicios__inversion em {
  color: var(--porto-primary-color);
  font-size: 25px;
  display: block;
  margin-bottom: 30px;
  font-style: normal;
}
.box-servicios__inversion_ico {
  background: #f4f4f4;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 25px;
  transition: 0.3s ease all;
}
.content_servicios-inversion_grip .vc_column_container:hover .box__inversion_ico {
  background: #42a905;
  transform: scale(1.09);
  color: #222 !important;
  transition: 0.3s ease all;
}
.content_servicios-inversion_grip {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /*grid-template-columns: repeat(3, 1fr);*/
  gap: 1px;
  background: #ccc;
  border: 1px solid #ccc;
  border-radius: 15px;
  transition: 0.3s ease all;
  overflow: hidden;
}
.content_servicios-inversion_grip > *:nth-child(-n+3) {
  grid-column: span 2;
}
/* 3. Los últimos 2 elementos ocupan 3 columnas cada uno (3/6 = 50%) */
.content_servicios-inversion_grip > *:nth-child(n+4) {
  grid-column: span 3;
}
.content_servicios-inversion_grip .vc_column_container {
  background: #fff;
  padding: 48px 40px;
  position: relative;
  transition: 0.3s ease all;
}
.content_servicios-inversion_grip .vc_column_container:hover {
  background: #f4f4f4;
  transition: 0.3s ease all;
}
.content_servicios-inversion_grip .vc_column_container:after {
  content: "";
  position: absolute;
  background: var(--porto-primary-color);
  width: 30px;
  height: 1px;
  right: 30px;
  top: 60px;
  transition: 0.4s ease all;
}
.content_servicios-inversion_grip .vc_column_container:hover:after {
  content: "";
  position: absolute;
  background: var(--porto-primary-color);
  width: 100px;
  height: 1px;
  transition: 0.4s ease all;
}
.box_servicios__inversion .porto-u-sub-heading {
  color: #ccc;
}
.btn-plano {
  padding-top: 30px;
}
.btn-plano a {
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: 0.3s ease all;
  position: absolute;
  bottom: 25px;
  color: var(--porto-dark-color);
  text-transform: uppercase;
}
.btn-plano a:hover {
  /*text-decoration: underline;*/
  color: var(--porto-primary-color);
}
.btn-content-plano i.porto-icon-long-arrow-alt {
  margin-left: 3px;
  position: relative;
  transform: translateX(0px);
  transition: 0.4s ease all;
}
.btn-content-plano:hover i.porto-icon-long-arrow-alt {
  margin-left: 10px;
  transition: 0.4s ease all;
}
.box-expertos_icon {
  position: absolute;
  bottom: 10px;
}
i.icon-box-expertos {
  font-size: 16px;
  color: #fff;
  background: var(--porto-primary-color);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease all;
}
.box-expertos:hover i.icon-box-expertos {
  color: #fff;
  background: var(--porto-dark-color);
  transition: 0.3s ease all;
}
.box-expertos_icon ul {
  display: flex;
}
.contenedor_perfil.vc_column_container {
  background: #fff;
  border-radius: 15px;
  padding: 0;
  border-top: solid 60px var(--porto-primary-color);
}
.inner__contenedor_perfil {
  padding: 0 35px;
  margin-top: -50px;
}
.content-verticals_fondo {
  min-height: 450px;
}
.ico-since .wpb_wrapper.vc_column-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 50px;
}
.ico-since_img {
  width: 50%;
}
.texto_since {
  width: 50%;
  text-align: right;
}
.titulo-page_borderbg h2 {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.05px;
  line-height: 1em;
  background: rgba(255, 179, 122, 0.1);
  border: 1px solid rgba(255, 179, 122, 0.35);
  display: inline-block;
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.titulo-page_borderbg i {
  color: var(--porto-primary-color);
  font-size: 12px;
  margin-right: 5px;
}
.height_img img {
  height: 570px;
  object-fit: cover;
}
/*==========================================================================*/
/*P A R R A L L A X*/
.content-parallax-all {
  position: relative;
  z-index: 10;
}
.vc_row.wpb_row.vc_inner.row.inner_content-parallax-all {
  position: relative;
  z-index: 10;
  /*height: 500px;*/
  display: flex;
  /*padding:50px 25px 60px 25px !important;*/
}
.inner_content-parallax-all.no-heigth .wpb_wrapper.vc_column-inner {
  height: auto !important;
}
.inner_content-parallax-all .porto-u-heading.titulo-page {
  /*height: 100%;*/
}
.inner_content-parallax-all .wpb_wrapper.vc_column-inner {
  /*height: 100%;*/
}
.text-max-width_right {
  display: flex;
  justify-content: flex-end;
}
.text-max-width_right p {
  max-width: 600px;
}
.content-from-text {
  position: relative;
  z-index: 10;
}
.content-parallax-all-:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse 60% 80% at 30% 50%, rgba(255, 0, 23, 0.13) 0%, #dedede00 60%);
}
.parralax-fondo:before {
  content: url(/multiserviciossc/wp-content/uploads/2026/05/bg-fondo1.jpg);
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  opacity: 0.4;
  /*filter: sepia(0.3) hue-rotate(-20deg) saturate(1.2);*/
  z-index: 10;
  mask-image: linear-gradient(to left, black 50%, transparent 100%);
}
.parralax-fondo:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(135deg, rgb(58 31 23) 0%, rgb(42 22 18) 50%, #1a0d08 100%);*/
  -webkit-backface-visibility: hidden;
}
.parralax-fondo {
  /*background-attachment: fixed;*/
  position: relative;
  overflow: hidden;
}
.-nopparralax-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;
}
.btn_fondo-box a {
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 25px;
  background: #fff;
  color: var(--porto-dark-color);
  padding: 12px 25px;
  border: solid 2px #fff;
  letter-spacing: 0.5px;
  transition: 0.3s ease all;
}
.btn_fondo-box a:hover {
  background: var(--porto-primary-color);
  color: #fff;
  padding: 12px 25px;
  border: solid 2px var(--porto-primary-color);
  transition: 0.3s ease all;
}
.btn_fondo-box_ligth a {
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 25px;
  border: solid 2px #fff;
  background: transparent;
  color: #fff;
  padding: 12px 25px;
  letter-spacing: 0.5px;
  transition: 0.3s ease all;
}
.btn_fondo-box_ligth a:hover {
  border: solid 2px #fff;
  background: #fff;
  color: var(--porto-dark-color);
  transition: 0.3s ease all;
}
/*.text-max-width_right {
    position: absolute;
    bottom: 0;
    right: 0;
}*/
/*======================================================================================*/
/*List Line Fondo*/
.porto-sicon-box.content-list_line_fondo:not(:last-child) {
  border-bottom: solid 1px #f0f0f0;
  padding-bottom: 40px;
  margin-bottom: 35px;
}
.content-list_line .porto-sicon-header p {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.5em;
  max-width: 150px;
}
.content-list_line_fondo .porto-sicon-header {
  min-width: 135px;
}
.porto-sicon-box.content-list_line_fondo .porto-sicon-body {
  display: flex;
}
.content-list_line_fondo .porto-sicon-description strong {
  display: block;
  font-weight: 600 !important;
  font-size: 20px;
  line-height: 1.35em;
  padding-bottom: 10px;
  font-family: "Inter";
  color: #fff;
  letter-spacing: 0.5px;
}
.content-list_line_fondo .porto-sicon-description {
  margin-top: 0;
}
/*======================================================================================*/
/*List Line - 2*/
.porto-sicon-box.content-list_line {
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
}
.content-list_line .porto-sicon-header {
  display: flex;
  gap: 20px;
  width: 100%;
  /*max-width: 235px;*/
  padding-right: 35px;
  color: #fff;
}
.content-list_line .porto-sicon-body {
  display: flex;
  align-items: start;
}
.content-list_line .porto-sicon-description {
  margin: 0 !important;
  text-align: right !important;
  max-width: 450px;
  color: var(--porto-quaternary-color);
}
.content-list_line strong {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: var(--porto-primary-color);
}
.content-list_line p {
  max-width: 320px;
  /*margin-left: 100px;*/
}
/*========================================================================================*/
/*B O X Y E A R*/
.box-year-float {
  position: absolute;
  top: -10px;
  background: var(--porto-primary-color);
  z-index: 100;
  padding: 10px 15px;
  right: 2px;
  border-radius: 10px 10px 0 10px;
  display: flex;
  flex-direction: column;
  margin: 0;
  max-width: 170px;
}
.box-year-float .porto-u-sub-heading {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  justify-content: center;
}
.box-year-float:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 0px solid transparent;
  border-top: 10px solid var(--porto-tertiary-color);
}
strong.box-year-float_years {
  font-size: 25px;
  line-height: 1em;
  color: #fff;
}
.box-year-float h4 {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  color: #fff;
  margin: 0 !important;
  padding-top: 0px;
}
.box-year-float .porto-u-sub-heading p {
  display: none;
}
.img-efecto img {
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
/*
.img-efecto {
  --gradient-radial: radial-gradient(
    ellipse at top,
    color-mix(in oklab, var(--porto-primary-color) 18%, transparent),
    transparent 60%);

  position: relative;

  &::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	-box-shadow: var(--shadow-glow);
  }
}

.gradien_top {
	position: relative;
	z-index:1;
	
	&::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--gradient-radial);
	z-index: -1;
  }
}


.gradien_left {
	position: relative;
	z-index:1;
	
	&::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--gradient-radial_left);
	z-index: -1;
  }
}


.gradien_right {
	position: relative;
	z-index:1;
	
	&::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: var(--gradient-radial_right);
	z-index: -1;
  }
}
*/
.porto-sicon-box.border-line_box {
  border: solid 1px #ccc;
  padding: 15px;
  border-radius: 15px;
  transition: 0.3s ease all;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.03);
}
.porto-sicon-box.border-line_box:hover {
  /*background: #333;*/
  transition: 0.3s ease all;
  border-color: color-mix(in oklab, var(--porto-primary-color) 40%, transparent);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
/*================================================================================================*/
/*B O X E X P E R T O S*/
.box-expertos .wpb_wrapper.vc_column-inner {
  border: solid 1px #ccc;
  background: #fff;
  padding: 25px !important;
  border-radius: 15px;
  position: relative;
  height: 270px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.03);
}
.box-expertos .wpb_wrapper.vc_column-inner:hover {
  /*background: #333;*/
  transition: 0.3s ease all;
  border-color: color-mix(in oklab, var(--porto-primary-color) 40%, transparent);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
.img-expertos img {
  position: absolute;
  bottom: 0;
  max-width: 200px;
  right: -18px;
  z-index: 10;
}
.content_box-expertos p {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 5px;
  color: var(--porto-tertiary-color);
}
.content_box-expertos .porto-sicon-description {
  margin-top: 5px !important;
  font-size: 14px;
  line-height: 1.25em;
  color: var(--porto-primary-color);
  font-weight: 300;
}
.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: .2;
    transform: rotate(80deg) scale(1.5);
	transition: 0.3s ease all;
}*/
.single--slider2 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 150px;
  opacity: 0.1;
  overflow: hidden;
  background-size: auto;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: center center;
  animation: slide2 10s linear infinite;
  -webkit-animation: slide2 10s linear infinite;
}
@keyframes- slide2 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.box-cuadricula_line.vc_column_container {
  position: relative;
  border-right: solid 1px #fff;
  /*background: #ffff;*/
  padding: 130px 30px;
  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;
}
.box-cuadricula_line.vc_column_container:nth-child(3) {
  border: solid 0px transparent;
}
.box-cuadricula_line.vc_column_container:hover {
  background: var(--porto-primary-color);
  transition: 0.4s ease all;
}
/*.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: #fff;
  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;
}
.img_box-cuadricula_slideUp {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: -1;
  transform: scale(1);
  mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  transform-origin: center;
  transition: 0.4s ease all;
}
.box-cuadricula_line.vc_column_container:hover .img_box-cuadricula_slideUp {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
  transform: scale(1.1);
  transform-origin: center;
  transition: 0.4s ease all;
}
.vc_row.wpb_row.vc_inner.row.box-vission {
  border: solid 1px #313131;
}
.content-all_vission_inner {
  background: #1f1f1f;
  padding: 20px;
  transform: scale(0.99);
  transition: 0.3s ease all;
}
.content-all_vission_inner:hover {
  background: #262626;
  padding: 20px;
  transform: scale(0.99);
  transition: 0.3s ease all;
}
.glp-stats__featured {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.glp-stats__row2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
.glp-big {
  background: linear-gradient(135deg, #c84a24 0%, #7a2011 100%);
  color: #fff;
  padding: 35px 25px;
  border-radius: 5px;
  position: relative;
  /*min-height: 260px;*/
}
.glp-stat {
  background: #fff;
  padding: 35px 25px;
  border: 1px solid rgba(43, 23, 18, 0.15);
  border-radius: 5px;
  transition: all 0.4s;
}
.glp-stat p {
  max-width: 160px;
}
sup {
  font-size: 25px;
}
.content-productos_grip .vc_column_container {
  background: #222;
  border-radius: 15px;
  border: solid 1px #444;
  position: relative;
  padding: 30px;
  overflow: hidden;
  transition: 0.3s ease all;
}
.content-productos_grip .vc_column_container:hover {
  background: var(--porto-primary-color);
  transition: 0.3s ease all;
  border-color: color-mix(in oklab, var(--porto-primary-color) 40%, transparent);
}
.content-productos_grip {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  /*background: #333;
    /*border: 1px solid #333;
    /*border-radius: 15px;*/
  transition: 0.3s ease all;
  overflow: hidden;
}
.porto-sicon-box.box-productos_home h3.porto-sicon-title {
  font-size: 14px;
  color: var(--porto-primary-color);
  letter-spacing: 1px;
  font-weight: 500;
  padding-bottom: 7px;
  text-transform: uppercase;
}
.porto-sicon-box.box-productos_home .porto-sicon-header p {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
}
.porto-sicon-box.box-productos_home .porto-sicon-header {
  padding-bottom: 10px;
}
.porto-sicon-box.box-productos_home .porto-sicon-description li {
  color: #fff;
}
.porto-sicon-box.box-productos_home .porto-sicon-description li i {
  font-size: 10px;
  color: var(--porto-primary-color);
  margin-right: 10px;
  transition: 0.3s ease all;
}
.content-productos_grip .vc_column_container:hover .porto-sicon-description li i {
  color: #222;
  transition: 0.3s ease all;
}
/*.porto-sicon-box.box-productos_home .porto-sicon-top {
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s ease all;
	z-index:10;
}
.porto-sicon-box.box-productos_home .porto-sicon-top:after {
    content: "";
    position: absolute;
    background: #222222;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    border-radius: 12px;
    z-index: -1;
    box-shadow: 0px 0 0 10px #222222;
    transition: 0.4s ease all;
}*/
.porto-sicon-box.box-productos_home .porto-just-icon-wrapper.porto-icon.advanced {
  background: rgba(66, 169, 5, 0.1);
  transition: 0.4s ease all;
}
.content-productos_grip .vc_column_container:hover .porto-just-icon-wrapper.porto-icon.advanced {
  background: #fff !important;
  color: var(--porto-primary-color) !important;
  transition: 0.3s ease all;
}
.porto-sicon-box.box-inner_content__acordion {
  display: none;
}
.box-inner_content__acordion.active {
  display: block !important;
}
#content_acordion .porto-wrap-container.container .row {
  display: grid;
  /* Definimos las 5 columnas fijas por defecto */
  grid-template-columns: 10% 10% 60% 10% 10%;
  gap: 0;
  width: 100%;
  min-height: 400px;
  margin: 0 auto;
  /*align-items: stretch;*/
  /*overflow: hidden;*/
  align-items: center;
}
.box_content__acordion {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
  width: calc(100% - 2px);
}
.box_content__acordion:nth-child(1) {
  border-radius: 15px 0 0 15px;
}
.box_content__acordion:nth-child(2) {
  width: 100%;
}
.box_content__acordion:nth-child(5) {
  border-radius: 0 15px 15px 0;
}
.box_content__acordion.acordion_mostrar {
  /* Al ocupar la tercera posición (el 60%), reordenamos su flex interno 
     para que el contenido se despliegue de manera horizontal y espaciada */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  /* z-index y sombra para dar el efecto de relieve sobre las columnas de los lados */
  z-index: 10;
  background: #333;
  width: 100%;
  border-radius: 15px;
  height: calc(100% + 60px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.box_content__acordion .porto-just-icon-wrapper.porto-icon.none {
  background: var(--porto-primary-color);
  color: #fff;
  padding: 20px;
  border-radius: 50px;
  margin-bottom: 25px;
  transition: 0.3s ease all;
}
.box_content__acordion:hover .porto-just-icon-wrapper.porto-icon.none {
  background: #fff;
  color: var(--porto-primary-color);
  transition: 0.3s ease all;
}
.box_content__acordion h3.porto-sicon-title {
  font-size: 35px;
  font-weight: 600;
  padding-bottom: 12px;
  color: #fff;
}
.box_content__acordion .porto-sicon-header p {
  padding-bottom: 25px;
  color: #ccc;
}
.titulo_content__acordion .porto-u-main-heading {
  width: 100%;
}
.titulo_content__acordion .porto-u-main-heading h2 {
  color: #ccc;
  font-size: 25px;
  line-height: 1em;
  padding: 20px;
  border-bottom: solid #5e5e5e 1px;
  transition: 0.3s ease all;
}
.titulo_content__acordion:hover .porto-u-main-heading h2, .titulo_content__acordion.active .porto-u-main-heading h2 {
  color: #fff;
  background: var(--porto-primary-color);
  transition: 0.3s ease all;
}
.titulo_content__acordion .porto-u-sub-heading {
  color: #ccc;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  height: 100%;
  transform: translateY(0%) rotate(180deg);
  writing-mode: vertical-rl;
  transition: 200ms linear 0.1s;
  text-align: left;
  padding-top: 30px;
  transition: 0.3s ease all;
}
.titulo_content__acordion:hover .porto-u-sub-heading, .titulo_content__acordion.active .porto-u-sub-heading {
  color: #fff;
  transition: 0.3s ease all;
}
.porto-u-heading.titulo_content__acordion {
  background: #444;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 400px;
  margin: 0;
  cursor: pointer;
  transition: 0.3s ease all;
}
.porto-u-heading.titulo_content__acordion:hover, .porto-u-heading.titulo_content__acordion.active {
  background: #333;
  transition: 0.3s ease all;
}
.ico_logos img {
  width: 100%;
  max-width: 250px;
  object-fit: cover;
  filter: invert(1);
  transition: all ease 0.3s;
  opacity: 0.7;
}
.ico_logos img:hover {
  transition: all ease 0.3s;
  /*filter: grayscale(0);*/
  opacity: 1;
}
/* Estado base de la imagen de investigación */
.portada_research img {
  border-radius: 15px;
  transition: all ease 0.3s;
  /* Inicializamos la escala en 0.9 */
  transform: perspective(1000px) scale(0.9);
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
/* Comportamiento visual durante el Hover */
.portada_research img:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s, box-shadow 0.5s ease;
  cursor: pointer;
}
.row.reverse {
  flex-direction: row-reverse;
}
.max-width_location .wpb_wrapper.vc_column-inner {
  max-width: 960px;
  margin-left: auto;
  padding-right: 25px;
  display: inline-block !important;
}
/*.stats-block.stats-top {
    width: 33.3%;
	max-width:200px;
	display: inline-block !important;
    vertical-align: top;
}*/
/*.stats-text {
    max-width: 120px;
    margin: 0 auto;
}*/
.stats-text strong {
  display: block;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.stats-number {
  position: relative;
}
/*.porto-sicon-top {
    position: absolute;
    transform: rotate(-90deg) translateY(-80px) translateX(-5px);
}*/
/*.stats-top .porto-sicon-top, .stats-top .stats-desc {
    text-align: left;
}*/
.content-form-contactenos .col-lg-6, .content-form-contactenos .col-lg-12 {
  padding: 7px;
}
.input-group-form.formSelect, .input-group-form.radioselect {
  display: flex;
  flex-direction: column;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea.custom-contact-input {
  resize: none;
  height: 150px;
  width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary.btn-lg {
  width: 100%;
  padding: 15px;
}
/* Ocultar radio original */
.radioselect .wpcf7-radio input[type="radio"] {
  display: none;
}
/* Contenedor de opciones en fila */
.radioselect .wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin: 0;
  width: 33.3%;
}
.radioselect label {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-right: 10px;
}
label.header_laabel_radio {
  text-align: left;
  padding-bottom: 7px;
}
/* Estilo base del label */
/*.radioselect .wpcf7-radio .wpcf7-list-item label {
    display: inline-block;
    padding: 10px 24px;
    border: 2px solid #c8c8c8;
    border-radius: 4px;
    cursor: pointer;
    color: #333;
    background-color: transparent;
    font-size: 15px;
    transition: all 0.2s ease;
    margin: 0;
}*/
/* Hover */
.radioselect .wpcf7-radio .wpcf7-list-item label:hover {
  border-color: #c0622a;
  color: #c0622a;
}
.radioselect span.wpcf7-list-item-label {
  background-color: #fff;
  padding: 11px 15px;
  display: block;
  border: solid 1px #ccc;
  cursor: pointer;
  margin-bottom: 3px;
}
/* Seleccionado */
.radioselect .wpcf7-radio input[type="radio"]:checked + span {
  background-color: var(--porto-primary-color);
  border-color: var(--porto-primary-color);
  color: #fff;
  font-weight: 600;
}
.content-form-contactenos input {
  width: 100%;
}
input.policy-privacy-contact {
  width: 15px;
}
.box_content-formulario .wpb_wrapper.vc_column-inner {
  padding: 35px !important;
  background-color: #252525;
  border-radius: 15px;
  border: solid 1px #444;
}
.box_content-formulario .wpb_wrapper.vc_column-inner::hover {
  transition: 0.3s ease all;
  -box-shadow: var(--shadow-glow);
}
.input-group-form label {
  color: #ccc;
}
.logo-footer img {
  width: 150px;
}
.box-footer_display .porto-sicon-description {
  margin-top: 7px;
}
.conten-link-footer-lineal ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.conten-link-footer-lineal ul li a {
  padding: 0px 12px;
  color: #fff;
}
.conten-link-footer-lineal ul li a:hover {
  color: var(--porto-primary-color);
}
.social-link-form {
  text-align: right;
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1340px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  #header.sticky-header .header-main .container {
    padding-top: 7px;
    padding-bottom: 7px;
    min-height: 100%;
  }
  #header .logo {
    min-width: 100px;
  }
  .porto-u-heading.titulo_content__acordion {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 15px;
    transition: 0.3s ease all;
  }
  .content-list_line p {
    max-width: 300px;
    margin-left: 50px;
  }
  .titulo_content__acordion .porto-u-sub-heading {
    height: 100%;
    transform: none;
    writing-mode: inherit;
    transition: 200ms linear 0.1s;
    text-align: left;
    padding-top: 0;
    transition: 0.3s ease all;
  }
  .titulo_content__acordion .porto-u-main-heading h2 {
    border-right: solid 1px #5e5e5e;
    border-bottom: solid #5e5e5e 0px;
    transition: 0.3s ease all;
    border-radius: 15px 0 0 15px;
  }
  .titulo_content__acordion:hover .porto-u-main-heading h2, .titulo_content__acordion.active .porto-u-main-heading h2 {
    display: inline-block;
  }
  .titulo_content__acordion .porto-u-main-heading {
    width: auto;
  }
  .box-inner_content__acordion {
    padding: 40px 20px;
    background: #333;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  #content_acordion .porto-wrap-container.container .row {
    display: grid;
    /* Definimos las 5 columnas fijas por defecto */
    grid-template-columns: 100%;
    gap: 0;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    /*align-items: stretch;*/
    /*overflow: hidden;*/
    align-items: center;
  }
  .glp-stats__featured :first-child {
    grid-column: 1 / span 2;
  }
  .glp-stats__featured {
    grid-template-columns: 1fr 1fr;
  }
  .glp-stats__row2 {
    grid-template-columns: 1fr 1fr;
  }
  .glp-stat p {
    max-width: 100%;
  }
  .content-inversion_grip .vc_column_container {
    padding: 30px 15px;
    position: relative;
    transition: 0.3s ease all;
  }
  #header .mobile-toggle {
    color: #fff;
    background-color: var(--porto-primary-color) !important;
  }
  /*.vc_row.wpb_row.vc_inner.row.inner_content-parallax-all {
	height: 400px;
	padding:50px 0px 60px 0px !important;
}*/
  /*================================================================================================*/
  /**/
  .box-cuadricula_line.vc_column_container {
    border-right: solid 0px #ccc;
    border-bottom: solid 1px #ccc;
    transition: 0.4s ease all;
    position: relative;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  img.img-responsive.standard-logo.retina-logo {
    width: 120px;
  }
  #header.sticky-header .logo .sticky-logo {
    width: 110px;
  }
  .content-list_line p {
    margin-left: 0px;
  }
  .height_img img {
    height: 100%;
    object-fit: cover;
  }
  .titulo-page_format .porto-u-sub-heading {
    font-size: 35px;
  }
  .text-max-width_right p {
    max-width: 100%;
  }
  .content-inversion_grip {
    grid-template-columns: repeat(2, 1fr);
  }
  .btn_fondo-box, .btn_fondo-box_ligth {
    text-align: center !important;
  }
  /*==========================================================================*/
  /*P A R R A L L A X*/
  .content_vibe, .content_vibe_img {
    height: 100%;
    min-height: 400px;
  }
  /*======================================================================================*/
  /*List Line*/
  .content-list_line .porto-sicon-body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content-list_line .porto-sicon-header p {
    max-width: 100%;
  }
  .content-list_line .porto-sicon-header {
    display: flex;
    gap: 0;
    width: auto;
    padding-right: 0;
    color: #fff;
  }
  .content-list_line .porto-sicon-description {
    margin: 0 !important;
    text-align: center !important;
  }
  .porto-sicon-box.content-list_line {
    flex-direction: column;
  }
  .porto-sicon-box.content-list_line .porto-sicon-left {
    width: 100% ! IMPORTANT;
    text-align: center;
  }
  .porto-sicon-box.content-list_line .porto-just-icon-wrapper.porto-icon.none {
    margin: 0;
    padding-bottom: 15px;
  }
  .social-link-form {
    text-align: center;
  }
  .conten-link-footer-lineal ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .content_servicios-inversion_grip {
    display: flex;
    flex-wrap: wrap;
  }
  /* Los primeros 4 elementos ocupan el 50% cada uno (Filas de 2) */
  .content_servicios-inversion_grip > *:nth-child(-n+4) {
    grid-column: auto;
    /* Reseteamos el grid anterior */
    flex: 1 0 calc(50% - 1px);
    /* El '1px' es por tu gap */
  }
  /* El quinto y último elemento ocupa el 100% (Fila de 1) */
  .content_servicios-inversion_grip > *:nth-child(5) {
    grid-column: auto;
    /* Reseteamos el grid anterior */
    flex: 1 0 100%;
  }
  .content-productos_grip {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  .img_box-cuadricula_slideUp, .box-cuadricula_line.vc_column_container:hover .img_box-cuadricula_slideUp {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: -1;
    transform: scale(1);
    transform-origin: center;
    transition: 0.4s ease all;
  }
  .titulo-page_double .porto-u-main-heading h2 {
    max-width: 210px;
    line-height: 1.4em !important;
  }
  .stats-block.stats-top {
    width: 100%;
    max-width: 100%;
    display: inline-block !important;
    vertical-align: top;
  }
  .stats-text {
    max-width: 100%;
    margin: 0 auto;
  }
  .stats-top .porto-sicon-top, .stats-top .stats-desc {
    text-align: center;
  }
  .titulo-page_borderbg h2 {
    font-size: 10px;
    padding: 10px 12px;
  }
  .content-inversion_grip {
    grid-template-columns: 1fr;
  }
  .content-list_line_fondo .porto-sicon-header {
    min-width: 80px;
  }
  .content-verticals_fondo {
    min-height: 250px;
  }
  /*==========================================================================*/
  /*P A R R A L L A X*/
  .conten-link-footer-lineal ul li {
    column-count: 1;
    width: 100%;
    justify-content: center;
  }
  .conten-link-footer-lineal ul {
    display: flex;
    flex-direction: column;
  }
  .box-navegacion {
    text-align: center;
  }
  .titulo_content__acordion .porto-u-main-heading h2 {
    font-size: 20px;
    padding: 15px;
  }
  .titulo_content__acordion .porto-u-sub-heading {
    font-size: 14px;
    margin: 0;
    display: flex;
    align-items: center;
    padding-left: 15px;
  }
  .porto-u-heading.titulo_content__acordion {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    cursor: pointer;
    transition: 0.3s ease all;
  }
  .box-expertos .wpb_wrapper.vc_column-inner {
    padding: 25px 12px !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F386-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F386-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F386-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F386-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BACCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BADjSA%3BACsSA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAD9dA%3BAAAA%3BACueA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%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%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3mBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACioBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BADnqBA%3BAAAA%3BAC6qBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BADhtBA%3BAAAA%3BACytBA%3BAAAA%3BAAAA%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%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACw1BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADh2BA%3BAAAA%3BAC42BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADl6BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACu7BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAD3%2BBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACigCA%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%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BADtrCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACitCA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%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%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD14CA%3BACm5CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADn5CA%3BACm6CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADj7CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACm8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BADz8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC29CA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAD9%2BCA%3BACs%2FCA%3BAAAA%3BAAAA%3BADt%2FCA%3BAC2%2FCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BADxgDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC4hDA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADniDA%3BAC6iDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvnDF%3BAAIA%3BAEFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAFpHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEmIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFvIA%3BAASA%3BAGRA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAH9BA%3BAAAA%3BAGmCA%3BAAAA%3BAAAA%3BAAAA%3BAHnCA%3BAAAA%3BAG0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAHlGA%3BAGuGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHvGJ%3BAG6GI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAH%2FHA%3BAAcA%3BAIXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAJjDA%3BAAAA%3BAIwDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%22%7D */