body
{
   background-color: #4F4F4F;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.wb-theme-header
{
   background-color: #F8F8F8;
   background-image: none;
   border: 1px solid #D2D2D2;
   border-radius: 0px;
   color: #212529;
   --background-color: rgba(248,248,248,1.00);
   --border-color: #D2D2D2;
   --border-width: 1px;
   --color: #212529;
}
.wb-theme-content
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 0px;
   color: #212529;
   --background-color: rgba(255,255,255,1.00);
   --border-color: #DEE2E6;
   --border-width: 1px;
   --color: #212529;
   --icon-color: #0D6EFD;
   --colorize: invert(53%) sepia(94%) saturate(6023%) hue-rotate(208deg) brightness(99%) contrast(106%);
}
.wb-theme-button, .wb-theme-static
{
   background-color: #0D6EFD;
   background-image: none;
   border: 1px solid #0D6EFD;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(13,110,253,1.00);
   --border-color: #0D6EFD;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button:hover
{
   background-color: #0B5ED7;
   background-image: none;
   border: 1px solid #0A58CA;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(11,94,215,1.00);
   --border-color: #0A58CA;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button.active, .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #0A58CA;
   background-image: none;
   border: 1px solid #0A53BE;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(10,88,202,1.00);
   --border-color: #0A53BE;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-header
{
   background-color: #272B2F;
   background-image: none;
   border: 1px solid #424549;
   border-radius: 0px;
   color: #DEE2E6;
   --background-color: rgba(39,43,47,1.00);
   --border-color: #424549;
   --border-width: 1px;
   --color: #DEE2E6;
}
.darktheme .wb-theme-content
{
   background-color: #212529;
   background-image: none;
   border: 1px solid #495057;
   border-radius: 0px;
   color: #DEE2E6;
   --background-color: rgba(33,37,41,1.00);
   --border-color: #495057;
   --border-width: 1px;
   --color: #DEE2E6;
   --icon-color: #0D6EFD;
   --colorize: invert(28%) sepia(58%) saturate(3188%) hue-rotate(208deg) brightness(100%) contrast(99%);
}
.darktheme .wb-theme-button, .darktheme .wb-theme-static
{
   background-color: #0D6EFD;
   background-image: none;
   border: 1px solid #0D6EFD;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(13,110,253,1.00);
   --border-color: #0D6EFD;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button:hover
{
   background-color: #0B5ED7;
   background-image: none;
   border: 1px solid #0A58CA;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(11,94,215,1.00);
   --border-color: #0A58CA;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button.active, .darktheme .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #0A58CA;
   background-image: none;
   border: 1px solid #0A53BE;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(10,88,202,1.00);
   --border-color: #0A53BE;
   --border-width: 1px;
   --color: #FFFFFF;
}
#wb_ResponsiveMenu1
{
   display: block;
   font-family: Arial;
   font-weight: normal;
   text-align: left;
   width: 100%;
   margin: 0;
   z-index: 1111 !important;
}
#ResponsiveMenu1
{
   background-color: #F5F5F5;
   height: 46px;
}
#wb_ResponsiveMenu1 ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_ResponsiveMenu1 ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_ResponsiveMenu1 ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_ResponsiveMenu1 ul li i
{
   font-size: 0px;
   width: 0px;
   margin-bottom: 0px;
}
#wb_ResponsiveMenu1 ul li a
{
   background-color: #F5F5F5;
   color: #4F4F4F;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 15px 15px 15px;
   text-align: center;
}
#wb_ResponsiveMenu1 > ul > li > a 
{
   height: 16px;
}
.ResponsiveMenu1 a 
{
   display: block;
}
#wb_ResponsiveMenu1 li:hover > a, #wb_ResponsiveMenu1 li .active
{
   background-color: #F5F5F5;
   color: #000000;
}
#wb_ResponsiveMenu1 ul ul
{
   display: none;
   position: absolute;
   top: 46px;
}
#wb_ResponsiveMenu1 ul li:hover > ul
{
   display: list-item;
}
#wb_ResponsiveMenu1 ul ul li 
{
   float: none;
   position: relative;
   width: 480px;
}
#wb_ResponsiveMenu1 ul ul li a
{
   background-color: #F5F5F5;
   border: 0px solid #F5F5F5;
   color: #4F4F4F;
}
#wb_ResponsiveMenu1 ul ul li:hover > a, #wb_ResponsiveMenu1 ul ul li .active
{
   background-color: #F5F5F5;
   color: #000000;
}
#wb_ResponsiveMenu1 ul ul li i 
{
   margin-right: 0px;
   vertical-align: middle;
}
#wb_ResponsiveMenu1 ul ul li a 
{
   padding-top: 15px;
   padding-right: 15px;
   padding-bottom: 15px;
   text-align: left;
   vertical-align: middle;
}
#wb_ResponsiveMenu1 ul ul ul li 
{
   left: 480px;
   position: relative;
   top: -46px;
}
#wb_ResponsiveMenu1 .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 1px;
   vertical-align: middle;
   border-top: 4px solid #4F4F4F;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_ResponsiveMenu1 .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 1px;
   vertical-align: middle;
   border-left: 4px solid #4F4F4F;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_ResponsiveMenu1 li:hover > a .arrow-down, #wb_ResponsiveMenu1 li .active .arrow-down
{ 
   border-top-color: #000000;
}
#wb_ResponsiveMenu1 ul ul li:hover > a .arrow-left, #wb_ResponsiveMenu1 ul ul li .active .arrow-left
{ 
   border-left-color: #000000;
}
#wb_ResponsiveMenu1 .toggle,[id^=ResponsiveMenu1-submenu]
{
   display: none;
}
@media all and (max-width:768px) 
{
#wb_ResponsiveMenu1
{
   margin: 0;
   text-align: left;
}
#wb_ResponsiveMenu1 ul li a, #wb_ResponsiveMenu1 .toggle
{
   font-size: 15px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 15px 15px 15px;
}
#wb_ResponsiveMenu1 .toggle + a
{
   display: none !important;
}
.ResponsiveMenu1 
{
   display: none;
   z-index: 9999;
}
#ResponsiveMenu1 
{
   background-color: transparent;
}
#wb_ResponsiveMenu1 > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_ResponsiveMenu1 .toggle 
{
   display: block;
   background-color: #F5F5F5;
   color: #4F4F4F;
   padding: 0 15px 0 15px;
   line-height: 47px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_ResponsiveMenu1 .toggle:hover
{
   background-color: #F5F5F5;
   color: #000000;
}
[id^=ResponsiveMenu1-submenu]:checked + ul 
{
   display: block !important;
}
#ResponsiveMenu1-title
{
   height: 46px !important;
   line-height: 46px !important;
   text-align: left;
}
#wb_ResponsiveMenu1 ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_ResponsiveMenu1 ul ul .toggle,
#wb_ResponsiveMenu1 ul ul a 
{
   padding: 0 30px;
}
#wb_ResponsiveMenu1 a:hover,
#wb_ResponsiveMenu1 ul ul ul a 
{
   background-color: #F5F5F5;
   color: #4F4F4F;
}
#wb_ResponsiveMenu1 ul li ul li .toggle,
#wb_ResponsiveMenu1 ul ul a 
{
   background-color: #F5F5F5;
   color: #4F4F4F;
}
#wb_ResponsiveMenu1 ul ul ul a 
{
   padding: 15px 15px 15px 45px;
}
#wb_ResponsiveMenu1 ul li a 
{
   text-align: left;
}
#wb_ResponsiveMenu1 ul li a br 
{
   display: none;
}
#wb_ResponsiveMenu1 ul li i 
{
   margin-right: 0px;
}
#wb_ResponsiveMenu1 ul ul 
{
   float: none;
   position: static;
}
#wb_ResponsiveMenu1 ul ul li:hover > ul,
#wb_ResponsiveMenu1 ul li:hover > ul 
{
   display: none;
}
#wb_ResponsiveMenu1 ul ul li 
{
   display: block;
   width: 100%;
}
#wb_ResponsiveMenu1 ul ul ul li 
{
   position: static;
}
#ResponsiveMenu1-icon 
{
   display: block;
   position: absolute;
   right: 15px;
   top: 11px;
   user-select: none;
}
#ResponsiveMenu1-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #4F4F4F;
   color: #4F4F4F;
   width: 24px;
}
#wb_ResponsiveMenu1 ul li ul li .toggle:hover
{
   background-color: #F5F5F5;
   color: #000000;
}
#wb_ResponsiveMenu1 .toggle .arrow-down 
{
   border-top-color: #4F4F4F;
}
#wb_ResponsiveMenu1 .toggle:hover .arrow-down, #wb_ResponsiveMenu1 li .active .arrow-down
{
   border-top-color: #000000;
}
#wb_ResponsiveMenu1 ul li ul li .toggle .arrow-down 
{
   border-top-color: #4F4F4F;
}
#wb_ResponsiveMenu1 ul li ul li .toggle:hover .arrow-down, #wb_ResponsiveMenu1 ul li ul li .active .arrow-down
{
   border-top-color: #000000;
}
}
#wb_menu19LayoutGrid
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   box-sizing: border-box;
   margin: 0;
}
#menu19LayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#menu19LayoutGrid > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#menu19LayoutGrid > .col-1
{
   flex: 0 0 auto;
}
#menu19LayoutGrid > .col-1
{
   background-color: #0D6EFD;
   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: flex-start;
   text-align: left;
}
@media (max-width: 320px)
{
#menu19LayoutGrid > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#menu19Button2
{
   box-sizing: border-box;
   line-height: 29px;
   text-decoration: none;
   vertical-align: top;
   border: 0px solid rgba(255,255,255,0.00);
   border-radius: 25px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   padding: 8px 10px 8px 10px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#menu19Button2:focus
{
   outline: 0;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: url('images/Serigrafia para Camisetas Madrid.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   height: 100vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 100px 0 100px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid1 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid1 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid1 > .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)
{
#LayoutGrid1 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#LayoutGrid1-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.49;
}
#wb_footer24Card4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: left;
}
#footer24Card4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#footer24Card4-card-item0
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#footer24Card4-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#footer24Card4-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#footer24Card4-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#footer24Card4-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#footer24Card4-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#footer24Card4-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#footer24Card4-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#footer24Card4-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#footer24Card4-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#footer24Card4-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#wb_footer24Card7
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: left;
}
#footer24Card7-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#footer24Card7-card-item0
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#footer24Card7-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#footer24Card7-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#footer24Card7-card-item1 i
{
   color: #FFFFFF;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 15px;
   width: 15px;
}
#footer24Card7-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#footer24Card7-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#footer24Card7-card-item2 i
{
   color: #FFFFFF;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#footer24Card7-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#footer24Card7-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#footer24Card7-card-item3 i
{
   color: #FFFFFF;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#footer24Card7-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#footer24Card7-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#footer24Card7-card-item4 i
{
   color: #FFFFFF;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#wb_footer24Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: left;
}
#footer24Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#footer24Card1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#footer24Card1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 19.5px;
}
#wb_footer24Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: left;
}
#footer24Card3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#footer24Card3-card-item0
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#footer24Card3-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#footer24Card3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #DCDCDC;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#footer24Card3-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#footer24Card3-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #DCDCDC;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#footer24Card3-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#footer24Card3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #DCDCDC;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#footer24Card3-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#footer24Card3-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #DCDCDC;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#footer24Card3-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#footer24Card3-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #DCDCDC;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#footer24Card3-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#footer24Card3-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #DCDCDC;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#footer24Card3-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#footer24Card3-card-item7
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #DCDCDC;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#footer24Card3-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#footer24Card3-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #DCDCDC;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#footer24Card3-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#wb_footer24Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: left;
}
#footer24Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#footer24Card2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#footer24Card2-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 33px;
   box-sizing: border-box;
   margin: 0 4px 4px 0 ;
   border: 1px solid #8A8A8F;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#footer24Card2-card-item1 a
{
   color: inherit;
   display: block;
   padding: 9px 10px 9px 10px;
   text-decoration: none;
}
#footer24Card2-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#footer24Card2-card-item2
{
   display: inline-block;
   line-height: 1.0;
   height: 33px;
   box-sizing: border-box;
   margin: 0 4px 4px 0 ;
   border: 1px solid #8A8A8F;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#footer24Card2-card-item2 a
{
   color: inherit;
   display: block;
   padding: 9px 10px 9px 10px;
   text-decoration: none;
}
#footer24Card2-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#footer24Card2-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 33px;
   box-sizing: border-box;
   margin: 0 4px 4px 0 ;
   border: 1px solid #8A8A8F;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#footer24Card2-card-item3 a
{
   color: inherit;
   display: block;
   padding: 9px 10px 9px 10px;
   text-decoration: none;
}
#footer24Card2-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#footer24Card2-card-item4
{
   display: inline-block;
   line-height: 1.0;
   height: 33px;
   box-sizing: border-box;
   margin: 0 4px 4px 0 ;
   border: 1px solid #8A8A8F;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#footer24Card2-card-item4 a
{
   color: inherit;
   display: block;
   padding: 9px 10px 9px 10px;
   text-decoration: none;
}
#footer24Card2-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#footer24Card2-card-item5
{
   display: inline-block;
   line-height: 1.0;
   height: 33px;
   box-sizing: border-box;
   margin: 0 4px 4px 0 ;
   border: 1px solid #8A8A8F;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#footer24Card2-card-item5 a
{
   color: inherit;
   display: block;
   padding: 9px 10px 9px 10px;
   text-decoration: none;
}
#footer24Card2-card-item5 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#footer24Card2-card-item6
{
   display: inline-block;
   line-height: 1.0;
   height: 16px;
   box-sizing: border-box;
   margin: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#footer24Card2-card-item6 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#wb_footer24Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 25px 0 ;
   padding: 0;
   text-align: left;
}
#footer24Heading1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text2
{
   color: #DCDCDC;
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 18px;
}
#wb_Text2 p, #wb_Text2 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text3 div
{
   text-align: left;
}
#wb_Text3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text4 div
{
   text-align: left;
}
#wb_Text4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text5 div
{
   text-align: left;
}
#wb_Text5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text6 div
{
   text-align: left;
}
#wb_Text6
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 15px 0;
   text-align: center;
}
#Heading1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 64px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Heading1 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 15px 0 ;
   text-align: center;
}
#wb_Text7
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: 400;
   font-size: 20px;
   line-height: 22.5px;
}
#wb_Text7 p, #wb_Text7 ul
{
   margin: 0;
   padding: 0;
   list-style-position: inside;
}
#wb_Text7
{
   display: block;
   margin: 0 0 15px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Icon3
{
   background-color: transparent;
   background-image: none;
   border: 2px solid #FFFFFF;
   border-radius: 50%;
   text-align: center;
   margin: 8px 8px 8px 8px;
   padding: 20px 20px 20px 20px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#Icon3
{
   height: 28px;
   width: 28px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#Icon3 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
}
#wb_Icon3:hover #Icon3 i
{
   color: #FFFFFF;
}
#wb_numbers4FlexContainer
{
   background-color: #EDEFEB;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#numbers4FlexContainer
{
   display: flex;
   position: relative;
   padding: 100px 0 100px 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: flex-start;
   align-content: flex-start;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
   box-sizing: border-box;
   font-size: 0;
}
#Html1
{
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_footer24LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #5D5D5E;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footer24LayoutGrid
{
   box-sizing: border-box;
   padding: 100px 15px 70px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footer24LayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer24LayoutGrid > .row > .col-1, #footer24LayoutGrid > .row > .col-2, #footer24LayoutGrid > .row > .col-3, #footer24LayoutGrid > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footer24LayoutGrid > .row > .col-1, #footer24LayoutGrid > .row > .col-2, #footer24LayoutGrid > .row > .col-3, #footer24LayoutGrid > .row > .col-4
{
   float: left;
}
#footer24LayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#footer24LayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#footer24LayoutGrid > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#footer24LayoutGrid > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#footer24LayoutGrid:before,
#footer24LayoutGrid:after,
#footer24LayoutGrid .row:before,
#footer24LayoutGrid .row:after
{
   display: table;
   content: " ";
}
#footer24LayoutGrid:after,
#footer24LayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer24LayoutGrid > .row > .col-1, #footer24LayoutGrid > .row > .col-2, #footer24LayoutGrid > .row > .col-3, #footer24LayoutGrid > .row > .col-4
{
   float: none;
   width: 100% !important;
}
}
    :root {
      --bg: #f6f3ee;
      --card: #ffffff;
      --ink: #151515;
      --muted: #6c6c6c;
      --line: #e7e0d6;
      --accent: #111111;
      --accent-2: #c9a66b;
      --green: #25d366;
      --danger: #9f1239;
      --radius: 22px;
      --shadow: 0 18px 50px rgba(0,0,0,.08);
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background:
        radial-gradient(circle at top left, rgba(201,166,107,.22), transparent 34rem),
        linear-gradient(135deg, #fbfaf7 0%, var(--bg) 100%);
      color: var(--ink);
      min-height: 100vh;
      padding: 32px 16px;
    }

    .wrap {
      max-width: 1120px;
      margin: 0 auto;
    }

    .info-box,
    .intro,
    .result-card,
    .panel {
      background: rgba(255,255,255,.92);
      border: 1px solid rgba(231,224,214,.95);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      backdrop-filter: blur(14px);
    }

    .info-box {
      padding: 30px;
      margin-bottom: 20px;
    }

    .section-title {
      display: block;
      margin-bottom: 18px;
    }

    .kicker {
      display: block;
      font-size: 13px;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--accent-2);
      font-weight: 850;
      margin-bottom: 8px;
      line-height: 1.2;
    }

    h1 {
      margin: 0;
      font-size: clamp(32px, 5vw, 56px);
      line-height: .95;
      letter-spacing: -0.055em;
    }

    h2 {
      margin: 0 0 18px;
      font-size: clamp(26px, 4vw, 38px);
      line-height: 1.08;
      letter-spacing: -.035em;
    }

    h3 {
      margin: 24px 0 10px;
      font-size: 19px;
      letter-spacing: -.02em;
    }

    p,
    li {
      color: var(--muted);
      font-size: 16px;
      line-height: 1.55;
    }

    .info-box ol,
    .info-box ul {
      margin-top: 12px;
      padding-left: 22px;
    }

    .info-box li {
      margin-bottom: 10px;
    }

    .info-box strong {
      color: var(--ink);
    }

    .notice {
      margin-top: 18px;
      padding: 16px;
      border-radius: 18px;
      background: #f9f3e8;
      border: 1px solid #ead9b8;
      color: #4d3a17;
      font-size: 14px;
      line-height: 1.55;
    }

    .contact-strip {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      margin-top: 18px;
    }

    .contact-card {
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 18px;
      background: #fff;
    }

    .contact-link {
      display: block;
      text-decoration: none;
      color: inherit;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }

    .contact-link:hover {
      transform: translateY(-2px);
      box-shadow: 0 14px 34px rgba(0,0,0,.08);
      border-color: var(--accent-2);
    }

    .contact-card span {
      display: block;
      color: var(--muted);
      font-size: 13px;
      margin-bottom: 10px;
    }

    .contact-card strong {
      display: block;
      color: var(--ink);
      font-size: 17px;
      font-weight: 850;
      margin-bottom: 8px;
      word-break: break-word;
    }

    .contact-card p {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
    }

    .hero {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 20px;
      align-items: stretch;
      margin-bottom: 20px;
    }

    .intro {
      padding: 30px;
    }

    .intro p {
      margin: 18px 0 0;
      max-width: 650px;
    }

    .result-card {
      padding: 26px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 260px;
      background: linear-gradient(145deg, #171717 0%, #2a2927 100%);
      color: #fff;
      border: 0;
    }

    .result-label {
      color: rgba(255,255,255,.64);
      font-size: 14px;
    }

    .total {
      font-size: clamp(42px, 6vw, 68px);
      font-weight: 900;
      letter-spacing: -.055em;
      margin: 8px 0;
    }

    .small-result {
      color: rgba(255,255,255,.74);
      font-size: 15px;
      line-height: 1.55;
    }

    .badge-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 16px;
    }

    .badge {
      border: 1px solid rgba(255,255,255,.14);
      background: rgba(255,255,255,.08);
      border-radius: 999px;
      padding: 8px 11px;
      color: rgba(255,255,255,.86);
      font-size: 13px;
    }

    .grid {
      display: grid;
      grid-template-columns: .95fr 1.05fr;
      gap: 20px;
    }

    .panel {
      padding: 24px;
    }

    .field {
      margin-bottom: 18px;
    }

    label {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      font-weight: 750;
      margin-bottom: 8px;
      font-size: 14px;
    }

    .hint {
      color: var(--muted);
      font-weight: 500;
      font-size: 13px;
    }

    input,
    select,
    textarea {
      width: 100%;
      border: 1px solid var(--line);
      border-radius: 15px;
      padding: 14px 15px;
      font-size: 16px;
      background: #fff;
      color: var(--ink);
      outline: none;
      transition: border-color .18s ease, box-shadow .18s ease;
      font-family: inherit;
    }

    textarea {
      min-height: 95px;
      resize: vertical;
    }

    input:focus,
    select:focus,
    textarea:focus {
      border-color: var(--accent-2);
      box-shadow: 0 0 0 4px rgba(201,166,107,.18);
    }

    .inline {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .switch-line {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 14px;
      border: 1px solid var(--line);
      border-radius: 16px;
      background: #fff;
      margin-top: 4px;
    }

    .switch-line input {
      width: auto;
      transform: scale(1.2);
      accent-color: var(--accent);
    }

    .summary {
      display: grid;
      gap: 12px;
    }

    .row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 15px 0;
      border-bottom: 1px solid var(--line);
      font-size: 15px;
    }

    .row:last-child {
      border-bottom: 0;
    }

    .row span:first-child {
      color: var(--muted);
    }

    .row strong {
      font-size: 17px;
      text-align: right;
    }

    .callout {
      margin-top: 18px;
      padding: 16px;
      border-radius: 18px;
      background: #f9f3e8;
      border: 1px solid #ead9b8;
      color: #4d3a17;
      font-size: 14px;
      line-height: 1.55;
    }

    .error {
      display: none;
      margin-top: 12px;
      padding: 13px 14px;
      border-radius: 14px;
      background: #fff1f2;
      color: var(--danger);
      border: 1px solid #fecdd3;
      font-weight: 700;
      font-size: 14px;
    }

    .cta {
      margin-top: 18px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 12px;
    }

    button,
    .whatsapp,
    .email-btn {
      border: 0;
      border-radius: 16px;
      padding: 15px 16px;
      cursor: pointer;
      font-weight: 850;
      font-size: 15px;
      text-decoration: none;
      text-align: center;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
    }

    button {
      background: var(--accent);
      color: #fff;
    }

    .whatsapp {
      background: var(--green);
      color: #082b16;
    }

    .email-btn {
      background: var(--accent-2);
      color: #201608;
    }

    .note {
      margin-top: 16px;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.55;
    }

    @media (max-width: 880px) {
      body {
        padding: 18px 12px;
      }

      .hero,
      .grid,
      .inline,
      .cta,
      .contact-strip {
        grid-template-columns: 1fr;
      }

      .intro,
      .panel,
      .result-card,
      .info-box {
        padding: 20px;
      }

      h2 {
        font-size: 28px;
      }
    }
  