@charset "UTF-8";
/* xl - DESKTOP STYLES */
/*============================================================*/
/*H E A D E R*/
html {
  scroll-behavior: smooth !important;
}
#header .logo .standard-logo {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0px;
  padding-right: 0px;
}
[data-bs-original-title]:hover .porto-tooltip-wrap.show {
  z-index: 1000;
  display: none;
}
#header .header-main .container {
  min-height: 60px;
}
.main-content {
  padding-bottom: 0;
}
/*#header.sticky-header .main-menu > li.btn-menu.menu-item,*/
#header > li.btn-menu.menu-item > a:hover {
  /*border-radius: 5px;*/
  color: #fff !important;
  background: var(--porto-secondary-color) !important;
}
#header .main-menu > li.btn-menu.menu-item.active:hover > a, #header .main-menu > li.btn-menu.menu-item:hover > a {
  background-color: var(--porto-secondary-color);
  border-radius: 25px;
  color: #ffffff !important;
}
li.btn-menu.menu-item.menu-item-type-post_type.menu-item-object-page.narrow > a {
  color: #fff !important;
  border-radius: 25px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
li.btn-menu {
  background: var(--porto-primary-color);
  border-radius: 25px;
  margin-left: 35px !important;
  /*padding-left: 15px;
    padding-right: 15px;*/
  transition: 0.3s ease all;
  color: #fff !important;
}
li.btn-menu:hover, li.btn-menu > a li.btn-menu.active > a {
  color: #fff !important;
  background: var(--porto-primary-color) !important;
  transition: 0.3s ease all;
  border-radius: 25px;
}
/*============================================================*/
/**/
#header .main-menu > li.menu-item > a {
  letter-spacing: 0px !important;
}
/*.home #header {
    position: inherit !important;
    background: #f7f7ff;
}

#header.sticky-header .header-main, .fixed-header
#header.sticky-header .header-main {
    background: #f7f7ff !important;
}
header.header-builder.header-builder-p.header-loaded.sticky-header {
    background: #f7f7ff !important;
}
*/
#header.header-loaded .header-main {
  overflow: visible;
  border-bottom: solid 1px #f4f4f4;
}
.header-wrapper {
  position: relative;
  z-index: 10000;
}
.header-builder-p .vc_column-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end !important;
}
.content-right_menu .wpb_wrapper.vc_column-inner {
  justify-content: flex-end !important;
}
.content-left_menu .wpb_wrapper.vc_column-inner {
  justify-content: flex-start !important;
}
.max-width-social-top.vc_column_container {
  width: 100%;
  max-width: 15%;
}
.max-width-mt-top.vc_column_container {
  width: 100%;
  max-width: 85%;
}
.sticky-header .content-top-menu .row.align-items-center {
  border-bottom: solid 0px var(--porto-primary-color);
}
img.img-responsive.standard-logo.retina-logo {
  width: 100%;
  min-width: 150px;
}
.no-breadcrumbs .main-content {
  padding-top: 0;
}
/*.line-menu.secondary-menu > li:not(:last-child) {
    border-right: 1px solid #ccc;
}*/
#header .line-menu.secondary-menu > li > a {
  position: relative;
  color: #fff !important;
  padding: 10px 17px;
  margin: 3px;
}
/*#header .line-menu.secondary-menu > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0px;
    transform: skew(-15deg);
    background: #b51e3a;
    transition: 0.3s ease all;
    z-index: -1;
    border-radius: 5px;
    transition: .3s ease all;
}
#header .line-menu.secondary-menu > li > a:hover:before {
    background: #e51038;
    transition: .3s ease all;
}*/
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
/*==============================================================================*/
/*H E R O  H O M E*/
.box-form-home {
  padding: 25px !important;
  background: #777;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
/*.contact-form.slider input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  background-color: transparent !important;
  transition: background-color 9999s ease-in-out 0s !important;
}*/
/*.contact-form.slider input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    padding: 12px;	
	background:transparent;
	color:#fff;
}*/
.form-control:focus, select:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-secondary.btn-modern {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 5px;
}
.contact-form.home textarea {
  border-radius: 5px;
  resize: none;
  height: 150px;
  width: 100%;
}
.contact-form.slider input::placeholder, .contact-form.slider textarea::placeholder {
  /*color: #fff !important;*/
  opacity: 1;
}
span.btn_fake {
  background: var(--porto-primary-color);
  padding: 12px 25px;
  margin-top: 12px;
  display: inline-block;
}
a.btn-slider {
  background: linear-gradient(135deg, #3a7859 0%, #539373 50%, #4db3aa 100%) !important;
  transition: 0.3s ease all;
}
a.btn-slider:hover {
  opacity: 0.8;
  transition: 0.3s ease all;
}
a.btn-hero {
  color: var(--porto-primary-color);
  padding: 12px 25px;
  background: #ffffff;
  font-weight: 500;
  border: solid 2px var(--porto-primary-color);
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  transition: 0.3s ease all;
  font-family: "Roboto";
}
a.btn-hero:hover {
  color: #fff;
  background: var(--porto-primary-color);
  transition: 0.3s ease all;
}
a.btn-hero.left_light {
  color: #fff;
  border: solid 2px #fff;
  background: transparent;
  position: relative;
  transition: 0.3s ease all;
}
a.btn-hero.left_light:hover {
  color: var(--porto-primary-color);
  background: #fff;
  transition: 0.3s ease all;
}
.btn-line-formato.right {
  /*text-align: right;*/
  position: relative;
}
.btn-line-formato.right:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0px;
  top: 11px;
  background: var(--porto-primary-color);
  transition: 0.3s ease all;
  z-index: 1;
}
.btnSkew.left_light:after {
  content: "";
  position: absolute;
  width: calc(100% - 180px);
  height: 2px;
  left: 0;
  bottom: 36px;
  background: #fff;
  transition: 0.3s ease all;
  z-index: 1;
}
.btnSkew.left_light {
  text-align: right;
  padding: 25px 0;
}
.btnSkew.right_light:after {
  content: "";
  position: absolute;
  width: calc(100% - 180px);
  height: 2px;
  right: 0;
  bottom: 46px;
  background: #fff;
  transition: 0.3s ease all;
  z-index: 1;
}
.btnSkew.right_light {
  padding: 25px 0;
}
a.btn-hero.right_light {
  color: #fff;
  border: solid 2px #fff;
  background: transparent;
  position: relative;
  transition: 0.3s ease all;
  width: 168px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.btn-hero.right_light:hover {
  color: var(--porto-primary-color);
  background: #fff;
  transition: 0.3s ease all;
}
.content-btn-hero {
  padding-top: 10px;
  transition: 0.3s ease all;
  display: inline-block;
}
/*=============================*/
/**/
.section-float-home {
  margin-top: -120px;
  position: relative;
  z-index: 10;
}
.box_section-float-home {
  background: #fff;
  padding: 25px;
  box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
/*================================================================================================*/
/*H E A D E R A L L P A G E*/
.titulo-all-page h1 {
  /*color: var(--porto-primary-color);*/
  color: #fff;
  font-size: 50px;
  line-height: 1.15em !important;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}
.banner-all-page {
  min-height: 350px;
  position: relative;
}
.banner-all-page:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #ffffff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 100;
}
.maxw-content_header-page {
  width: 100%;
}
.maxw-content_header-page .porto-u-heading.titulo-all-page.text-lg-left {
  max-width: 1340px;
  margin: 0 auto;
  padding-left: 25px;
}
/*================================================================================================*/
/*C O N T E N I D O - M A P A S*/
.box-des-comercio .porto-sicon-description {
  margin-top: 7px !important;
}
.btn_irMapa a {
  color: #fff !important;
  border-radius: 5px;
}
.box-des-comercio {
  padding-bottom: 7px;
}
.share-links.comerciosredes a {
  color: #000 !important;
  background: transparent;
  border: solid 1px #ddd;
  border-radius: 50px;
  font-size: 15px;
  margin: 0 5px 0 0;
}
.share-links.comerciosredes a:hover {
  color: #fff !important;
  background: var(--porto-primary-color);
  border: solid 1px #f5f5f5;
}
/*================================================================================================*/
/**/
.content-ms-page.vc_column_container {
  padding: 25px 35px !important;
}
.content_box-ms-page {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
  border: solid 1px rgba(255, 255, 255, 0.01);
  padding: 10px !important;
  border-radius: 10px;
}
.bg-rgradiente {
  background: radial-gradient(circle, #222 1%, #333 50%, #222 100%);
}
/*========================================================================*/
/*A C O R D I O N S E R V I C I O S*/
#acordion-home .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body, #acordion-home .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #42bac3;
}
#acordion-home-2 .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body, #acordion-home-2 .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #60378c;
}
#acordion-home-3 .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body, #acordion-home-3 .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #e63547;
}
#acordion-home-4 .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body, #acordion-home-4 .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #a8c711;
}
#acordion-home .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a, #acordion-home-2 .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a, #acordion-home-3 .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a, #acordion-home-4 .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #fff;
}
#acordion-home .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a, #acordion-home-2 .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a, #acordion-home-3 .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a, #acordion-home-4 .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
  color: #fff;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::after, .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::before {
  border-color: #fff !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #fff !important;
}
#acordion-home .vc_tta.vc_general .vc_tta-panel-title > a {
  background: #42bac3;
  border-radius: 5px;
}
#acordion-home-2 .vc_tta.vc_general .vc_tta-panel-title > a {
  background: #60378c;
  border-radius: 5px;
}
#acordion-home-3 .vc_tta.vc_general .vc_tta-panel-title > a {
  background: #e63547;
  border-radius: 5px;
}
#acordion-home-4 .vc_tta.vc_general .vc_tta-panel-title > a {
  background: #a8c711;
  border-radius: 5px;
}
a.btn-inner-float {
  color: #fff;
  background: var(--porto-primary-color);
  font-size: 16px;
  font-weight: 400;
  padding: 10px 25px;
  border: solid 2px var(--porto-primary-color);
  border-radius: 25px;
  position: relative;
  transition: 0.3s ease all;
  text-transform: uppercase;
}
a.btn-inner-float:hover {
  background: var(--porto-secondary-color);
  color: #fff;
  border: solid 2px var(--porto-secondary-color);
  transition: 0.3s ease all;
}
/*================================================================================================*/
/**/
.content-btn-play {
  display: flex;
  align-items: center;
}
.img-video-play img {
  background: var(--porto-secondary-color);
  border-radius: 50%;
  padding: 10px;
  transition: 0.3s ease all;
  animation: pulse 1s infinite;
  width: 44px;
  height: 44px;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
/*================================================================================================*/
/*b t n s k e w*/
a.btn-btnSkew {
  color: #fff;
  padding: 12px 25px;
  transition: 0.3s ease;
  position: relative;
  z-index: 10;
  font-size: 15px;
  letter-spacing: 0.8px;
  transition: 0.3s ease all;
  overflow: hidden;
}
a.btn-btnSkew:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0px;
  transform: skew(-15deg);
  background: var(--porto-quaternary-color);
  /*background: linear-gradient(to right, #5ab8e5 0%, #004a7c 100%);*/
  transition: 0.3s ease all;
  z-index: -1;
  border-radius: 3px;
}
a.btn-btnSkew:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0%;
  top: 0px;
  transform: skew(-15deg);
  background: #e51038;
  /*background: linear-gradient(to left, #5ab8e5 0%, #004a7c 100%);*/
  transition: 0.3s ease all;
  z-index: -1;
  border-radius: 3px;
}
a.btn-btnSkew:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0px;
  transform: skew(-15deg);
  background: #e51038;
  /*background: linear-gradient(to left, #5ab8e5 0%, #004a7c 100%);*/
  transition: 0.3s ease all;
  z-index: -1;
  border-radius: 3px;
}
/*===========================================================================================================*/
/*P A G E - T O P B A N N E R*/
.content_ico-wester-page.vc_column_container {
  padding: 40px 0px 50px 35px;
}
.content_img-wester-page {
  position: relative;
}
.content_img-wester-page:after {
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  background: var(--porto-primary-color);
  background-size: cover;
  position: absolute;
  top: 0px;
  left: -1px;
  z-index: 10;
  clip-path: polygon(0 0, 81% 0, 0% 105%, 0% 100%);
}
.content_img-wester-page img {
  height: 100%;
  min-height: 550px;
  object-fit: cover;
}
.content_img-wester-page:before {
  content: "";
  position: absolute;
  width: 24px;
  top: 0px;
  left: 77px;
  aspect-ratio: 1;
  background: radial-gradient(circle 24px at top right, transparent 98%, var(--porto-primary-color));
  z-index: 100;
  transform: rotate(90deg);
}
.porto-sicon-box.box-modelo-topMenu {
  background: var(--porto-primary-color);
  border-radius: 3px;
}
.inner_topMenu h1 {
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0px;
  font-family: "Outfit";
}
.inner_topMenu span {
  padding-left: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 300;
  margin: 0px;
  font-family: "Outfit";
}
.inner_topMenu i {
  color: #fff;
  font-size: 16px;
}
.box-modelo-topMenu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.inner_topMenu {
  background: var(--porto-tertiary-color);
  border-radius: 5px;
  gap: 7px;
  padding: 10px 14px;
  display: flex;
}
/*===========================================================================================================*/
/*P A G E - C A L L - C O N T E N T*/
.box-call-btn {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.inner_call-btn {
  display: block;
  padding-bottom: 25px;
}
.inner_call-btn a {
  background: var(--porto-tertiary-color);
  border: solid 1px var(--porto-tertiary-color);
  border-radius: 5px;
  padding: 12px 25px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s ease all;
}
.inner_call-btn.second a {
  background: transparent;
  border: solid 1px #fff;
  color: #fff;
  transition: 0.3s ease all;
}
.inner_call-btn.second a:hover {
  background: rgba(255, 255, 255, 0.2);
  border: solid 1px #fff;
  color: #fff;
  transition: 0.3s ease all;
}
.inner_call-btn a:hover {
  background: #efee59;
  transition: 0.3s ease all;
}
.ico_call-btn {
  color: #fff;
  padding-right: 7px;
}
/*================================================================================================*/
/*S E R V I C I O S*/
.content_servicios-hover .wpb_wrapper.vc_column-inner {
  position: relative;
  cursor: pointer;
  transition: 0.5s ease all;
  overflow: hidden;
}
.box-servicios_img {
  position: relative;
  transition: 0.5s ease all;
}
.box-servicios_img img {
  position: relative;
  z-index: 1;
  transition: 0.5s ease all;
  max-height: 500px;
  object-fit: cover;
}
.content_servicios-hover .wpb_wrapper.vc_column-inner:hover .box-servicios_img img {
  position: relative;
  z-index: 1;
  transition: 0.5s ease all;
  transform: scale(1.1);
}
.box-servicios_img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0.7) 20%, transparent 70%, transparent 100%);
}
.box-servicios_img .vc_single_image-wrapper.vc_box_border_grey:before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 20px;
  left: 30px;
  border: solid 2px #ffffff;
  border-width: 3px 0 0 3px;
  z-index: 10;
  transition: 0.3s ease all;
  opacity: 0;
}
.box-servicios_img .vc_single_image-wrapper.vc_box_border_grey:after {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: 20px;
  right: 30px;
  border: solid 2px #ffffff;
  border-width: 0 3px 3px 0;
  z-index: 10;
  transition: 0.3s ease all;
  opacity: 0;
}
.content_servicios-hover .wpb_wrapper.vc_column-inner:hover .vc_single_image-wrapper.vc_box_border_grey:before, .content_servicios-hover .wpb_wrapper.vc_column-inner:hover .vc_single_image-wrapper.vc_box_border_grey:after {
  transition: 0.3s ease all;
  opacity: 1;
}
.box-servicios-float {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 35px 25px 45px;
  margin: 0;
  transition: 0.5s ease all;
  transform: translateY(calc(100% - 90px));
}
.content_servicios-hover .wpb_wrapper.vc_column-inner:hover .box-servicios-float {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 35px 20px 50px;
  margin: 0;
  transition: 0.5s ease all;
  transform: translateY(0%);
}
.box-servicios-float h2 {
  font-size: 22px;
  line-height: 30px !important;
  margin-bottom: 25px !important;
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.content_servicios-hover .wpb_wrapper.vc_column-inner:hover .box-servicios-float h2 {
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
i.far.fa-arrow-alt-circle-up.ico_servicios-float {
  font-size: 35px;
  position: absolute;
  top: -35px;
}
/*=======================================================================*/
/*I M G - E F E C T O*/
.img-efecto {
  position: relative;
  /* margin-top: 50px; */
  /*max-width: 900px;*/
}
.img-efecto .wpb_wrapper {
  overflow: hidden;
  /*border-radius: 10px;*/
  box-shadow: 5px 5px 7px 2px rgba(0, 0, 0, 0.05);
  transition: 1s cubic-bezier(0.85, -0.17, 0.12, 1.01) all;
}
.img-efecto img {
  position: relative;
  /*border-radius: 10px;*/
  box-shadow: 5px 5px 7px 2px rgba(0, 0, 0, 0.05);
  transform: scale(1);
  transition: 1s cubic-bezier(0.85, -0.17, 0.12, 1.01) all;
}
.img-efecto img:hover {
  position: relative;
  z-index: 10;
  border-radius: 10px;
  box-shadow: 5px 5px 7px 2px rgba(0, 0, 0, 0.05);
  transform: scale(1.1);
  transition: 1s cubic-bezier(0.85, -0.17, 0.12, 1.01) all;
}
/*=============================================================================*/
/**/
.porto-testimonial.wpb_content_element.testimonio-box {
  border: solid 1px #111;
  padding: 15px;
  margin: 5px;
  background: #f4f4f4;
  border-radius: 15px;
}
.testimonio-box blockquote.testimonial-carousel {
  height: 140px;
}
.testimonial.testimonial-with-quotes img {
  margin: 15px auto 10px;
  width: 70px;
  height: 70px;
  object-fit: cover;
}
/*====================================================================================*/
/*N O S O T R O S  B O X*/
.porto-sicon-box.box-ms {
  /*box-shadow: 5px 5px 5px 0px rgba(0,0,0,.1);*/
  /*border: solid 1px #f4f4f4;*/
  padding: 10px;
  /* border-radius: 5px;*/
  margin-bottom: 15px;
  transition: 0.4s ease all;
  /*background: #fff;*/
}
.porto-sicon-box.box-ms:hover {
  transition: 0.4s ease all;
  transform: translateY(-5px);
}
.box-ms .porto-sicon-left {
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-right: solid 2px #d9d9d9; */
  margin-right: 20px;
  background: #f4f4f4;
  height: 60px;
  width: 60px;
}
/*.box-ms.fondo .porto-sicon-left {
    border-right: solid 2px #fff;
}*/
.box-ms .porto-sicon-description {
  color: #333;
  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 {
  margin-right: 15px;
  margin-left: 15px;
}
.box-ms strong {
  font-size: 20px;
  /* color: var(--porto-primary-color); */
}
.box-ms h3.porto-sicon-title {
  font-weight: 700;
}
section.vc_section.fondo-page {
  background-position: top !important;
}
.box-aplicar h3.porto-sicon-title {
  font-size: 25px;
}
/*.box-proveedores p {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    max-width: 300px;
    margin: 0 auto;
}*/
.box-proveedores h3.porto-sicon-title {
  font-size: 23px;
  line-height: 1.1em;
  font-weight: 500;
  padding-bottom: 10px;
}
.content_box-proveedores {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.content_box-proveedores.uno:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("https://develop1.webstudiopanama.com/ASSETS-TRUST2.0/wp-content/uploads/2025/03/process-arrow-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  /* O relative, según necesites */
  top: 35px;
  right: -50px;
}
.content_box-proveedores.second:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(https://develop1.webstudiopanama.com/ASSETS-TRUST2.0/wp-content/uploads/2025/03/process-arrow-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 35px;
  right: -50px;
  transform: rotateX(-180deg);
}
/*=====================================================================================================================*/
/**/
.conten-serv-slice {
  height: 400px;
  position: relative;
  margin: 0;
  overflow: hidden;
  transition: 0.4s ease all;
}
.conten-serv-slice img {
  height: 400px;
  object-fit: cover;
}
.porto-sicon-box.box_serv-slice {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  margin: 0;
  padding-bottom: 20px;
  transform: translateY(calc(100% - 60px));
  transition: 0.4s ease all;
}
.conten-serv-slice:hover .porto-sicon-box.box_serv-slice {
  transform: translateY(calc(0% - 0px));
  background: rgba(2, 84, 166, 0.85);
  transition: 0.4s ease all;
}
.box_serv-slice .porto-just-icon-wrapper.porto-icon.none {
  background: var(--porto-primary-color);
  color: #fff !important;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.box_serv-slice h3.porto-sicon-title {
  height: 60px;
  line-height: 60px;
  font-weight: 600;
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/*=====================================================================================================================*/
/**/
#fondo-call-to-action {
  position: relative;
}
.titulo-call-to-action h1 {
  font-size: 45px;
  line-height: 1em !important;
  text-transform: uppercase;
}
.titulo-call-to-action .porto-u-sub-heading {
  font-size: 20px;
  line-height: 1.25em !important;
}
.titulo-call-to-action strong {
  font-size: 25px;
  line-height: 1.15em !important;
  font-weight: 300;
  padding-top: 5px;
  display: block;
  color: var(--porto-primary-color);
  font-style: italic;
  text-shadow: 1px 1px 1px rgba(31, 31, 31, 0.8);
}
.call-to-ation_content {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 100;
}
.titulo-page-all h1 {
  font-size: 40px;
  line-height: 1.15em !important;
  text-transform: uppercase;
  color: var(--porto-primary-color);
  /*font-family: "Outfit";*/
  letter-spacing: 0.5px;
  /*font-weight: 700;*/
}
.titulo-page-all .porto-u-sub-heading {
  color: var(--porto-dark-color);
  font-size: 20px;
  line-height: 1.2em !important;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 0px;
  /*font-family: "Amiri";*/
}
.box-year-float {
  position: absolute;
  top: 40%;
  background: var(--porto-primary-color);
  z-index: 100;
  padding: 20px 20px;
  left: -30px;
}
.box-year-float:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0px;
  width: 0;
  height: 0;
  border-left: 42px solid transparent;
  border-right: 0px solid transparent;
  border-top: 30px solid #055eb6;
}
/*====================================================================================*/
/*S E R V I C I O S */
.porto-sicon-box.box-compromisos {
  background: rgba(66, 93, 123, 0.06);
  padding: 30px 30px 15px 30px;
  /*border-radius: 5px;*/
  box-shadow: 5px 5px 7px 2px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease all;
  transform: translateY(0px);
  margin-top: 10px;
  margin-bottom: 10px;
  border: solid 1px rgba(66, 93, 123, 0.05);
}
.porto-sicon-box.box-compromisos:hover {
  box-shadow: 5px 5px 7px 2px rgba(0, 0, 0, 0.01);
  border: solid 1px var(--porto-primary-color);
  transition: 0.3s ease all;
  transform: translateY(-5px);
}
.porto-sicon-box.box-compromisos .porto-just-icon-wrapper.porto-icon.none {
  /*background: var(--porto-primary-color);
    border-radius: 50%;
    padding: 20px;
    width: 28px;
    height: 28px;*/
}
.porto-sicon-box.box-compromisos h3.porto-sicon-title {
  margin-bottom: 10px;
}
/*====================================================================================*/
/* L I S T - E X T R A S */
ul.list-caracteristicas.dark {
  /* column-count: 2; */
  background: var(--porto-secondary-color);
  padding: 25px 20px;
  border-radius: 5px;
}
ul.list-caracteristicas.dark li {
  padding-bottom: 10px;
  color: #fff;
}
.list-caracteristicas.dark .fa-check-circle {
  color: #fff;
  padding-right: 10px;
  font-size: 18px;
}
ul.list-caracteristicas.light li {
  padding-bottom: 7px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
}
.list-caracteristicas.light .fa-dollar-sign {
  color: var(--porto-primary-color);
  padding-right: 10px;
  font-size: 18px;
}
.list-caracteristicas.light span {
  font-size: 20px;
  font-weight: 500;
  color: var(--porto-primary-color);
  position: relative;
  z-index: 10;
}
.caracteristicas-light {
  position: relative;
}
ul.list-caracteristicas.light li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  border-bottom: dashed 1px #ccc;
}
.list-caracteristicas.light span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 35px;
  left: 0;
  bottom: -7px;
  background: #ffffff;
  z-index: -1;
  padding: 0 25px;
}
/*====================================================================================*/
/* P R O D U C T O F O R M U L A R I O */
.box-widget-producto_inner {
  border: solid 2px #0e528e1c;
  padding: 25px 13px !important;
}
.form-group {
  margin-bottom: 7px;
}
label.text-label_local {
  font-family: "porto";
  font-size: 13px;
}
.contact-form_producto textarea {
  resize: none;
  height: 100px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control, input.wpcf7-form-control.wpcf7-text.productoInclude {
  font-family: "Roboto";
}
input.wpcf7-form-control.wpcf7-text.productoInclude {
  width: 100%;
}
.contact-form_local textarea.wpcf7-form-control.wpcf7-textarea.texarea_control {
  resize: none;
  height: 100px;
  width: 100%;
}
ul.links_inner-locales li a {
  color: #000;
  font-size: 18px;
  line-height: 1.25em !important;
  font-weight: 500;
}
ul.links_inner-locales li {
  font-size: 18px;
  line-height: 1.25em !important;
  font-weight: 500;
}
.icon-inner_locales {
  color: #000;
  padding-right: 7px;
}
.box-des-comercio_local p {
  color: #fff;
  background: #42bac3;
  text-align: center;
  padding: 8px 35px;
  margin-left: 25px;
  border-radius: 25px;
}
.box-des-comercio_local .porto-sicon-header {
  display: flex;
  align-items: center;
}
.porto-sicon-box.box-ventajas_locales {
  padding: 25px 25px 15px 25px;
  transition: 0.3s ease all;
  transform: translateY(0px);
  margin-top: 10px;
  margin-bottom: 10px;
  transition: 0.3s ease all;
  border: solid 1px transparent;
}
.porto-sicon-box.box-ventajas_locales:hover {
  padding: 25px 25px 15px 25px;
  box-shadow: 5px 5px 7px 2px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease all;
  transform: translateY(-10px);
  margin-top: 10px;
  margin-bottom: 10px;
  border: solid 1px var(--porto-primary-color);
}
.porto-sicon-box.box-ventajas_locales .porto-just-icon-wrapper.porto-icon.none {
  background: var(--porto-primary-color);
  border-radius: 50%;
  padding: 20px;
  width: 25px;
  height: 25px;
}
/*====================================================================================*/
/* R E S T A U R A N T E */
#slider-formato_contenedor .has-ccols.owl-loaded > .owl-nav {
  width: 0px;
}
#slider-formato_contenedor button {
  background: var(--porto-secondary-color) !important;
  margin-right: 15px;
}
.porto-sicon-box.box-restaurante {
  background: rgba(255, 255, 255, 0.15);
  padding: 25px;
  border-radius: 5px;
  transition: 0.3s ease all;
}
.porto-sicon-box.box-restaurante:hover {
  background: rgba(255, 255, 255, 0.25);
  transition: 0.3s ease all;
  transform: translateY(-7px);
}
/*====================================================================================*/
/*P A R A L L A X */
.parallax-home {
  background-attachment: fixed;
  position: relative;
}
/*.parallax-home:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 31, 63, 0.85);
    -webkit-backface-visibility: hidden;
}*/
.content-parallax-home {
  position: relative;
  z-index: 10;
  padding-top: 70px !important;
  padding-bottom: 100px !important;
}
.overlay_maps:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: opacity 0.3s ease 0.1s;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  width: 100%;
  height: 100%;
}
.position-front, .overlay_inner {
  position: relative;
  z-index: 100;
}
.maps-links a {
  color: #fff;
}
/*====================================================================================*/
/* R E U N I O N E S */
ul.lista_column {
  column-count: 2;
  padding-left: 20px;
}
.porto-sicon-box.box-reuniones {
  background: #ffff;
  padding: 25px;
  border-radius: 5px;
  transition: 0.3s ease all;
  border: solid 1px #bbb;
}
.porto-sicon-box.box-reuniones:hover {
  transition: 0.3s ease all;
  transform: translateY(-7px);
}
::marker {
  color: var(--porto-primary-color);
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
}
/*===============================================================================*/
/*L O G O S - M A R C A S - H O M E*/
.content-marcas-home img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  /*aspect-ratio: 2;
    object-fit: contain;*/
  filter: grayscale(1);
  transition: 0.4s ease all;
  transform: scale(1);
}
.content-marcas-home img:hover {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  filter: grayscale(0);
  transition: 0.4s ease all;
  transform: scale(1.1);
}
.content-marcas-home .wpb_wrapper.vc_column-inner {
  border: solid 1px #f4f4f4;
  transition: 0.4s ease all;
  overflow: hidden;
  background: #fff;
  margin-bottom: 15px;
  box-shadow: 5px 5px 7px 2px rgba(0, 0, 0, 0.05);
  /*padding: 15px;*/
}
.content-marcas-home .wpb_wrapper.vc_column-inner:hover {
  border: solid 1px var(--porto-primary-color);
  transition: 0.4s ease all;
}
.content-marcas-home .vc_column_container {
  flex: 0 0 20%;
  max-width: 20%;
  box-sizing: border-box;
  padding: 0px 7px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/*====================================================================================*/
/*B L O G */
.blog-home h3.porto-post-title {
  font-size: 25px;
  line-height: 30px;
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*================================================================================================*/
/**/
.porto-sicon-box.ico-amenidades {
  padding: 0 20px;
  margin-bottom: 0px;
  justify-content: center;
  align-items: flex-start;
  padding: 15px;
  border-radius: 7px;
  margin-bottom: 15px;
}
/*====================================================================================*/
/*B L O G - I n n e r p a g e*/
.blog-inner-page .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
  display: none;
}
.blog-inner-page .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  color: var(--porto-primary-color) !important;
  background-color: transparent !important;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
}
.blog-inner-page h4 {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-inner-page .vc_btn3-container {
  margin-bottom: 15px;
}
.blog-inner-page .vc_gitem_row .vc_gitem-col {
  padding: 15px;
  background-size: cover;
}
/*====================================================================================*/
/*B T N */
a.tbn-arrow-link {
  width: 100%;
  max-width: 160px;
  height: 40px;
  /*background: #2d2d2d;*/
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 40px;
  padding-left: 45px;
  padding-right: 25px;
  border-radius: 5px;
  /*color: #fff;*/
  transition: 0.4s ease all;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
a.tbn-arrow-link:hover {
  padding-left: 25px;
  padding-right: 45px;
  transition: 0.4s ease all;
}
.tbn-arrow-link span.span-btn {
  position: absolute;
  width: 35px;
  height: 40px;
  display: grid;
  place-content: center;
  left: 0px;
  transition: 0.7s ease all;
}
.tbn-arrow-link:hover span.span-btn {
  left: calc(100% - 35px);
  transition: 0.7s ease all;
}
i.fas.fa-arrow-right {
  font-size: 12px;
  top: 1px;
}
.tbn-arrow-link:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 80px;
  height: 100%;
  left: 0;
  bottom: 0;
  transform: translateX(-120%) skewX(30deg);
  transition: 0.8s ease all;
}
.tbn-arrow-link:hover:after {
  transform: translateX(400%) skewX(30deg);
  transition: 0.8s ease all;
}
a.tbn-arrow-link.btn-black {
  background: var(--porto-primary-color);
  color: #fff;
}
.tbn-arrow-link span.span-btn.black {
  background: #5ab8e5;
}
a.tbn-arrow-link.btn-light {
  background: #fff;
  color: var(--porto-primary-color);
}
.tbn-arrow-link span.span-btn.light {
  background: var(--porto-primary-color);
}
a.btncolorLink {
  color: #fff;
  background: #42bac3;
  padding: 5px 30px;
  font-size: 25px;
  font-family: "Baloo";
  font-weight: 500;
  position: relative;
}
a.btncolorLink.left_light {
  border-radius: 0 25px 25px 0;
  margin-left: 100px;
  position: relative;
}
a.btncolorLink.left_right {
  border-radius: 25px 0px 0px 25px;
  margin-left: 100px;
  position: relative;
}
a.btncolorLink:after {
  content: "";
  position: absolute;
  background: #42bac3;
  bottom: 0;
}
a.btncolorLink.left_light:after {
  width: 1000%;
  height: 100%;
  left: -1000%;
  bottom: 0;
}
a.btncolorLink.left_right:after {
  width: 1000%;
  height: 100%;
  right: -1000%;
  bottom: 0;
}
/*======================================================================================*/
/*P R O Y E C T O S H O M E*/
.box-why, .box-why_inner {
  position: relative;
  overflow: hidden;
}
.box-why_inner .vc_column_container {
  max-width: 750px;
  margin: 0 auto;
}
.box-why_inner_texto {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: calc(100% - 25px);
  background: #fff;
  border-radius: 5px 5px 0 0;
  margin: 0 auto;
  transition: 0.6s 0.2s ease all;
  border-bottom: solid 1px #f4f4f4;
}
.box-why:hover .box-why_inner_texto {
  opacity: 0;
  transition: 0.6s 0.2s ease all;
}
.box-why_inner_texto .porto-sicon-top {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  top: -30px;
}
.box-why_inner_texto .porto-sicon-header {
  padding-top: 35px;
}
.box-why img {
  border-radius: 5px;
  height: 350px;
  object-fit: cover;
}
.box-why_btn {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background: -webkit-linear-gradient(90deg, rgba(0, 96, 152, 0.8) 0%, rgba(0, 96, 152, 0.8) 100%);
  border-radius: 5px;
  transform: scaleY(0);
  transform-origin: top;
  transform-style: preserve-3d;
  transition: 0.6s ease all;
}
.box-why:hover .box-why_btn {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background: -webkit-linear-gradient(90deg, rgba(0, 96, 152, 0.8) 0%, rgba(0, 96, 152, 0.8) 100%);
  transform: scaleY(1);
  transform-origin: top;
  transform-style: preserve-3d;
  transition: 0.6s ease all;
}
.lista-why i.fas.fa-dot-circle {
  color: #93d500;
  padding-right: 10px;
}
.lista-why ul li {
  padding-bottom: 5px;
}
/*================================================================================================*/
/**/
.box-informatio-inner .wpb_wrapper.vc_column-inner {
  border: solid 1px #f4f4f4;
  padding: 30px 15px 15px 15px !important;
  border-radius: 5px;
  margin-bottom: 25px;
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
}
.box-informatio-inner .wpb_wrapper.vc_column-inner:hover {
  transform: translateY(-10px);
}
/*.call-to-ation_content_text h4 {
    color: #fff;
    margin-bottom: 5px;
}
.call-to-ation_content_text h1 {
    margin-bottom: 10px;
}*/
.call-to-ation_content_text p {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}
.btn-center {
  text-align: center;
}
/*================================================================================================*/
/**/
.content-fomr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.contact-form-newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-fomr {
  width: 100%;
}
/*================================================================================================*/
/**/
/*================================================================================================*/
/**/
/*================================================================================================*/
/**/
/*============================================================*/
/**/
.titulo-general h2 {
  color: var(--porto-primary-color);
  font-size: 20px;
  line-height: 25px !important;
  left: 35px;
  position: relative;
  letter-spacing: 0px;
  display: inline-block;
}
.titulo-general.center-titulo h2 {
  left: 0px;
}
.titulo-general h2:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -35px;
  top: 10px;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: var(--porto-primary-color);
  -webkit-backface-visibility: hidden;
}
.titulo-general .porto-u-sub-heading {
  font-size: 40px;
  line-height: 45px;
  color: var(--porto-quaternary-color);
  font-weight: 700;
  /*font-family: 'Futura-md-bt';*/
}
span.porto-btn-data.porto-btn-text {
  font-weight: 700;
  letter-spacing: 1.5px;
  border-radius: 11px;
}
a.porto-btn-normal {
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 14px;
}
.vc_row.wpb_row.row.top-row.reverse, .reverse .row {
  flex-direction: row-reverse;
}
.img-fondo-efecto {
  position: absolute;
  bottom: -1px;
  z-index: 1000;
  left: 0;
  width: 100%;
}
.porto-sicon-box.box-expertice {
  padding: 0 20px;
  min-height: 125px;
}
.porto-sicon-box.box-expertice.line {
  border-right: solid 1px #f4f4f4;
}
/*============================================================*/
/*C O N T A C T O*/
.box-contact_page .porto-sicon-header + .porto-sicon-description {
  margin-top: 0px;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
  resize: none;
  height: 150px;
}
.titulo-form {
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
}
.titulo-form h2 {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 35px;
}
.titulo-form h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
}
.contact-form_local .col-lg-6, .contact-form_local .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px;
}
/*============================================================*/
/**/
table.horarios {
  max-width: 300px;
}
td.titulo {
  padding: 0px;
}
.horarios td, th {
  padding: 1px 0;
}
/*============================================================*/
/*F O O T E R */
#footer ul li a {
  color: #fff;
  transition: 0.3s ease all;
}
#footer ul li a:hover {
  color: var(--porto-dark-color);
  transition: 0.3s ease all;
}
#footer img {
  width: 100%;
  max-width: 200px;
}
i.icon-footer {
  font-size: 15px;
  padding-right: 8px;
  color: #fff;
}
ul.footer-links.column {
  column-count: 2;
}
/*.titulo-footer h2 {
    position: relative;
	left: 45px;
}
.titulo-footer h2:before {
    content: "";
    position: absolute;
    background: #fff;
    top: 10px;
    left: -40px;
    margin: 0 auto;
    height: 8px;
    width: 30px;
    border-radius: 50px;
}
.titulo-footer h2:after {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    background: transparent;
    top: 7px;
    left: -44px;
    margin: 0 auto;
    height: 14px;
    width: 38px;
    border-radius: 50px;
}*/
.logo-linkedin {
  margin: 0;
  text-align: right;
}
.social-link-form {
  text-align: right;
}
.footer-fondo, .center_ico-footer {
  position: relative;
  overflow: hidden;
}
.footer-fondo:after {
  content: "";
  position: absolute;
  left: -130px;
  top: 25%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: #e95723;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}
.footer-fondo:before {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -130px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: #e95723;
  -webkit-backface-visibility: hidden;
  /*z-index: 1;*/
}
#footer:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  background-image: url(https://develop1.webstudiopanama.com/lefevre/wp-content/uploads/2021/06/ico-footer_orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  pointer-events: none;
  margin: 0 auto;
}
.centrar-logo_footer {
  display: flex;
  align-items: center;
}
/*==============================================================================*/
/*Q U E R Y*/
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1340px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  .max-width-social-top.vc_column_container {
    width: 100%;
    max-width: 15%;
  }
  .max-width-mt-top.vc_column_container {
    width: 100%;
    max-width: 85%;
  }
  .porto-sicon-box.box-ms.fondo {
    margin-left: 0px;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  #header .logo .standard-logo {
    max-width: 110px;
  }
  li.btn-menu {
    background: var(--porto-primary-color);
    border-radius: 25px;
    margin-left: 0px !important;
    /*padding-left: 15px;
    padding-right: 15px;*/
    transition: 0.3s ease all;
    color: #fff !important;
  }
  .titulo-general h2 {
    left: 0;
  }
  .titulo-general .porto-u-sub-heading {
    font-size: 35px;
    line-height: 40px;
    color: var(--porto-quaternary-color);
    font-weight: 700;
    font-family: "Futura-md-bt";
  }
  img.img-responsive.standard-logo.retina-logo {
    width: 100%;
    min-width: 80px;
  }
  .header-builder-p .vc_column-inner {
    justify-content: center !important;
  }
  #header .header-main .porto-wrap-container.container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .page-top > .container {
    padding-top: 100px;
    padding-bottom: 20px;
  }
  #header .mobile-toggle {
    font-size: 20px;
    padding: 10px 15px;
  }
  .call-to-ation_content_text h4, .call-to-ation_content_text p {
    text-align: center;
  }
  .centrar-titulo-corner {
    text-align: center;
  }
  .box-servicios_img img {
    height: 450px;
    object-fit: cover;
  }
  .box-servicios-float, .content_servicios-hover .wpb_wrapper.vc_column-inner:hover .box-servicios-float {
    transform: translateY(0%);
    padding: 35px 20px 50px;
  }
  .box-servicios-float h2, .content_servicios-hover .wpb_wrapper.vc_column-inner:hover .box-servicios-float h2 {
    transition: 0.4s ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .box-servicios_img .vc_single_image-wrapper.vc_box_border_grey:before, .box-servicios_img .vc_single_image-wrapper.vc_box_border_grey:after, .content_servicios-hover .wpb_wrapper.vc_column-inner:hover .vc_single_image-wrapper.vc_box_border_grey:before, .content_servicios-hover .wpb_wrapper.vc_column-inner:hover .vc_single_image-wrapper.vc_box_border_grey:after {
    transition: 0.3s ease all;
    opacity: 1;
  }
  .btn-center-mobil {
    text-align: center;
  }
  .iconos-apps_inner .vc_column_container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .iconos-apps_box {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  }
  .iconos-apps_box:hover {
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  }
  .box-year-float {
    position: absolute;
    top: 40%;
    background: var(--porto-primary-color);
    z-index: 100;
    padding: 20px 20px;
    left: -10px;
  }
  .box-year-float:before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0px;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 0px solid transparent;
    border-top: 25px solid #055eb6;
  }
  .content_box-proveedores.second:before {
    width: 0px;
    height: 0px;
  }
  .content_box-proveedores.uno:before {
    top: 0px;
    right: -50px;
  }
  .porto-sicon-box.box_serv-slice, .conten-serv-slice:hover .porto-sicon-box.box_serv-slice {
    transform: translateY(calc(0% - 0px));
    transition: 0.4s ease all;
    flex-direction: column;
    padding: 35px 20px;
  }
  .social-link-form {
    text-align: center;
  }
  .maxw-content_header-page .porto-u-heading.titulo-all-page.text-lg-left {
    margin: 0 auto;
    padding-left: 0;
  }
  .banner-all-page .porto-ibanner-layer {
    width: 100%;
  }
  .banner-all-page img {
    display: none !important;
  }
  .banner-all-page {
    min-height: 300px;
  }
  .content-ms-page.vc_column_container {
    padding: 25px 0px !important;
  }
  .titulo-formulario_slider h1 {
    font-size: 25px;
  }
  .titulo-formulario_slider h2 {
    font-size: 16px;
  }
  .content-parallax-home {
    position: relative;
    z-index: 10;
    padding-top: 50px !important;
    padding-bottom: 100px !important;
  }
  .content-marcas-home .vc_column_container {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /*===========================================================================================================*/
  /*P A G E - T O P B A N N E R*/
  .content_ico-wester-page.vc_column_container {
    padding: 50px 15px 70px 15px;
  }
  .content_img-wester-page img {
    height: 100%;
    min-height: 100%;
    max-height: 400px;
    object-fit: cover;
  }
  .content_img-wester-page:after, .content_img-wester-page:before {
    display: none !important;
  }
  .porto-sicon-box.default-icon.box-addres-top {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box-modelo-topMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  #side-nav-panel li.btn-menu a {
    color: #fff !important;
    text-align: center;
    padding: 12px 0 !important;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  /*.alto-box{
	padding-top:50px;
*/
  .vc_row.wpb_row.top-row.iconos-apps {
    position: initial;
    bottom: 0;
    width: 100%;
    z-index: 10;
    padding: 50px 0 0;
  }
  h1.content-text-hero_titulo {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  h1.content-text-hero_sub {
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 5px;
  }
  h2.content-text-hero_sub {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 25px;
  }
  .titulo-call-to-action h1 {
    font-size: 28px;
    line-height: 32px !important;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 10px !important;
  }
  .titulo-call-to-action strong {
    font-size: 20px;
    line-height: 25px;
  }
  section#fondo-call-to-action {
    background-position-x: 80% !important;
  }
  #fondo-call-to-action .porto-wrap-container.container:before {
    content: "";
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.9));
    z-index: 100;
  }
  .content-equipo-all {
    padding: 50px 0;
  }
  .content_box-proveedores.uno:before {
    width: 0px;
    height: 0px;
  }
  .logo-linkedin {
    margin: 5px 0 5px 0;
    text-align: center;
  }
  .titulo-all-page h1 {
    font-size: 40px;
  }
  .social-suguenos {
    text-align: center;
  }
  .titulo-page-all h1 {
    font-size: 28px;
  }
  .content-marcas-home .vc_column_container {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  /*===========================================================================================================*/
  /*P A G E - T O P B A N N E R*/
  .content_img-wester-page img {
    height: 100%;
    min-height: 300px;
    object-fit: cover;
  }
  .content_img-wester-page:before {
    content: "";
    position: absolute;
    width: 24px;
    top: 0px;
    left: 74px;
    aspect-ratio: 1;
    background: radial-gradient(circle 24px at top right, transparent 98%, #2e3192);
    z-index: 100;
    transform: rotate(90deg);
    display: none;
  }
  /*============================================================*/
  /*N E W L E T T E R*/
  .contact-form-newsletter .content-fomr {
    flex-direction: column;
  }
  .contact-form-newsletter .form-group {
    margin-bottom: 10px;
  }
  .contact-form-newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-primary {
    width: 100%;
  }
  .porto-sicon-box.box-ico-footer {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .porto-sicon-box.box-ico-footer h3.porto-sicon-title {
    text-align: center;
    padding-top: 15px;
  }
  .sicial-suguenos {
    text-align: center;
  }
  ul.footer-links.column {
    column-count: 1;
  }
  .porto-sicon-box.ico-amenidades {
    justify-content: center;
    align-items: center;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  .valor-counter .stats-desc {
    min-height: 185px;
  }
  .box-ms.porto-sicon-box.left-icon, .box-ms.porto-sicon-box.right-icon {
    display: flex;
    /*flex-direction: column;*/
  }
  .box-ms .porto-sicon-left {
    margin-bottom: 15px;
  }
  .box_section-float-home {
    padding: 25px 15px;
  }
  .conten-serv-slice img {
    height: 350px;
    object-fit: cover;
  }
  .conten-serv-slice {
    height: 350px;
  }
  a.btncolorLink.left_light {
    margin-left: 70px;
  }
  a.btncolorLink.left_right {
    margin-left: 70px;
  }
  /*====================================================================================*/
  /*P A R A L L A X */
  .parallax-home {
    background-attachment: scroll;
    position: relative;
  }
  /*====================================================================================*/
  /* R E U N I O N E S */
  ul.lista_column {
    column-count: 1;
  }
  .box-modelo-topMenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .list-caracteristicas.light span {
    font-size: 16px;
  }
  .footer-fondo:after {
    left: -125px;
    width: 250px;
    height: 250px;
  }
  .footer-fondo:before {
    right: -125px;
    bottom: -120px;
    width: 250px;
    height: 250px;
  }
  #footer:after {
    width: 160px;
    left: 100px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F856-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F856-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F856-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F856-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F856-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BACEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADnBA%3BACwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnDA%3BAAAA%3BAC%2BDA%3BAAAA%3BAAAA%3BAD%2FDA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACgFA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADvHA%3BAAAA%3BAAAA%3BAC8HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC2JA%3BAACM%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAAAA%3BAD%2FJF%3BAAAA%3BACwKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC0LA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjVA%3BAAAA%3BACuVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5VA%3BAAAA%3BACuWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlYA%3BAAAA%3BAC2YA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlaA%3BAAAA%3BACwbA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BADrcA%3BAAAA%3BAC4cA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9hBA%3BAAAA%3BACuiBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAACG%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BADzjBF%3BAAAA%3BACkkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzmBA%3BAAAA%3BAC0nBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%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%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5rBA%3BAAAA%3BACssBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAD3uBA%3BAAAA%3BACivBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD91BA%3BAAAA%3BACu2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD13BA%3BAAAA%3BACo4BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD94BA%3BAAAA%3BACs5BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADt6BA%3BAAAA%3BAAAA%3BACm7BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADh9BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC89BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADt%2FBA%3BAAAA%3BACygCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7iCA%3BAAAA%3BAC0jCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnnCA%3BAAAA%3BACioCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAD3pCA%3BAAAA%3BACmqCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxtCA%3BAAAA%3BACwuCA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtzCA%3BAAAA%3BACi0CA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD90CA%3BAAAA%3BACu1CA%3BAAAA%3BAAAA%3BAAAA%3BADv1CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACu2CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADj4CA%3BAAAA%3BACq4CA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADp5CA%3BAAAA%3BAC45CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD57CA%3BAAAA%3BACq8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADr8CA%3BAAAA%3BACk9CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADl9CA%3BAAAA%3BAC89CA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADn%2FCA%3BAAAA%3BACy%2FCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrmDA%3BAAAA%3BACgnDA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%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%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADpsDA%3BAAAA%3BACysDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BADjtDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC6tDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADluDA%3BAAAA%3BACwuDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAD7uDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACwvDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADpzDA%3BAAAA%3BAC4zDA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BADv1DA%3BAAAA%3BAC81DA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADp2DA%3BAAAA%3BACy2DA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAD53DA%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%3BAC65DA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BADp9DA%3BAAAA%3BAC29DA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD59DF%3BAAIA%3BAEJA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAFRA%3BAASA%3BAGTA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAH9KA%3BAAAA%3BAGqLA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHvNA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAIXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAJrEA%3BAAAA%3BAI0EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ%2FEA%3BAAAA%3BAI4FA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJpIA%3BAAmBA%3BAKnBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BALRA%3BAAAA%3BAKaA%3BAAAA%3BAAAA%3BAAAA%3BALbA%3BAAAA%3BAKmBA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */