/* xl - DESKTOP STYLES */
/*==========================================================================*/
/*H E A D E R*/
.porto-tooltip-wrap.empty-tooltip .tooltip-inner {
  display: none;
}
html {
  scroll-behavior: smooth !important;
}
/*[lang="en-US"] .content-top-es{
    display:none;
}
[lang="es-ES"] .content-top-en{
    display:none;
}*/
/*========*/
/*H E A D E R*/
img.img-responsive.standard-logo.retina-logo {
  padding: 7px 0;
}
.btn-top a {
  color: #fff !important;
  background: #93d500;
  border: solid 2px #93d500;
  border-radius: 25px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.btn-top a:hover {
  color: #93d500 !important;
  background: #fff;
}
.titulo-home {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.titulo-home h1 {
  font-size: 70px;
  line-height: 75px !important;
  max-width: 700px;
  letter-spacing: 0.5px;
}
.titulo-home .porto-u-sub-heading {
  font-size: 20px;
}
.1header-main.header-has-center.header-has-center-sm {
  border-bottom: solid 1px #f4f4f4;
}
#header.sticky-header .logo .sticky-logo {
  padding: 10px 0;
}
.section-arrow-white .box-histori h3.porto-sicon-title:before {
  background: #c2c2c2;
}
.section-arrow-white .box-histori h3.porto-sicon-title:after {
  border-bottom: 14px solid #c2c2c2;
}
.bg-color-transparent {
  position: relative;
}
.inner-section-arrow-white {
  position: relative;
  z-index: 10;
}
.operadores-boxes {
  position: relative;
  z-index: 100;
}
/*.bg-color-transparent:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	z-index:1;
    background: rgb(0 0 0 / 30%);
    -webkit-backface-visibility: hidden;
}*/
/*=======*/
/*T O P C O N T E N T*/
.contact-top {
  display: flex;
}
.contact-top_inner a {
  display: flex;
}
.contact-top_inner {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.contact-top_inner.correo {
  width: 250px;
}
.contact-top_box-text {
  width: 70%;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
.contact-top_box-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  max-width: 40px;
  max-height: 40px;
  background: #93d500;
  border-radius: 50%;
  border: solid 2px #ffffff;
  transition: 0.3s ease all;
}
.contact-top_inner:hover .contact-top_box-ico {
  background: transparent;
  border-radius: 50%;
  border: solid 2px #93d500;
  transition: 0.3s ease all;
}
span.contact-top_box-up {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #93d500;
  text-align: left;
  transition: 0.3s ease all;
}
span.contact-top_box-bt {
  color: #fff;
  text-align: left;
  transition: 0.3s ease all;
}
i.fa.ico-top {
  color: #fff;
  font-size: 20px;
  transition: 0.3s ease all;
}
.contact-top_inner:hover i.fa.ico-top {
  color: #93d500;
  font-size: 20px;
  transition: 0.3s ease all;
}
.header-builder .share-links a {
  width: 40px;
  height: 40px;
  border-radius: 28px;
  margin: 0 1px;
  overflow: hidden;
  background: #93d500 !important;
  color: #fff !important;
  font-size: 18px;
  border: solid 2px #fff;
}
.header-builder .share-links a:hover {
  width: 40px;
  height: 40px;
  border-radius: 28px;
  margin: 0 1px;
  overflow: hidden;
  background: transparent !important;
  color: #93d500 !important;
  font-size: 18px;
  border: solid 2px #93d500;
}
.flipbook-main-wrapper {
  background: #fff !important;
}
.flipbook-menu svg, .flipbook-nav svg {
  box-sizing: content-box;
  fill: #154976 !important;
}
/*==============================================================================*/
/*H E R O  H O M E*/
.header-video {
  position: relative;
  z-index: 1;
  text-align: center;
  background: #111;
}
.header-video video {
  z-index: 1;
  position: relative;
  width: 1920px;
  height: 700px;
  object-fit: cover;
}
.header-video:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backface-visibility: hidden;
}
.hero-box {
  padding: 0 20px;
  top: 0;
  left: 0;
  height: 700px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  z-index: 10;
  margin: 0 auto;
}
/*.content-text-hero {
    width: 100%;
    max-width: 1140px;
}*/
.content-text-hero h3 {
  font-size: 35px;
  line-height: 40px !important;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 25px;
  max-width: 800px;
}
h1.content-text-hero_titulo {
  color: #fff;
  font-size: 80px;
}
a.btn-hero {
  color: #fff;
  padding: 10px 30px;
  /*background: var(--porto-primary-color);*/
  background: var(--porto-secondary-color);
  border-radius: 5px;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.2px;
  transition: 0.3s ease all;
}
a.btn-hero:hover {
  color: #fff;
  padding: 10px 30px;
  background: var(--porto-tertiary-color);
  position: relative;
  transition: 0.3s ease all;
}
a.btn-hero.light {
  background: #ffffff;
  color: #217bc7;
}
a.btn-hero.light:hover {
  background: #222;
  color: #fff;
}
.content-btn i.fas.fa-file-pdf {
  padding-left: 5px;
}
.content-btn-hero {
  padding-top: 10px;
  transition: 0.3s ease all;
  display: inline-block;
}
/*.text-justify p{
    text-align:justify;
}*/
/*=============================*/
/*B O X S H A D O W */
.iconos-apps_box {
  border: solid 1px #f4f4f4;
  border-radius: 10px;
  max-width: 250px;
  margin: 0 auto;
  padding: 10px;
  transition: 0.3s ease all;
  box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.2);
}
.iconos-apps_box:hover {
  padding: 10px;
  transition: 0.3s ease all;
  transform: translateY(-10px);
}
.vc_row.wpb_row.top-row.iconos-apps.porto-inner-container {
  position: absolute;
  bottom: -115px;
  width: 100%;
}
.img-doctor-home {
  position: relative;
}
.img-doctor-home img {
  position: relative;
  z-index: 100;
  max-width: 380px;
}
.img-doctor-home:after {
  content: "";
  position: absolute;
  background: #955af6;
  width: 400px;
  height: 90%;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 200px 200px 10px 10px;
  margin: 0 auto;
  box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.alinear-btn_center {
  text-align: center;
}
.blog-noticias p.post-excerpt {
  display: none;
}
/*======================================================================================*/
/*B O X S E R V I C I O S*/
.box-servicios-home {
  position: relative;
  transition: 0.4s ease all;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  padding: 45px 15px 20px 15px !important;
  /*overflow: hidden;*/
  z-index: 10;
  background: rgba(255, 255, 255, 0.75);
}
.box-servicios-home h3.porto-sicon-title {
  height: 100%;
  min-height: 75px;
}
.box-servicios-home:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0px;
  top: 0px;
  background: #217bc7;
  transition: 0.4s ease all;
  border-radius: 0px;
  z-index: -1;
}
.box-servicios-home:hover:before {
  height: 100%;
  transition: 0.4s ease all;
  border-radius: 0 0 10px 10px;
}
.box-servicios-home:hover h3, .box-servicios-home:hover i {
  color: #fff !important;
  transition: 0.4s ease all;
}
.box-servicios-home i {
  transition: 0.3s ease all;
}
.box-servicios-home:hover {
  box-shadow: 5px 25px 30px 0px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease all;
}
/*======================================================================================*/
/*C A R R U S E L*/
#slider-formato_contenedor .has-ccols.owl-loaded > .owl-nav {
  width: 110px;
}
#slider-formato_contenedor button:not(hover) {
  /* background: var(--porto-secondary-color) !important; */
  margin-right: 15px;
  border: solid 1px #fff;
}
#slider-formato_contenedor button.owl-next:not(:disabled) {
  background: var(--porto-secondary-color) !important;
}
/*========================================================================================*/
/*B O X Y E A R*/
.box-year-float {
  position: absolute;
  bottom: 20px;
  background: var(--porto-secondary-color);
  z-index: 100;
  padding: 10px 15px;
  right: 0px;
  border-radius: 0;
  display: flex;
}
.box-year-float .porto-u-sub-heading {
  display: flex;
  flex-direction: column;
  padding-left: 12px;
  justify-content: center;
}
.box-year-float:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 0px solid transparent;
  border-top: 10px solid #b3161d;
}
strong.box-year-float_years {
  font-size: 25px;
  line-height: 1em;
  color: #fff;
}
.box-year-float h4 {
  font-size: 16px;
  line-height: 1em;
  font-weight: 300;
  color: #fff;
  margin: 0 !important;
  padding-top: 0px;
  font-family: kanit;
}
/*======================================================================================*/
/**/
.content-us-bullet_inner h2 {
  margin-bottom: 15px;
}
.content-us-bullet_inner {
  padding-bottom: 20px;
  position: relative;
  padding-left: 50px;
}
.content-us-bullet_inner:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
  left: 9px;
  top: 5px;
  z-index: 10;
  box-shadow: 0px 0px 0px 7px #955af6;
}
.content-us-bullet_inner:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 14px;
  top: 5px;
  border: dashed 1px #333;
}
.img-efecto, .img-efecto-left {
  position: relative;
}
.img-efecto img, .img-efecto-left img {
  border-radius: 7px;
  position: relative;
  z-index: 10;
  max-height: 450px;
  object-fit: cover;
  box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.img-efecto-left.img-auto img, .img-efecto.img-auto img {
  max-height: initial;
}
.innerMisionVision .wpb_wrapper.vc_column-inner {
  background: var(--porto-primary-color);
  padding: 35px 30px !important;
  border-radius: 7px;
  min-height: 300px;
  display: flex;
  position: relative;
}
.innerMisionVision h4 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 35px 0 25px 35px;
}
.nosotrosHome img {
  height: 300px;
  object-fit: cover;
}
.porto-just-icon-wrapper.porto-icon.none.ico-float-mv {
  position: absolute;
  bottom: 5px;
  opacity: 0.03;
  right: 0;
}
.titulo-page strong {
  color: var(--porto-secondary-color);
}
.titulo-page-block h1 {
  color: #fff;
  font-size: 30px;
}
.titulo-page-block strong {
  display: block;
  font-size: 65px;
  color: #fff;
}
.reverse .row {
  flex-direction: row-reverse;
}
.vc_row.wpb_row.vc_inner.row.no-reverse {
  flex-direction: row;
}
div#acordion-plano .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body, div#acordion-plano .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: transparent;
}
div#acordion-plano .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  background-color: transparent;
}
div#acordion-plano .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
  color: #ffffff;
  border-bottom: solid 0px #333;
}
div#acordion-plano .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #217bc7;
}
/*====================================================================================*/
/*N O S O T R O S*/
.box-crecimiento {
  padding: 10px 30px 0 30px;
}
.porto-sicon-box.box-ms {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px #f4f4f4;
  border-radius: 10px;
  transition: 0.4s ease all;
  background: #fff;
}
.box-ms .porto-just-icon-wrapper.porto-icon.none {
  background: #217bc7;
  margin: 0;
  padding: 15px;
  border-radius: 10px 0 0 10px;
}
.box-ms h3.porto-sicon-title {
  padding-left: 15px;
}
.porto-sicon-box.box-ms:hover {
  transition: 0.4s ease all;
  transform: translateY(-10px);
}
.porto-sicon-box.box-ms.fondo {
  background: #172a7b;
  position: relative;
  margin-left: 35px;
  width: 100%;
}
.box-ms .porto-sicon-left {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.box-ms.fondo .porto-sicon-left {
  border-right: solid 2px #fff;
}
.porto-sicon-box.box-ms-page {
  border: solid 1px #edeff2;
  background: #fff;
  border-radius: 10px;
  padding: 35px 20px;
  box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.07);
  transition: 0.3s ease all;
  height: 100%;
  min-height: 260px;
}
.porto-sicon-box.box-ms-page:hover {
  border: solid 1px #edeff2;
  border-radius: 10px;
  padding: 35px 20px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.07);
  transition: 0.3s ease all;
}
.parallax-efecto {
  background-attachment: fixed !important;
}
/*====================================================================================*/
/*V E N T A J A S*/
.porto-sicon-box.box-compromisos {
  background: rgba(29, 50, 130, 0.05);
  padding: 35px 15px 35px 15px;
  border-radius: 7px;
  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.no-bg {
  background: transparent;
  box-shadow: none;
  border: none;
}
.porto-sicon-box.box-compromisos.no-bg .porto-just-icon-wrapper.porto-icon {
  background: transparent !important;
  border: solid 2px var(--porto-secondary-color);
}
.porto-sicon-box.box-compromisos.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
.porto-sicon-box.box-compromisos.reverse-color {
  background: #ffffff;
}
.porto-sicon-box.box-compromisos:hover {
  box-shadow: 5px 5px 7px 2px rgba(0, 0, 0, 0.01);
  transition: 0.3s ease all;
  transform: translateY(-5px);
  border: solid 1px var(--porto-secondary-color);
}
.porto-sicon-box.box-compromisos:hover.no-bg {
  border: none;
  box-shadow: none;
  transform: initial;
}
.porto-sicon-box.box-compromisos:hover.no-bg .porto-just-icon-wrapper.porto-icon {
  background: var(--porto-secondary-color) !important;
}
.porto-sicon-box.box-compromisos:hover.no-bg .porto-just-icon-wrapper.porto-icon i {
  color: #fff;
}
.porto-sicon-box.box-compromisos .porto-just-icon-wrapper {
  background: linear-gradient(135deg, #f9303e 0%, #e11923 50%, #f9303e 100%);
  border-radius: 7px;
  padding: 20px;
  width: 30px;
  height: 30px;
}
.porto-sicon-box.box-compromisos.top-icon .porto-sicon-header {
  margin-bottom: 5px;
}
.custom-box_carousel.porto-sicon-box {
  border-radius: 7px !important;
  height: 100%;
  align-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 22px;
  padding-right: 24px;
}
.custom-box_carousel.porto-sicon-box .porto-just-icon-wrapper {
  padding: 10px;
  border-radius: 7px;
  background: var(--porto-secondary-color) !important;
}
/*===============================================================================================*/
/*H I S T O R I*/
.box-histori img.img-icon {
  /* padding: 7px; */
  /*background: #217bc7;*/
  transition: 0.5s ease all;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.box-histori:hover img.img-icon {
  /*background: #c2c2c2;*/
  transition: 0.5s ease all;
}
.box-histori .porto-just-icon-wrapper.porto-sicon-img {
  border-radius: 50%;
  transition: 0.5s ease all;
  box-shadow: 0 0 0 5px #217bc7, 0 0 0 10px #c2c2c2, 0 0 10px 40px rgba(14, 66, 149, 0);
}
.box-histori:hover .porto-just-icon-wrapper.porto-sicon-img {
  border-radius: 50%;
  transition: 0.5s ease all;
  box-shadow: 0 0 0 5px #c2c2c200, 0 0 0 10px #217bc721, 0 0 10px 0px #217bc7;
}
.box-histori {
  position: relative;
  margin-top: 35px;
  padding: 0 10px;
}
.box-histori p {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1b1b1b;
}
.box-histori h3.porto-sicon-title:before {
  content: "";
  position: absolute;
  width: 4px;
  Height: 40px;
  left: 0;
  top: 150px;
  right: 0;
  margin: 0 auto;
  background: #217bc7;
  z-index: -1;
}
.box-histori h3.porto-sicon-title:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 190px;
  right: 0;
  margin: 0 auto;
  transform: rotate(180deg);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid #217bc7;
}
.box-histori .porto-sicon-header {
  padding-top: 50px;
}
.box-enfoque_carrusel {
  width: 810px !important;
  position: relative;
  right: 39px;
  z-index: 100;
}
.box-enfoque_carrusel .porto-sicon-box {
  display: block;
  align-items: center;
  /* width: 400px; */
  background: #fffcfc;
  padding: 30px 25px;
  border-radius: 10px;
  border: solid 1px #f4f4f4;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.box-enfoque_carrusel .owl-stage {
  display: flex;
  flex-wrap: nowrap;
}
/*======================================================================================*/
/*S E R V I C I O S*/
.content-servicios .container > .row {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  overflow: hidden;
}
.content-servicios_inner {
  padding: 50px 35px 25px 35px;
}
/*===================================================================================================*/
/*S L I D E R H E A D E R H O M E*/
.slider-formato_row.home {
  position: relative;
  margin: 0;
  transition: 0.5s ease all;
}
.slider-formato_left-textos, .slider-formato_right_carrusel {
  position: relative;
  z-index: 10;
}
.slider-overlay_home {
  position: static;
}
.slider-formato_textos {
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: 0;
  padding: 25px 15px;
  margin: 0;
}
.slider-overlay_home .porto-sicon-description {
  margin-top: 10px;
}
.slider-formato_textos h2 {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  line-height: 30px !important;
  font-family: "Helveticaneuelight";
  letter-spacing: 0.3px;
  text-align: center;
}
.slider-formato_row.home img {
  border-radius: 7px;
  position: relative;
  height: 100%;
  min-height: 370px;
  object-fit: cover;
  transition: 0.5s ease all;
  transform: scale(1);
}
.slider-formato_row.home:hover img {
  transition: 0.5s ease all;
  transform: scale(1.1);
}
.slider-formato_row.home .wpb_wrapper {
  overflow: hidden;
  border-radius: 7px;
}
.slider-formato_row.home:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  border-radius: 0 0 5px 5px;
  left: 0%;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.99) 100%);
}
.owl-stage {
  overflow: hidden;
}
.titulo-page-all.slider .porto-u-sub-heading {
  /*color: var(--porto-dark-color);*/
  color: #fff;
  font-size: 50px;
  line-height: 59px;
  padding-top: 10px;
  padding-bottom: 10px;
}
div#slider-formato_contenedor_2 .has-ccols.owl-loaded > .owl-nav {
  width: 20%;
  max-width: 130px;
}
#slider-formato_contenedor_2 button {
  background: #ffffff;
}
/*====================================================================================*/
/*O P E R A D O R E S*/
.box-operadores-numbers strong {
  background: #217bc7;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin-right: 10px;
  text-align: center;
  font-size: 34px;
  transition: 0.3s ease all;
}
.box-operadores-numbers:hover strong {
  background: #fff;
  color: #217bc7;
  display: inline-block;
  transition: 0.3s ease all;
}
.porto-u-heading.box-operadores-numbers {
  padding: 0 25px;
  margin-bottom: 35px;
}
/*====================================================================================*/
/*N E W - B L O G*/
.blog-full-widh article.post .post-image.single {
  margin-bottom: 0;
}
.blog-full-widh article.post .post-image.single {
  padding-top: 0;
}
.blog-full-widh article.post.post-modern.hide-post-date.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-destacados.category-noticias {
  position: relative;
  height: 527px;
}
.blog-full-widh .owl-stage-outer.owl-height {
  height: 527px !important;
}
.blog-full-widh .clearfix {
  display: none;
}
.blog-list .blog-post-item .post-item-title > a {
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}
.blog-full-widh .post-content a {
  color: #fff !important;
  margin-bottom: 0;
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  /*-webkit-line-clamp: 1;*/
  -webkit-box-orient: vertical;
}
.blog-full-widh h2.entry-title {
  margin-bottom: 0 !important;
}
.blog-full-widh span.meta-date {
  color: #ffffff;
  font-weight: 700;
}
.blog-full-widh .post-meta {
  margin-bottom: 0 !important;
}
.blog-full-widh p.post-excerpt {
  color: #fff;
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: none;
}
.blog-full-widh .post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding-left: 20px;
  width: 100%;
  padding-bottom: 15px;
  padding-right: 10px;
}
.blog-full-widh .post-content:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150%;
  transition: opacity 0.2s;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.95));
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*border-radius: 5px;*/
}
.blog-full-widh img.owl-lazy.img-responsive {
  height: 527px;
  object-fit: cover;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
  /*border-radius: 5px;*/
}
.blog-list img {
  height: calc(105px - 0px);
  object-fit: cover;
  /* box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2); */
  /*border-radius: 3px;*/
}
.blog-list .owl-item.active {
  overflow: hidden;
  /*max-height: 515px;*/
  /*border-radius: 5px;*/
}
.blog-list .blog-posts .post-item-list {
  display: flex;
  align-items: center;
  /* flex-direction: row-reverse; */
  border-bottom: solid 1px #333;
  padding-bottom: 15px;
  padding-right: 15px;
}
.blog-list span.post-date {
  color: #fff !important;
}
.custom-dot-type-1 .owl-nav.disabled + .owl-dots {
  display: none;
}
/*====================================================================================*/
/* S C R O L*/
.blog-list {
  max-height: 525px;
  overflow-x: hidden;
}
/*.content-preguntas_scrool.vc_column_container{
    height: 370px;
    overflow-x: hidden;
}*/
.blog-list::-webkit-scrollbar-thumb {
  background-color: #217bc7;
  border-radius: 0px;
  border: 0px solid #333;
  cursor: pointer;
}
.blog-list::-webkit-scrollbar-track {
  border-radius: 5px;
}
.blog-list::-webkit-scrollbar {
  -webkit-appearance: none;
}
.blog-list::-webkit-scrollbar:vertical {
  width: 5px;
}
.blog-list::-webkit-scrollbar {
  background-color: #333;
}
/*.content-galeria-home img{
    object-fit: cover;
    height: 300px !important;
}
.content-galeria-home{
    margin-bottom:25px;
}

img.mfp-img {
    width: auto;
    max-height: none !important;
    height: auto;
    display: block;
    line-height: 0;
    padding: 40px 0 40px;
    margin: 0 auto;
    max-width: 800px !important;
}

.galeria-inner-page img.attachment-full.size-full {
    height: 230px;
    object-fit: cover;
}*/
/*======================================================================================*/
/*S E R V I C I O S*/
.container-ventajas {
  position: relative;
  transition: 0.3s ease all;
}
.container-ventajas .porto-u-sub-heading {
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container-ventajas_box {
  border-bottom: solid 3px #c2c2c2;
  margin-bottom: 10px;
  opacity: 0.5;
  transition: 0.3s ease all;
  /*padding-bottom: 10px;*/
  margin-bottom: 15px;
}
.porto-u-heading.container-ventajas {
  margin-bottom: 5px;
}
.container-ventajas .porto-u-main-heading {
  position: absolute;
  right: -10px;
  top: 0;
  transition: 0.3s ease all;
}
.container-ventajas -:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  background: #c2c2c2;
  transition: 0.3s ease all;
}
.container-ventajas .porto-u-sub-heading {
  max-width: calc(100% - 70px);
  margin: 0;
  transition: 0.3s ease all;
}
.container-ventajas_right {
  position: relative;
  min-height: 470px;
}
.btn-plano-ventajas {
  display: flex;
  position: absolute;
  left: -50px;
}
.btn-plano-ventajas a {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.2px;
  transition: 0.3s ease all;
  background: #c2c2c2;
  color: #fff;
  width: 60px;
  padding: 0px 15px 0px 15px;
}
.btn-plano-ventajas i.porto-icon-long-arrow-alt {
  position: absolute;
  transition: 0.3s ease all;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  right: 30px;
  z-index: 10;
  opacity: 0;
}
.porto-u-heading.container-ventajas h2 p {
  display: none;
}
.container-ventajas_box.active i.porto-icon-long-arrow-alt {
  animation: arrow-move 0.3s infinite alternate;
  opacity: 1;
}
@keyframes arrow-move {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(5px);
  }
}
.container-ventajas_img {
  display: none;
}
.container-ventajas_img:first-child {
  display: block;
}
.container-ventajas_img img {
  min-height: 500px;
  object-fit: cover;
}
.container-ventajas strong {
  font-size: 20px;
  transition: 0.3s ease all;
}
.btn-plano-servicios {
  transform: scaleY(0);
  transition: 0.4s ease;
}
.btn-plano-servicios a {
  font-weight: 900;
}
/*.btn-plano-servicios a:hover {
    color: #fff;
    padding: 10px 30px;
    background: #00c1de;
    position: relative;
    transition: 0.3s ease all;
}*/
.porto-info-list li {
  align-items: flex-start;
}
i.porto-info-icon.fas.fa-dot-circle {
  position: relative;
  top: 6px;
}
/*======================================================================================*/
/* A C T I V E*/
.container-ventajas_box.active .btn-plano-servicios {
  transform: scaleY(1);
  transition: 0.4s ease;
}
.container-ventajas_box.active .container-ventajas strong {
  font-size: 20px;
  color: #217bc7;
  transition: 0.3s ease all;
}
.container-ventajas_box.active {
  border-bottom: solid 3px #217bc7;
  opacity: 1;
  transition: 0.3s ease all;
}
.container-ventajas_box.active .btn-plano-ventajas a {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.2px;
  transition: 0.3s ease all;
  background: #217bc7;
  color: #fff;
  width: 100%;
  padding: 0px 85px 0 15px;
}
/*===============================================================*/
/*N O T I C I A S*/
a.btn.btn-xs.btn-default.text-xs.text-uppercase.btn-readmore {
  color: #fff;
  font-size: 15px !important;
  font-weight: 600;
  background: #217bc7;
  padding: 12px 25px;
  border-radius: 5px;
  border: none;
}
.descargas-imagen-portadas a {
  position: relative;
  display: block;
}
.descargas-imagen-portadas a:after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 0px;
  right: 0;
  top: 0px;
  bottom: 10px;
  border: solid 2px #fff;
  transition: 0.3s ease all;
  z-index: 10;
  margin: 10px auto;
}
/*===============================================================================================*/
/*P R O Y E C T O S*/
.content-galeria-proyectos {
  padding-bottom: 15px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  max-width: 800px;
}
/*==========================================================================*/
/*E Q U I P O*/
.content-equipo .wpb_wrapper.vc_column-inner {
  background: rgba(51, 51, 51, 0.8);
  border-radius: 20px;
  max-width: 322px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 0px 10px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
}
.content-equipo .wpb_wrapper.vc_column-inner:after {
  content: "";
  position: absolute;
  background: #217bc7;
  width: 100%;
  height: 120px;
  left: 0;
  top: 0;
  z-index: 1;
}
.img-equipo img {
  max-width: 180px;
  margin-top: 35px;
  margin-bottom: 25px;
  border: solid 5px #fff;
  border-radius: 50%;
  position: relative;
  z-index: 10;
}
.btn-center {
  text-align: center;
}
.content-equipo_textos {
  margin-bottom: 30px;
}
.content-equipo_textos h2 {
  font-size: 25px;
  line-height: 30px !important;
}
/*==========================================================================*/
/*P A G E*/
.content-equipo_page_img img {
  max-width: 180px;
  margin-top: 35px;
  margin-bottom: 25px;
  border: solid 5px #217bc7;
  border-radius: 50%;
  position: relative;
  z-index: 10;
}
.content-equipo_page .wpb_wrapper.vc_column-inner {
  box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 0 25px;
  max-width: 435px;
  margin: 35px auto 0;
  background: #f4f4f4;
  min-height: 500px;
}
/*.content-equipo_page p {
    height: 230px;
}*/
.logos-aliados img {
  padding: 0 20px;
}
.alto-carrusel .owl-stage-outer.owl-height {
  height: 335px !important;
}
hr.tall {
  margin: 0;
  display: none;
}
.vc_custom_1737398271608::before {
  background: black;
  position: absolute;
  left: 0;
  top: 0;
}
/*==============================================================================*/
/* SECCION DESCARGAS */
.custom-hover-card h4 {
  margin-bottom: 0;
}
.custom-hover-card h4 a {
  color: inherit;
  transition: color 0.3s ease;
}
.custom-hover-card:hover h4 a {
  color: #217bc7;
}
.custom-hover-card {
  transition: 0.3s all;
}
.custom-hover-card .separator-line {
  width: 100%;
  transition: width 0.3s ease;
}
.custom-hover-card:hover .separator-line {
  width: 75%;
}
/*==============================================================================*/
/* SECCION DESCARGAS END */
/*==============================================================================*/
/* L E E R - M A S*/
.setSeeToggle {
  display: none;
  padding-top: 10px;
}
.btn-content-all button {
  background: no-repeat;
  border: none;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 0;
}
.ico-arrow {
  /*font-size: 20px;*/
  padding-left: 5px;
}
p.texto-leermas {
  margin-bottom: 0;
}
.box-transporte-mar {
  padding: 20px 10px 0 10px;
}
.wpb_single_image .vc_single_image-wrapper {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
}
/*.page-top:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-backface-visibility: hidden;
}*/
/*.page-top:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #000000c7 0, rgba(0, 0, 0, 0.2) 30%, transparent 100%, transparent 100%);
    -webkit-backface-visibility: hidden;
}*/
.ser-operadores h4 {
  position: relative;
  z-index: 10;
}
.ser-operadores {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: flex-end;
  /*justify-content: center;*/
  padding: 15px;
}
.ser-operadores:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000000c7 0, rgba(0, 0, 0, 0.2) 40%, transparent 100%, transparent 100%);
  -webkit-backface-visibility: hidden;
}
/*.custom-word-2-lines .porto-sicon-title {
	transition: 0.4s ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
*/
.owl-item {
  background: rgba(29, 50, 130, 0.05) !important;
  border-radius: 14px;
}
/*==========================================================================*/
/*P A R R A L L A X*/
.content-equipo-all {
  position: relative;
  z-index: 10;
  padding: 50px 0 35px 0;
}
.content-from-text {
  position: relative;
  z-index: 10;
}
.parralax-fondo {
  background-attachment: fixed;
  position: relative;
}
.parralax-fondo:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backface-visibility: hidden;
}
/*==========================================================================*/
/*F O R M*/
.form-group p {
  margin: 0;
}
.form-group.campo input {
  border: none;
  border-bottom: solid 1px #217bc7;
  border-radius: 0;
  padding: 20px 0;
}
textarea.wpcf7-form-control.wpcf7-textarea.custom-contact-input {
  resize: none;
  height: 70px;
  border: none;
  border-bottom: solid 1px #217bc7;
  border-radius: 0;
  width: 100%;
  padding-left: 0;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary.btn-home-form {
  background: #217bc7;
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 600;
  transition: 0.3s ease all;
  font-size: 16px;
  border: none;
  margin-top: 15px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary.btn-home-form:hover {
  background: #333;
  color: #fff;
  padding: 12px 25px;
  font-weight: 600;
  transition: 0.3s ease all;
}
label.font-weight-form {
  font-weight: 500;
}
.form-control:focus, select:focus {
  box-shadow: none;
}
.custom-box-absolute {
  position: absolute;
  bottom: -15px;
  right: -10px;
  z-index: 99;
  background: #fff;
  padding: 14px 10px;
  border-radius: 14px;
  box-shadow: 0 0 5px;
}
.custom-box-absolute .porto-just-icon-wrapper {
  background: #eff1f5;
  padding: 7px;
  border-radius: 7px;
  border: 1px solid #111111;
}
.mision-vision {
  background: #ffffff;
  padding: 20px;
  border-radius: 14px;
}
section.timeline:after {
  background: linear-gradient(to bottom, rgba(29, 50, 130, 0) 0%, #1d3282 8%, #1d3282 92%, rgba(29, 50, 130, 0) 100%) !important;
}
/*======================================================================================*/
/*N E W S  L E T T E R*/
.contact-form-newsletter input {
  padding: 15px;
}
.content-fomr.col-lg-12 {
  display: flex;
  flex-direction: row;
  /*flex-wrap: wrap;*/
}
.contact-form-newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
  margin: 0px;
  width: 100%;
  padding: 25px;
  font-size: 16px;
  border-radius: 25px 0 0 25px;
}
.contact-form-newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-fomr {
  background: #222222;
  font-weight: 500;
  transition: 0.3s ease all;
  color: #fff;
  padding: 13px 25px;
  text-align: center;
  border: none;
  width: 100%;
  border-radius: 0 25px 25px 0;
}
.contact-form-newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-fomr:hover {
  background: #333;
  font-weight: 500;
  transition: 0.3s ease all;
  color: #fff;
}
/*==========================================================================*/
/*C O N T A C T*/
.content-ico-contact .porto-sicon-description {
  margin-top: 0px;
}
.porto-sicon-description a {
  color: #333;
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
/*==========================================================================*/
/*F O O T E R*/
aside#media_image-2 {
  text-align: center;
}
#footer img {
  width: 250px;
}
#footer .footer-main > .container {
  padding-top: 50px;
  padding-bottom: 25;
}
#footer .footer-bottom {
  padding: 10px 0px 10px 0;
  /*border-top: solid 1px #444;*/
}
#footer h3.widget-title {
  font-size: 20px !important;
  letter-spacing: 1px !important;
  color: #333 !important;
}
i.icon-footer {
  color: var(--porto-secondary-color);
  padding-right: 5px;
}
.social-contacto ul.list-unstyled {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 230px;
}
.ico-social-new {
  color: var(--porto-secondary-color);
}
.porto-info-list li {
  list-style: none;
  line-height: 1.5;
  padding-top: 0;
  padding-bottom: 0;
}
.download-pdf .btn-grupo {
  position: unset;
}
.box-line-clamp .wpb_wrapper {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  overflow: hidden;
}
.box-line-clamp .wpb_wrapper.is-expanded {
  -webkit-line-clamp: initial;
  line-clamp: initial;
}
#footer .footer-bottom {
  padding: 18px 0;
  font-size: 1em;
  border-top: 1px solid #ccc;
}
span.footer-copyright {
  line-height: 25px;
}
#footer .footer-links strong {
  font-weight: 400 !important;
}
.footer_cop-link ul.list-unstyled {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#footer .footer-bottom .widget {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.footer-bottom {
  background: #f4f4f4 !important;
}
.footer-bottom .footer_cop-link li {
  color: #555555;
}
/*==============================================================================*/
/*Q U E R Y*/
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1370px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .content-equipo_page .wpb_wrapper.vc_column-inner {
    min-height: 520px;
  }
}
.text-justify {
  text-align: justify;
}
.min-h-300 {
  min-height: 480px;
}
/*.vc_custom_1737399122914,
.vc_custom_1737398271608{
	position: relative;
	z-index: 1;
}

.vc_custom_1737399122914::after,
.vc_custom_1737398271608::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: -1;
}
*/
.box-transporte-mar.vc_column_container.col-md-6.col-lg-4 .wpb_wrapper.vc_column-inner, .box-transporte-mar .wpb_wrapper.vc_column-inner {
  background: #006dd27a;
  border-radius: 14px;
  text-align: center;
  margin: auto;
  padding: 14px;
}
.box-transporte-mar .wpb_wrapper.vc_column-inner {
  align-content: unset;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  .img-efecto :after {
    left: -15px;
    top: -15px;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  #footer .footer-bottom .footer-center {
    padding: 10px 8px;
    text-align: center !important;
    line-height: 20px;
  }
  .vc_row.wpb_row.top-row.iconos-apps.porto-inner-container {
    position: inherit;
    bottom: 0;
    padding-top: 50px;
    width: inherit;
  }
  .innerMisionVision h4 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 35px 0 25px 35px;
    font-size: 25px;
  }
  .contact-top_box-text {
    display: none;
  }
  .contact-top_box-ico {
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
  }
  .contact-top_inner.correo {
    width: inherit;
    padding-left: 15px;
  }
  #header.sticky-header .header-main {
    background-color: white;
  }
  #header .header-main .header-center, #header .header-main .header-right {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  aside.widget.widget_media_image {
    text-align: center;
  }
  #header .header-main .header-left {
    padding: 0;
  }
  #header .mobile-toggle {
    color: #ffffff;
    font-size: 25px;
  }
  #header.sticky-header .mobile-toggle {
    color: #217bc7;
  }
  .img-efecto-flor.vc_column_container {
    padding-bottom: 25px;
  }
  img.img-responsive.standard-logo.retina-logo {
    width: 100px;
    padding: 5;
  }
  #header.sticky-header .logo .sticky-logo {
    padding: 5;
    width: 80px;
  }
  #header .header-main .header-left, #header .header-main .header-center, #header .header-main .header-right, .fixed-header #header .header-main .header-left, .fixed-header #header .header-main .header-right, .fixed-header #header .header-main .header-center, .header-builder-p .header-main:not(.e-con) {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .porto-sicon-box.box-ms-page {
    border: solid 1px #edeff2;
    background: #fff;
    border-radius: 10px;
    padding: 35px 20px;
    box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.07);
    transition: 0.3s ease all;
    height: 100%;
    min-height: inherit;
  }
  .container-ventajas .porto-u-sub-heading {
    max-width: calc(100% - 90px);
    margin: 0;
    transition: 0.3s ease all;
  }
  .btn-plano-ventajas {
    display: flex;
    position: absolute;
    left: -90px;
  }
  .container-ventajas_box.active .btn-plano-ventajas a {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.2px;
    transition: 0.3s ease all;
    background: #217bc7;
    color: #fff;
    width: 50px;
    padding: 0px 70px 0 15px;
  }
  .btn-plano-ventajas i.porto-icon-long-arrow-alt {
    position: absolute;
    transition: 0.3s ease all;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    right: 10px;
    z-index: 10;
    opacity: 0;
  }
  .container-ventajas .porto-u-sub-heading {
    transition: 0.4s ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .btn-center-mobil {
    text-align: center;
  }
  /*====================================================================================*/
  /*N E W - B L O G*/
  .blog-full-widh img.owl-lazy.img-responsive {
    height: inherit;
  }
  .blog-full-widh article.post.post-modern.hide-post-date.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-destacados.category-noticias {
    position: relative;
    height: 100%;
  }
  .blog-list .blog-posts .post-item-list {
    display: flex;
    align-items: center;
    /* flex-direction: row-reverse; */
    border-bottom: solid 1px #f4f4f4;
    padding-bottom: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .blog-full-widh .owl-stage-outer.owl-height {
    height: 100% !important;
  }
  .box-enfoque_carrusel {
    width: 100% !important;
    position: relative;
    left: 0px;
    z-index: 100;
  }
  .content-servicios_inner {
    padding: 35px 15px 50px 15px;
  }
  .custom-box-absolute {
    right: 0;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  .header-video video, .hero-box {
    height: 500px;
  }
  h1.content-text-hero_titulo {
    font-size: 60px;
    line-height: 65px !important;
  }
  .content-text-hero h3 {
    font-size: 25px;
    line-height: 30px !important;
    letter-spacing: 0px;
    margin-bottom: 25px;
  }
  .content-equipo_page .wpb_wrapper.vc_column-inner {
    min-height: inherit;
  }
  .container-ventajas_img img {
    min-height: inherit;
    object-fit: cover;
  }
  .container-ventajas_right {
    position: relative;
    min-height: 100%;
  }
  .box-servicios-home h3.porto-sicon-title {
    height: 100%;
    min-height: 100%;
  }
  .page-top > .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .nosotrosHome img {
    height: 100%;
    min-height: 300px;
    object-fit: cover;
  }
  .innerMisionVision .wpb_wrapper.vc_column-inner {
    background: var(--porto-primary-color);
    padding: 35px 20px !important;
    border-radius: 7px;
    min-height: 320px;
    display: flex;
    position: relative;
  }
  .innerMisionVision h4 {
    padding: 35px 0 35px 20px;
  }
  .titulo-page-block strong {
    display: block;
    font-size: 35px;
    color: #fff;
  }
  .titulo-page-block h1 {
    color: #fff;
    font-size: 20px;
  }
  /*======================================================================================*/
  /*N E W S  L E T T E R*/
  .contact-form-newsletter .col-lg-12 {
    flex-wrap: wrap;
    width: 100%;
  }
  .contact-form-newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-fomr {
    width: 100%;
  }
  .box-servicios-home h3.porto-sicon-title {
    font-size: 23px;
    line-height: 30px;
  }
  .porto-sicon-box.box-valores {
    min-height: inherit;
  }
  h2.titulo-call-to-action {
    text-align: center !important;
  }
  .contact-form-newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    border-radius: 25px;
  }
  .contact-form-newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-fomr {
    border-radius: 25px;
  }
  .box-enfoque_carrusel .porto-sicon-box.default-icon {
    /* width: 400px; */
    background: #fffcfc;
    padding: 30px 25px;
    border-radius: 10px;
    border: solid 1px #f4f4f4;
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.1);
    height: inherit;
  }
  .porto-u-heading.box-operadores-numbers {
    padding: 0 0px;
    margin-bottom: 35px;
  }
  section.timeline .timeline-box {
    background: rgba(255, 255, 255, 0.99);
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  .content-text-hero h3 {
    font-size: 20px;
    line-height: 25px !important;
    letter-spacing: 0px;
    margin-bottom: 25px;
  }
  .header-col.visible-for-sm.header-left {
    max-width: 60px;
  }
  .content-equipo-all {
    position: relative;
    z-index: 10;
    padding: 50px 0;
  }
  /*====================================================================================*/
  /*N E W - B L O G*/
  .blog-list .blog-posts .post-item-list {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    border-bottom: solid 1px #f4f4f4;
    padding-bottom: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .blog-list img {
    height: 100%;
    object-fit: cover;
    /* box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2); */
    border-radius: 3px;
  }
  .btn-grupo {
    position: relative;
    right: 0;
    top: 0;
    padding-top: 20px;
    padding-bottom: 5px;
    text-align: center;
  }
  .footer_cop-link ul.list-unstyled {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
  .footer_cop-link ul li a {
    padding-top: 10px;
    display: block;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F2358-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F2358-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F2358-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F2358-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F2358-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BACEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADjFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACsGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADjMA%3BAAAA%3BACyMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%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%3BADtOA%3BAAAA%3BAAAA%3BAAAA%3BACwPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADrWA%3BAAAA%3BAC6WA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BADxZA%3BAAAA%3BAC%2BZA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADvaA%3BAAAA%3BAC4aA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5cA%3BAAAA%3BACudA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADlkBA%3BAAAA%3BACykBA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BADpoBA%3BAAAA%3BAC0oBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9sBD%3BAAAA%3BACstBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%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%3BAAcA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BADvyBA%3BAAAA%3BACszBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAD5zBA%3BAAAA%3BACi0BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD95BA%3BAAAA%3BACm6BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BADp7BA%3BAAAA%3BAC27BA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%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%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAD5iCA%3BAAAA%3BACijCA%3BAAAA%3BAAAA%3BAAAA%3BADjjCA%3BAAAA%3BAAAA%3BAAAA%3BAC0jCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAD1kCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACgnCA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%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%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADtuCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACgvCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADnvCA%3BAAAA%3BACyvCA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5wCA%3BAAAA%3BAC2xCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3yCA%3BAAAA%3BAC6zCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADh0CA%3BAAAA%3BACs0CA%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%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAD32CA%3BAAAA%3BACk3CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD33CA%3BAAAA%3BAAAA%3BACw4CA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADt5CA%3BAAAA%3BAC%2B5CA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADr7CA%3BAAAA%3BAAAA%3BAAAA%3BACg8CA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD79CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC6%2FCA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5gDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmiDA%3BAAAA%3BAAAA%3BAAAA%3BADniDA%3BAAAA%3BACyiDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtjDA%3BAAAA%3BACokDA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAD5oDA%3BAAAA%3BACkpDA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7qDA%3BAAAA%3BACsrDA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD7rDA%3BAAAA%3BACksDA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BADhyDD%3BAAAA%3BACuyDA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADtzDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC60DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADr1DA%3BAAIA%3BAEJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFAA%3BAASA%3BAGTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%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%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAHjIA%3BAAAA%3BAGuIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAHjLA%3BAAcA%3BAIdA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAJ7CA%3BAAAA%3BAImDA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAJzGA%3BAAmBA%3BAKnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALMA%3BAAAA%3BAKGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */