@charset "UTF-8";
/* xl - DESKTOP STYLES */
/*===========================================================================================================*/
/*H E A D E R*/
.tooltip-inner {
  display: none !important;
}
.no-breadcrumbs .main-content {
  padding-top: 0px;
}
.main-content {
  padding-bottom: 0;
}
#header .header-main .header-left {
  padding: 10px 0;
}
#header .logo img {
  width: 100%;
}
#titulo-slider {
  font-family: "Im-fell-english-sc" !important;
}
.search-toggle .porto-icon-magnifier {
  color: white;
}
div.btn-primary {
  background-color: transparent;
}
.btn.btn-primary {
  color: var(--porto-primary-color);
  border-radius: 14px !important;
  outline: none;
  font-size: 16px !important;
  font-weight: 500;
  border: 2px solid var(--porto-primary-color) !important;
  background: transparent;
}
.btn.btn-primary:hover {
  color: #fff;
  border-color: var(--porto-primary-color);
  background: var(--porto-primary-color);
}
.btn.btn-secondary {
  color: #fff;
  border-radius: 14px !important;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid var(--porto-primary-color);
  background-color: var(--porto-primary-color);
}
.btn.btn-secondary:hover {
  background: transparent;
  color: var(--porto-primary-color);
}
.btn.btn-menu {
  background: #eff3f3;
  height: 100%;
  padding: 13px 22px;
  border: solid 1px;
  border-color: var(--porto-primary-color);
  border-radius: 24px;
  display: flex;
  align-items: center;
  word-wrap: break-word;
  white-space: pre;
  gap: 8px;
  color: var(--porto-primary-color);
  font-size: 18px;
  justify-content: center;
  height: calc(2.5em + 24px);
}
.btn.btn-menu:hover {
  background: var(--porto-primary-color);
  color: #fff;
}
ul.small-menu {
  padding: 10px 12px;
  list-style: none;
  /* border-left: 1px solid var(--porto-primary-color); */
  /* border-right: 1px solid var(--porto-primary-color); */
  /* border-bottom: 1px solid var(--porto-primary-color); */
  border-radius: 7px;
  position: absolute;
  z-index: 9;
  width: calc(100% + 100px);
  display: none;
  right: 0;
  background: linear-gradient(180deg, #006533, #018e47, #9c3);
}
.menu__trigger.active {
  background: var(--porto-primary-color);
  color: #fff;
}
.menu__trigger + ul a i {
  font-size: 18px;
}
ul.small-menu.right {
  max-width: 193px;
}
.menu {
  display: inline-block;
  position: relative;
}
.menu__trigger {
  display: block;
}
.menu__list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu .btn-primary.menu__trigger {
  background: #fff;
  color: var(--porto-primary-color);
  border-radius: unset !important;
  border: unset !important;
  line-height: 1.8;
}
.btn-secondary.menu__trigger + .small-menu.menu__list {
  left: 0 !important;
}
.menu .btn-secondary.menu__trigger {
  border-radius: unset !important;
  line-height: 1.8;
  border: 1px solid #fff !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}
@media (max-width: 520px) {
  .menu .btn-secondary.menu__trigger {
    border-bottom: 1px solid #fff !important;
    margin-bottom: 7px;
  }
}
.menu .btn-secondary.menu__trigger:hover {
  color: #fff;
}
li.small-menu__item {
  border-radius: 3px;
  padding: 0 3px;
  color: #fff;
}
li.small-menu__item:hover {
  background: var(--porto-secondary-color);
  color: #fff;
  cursor: pointer;
}
.custom-header-top {
  position: relative;
  z-index: 3;
}
.custom-left-menu .wpb_wrapper.vc_column-inner {
  flex-direction: column;
  align-items: start;
}
.custom-left-menu li a {
  font-size: 16px;
}
.custom-big-menu {
  position: fixed;
  z-index: 2;
  width: 100%;
  padding-bottom: 35px;
  transform: translateY(-150%);
  transition: 0.5s ease-in-out;
  padding-top: 35px;
  pointer-events: auto;
}
.custom-big-menu.is-open {
  transform: translateY(0%);
  pointer-events: auto;
  z-index: 9;
}
.custom-big-menu .custom-left-menu {
  width: auto;
  padding-right: 30px;
}
.custom-big-menu .porto-wrap-container.container {
  max-width: 1150px;
}
.custom-left-menu + .vc_column_container {
  width: calc(100% - 250px);
}
.custom-button_large a {
  min-width: 269px;
  margin-bottom: 14px;
}
.rounded-picture img {
  width: 100%;
  height: 150px;
  border-radius: 50%;
  border: 3px solid white;
}
.custom-banner_menu {
  border-radius: 14px;
  margin-top: 7px;
}
.custom-banner_menu .vc_column_container {
  padding: 0;
}
.custom-banner_menu img {
  border-radius: 14px;
}
.custom-button_large .vc_column_container.col-md-12 {
  padding-left: 0;
}
.close-button.left {
  display: none;
}
.close-button {
  position: absolute;
  top: -22px;
  padding: 20px;
  border-radius: 50px;
  right: -27px;
  z-index: 999;
  padding: 0 !important;
  margin: 0 !IMPORTANT;
}
.close-button button:hover i {
  color: var(--porto-primary-color);
}
#header .main-menu > li.menu-item {
  cursor: pointer;
}
#header .main-menu > li.menu-item > a {
  font-size: 16px;
  font-feature-settings: "lnum";
  font-variant-numericlining-nums: lining-nums;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  padding: 18px 15px;
}
#header .main-menu > li.menu-item.active > a {
  font-weight: bold;
}
#header .main-menu > li.menu-item:hover > a {
  color: var(--porto-primary-color);
}
#header .main-menu > li.menu-item {
  margin: 0 !important;
}
#header .main-menu > li.menu-item.custom-btn-primary {
  margin-left: 1rem !important;
}
.close-button button, .close-button button:hover, .close-button button:focus {
  background-color: transparent !important;
  border: none !important;
  font-size: 28px !important;
  box-shadow: none !important;
}
.custom-list-link a {
  font-size: 18px;
  font-weight: 400;
}
.custom-list-link li a:hover {
  color: var(--porto-primary-color);
}
.custom-button-menu__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.custom-button-menu__list .btn-primary {
  border-color: #fff;
  color: #fff;
}
.custom-button-menu__list i.porto-icon-arrow-forward-right {
  font-size: 20px;
  background: var(--porto-primary-color);
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 2px solid #fff;
}
.btn i {
  padding-right: 7px;
  font-size: 28px;
}
/* Contenedor del carrusel */
.carousel-custom_top {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  /* ajusta si quieres */
  padding: 0;
}
/* Creamos el track con JS */
.carousel-custom_top .carousel-track {
  display: flex;
  width: 100%;
  transform: translateX(0%);
  transition: transform 420ms ease;
  will-change: transform;
}
/* Cada slide: los wpb_single_image pasan a ocupar 100% */
.carousel-custom_top .wpb_single_image {
  flex: 0 0 100%;
  width: 100%;
  margin: 0 !important;
  /* WPBakery suele meter margins */
}
/* Imagen full */
.carousel-custom_top img.vc_single_image-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
/* Botones (ya los tienes en carousel-buttons) */
.carousel-custom_top .carousel-buttons {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  gap: 10px;
  z-index: 5;
}
.carousel-custom_top .carousel-buttons button {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: #fff;
  backdrop-filter: blur(6px);
  font-size: 20px;
  line-height: 1;
  display: grid;
  place-items: center;
  transition: 0.3s all;
}
.carousel-custom_top .carousel-buttons button:hover {
  background: var(--porto-primary-color);
}
.carousel-custom_top .carousel-buttons button:hover i {
  color: #fff;
}
.carousel-custom_top .carousel-buttons button i {
  color: var(--porto-primary-color);
}
/* Dots (se crean con JS) */
.carousel-custom_top .carousel-dots {
  position: absolute;
  right: 80px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 5;
}
.carousel-custom_top .carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: rgba(40, 40, 40, 0.55);
}
.carousel-custom_top .carousel-dot.is-open {
  width: 28px;
  /* barra activa tipo ejemplo */
  background: var(--porto-primary-color);
}
.carousel-custom_top:after {
  background-image: url(https://develop1.webstudiopanama.com/ron/wp-content/uploads/2025/12/carousel-bg-dots.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  bottom: 0;
  width: 234px;
  height: 134px;
  right: 0;
  content: "";
  position: absolute;
}
.next-carousel i {
  transform: rotateY(180deg);
}
.image-full-width .porto-sicon-img, .image-full-width img {
  width: 100% !important;
}
.custom-container-together .custom-container-together_left img {
  border-radius: 18px 0 0 18px;
}
.custom-container-together.reverse .custom-container-together_left img {
  border-radius: 14px;
}
.custom-container-together .custom-container-together_right {
  background: #fff;
  border-radius: 18px;
  margin-left: -17px;
  box-shadow: 0 0 10px #d7d7d7;
  padding: 32px 40px !important;
  transition: 0.3s ease-in;
}
.custom-container-together .row:hover .custom-container-together_right {
  box-shadow: 5px 2px 5px var(--porto-primary-color);
}
.custom-container-together.reverse .row:hover .custom-container-together_right {
  box-shadow: 0px 0px 14px var(--porto-primary-color);
}
.custom-container-together.reverse .custom-container-together_right {
  margin-right: -20px;
  align-items: center;
  min-height: 400px;
  height: 100%;
}
.custom-container-together.reverse .custom-container-together_left {
  margin-right: 18px;
}
a.btn.btn-white {
  font-size: 16px;
  background: #fff;
  border-radius: 14px;
  color: var(--porto-primary-color);
  min-width: 180px;
}
.reverse .row {
  flex-direction: row-reverse;
}
.custom-container-together.reverse .row {
  align-items: center;
}
.custom-card > .wpb_wrapper.vc_column-inner:first-child {
  box-shadow: 0 0 10px #d9d9d9;
  border-radius: 14px;
  overflow: hidden;
  transition: 0.3s ease-in;
}
.custom-card:hover > .wpb_wrapper.vc_column-inner:first-child {
  box-shadow: 0 0 10px #777777;
}
.custom-card .porto-u-main-heading + .porto-u-sub-heading {
  transition: 0.3s ease-in;
}
.custom-card:hover .porto-u-main-heading + .porto-u-sub-heading {
  color: var(--porto-primary-color);
}
.custom-icon .vc_icon_element-inner {
  background: var(--porto-primary-color);
  border-radius: 14px;
  margin-left: 24px;
  margin-top: -32px;
}
.custom-card .porto-u-heading .porto-u-main-heading {
  padding-bottom: 7px;
  padding: 10px 14px;
  background: var(--porto-primary-color);
  width: fit-content;
  border-radius: 14px;
  margin-bottom: 7px;
}
.link-to-complete-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -999999px;
}
.custom-top-bg {
  min-height: 285px;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}
.custom-top-bg .porto-u-main-heading {
  position: relative;
  z-index: 1;
}
.custom-top-bg::after {
  position: absolute;
  content: "";
  width: 500px;
  height: 500px;
  background: #2d4074;
  top: 0;
  border-radius: 50%;
  left: -18%;
  top: -66px;
}
.custom-card-content .porto-wrap-container.container {
  max-width: 1200px;
}
.custom-card-bottom .wpb_wrapper.vc_column-inner {
  background: #fff;
  box-shadow: 0 0 10px #d9d9d9;
  padding: 35px 30px !important;
  min-height: 212px;
  border-radius: 14px;
  align-content: center;
  overflow: hidden;
  position: relative;
}
.custom-card-bottom .wpb_wrapper.vc_column-inner:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  background: #f5f5f5;
  right: -61px;
  border-radius: 40%;
  bottom: -91px;
  transition: 0.3s ease-in-out;
}
.custom-card-bottom:hover .wpb_wrapper.vc_column-inner:after {
  width: 200%;
  height: 200%;
}
.custom-card-bottom .porto-sicon-box {
  position: relative !important;
  z-index: 1 !important;
  background: transparent !important;
}
.no-animation.custom-icon-box:hover {
  transform: unset !important;
}
.custom-right-icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
  margin: 0px;
  z-index: 1;
}
.banner-all-page {
  min-height: 300px;
  position: relative;
  border-radius: 0 0 10px 10px;
}
.banner-all-page .porto-ibanner-layer {
  align-content: center;
  padding-left: 35px;
  background: linear-gradient(45deg, black, transparent);
  width: 100%;
  height: 100%;
}
.custom-rounded {
  border-radius: 14px;
}
.custom-circle-icon {
  transition: 0.3s ease-in-out all;
}
.custom-circle-icon .vc_icon_element-inner {
  border: 2px solid var(--porto-light-color) !important;
  border-radius: 50%;
  width: 100px !important;
  height: 100px !important;
  transition: 0.3s ease-in-out;
}
.custom-circle-icon .vc_icon_element-inner:hover {
  background: #fff;
  border: 2px solid var(--porto-primary-color) !important;
}
.custom-circle-icon .vc_icon_element-inner:hover .fa-arrow-down {
  top: 55%;
  color: var(--porto-primary-color) !important;
}
#sobre-nosotros {
  scroll-margin-top: 125px;
  scroll-behavior: smooth;
}
.custom-list i {
  margin: 0;
}
section[data-vc-parallax] {
  position: relative;
  overflow: hidden;
}
section[data-vc-parallax]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(37, 52, 95, 0.78);
  z-index: 1;
  pointer-events: none;
}
section[data-vc-parallax] > * {
  position: relative;
  z-index: 2;
}
.vida-v {
  border-right: 2px solid #22c55e;
  border-radius: 14px 0 0 14px;
}
.vida-i {
  border-right: 2px solid #f59e0b;
  border-radius: 0 14px 14px 0;
}
.vida-d {
  border-right: 2px solid #3b82f6;
  border-radius: 14px 0 0 14px;
}
.vida-a {
  border-right: 2px solid #a855f7;
  border-radius: 0 14px 14px 0;
}
.page-top {
  display: none;
}
/*============================================================*/
/*B T N M E N U*/
.btn-reservas a {
  background: var(--porto-primary-color);
  border: solid 2px var(--porto-primary-color);
  padding: 8px 25px !important;
  margin-left: 25px;
  border-radius: 3px !important;
  color: #fff;
}
.btn-reservas a:hover {
  background: transparent;
  border-radius: 3px !important;
  color: var(--porto-primary-color);
}
/*===========================================================================================================*/
/**/
.vc_row.wpb_row.row.top-row.reverse {
  flex-direction: row-reverse;
}
.content-texto-parallax {
  position: relative;
  z-index: 10;
  /*padding-top:80px;
	padding-bottom:80px;*/
}
.parallax-fondo {
  background-attachment: fixed;
  position: relative;
}
.parallax-fondo:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(75, 60, 21, 0.7);
  -webkit-backface-visibility: hidden;
  mix-blend-mode: hard-light;
}
.wpb_text_column.wpb_content_element.text-nosotros p {
  text-align: center;
  font-size: 45px;
  line-height: 50px;
  font-family: "Im-fell-english-sc";
}
.text-nosotros strong {
  color: var(--porto-primary-color);
}
.z-index-100 {
  position: relative;
  z-index: 10;
}
.titulo-ico h3.porto-sicon-title {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--porto-primary-color);
  font-weight: 600;
  font-family: "relaewy";
}
.titulo-ico.light h3.porto-sicon-title {
  color: #fff;
}
.titulo-ico .porto-sicon-header p {
  font-size: 35px;
  line-height: 35px;
  font-family: "Im-fell-english-sc" !important;
}
.vc_row.wpb_row.vc_inner.row.card-nosotros {
  background: var(--porto-secondary-color);
  box-shadow: 2px 0px 10px 3px rgba(0, 0, 0, 0.05);
  padding: 35px 25px;
  position: relative;
  left: -100px;
  width: calc(100% + 100px);
}
.box-proceso h2 {
  position: relative;
  font-size: 25px;
  line-height: 30px;
  font-family: "Im-fell-english-sc";
  color: var(--porto-primary-color);
  z-index: 1;
}
.box-proceso span {
  font-family: "relaewy";
  font-weight: 900;
  font-size: 80px;
  line-height: 80px;
  position: relative;
  left: 0;
  top: 15px;
  color: var(--porto-primary-color);
  z-index: -1;
  opacity: 0.3;
}
.img-procesos img {
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.54, -0.49, 0.25, 1.59) all;
  transform: scale(1);
}
.content-proceso:hover .img-procesos img {
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.54, -0.49, 0.25, 1.59) all;
  transform: scale(1.1);
}
.img-procesos {
  padding: 0;
}
.content-proceso {
  background: var(--porto-secondary-color);
  box-shadow: 2px 0px 10px 3px rgba(0, 0, 0, 0.05);
}
.textos-procesos.vc_column_container {
  padding: 25px 10px 0px 20px;
}
.vc_single_image-wrapper.vc_box_border_grey {
  overflow: hidden;
}
/*===========================================================================================================*/
/**/
a.btn-buttom.btn-center {
  padding: 12px 25px;
  background: var(--porto-primary-color);
  border-radius: 5px;
  color: #fff;
  transition: 0.3s ease all;
}
a.btn-buttom.btn-center:hover {
  background: #222;
  transition: 0.3s ease all;
}
.btn-buttom-box {
  padding-top: 10px;
}
/*===========================================================================================================*/
/*P R O D U C T O*/
.content_float-price-inner.vc_column_container {
  padding: 0 5px;
}
.content_float-price-inner .wpb_wrapper.vc_column-inner {
  border: solid 1px #f2f2f2;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05);
  /*max-width: 310px;*/
  margin: 0 auto 25px;
  border-radius: 10px;
}
.img-producto_texto h3 {
  font-size: 16px;
}
.img-producto_texto h2 {
  font-size: 25px;
  line-height: 30px !important;
  /*margin-bottom: 5px !important;*/
}
.img-producto_texto strong {
  display: block;
  font-size: 13px;
  line-height: 13px;
  color: var(--porto-secondary-color);
}
.img-producto img {
  border-radius: 10px 10px 0 0;
  transform: scale(1);
  transition: 0.3s ease all;
  width: 100%;
}
.content_float-price-inner:hover .img-producto img {
  transform: scale(1.1);
  transition: 0.3s ease all;
  filter: brightness(0.95);
}
.img-producto .wpb_wrapper {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.wpb_raw_code.wpb_raw_html.btn-center {
  text-align: center;
}
.content_float-price-inner {
  display: none;
}
a.btn-productos-link {
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  background: #222;
  border-radius: 5px;
  color: #fff;
  transition: 0.3s ease all;
  max-width: 200px;
  display: block;
  text-align: center;
  margin-bottom: 10px !important;
}
a.btn-productos-link.active {
  background: var(--porto-primary-color);
  color: #fff;
  transition: 0.3s ease all;
}
a.btn-productos-link:hover {
  background: var(--porto-primary-color);
  color: #fff;
  transition: 0.3s ease all;
}
.carrusel-producto img.attachment-full.size-full {
  height: 300px;
}
/*===========================================================================================================*/
/**/
.texto-banner-botellas {
  position: absolute;
  top: 0;
  z-index: 10;
  margin: 0 auto;
  width: 100%;
}
.vc_row.wpb_row.vc_inner.row.texto-banner-botellas_inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 15px 25px;
}
.banner-botellas_img img {
  min-height: 600px;
  object-fit: cover;
}
/*===========================================================================================================*/
/**/
.carrusel-wrapper {
  width: 100%;
  overflow: hidden;
  background: #245225;
  /* border-top: 2px solid #e0c58b; */
  /* border-bottom: 2px solid #e0c58b; */
  /*padding: 25px 0;*/
}
.carrusel {
  display: flex;
  white-space: nowrap;
  animation: scroll 40s linear infinite;
  padding: 25px 0;
}
.carrusel span {
  display: inline-block;
  margin: 0 40px;
  font-size: 1.2rem;
  color: #fff;
  position: relative;
}
.carrusel span::after {
  content: "*";
  color: #fff;
  position: absolute;
  right: -50px;
  font-weight: bold;
  font-size: 50px;
  top: 14px;
}
.carrusel span:last-child::after {
  content: "";
  /* No asterisco en el último */
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.pause {
  animation-play-state: paused !important;
}
/*===========================================================================================================*/
/**/
.box-porque {
  border: solid 1px #f4f4f4;
  background: #fff;
  padding: 25px 15px;
  border-radius: 10px;
  transition: 0.4s ease all;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.list-recetas ul {
  padding-left: 20px;
}
/*=============================================================================*/
/*T E S T I M O N I O*/
.porto-testimonial.wpb_content_element.testimonio-box {
  border: solid 1px #f0eae2;
  padding: 15px;
  margin: 5px;
  background: #f6f6f682;
}
.testimonio-box blockquote.testimonial-carousel {
  height: 100%;
  min-height: 170px;
}
.testimonial.testimonial-style-5 .testimonial-author {
  padding: 0 !important;
  border-top: 0px solid var(--porto-gray-3) !important;
}
/*.testimonial.testimonial-with-quotes img {
    margin: 15px auto 10px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}*/
/*===========================================================================================================*/
/**/
/*===========================================================================================================*/
/**/
/*============================================================*/
/*C O N T A C T O*/
/*.row.contact-form {
    padding: 30px;
}*/
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
  resize: none;
  height: 150px;
}
.titulo-form {
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
}
.titulo-form h2 {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 35px;
}
.titulo-form h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
}
/*============================================================*/
/*H I S T O R Y*/
.timeline .timeline-item-title {
  font-size: 30px;
  margin: 25px 0px 0px !important;
  font-weight: 700;
}
article.timeline-box.left {
  position: relative;
  text-align: right;
}
article.timeline-box.left .timeline-item-content strong {
  position: absolute;
  top: 0;
  padding: 15px 20px;
  color: var(--porto-primary-color);
  font-size: 18px;
  right: 0;
  font-family: "poppins";
}
article.timeline-box.right .timeline-item-content strong {
  position: absolute;
  top: 0;
  padding: 15px 20px;
  color: var(--porto-primary-color);
  font-size: 18px;
  left: 0;
  font-family: "poppins";
}
/*============================================================*/
/*C O N T A C B O  X*/
.contact-box a, .contact-box .porto-sicon-description {
  color: #111;
}
.contact-box {
  border: solid 1px #f4f4f4;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  transition: 0.4s ease all;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.contact-box.dos {
  background: var(--porto-primary-color);
  transform: translateX(-30px);
}
.contact-box.dos a {
  color: #fff;
}
.contact-box .porto-sicon-description {
  margin: 0 !important;
}
/*============================================================*/
/**/
.titulo-all-page h1 {
  color: #fff;
  font-size: 65px;
  line-height: 70px !important;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.banner-all-page {
  max-height: 350px;
  position: relative;
}
.banner-all-page:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid var(--porto-primary-color);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 100;
}
.custom-container {
  position: relative;
}
.custom-container::before {
  content: "";
  position: absolute;
  border-left: 25px solid var(--porto-primary-color);
  border-right: 25px solid var(--porto-primary-color);
  border-bottom: 25px solid var(--porto-primary-color);
  top: -12px;
  transform: translateX(-50%);
  left: 50%;
}
/*============================================================*/
/*N E W L E T T E R*/
.contact-form-newsletter .content-fomr {
  display: flex;
  flex-direction: row;
}
.contact-form-newsletter .form-group {
  margin-bottom: 0;
}
.contact-form-newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-fomr {
  width: 100%;
}
.form-group {
  margin-bottom: 10px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary.btn-modern {
  border-radius: 5px;
  margin-top: 10px;
}
label.text-placeholder, label.fonttext-placeholder {
  font-weight: 400;
}
.row.contact-form.popup {
  padding: 30px 20px;
}
/*============================================================*/
/*F O O T E R */
/*ul.footer-links.list.list-unstyled {
    column-count: 2;
*/
ul li {
  font-style: normal !important;
  font-weight: normal;
}
.footer ul.list li {
  margin-bottom: 0px;
}
.share-links {
  font-style: normal;
}
#footer ul li a {
  color: #fff;
  transition: 0.3s ease all;
}
#footer ul li a:hover {
  color: var(--porto-primary-color);
  transition: 0.3s ease all;
}
#footer img {
  width: 100%;
  max-width: 120px;
}
i.icon-footer {
  font-size: 14px;
  padding-right: 6px;
}
.footer-fondo {
  background: var(--porto-primary-color);
}
.share-links a {
  font-style: normal;
  background: transparent !important;
  border: 1px solid var(--porto-primary-color);
  border-radius: 50%;
  font-weight: 400 !important;
  padding: 14px !important;
  color: var(--porto-primary-color) !important;
}
.share-links a:hover {
  color: var(--porto-primary-color) !important;
}
.full-width-image .vc_single_image-wrapper.vc_box_border_grey, .full-width-image img {
  max-width: 100% !important;
  width: 100% !important;
}
/*==============================================================================*/
/*Q U E R Y*/
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1440px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  /*.width-colum-footer-1{
	width: 100%;
}
.width-colum-footer-2{
	width: 60%;
}*/
  .vc_row.wpb_row.vc_inner.row.texto-banner-botellas_inner {
    padding: 50px 15px 25px;
  }
  .box-proceso span {
    font-family: "relaewy";
    font-weight: 900;
    font-size: 50px;
    line-height: 50px;
    position: relative;
    left: 0;
    top: 10px;
    color: var(--porto-primary-color);
    z-index: -1;
    opacity: 0.3;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  header .custom-btn-primary {
    background: transparent;
    border-radius: 14px;
    margin-left: 0 !important;
  }
  header .custom-btn-primary a {
    color: #333 !important;
  }
  .img-efecto-top img {
    border-radius: 0px;
    min-height: 100%;
    object-fit: cover;
  }
  .img-efecto-bottom img {
    border-radius: 0px;
    min-height: 100%;
    object-fit: cover;
  }
  .vc_row.wpb_row.vc_inner.row.box-img_text {
    padding: 50px 25px;
  }
  .box-img_text-reverse.vc_column_container {
    max-width: 100%;
  }
  ul.footer-links.list.list-unstyled {
    column-count: 1;
  }
  i.porto-icon-magnifier {
    color: #444;
  }
  .btn-buttom-box {
    text-align: center;
  }
  .vc_row.wpb_row.vc_inner.row.card-nosotros {
    background: #e6d29f;
    box-shadow: 2px 0px 10px 3px rgba(0, 0, 0, 0.05);
    padding: 35px 25px;
    position: relative;
    left: 12px;
    width: 100%;
  }
  .box-proceso h2 {
    position: relative;
    font-size: 20px;
    line-height: 25px;
  }
  .wpb_text_column.wpb_content_element.text-nosotros p {
    font-size: 30px;
    line-height: 35px;
  }
  .content-texto-parallax {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .textos-procesos.vc_column_container {
    padding: 25px 10px 20px 20px;
  }
  .banner-all-page .porto-ibanner-layer {
    width: 100%;
  }
  /*.banner-all-page img {
    display: none !important;
}*/
  .banner-all-page {
    min-height: 350px;
  }
  .titulo-all-page h1 {
    color: #fff;
    font-size: 40px;
    line-height: 45px !important;
  }
  .rounded-picture img {
    width: 135px;
    height: 135px;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  /*============================================================*/
  /*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%;
  }
  .width-colum-footer-1, .width-colum-footer-2 {
    width: 100%;
  }
  .texto-banner-botellas_inner h2 {
    font-size: 20px;
    line-height: 27px;
  }
  .carrusel {
    animation: scroll 7s linear infinite;
  }
  .porto-sicon-box.box-ico-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .box-ico-footer .porto-just-icon-wrapper.porto-sicon-img {
    margin: 0 !important;
    padding-bottom: 15px;
    font-size: 180px !important;
  }
  .share-links.sicial-suguenos {
    text-align: center;
  }
  article.timeline-box.left, section.timeline .timeline-box.right {
    position: relative;
    text-align: center;
  }
  article.timeline-box.right .timeline-item-content strong, article.timeline-box.left .timeline-item-content strong {
    width: 100%;
  }
  section.timeline .timeline-box, section.timeline .timeline-box.right {
    max-width: 100%;
  }
  .content_float-price-inner.vc_column_container {
    width: 50%;
  }
  a.btn-productos-link {
    max-width: 100%;
  }
  .carrusel-producto img.attachment-full.size-full {
    height: 200px;
  }
  .testimonio-box blockquote.testimonial-carousel {
    height: 100%;
    min-height: 100%;
  }
  .custom-big-menu .row {
    flex-direction: column;
  }
  .custom-left-menu + .vc_column_container {
    width: 100%;
  }
  .custom-button_large a {
    min-width: 175px;
    margin-bottom: 14px;
  }
  .close-button.left {
    display: block;
  }
  .close-button.right {
    display: none;
  }
  .custom-container-together .custom-container-together_left img {
    border-radius: 18px 18px 0 0;
  }
  .custom-container-together .custom-container-together_right {
    background: #fff;
    border-radius: 0 0 18px 18px;
    margin-left: 0;
    box-shadow: 0 0 10px #d7d7d7;
    padding: 32px 40px !important;
    transition: 0.3s ease-in;
  }
  .custom-container-together.reverse .custom-container-together_left {
    margin-right: 0px;
  }
  .custom-container-together.reverse .custom-container-together_right {
    margin-right: 0;
    align-items: center;
    min-height: 400px;
    height: 100%;
  }
  .custom-container-together.reverse .custom-container-together_left img {
    border-radius: 14px 14px 0 0;
  }
  .banner-all-page {
    border-radius: 0;
  }
  .vida-v {
    border-right: none;
    border-top: 2px solid #22c55e;
    border-radius: 0;
  }
  .vida-i {
    border-right: none;
    border-top: 2px solid #f59e0b;
    border-radius: 0;
  }
  .vida-d {
    border-right: none;
    border-top: 2px solid #3b82f6;
    border-radius: 0;
  }
  .vida-a {
    border-right: none;
    border-top: 2px solid #a855f7;
    border-radius: 0;
  }
  .footer-custom-text {
    text-align: start !important;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  img.img-responsive.standard-logo.retina-logo {
    width: 100px;
  }
  .vc_row.wpb_row.vc_inner.row.box-img_text {
    padding: 50px 10px;
  }
  .content_float-price-inner.vc_column_container {
    width: 100%;
  }
  .banner-all-page {
    min-height: 300px;
  }
  .carousel-custom_top:after {
    width: 150px;
    height: 70px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F856-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F856-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F856-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F856-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F856-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BACCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%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%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BADrVA%3BAC2VA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3VA%3BACmWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnWA%3BAC4WA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5WA%3BACmXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnXA%3BAC2XA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD3ZA%3BACgaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADrtBA%3BAAAA%3BACwtBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhuBD%3BAAAA%3BAC0uBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAD31BA%3BAAAA%3BACi2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD52BA%3BAAAA%3BACo3BA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BADh8BA%3BAAAA%3BACq8BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BADj9BA%3BAAAA%3BACu9BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BADrgCJ%3BAAAA%3BAC2gCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BADrhCA%3BAAAA%3BACyhCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BADpiCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACwjCA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtkCA%3BAAAA%3BAC%2BkCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpmCA%3BAAAA%3BACgnCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADpoCA%3BAAAA%3BACyoCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrqCA%3BAAAA%3BACirCA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADzsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACgtCA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADhwCA%3BAAAA%3BACwwCA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzwCF%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEEA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFTA%3BAASA%3BAGTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAH1DA%3BAAAA%3BAAAA%3BAGgEA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHlFA%3BAAcA%3BAAAA%3BAAAA%3BAIbA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAJjJA%3BAAmBA%3BAKnBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */