/* xl - DESKTOP STYLES */
/*=======================================================================================*/
/**/
.tooltip-inner {
  display: none !important;
}
/*=======================================================================================*/
/**/
#header .logo {
  padding: 12px 0;
}
#header.sticky-header .logo {
  min-width: 0;
  padding: 0;
}
.header-main.header-has-center.header-has-center-sm {
  border-bottom: solid 1px #f4f4f4;
}
#header .header-main .header-center {
  padding: 0 !important;
}
#header .header-main .header-right {
  padding: 0 !important;
}
#header.sticky-header img.img-responsive.standard-logo.retina-logo {
  padding: 0px 0;
}
#header .header-left {
  border-right: none;
}
#header .header-right {
  border-left: none;
}
.btn-reservar a {
  background: #3ac52f;
  border-radius: 5px;
  color: #fff !important;
  border: solid 2px #3ac52f;
}
.btn-reservar a:hover {
  background: #fff;
  border-radius: 5px;
  color: #3ac52f !important;
  border: solid 2px #3ac52f;
}
li.btn-reservar.menu-item.menu-item-type-custom.menu-item-object-custom.narrow {
  display: flex;
  align-items: center;
  margin-left: 0px !important;
}
.header-builder .share-links a:not(:hover) {
  background-color: transparent;
  color: #fff;
}
/*=======================================================================================*/
/*E X P E R I E N C I A S*/
.content-all-experiencias-home {
  padding: 0 5px;
  position: relative;
  overflow: hidden;
}
.content-all-experiencias-home img {
  transition: 0.3s ease all;
  filter: brightness(0.4);
}
.content-all-experiencias-home:hover img {
  transition: 0.3s ease all;
  filter: brightness(1);
}
.wpb_raw_code.wpb_content_element.wpb_raw_html.box-btn_botones.home {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s ease all;
  opacity: 0;
  transform: translateY(100%);
  z-index: 100;
}
.content-all-experiencias-home:hover .wpb_raw_code.wpb_content_element.wpb_raw_html.box-btn_botones {
  transition: 0.6s ease all;
  transform: translateX(0%);
  opacity: 1;
}
.btn_botones a {
  background: var(--porto-primary-color);
  padding: 10px 25px;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: 0.3s ease all;
  position: relative;
  z-index: 100;
  font-size: 16px;
}
.btn_botones a:hover {
  background: var(--porto-dark-color);
  color: #fff;
  transition: 0.3s ease all;
}
.content-all-experiencias-home:hover .titulo-up-experiencia {
  margin: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  transition: 0.5s 0.2s cubic-bezier(0.62, -0.02, 0.36, 0.96) all;
  transform: translateY(0);
}
.titulo-up-experiencia {
  margin: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  transition: 0.5s 0.2s cubic-bezier(0.62, -0.02, 0.36, 0.96) all;
  transform: translateY(calc(50% - 40px));
}
.titulo-up-experiencia .porto-u-heading {
  background: #000;
  margin: 0;
  padding: 5px 0;
}
.titulo-up-experiencia h2 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
.titulo-up-experiencia .porto-u-sub-heading {
  font-size: 30px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1px;
}
.content-proyecto-all .porto-u-heading {
  padding: 0 15px;
}
.content-proyecto-all .porto-u-sub-heading {
  font-size: 14px;
  padding-top: 10px;
}
.content-proyecto-all h4 {
  font-size: 18px;
  line-height: 23px;
}
/*===========================================================================================*/
/**/
.btn-content-all button {
  background: no-repeat;
  border: none;
  font-weight: 700;
  padding: 10px 0;
}
.setSeeToggle {
  display: none;
  padding-top: 5px;
}
p.texto-leermas, .texto-leermas {
  margin-bottom: 0;
  text-align: justify;
}
.ico-arrow {
  padding-left: 5px;
}
.altura-content .owl-stage-outer.owl-height {
  height: fit-content !important;
}
.btn-content-all {
  text-align: left;
}
/*====================================================================================*/
/*N O S O T R O S*/
.porto-sicon-box.box-ms {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px #f4f4f4;
  padding: 15px;
  border-radius: 10px;
  transition: 0.4s ease all;
  position: relative;
}
.porto-sicon-box.box-ms:hover {
  transition: 0.4s ease all;
  transform: translateY(-10px);
}
.porto-sicon-box.box-ms.fondo {
  background: #f4f4f4;
  position: relative;
  margin-left: -30px;
  width: 100%;
}
.box-ms .porto-sicon-left {
  display: flex;
  align-items: center;
  justify-content: center;
  /*border-right: solid 2px var(--porto-primary-color);*/
  margin-right: 5px;
}
.box-ms.fondo .porto-sicon-left {
  /*border-right: solid 2px var(--porto-primary-color);*/
}
.box-ms .porto-sicon-description {
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.box-ms .porto-just-icon-wrapper.porto-icon.none {
  position: absolute;
  right: 0;
  top: 0px;
  margin: 0;
  padding: 5px;
  opacity: 0.1;
  font-size: 60px !important;
}
.box-titulo-page-all {
  position: relative;
}
.vc_row.wpb_row.top-row.content-titulo-page-all.porto-inner-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
}
.titulo-page-all h2 {
  font-size: 50px;
  line-height: 55px !important;
  position: relative;
  z-index: 10;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.01px;
}
.titulo-page-all .porto-u-sub-heading {
  font-size: 20px;
  line-height: 25px;
  position: relative;
  z-index: 10;
  color: #fff;
  letter-spacing: 0.01px;
}
.porto-u-heading.titulo-page-all {
  width: 100%;
  max-width: 600px;
  bottom: -60px;
  position: relative;
}
.content-titulo-page-all:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #333132 0, rgba(0, 0, 0, 0.7) 20%, transparent 70%, transparent 100%);
}
.content_all-nosotros {
  position: relative;
}
.content_all-nosotros_upl h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.content_all-nosotros_up h2 {
  background: #fdbe14;
}
.box-valores {
  border-top: solid 5px #fdbe14;
  /*box-shadow: 0 0 10px 5px rgba(0,0,0,.1);*/
  border-radius: 0 0 10px 10px;
  padding: 35px;
  /*height: 230px;*/
  transition: 0.3s ease all;
}
/*.box-valores:hover {
    border-top: solid 5px #e30b13;
    box-shadow: 0 0 10px 0px rgba(0,0,0,.1);
    border-radius: 0 0 10px 10px;
    transition: .3s ease all;
}*/
.box-history-text {
  position: relative;
  padding-left: 10px;
}
.box-history-text h2 {
  margin-bottom: 25px !important;
}
.box-history-text .porto-u-sub-heading:before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: 20px;
  left: 0;
  top: 45px;
  z-index: 10;
}
.box-history-text .porto-u-sub-heading:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47px;
  z-index: 10;
  background: #fff;
  border-radius: 50%;
}
.box-history-text .porto-u-sub-heading {
  padding-top: 40px;
}
.box-history-text .porto-u-main-heading:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47px;
  z-index: 10;
}
/**/
/**/
.color-1 .porto-u-sub-heading:before, .color-1 .porto-u-main-heading:after {
  background: #fdbe14;
}
.color-1 h2:after {
  border-left: 10px solid #fdbe14;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.color-2 .porto-u-sub-heading:before, .color-2 .porto-u-main-heading:after {
  background: var(--porto-primary-color);
}
.color-2 h2:after {
  border-left: 10px solid var(--porto-primary-color);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.color-3 .porto-u-sub-heading:before, .color-3 .porto-u-main-heading:after {
  background: #ecdd0e;
}
.color-3 h2:after {
  border-left: 10px solid #ecdd0e;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.color-4 .porto-u-sub-heading:before, .color-4 .porto-u-main-heading:after {
  background: #08831a;
}
.color-4 h2:after {
  border-left: 10px solid #08831a;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.color-5 .porto-u-sub-heading:before, .color-5 .porto-u-main-heading:after {
  background: #0614a8;
}
.color-5 h2:after {
  border-left: 10px solid #0614a8;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
/**/
/**/
.box-history-text h2:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0px;
  top: 45px;
  z-index: 100;
}
.box-history-text h2:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 45px;
  z-index: 100;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.logos-clientes img {
  transition: 0.4s ease all;
  transform: scale(1);
}
.logos-clientes:hover img {
  transition: 0.4s ease all;
  transform: scale(1.1);
}
.text-justify p {
  text-align: justify;
}
.reverse .row {
  flex-direction: row-reverse;
}
/*========================================================================================*/
/*B O X Y E A R*/
.box-year-float {
  position: absolute;
  top: 50%;
  background: var(--porto-primary-color);
  z-index: 100;
  padding: 20px 20px;
  right: -5px;
  border-radius: 0;
}
.box-year-float:before {
  content: "";
  position: absolute;
  bottom: -22px;
  right: 0px;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-left: 0px solid transparent;
  border-top: 22px solid #2f346b;
}
.imagen-years {
  margin: 0 auto;
}
.imagen-years img {
  height: 600px;
  object-fit: cover;
}
.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;
}
/*========================================================================*/
/*N O T I C I A S*/
.blog-home h4.entry-title {
  font-size: 18px !important;
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-home a.btn.btn-xs.btn-default.text-xs.text-uppercase.btn-readmore {
  color: #fff;
  font-size: 16px !important;
  font-weight: 600;
  background: #000;
  padding: 10px 25px;
  border-radius: 5px;
}
.blog-home a.btn.btn-xs.btn-default.text-xs.text-uppercase.btn-readmore:hover {
  color: #fff;
  font-size: 16px !important;
  font-weight: 600;
  background: var(--porto-primary-color);
  padding: 10px 25px;
  border-radius: 5px;
}
.post-meta {
  display: none;
}
.blog-home img.owl-lazy.img-responsive {
  height: 225px;
  object-fit: cover;
}
/*=======================================================================================*/
/*C A R R U S E L - F O T O*/
.owl-carousel.carousel-center-active-item-2 .owl-item {
  opacity: 0.5;
  /*padding: 10px;*/
  margin: 15px;
  border-radius: 5px;
  text-align: left;
  filter: grayscale(0.8);
  transform: scale(0.9);
  transition: all 0.3s ease-out;
}
.owl-carousel.carousel-center-active-item-2 .owl-item.center {
  opacity: 1;
  background: #ffffff;
  color: #fff;
  border-radius: 5px;
  transform: scale(1);
  filter: grayscale(0);
  transition: all 0.3s ease-out;
}
.owl-carousel.carousel-center-active-item-2 .owl-item.center img {
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
  padding: 10px;
}
.custom-dot-type-1 .owl-dots .owl-dot.active > span {
  background: var(--porto-primary-color) !important;
  width: 20px;
}
.custom-dot-type-1 .owl-dots .owl-dot > span {
  background: #333132 !important;
  transition: ease all 300ms;
}
.custom-dot-type-1 .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.img-reviw img.vc_single_image-img {
  border-radius: 50%;
  width: 100px;
  border: solid 3px #c19655;
  box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.11);
}
.custom-carousel-1 .wpb_single_image .wpb_wrapper, .custom-carousel-1 .owl-stage {
  display: flex;
  align-items: center;
  height: 100%;
}
/*=========================================================================================*/
/*b o x s e r v i c i o s*/
.bos-servicios {
  position: relative;
  overflow: hidden;
  border: solid 1px #f4f4f4;
  transition: 0.4s ease all;
  /*width: calc(25% - 2px);*/
  margin: 0 auto;
}
.text_bos-servicios h2 {
  color: #fff;
  font-size: 25px;
  line-height: 1.25em !important;
}
.inner_bos-servicios.vc_column_container {
  height: 500px;
  position: relative;
  padding: 50px 35px;
}
.img_bos-servicios {
  position: absolute;
  top: 0;
  left: 0px;
  height: 500px;
  transform: scale(1);
  transition: 0.4s ease all;
}
.bos-servicios:hover .img_bos-servicios {
  position: absolute;
  top: 0;
  left: 0px;
  height: 500px;
  transform: scale(1.1);
  transition: 0.4s ease all;
}
.text_bos-servicios .porto-u-sub-heading {
  position: absolute;
  bottom: 25px;
  transform: translateY(100px);
  transition: 0.4s ease all;
}
.bos-servicios:hover .text_bos-servicios .porto-u-sub-heading {
  position: absolute;
  bottom: 25px;
  transform: translateY(0px);
  transition: 0.4s ease all;
}
.img_bos-servicios:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
/*=========================================================================================*/
/**/
/*=========================================================================================*/
/**/
/*=========================================================================================*/
/**/
.text-justify p {
  text-align: justify;
}
.titulos-home .letter {
  -webkit-text-stroke-color: #1f2b5d40;
}
.content-slider-actividades .wpb_wrapper.vc_column-inner {
  border-radius: 10px;
  background: #3ac52f;
}
.content-slider-actividades h3.vc_custom_heading {
  color: #fff;
  margin: 0;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 500;
}
.content-slider-actividades img.vc_single_image-img.attachment-full {
  border-radius: 10px 10px 0 0;
}
/*.owl-carousel.big-nav .owl-nav [class*=owl-], .owl-carousel.big-nav .owl-nav [class*=owl-]:hover, .owl-carousel.full-width .owl-nav [class*=owl-], .owl-carousel.full-width .owl-nav [class*=owl-]:hover {
    height: auto;
    padding: 0;
    margin: 0;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    border: solid 2px #fff;
}*/
.owl-nav {
  position: absolute !important;
  top: calc(100% - 230px) !important;
  left: -3px;
}
.stats-text strong {
  font-weight: 700;
  font-size: 20px;
  display: block;
  padding-top: 5px;
  color: var(--porto-dark-color);
}
.stats-text {
  padding-top: 10px;
}
.stats-block .stats-text {
  font-size: 16px !important;
  position: relative;
  left: -60px;
  top: 15px;
  width: calc(100% + 60px);
}
.stats-block.stats-top.contadores-box {
  display: flex;
  width: 100%;
  /*max-width: 250px;*/
}
.stats-number {
  font-size: 35px !important;
}
.contadores-box .porto-icon i {
  line-height: inherit;
  background: var(--porto-primary-color);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  border-radius: 50%;
  box-shadow: 0 0 5px 0px #424889, 0 0 5px 25px rgba(66, 72, 137, 0);
  transition: 0.4s ease all;
  margin-top: 8px;
}
.contadores-box:hover .porto-icon i {
  line-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 5px 0px #424889, 0 0 0px 0px rgba(66, 72, 137, 0.2);
  transition: 0.4s ease all;
}
.contadores-box .stats-desc {
  text-align: left !important;
  /*margin-left: 10px;*/
}
.stats-top .porto-sicon-top {
  max-width: 60px !important;
  display: block;
  text-align: left !important;
}
/*=======================================================================================*/
/*MA P A*/
g#fondo path:hover {
  fill: #ccc;
}
/*=======================================================================================*/
/*P R O Y E C T O S - H O M E*/
.proyectos-home {
  position: relative;
  overflow: hidden;
  background: #181717;
}
.proyectos-home_imagen img {
  transition: 0.3s ease all;
  /*filter: brightness(0.4);*/
}
.titulo-up_proyectos {
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  transition: 0.5s 0.2s cubic-bezier(0.62, -0.02, 0.36, 0.96) all;
  z-index: 100;
  /*transform: translateY(calc(50% - 40px));*/
}
.titulo-up_proyectos h2 {
  font-weight: 600;
  font-size: 30px;
}
.porto-u-sub-heading {
  font-size: 20px;
  font-weight: 600;
}
.btn_proyectos-home {
  position: absolute;
  z-index: 100;
  top: calc(50% - 35px);
  width: calc(100% - 25%);
  right: 0;
  margin: 0;
  transition: 0.6s ease all;
  transform: translateX(100%);
}
a.btn-proyecto_btn {
  background: var(--porto-primary-color);
  display: block;
  padding: 25px 25px;
  color: #fff;
  border-radius: 3px 0 0 3px;
  font-weight: 600;
  font-size: 18px;
}
.proyectos-home:hover .btn_proyectos-home {
  position: absolute;
  z-index: 100;
  top: calc(50% - 35px);
  width: calc(100% - 25%);
  right: 0;
  margin: 0;
  transition: 0.6s ease all;
  transform: translateX(0%);
}
.proyectos-home_imagen .wpb_wrapper {
  position: relative;
}
.proyectos-home:hover .proyectos-home_imagen img {
  -webkit-transform: translate3d(70px, 70px, 0);
  transform: translate3d(70px, 70px, 0);
  transition: 0.5s cubic-bezier(0.51, 0.37, 0.15, 0.88);
}
.proyectos-home_imagen .wpb_wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #000000a6 50%, transparent 100%);
  z-index: 10;
}
/*=======================================================================================*/
/**/
/*=======================================================================================*/
/**/
/*=======================================================================================*/
/**/
.img-efecto img {
  border-radius: 10px;
  box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.content-slider-ubicacion img {
  border-radius: 10px;
}
/*=======================================================================================*/
/*P R O Y E C T O*/
.content-proyecto-all .wpb_wrapper.vc_column-inner, .content-proyecto-all.twopcion .wpb_wrapper.vc_column-inner {
  background: #f4f4f4;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.content-proyecto-all.twopcion img, .content-proyecto-all.twopcion:hover img {
  border-radius: 5px 5px 0 0;
  transition: 0.4s ease all;
  transform-origin: bottom;
  transform: scale(1);
}
.content-proyecto-all img {
  border-radius: 5px 5px 0 0;
  transition: 0.4s ease all;
  transform-origin: bottom;
}
.content-proyecto-all:hover img {
  border-radius: 5px 5px 0 0;
  transition: 0.4s ease all;
  transform: scale(1.1);
}
/*====================================================================================*/
/*C O N T A C T O*/
.contact-form-popup input {
  width: 100%;
  height: 50px;
}
.contact-form-popup textarea {
  resize: none;
  height: 120px;
  width: 100%;
}
.contact-form-popup .form-group {
  padding-bottom: 10px;
}
.vc_row.wpb_row.row.top-row.formulario-content {
  padding: 25px;
}
.contact-form-popup 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: 0px;
  width: 50px;
  height: 50px;
  background: #dddddd;
  text-align: center;
  line-height: 50px;
  color: var(--porto-primary-color);
}
/*======================================================================================*/
/*N E W S  L E T T E R*/
.content-fomr input {
  padding: 12px;
}
.content-fomr.col-12 {
  display: flex;
}
.content-fomr input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
  margin: 0px;
  width: 100%;
  border-radius: 3px 0 0 3px;
  font-size: 17px;
}
.content-fomr input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-fomr {
  background: var(--porto-primary-color);
  transition: 0.3s ease all;
  color: #fff;
  font-weight: 700;
  padding: 15px 25px;
  text-align: center;
  border: none;
  border-radius: 3px;
  width: 100%;
}
.content-fomr input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-fomr:hover {
  background: #fff;
  font-weight: 700;
  transition: 0.3s ease all;
  color: var(--porto-primary-color);
  padding: 15px 25px;
  text-align: center;
}
.form-group {
  margin-bottom: 0;
}
.form-group p {
  margin: 0;
}
/*=======================================================================================*/
/*C O N T A C T O*/
/*=======================================================================================*/
/*F O O T E R*/
h3.widget-title {
  font-size: 18px !important;
}
#footer .footer-bottom {
  padding: 0;
  font-size: 0.9em;
}
i.icon-footer {
  font-size: 15px;
  padding-right: 6px;
}
.social-contacto ul.list-unstyled {
  display: flex;
}
.social-contacto ul.list-unstyled li {
  padding-right: 20px;
}
.ico-social-new {
  font-size: 20px;
}
aside#media_image-2 {
  text-align: center;
}
#footer img {
  width: 100%;
  max-width: 150px !important;
}
#footer .footer-bottom .footer-center {
  padding: 20px 20px !important;
  text-align: center !important;
}
.widget > div > ul li, .widget > ul li {
  position: relative;
  margin: 0;
  padding: 0;
  transition: 0.3s;
}
.footer .widget > div > ul, .footer .widget > ul, .footer .widget > div > ul li, .footer .widget > ul li, .footer .post-item-small {
  border: none;
}
aside#custom_html-4 {
  padding-left: 100px;
}
/*==============================================================================*/
/*Q U E R Y*/
@media (max-width: 1400px) {
  .text_bos-servicios h2 {
    font-size: 20px;
  }
}
@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) {
  /*=========================================================================================*/
  /*b o x s e r v i c i o s*/
  .inner_bos-servicios.vc_column_container {
    padding: 35px 25px;
  }
  aside#custom_html-4 {
    padding-left: 70px;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  #header .header-main .header-left {
    padding: 0 !important;
  }
  .box-titulo-page-all img {
    height: 100%;
    min-height: 300px;
    object-fit: cover;
  }
  .box-history-text h2:after {
    right: 0px;
  }
  .titulos-home h2 {
    font-size: 38px;
    font-weight: 900;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
  }
  .titulos-home .porto-u-sub-heading {
    font-size: 30px;
    line-height: 35px;
    position: relative;
    z-index: 10;
    color: var(--porto-primary-color);
    font-weight: 900;
    letter-spacing: 0.01px;
  }
  img.img-responsive.standard-logo.retina-logo {
    padding: 0;
  }
  .header-col.header-left {
    padding: 0 !important;
  }
  .titulos-home {
    position: relative;
    padding-top: 0px;
  }
  .wpb_raw_code.wpb_content_element.wpb_raw_html.box-btn_botones.home, .content-all-experiencias-home:hover .wpb_raw_code.wpb_content_element.wpb_raw_html.box-btn_botones {
    transition: 0.6s ease all;
    transform: translateX(0%);
    opacity: 1;
  }
  .content-all-experiencias-home img, .content-all-experiencias-home:hover img {
    transition: 0.3s ease all;
    filter: brightness(1);
  }
  .titulo-up-experiencia, .content-all-experiencias-home:hover .titulo-up-experiencia {
    margin: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    transition: 0.5s 0.2s cubic-bezier(0.62, -0.02, 0.36, 0.96) all;
    transform: translateY(0);
  }
  .porto-sicon-box.box-ms.fondo {
    position: relative;
    margin-left: 0;
    width: 100%;
  }
  .imagen-years img {
    height: 100%;
    object-fit: cover;
  }
  /*=========================================================================================*/
  /*b o x s e r v i c i o s*/
  .img_bos-servicios, .inner_bos-servicios.vc_column_container {
    height: 400px;
  }
  .text_bos-servicios .porto-u-sub-heading, .bos-servicios:hover .text_bos-servicios .porto-u-sub-heading {
    transform: translateY(0px);
  }
  .stats-block.stats-top.contadores-box {
    display: flex;
    width: 100%;
    padding-bottom: 25px;
  }
  .stats-block .stats-text {
    font-size: 16px !important;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
  aside#custom_html-4 {
    padding-left: 0px;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  img.img-responsive.standard-logo.retina-logo {
    width: 65px;
  }
  .content-fomr.col-12 {
    display: flex;
    flex-direction: column;
  }
  .form-group {
    margin-bottom: 10px;
  }
  .media-half.vc_column_container {
    width: 50%;
  }
  .content-all-experiencias-home {
    margin-bottom: 15px;
  }
  .titulo-page-all h2 {
    font-size: 35px;
    line-height: 35px !important;
  }
  .imagen-years img {
    height: 100%;
    min-height: 350px;
    object-fit: cover;
  }
  .box-year-float {
    top: calc(50% - 50px);
  }
  /*=======================================================================================*/
  /*P R O Y E C T O S - H O M E*/
  .btn_proyectos-home, .proyectos-home:hover .btn_proyectos-home {
    position: absolute;
    z-index: 100;
    top: calc(50% - 35px);
    width: calc(100% - 25%);
    right: 0;
    margin: 0;
    transition: 0.6s ease all;
    transform: translateX(0%);
  }
  .proyectos-home_imagen img, .proyectos-home:hover .proyectos-home_imagen img {
    -webkit-transform: translate3d(30px, 35px, 0);
    transform: translate3d(30px, 35px, 0);
    transition: 0.5s cubic-bezier(0.51, 0.37, 0.15, 0.88);
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  .media-half.vc_column_container {
    width: 100%;
  }
  .box-valores {
    border-top: solid 5px var(--porto-primary-color);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
    padding: 35px;
    height: inherit;
    transition: 0.3s ease all;
  }
  .content-all-experiencias-home img {
    transition: 0.3s ease all;
    filter: brightness(0.4);
    height: 100%;
    min-height: 330px;
    object-fit: cover;
  }
  .content-newsletter h2 {
    font-size: 25px;
    line-height: 30px !important;
  }
  .box-titulo-page-all img {
    height: 100%;
    min-height: 200px;
    object-fit: cover;
  }
  .porto-u-heading.titulo-page-all {
    bottom: -40px;
  }
  .titulo-page-all .porto-u-sub-heading {
    font-size: 16px;
    line-height: 20px;
  }
  /*=========================================================================================*/
  /*b o x s e r v i c i o s*/
  .img_bos-servicios, .inner_bos-servicios.vc_column_container {
    height: 370px;
  }
  .stats-block.stats-top.contadores-box {
    display: flex;
    width: 100%;
    padding-bottom: 60px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
  }
  .stats-block.stats-top.contadores-box.last {
    padding-bottom: 45px;
    border-bottom: none;
    margin-bottom: 0;
    padding-top: 15px;
  }
}
/*# 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%2F2601-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F2601-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F2601-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F2601-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F2601-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BACCA%3BAAAA%3BAAAA%3BADDA%3BAAAA%3BACKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BADjDA%3BAAAA%3BACuDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADrKA%3BAAAA%3BAC6KA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADnMA%3BAAAA%3BACwMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7TA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC6UA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7WA%3BAAAA%3BACyXA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlaA%3BAAAA%3BAC0aA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAD5cA%3BAAAA%3BACidA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%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%3BADhhBA%3BAAAA%3BACshBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADjjBA%3BAAAA%3BACujBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FlBA%3BAAAA%3BACsmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3pBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC0qBA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAD7rBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC0sBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%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%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrwBA%3BAAAA%3BAC2wBA%3BAAAA%3BAAAA%3BAD3wBA%3BAAAA%3BACkxBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADv1BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC22BA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD%2F2BA%3BAAAA%3BACo3BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADv4BA%3BAAAA%3BAC64BA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD36BA%3BAAAA%3BACs7BA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADx9BA%3BAAAA%3BAAAA%3BAAAA%3BAC%2B9BA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD7gCA%3BAAAA%3BACkhCA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3hCF%3BAAIA%3BAAAA%3BAAAA%3BAEHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAFJA%3BAASA%3BAGTA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAHxEA%3BAAAA%3BAGiFA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAHlHA%3BAAcA%3BAIdA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAJhBA%3BAAAA%3BAIqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ9CA%3BAAmBA%3BAKnBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BALdA%3BAAAA%3BAKqBA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */