html, body, #container
{
   width: 100%;
   height: 100%;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.visibility-hidden
{
   visibility: hidden;
}
#wb_portada
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('images/background_paquetes_imagen_digital.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#portada
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 100px 0 0 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1920px;
}
#portada > .col-1, #portada > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#portada > .col-1, #portada > .col-2
{
   flex: 0 0 auto;
}
#portada > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   order: 1;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-end;
   align-self: stretch;
   align-items: flex-end;
   justify-content: flex-end;
   text-align: right;
}
#portada > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 -100px 0 0;
}
#portada > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   order: 2;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#portada > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 0 0 -150px;
}
@media (max-width: 480px)
{
#portada > .col-1, #portada > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image2
{
   margin: 0 40px 0 0 ;
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 660px;
   height: 259px;
   vertical-align: top;
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 650px;
   height: 817px;
   vertical-align: top;
}
#wb_carrusel_servicios
{
   background-image: linear-gradient(to top, #F50D9D 0%, #690D9C 100%);
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   opacity: 0.80;
   box-sizing: border-box;
   position: relative;
   width: 100%;
}
#carrusel_servicios
{
   position: relative;
   padding: 5px 10px 5px 10px;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1920px;
   box-sizing: border-box;
   font-size: 0;
}
#carrusel_servicios .owl-dots, #carrusel_servicios .owl-nav
{
   text-align: center;
}
#carrusel_servicios .owl-nav [class*=owl-]
{
   opacity: 0.7;
   color: #9F0D0D;
   font-size: 48px;
   line-height: 48px;
   display: inline-block;
   cursor: pointer;
   pointer-events: all;
}
#carrusel_servicios .owl-nav [class*=owl-]:hover
{
   opacity: 1;
   color: #9F0D0D;
   text-decoration: none;
}
#carrusel_servicios .owl-nav .disabled
{
   opacity: .5;
   cursor: default;
}
#carrusel_servicios .owl-nav.disabled+.owl-dots
{
   margin-top: 10px;
}
#carrusel_servicios .owl-nav
{
   position:  absolute;
   top: 0;
   display:  none;
   align-items: center;
   justify-content: space-between;
  pointer-events: none;
   width: calc(100% - 20px);
   height: 100%;
}
#carrusel_servicios .owl-nav button.owl-prev, #carrusel_servicios .owl-nav button.owl-next
{
   position: relative;
   height: 48px;
   width: 48px;
   border-radius: 50%;
   background-color: rgba(255,255,255, 0.5);
}
#carrusel_servicios .owl-nav button.owl-prev span, #carrusel_servicios .owl-nav button.owl-next span
{
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   transform: translateY(-8%);
}
#carrusel_servicios .owl-dots .owl-dot
{
   display: inline-block;
   zoom: 1;
}
#carrusel_servicios .owl-dots .owl-dot span
{
   width: 12px;
   height: 12px;
   margin: 10px 10px;
   background: #A9A9A9;
   display: block;
   -webkit-backface-visibility: visible;
   backface-visibility: visible;
   transition: opacity 200ms ease;
   border-radius: 50%;
}
#carrusel_servicios .owl-dots .owl-dot.active span, #carrusel_servicios .owl-dots .owl-dot:hover span
{
   background: #9F0D0D;
}
#wb_paquetes
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #10171E;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#paquetes
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 50px 0 50px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#paquetes > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#paquetes > .col-1
{
   flex: 0 0 auto;
}
#paquetes > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 768px)
{
#paquetes > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_cupones1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #10171E;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#cupones1
{
   box-sizing: border-box;
   padding: 0 10px 50px 10px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#cupones1 > .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#cupones1 > .row > .col-1, #cupones1 > .row > .col-2, #cupones1 > .row > .col-3, #cupones1 > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#cupones1 > .row > .col-1, #cupones1 > .row > .col-2, #cupones1 > .row > .col-3, #cupones1 > .row > .col-4
{
   float: left;
}
#cupones1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#cupones1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#cupones1 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 75px 0 0 0;
}
#cupones1 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#cupones1 > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#cupones1 > .row > .col-4 > .col-4-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 75px 0 0 0;
}
#cupones1:before,
#cupones1:after,
#cupones1 .row:before,
#cupones1 .row:after
{
   display: table;
   content: " ";
}
#cupones1:after,
#cupones1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#cupones1 > .row > .col-1, #cupones1 > .row > .col-2, #cupones1 > .row > .col-3, #cupones1 > .row > .col-4
{
   float: none;
   width: 100%;
}
}
#HorizontalLine2
{
   border-color: #10171E;
   border-style: solid;
   border-bottom-width: 30px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#HorizontalLine3
{
   border-color: #10171E;
   border-style: solid;
   border-bottom-width: 30px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#HorizontalLine1
{
   border-color: #10171E;
   border-style: solid;
   border-bottom-width: 30px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_header
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(16,23,30,0.60);
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#header
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 15px 0 15px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#header > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#header > .col-1
{
   flex: 0 0 auto;
}
#header > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#header > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
.menu14Menu .nav
{
   font-family: "Space Grotesk";
   font-weight: normal;
   font-size: 19px;
   font-style: normal;
   color: #10171E;
   text-align: left;
   text-transform: none;
}
#menu14Menu, .menu14Menu .nav, .menu14Menu *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.menu14Menu .nav:before,
.menu14Menu .nav:after 
{
   content: " ";
   display: table;
}
.menu14Menu .nav:after 
{
   clear: both;
}
.menu14Menu .nav a 
{
   text-decoration: none;
}
.menu14Menu .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.menu14Menu .nav ul ul
{
   margin-bottom: 0;
}
.menu14Menu .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.menu14Menu .container:before,
.menu14Menu .container:after 
{
   content: " ";
   display: table;
}
.menu14Menu .container:after 
{
   clear: both;
}
.menu14Menu .collapse 
{
   display: none;
}
.menu14Menu .collapse.show 
{
   display: block;
}
.menu14Menu .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height .35s ease;
}
.menu14Menu .arrow, .menu14Menu .arrow-right
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 4px;
   vertical-align: middle;
   border-top: 4px solid #000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
.menu14Menu .dropdown 
{
   position: relative;
}
.menu14Menu .dropdown-toggle:focus 
{
   outline: 0;
}
.menu14Menu .dropdown-menu 
{
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 160px;
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
   font-size: 19px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid rgba(255,255,255,1.00);
   border-radius: 0px;
   background-clip: padding-box;
}
.menu14Menu .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.menu14Menu .dropdown-menu > li > a
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #10171E;
   text-transform: none;
   white-space: nowrap;
}
.menu14Menu .dropdown-menu > li > a:hover,
.menu14Menu .dropdown-menu > li > a:focus 
{
   text-decoration: none;
   color: #F5161E;
   background-color: #F8F8FF;
   background-image: none;
}
.menu14Menu .dropdown-menu > li > a.active,
.menu14Menu .dropdown-menu > li > a.active:hover,
.menu14Menu .dropdown-menu > li > a.active:focus
{
   color: #F5161E;
   background-color: #F8F8FF;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.menu14Menu .show > .dropdown-menu
{
   display: block;
}
.menu14Menu .show > a
{
   outline: 0;
}
.menu14Menu .dropdown-header
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.menu14Menu .dropdown-backdrop
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.menu14Menu .dropdown.show .dropdown-menu
{
   animation-name: menu14Menu-animation;
   animation-duration: 500ms;
   animation-iteration-count: 1;
   animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
   animation-fill-mode: forwards;
}
@keyframes menu14Menu-animation
{
   0%
   {
      opacity: 0;
      transform: translateY(-10px);
   }
   100%
   {
      opacity: 1;
      transform: translateY(0);
   }
}
.menu14Menu .nav > li 
{
   position: relative;
   display: block;
}
.menu14Menu .nav > li > a
{
   position: relative;
   display: block;
   padding: 15px 15px 15px 15px;
}
.menu14Menu .nav .show > a,
.menu14Menu .nav .show > a:hover,
.menu14Menu .nav .show > a:focus
{
    border-color: #343A40;
}
.menu14Menu .nav .nav-divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.menu14Menu .nav .arrow
{
   border-top-color: #343A40;
   border-bottom-color: #343A40;
}
.menu14Menu
{
   position: relative;
}
.menu14Menu:before,
.menu14Menu:after
{
   content: " ";
   display: table;
}
.menu14Menu:after
{
   clear: both;
}
.menu14Menu .navbar-header:before,
.menu14Menu .navbar-header:after
{
   content: " ";
   display: table;
}
.menu14Menu .navbar-header:after
{
   clear: both;
}
.menu14Menu-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.menu14Menu-navbar-collapse:before,
.menu14Menu-navbar-collapse:after
{
   content: " ";
   display: table;
}
.menu14Menu-navbar-collapse:after
{
   clear: both;
}
.menu14Menu-navbar-collapse.show
{
   overflow-y: auto;
}
.menu14Menu .navbar-toggle 
{
   position: relative;
   float: right;
   width: 52px;
   height: 52px;
   padding: 15px 15px 15px 15px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 0px;
}
.menu14Menu .navbar-toggle .line
{
   display: block;
   width: 22px;
   height: 4px;
   border-radius: 0px;
   transition: all 500ms linear;
}
.menu14Menu .navbar-toggle .line
{
   margin: 4px auto;
}
.menu14Menu .navbar-toggle  .line:first-child
{
   margin-top: 0px !important;
}
#menu14Menu .navbar-toggle[aria-expanded=true] .line
{
   transition: margin 0.3s ease, transform 0.3s ease-in-out 0.4s;
}
#menu14Menu .navbar-toggle[aria-expanded=true] .line:nth-child(1)
{
   margin-top: 8px;
   transform: rotate(225deg);
}
#menu14Menu .navbar-toggle[aria-expanded=true] .line:nth-child(2)
{
   opacity: 0;
}
#menu14Menu .navbar-toggle[aria-expanded=true] .line:nth-child(3)
{
   margin-top: -16px;
   transform: rotate(135deg);
}
.menu14Menu .navbar-nav
{
   margin: 6px -15px;
}
.menu14Menu .navbar-nav > li > .dropdown-menu
{
   margin-top: 0;
}
.menu14Menu .navbar-nav > li > a
{
   color: #10171E;
}
.menu14Menu .navbar-nav > li > a:hover,
.menu14Menu .navbar-nav > li > a:focus
{
   background-color: #F8F8FF;
   background-image: none;
   color: #F5161E;
   text-decoration: none;
}
.menu14Menu .navbar-nav > li > a.active,
.menu14Menu .navbar-nav > li > a.active:hover,
.menu14Menu .navbar-nav > li > a.active:focus
{
   color: #F5161E;
   background-color: #F8F8FF;
   background-image: none;
}
.menu14Menu .navbar-toggle
{
   border: 1px solid transparent;
}
.menu14Menu .navbar-toggle:hover,
.menu14Menu .navbar-toggle:focus
{
   background-color: transparent;
}
.menu14Menu .navbar-toggle .line
{
   background-color: #FFFFFF;
}
.menu14Menu-navbar-collapse
{
   border-color: rgba(255,255,255,1.00);
}
.menu14Menu .navbar-nav > .dropdown > a:hover .arrow,
.menu14Menu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #F5161E;
   border-bottom-color: #F5161E;
}
.menu14Menu .navbar-nav > .show > a,
.menu14Menu .navbar-nav > .show > a:hover,
.menu14Menu .navbar-nav > .show > a:focus
{
   background-color: #F8F8FF;
   background-image: none;
   color: #F5161E;
}
.menu14Menu .navbar-nav > .show > a .arrow,
.menu14Menu .navbar-nav > .show > a:hover .arrow,
.menu14Menu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #F5161E;
   border-bottom-color: #F5161E;
}
.menu14Menu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #10171E;
   border-bottom-color: #10171E;
}
.menu14Menu .navbar-link
{
   color: #10171E;
}
.menu14Menu .navbar-link:hover
{
   color: #F5161E;
}
.menu14Menu .navbar-header
{
   color: #FFFFFF;
}
@media (min-width: 480px) 
{
.menu14Menu .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.menu14Menu .navbar-header
{
   float: left;
}
.menu14Menu-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.menu14Menu-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.menu14Menu-navbar-collapse.show
{
   overflow-y: auto;
}
.menu14Menu .navbar-toggle
{
   display: none;
}
.menu14Menu .navbar-nav
{
   float: right;
   margin: 0;
}
.menu14Menu .navbar-nav > li
{
   float: left;
}
.menu14Menu .container > .navbar-header,
.menu14Menu .container > .menu14Menu-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.menu14Menu .navbar-nav > .dropdown > a:hover .arrow,
.menu14Menu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
}
@media (max-width: 480px) 
{
.menu14Menu 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid rgba(255,255,255,0.00);
}
.menu14Menu .navbar-nav
{
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
.menu14Menu .navbar-nav .show .dropdown-menu
{
   position: static !important;
   transform: translate3d(0px, 0px, 0px) !important;
   float: none;
   width: auto;
   margin-top: 0;
   background-color: transparent;
   border: 0;
   box-shadow: none;
}
.menu14Menu .navbar-nav .show .dropdown-menu > li > a,
.menu14Menu .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 15px;
}
.menu14Menu .navbar-nav .show .dropdown-menu > li > a
{
   line-height: 20px;
}
}
@media (min-width: 480px) 
{
.menu14Menu 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid rgba(255,255,255,0.00);
   border-radius: 0px;
}
.menu14Menu .navbar-nav > li > a
{
   color: #FFFFFF;
}
.menu14Menu .navbar-nav > li > a:hover,
.menu14Menu .navbar-nav > li > a:focus
{
   color: #FFFFFF;
   background-color: #FF0000;
   background-image: none;
}
.menu14Menu .navbar-nav > li > a.active,
.menu14Menu .navbar-nav > li > a.active:hover,
.menu14Menu .navbar-nav > li > a.active:focus
{
   color: #FFFFFF;
   background-color: #FF0000;
   background-image: none;
}
.menu14Menu .navbar-nav > .show > a,
.menu14Menu .navbar-nav > .show > a:hover,
.menu14Menu .navbar-nav > .show > a:focus
{
   background-color: #FF0000;
   background-image: none;
   color: #FFFFFF;
}
.menu14Menu .navbar-nav > .dropdown > a:hover .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.menu14Menu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.menu14Menu .navbar-nav > li > a.active > .arrow,
.menu14Menu .navbar-nav > li > a.active:hover > .arrow,
.menu14Menu .navbar-nav > li > a.active:focus > .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.menu14Menu .navbar-nav > .show > a .arrow,
.menu14Menu .navbar-nav > .show > a:hover .arrow,
.menu14Menu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.menu14Menu .navbar-link
{
   color: #FFFFFF;
}
.menu14Menu .navbar-link:hover 
{
   color: #fff;
}
}
#menu14Menu-logo
{
   float: left;
}
#menu14Menu-logo img
{
   border-width: 0;
   height: auto;
   max-width: 100%;
}
#menu14Menu i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_menu14Menu
{
   z-index: 1111 !important;
}
#paquete_1
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0 0 25px 0 ;
}
#paquete_1 .thumbnails
{
   margin: 0;
   font-size: 0;
}
#paquete_1 .thumbnail
{
   position: relative;
   min-height: 1px;
   box-sizing: border-box;
   display: inline-block;
   padding: 3px 3px 3px 3px;
   width: 100%;
   text-align: center;
   vertical-align: middle;
}
#paquete_1 .thumbnail img
{
   border: 0px solid #DEE2E6;
   display: block;
   width: 100%;
   height: auto;
   max-width: 100%;
   box-sizing: border-box;
   border-radius: 0px;
}
#paquete_1 .thumbnails:before,
#paquete_1 .thumbnails:after
{
   display: table;
   content: " ";
}
#paquete_1 .thumbnails:after
{
   clear: both;
}
#paquete_1 .thumbnails .thumbnail:nth-child(1n+1)
{
   clear: both;
}
#paquete_2
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0 0 25px 0 ;
}
#paquete_2 .thumbnails
{
   margin: 0;
   font-size: 0;
}
#paquete_2 .thumbnail
{
   position: relative;
   min-height: 1px;
   box-sizing: border-box;
   display: inline-block;
   padding: 3px 3px 3px 3px;
   width: 100%;
   text-align: center;
   vertical-align: middle;
}
#paquete_2 .thumbnail img
{
   border: 0px solid #DEE2E6;
   display: block;
   width: 100%;
   height: auto;
   max-width: 100%;
   box-sizing: border-box;
   border-radius: 0px;
}
#paquete_2 .thumbnails:before,
#paquete_2 .thumbnails:after
{
   display: table;
   content: " ";
}
#paquete_2 .thumbnails:after
{
   clear: both;
}
#paquete_2 .thumbnails .thumbnail:nth-child(1n+1)
{
   clear: both;
}
#paquete_3
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0 0 25px 0 ;
}
#paquete_3 .thumbnails
{
   margin: 0;
   font-size: 0;
}
#paquete_3 .thumbnail
{
   position: relative;
   min-height: 1px;
   box-sizing: border-box;
   display: inline-block;
   padding: 3px 3px 3px 3px;
   width: 100%;
   text-align: center;
   vertical-align: middle;
}
#paquete_3 .thumbnail img
{
   border: 0px solid #DEE2E6;
   display: block;
   width: 100%;
   height: auto;
   max-width: 100%;
   box-sizing: border-box;
   border-radius: 0px;
}
#paquete_3 .thumbnails:before,
#paquete_3 .thumbnails:after
{
   display: table;
   content: " ";
}
#paquete_3 .thumbnails:after
{
   clear: both;
}
#paquete_3 .thumbnails .thumbnail:nth-child(1n+1)
{
   clear: both;
}
#paquete_4
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
}
#paquete_4 .thumbnails
{
   margin: 0;
   font-size: 0;
}
#paquete_4 .thumbnail
{
   position: relative;
   min-height: 1px;
   box-sizing: border-box;
   display: inline-block;
   padding: 3px 3px 3px 3px;
   width: 100%;
   text-align: center;
   vertical-align: middle;
}
#paquete_4 .thumbnail img
{
   border: 0px solid #DEE2E6;
   display: block;
   width: 100%;
   height: auto;
   max-width: 100%;
   box-sizing: border-box;
   border-radius: 0px;
}
#paquete_4 .thumbnails:before,
#paquete_4 .thumbnails:after
{
   display: table;
   content: " ";
}
#paquete_4 .thumbnails:after
{
   clear: both;
}
#paquete_4 .thumbnails .thumbnail:nth-child(1n+1)
{
   clear: both;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 25px 25px 75px 25px;
   text-align: center;
}
#wb_Text1
{
   color: #FFFFFF;
   font-family: Poppins;
   font-weight: 400;
   font-size: 24px;
   line-height: 46px;
}
#wb_Text1 p, #wb_Text1 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text1
{
   display: block;
   margin: 25px 25px 75px 25px;
   box-sizing: border-box;
   width: calc(100% - 50px);
}
#wb_pagina_web
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#pagina_web-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#pagina_web-card-item0
{
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Poppins;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
}
#wb_tripticos
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   text-align: center;
}
#tripticos-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#tripticos-card-item0
{
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Poppins;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
}
#wb_carpetas
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#carpetas-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#carpetas-card-item0
{
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Poppins;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
}
#wb_volantes
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#volantes-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#volantes-card-item0
{
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Poppins;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
}
#wb_envio_gratis
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#envio_gratis-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#envio_gratis-card-item0
{
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Poppins;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
}
#wb_tarjeta_digital
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   text-align: center;
}
#tarjeta_digital-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#tarjeta_digital-card-item0
{
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Poppins;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
}
#wb_recetarios
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#recetarios-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#recetarios-card-item0
{
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Poppins;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
}
#wb_imanes
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#imanes-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#imanes-card-item0
{
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Poppins;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
}
#wb_article21LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#article21LayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 25px 0 25px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#article21LayoutGrid > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#article21LayoutGrid > .col-1
{
   flex: 0 0 auto;
}
#article21LayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 768px)
{
#article21LayoutGrid > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_article21Text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 25px 25px 25px 25px;
   text-align: center;
}
#wb_article21Text
{
   color: #FFFFFF;
   font-family: Poppins;
   font-weight: 400;
   font-size: 9.3px;
   line-height: 17px;
}
#wb_article21Text p, #wb_article21Text ul
{
   margin: 0;
   padding: 0;
}
#wb_article21Text
{
   display: block;
   margin: 25px 25px 25px 25px;
   box-sizing: border-box;
   width: calc(100% - 50px);
}
#Layer1
{
   background-color: #32CD32;
   background-image: none;
   border-radius: 25px;
   opacity: 0.77;
}
#wb_Icon5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
}
#wb_Icon5 a
{
   text-decoration: none;
}
#wb_Icon5 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#Icon5
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#Icon5 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_Icon5:hover #Icon5 i
{
   color: #EEEEEE;
}
#Up
{
   background-image: linear-gradient(to top, #F50D9D 0%, #690D9C 100%);
   border-radius: 25px;
   opacity: 0.77;
}
#wb_up-arrow
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
   border-radius: 0px;
   text-align: center;
   margin: 2px 2px 2px 2px;
   padding: 2px 2px 2px 2px;
   vertical-align: top;
}
#wb_up-arrow a
{
   text-decoration: none;
}
#wb_up-arrow a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#up-arrow
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
.up-arrow
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Symbols Outlined";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
.up-arrow:before
{
   content: "\e25a";
}
#up-arrow i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_up-arrow:hover #up-arrow i
{
   color: #EEEEEE;
}
#wb_pagina_web
{
   display: flex;
   z-index: 2;
}
#wb_Image1
{
   display: inline-block;
   width: 650px;
   height: 817px;
   text-align: right;
   z-index: 0;
}
#Up
{
   position: fixed;
   text-align: left;
   left: auto;
   right: 10px;
   top: auto;
   bottom: 75px;
   width: 50px;
   height: 50px;
   z-index: 27;
}
#wb_Image2
{
   display: inline-block;
   width: 660px;
   height: 259px;
   text-align: center;
   z-index: 1;
}
#wb_Icon5
{
   position: absolute;
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 24;
}
#wb_tarjeta_digital
{
   display: flex;
   z-index: 7;
}
#wb_carpetas
{
   display: flex;
   z-index: 4;
}
#wb_up-arrow
{
   position: absolute;
   left: 9px;
   top: 9px;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 25;
}
#wb_paquete_4
{
   display: block;
   width: 100%;
   z-index: 13;
}
#wb_paquete_3
{
   display: block;
   width: 100%;
   z-index: 12;
}
#wb_paquete_2
{
   display: block;
   width: 100%;
   z-index: 11;
}
#wb_paquete_1
{
   display: block;
   width: 100%;
   z-index: 10;
}
#wb_envio_gratis
{
   display: flex;
   z-index: 6;
}
#wb_volantes
{
   display: flex;
   z-index: 5;
}
#wb_tripticos
{
   display: flex;
   z-index: 3;
}
#Layer1
{
   position: fixed;
   text-align: center;
   left: auto;
   right: 10px;
   top: auto;
   bottom: 10px;
   width: 50px;
   height: 50px;
   z-index: 26;
}
#wb_menu14Menu
{
   display: block;
   width: 100%;
   z-index: 22;
}
#wb_imanes
{
   display: flex;
   z-index: 9;
}
#wb_recetarios
{
   display: flex;
   z-index: 8;
}
#Layer1_Container
{
   width: 50px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
@media only screen and (max-width: 1199px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_portada
{
   visibility: visible;
   display: table;
}
#wb_portada
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#portada
{
   height: auto;
   padding: 50px 0 0 0;
}
#portada > .col-1, #portada > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#portada > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   order: 2;
   align-content: flex-end;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
#portada > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0;
}
#portada > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   order: 1;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#portada > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 0;
}
#wb_Image2
{
   width: 280px;
   height: 109px;
   visibility: visible;
   display: inline-block;
   margin: 25px 0 25px 0 ;
   padding: 0;
}
#Image2
{
   width: 280px;
   height: 109px;
}
#wb_Image1
{
   width: 281px;
   height: 353px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image1
{
   width: 281px;
   height: 353px;
}
#wb_carrusel_servicios
{
   visibility: hidden;
   display: none;
}
#carrusel_servicios
{
   padding: 5px 10px 5px 10px;
}
#wb_paquetes
{
   visibility: visible;
   display: table;
}
#wb_paquetes
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#paquetes
{
   height: auto;
   padding: 50px 0 50px 0;
}
#paquetes > .col-1
{
   padding-right: 10px;
   padding-left: 10px;
}
#paquetes > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_cupones1
{
   visibility: visible;
   display: table;
}
#wb_cupones1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#cupones1
{
   height: auto;
   padding: 0 10px 50px 10px;
}
#cupones1 .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#cupones1 > .row > .col-1, #cupones1 > .row > .col-2, #cupones1 > .row > .col-3, #cupones1 > .row > .col-4
{
   padding-right: 10px;
   padding-left: 10px;
}
#cupones1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#cupones1 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#cupones1 > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 0;
}
#cupones1 > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#cupones1 > .row > .col-4
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#cupones1 > .row > .col-4 > .col-4-padding
{
   width: 100%;
   padding: 0;
}
#HorizontalLine2
{
   width: 238px;
   height: 30px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#HorizontalLine2
{
   border-color: #10171E;
   border-bottom-width: 30px;
}
#HorizontalLine3
{
   width: 238px;
   height: 30px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#HorizontalLine3
{
   border-color: #10171E;
   border-bottom-width: 30px;
}
#HorizontalLine1
{
   width: 238px;
   height: 30px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#HorizontalLine1
{
   border-color: #10171E;
   border-bottom-width: 30px;
}
#wb_header
{
   visibility: visible;
   display: table;
}
#wb_header
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   height: auto;
   padding: 15px 0 15px 0;
}
#header > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#header > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_menu14Menu
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#menu14Menu, .menu14Menu .nav, .menu14Menu .dropdown-menu
{
   font-weight: normal;
   font-size: 19px;
}
#wb_paquete_1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 25px 0 25px 0 ;
}
#paquete_1 .thumbnail
{
   width: 100%;
}
#paquete_1 .thumbnails .thumbnail:nth-child(3n+1)
{
   clear: none;
}
#paquete_1 .thumbnails .thumbnail:nth-child(3n+1)
{
   clear: both;
}
#wb_paquete_2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 25px 0 ;
}
#paquete_2 .thumbnail
{
   width: 100%;
}
#paquete_2 .thumbnails .thumbnail:nth-child(3n+1)
{
   clear: none;
}
#paquete_2 .thumbnails .thumbnail:nth-child(3n+1)
{
   clear: both;
}
#wb_paquete_3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 50px 0 25px 0 ;
}
#paquete_3 .thumbnail
{
   width: 100%;
}
#paquete_3 .thumbnails .thumbnail:nth-child(3n+1)
{
   clear: none;
}
#paquete_3 .thumbnails .thumbnail:nth-child(3n+1)
{
   clear: both;
}
#wb_paquete_4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 50px 0 0 0 ;
}
#paquete_4 .thumbnail
{
   width: 100%;
}
#paquete_4 .thumbnails .thumbnail:nth-child(3n+1)
{
   clear: none;
}
#paquete_4 .thumbnails .thumbnail:nth-child(3n+1)
{
   clear: both;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   font-size: 16px;
   margin: 25px 25px 25px 25px;
   padding: 0;
   text-align: center;
   line-height: 30px;
}
#wb_pagina_web
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
}
#pagina_web-card-item0
{
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Poppins;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
}
#wb_pagina_web
{
   text-align: center;
}
#wb_tripticos
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
}
#tripticos-card-item0
{
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Poppins;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
}
#wb_tripticos
{
   text-align: center;
}
#wb_carpetas
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
}
#carpetas-card-item0
{
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Poppins;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
}
#wb_carpetas
{
   text-align: center;
}
#wb_volantes
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
}
#volantes-card-item0
{
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Poppins;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
}
#wb_volantes
{
   text-align: center;
}
#wb_envio_gratis
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
}
#envio_gratis-card-item0
{
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Poppins;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
}
#wb_envio_gratis
{
   text-align: center;
}
#wb_tarjeta_digital
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
}
#tarjeta_digital-card-item0
{
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Poppins;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
}
#wb_tarjeta_digital
{
   text-align: center;
}
#wb_recetarios
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
}
#recetarios-card-item0
{
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Poppins;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
}
#wb_recetarios
{
   text-align: center;
}
#wb_imanes
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
}
#imanes-card-item0
{
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   padding: 0;
   color: #FFFFFF;
   font-family: Poppins;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
}
#wb_imanes
{
   text-align: center;
}
#wb_article21LayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_article21LayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#article21LayoutGrid
{
   height: auto;
   padding: 25px 0 25px 0;
}
#article21LayoutGrid > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#article21LayoutGrid > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_article21Text
{
   visibility: visible;
   display: block;
}
#wb_article21Text
{
   font-size: 9.3px;
   margin: 25px 25px 25px 25px;
   padding: 0;
   text-align: center;
   line-height: 18px;
}
#Layer1
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: block;
}
#Layer1_Container
{
   width: 50px;
}
#wb_Icon5
{
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#Icon5
{
   width: 24px;
   height: 24px;
}
#Icon5 i
{
   line-height: 24px;
   font-size: 24px;
   width: 24px;
}
#Up
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: block;
}
#wb_up-arrow
{
   left: 9px;
   top: 9px;
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 2px 2px 2px 2px;
   padding: 2px 2px 2px 2px;
}
#up-arrow
{
   width: 24px;
   height: 24px;
}
#up-arrow i
{
   line-height: 24px;
   font-size: 24px;
   width: 27px;
}
}
.darktheme #Layer1,
.darktheme #Up
{
   filter: invert(100%);
}
