/* xl - DESKTOP STYLES */
/*==============================================================================*/
/*H E A D E R*/
/*header#header {
    border-bottom: solid 1px rgba(0,0,0,.1);
}*/
html {
  scroll-behavior: smooth !important;
}
#header .header-main .header-left {
  padding: 0px;
}
.main-menu-wrap {
  background-color: transparent;
  padding: 0 0 0 0;
  border-top: solid 1px #f4f4f4;
}
.main-content {
  padding-bottom: 0px;
}
.no-breadcrumbs .main-content {
  padding-top: 0;
}
#header .searchform, .fixed-header #header.sticky-header .searchform {
  width: 500px;
}
#header .searchform .searchform-fields, #header .searchform fieldset {
  display: flex;
  justify-content: space-between;
}
#header .searchform .button-wrap {
  margin: 0;
  background: #008c42;
}
i.fas.fa-search {
  color: #fff;
}
/*.btn-contacto a {
    background: linear-gradient(320deg, #ffd512 10%, #00000000 11%);
    transition: 0.3s ease all;
}*/
.btn-contacto a {
  background: linear-gradient(130deg, var(--e-global-color-accent) 93%, #FFFFFF00 94%);
  transition: 0.3s ease all;
  color: #fff !important;
}
.btn-contacto a:hover {
  background: linear-gradient(130deg, var(--e-global-color-accent) 93%, #FFFFFF00 94%);
  color: #fff !important;
  transition: 0.3s ease all;
}
.btn-contacto a.current {
  color: #fff !important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}
.banner-header {
  padding: 0px !important;
}
.banner-header .wpb_wrapper.vc_column-inner {
  padding-top: 0 !important;
}
.fixed-header #header .header-main {
  box-shadow: none;
  background: linear-gradient(to bottom, #313131 0, rgba(49, 49, 49, 0.1) 65%, transparent 100%, transparent 100%);
}
.fixed-header #header .header-main .header-center, .fixed-header #header .header-main .header-left, .fixed-header #header .header-main .header-right {
  padding-top: 0;
  padding-bottom: 0;
}
.mega-menu.menu-hover-underline > li.menu-item > a:before {
  margin-top: 33px;
}
.text-titulos-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 800px;
  z-index: 100;
  position: relative;
  padding-top: 200px;
}
.text-titulos-header.paginas {
  height: 500px;
}
.overlay-header {
  position: relative;
}
.overlay-header:after {
  content: "";
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.95));
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.text-titulos-header h2 {
  font-size: 40px;
  line-height: 45px !important;
  font-weight: 700;
}
.text-titulos-header .porto-u-sub-heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin: 0;
  font-style: italic;
}
.content-top-call_text {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.content-top-call_text span {
  color: #fff;
  font-size: 11px;
}
.content-top-call_ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #008c42;
  border-radius: 50px;
  padding: 10px;
  margin-right: 5px;
}
i.porto-icon-phone {
  font-size: 20px;
}
.content-top-call {
  display: flex;
  /*border-left: solid 1px #bbbbbb59;
    padding-left: 10px;*/
}
.content-top-call_text a {
  font-size: 13px;
  font-weight: 600;
}
.btn-center {
  text-align: center;
}
.btn-bottom_form {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}
a.btn-corner_btn {
  color: #fff;
  background: #008c42;
  padding: 15px 25px;
  border-radius: 5px;
  transition: 0.3s ease all;
}
a.btn-corner_btn:hover {
  color: #fff;
  background: #11bd11;
  padding: 15px 25px;
  border-radius: 5px;
  transition: 0.3s ease all;
}
.owl-carousel {
  margin-bottom: 0;
}
.img-overlay-2 {
  position: relative;
  overflow: hidden;
}
.img-overlay-2 img {
  box-shadow: 5px 10px 10px 1px rgba(0, 0, 0, 0.2);
  transform: scale(1);
  transition: 0.4s ease all;
}
.img-overlay-2:hover img {
  box-shadow: 5px 10px 10px 1px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
  transition: 0.4s ease all;
}
.content-servicios:hover img {
  box-shadow: 5px 10px 10px 1px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
  transition: 0.4s ease all;
}
.img-overlay-2:after {
  content: "";
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  /*background-image: linear-gradient(to left, transparent, rgb(0 143 65 / 95%));*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  mix-blend-mode: hard-light;
  /*border-radius: 15px;*/
}
.content-contador .stats-block {
  margin: 0;
  padding: 35px 0 !important;
}
i.fas.fa-arrow-right.second {
  font-size: 20px;
  position: absolute;
  bottom: 5px;
  transform: translateX(-100px);
  transition: 0.4s ease all;
}
.content-servicios:hover i.fas.fa-arrow-right.second {
  font-size: 20px;
  position: absolute;
  bottom: 5px;
  transform: translateX(-20px);
  transition: 0.4s ease all;
}
.m-btns-container a {
  color: #fff;
  padding-left: 0px;
  transition: 0.5s ease all;
}
.content-servicios:hover .m-btns-container a {
  color: #fff;
  padding-left: 30px;
  transition: 0.5s ease all;
}
.fixed-header #header .header-top {
  background-color: #131313;
}
a.overlay-logo.overlay-logo-transition {
  padding-top: 3px;
}
.text-justify p {
  text-align: justify;
}
.column2.column2-right-sidebar.boxed.no-breadcrumbs {
  padding-top: 35px;
}
.quitar-padding-top {
  padding-top: 0 !important;
}
.reverse .vc_row.wpb_row.vc_inner.row, .vc_row.wpb_row.vc_inner.row.reverse {
  flex-direction: row-reverse;
}
.fondo-rayas-home {
  background: url('/wp-content/uploads/Comunicado-Horario-por-Fiestas-Patrias-20-al-29-oct-2025-PROFESTRUST-a-la-medida-enviada-23-oct.png');
}
/*==============================================================================*/
/*V A L O R E S*/
.porto-sicon-box.content-valores-home {
  position: relative;
  padding: 40px 15px 30px !important;
  margin-bottom: 35px;
  z-index: 10;
  transition: 0.4s ease all;
  background: #f4f4f4;
  border-radius: 0 0 20px 20px;
  transform: translateY(0px);
}
.porto-sicon-box.content-valores-home:hover {
  transform: translateY(-10px);
}
.porto-sicon-box.content-valores-home:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0px;
  top: 0px;
  z-index: 10;
  background: #111;
  transition: 0.4s ease all;
}
.porto-sicon-box.content-valores-home:hover:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 5px;
  left: 0px;
  top: 0px;
  z-index: 10;
  background: #111;
  transition: 0.4s ease all;
}
.porto-sicon-box.content-valores-home:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 5px;
  left: 0px;
  top: 0px;
  z-index: 10;
  background: #008c42;
  transition: 0.4s ease all;
}
.porto-sicon-box.content-valores-home:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0px;
  top: 0px;
  z-index: 10;
  background: #008c42;
  transition: 0.4s ease all;
}
.content-valores-home:hover .porto-just-icon-wrapper.porto-icon.none {
  color: #008c42 !important;
  transition: 0.3s ease all;
}
/*==============================================================================*/
/*C O M U N I C A D O - S E M A N A S A N T A*/
.row.content_bloques-comunicados-semanas {
  text-align: center;
}
span.bloques_top-semanas {
  color: #fff;
  background: var(--porto-primary-color);
  display: inline-block;
  padding: 10px 25px;
  border-radius: 15px;
  min-width: 270px;
}
span.bloques_bottom-semanas {
  display: block;
  padding: 15px;
  font-size: 20px;
  font-weight: 700;
}
/*==============================================================================*/
/*C O M U N I C A D O B A N E R H O M E*/
.img-comunicado-top {
  position: absolute;
  top: 190px;
  right: -100px;
  z-index: 1;
}
.img-comunicado-top img {
  max-width: 300px !important;
}
.row.content_bloques-comunicados {
  text-align: center;
}
.texto-comunicado-sub {
  position: relative;
  z-index: 10;
}
.content-comunicado_bloques {
  background: #f4f4f4;
  padding: 25px;
  width: calc(50% - 20px);
  margin: 10px auto;
}
span.bloques_top {
  padding-top: 10px;
  display: block;
  font-size: 18px;
  line-height: 25px;
}
span.bloques_bottom {
  display: block;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  padding-top: 10px;
}
.texto-comunicado-home {
  position: relative;
  z-index: 10;
}
.texto-comunicado-home p {
  text-align: justify !important;
  font-size: 18px !important;
  line-height: 22px !important;
}
.texto-comunicado-home h2 {
  font-weight: 700;
  margin-bottom: 0 !important;
  margin-top: 35px !important;
  font-size: 25px;
}
.texto-comunicado-subtitulo h2 {
  font-size: 20px !important;
  line-height: 25px !important;
  font-weight: 400 !important;
  margin-bottom: 10px !important;
}
.texto-comunicado-center h2 {
  font-size: 25px !important;
  line-height: 30px !important;
}
.content-feriado_inner ul {
  margin-bottom: 0;
}
.content-feriado {
  display: flex;
  justify-content: center;
}
.content-feriado_inner {
  display: flex;
  width: 100%;
  justify-content: center;
  background: #f4f4f4;
  padding: 20px;
  margin: 10px;
  text-align: center;
}
.overlay-colores-patrios {
  height: 100%;
  min-height: 800px;
  /*background-image: url(https://www.professionaltrust.com.pa/wp-content/uploads/fondo-rayas.jpg?id=13295);*/
  background-size: cover;
}
p.textoresaltado {
  text-align: center;
  color: #ae102e;
  font-weight: 700;
  font-size: 20px;
}
/*.overlay-colores-patrios:after {
    content: url('https://www.professionaltrust.com.pa/wp-content/uploads/bandera-top.svg');
    position: absolute;
    left: 0;
    bottom: -100%;
    height: 200%;
    width: 100px;
    z-index: 10;
    background: #014f8d;
}
.overlay-colores-patrios:before {
    content: url('https://www.professionaltrust.com.pa/wp-content/uploads/bandera-top.svg');
    position: absolute;
    right: 0;
    bottom: -100%;
    height: 200%;
    width: 100px;
    z-index: 10;
    background: #ae102e;
}*/
.bandera-top:after {
  content: url('https://www.professionaltrust.com.pa/wp-content/uploads/bandera-top.svg');
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.contact-banner {
  background: #008c42;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px 10px;
  left: 0;
}
.contact-banner ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-banner ul li a {
  color: #fff;
  font-size: 20px;
}
.contact-banner .ico_contact-banner {
  padding-right: 7px;
  color: #fff;
  font-size: 20px;
}
.contact-banner ul li {
  padding: 0 10px;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.comunicado-dos {
  padding-top: 0px;
}
.text-titulos-heade img {
  height: 800px;
  object-fit: cover;
}
/*===============================================================================*/
/*N A V A R R O W*/
.owl-carousel.nav-pos-outside .owl-nav .owl-prev {
  left: -15px;
}
.owl-carousel.nav-pos-outside .owl-nav .owl-next {
  right: -15px;
}
.owl-carousel.big-nav .owl-nav [class*=owl-], .owl-carousel.big-nav .owl-nav [class*=owl-]:hover, .owl-carousel.full-width .owl-nav [class*=owl-], .owl-carousel.full-width .owl-nav [class*=owl-]:hover {
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  border: solid 2px #fff;
}
/*==============================================================================*/
/*S E R V I C I O*/
.content-servicios {
  position: relative;
  overflow: hidden;
}
.content-servicios:after {
  content: "";
  position: absolute;
  left: -100px;
  right: 0;
  bottom: 0;
  height: 280px;
  width: 125%;
  z-index: 100;
  background: #008c42;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  transform: translateY(60%) rotate(10deg);
}
.content-servicios:before {
  content: "";
  position: absolute;
  left: -100px;
  right: 0;
  bottom: 0;
  height: 265px;
  width: 130%;
  z-index: 10;
  background: #006341d1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  transform: translateY(50%) rotate(0deg);
}
.porto-u-heading.titulo-ser-up {
  position: absolute;
  bottom: 0;
  padding-left: 30px;
  z-index: 1000;
  margin: 0;
}
.m-btns-container a {
  color: #fff;
}
.m-btns-container {
  position: relative;
}
/*==============================================================================*/
/*R I B B O N */
.box-descargar.porto-sicon-box.default-icon {
  border: solid 2px;
  padding: 25px !important;
  border-radius: 5px;
  margin-bottom: 30px;
  border-radius: 15px;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease all;
  height: 100px;
}
.box-descargar.porto-sicon-box.default-icon:hover {
  border: solid 2px;
  padding: 25px !important;
  border-radius: 5px;
  margin-bottom: 30px;
  border-radius: 15px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease all;
}
/*====================================================================================*/
/*M I S I O N V I S I O N - N E W*/
.titulo-haeder.vc_column_container {
  display: flex;
  align-items: center;
  padding-right: 100px;
  height: 700px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.content-box-miselaneas_content .wpb_wrapper.vc_column-inner {
  padding: 35px 5px 0px 5px !important;
}
h3.vc_custom_heading.titulo-categorias.heading-light {
  background: #9b1918;
  padding: 10px;
  border-radius: 0 0 10px 10px;
}
.content-titulo-categorias img {
  border-radius: 10px 10px 0 0;
}
.content-img-efecto img {
  border-radius: 10px;
}
.content-mision-vision.rigth .porto-u-sub-heading, .content-mision-vision.left .porto-u-sub-heading {
  position: relative;
  z-index: 100;
}
.content-mision-vision.rigth .wpb_wrapper.vc_column-inner:before {
  content: '';
  position: absolute;
  right: -10px;
  top: -10px;
  width: 150px;
  height: 85px;
  background: #ffffff;
  z-index: 10;
}
.content-mision-vision.left .wpb_wrapper.vc_column-inner:before {
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  width: 150px;
  height: 85px;
  background: white;
  z-index: 10;
}
.mision-svg.left {
  position: absolute;
  left: -10px;
  bottom: -10px;
  z-index: 100;
}
.mision-svg.rigth {
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 100;
}
.mision-svg.left img, .mision-svg.rigth img {
  width: 120px;
  height: 120px;
  /*border: solid 10px #80252c;*/
  border-radius: 50%;
}
.content-mision-vision.rigth .wpb_wrapper.vc_column-inner, .content-mision-vision.left .wpb_wrapper.vc_column-inner {
  border: solid 5px #008c42;
  padding: 25px !important;
  border-radius: 50px;
  height: 370px;
  position: relative;
}
.mision-svg.left:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.mision-svg.rigth:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
/*====================================================================================*/
/*N E W - B L O G*/
.blog-full-widh article.post .post-image.single {
  margin-bottom: 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: 535px;
}
.blog-full-widh .clearfix {
  display: none;
}
.blog-full-widh .post-content a {
  color: #fff;
  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;
}
.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: 10px;
}
.blog-full-widh img.owl-lazy.img-responsive {
  height: 515px;
  object-fit: cover;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transform: scale(1);
  transition: 0.4s ease all;
}
.blog-full-widh img.owl-lazy.img-responsive:hover {
  height: 515px;
  object-fit: cover;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transform: scale(1.1);
  transition: 0.4s ease all;
}
.blog-list img {
  height: calc(115px - 1px);
  object-fit: cover;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.blog-list .blog-posts .post-item-list .post-image {
  transform: scale(0.9);
  transition: 0.3s ease all;
}
.blog-posts .post-item-list:hover .post-image {
  transform: scale(1);
  transition: 0.3s ease all;
}
.blog-full-widh .owl-carousel .img-thumbnail {
  border-radius: 10px;
  overflow: hidden;
}
/*====================================================================================*/
/* S C R O L*/
.blog-list {
  max-height: 535px;
  overflow-x: hidden;
}
/*.content-preguntas_scrool.vc_column_container{
    height: 370px;
    overflow-x: hidden;
}*/
.blog-list::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
}
.blog-list::-webkit-scrollbar-track {
  border-radius: 5px;
}
.blog-list::-webkit-scrollbar {
  -webkit-appearance: none;
}
.blog-list::-webkit-scrollbar:vertical {
  width: 10px;
}
.blog-list::-webkit-scrollbar:hover {
  background-color: #f4f4f4;
}
/*=========================================================================================*/
/**/
.box-historia {
  position: relative;
}
.content-history h2 {
  color: #fff;
  width: 100px;
  height: 100px;
  background: #131313;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.2);
}
.content-history .porto-u-main-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}
.porto-u-heading.content-history {
  padding-top: 25px;
  position: relative;
}
.content-history h2:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0;
  top: 135px;
  margin: 0 auto;
  height: 50px;
  width: 2px;
  background: #008c42;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
}
.box-historia:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0;
  top: 72px;
  margin: 0 auto;
  height: 10px;
  width: 70%;
  background: #008c42;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
}
button#boton3, button#boton4 {
  color: #fff;
  border: none !important;
  font-weight: 500;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
p.text-parrafo {
  margin-bottom: 5px;
}
.content-fideicomiso .wpb_wrapper.vc_column-inner {
  min-height: 380px;
  padding: 40px 0 25px 0 !important;
  border-radius: 25px;
}
.content-fideicomiso.fondo-1 .wpb_wrapper.vc_column-inner {
  background: #131313;
  box-shadow: 0 0 0 10px #fff, 0 0 0 13px #131313;
}
.content-fideicomiso.fondo-2 .wpb_wrapper.vc_column-inner {
  background: #008c42;
  box-shadow: 0 0 0 10px #fff, 0 0 0 13px #008c42;
}
.content-fideicomiso h4 {
  background: #fff;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-fideicomiso .porto-u-sub-heading {
  padding: 0 25px;
  color: #fff;
}
.content-fideicomiso .wpb_raw_code.wpb_content_element.wpb_raw_html {
  padding: 0 25px;
  color: #fff;
}
.content-fideicomiso {
  padding: 0 25px;
}
/*==================================================================================*/
/*M I E M B R O S*/
.content-img-directivos_circulo h3 {
  margin-bottom: 10px;
  font-weight: 600;
}
.img-efecto_circulo img {
  border-radius: 50%;
  max-width: 170px;
}
/*.titulo-nosotrtos::after {
    content: "";
    display: block;
    border-top: 15px solid #131313;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 15px);
}*/
.content-img-directivos {
  padding-bottom: 25px;
  width: 100%;
  max-width: 241px;
  margin: 0 auto;
}
.content-img-directivos img {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  position: relative;
  z-index: 100;
}
.enlace-organos-directivos a {
  font-size: 13px;
  padding-left: 5px;
}
.titulo-nosotrtos {
  /*background: #131313;*/
  background-size: 2px;
  padding: 10px 10px 20px 10px;
  position: relative;
  /*box-shadow: 20px 20px 60px #cfcfcf, -20px -20px 60px #ffffff;*/
  /*border: solid 1px #f4f4f4;*/
  z-index: 10;
}
.titulo-nosotrtos a {
  /*color: #fff;*/
  font-size: 18px;
}
.titulo-nosotrtos h3 {
  margin-bottom: 5px;
}
.titulo-nosotrtos p {
  margin: 0;
  font-size: 15px !important;
  color: #131313 !important;
}
.titulo-personal h3 {
  color: #00a64f;
  font-size: 18px;
  line-height: 25px;
  padding-top: 20px;
  margin-bottom: 5px;
}
.titulo-personal p {
  margin: 0;
  font-size: 15px !important;
  color: #131313 !important;
}
.porto-sicon-box.content-contacto {
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 20px;
}
.content-contacto ul li {
  margin-bottom: 0;
}
.content-contacto ul {
  margin-bottom: 0;
}
.porto-sicon-box.content-contacto.black {
  background: #f4f4f4;
  transform: translateX(-35px);
}
.row.contact-form.pop-upcontact {
  border: solid 1px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}
/*.vc_row.wpb_row.row.top-row.content-maps.vc_row-no-padding {
    padding-top: 90px;
}*/
.banner-parallax-box h2 {
  color: #fff;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 100;
}
.overlay-darck {
  position: relative;
}
.overlay-darck:after {
  content: "";
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.95));
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.vc_row.wpb_row.row.top-row.banner-parallax-box.no-padding.vc_row-has-fill {
  background-attachment: fixed;
}
.no-padding-top {
  padding-top: 0 !important;
}
/*====================================================================================*/
/*N E W - B L O G*/
.blog a.btn.btn-xs.btn-default.text-xs.text-uppercase.btn-readmore {
  background: #008c42;
  color: #fff;
  font-size: 15px !important;
  padding: 10px 25px;
  border-radius: 5px;
  border: none;
}
.pop-upcontact input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-primary {
  padding: 15px 25px;
  font-size: 15px;
  border-radius: 5px;
}
/*======================================================================================*/
/*N E W S  L E T T E R*/
.content-fomr input {
  padding: 15px;
}
.content-fomr.col-lg-12 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.content-fomr input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
  margin: 0px;
  width: 99%;
  border: solid 1px #fff;
  border-radius: 3px;
}
.content-fomr input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-fomr {
  background: #008c42;
  font-weight: 500;
  transition: 0.3s ease all;
  color: #ffffff;
  padding: 14px 25px;
  text-align: center;
  border: none;
  border-radius: 3px;
}
.content-fomr input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-fomr:hover {
  background: #11bd11;
  font-weight: 500;
  transition: 0.3s ease all;
  color: #fff;
  padding: 14px 25px;
  text-align: center;
}
.form-group {
  margin-bottom: 0;
}
.logo-form {
  width: 150px;
  margin: 0 auto;
}
.text-secondary {
  color: red !important;
}
/*==============================================================================*/
/*C A L E N D A R I O*/
.mec-wrap.mec-sm959 .mec-calendar.mec-event-calendar-classic dl dt {
  height: 40px;
}
/*==============================================================================*/
/*F O O T E R*/
#footer p {
  display: none;
}
.icon-footer {
  padding-right: 7px;
}
.logo-footer img {
  width: 250px;
}
.share-links.ico-footer-center {
  text-align: center;
}
#footer {
  margin-bottom: 0;
}
#footer .share-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-links .share-instagram {
  background: #7c4a3a;
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888',GradientType=1);
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  .box-eventos .porto-sicon-box {
    height: 340px;
  }
  .content-top-call_text {
    display: none;
  }
  .content-fideicomiso .wpb_wrapper.vc_column-inner {
    min-height: 415px;
  }
  .content-fideicomiso h4 {
    height: 90px;
  }
  .contact-banner ul li a {
    color: #fff;
    font-size: 15px;
  }
  .contact-banner .ico_contact-banner {
    padding-right: 7px;
    color: #fff;
    font-size: 15px;
  }
  .img-comunicado-top img {
    max-width: 240px !important;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  .content-mansori-inner.btn img {
    height: inherit;
  }
  .content-mansori-inner.right img {
    height: inherit;
  }
  .content-mansori-inner.left img {
    height: inherit;
  }
  .wpb_text_column.wpb_content_element.content-servicios-descripcion_texto {
    background: #087cbab5;
    transform: translateY(0%);
    transition: 0.5s cubic-bezier(1, 0.61, 0.13, 1.07) all;
  }
  .box-eventos .porto-sicon-box {
    height: 370px;
  }
  .content-escogernos img {
    height: 250px;
    object-fit: cover;
  }
  .content-form-contacto {
    padding-left: inherit;
    padding: 0 20px;
  }
  .box-ubicanos.background {
    background: #087cba;
    transform: translateX(0px);
  }
  .wpb_text_column.wpb_content_element.parrafo-up {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background: #087cba;
    margin: 0;
    text-align: left;
    transform: translateY(0%);
    transition: 0.5s ease all;
    width: 99.4%;
  }
  .text-descripcion-colecion .porto-u-sub-heading {
    position: relative;
    transform: translateX(0%);
    transition: 0.6s cubic-bezier(0.71, 0.24, 0, 1.26) all;
  }
  .box-content-arte .wpb_wrapper.vc_column-inner {
    height: inherit;
    margin-bottom: 25px;
  }
  .content-titulo-hader {
    height: inherit;
    display: flex;
    align-items: center;
    padding: 50px 10px 70px 10px;
  }
  .content-mision-vision.rigth .wpb_wrapper.vc_column-inner, .content-mision-vision.left .wpb_wrapper.vc_column-inner {
    height: 350px;
  }
  .content-fideicomiso .wpb_wrapper.vc_column-inner {
    min-height: inherit;
  }
  .content-fideicomiso h4 {
    height: 50px;
  }
  .porto-sicon-box.content-contacto.black {
    background: #f4f4f4;
    transform: translateX(0px);
  }
  .vc_row.wpb_row.row.top-row.content-maps.vc_row-no-padding {
    padding-top: 60px;
  }
  .blog-list img {
    height: inherit;
  }
  .contact-banner ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contact-banner ul li {
    padding: 5px 10px;
  }
  .contact-banner {
    background: #008c42;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px;
    left: 0;
  }
  .texto-comunicado-home h2 {
    text-align: left;
    font-size: 20px;
    line-height: 25px !important;
    font-weight: 700;
    margin-bottom: 0 !important;
    margin-top: 0px !important;
  }
  .texto-comunicado-up h2 {
    font-size: 25px !important;
    text-align: center;
  }
  .texto-comunicado-center h2 {
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 0 !important;
  }
  .texto-comunicado-subtitulo h2 {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
  }
  .img-comunicado-top {
    position: absolute;
    top: 120px;
    right: 0px;
    z-index: 1;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  .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: inherit;
  }
  .blog-list img {
    height: inherit;
  }
  .blog-full-widh img.owl-lazy.img-responsive {
    height: inherit;
  }
  .box-eventos .porto-sicon-box {
    height: inherit;
  }
  .titulo-form_sub h2 {
    font-family: 'Garamond';
    font-size: 25px;
    line-height: 30px !important;
    padding: 0 15px !important;
    text-align: center;
  }
  .reverse-columna .wpb_wrapper.vc_column-inner {
    flex-direction: column;
    display: flex !important;
  }
  .text-titulos-header {
    height: 600px;
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .btn-bottom_form {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
  }
  .text-titulos-heade img {
    height: 400px;
    object-fit: cover;
  }
  .box-historia:after {
    width: 50%;
  }
  /*.overlay-colores-patrios:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    height: 200%;
    width: 30px;
    z-index: 10;
    background: #014f8d;
}
.overlay-colores-patrios:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -100%;
    height: 200%;
    width: 30px;
    z-index: 10;
    background: #ae102e;
}*/
  .wpb_single_image.wpb_content_element.vc_align_center.img-estraella {
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
  }
  .comunicado-dos h2 {
    font-size: 20px !important;
    line-height: 22px !important;
    margin: 0 !important;
  }
  .comunicado-dos .porto-u-sub-heading {
    font-size: 16px !important;
    line-height: 24px !important;
    margin: 0;
  }
  .comunicado-dos {
    padding-top: 0px;
    margin-top: -50px;
  }
  .content-feriado_inner {
    display: flex;
    width: 100%;
    justify-content: center;
    background: #f4f4f4;
    padding: 10px;
    margin: 5px;
    text-align: center;
  }
  .content-feriado_inner ul li {
    font-size: 14px;
  }
  .fondo-rayas-home {
    background: url('/wp-content/uploads/Comunicado-mobil.jpg');
  }
  .overlay-colores-patrios {
    height: 100%;
    min-height: 600px;
    /*background: #008c421f !important;*/
  }
  .texto-comunicado-sub p {
    font-size: 14px !important;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .texto-comunicado-up {
    padding-top: 200px;
  }
  .content-comunicado_bloques {
    background: #f4f4f4;
    padding: 10px;
    width: calc(100% - 0px);
    margin: 5px auto;
  }
  span.bloques_top {
    padding-top: 10px;
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
  span.bloques_bottom {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    padding-top: 5px;
  }
  .img-comunicado-top {
    position: absolute;
    top: 140px;
    right: 0px;
  }
  .img-comunicado-top img {
    max-width: 180px !important;
    opacity: 0.4;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  .content-servicios-descripcion img {
    height: inherit;
    object-fit: cover;
  }
  .content-escogernos img {
    height: 200px;
    object-fit: cover;
  }
  .text-titulos-header h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
  }
  .text-titulos-header .porto-u-sub-heading {
    font-size: 20px;
    line-height: 25px;
    margin: 0;
  }
  .content-mision-vision.left .wpb_wrapper.vc_column-inner {
    height: 350px;
  }
  .content-mision-vision.rigth .wpb_wrapper.vc_column-inner {
    height: 520px;
  }
  .texto-comunicado-home p {
    font-size: 16px !important;
  }
  .texto-comunicado-sub p {
    font-size: 11px !important;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .texto-comunicado-up-2 h2 {
    font-size: 20px !important;
  }
  .texto-comunicado-up {
    padding-top: 250px;
  }
}
/*# 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%2F4836-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F4836-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F4836-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F4836-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F4836-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADpCA%3BAAAA%3BAAAA%3BAAAA%3BAC2CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAD9QA%3BAAAA%3BACqRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BADjVA%3BAAAA%3BACwVA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpWA%3BAAAA%3BACmXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5cA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACseA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADhhBA%3BAAAA%3BACqhBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3hBA%3BAAAA%3BACoiBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADjlBA%3BAAAA%3BACslBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhmBA%3BAAAA%3BAC8mBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvsBA%3BAAAA%3BACitBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%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%3BAASA%3BAAAA%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%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FyBA%3BAAAA%3BACqzBA%3BAAAA%3BAAAA%3BAAAA%3BADrzBA%3BAAAA%3BAAAA%3BAAAA%3BAC8zBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAD70BA%3BAAAA%3BACk1BA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD76BA%3BAAAA%3BACo7BA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADx7BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACu8BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9gCA%3BAAAA%3BAAAA%3BAC2hCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADxjCA%3BAAAA%3BAC4jCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrkCA%3BAAAA%3BAC8kCA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADvnCA%3BAAAA%3BAC4nCA%3BAAAA%3BAAAA%3BAD5nCA%3BAAAA%3BACioCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtpCA%3BAAIA%3BAEJA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAFtBA%3BAASA%3BAGTA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH7HA%3BAAcA%3BAIdA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAJ5BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAImDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ%2FIA%3BAAmBA%3BAKnBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%22%7D */