/* xl - DESKTOP STYLES */
/*========*/
/*H E A D E R*/
html {
  scroll-behavior: smooth !important;
}
header#header {
  border-bottom: solid 1px #f4f4f4;
}
#header .logo .standard-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header.sticky-header .header-main.change-logo .logo img {
  padding: 0;
}
#header .header-top .share-links > a {
  box-shadow: none;
  background: transparent;
  color: #262262;
  font-size: 15px;
}
#header .header-top .share-links > a:not(:hover) {
  color: #fff;
}
#header .top-links {
  white-space: nowrap;
  display: flex;
}
.icon-top {
  padding-right: 5px;
}
ul.top-links li {
  padding-right: 20px;
  margin-bottom: 0;
  font-size: 13px;
}
.img-floatante {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  margin: 0;
}
.img-floatante img {
  width: 400px;
}
.no-breadcrumbs .main-content {
  padding-top: 0;
}
.main-content {
  padding-bottom: 0;
}
/*=============================================================*/
/*H O M E*/
.titulo-general h1 {
  font-size: 50px;
  line-height: 55px !important;
}
.titulo-general .porto-u-sub-heading {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}
.titulo-general, .titulo-slider {
  position: relative;
}
/*.titulo-general strong {
    color: transparent;
    -moz-text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
    -moz-text-stroke-color: var(--porto-primary-color);
    -webkit-text-stroke-color: var(--porto-primary-color);
    position: relative;
    z-index: 10;
    font-weight: 900;
    font-size: 55px;
}*/
/*.titulo-general strong:after {
    content: '';
    position: absolute;
    width: 75%;
    height: 25px;
    right: -10px;
    bottom: 12px;
    background: rgba(0, 137, 128, 0.5);
    z-index: -10;
}*/
.titulo-general.white strong {
  color: transparent;
  -moz-text-stroke-width: 1px;
  -webkit-text-stroke-width: 1px;
  -moz-text-stroke-color: #fff;
  -webkit-text-stroke-color: #fff;
  position: relative;
  z-index: 10;
  font-weight: 900;
  font-size: 55px;
}
.titulo-slider strong {
  /*color: transparent;
    -moz-text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
    -moz-text-stroke-color: #fff;
    -webkit-text-stroke-color: #fff;*/
  position: relative;
  z-index: 10;
  font-size: 75px;
}
/*.titulo-slider strong:after {
    content: '';
    position: absolute;
    width: 65%;
    height: 40px;
    right: -10px;
    bottom: 10px;
    background: #008980;
    z-index: -10;
}*/
.img-svg-height img {
  width: 400px;
}
.inner-image-border .wpb_wrapper.vc_column-inner {
  padding: 10px !important;
  background: #f2f2f2;
  border-radius: 5px;
}
p.box-servicios-home_p {
  padding-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.4s ease all;
}
.content-msv strong {
  font-size: 18px;
  font-weight: 900;
}
.btn-plano a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2px;
  padding-right: 30px;
  transition: 0.4s ease all;
}
.box-servicios-home {
  padding-top: 20px;
}
.box-servicios-home i.porto-icon-long-arrow-alt {
  position: absolute;
  padding-left: 5px;
}
.box-servicios-home:hover i.porto-icon-long-arrow-alt {
  animation: arrow-move 0.3s infinite alternate;
}
@keyframes arrow-move {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(5px);
  }
}
.box-servicios-home h2 {
  font-size: 17px;
  height: 60px;
  transition: 0.4s ease all;
  text-align: center;
  letter-spacing: -0.2px;
}
.box-servicios-home strong {
  display: block;
}
.box-servicios-home {
  position: relative;
  transition: 0.4s ease all;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  padding: 45px 15px 20px 15px !important;
  /*overflow: hidden;*/
  z-index: 10;
}
.box-servicios-home:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0px;
  top: 0px;
  background: #00a651;
  transition: 0.4s ease all;
  border-radius: 0px;
  z-index: -1;
}
.box-servicios-home:hover:before {
  height: 100%;
  transition: 0.4s ease all;
  border-radius: 0 0 10px 10px;
}
.box-servicios-home:hover h2, .box-servicios-home:hover p.box-servicios-home_p, .box-servicios-home:hover .btn-plano a {
  color: #fff !important;
  transition: 0.4s ease all;
}
.box-servicios-home:hover {
  box-shadow: 5px 25px 30px 0px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease all;
}
.content-img-socios {
  width: 20%;
  padding: 3px;
}
.img-aliados img {
  border: solid 1px #ccc;
  border-radius: 2px;
  transition: 0.3s ease all;
  transform: scale(1);
}
.img-aliados img:hover {
  border: solid 1px #ccc;
  filter: grayscale(0);
  transition: 0.3s ease all;
  transform: scale(1.03);
}
.content-msv-page {
  border: solid 1px #1b1b1b;
  padding: 35px 20px;
  border-radius: 3px;
  transition: 0.4s ease all;
  background: #fff;
  transform: translateY(0px);
}
.content-msv-page:hover {
  border: solid 1px #68a23b;
  padding: 35px 20px;
  border-radius: 3px;
  transition: 0.4s ease all;
  background: rgba(85, 166, 167, 0.06);
  transform: translateY(-10px);
}
.box-descrip-do {
  background: rgba(0, 38, 198, 0.06);
  padding: 35px 20px;
  border-radius: 5px;
  transition: 0.3s ease all;
}
.content_box-descrip-do:hover .box-descrip-do {
  background: rgba(0, 38, 198, 0.06);
  padding: 35px 20px;
  border-radius: 5px;
  transition: 0.3s ease all;
  transform: translateY(-10px);
}
.content_box-descrip-do.vc_column_container {
  padding: 0 3px;
}
.box-descrip-do .porto-sicon-description {
  height: 100%;
  min-height: 170px;
}
.img-vector_form img {
  width: 400px;
}
.text-justify, .text-justify .porto-u-heading {
  text-align: justify !important;
}
/*=======================================================================*/
/*I M G - E N F O Q U E*/
a.vc_btn3.vc_btn3-shape-default.btn.btn-flat.btn-md.btn-primary {
  border-bottom: 0;
}
.content-img-enfoque, .content-img-enfoque_img {
  position: relative;
}
/*.porto-u-heading.content-img-enfoque_texto {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgb(0 166 81 / 70%);
    transition: 0.3s ease all;
    margin: 0;
    padding: 10px;
}*/
.porto-u-heading.content-img-enfoque_texto {
  position: absolute;
  left: -50px;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 166, 81, 0.7); */
  transition: 0.3s ease all;
  margin: 0;
  padding: 10px;
  transform: rotate(-90deg);
  z-index: 10;
}
.btn-enfoque a {
  background: #fff;
  padding: 8px 25px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
  transition: 0.3s ease all;
}
.btn-enfoque a:hover {
  color: #fff;
  background: #00a651;
  padding: 8px 25px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
  transition: 0.3s ease all;
}
.btn-enfoque {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transform: translateY(-100%);
  transition: 0.4s ease all;
  z-index: 100;
}
.content-img-enfoque:hover .btn-enfoque {
  transform: translateY(0%);
  top: 0;
  transition: 0.5s ease all;
}
.vc_row.wpb_row.vc_inner.row.content-img-enfoque_inner {
  overflow: hidden;
  border-radius: 10px;
}
.content-img-enfoque_img img {
  transform: scale(1);
  filter: blur(0px);
  transition: 0.4s ease all;
  position: relative;
}
.content-img-enfoque:hover .content-img-enfoque_img img {
  transform: scale(1.1);
  /*filter: blur(5px);*/
  transition: 0.4s ease all;
}
.content-img-enfoque_img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(to right, #000000b8 0, rgba(0, 0, 0, 0.5) 5%, transparent 25%, transparent 100%);
  transition: 0.4s ease all;
  z-index: 1;
}
/*=======================================================================*/
/*I M G - E F E C T O*/
.fondo-efecto-img {
  padding-top: 50px;
  padding-bottom: 50px;
}
.fondo-efecto-img .row.align-items-center:before {
  content: "";
  position: absolute;
  width: calc(100% - 50px);
  height: 100%;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 174, 239, 0.06);
  transition: 0.4s ease all;
  border-radius: 10px;
  /* box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2); */
}
.img-efecto, .fondo-efecto-img .row.align-items-center {
  position: relative;
}
.content-img-efecto.subir {
  position: relative;
  top: -50px;
}
.img-efecto img {
  transition: 0.4s ease all;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
/*.img-efecto img {
    position: relative;
    z-index: 100;
    border-top: solid 20px #fff;
}
.img-efecto.right:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: -30px;
    top: -40px;
    border: solid 8px #008980;
    transition: 0.4s ease all;
}
.img-efecto.left:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: -30px;
    top: -40px;
    border: solid 8px #008980;
    transition: 0.4s ease all;
}

.content-img-efecto {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 25px;
    max-width: 660px;
    margin: 0 auto;
}

.content-img-efecto.left {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 25px;
    max-width: 660px;
    margin: 0 auto;
}
*/
.vc_row.wpb_row.vc_inner.row.content-img-efect_carrusel {
  padding: 50px 35px 0px 35px;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
  margin: 5px 4px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s;
  border-radius: 30px;
}
.img-nosotros_page {
  position: relative;
}
.img-nosotros_page-inner {
  padding: 250px 0 70px 0;
  position: relative;
  z-index: 10;
}
.img-nosotros_page:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}
.porto-sicon-box.box-valores {
  position: relative;
  padding: 25px 10px 25px !important;
  margin-bottom: 15px;
  z-index: 10;
  transition: 0.4s ease all;
  background: var(--porto-primary-color);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-valores h3.porto-sicon-title {
  font-size: 15px;
}
.box-valores .porto-just-icon-wrapper.porto-icon.none {
  margin-right: 5px;
}
.valores-box_uno img {
  border-radius: 10px;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
}
/*======================================================================================*/
/**/
.content-box-logo-juntad.up .row.align-items-center {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 120px;
}
#alianzasBox .row.align-items-center {
  max-width: 900px;
  margin: 0 auto;
}
#alianzasBox .logo-juntad-left {
  max-width: 130px;
  padding: 12px;
}
.box-logo-juntad-left.up.vc_column_container {
  margin-top: -230px;
}
.logo-juntad {
  background: #f4f4f4;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  padding: 35px;
  margin: 0px auto 25px;
  display: flex;
  align-items: center;
}
.logo-juntad-left {
  max-width: 180px;
  margin: 0px auto 25px;
  border: solid 1px #dcdcdc;
  border-radius: 50%;
  padding: 25px;
  transition: 0.3s ease all;
}
.logo-juntad-left:hover {
  transition: 0.3s ease all;
  background: #f4f4f4;
}
/*======================================================================================*/
/*B L O G*/
.category.blog-1 .fixed-header #header, .post-template-default.single .fixed-header #header {
  position: relative !important;
  left: 0;
  right: 0;
  width: 100%;
  top: auto;
  z-index: 1001;
  border-top-width: 0;
}
.category.blog-1 .no-breadcrumbs, .single-post .no-breadcrumbs {
  padding-top: 50px;
}
p.post-excerpt {
  text-align: justify;
}
/*================================================================================================*/
/*B O L E T I N E S*/
.boletines-content .wpb_wrapper.vc_column-inner {
  border: solid 1px var(--porto-primary-color);
  padding: 10px !important;
  /* background: linear-gradient(to right, #0080bb 0%, #004a7c 100%); */
  background: #f4f4f4;
  overflow: hidden;
  margin-bottom: 10px;
}
.boletines-content img {
  transform: scale(1);
  transition: 0.4s ease all;
}
.boletines-content:hover img {
  transform: scale(1.09);
  transition: 0.4s ease all;
}
/*======================================================================================*/
/**/
.list-columnas-box ul {
  column-count: 3;
}
.list-columnas-box ul li {
  padding-bottom: 3px;
}
i.fas.fa-chevron-right {
  color: var(--porto-primary-color);
  padding-right: 7px;
}
.content-img-personal .vc_column_container {
  padding-bottom: 25px;
  margin: 0 auto;
}
.vc_text_separator {
  text-align: center;
}
/*=======================================================================*/
/*H I S T O R I A*/
.content-historia {
  position: relative;
  padding-left: 40px;
  margin-bottom: 35px;
}
.content-historia:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  left: 2px;
  top: 0px;
  z-index: 10;
  transition: 0.4s ease all;
  transform: rotateY(0deg);
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #777;
}
.content-historia.bullet-1:before {
  background: #008980;
}
.content-historia.bullet-2:before {
  background: #7cd071;
}
.content-historia.bullet-3:before {
  background: #319444;
}
.content-historia.bullet-4:before {
  background: #298381;
}
.content-historia:hover:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  left: 2px;
  top: 0px;
  z-index: 10;
  transition: 0.4s ease all;
  box-shadow: 0 0 0 0px #fff, 0 0 20px 10px #fff;
  /*transform: rotateY(360deg);*/
}
.content-historia:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 14px;
  top: 25px;
  border: dashed 1px #777;
}
/*.content-historia:not(:last-child) strong {
    position: absolute;
    left: -4px;
    top: -10px;
    background: #fff;
    font-size: 15px;
    color: #255832;
}*/
.content-historia strong {
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  left: 10px;
  z-index: 10;
}
.content-historia .porto-u-sub-heading {
  padding-top: 10px;
}
a.btn-hero.reverse {
  background: #fff;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  transition: 0.3s ease all;
}
a.btn-hero.reverse:hover {
  background: #008980;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  color: #fff;
  transition: 0.3s ease all;
}
.content-btn {
  text-align: center;
}
.btn-call-action.vc_column_container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-lined-degress img {
  width: 700px;
}
.content-lined-degress {
  position: absolute;
  bottom: -300px;
  left: -280px;
}
.btn-plano_white {
  text-align: center;
  padding-top: 20px;
}
.btn-plano_white a {
  background: #fff;
  padding: 8px 25px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
  transition: 0.3s ease all;
}
.btn-plano_white a:hover {
  color: #fff;
  background: #00a651;
  padding: 8px 25px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
  transition: 0.3s ease all;
}
.fondo-counter {
  padding: 40px 0 !important;
}
.fondo-counter.vc_column_container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fondo-counter.vc_column_container {
  background-image: linear-gradient(rgba(0, 166, 81, 0.8), rgba(0, 166, 81, 0.6)), url(https://develop1.webstudiopanama.com/CIAPCP-AIP/wp-content/uploads/2025/03/Capacitacion.jpg.jpg);
}
.fondo-counter.dos.vc_column_container {
  background-image: linear-gradient(rgba(38, 34, 98, 0.7), rgba(38, 34, 98, 0.6)), url(https://develop1.webstudiopanama.com/CIAPCP-AIP/wp-content/uploads/2025/03/area-de-enfoque-2.jpg);
}
.fondo-counter.tres.vc_column_container {
  background-image: linear-gradient(rgba(0, 175, 239, 0.8), rgba(0, 175, 239, 0.7)), url(https://develop1.webstudiopanama.com/CIAPCP-AIP/wp-content/uploads/2025/03/Transferencias.jpeg.jpg);
}
.text-services.vc_column_container {
  padding: 50px !important;
  max-width: 750px;
  height: 350px;
  display: flex;
  align-items: center;
}
.vc_row.wpb_row.row.top-row.reverse, .reverse .row.align-items-center {
  flex-direction: row-reverse;
}
.img-page-services {
  position: relative;
  height: 100%;
  min-height: 350px;
  position: relative;
  z-index: 10;
}
.img-page-services:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: #008980;
  mix-blend-mode: hard-light;
}
/*======================================================================================*/
/**/
.porto-tooltip-wrap.empty-tooltip .tooltip-inner {
  display: none;
}
.box-contacto .porto-sicon-description {
  margin-top: 0;
}
.box-contacto .porto-sicon-description a {
  color: #1b1b1b;
}
.content-certificaciones img {
  max-width: 200px;
}
.btn-goback i.porto-icon-long-arrow-alt {
  transform: rotate(180deg);
  display: inline-block;
  padding-left: 5px;
}
.btn-goback a {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  background: #00a651;
  padding: 10px 25px;
  border-radius: 5px;
}
/*======================================================================================*/
/*B L O G - H O M E*/
a.btn.btn-xs.btn-default.text-xs.text-uppercase.btn-readmore {
  font-size: 15px !important;
  background: #00a651;
  padding: 8px 25px;
  color: #fff;
  border: none;
}
/*======================================================================================*/
/*V E N T A J A S*/
.container-ventajas {
  position: relative;
}
.container-ventajas_box {
  border-bottom: solid 3px #7cd071;
  margin-bottom: 10px;
}
.porto-u-heading.container-ventajas {
  margin-bottom: 5px;
}
.container-ventajas .porto-u-main-heading {
  position: absolute;
  right: 0;
  top: 0;
}
.container-ventajas h2 {
  color: #fff;
  font-size: 35px;
  position: relative;
  z-index: 10;
  padding: 3px 10px !important;
  width: 60px;
  text-align: center;
  font-weight: 100;
}
.container-ventajas h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  background: #008980;
  transition: 0.3s ease all;
}
.container-ventajas .porto-u-sub-heading {
  max-width: calc(100% - 80px);
  margin: 0;
}
.container-ventajas_right {
  position: relative;
  min-height: 470px;
}
.btn-plano-ventajas a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2px;
  padding-right: 30px;
}
.btn-plano-ventajas i {
  padding-left: 5px;
}
.btn-plano-ventajas i.porto-icon-long-arrow-alt {
  position: absolute;
  padding-left: 5px;
}
.container-ventajas_box:hover i.porto-icon-long-arrow-alt {
  animation: arrow-move 0.3s infinite alternate;
}
@keyframes arrow-move {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(5px);
  }
}
.container-ventajas_img {
  display: none;
}
.container-ventajas_img:first-child {
  display: block;
}
.container-ventajas_img img {
  min-height: 600px;
  object-fit: cover;
}
/*======================================================================================*/
/* A C T I V E*/
.container-ventajas_box.active .container-ventajas h2:after {
  width: 200%;
  transition: 0.3s ease all;
}
.btn-plano-ventajas a {
  transform: scale(0);
  opacity: 0;
  transition: 0.3s ease all;
}
.container-ventajas_box.active .btn-plano-ventajas a {
  transform: scale(1);
  opacity: 1;
  transition: 0.3s ease all;
}
/*======================================================================================*/
/*N E W S  L E T T E R*/
.contact-form-newsletter input {
  padding: 15px;
}
.content-fomr.col-lg-12 {
  display: flex;
  flex-direction: row;
  /*flex-wrap: wrap;*/
}
.contact-form-newsletter input::placeholder {
  color: #fff;
}
.contact-form-newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
  margin: 0px;
  width: 100%;
  border-radius: 3px 0 0 3px;
  padding: 25px;
  font-size: 16px;
  color: #fff;
}
.contact-form-newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-fomr {
  background: #ffffff;
  font-weight: 500;
  transition: 0.3s ease all;
  color: #008980;
  padding: 15px 25px;
  text-align: center;
  border: none;
  border-radius: 3px;
  width: 100%;
}
.contact-form-newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-fomr:hover {
  background: #333;
  font-weight: 500;
  transition: 0.3s ease all;
  color: #fff;
  padding: 15px 25px;
  text-align: center;
}
textarea#contact-message {
  resize: none;
  height: 120px;
  border-radius: 5px;
}
/*==========================================================================*/
/*F O O T E R*/
#footer .logo-footer img {
  width: 250px;
}
.certificaciones-footer img {
  width: 170px;
}
i.icon-footer {
  padding-right: 5px;
}
/*==============================================================================*/
/*Q U E R Y*/
@media (max-width: 1600px) {
  .content-lined-degress img {
    width: 600px;
  }
}
@media (max-width: 1259px) {
  .box-descrip-do .porto-sicon-description {
    height: 100%;
    min-height: 100px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1370px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  .box-servicios-home h2 {
    font-size: 20px;
    height: 95px;
    transition: 0.4s ease all;
    text-align: center;
    letter-spacing: 0px;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  .img-floatante img {
    width: 300px;
  }
  .box-descrip-do .porto-sicon-description {
    height: 100%;
    min-height: 130px;
  }
  .btn-call-action.vc_column_container {
    padding: 25px 0 10px 0;
  }
  .call-to-ation_content .porto-u-heading {
    text-align: center !important;
  }
  #header .header-main .header-left, .fixed-header #header .header-main .header-left, .fixed-header #header .header-main .header-center, #header .header-main .header-center {
    padding: 0 !important;
  }
  #header .header-main .header-center {
    padding: 0;
  }
  .text-services.vc_column_container {
    padding: 50px !important;
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .container-ventajas_img {
    padding-top: 50px;
  }
  .container-ventajas_img img {
    min-height: inherit;
    object-fit: cover;
  }
  .fondo-efecto-img .row.align-items-center:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 174, 239, 0.06);
    transition: 0.4s ease all;
    border-radius: 10px;
    /* box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2); */
  }
  .content-img-efecto.subir {
    position: relative;
    top: 0px;
    padding: 50px 20px !important;
  }
  .fondo-efecto-img {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .float-texto-home {
    padding: 0 20px;
  }
  .box-servicios-home h2 {
    font-size: 20px;
    padding-bottom: 15px !important;
    height: inherit;
    transition: 0.4s ease all;
    text-align: center;
    letter-spacing: 0px;
  }
  .img-nosotros_page-inner {
    padding: 150px 0 70px 0;
    position: relative;
    z-index: 10;
  }
  .content-box-logo-juntad.up .row.align-items-center {
    padding-top: 0px;
  }
  .box-logo-juntad-left.up.vc_column_container {
    margin-top: 0px;
  }
  .list-columnas-box ul {
    column-count: 2;
  }
  .content-img-personal .vc_column_container {
    width: 33.3%;
  }
  .boletines-content {
    width: 33.3%;
    margin: 15px 0 auto;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  .box-descrip-do .porto-sicon-description {
    height: 100%;
    min-height: 100%;
  }
  .box-descrip-do {
    padding: 35px 20px 45px 20px;
  }
  .contact-form-newsletter .col-lg-12 {
    flex-wrap: wrap;
    width: 100%;
  }
  .contact-form-newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-fomr {
    width: 100%;
  }
  .box-servicios-home h3.porto-sicon-title {
    font-size: 23px;
    line-height: 30px;
  }
  .porto-sicon-box.box-valores {
    min-height: inherit;
  }
  .img-floatante img {
    width: 250px;
  }
  .porto-u-heading.content-img-enfoque_texto {
    position: absolute;
    left: -30px;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 166, 81, 0.7); */
    transition: 0.3s ease all;
    margin: 0;
    padding: 10px;
    transform: rotate(-90deg);
    z-index: 10;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  .titulo_botom-slider h2 {
    font-size: 20px;
  }
  .titulo-general h1 {
    font-size: 35px;
    line-height: 40px !important;
  }
  .content-img-socios {
    width: 25%;
  }
  .text-services.vc_column_container {
    padding: 45px 15px !important;
  }
  .img-page-services {
    min-height: 250px;
  }
  .titulo-slider strong {
    color: transparent;
    -moz-text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
    -moz-text-stroke-color: #fff;
    -webkit-text-stroke-color: #fff;
    position: relative;
    z-index: 10;
    text-shadow: none;
    font-size: 50px;
  }
  .titulo-slider strong:after {
    content: "";
    position: absolute;
    width: 65%;
    height: 25px;
    right: -10px;
    bottom: 10px;
    background: #008980;
    z-index: -10;
  }
  .titulo-general strong, .titulo-general.white strong {
    font-size: 40px;
  }
  .titulo-general strong:after {
    content: "";
    position: absolute;
    width: 75%;
    height: 20px;
    right: -10px;
    bottom: 10px;
    /*background: rgba(0, 137, 128, 0.5);*/
    z-index: -10;
  }
  .img-floatante img {
    width: 200px;
  }
  .content-img-enfoque_texto h2 {
    font-size: 18px;
  }
  .list-columnas-box ul {
    column-count: 1;
  }
  .content-img-personal .vc_column_container {
    width: 50%;
  }
  .boletines-content {
    width: 50%;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F2358-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F2358-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F2358-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F2358-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F2358-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BACCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADzDA%3BAAAA%3BAC8DA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BADxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACiGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADpTA%3BAAAA%3BACyTA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD7TA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC2UA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FYA%3BAAAA%3BACkaA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7bA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BeA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%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%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtiBA%3BAAAA%3BACkjBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BADrlBA%3BAAAA%3BAC6lBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD3mBA%3BAAAA%3BAC%2BmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAD5nBA%3BAAAA%3BACkoBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADjpBA%3BAAAA%3BACqpBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACqtBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADx0BA%3BAAAA%3BACq1BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD12BA%3BAAAA%3BACo3BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADp3BA%3BAAAA%3BAC43BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAD38BA%3BAAAA%3BACi9BA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD79BA%3BAAAA%3BACo%2BBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7gCA%3BAAAA%3BACqhCA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAD5hCA%3BAAAA%3BACiiCA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9iCJ%3BAAIA%3BAEHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFDA%3BAASA%3BAGTA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHvGA%3BAAcA%3BAIdA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ3BA%3BAAmBA%3BAKnBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%22%7D */