@charset "UTF-8";
/* xl - DESKTOP STYLES */
/*==============================================================================*/
/*H E A D E R*/
.porto-tooltip-wrap.empty-tooltip .tooltip-inner {
  margin: 15px;
  border: 2px dotted var(--porto-primary-color);
  border-radius: 4px;
  display: none;
}
.header-col.header-right.hidden-for-sm {
  max-width: 150px;
}
/*#header .header-main .container {
    padding: 0 px;
}*/
.dgwt-wcas-search-form {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 700px;
}
/*============================================================*/
/*P A N E L L A T E R A L M E N U*/
#side-nav-panel {
  width: 400px;
  transform: translateX(-400px);
}
html.panel-opened .page-wrapper, html.panel-opened #header.sticky-header .header-main.sticky {
  left: 0;
}
html.panel-opened .side-nav-panel-close {
  display: block;
  color: #fff;
  top: 10px;
  right: 0;
  left: 350px;
  padding: 4px 8px;
  opacity: 1;
  visibility: visible;
  z-index: 9999 !important;
  width: 40px;
  /*background: #202c7b;*/
}
html.panel-opened .side-nav-panel-close line {
  stroke: #202c7b;
}
/*==============================================================================*/
/*S E A R C H*/
.searchform-popup {
  width: 100%;
  max-width: 700px !important;
}
.header-col.header-center.hidden-for-sm {
  width: 100%;
  max-width: 700px;
}
#header.header-builder .advanced-search-layout .searchform {
  box-shadow: none;
  width: 100%;
}
span.text {
  max-width: 100% !important;
  width: 100% !important;
}
/*==============================================================================*/
/**/
#header .mobile-toggle {
  cursor: pointer;
  padding: 7px 13px;
  text-align: center;
  display: block !important;
  font-size: 30px !important;
  vertical-align: middle;
  margin: 8px 0 8px 1em;
  line-height: 20px;
  border-radius: 0.25rem;
}
#header .mobile-toggle i.fas.fa-bars {
  position: relative;
}
#header .mobile-toggle i.fas.fa-bars::after {
  content: "Categorías";
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  color: var(--porto-secondary-color);
  font-size: 20px;
  font-weight: 600;
  font-family: "outfit";
}
img.img-responsive.standard-logo.retina-logo {
  padding: 0px;
}
.main-content {
  padding-bottom: 0;
  /*padding-top: 0px;*/
}
.no-breadcrumbs .main-content {
  padding-top: 0;
}
header#header {
  border-bottom: solid 1px #f4f4f4;
}
/*header#header {
    border-bottom: solid 1px rgba(0,0,0,.1);
}*/
.header-corporate .share-links a:not(:hover), .header-builder .share-links a:not(:hover) {
  background-color: transparent;
}
html {
  scroll-behavior: smooth !important;
}
#header .header-main .header-left {
  padding: 0;
}
#header .header-main .header-center {
  padding: 10px 15px;
  text-align: center;
}
span.text {
  border-right: solid 1px #000;
}
i.fas.fa-search {
  color: #000;
}
.ico-top {
  font-size: 17px;
  padding-right: 5px;
}
.top-call_inner:nth-child(1) {
  padding-right: 10px;
  border-right: solid 1px;
  margin-right: 10px;
}
.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;
}
.content-top-call {
  display: flex;
  align-items: center;
}
.content-top-call_text a {
  font-size: 13px;
  font-weight: 600;
}
.no-padding {
  padding: 0 !important;
}
.content-banner {
  position: relative;
  height: 600px;
}
.content-banner .vc_column_container {
  padding: 0;
}
.porto-u-heading.content-banner_textos {
  position: absolute;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 100;
  padding-top: 150px;
  padding-left: 20px;
  padding-right: 20px;
}
.content-banner_textos:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
}
a.btn-header {
  color: #fff;
  background: #f1b823;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 700;
}
.content_btn-header {
  padding-top: 15px;
}
span.text {
  max-width: 170px;
}
.column2.column2-left-sidebar.boxed.no-breadcrumbs {
  padding-top: 50px;
}
.header-builder .share-links a:not(:hover) {
  color: #fff;
}
.menu-block-item a {
  font-size: 0 !important;
  width: 0;
  margin: 0;
  padding: 0;
  height: 0;
}
.ico-servicios .porto-just-icon-wrapper.porto-icon.none {
  transition: 0.7s cubic-bezier(0.48, 0.07, 0.06, 1.01) all;
  transform: rotateY(0deg);
}
.ico-servicios:hover .porto-just-icon-wrapper.porto-icon.none {
  transition: 0.7s cubic-bezier(0.48, 0.07, 0.06, 1.01) all;
  transform: rotateY(360deg);
}
#mini-cart.minicart-arrow-alt .cart-head:after {
  color: #111;
}
i.porto-icon-user-2 {
  font-size: 23px;
  color: #333;
}
.woocommerce-account .page.type-page {
  padding-top: 50px;
  padding-bottom: 50px;
}
.searchform-popup {
  max-width: 220px;
}
/*===========================================================================================================*/
/*C A R U S E L T E X T O S*/
.carrusel-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 1340px;
  white-space: nowrap;
  position: relative;
  display: flex;
}
.carrusel {
  display: inline-block;
  white-space: nowrap;
}
.carrusel.animar {
  animation: scroll 20s linear infinite;
}
.carrusel span {
  display: inline-block;
  padding: 0px;
  font-size: 16px;
  color: #fff;
}
.carrusel-wrapper i {
  padding: 0 25px;
  font-size: 10px;
  position: relative;
  top: -1px;
}
@keyframes scroll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
/* 2. Estilos compartidos para BEFORE y AFTER */
.carrusel-wrapper::before, .carrusel-wrapper::after {
  content: "";
  /* Necesario para que el pseudo-elemento exista */
  position: absolute;
  /* Para sacarlos del flujo normal y ponerlos "encima" */
  top: 0;
  bottom: 0;
  /* Ocupan toda la altura del contenedor */
  width: 100px;
  /* AJUSTABLE: Qué tan ancho quieres el efecto de difuminado */
  z-index: 2;
  /* Se asegura de estar por encima del texto */
  /* CRUCIAL: Esto permite que los clicks "atraviesen" el difuminado. 
       Si no lo pones, no se podrá seleccionar texto ni hacer click en enlaces debajo del degradado */
  pointer-events: none;
}
/* 3. El difuminado izquierdo (Before) */
.carrusel-wrapper::before {
  left: 0;
  /* Degradado lineal hacia la derecha: empieza rojo sólido, termina transparente */
  /* NOTA: Usa el mismo código de color rojo que tu fondo */
  background: linear-gradient(to right, #ff0000, transparent);
}
/* 4. El difuminado derecho (After) */
.carrusel-wrapper::after {
  right: 0;
  /* Degradado lineal hacia la izquierda: empieza rojo sólido, termina transparente */
  background: linear-gradient(to left, #ff0000, transparent);
}
/*===========================================================================================================*/
/*C A R D - P R O D U C T O*/
.vc_row.wpb_row.vc_inner.row.box-min-product-banner {
  background: #fff;
  border-radius: 24px !important;
  overflow: hidden;
  /*box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;*/
}
li.product-outimage_aq_onimage .product-image .inner:after {
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.2s;
  display: none;
}
li.product:hover .product-image {
  box-shadow: 0 25px 35px -5px transparent !important;
}
ul.products li.product-col {
  box-shadow: 0 0 0 1px transparent !important;
  background: #fff !important;
}
/*=================================================================*/
/*P R O D U C T O S F O R M A T O*/
.content-box-big, .content-box-medium {
  position: relative;
}
.porto-u-heading.titulo-float-bg {
  position: relative;
  /*display: inline-block;
    max-width: 200px;
    padding: 25px;*/
}
.porto-u-heading.titulo-float-bg h2 {
  position: relative;
  z-index: 10;
}
.content-box-big.vc_column_container {
  border-radius: 20px;
  height: 650px;
  margin-bottom: 30px;
  background-position: unset !important;
}
/*.content-box-medium:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: var(--porto-primary-color);
}*/
h2.vc_custom_heading.vc_do_custom_heading.titulo-float-bg a {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 12px 20px;
  margin: 0;
  /* outline: 10px solid #f4f4f4; */
  background: #f4f4f4;
  border-radius: 0 24px;
  width: 100%;
  font-size: 20px;
  line-height: 25px !important;
  color: var(--porto-primary-color);
  transition: 0.3s ease all;
}
.box-min-product-banner:hover h2.vc_custom_heading.vc_do_custom_heading.titulo-float-bg {
  color: var(--porto-secondary-color);
  transition: 0.3s ease all;
}
h2.vc_custom_heading.vc_do_custom_heading.titulo-float-bg a:after, h2.vc_custom_heading.vc_do_custom_heading.titulo-float-bg a:before {
  content: "";
  position: absolute;
  width: 24px;
  aspect-ratio: 1;
  background: radial-gradient(circle 24px at top right, #fff 98%, #f4f4f4);
}
h2.vc_custom_heading.vc_do_custom_heading.titulo-float-bg a:after {
  left: 0;
  bottom: 0;
  top: -24px;
  width: 24px;
}
h2.vc_custom_heading.vc_do_custom_heading.titulo-float-bg a:before {
  bottom: 0px;
  right: -24px;
  width: 24px;
}
.titulo-float-bg-top.banner h1 {
  font-size: 20px;
  line-height: 25px !important;
}
.porto-u-heading.content_box-whatsaap {
  position: absolute;
  bottom: 0;
  padding: 25px 20px;
  margin: 0;
}
.porto-u-heading.content_box-whatsaap h3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}
a.box-whatsaap-link {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 3px;
  transition: 0.3s ease all;
  font-weight: 600;
  background: var(--porto-primary-color);
}
a.box-whatsaap-link:hover {
  background: var(--porto-secondary-color);
  transition: 0.3s ease all;
}
.box-whatsaap {
  margin: 25px 0 0;
}
i.fab.fa-whatsapp {
  /* color: #25d366; */
  font-size: 25px;
  padding-left: 10px;
  position: relative;
  top: 3px;
}
.titulo-float-bg-top {
  padding: 25px 15px 0 25px;
}
.titulo-float-bg-top .porto-u-sub-heading {
  font-size: 18px;
  line-height: 25px;
  margin-top: 7px;
}
.titulo-float-bg-top h1 {
  font-size: 18px;
  line-height: 25px !important;
  /*color: var(--porto-primary-color);*/
}
.content-box-big .img-mocup-repartidor img {
  max-width: 360px;
  position: relative;
  bottom: 0px;
  left: 30px;
}
.content-box-big .porto-sicon-box.default-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.products.related {
  padding-top: 35px;
}
/*================================================================================================*/
/*B T N - P R O D U C T O - W H A T S A P P*/
.apsa-whatsapp-container {
  padding-top: 15px;
  display: flex;
}
a.dc-link {
  background: #111;
  padding: 10px 25px 10px 15px;
  border-radius: 5px;
  color: #fff;
}
.dc-link img {
  margin-right: 5px;
}
/*================================================================================================*/
/**/
.ico-servicios.vc_column_container:nth-child(1) {
  border-right: solid 1px #c3c2c2;
}
.ico-servicios.vc_column_container:nth-child(2) {
  border-right: solid 1px #c3c2c2;
}
.ico-servicios.vc_column_container:nth-child(3) {
  border-right: solid 1px #c3c2c2;
}
/*================================================================================================*/
/*C A R R U S E L 2*/
/*.slider{
   width: 100px;
   height: 50px;
   quantity: 10;
}*/
.slider {
  width: 100%;
  height: var(--height);
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 10% 90%, transparent);
}
.slider .list {
  display: flex;
  width: 100%;
  min-width: calc(var(--width) * var(--quantity));
  position: relative;
}
.slider .list .item {
  width: var(--width);
  height: var(--height);
  position: absolute;
  left: 100%;
  animation: autoRun 20s linear infinite;
  transition: filter 0.5s;
  animation-delay: calc((20s / var(--quantity)) * (var(--position) - 1) - 20s) !important;
  display: flex;
  align-items: center;
}
.slider .list .item img {
  width: 100%;
}
@keyframes autoRun {
  from {
    left: 100%;
  }
  to {
    left: calc(var(--width) * -1);
  }
}
.slider:hover .item {
  animation-play-state: paused !important;
}
.slider[reverse="true"] .item {
  animation: reversePlay 20s linear infinite;
}
@keyframes reversePlay {
  from {
    left: calc(var(--width) * -1);
  }
  to {
    left: 100%;
  }
}
/*==============================================================================*/
/* B T  N V E R M A S*/
.titulo-link h3 {
  /*color: var(--porto-primary-color);*/
  font-size: 35px;
  line-height: 40px !important;
}
.content-btn-plano {
  text-align: right;
  padding-left: 35px;
}
a.btn-plano {
  font-size: 16px;
  text-decoration: underline;
  font-weight: 500;
}
.titulo-link:hover i.fas.fa-arrow-right {
  position: relative;
  animation: arrow-move 0.3s infinite alternate;
}
@keyframes arrow-move {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(5px);
  }
}
#product-home button {
  background: var(--porto-primary-color) !important;
  border-radius: 50%;
}
/*===============================================================================*/
/*B A N N E R - D O B L E H O M E*/
.content-banner-producto {
  position: relative;
}
.content-banner-producto img {
  border-radius: 20px;
  height: 300px;
  object-fit: cover;
}
.content-banner-producto_textos {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 25px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-width: 350px;
}
.content-banner-producto_textos .porto-u-sub-heading {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}
.btn-plano-productos {
  margin-top: 25px;
  margin-bottom: 10px;
}
a.btn-plano_productos {
  background: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s ease all;
}
a.btn-plano_productos:hover {
  background: var(--porto-secondary-color);
  color: #fff;
  transition: 0.3s ease all;
}
.content-banner-producto_textos p {
  display: none;
}
/*===============================================================================*/
/**/
.ico-cat-home h3 {
  font-size: 18px;
  font-weight: 500;
  transition: 0.5s ease all;
}
.ico-cat-home:hover h3 {
  color: var(--porto-primary-color);
  transition: 0.5s ease all;
}
.ico-cat-home img.img-icon {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 50% !important;
  transition: 0.5s ease all;
  transform: rotateY(0deg);
  margin-top: 5px;
  /*background: #ffe9e9;*/
}
.ico-cat-home img.img-icon:nth-child(1) {
  background: #c3c2c2;
}
.ico-cat-home img.img-icon:nth-child(2) {
  background: #9a9a9a;
}
.ico-cat-home img.img-icon:nth-child(3) {
  background: #0090c8;
}
.ico-cat-home img.img-icon:nth-child(2) {
  background: #474747;
}
.ico-cat-home img.img-icon:nth-child(3) {
  background: #001a4a;
}
.ico-cat-home:hover img.img-icon {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 50% !important;
  transition: 0.5s ease all;
  transform: rotateY(360deg);
  margin-top: 5px;
}
.owl-carousel.nav-style-2 .owl-nav [class*=owl-] {
  background: none !important;
  color: #fff;
  font-size: 1.5rem;
  background: var(--porto-secondary-color) !important;
  border-radius: 50%;
}
.texto-reparto h1 {
  width: 500px;
  line-height: 50px !important;
}
/*==============================================================================*/
/*M I S I O N V I S I O N*/
.box-eventos.vc_column_container {
  padding: 0 10px;
}
.porto-sicon-box.content-ms {
  padding: 45px 20px 45px 20px;
  border-radius: 7px;
  transition: 0.4s ease all;
  position: relative;
  z-index: 10;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}
.porto-sicon-box.content-ms:hover {
  transition: 0.4s ease all;
  position: relative;
  z-index: 10;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}
.porto-sicon-box.content-ms.dos:after {
  content: "";
  position: absolute;
  right: -50px;
  top: -50px;
  height: 100px;
  width: 100px;
  z-index: -1;
  background: var(--porto-secondary-color);
  transform: rotate(-45deg);
  box-shadow: 0 0 0px 8px #f4f4f4;
}
.porto-sicon-box.content-ms:after {
  content: "";
  position: absolute;
  right: -50px;
  top: -50px;
  height: 100px;
  width: 100px;
  z-index: -1;
  background: var(--porto-primary-color);
  transform: rotate(-45deg);
  box-shadow: 0 0 0px 8px #f4f4f4;
}
.porto-sicon-box.content-ms h3.porto-sicon-title {
  font-size: 25px;
  line-height: 30px;
  padding: 10px 20px 10px 0;
}
.img-efecto img {
  border-radius: 7px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}
.vc_row.wpb_row.row.top-row.reverse {
  flex-direction: row-reverse;
}
/*===========================================================================================*/
/*L E E R M A S*/
.btn-content-all button {
  background: none;
  border: none;
  font-weight: 700;
  padding: 10px 0;
}
.setSeeToggle {
  display: none;
}
p.texto-leermas, .texto-leermas {
  margin-bottom: 0;
}
.ico-arrow {
  padding-left: 5px;
}
.product-image .inner {
  text-align: center;
}
#product-home .product-image img {
  padding: 25px 0 0 0;
  max-width: 300px;
  margin: 0 auto;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
.product-image a {
  height: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
}
ul.products li.product-col {
  padding: 1px !important;
  padding: 0;
  top: -2px;
}
ul.products li.product-col:hover {
  box-shadow: 0 0 0 1px #ddd;
}
.owl-item.active {
  padding: 0 1px;
}
.product_meta {
  position: relative;
}
.product_meta:before {
  content: url(https://develop1.webstudiopanama.com/caobos/wp-content/uploads/metodo-pago-tienda.jpg);
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  display: block;
}
/**/
/**/
.info-lis-lealtad .porto-info-list-item-desc {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}
.content-lis-lealtad_img.vc_column_container {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
  min-height: 550px;
}
.content-lis-lealtad .vc_column_container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 50px 50px 50px 100px;
}
.porto-sicon-box.box-ico-lealtad {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 35px 25px;
  min-height: 330px;
  background: #fff;
}
#fq-conten .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: var(--porto-primary-color);
}
/*=================================================================*/
/*M E N U - I M A G E N E S*/
.vc_row.wpb_row.row.top-row.img-menu-double {
  width: 200px;
  margin: auto;
}
.img-menu-double #header .main-menu .popup a, .side-nav-wrap .sidebar-menu .popup, .main-sidebar-menu .sidebar-menu .popup, .porto-popup-menu .sub-menu {
  text-transform: uppercase;
  color: #333 !important;
}
li.btn-menu-img {
  margin-bottom: 5px !important;
  transition: 0.3s ease all;
}
li.btn-menu-img:hover {
  background: #f4f4f4;
  margin-bottom: 5px !important;
  transition: 0.3s ease all;
}
.btn-marcas a {
  font-size: 0 !important;
}
.btn-marcas p {
  display: none;
}
.all-marcas-menu .wpb_single_image.wpb_content_element.vc_align_center {
  margin-bottom: 0 !important;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > .menu-block-item {
  margin-bottom: 0;
}
.mega-menu .wide .popup > .inner {
  padding: 10px;
  background: var(--porto-normal-bg);
  padding-bottom: 30px;
}
/*======================================================================================*/
/*C O N T A C T F O R M*/
textarea#contact-message {
  width: 100%;
  resize: none;
  height: 150px;
}
/*================================================================================================*/
/* N E W S L E T T E R*/
.content-fomr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.contact-form-newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-fomr {
  width: 100%;
}
.contact-form-newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-fomr {
  background: var(--porto-secondary-color);
}
/*==============================================================================*/
/*F O O T E R*/
#footer ul li a {
  color: #fff;
  transition: 0.3s ease all;
}
#footer ul li a:hover {
  color: var(--porto-secondary-color);
  transition: 0.3s ease all;
}
#footer p {
  display: none;
}
.icon-footer {
  padding-right: 7px;
  color: var(--porto-secondary-color);
  font-size: 16px;
}
.logo-footer img {
  width: 200px;
}
.share-links.ico-footer-center {
  text-align: center;
}
#footer {
  margin-bottom: 0;
}
#footer .share-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-footer-new-format.vc_column_container {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
/*==============================================================================*/
/*Q U E R Y*/
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1340px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 1371px) {
  /*#header.header-loaded .header-main .header-col.header-left.hidden-for-sm {
    max-width: 150px;
}*/
  /*.header-col.header-right.hidden-for-sm {
    max-width: 330px;
	}*/
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  .texto-reparto h1 {
    font-size: 40px;
    line-height: 45px !important;
  }
  .content_repartidor-textos {
    padding-right: 25px;
  }
  .porto-sicon-box.content-ms {
    min-height: 355px;
  }
  .content-lis-lealtad .vc_column_container {
    padding: 50px 25px 50px 50px;
  }
  i.fab.fa-whatsapp {
    /* color: #25d366; */
    font-size: 25px;
    padding-left: 5px;
    position: relative;
    top: 3px;
  }
  .dgwt-wcas-search-form {
    min-width: 500px;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  .vc_row.wpb_row.vc_inner.row.content_counter-line {
    border-right: none;
  }
  .contact-box.dos {
    transform: translateX(0px);
  }
  #header .header-main .header-center {
    padding: 0;
    text-align: center;
  }
  .header-row .header-right {
    display: flex;
    flex-wrap: nowrap;
  }
  .menu-block.menu-block-after {
    display: none;
  }
  .texto-reparto h1 {
    font-size: 35px;
    line-height: 40px !important;
    width: 100%;
  }
  .img-mocup-repartidor img {
    left: 30px;
  }
  .porto-sicon-box.content-ms {
    padding: 35px 20px 0px 20px;
    min-height: inherit;
  }
  .iconos-metodos-pagos {
    text-align: left !important;
  }
  span.text {
    max-width: 230px;
  }
  #header .searchform .searchform-fields, #header .searchform fieldset {
    display: flex;
    justify-content: end !important;
  }
  .searchform-fields {
    width: 280px;
  }
  #header .searchform input {
    border: none;
    line-height: 1.5;
    height: 34px;
    width: 280px;
  }
  .searchform .live-search-list {
    font-size: 14px;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    min-width: 250px;
    z-index: 112;
  }
  .content-lis-lealtad_img.vc_column_container {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    min-height: 450px;
  }
  .box-ico-footer {
    padding-top: 20px;
  }
  /*=================================================================*/
  /*P R O D U C T O S F O R M A T O*/
  h2.vc_custom_heading.vc_do_custom_heading.titulo-float-bg a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 12px 20px;
    margin: 0;
    /* outline: 10px solid #f4f4f4; */
    background: #f4f4f4;
    border-radius: 0 24px;
    width: 100%;
    max-width: 220px;
    height: 60px;
    font-size: 16px;
    line-height: 22px !important;
    color: var(--porto-primary-color);
    transition: 0.3s ease all;
  }
  h2.vc_custom_heading.vc_do_custom_heading.titulo-float-bg a:before {
    bottom: -24px;
    right: 0px;
    width: 24px;
    transform: rotate(180deg);
  }
  h2.vc_custom_heading.vc_do_custom_heading.titulo-float-bg a:after {
    left: -24px;
    bottom: 24px;
    top: 0px;
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
  }
  .titulo-float-bg-top h1, .titulo-float-bg-top.banner h1 {
    font-size: 16px;
    line-height: 22px !important;
  }
  h2.vc_custom_heading.vc_do_custom_heading.titulo-float-bg {
    font-size: 16px;
    line-height: 22px !important;
  }
  .porto-u-heading.content_box-whatsaap h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .porto-u-heading.content_box-whatsaap {
    position: absolute;
    bottom: 0;
    padding: 25px 20px;
    margin: 0;
    max-width: 325px;
  }
  .content-box-big.vc_column_container {
    border-radius: 20px;
    height: 100%;
    min-height: 400px;
    margin-bottom: 30px;
    background-position: unset !important;
    background-image: url(https://develop1.webstudiopanama.com/TOTO/wp-content/uploads/Banner-mobil-delivery-1.jpg) !important;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  #side-nav-panel {
    width: 100% !important;
    transform: translateX(-100%);
  }
  html.panel-opened .side-nav-panel-close {
    display: block;
    color: #fff;
    top: 10px;
    right: 0;
    left: calc(100% - 45px);
    padding: 4px 8px;
    opacity: 1;
    visibility: visible;
    z-index: 9999 !important;
    width: 40px;
    /* background: #202c7b; */
  }
  .content-mosaico.uno-mosaico img {
    height: 300px;
  }
  .content-fomr_box {
    width: 100%;
  }
  .content-fomr input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-fomr {
    width: 100%;
  }
  .porto-sicon-box.content-ms {
    height: inherit;
  }
  .ico-servicios .porto-sicon-box {
    max-width: inherit;
  }
  .porto-u-heading.texto-reparto {
    text-align: center !important;
  }
  .content_repartidor-textos {
    padding-right: 0px;
    position: relative;
    top: 50px;
  }
  #header .searchform-popup {
    display: block !important;
  }
  .porto-sicon-box.box-ico-lealtad {
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 35px 25px;
    min-height: inherit;
    background: #fff;
  }
  /*============================================================*/
  /*N E W L E T T E R*/
  .contact-form-newsletter .content-fomr {
    flex-direction: column;
  }
  .contact-form-newsletter .form-group {
    margin-bottom: 10px;
  }
  .contact-form-newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-primary {
    width: 100%;
  }
  .porto-sicon-box.box-ico-footer {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .porto-sicon-box.box-ico-footer h3.porto-sicon-title {
    text-align: center;
    padding-top: 15px;
  }
  .sicial-suguenos {
    text-align: center;
  }
  .content-box-big.vc_column_container {
    border-radius: 20px;
    height: 100%;
    min-height: 350px;
    margin-bottom: 30px;
    background-position: unset !important;
  }
  .content-banner-producto {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  .content-mosaico.uno-mosaico img {
    height: inherit;
  }
  .content-fomr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .header-col.visible-for-sm.header-left {
    max-width: 50px;
  }
  .content-lis-lealtad_img.vc_column_container {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    min-height: 300px;
  }
  /*=================================================================*/
  /*P R O D U C T O S F O R M A T O*/
  h2.vc_custom_heading.vc_do_custom_heading.titulo-float-bg a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 12px 10px;
    margin: 0;
    /* outline: 10px solid #f4f4f4; */
    background: #f4f4f4;
    border-radius: 0 24px;
    width: 100%;
    max-width: 180px;
    height: 50px;
    font-size: 16px;
    line-height: 30px !important;
    color: var(--porto-primary-color);
    transition: 0.3s ease all;
  }
  .titulo-float-bg-top {
    padding: 15px 15px 0 25px;
    position: relative;
    z-index: 10;
  }
  .titulo-float-bg-top .porto-u-main-heading {
    max-width: 100px;
  }
  #header .mobile-toggle i.fas.fa-bars::after {
    content: "Categoría ";
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    color: var(--porto-secondary-color);
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat";
    display: none;
  }
  #product-home .product-image img {
    padding: 25px 0 0 0;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
  }
}
/*# 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%2F19198-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F19198-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F19198-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F19198-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F19198-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BACCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BADRA%3BAAAA%3BAAAA%3BACgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhBA%3BAAAA%3BAC0BA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAD%2FCA%3BAAAA%3BACmDA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FDA%3BAAAA%3BACuEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAD%2FGA%3BAAAA%3BAAAA%3BACsHA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADvQA%3BAAAA%3BAC6QA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FSF%3BACuTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvTA%3BACsUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtUA%3BAC8UA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9UA%3BAAAA%3BACuVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADxWA%3BAAAA%3BAC%2BWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9XA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BADtgBA%3BAAAA%3BAC2gBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BADrhBA%3BAAAA%3BAC4hBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADliBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACgjBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAACI%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIL%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAACI%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BADhmBL%3BAAAA%3BACinBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAD5oBA%3BAAAA%3BACqpBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADhsBA%3BAAAA%3BACgtBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BADzwBA%3BAAAA%3BACgxBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADz0BA%3BAAAA%3BAC80BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD14BA%3BAAAA%3BACw5BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BADj7BA%3BAAAA%3BACs7BA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADr9BA%3BAAAA%3BACm%2BBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADn%2BBA%3BAAAA%3BAC0%2BBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADl%2FBA%3BAAAA%3BACu%2FBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADthCA%3BAAAA%3BAC8hCA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtiCA%3BAAIA%3BAEJA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAF1BA%3BAASA%3BAGTA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAH3DA%3BAAAA%3BAGmEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHvIA%3BAAcA%3BAIdA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJnCA%3BAAAA%3BAI6CA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ3FA%3BAAmBA%3BAKnBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BALKA%3BAAAA%3BAKKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */