/* xl - DESKTOP STYLES */
.banner-movil {
  display: none;
}
html {
  scroll-behavior: smooth;
}
p {
  text-align: justify;
}
.porto-u-sub-heading p {
  text-align: center !important;
}
#header .header-main {
  border-bottom: solid 1px #f4f4f4;
}
#header .header-main .header-left {
  padding: 10px 0;
}
/*======================================================================================================*/
/*B O T O N E S P A I S E S*/
.content-boton-footer {
  display: flex;
  background: linear-gradient(90deg, #2f6fa4 22%, #9adcf9 100%);
  position: relative;
}
.content-boton-footer .col-lg-12 {
  max-width: 1200px;
  margin: auto;
  padding: 0;
}
.content-boton-footer li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  align-items: center;
  text-align: center;
  border-right: solid 1px;
  background: transparent;
  transition: 0.3s ease all;
  padding: 10px 0;
}
.content-boton-footer li:hover {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  align-items: center;
  text-align: center;
  border-right: solid 1px;
  background: #2680ba;
  transition: 0.3s ease all;
  padding: 10px 0;
}
ul.pl-0.list-unstyled {
  display: flex;
  flex-direction: row;
  margin: 0;
}
.content-boton-footer li a {
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-left: 5px;
}
.content-boton-footer li:nth-child(7) {
  border-right: none;
}
.footer-wrapper.wide .container {
  width: 100%;
  max-width: none;
}
#footer .footer-bottom .widget {
  display: block;
  margin: 0;
}
.footer-bottom .container {
  max-width: 100% !important;
  padding: 0;
  margin: 0;
}
#footer .footer-bottom .footer-center {
  padding: 0;
  text-align: center !important;
}
.content-copring-footer {
  padding-top: 15px;
}
.content-boton-footer img {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 70px;
  opacity: 0;
  transform: translateY(0px);
  transition: transform 0.4s 0.1s ease-out, opacity 0.4s ease-out;
}
.content-boton-footer li:hover img {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 70px;
  opacity: 1;
  transform: translateY(-40px);
  transition: transform 0.4s ease-out, opacity 0.5s 0.2s ease-out;
}
.content-boton-cabecera2 i.fas.fa-angle-down {
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 30px;
  margin-top: -25px;
}
/*=====================================================*/
/*M E N U*/
.boton-top a {
  box-shadow: inset 0 0 0px 3px #12a0df;
  border-radius: 5px;
  background: transparent;
  color: #29ade3 !important;
  border-radius: 5px;
  transition: all 0.2s ease;
}
.boton-top a:hover {
  box-shadow: inset 0 0 0px 30px #12a0df;
  border-radius: 5px;
  color: #fff !important;
  border-radius: 5px;
}
.header-top {
  background: linear-gradient(90deg, #2f6fa4 22%, #9adcf9 100%);
}
i.fab.fa-whatsapp.icon-superior {
  color: #fff;
  transition: background 0.1s ease-in;
}
i.fab.fa-whatsapp.icon-superior:hover {
  color: #fff;
  background: 075e54;
}
a.share-whatsapp {
  display: inline-block !important;
}
.mega-menu .wide li.menu-item li.menu-item > a:hover {
  background: #f4f4f4;
  color: #29ade3 !important;
}
/*=====================================================*/
/*S P L I T*/
.split {
  display: flex;
  width: 100%;
  height: 80vh;
}
.screen-split {
  position: relative;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  /*filter: grayscale(50%);*/
  transition: all 0.4s cubic-bezier(0.54, 0.21, 0.11, 1.16);
}
.screen-split:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0.1) 30%, transparent 50%, transparent 100%);
  transition: all 0.4s ease;
}
.screen-split:hover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0.1) 50%, transparent 60%, transparent 100%);
}
.screen-split:hover, .screen-split:hover:before {
  /*flex-grow: 1.2;
    opacity: 1.3;
    filter: grayscale(0%);*/
}
.content-text-split {
  position: absolute;
  bottom: 50px;
  padding: 30px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.6s 0.2s cubic-bezier(0.62, 0.21, 0.16, 1.26);
}
.screen-split:hover .content-text-split {
  position: absolute;
  bottom: 50px;
  padding: 30px;
  transform: scale(1);
  opacity: 1;
}
.content-text-split h3 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  transition: all 0.6s 0.2s;
}
.content-text-split h3:after {
  content: '';
  background: rgba(9, 156, 244, 0);
  position: absolute;
  height: 70px;
  width: 100%;
  z-index: -10;
  top: 10px;
  left: 0;
  transform: scale(0);
  opacity: 0;
  transition: all 0.6s 0.2s;
}
.screen-split:hover .content-text-split h3:after {
  content: '';
  background: rgba(9, 156, 244, 0.5);
  position: absolute;
  height: 70px;
  width: 100%;
  z-index: -10;
  top: 10px;
  left: 0;
  opacity: 1;
  transform: scale(1);
}
.content-text-split p {
  color: #fff;
  text-shadow: 0 1px 1px black;
  font-weight: 600;
}
/*=====================================================*/
/*M A N S O R Y*/
.inline-block:after {
  content: '';
  background: linear-gradient(90deg, #2f6fa4 22%, #9adcf9 100%);
  position: absolute;
  width: 50%;
  height: 95%;
  top: 20px;
  z-index: -10;
  left: -10px;
  transform: scale(1.1);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  border-radius: 5px;
}
.inline-block:hover:after {
  content: '';
  background: linear-gradient(90deg, #2f6fa4 22%, #9adcf9 100%);
  position: absolute;
  width: 100%;
  height: 95%;
  top: 0px;
  z-index: -10;
  left: 0px;
  transform: scale(1);
  box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
/*=====================================================*/
/*S O L U C I O N E S*/
h2.text-soluciones {
  position: absolute;
  top: 60%;
  background: #23aae1;
  padding: 10px 30px;
  border-radius: 5px 5px 5px 0;
  color: #fff;
  text-transform: uppercase;
  transform: translate(-15px);
  transition: transform 0.2s ease;
}
.content-soluciones:hover h2.text-soluciones {
  position: absolute;
  top: 60%;
  background: #23aae1;
  padding: 10px 30px;
  border-radius: 5px 5px 5px 0;
  color: #fff;
  text-transform: uppercase;
  transform: translate(20px);
}
.plus-content {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(150%);
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.img-soluciones {
  box-shadow: 0 0 10px 5px rgba(35, 170, 225, 0);
  transition: all 0.3s ease;
}
.content-soluciones:hover .img-soluciones {
  box-shadow: 0 0 0 5px rgba(35, 170, 225, 0.9);
}
.content-soluciones:hover .plus-content {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
}
.content-soluciones:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(103, 103, 103, 0.4);
  clip-path: circle(0% at 50% 50%);
  transition: all 0.3s ease;
}
.content-soluciones:hover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  clip-path: circle(70.7% at 50% 50%);
  background: rgba(103, 103, 103, 0.4);
}
.vc_row.wpb_row.vc_inner.row.box-soluciones {
  padding: 20px;
}
/*=====================================================*/
/*F O O T E R*/
.content-menu-footer {
  display: flex;
  width: 100%;
}
.content-menu-footer .col-lg-6 {
  margin: 0;
  padding: 0;
}
.contactanos {
  padding-top: 25px;
}
h3.widget-title {
  font-size: 20px !important;
  letter-spacing: 0.4px;
}
#footer .footer-bottom {
  border-top: solid 1px #363636;
}
a.call-to-a.no-format.pum-trigger {
  background: transparent;
  padding: 0;
  box-shadow: none;
  font-weight: 500;
}
/*=====================================================*/
/*C A L L-T O A C T I O N*/
.box-call {
  background: linear-gradient(90deg, #2f6fa4 22%, #9adcf9 100%);
}
.content-call {
  padding: 0;
  margin: 25px;
  text-align: center;
}
.content-call h3 {
  color: #fff;
}
a.call-to-a, a.call-to-a-2 {
  color: #fff;
  text-decoration: none;
  background: #676767;
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: 600;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
a.call-to-a:hover, a.call-to-a-2:hover {
  color: #fff;
  text-decoration: none;
  background: #676767;
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: 600;
  box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1);
}
.content-call p {
  text-align: center;
}
/*=====================================================*/
/*S E R V I C I O S*/
.boton-reverse-2 a.vc_btn3.vc_btn3-shape-default.vc_btn3-icon-right.btn.btn-modern.btn-md.btn-primary {
  background: transparent;
  border: none;
  color: #29ade3;
  font-size: 15px;
  font-weight: 400;
  padding: 15px 0;
}
p.box-justify-text {
  text-align: justify !important;
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
}
.boton-reverse-2 .btn-primary:focus, .btn-primary.focus {
  box-shadow: none !important;
}
/*=====================================================*/
/*C A R R U S E L - C L I E N T E S*/
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  padding: 0 10px;
}
/*=====================================================*/
/*N O S T R O S*/
.content-icon-text .wpb_wrapper.vc_column-inner {
  box-shadow: -2px -2px 8px #fff, -2px -2px 12px rgba(255, 255, 255, 0.5), inset 2px 2px 4px rgba(255, 255, 255, 0.1), 2px 2px 8px rgba(0, 0, 0, 0.15);
  background: #fff;
  border: 1px solid rgba(89, 96, 130, 0.1);
  padding: 30px 25px 25px !important;
  transition: all 0.3s ease-out;
  border-radius: 5px;
}
.content-icon-text .wpb_wrapper.vc_column-inner:hover {
  box-shadow: inset -2px -2px 8px white, inset -2px -2px 12px rgba(255, 255, 255, 0.5), inset 2px 2px 4px rgba(255, 255, 255, 0.1), inset 2px 2px 8px rgba(0, 0, 0, 0.15);
  background: #fff;
  border: 1px solid rgba(89, 96, 130, 0.1);
  padding: 30px 25px 25px !important;
  transition: all 0.3s ease-out;
  border-radius: 5px;
}
.icon-inv-co-ali i.fas.fa-cogs, .icon-inv-co-ali i.far.fa-eye {
  font-size: 140px;
  color: rgba(41, 173, 227, 0.1);
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.content-icon-text:hover .icon-inv-co-ali i.far.fa-eye, .content-icon-text:hover .icon-inv-co-ali i.fas.fa-cogs {
  font-size: inherit;
  color: rgba(41, 173, 227, 0);
}
.icon-inv-co-ali {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
}
.content-icon-text:hover .icon-inv-co-ali {
  position: absolute;
  bottom: 155px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inline-block img.vc_single_image-img {
  box-shadow: -3px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.aling-justify-text {
  text-align: justify;
}
.content-img-nosotros img {
  border-radius: 5px;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
}
.content-img-nosotros img:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3);
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3);
}
/*=====================================================*/
/*P R O P O S I T O*/
.content-icon-text-2 .wpb_wrapper.vc_column-inner {
  box-shadow: -2px -2px 8px white, -2px -2px 12px rgba(255, 255, 255, 0.5), inset 2px 2px 4px rgba(255, 255, 255, 0.1), 2px 2px 8px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 30px 20px 20px !important;
  transition: all 0.3s ease-out;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(89, 96, 130, 0.1);
  min-height: 260px;
}
.content-icon-text-2 .wpb_wrapper.vc_column-inner:hover {
  box-shadow: inset -2px -2px 8px white, inset -2px -2px 12px rgba(255, 255, 255, 0.5), inset 2px 2px 4px rgba(255, 255, 255, 0.1), inset 2px 2px 8px rgba(0, 0, 0, 0.15);
  background: #fff;
  border: 1px solid rgba(89, 96, 130, 0.1);
  padding: 30px 20px 20px !important;
  overflow: hidden;
  min-height: 260px;
}
.icon-inv-co-ali i.fas.fa-medal, .icon-inv-co-ali i.fas.fa-chart-line, .icon-inv-co-ali i.fas.fa-exchange-alt, .icon-inv-co-ali i.fas.fa-hands-helping, .icon-inv-co-ali i.fas.fa-laptop-code, .icon-inv-co-ali i.fas.fa-edit {
  font-size: 140px;
  color: rgba(41, 173, 227, 0.1);
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.content-icon-text-2:hover .icon-inv-co-ali i.fas.fa-medal, .content-icon-text-2:hover .icon-inv-co-ali i.fas.fa-chart-line, .content-icon-text-2:hover .icon-inv-co-ali i.fas.fa-exchange-alt, .content-icon-text-2:hover .icon-inv-co-ali i.fas.fa-hands-helping, .content-icon-text-2:hover .icon-inv-co-ali i.fas.fa-laptop-code, .content-icon-text-2:hover .icon-inv-co-ali i.fas.fa-edit {
  font-size: inherit;
  color: rgba(41, 173, 227, 0);
  overflow: hidden;
}
.porto-u-main-heading h2 {
  font-weight: 500;
}
/*=====================================================*/
/*E P O W E R*/
.conten-box-epower.vc_column_container.col-md-4 {
  margin: 30px 20px;
}
.content-box-reverse {
  padding-top: 50px;
  padding-bottom: 25px;
}
/*=====================================================*/
/*O F I C I N A S*/
.img-flag {
  position: absolute;
  width: 50px;
}
.img-flag img {
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.contac-alto .wpb_wrapper.vc_column-inner {
  min-height: 420px;
}
.img-flag {
  position: absolute;
  width: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
}
.pr-lg-5.mb-sm-5.mb-lg-0 p {
  text-align: justify;
}
.contac-alto .porto-sicon-body {
  text-align: justify;
}
.img-fondo-logo img {
  position: absolute;
  bottom: -250px;
  right: -300px;
  opacity: 0.04;
  width: 1000px;
}
.box-certificaciones-contact strong {
  color: #333;
}
/*=====================================================*/
/*F O R - H O J A D E V I D A*/
.form-contact {
  border: solid 1px #29ade3;
  padding: 20px 30px;
  border-radius: 5px;
  box-shadow: -2px -2px 8px white, -2px -2px 12px rgba(255, 255, 255, 0.5), inset 2px 2px 4px rgba(255, 255, 255, 0.1), 2px 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.form-contact:hover {
  box-shadow: inset -2px -2px 8px white, inset -2px -2px 12px rgba(255, 255, 255, 0.5), inset 2px 2px 4px rgba(255, 255, 255, 0.1), inset 2px 2px 8px rgba(0, 0, 0, 0.15);
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 100%;
  border-radius: 5px;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-primary.btn-md {
  color: #fff;
  font-weight: 600;
  width: 100%;
  font-size: 18px;
}
h2.short {
  font-size: 25px;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
  padding-bottom: 10px;
}
label.label-up {
  color: #fff;
  background: #29ade3;
  border-radius: 5px;
  padding: 0 5px;
  font-size: 12px;
  position: absolute;
  transition: all 0.3s ease;
  transform: translateY(25px);
  opacity: 0;
}
.form-group:hover label.label-up {
  color: #fff;
  background: #29ade3;
  border-radius: 5px;
  padding: 0 5px;
  font-size: 12px;
  position: absolute;
  transform: translateY(0px);
  opacity: 1;
}
.form-group-1 {
  padding: 0;
  margin: 0;
}
.margin-top-conten, .margin-top-conten-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.margin-top-conten-3 {
  padding-top: 50px;
  padding-bottom: 25px;
}
/*=====================================================*/
/*P K I F I R M A S*/
.content-icon-text-3 {
  transition: all 2s ease-out;
}
.content-icon-text-3 .wpb_wrapper.vc_column-inner {
  padding: 30px 20px 20px !important;
  transition: all 2s ease-out;
  border-radius: 5px;
  overflow: hidden;
}
.content-icon-text-3 .wpb_wrapper.vc_column-inner:hover {
  padding: 30px 20px 20px !important;
  overflow: hidden;
}
.content-icon-text-3 p {
  color: #333;
  text-align: justify;
}
.content-icon-text-3 .icon-ai i {
  background: #29ade3;
  padding: 20px;
  border-radius: 0px 30px 0px 30px;
  width: 100px;
  text-align: center;
}
.content-icon-text-3 .wpb_text_column.wpb_content_element {
  margin-bottom: 10px;
}
.process-step.box-icon-pki strong.process-step-circle-content {
  color: #29ade3;
}
.box-icon-pki .porto-process .process-step {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 40px;
  overflow: hidden;
}
.process-step-content {
  background: rgba(41, 173, 227, 0.3);
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  transform: translateX(0px);
  transition: all 0.3s ease;
}
.process-step-content:hover {
  background: rgba(41, 173, 227, 0.3);
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  transform: translateX(10px);
}
.box-icon-pki-ventajas .fas, .box-icon-pki-ventajas .far {
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
}
.box-icon-pki-ventajas {
  margin-bottom: 50px;
}
.text-img-pki {
  color: #fff;
  font-size: 21px;
  line-height: 25px;
  text-align: justify;
}
.boton-ai-why {
  margin-bottom: 10px;
}
.box-icon-pki-ventajas h3.porto-sicon-title {
  font-size: 17px !important;
  line-height: 25px;
}
/*=====================================================*/
/*E Q U I P O H U M A N O*/
.text-aling-center {
  display: flex;
  text-align: center;
  align-items: center;
}
.text-aling-center P {
  text-align: justify;
}
/*=====================================================*/
/*I N T E L I G E N C I A - A*/
/*.text-img-ai .porto-u-main-heading {
    position: absolute;
    top: -130px;
}*/
.text-img-ai .porto-u-main-heading h2 {
  color: #282828;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 10px 0;
}
.content-img-ia img {
  border-radius: 5px 5px 0 0;
  filter: brightness(0.5);
  transform: scale(1);
  transition: all 0.2s ease-in;
}
.box-imh-text-ai:hover .content-img-ia img {
  border-radius: 5px;
  filter: brightness(0.5);
  transform: scale(1.1);
  transition: all 0.2s ease-in;
}
.text-img-ai {
  border-radius: 0 0 5px 5px;
  min-height: 215px;
  overflow: hidden;
}
.box-imh-text-ai .wpb_wrapper.vc_column-inner {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.text-img-ai p {
  padding: 0px 20px;
  color: #333;
  text-align: center;
}
.conten-botton-interes {
  text-align: center;
  padding-top: 10px;
}
.box-imh-text-ai .wpb_wrapper {
  border-radius: 0 0 5px 5px !important;
  background: #f4f4f4;
}
.boton-revers {
  padding-top: 20px;
  text-align: center;
}
a.boton-slider.reverse {
  background: transparent;
  border: solid #29ade3 2px;
  color: #29ade3 !important;
  font-weight: 600;
  font-size: 14px;
}
a.boton-slider.reverse:hover {
  background: #29ade3;
  border: solid #29ade3 2px;
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
}
a.boton-slider {
  color: #fff !important;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.2s ease;
  background: #29ade3;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  border: solid #29ade3 2px;
}
a.boton-slider:hover {
  letter-spacing: 1px;
  text-decoration: none;
  background: #2f6fa4;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  border: solid #2f6fa4 2px;
}
p.sug-titulo {
  padding: 0;
  margin: 0;
  color: #29ade3 !important;
}
.box-text-titulo-tn p {
  text-align: center !important;
}
/*=====================================================*/
/*C O N T A C T*/
.box-icon-contact::after {
  content: "";
  display: block;
  border-top: 15px solid #29ade3;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  top: 120px;
  left: calc(50% - 15px);
}
.content-contact .wpb_wrapper.vc_column-inner {
  border: solid 1px #29ade3;
  border-radius: 7px;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-primary.btn-modern {
  width: 100%;
  color: #fff;
  font-size: 18px;
}
.content-contact textarea.form-control {
  height: 150px;
  resize: none;
}
.row.form-contact-2 {
  padding: 20px 30px;
}
.box-icon-contact {
  background: #29ade3;
  padding: 30px 0;
  border-radius: 5px 5px 0 0;
}
/*=====================================================*/
/*S E R V - N U B E*/
ul.content-list-nube {
  padding: 0;
  list-style: none;
  text-align: left;
}
ul.content-list-nube li {
  padding-bottom: 5px;
}
i.porto-info-icon.far.fa-check-circle.icon-nube-list {
  color: #29ade3;
  padding-right: 10px;
}
/*=====================================================*/
/*T E R C E R O S*/
.icon-tercearios P {
  text-align: justify;
}
.titulo-aplicaciones-top {
  padding-top: 50px;
}
/*=====================================================*/
/*F O R M - C O N T A C T -  D E M O*/
h2.tiltuo-form-demo {
  background: #29ade3;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 20px;
  border-radius: 5px 5px 0 0;
}
h2.tiltuo-form-demo::after {
  content: "";
  display: block;
  border-top: 15px solid #29ade3;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  top: 80px;
  left: calc(50% - 15px);
}
img.img-fomr {
  display: block;
  text-align: center;
  margin: auto;
  width: 100px;
  padding: 10px 0;
}
.row.form-demo {
  padding: 0 30px;
}
textarea#contact-message {
  resize: none;
  height: 150px;
}
select.wpcf7-form-control.wpcf7-select {
  width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
  resize: none;
  height: 120px;
}
.form-group {
  margin-bottom: 0;
}
/*=====================================================*/
/*M I S - V I S*/
.misi-visio-text p {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: justify;
}
.content-box-mv:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}
.content-box-mv {
  position: relative;
}
.page-top .page-title {
  color: #000000;
  font-family: Open Sans, sans-serif;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 45px;
}
/*=====================================================*/
/*B A N C O S*/
P.text-parrafo {
  text-align: justify;
}
.box-banco {
  min-height: 310px;
}
.btn.tw.border {
  background: transparent;
  border: solid 2px #29ade3 !important;
  color: #29ade3;
  padding: 10px 20px;
  margin: 0 20px;
}
/*=====================================================*/
/**/
.page-top {
  min-height: 400px;
}
/*=====================================================*/
/*S T E P - B I Z G I*/
.img-step-bizagi img, .img-step-bizagi-2 img {
  width: 100px;
}
.img-step-bizagi {
  position: relative;
  z-index: 10;
}
.img-step-bizagi:after {
  content: '';
  position: absolute;
  width: 80%;
  height: 2px;
  background: #dcdcdc;
  top: 50%;
  left: 65%;
  z-index: -10;
}
.text-reportes {
  background: #29ade3;
  padding: 15px 0;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
  position: relative;
}
.text-reportes p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.text-reportes-2 {
  background: #eee;
  border-radius: 0 0 5px 5px;
}
.text-reportes-2 p {
  padding: 15px;
  display: table-cell;
  align-items: center;
  vertical-align: middle;
  height: 300px;
}
.text-reportes::after {
  content: "";
  display: block;
  border-top: 20px solid #29ade3;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: -20px;
  left: calc(50% - 20px);
  transform: rotate(180deg);
}
/*=====================================================*/
/*S O P O R T E Y M A N T E N I M I E N T O*/
.boton-3 a.vc_btn3.vc_btn3-shape-rounded.vc_btn3-icon-right.btn.btn-md.btn-primary {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: solid 2px #29ade3;
  transition: all 0.22 ease;
}
.boton-3 a.vc_btn3.vc_btn3-shape-rounded.vc_btn3-icon-right.btn.btn-md.btn-primary:hover {
  color: #29ade3;
  font-size: 15px;
  font-weight: 600;
  border: solid 2px #29ade3;
  background: transparent;
}
.box-descargar-ser .wpb_wrapper.vc_column-inner {
  background: #f4f4f4;
  border-radius: 5px;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.box-descargar-ser .wpb_wrapper.vc_column-inner:hover {
  background: #f4f4f4;
  border-radius: 5px;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
/*=====================================================*/
/*E - P O W E R*/
blockquote {
  border-left: 5px solid #eee;
  margin: 0 0 1rem 0;
  padding: 0.5rem 1rem;
  font-size: 1.2em;
}
.post-template-default.single.single-post section.page-top.page-header-1 {
  display: none;
}
/*=====================================================*/
/*C E R T I F I C A C I O N E S*/
.wpb_single_image.wpb_content_element.vc_align_center.img-certificaciones {
  margin-bottom: 0;
}
.box-certificaciones img {
  padding: 15px !important;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.2s ease;
}
.box-certificaciones img:hover {
  padding: 15px !important;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.porto-block p {
  margin-bottom: 0px;
}
/*=====================================================*/
/*C A S O S E X I T O */
.content-casos-exito .wpb_wrapper.vc_column-inner {
  box-shadow: 0 0 11px 0 rgba(166, 166, 166, 0.5);
  padding: 30px 25px 0px 25px !important;
  border-radius: 5px;
  transition: box-shadow 0.2s ease;
}
.box-casos-exito img.img-icon {
  padding-bottom: 20px;
}
.boton-casos-exito a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-default.vc_btn3-style-custom.vc_btn3-icon-right.btn {
  background: none;
  font-size: 16px;
}
.box-casos-exito .porto-sicon-description {
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.wpb_single_image.wpb_content_element.vc_align_center.box-casos-ver {
  border-right: solid 1px #282828;
  padding: 20px;
}
.box-casos-exito .porto-sicon-description {
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-align: justify;
}
/*=====================================================================*/
/*N O T I C I A  S*/
.blog-noticias .grid-box {
  background: #f4f4f4;
  border-radius: 0 0 5px 5px;
}
.blog-noticias img.owl-lazy.img-responsive {
  padding: 0;
  border-radius: 5px 5px 0 0;
}
.blog-noticias .post-meta {
  background: #12a0df;
  display: inline-block;
  border-radius: 0 5px 5px 0;
  padding-left: 20px;
  color: #f4f4f4;
}
.blog-noticias h4.entry-title {
  padding: 0 20px;
  font-size: 1.3rem !important;
}
.blog-noticias p.post-excerpt {
  padding: 0 20px;
  text-align: left;
}
.blog-noticias .clearfix {
  padding-bottom: 30px;
}
.blog-noticias a.btn.btn-xs.btn-default.text-xs.text-uppercase.btn-readmore {
  background: #12a0df;
  font-size: 0.8rem !important;
  color: #fff;
  margin-left: 20px;
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  /* Write your Public SASS tablet-l here! */
  .split {
    display: flex;
    width: 100%;
    height: 40vh;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  /* Write your Public SASS tablet-p here! */
  .contac-alto .wpb_wrapper.vc_column-inner {
    min-height: inherit;
  }
  .reverse .row {
    flex-direction: row-reverse;
  }
  a.call-to-a, a.call-to-a-2 {
    color: #fff;
    text-decoration: none;
    background: #676767;
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: 700;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    display: inline-block;
  }
  .page-top {
    min-height: inherit;
  }
  .content-bizagi .vc_column_container.col-md-4 {
    width: 33.3%;
  }
  /*=====================================================*/
  /*B A N E R - R E S P O N S I V E*/
  .split-box-home {
    display: none;
  }
  .banner-movil {
    display: block;
  }
  .content-text-split {
    position: absolute;
    bottom: 50px;
    padding: 30px;
    opacity: 1;
    transform: scale(1);
    transition: all 0.6s 0.2s cubic-bezier(0.62, 0.21, 0.16, 1.26);
  }
  .content-text-split h3:after {
    content: '';
    background: rgba(9, 156, 244, 0.5);
    position: absolute;
    height: 70px;
    width: 100%;
    z-index: -10;
    top: 10px;
    left: 0;
    transform: scale(1);
    opacity: 1;
    transition: all 0.6s 0.2s;
  }
  .screen-split:hover .content-text-split h3:after {
    content: '';
    background: rgba(9, 156, 244, 0.5);
    position: absolute;
    height: 70px;
    width: 100%;
    z-index: -10;
    top: 10px;
    left: 0;
    opacity: 1;
    transform: scale(1);
  }
  .content-text-split h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    transition: all 0.6s 0.2s;
    text-align: center;
  }
  .content-text-split p {
    color: #fff;
    text-align: center;
    padding: 10px;
    text-shadow: 0 1px 1px black;
    font-weight: 600;
  }
  a.boton-slider {
    color: #fff !important;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.2s ease;
    background: #29ade3;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    border: solid #29ade3 2px;
    text-align: center;
    display: block;
  }
  .screen-split:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0.1) 50%, transparent 100%, transparent 100%);
    transition: all 0.4s ease;
  }
  .screen-split:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
    background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0.1) 50%, transparent 100%, transparent 100%);
  }
  .screen-split {
    position: relative;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-end;
    overflow: hidden;
    border-left: none;
    /* filter: grayscale(50%); */
    border-right: none;
    transition: all 0.4s cubic-bezier(0.54, 0.21, 0.11, 1.16);
    height: 100vh;
    margin-top: -300px;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    padding: 0;
  }
  .content-img-home-3 .text-lg-right.vc_column_container.col-md-8.col-lg-6 {
    max-width: 33.3%;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  ul.pl-0.list-unstyled {
    display: flex;
    flex-direction: column;
    margin: inherit;
  }
  .content-boton-footer li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    border-right: none;
  }
  .img-fondo-logo img {
    position: absolute;
    bottom: -100px;
    right: -100px;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  /* Write your Public SASS mobile-p here! */
  .content-box-reverse {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .contac-alto .wpb_wrapper.vc_column-inner {
    min-height: inherit;
  }
  .margin-top-conten, .margin-top-conten-3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .margin-top-conten-2 {
    padding-top: 25px;
    padding-bottom: 0px;
  }
  .reverse .row {
    flex-direction: column-reverse;
  }
  .row.form-contact-2 {
    padding: 20px 10px;
  }
  .titulo-aplicaciones-top {
    padding-top: 0px;
  }
  h2.tiltuo-form-demo::after {
    content: "";
    display: block;
    border-top: 15px solid #29ade3;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: 70px;
    left: calc(50% - 15px);
  }
  .box-imh-text-ai {
    padding-bottom: 30px;
  }
  .content-icon-text-2 .wpb_wrapper.vc_column-inner {
    min-height: inherit;
  }
  .content-icon-text-2 .wpb_wrapper.vc_column-inner:hover {
    min-height: inherit;
  }
  .porto-u-main-heading h2 {
    font-size: 22px;
  }
  .box-banco {
    min-height: inherit;
  }
  .page-top .page-title {
    color: #000000;
    font-family: Open Sans, sans-serif;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
  }
  /*=====================================================*/
  /*S T E P - B I Z G I*/
  .text-reportes-2 p {
    padding: 15px;
    display: table-cell;
    align-items: center;
    vertical-align: middle;
    height: 200px;
  }
  .content-img-home-3 .text-lg-right.vc_column_container.col-md-8.col-lg-6 {
    max-width: inherit;
  }
  .screen-split {
    position: relative;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-end;
    overflow: hidden;
    /* filter: grayscale(50%); */
    border-left: none;
    border-right: none;
    transition: all 0.4s cubic-bezier(0.54, 0.21, 0.11, 1.16);
    height: 80vh;
    margin-top: -100px;
  }
  .box-certificaciones img {
    padding: 10px !important;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 0.2s ease;
  }
  .box-certificaciones img:hover {
    padding: 10px !important;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
  }
  .vc_column_container.col-md-3 {
    width: 50%;
  }
  .wpb_single_image.wpb_content_element.vc_align_center.box-casos-ver {
    border-right: none;
    border-bottom: solid 1px #282828;
    padding: 20px;
  }
  /*=====================================================================*/
  /*N O T I C I A  S*/
  .blog-noticias .grid-box {
    background: #f4f4f4;
    border-radius: 0 0 5px 5px;
  }
}
/*# 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%2F3036-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F3036-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F3036-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F3036-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F3036-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADhBA%3BAAAA%3BACqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%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%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%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%3BAAAA%3BAAAA%3BAAAA%3BADpHA%3BAAAA%3BAC6HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAD7JA%3BAAAA%3BACkKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7PA%3BAAAA%3BACmQA%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%3BADjRA%3BAAAA%3BAC%2BRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BADlWA%3BAAAA%3BACsWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxXA%3BAAAA%3BAC%2BXA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAD7ZA%3BAAAA%3BACiaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BADlbA%3BAAAA%3BACsbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtbA%3BAAAA%3BAC4bA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvfA%3BAAAA%3BAC8fA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAD7iBA%3BAAAA%3BACijBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADpjBA%3BAAAA%3BAC2jBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAD1lBA%3BAAAA%3BACgmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FpBA%3BAAAA%3BACoqBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAD3uBA%3BAAAA%3BACgvBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADrvBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC6vBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADn1BA%3BAAAA%3BACw1BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADl3BA%3BAAAA%3BACw3BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADh4BA%3BAAAA%3BACq4BA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADx4BA%3BAAAA%3BAC44BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADn7BA%3BAAAA%3BACu7BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADz8BA%3BAAAA%3BACm9BA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADz9BA%3BAAAA%3BACi%2BBA%3BAAAA%3BAAAA%3BADj%2BBA%3BAAAA%3BACq%2BBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9gCA%3BAAAA%3BAC0hCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9iCA%3BAAAA%3BACqjCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAD5jCA%3BAAAA%3BACkkCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BADplCA%3BAAAA%3BACwlCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlnCA%3BAAAA%3BAC2nCA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtpCA%3BAAIA%3BAAAA%3BAEHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFDA%3BAASA%3BAAAA%3BAGRA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAHfA%3BAAAA%3BAGoBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%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%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAH1IA%3BAAcA%3BAIdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJVA%3BAAmBA%3BAAAA%3BAKlBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALrCA%3BAAAA%3BAKkDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL7FA%3BAAAA%3BAKoGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */