body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #0E3661;
   text-decoration: underline;
}
a:visited
{
   color: #B22222;
}
a:active
{
   color: #1D6CC5;
}
a:hover
{
   color: #FFD700;
   text-decoration: underline;
}
.visibility-hidden
{
   visibility: hidden;
}
#wb_MenuSup
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
}
#MenuSup
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#MenuSup > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#MenuSup > .row > .col-1, #MenuSup > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#MenuSup > .row > .col-1, #MenuSup > .row > .col-2
{
   float: left;
}
#MenuSup > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#MenuSup > .row > .col-2
{
   background-color: #2D4468;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 75%;
   text-align: left;
}
#MenuSup:before,
#MenuSup:after,
#MenuSup .row:before,
#MenuSup .row:after
{
   display: table;
   content: " ";
}
#MenuSup:after,
#MenuSup .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#MenuSup > .row > .col-1, #MenuSup > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
.Menu .nav
{
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
   font-style: normal;
   color: #4F4F4F;
   text-align: left;
   text-transform: none;
}
#Menu, .Menu .nav, .Menu *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.Menu .nav:before,
.Menu .nav:after 
{
   content: " ";
   display: table;
}
.Menu .nav:after 
{
   clear: both;
}
.Menu .nav a 
{
   text-decoration: none;
}
.Menu .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.Menu .nav ul ul
{
   margin-bottom: 0;
}
.Menu .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.Menu .container:before,
.Menu .container:after 
{
   content: " ";
   display: table;
}
.Menu .container:after 
{
   clear: both;
}
.Menu .collapse 
{
   display: none;
}
.Menu .collapse.show 
{
   display: block;
}
.Menu .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height .35s ease;
}
.Menu .arrow, .Menu .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;
}
.Menu .dropdown 
{
   position: relative;
}
.Menu .dropdown-toggle:focus 
{
   outline: 0;
}
.Menu .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: 6px;
   background-clip: padding-box;
}
.Menu .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.Menu .dropdown-menu > li > a
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #4F4F4F;
   text-transform: none;
   white-space: nowrap;
}
.Menu .dropdown-menu > li > a:hover,
.Menu .dropdown-menu > li > a:focus 
{
   text-decoration: none;
   color: #2B2B2B;
   background-color: #EDEDED;
   background-image: none;
}
.Menu .dropdown-menu > li > a.active,
.Menu .dropdown-menu > li > a.active:hover,
.Menu .dropdown-menu > li > a.active:focus
{
   color: #2B2B2B;
   background-color: #EDEDED;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.Menu .show > .dropdown-menu
{
   display: block;
}
.Menu .show > a
{
   outline: 0;
}
.Menu .dropdown-header
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.Menu .dropdown-backdrop
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.Menu .dropdown.show .dropdown-menu
{
   animation-name: Menu-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 Menu-animation
{
   0%
   {
      opacity: 0;
      transform: translateY(-10px);
   }
   100%
   {
      opacity: 1;
      transform: translateY(0);
   }
}
.Menu .nav > li 
{
   position: relative;
   display: block;
}
.Menu .nav > li > a
{
   position: relative;
   display: block;
   padding: 10px 10px 10px 10px;
}
.Menu .nav .show > a,
.Menu .nav .show > a:hover,
.Menu .nav .show > a:focus
{
    border-color: #343A40;
}
.Menu .nav .nav-divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.Menu .nav .arrow
{
   border-top-color: #343A40;
   border-bottom-color: #343A40;
}
.Menu
{
   position: relative;
}
.Menu:before,
.Menu:after
{
   content: " ";
   display: table;
}
.Menu:after
{
   clear: both;
}
.Menu .navbar-header:before,
.Menu .navbar-header:after
{
   content: " ";
   display: table;
}
.Menu .navbar-header:after
{
   clear: both;
}
.Menu-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.Menu-navbar-collapse:before,
.Menu-navbar-collapse:after
{
   content: " ";
   display: table;
}
.Menu-navbar-collapse:after
{
   clear: both;
}
.Menu-navbar-collapse.show
{
   overflow-y: auto;
}
.Menu .navbar-toggle 
{
   position: relative;
   float: left;
   width: 42px;
   height: 42px;
   padding: 10px 10px 10px 10px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 6px;
}
.Menu .navbar-toggle .line
{
   display: block;
   width: 22px;
   height: 4px;
   border-radius: 0px;
   transition: all 500ms linear;
}
.Menu .navbar-toggle .line
{
   margin: 4px auto;
}
.Menu .navbar-toggle  .line:first-child
{
   margin-top: 0px !important;
}
.Menu .navbar-nav
{
   margin: 6px -15px;
}
.Menu .navbar-nav > li > .dropdown-menu
{
   margin-top: 0;
}
.Menu .navbar-nav > li > a
{
   color: #4F4F4F;
}
.Menu .navbar-nav > li > a:hover,
.Menu .navbar-nav > li > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #2B2B2B;
   text-decoration: none;
}
.Menu .navbar-nav > li > a.active,
.Menu .navbar-nav > li > a.active:hover,
.Menu .navbar-nav > li > a.active:focus
{
   color: #2B2B2B;
   background-color: #EDEDED;
   background-image: none;
}
.Menu .navbar-toggle
{
   border: 1px solid transparent;
}
.Menu .navbar-toggle:hover,
.Menu .navbar-toggle:focus
{
   background-color: transparent;
}
.Menu .navbar-toggle .line
{
   background-color: #FFFFFF;
}
.Menu-navbar-collapse
{
   border-color: rgba(255,255,255,1.00);
}
.Menu .navbar-nav > .dropdown > a:hover .arrow,
.Menu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #2B2B2B;
   border-bottom-color: #2B2B2B;
}
.Menu .navbar-nav > .show > a,
.Menu .navbar-nav > .show > a:hover,
.Menu .navbar-nav > .show > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #2B2B2B;
}
.Menu .navbar-nav > .show > a .arrow,
.Menu .navbar-nav > .show > a:hover .arrow,
.Menu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #2B2B2B;
   border-bottom-color: #2B2B2B;
}
.Menu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #4F4F4F;
   border-bottom-color: #4F4F4F;
}
.Menu .navbar-link
{
   color: #4F4F4F;
}
.Menu .navbar-link:hover
{
   color: #2B2B2B;
}
.Menu .navbar-header
{
   color: #FFFFFF;
}
@media (min-width: 480px) 
{
.Menu .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.Menu .navbar-header
{
   float: left;
}
.Menu-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.Menu-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.Menu-navbar-collapse.show
{
   overflow-y: auto;
}
.Menu .navbar-toggle
{
   display: none;
}
.Menu .navbar-nav
{
   float: left;
   margin: 0;
}
.Menu .navbar-nav > li
{
   float: left;
}
.Menu .container > .navbar-header,
.Menu .container > .Menu-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.Menu .navbar-nav > .dropdown > a:hover .arrow,
.Menu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #004FC0;
   border-bottom-color: #004FC0;
}
}
@media (max-width: 480px) 
{
.Menu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
}
.Menu .navbar-nav
{
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
.Menu .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;
}
.Menu .navbar-nav .show .dropdown-menu > li > a,
.Menu .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 15px;
}
.Menu .navbar-nav .show .dropdown-menu > li > a
{
   line-height: 20px;
}
}
@media (min-width: 480px) 
{
.Menu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
   border-radius: 6px;
}
.Menu .navbar-nav > li > a
{
   color: #FFFFFF;
}
.Menu .navbar-nav > li > a:hover,
.Menu .navbar-nav > li > a:focus
{
   color: #004FC0;
   background-color: transparent;
   background-image: none;
}
.Menu .navbar-nav > li > a.active,
.Menu .navbar-nav > li > a.active:hover,
.Menu .navbar-nav > li > a.active:focus
{
   color: #004FC0;
   background-color: transparent;
   background-image: none;
}
.Menu .navbar-nav > .show > a,
.Menu .navbar-nav > .show > a:hover,
.Menu .navbar-nav > .show > a:focus
{
   background-color: transparent;
   background-image: none;
   color: #004FC0;
}
.Menu .navbar-nav > .dropdown > a:hover .arrow
{
   border-top-color: #004FC0;
   border-bottom-color: #004FC0;
}
.Menu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.Menu .navbar-nav > li > a.active > .arrow,
.Menu .navbar-nav > li > a.active:hover > .arrow,
.Menu .navbar-nav > li > a.active:focus > .arrow
{
   border-top-color: #004FC0;
   border-bottom-color: #004FC0;
}
.Menu .navbar-nav > .show > a .arrow,
.Menu .navbar-nav > .show > a:hover .arrow,
.Menu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #004FC0;
   border-bottom-color: #004FC0;
}
.Menu .navbar-link
{
   color: #FFFFFF;
}
.Menu .navbar-link:hover 
{
   color: #fff;
}
}
.Menu .navbar-nav > li:first-child > a
{
   border-top-left-radius: 6px;
   border-bottom-left-radius: 6px;
}
.Menu .dropdown-menu > li:last-child > a
{
   border-bottom-left-radius: 6px;
   border-bottom-right-radius: 6px;
}
#Menu i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_Menu
{
   z-index: 1111 !important;
}
#wb_LogoPinter
{
   margin: 0 0 0 20px;
   vertical-align: top;
}
#LogoPinter
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 90.57%;
   height: auto;
   max-width: 170px;
   margin-left: auto;
   margin-right: 0;
   vertical-align: top;
}
#wb_Carousel
{
   background-color: #F8F9FA;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_Carousel
{
   height: 350px;
}
#Carousel
{
   position: relative;
   margin: 0;
;
   height: 100%;
   box-sizing: border-box;
}
#Carousel .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#Carousel .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#Carousel .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transition: transform 200ms ease-in-out;
   height: 100%;
   text-align: center;
}
#Carousel .carousel-item-next:not(.carousel-item-start), #Carousel .active.carousel-item-end
{
   transform: translateX(100%);
}
#Carousel .carousel-item-prev:not(.carousel-item-end), #Carousel .active.carousel-item-start
{
   transform: translateX(-100%);
}
#Carousel .carousel-item-inner
{
   padding: 0;
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   box-sizing: border-box;
}
#Carousel .carousel-inner > .carousel-item > img, #Carousel .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#Carousel .carousel-inner > .active, #Carousel .carousel-inner > .carousel-item-next, #Carousel .carousel-inner > .carousel-item-prev
{
   display: block;
}
#Carousel .carousel-inner > .carousel-item-next, #Carousel .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#Carousel .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -54px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#Carousel .carousel-indicators li
{
   display: block;
   float: left;
   margin: 12px 12px 12px 12px;
   width: 11px;
   height: 11px;
   cursor: pointer;
   text-indent: -999px;
   border-radius: 50%;
   background-color: rgba(255,255,255,1.00);
   border: 1px solid rgba(222,226,230,1.00);
}
#Carousel .carousel-indicators .active
{
   background-color: rgba(222,226,230,1.00);
}
#Carousel .frame
{
   width: 970px;
   display: inline-block;
   float: left;
   height: 350px;
}
#Carousel .frame-1
{
   background-color: transparent;
   background-image: url('../images/1.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
#Carousel .frame-2
{
   background-color: transparent;
   background-image: url('../images/2.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
#Carousel .frame-3
{
   background-color: transparent;
   background-image: url('../images/3.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
#wb_QuemSomos
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#QuemSomos
{
   box-sizing: border-box;
   padding: 20px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#QuemSomos > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#QuemSomos > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#QuemSomos > .row > .col-1
{
   float: left;
}
#QuemSomos > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#QuemSomos > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#QuemSomos:before,
#QuemSomos:after,
#QuemSomos .row:before,
#QuemSomos .row:after
{
   display: table;
   content: " ";
}
#QuemSomos:after,
#QuemSomos .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#QuemSomos > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Heading1
{
   background-color: #0E3661;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 8px 0 5px 20px;
   text-align: left;
}
#Heading1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 10px 0 0 20px;
   text-align: left;
}
#Heading2
{
   color: #1D6CC5;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   padding: 10px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#LayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 41.66666667%;
   text-align: left;
}
#LayoutGrid3 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 0 0 10px;
}
#LayoutGrid3 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 58.33333333%;
   text-align: left;
}
#LayoutGrid3 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 20px 0 0;
}
#LayoutGrid3:before,
#LayoutGrid3:after,
#LayoutGrid3 .row:before,
#LayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid3:after,
#LayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Heading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   vertical-align: top;
   margin: 0;
   padding: 20px 0 0 20px;
   text-align: left;
}
#Heading4
{
   color: #2D4468;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 28.5px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#PhotoGallery
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
}
#PhotoGallery .thumbnails
{
   margin: 0;
}
#PhotoGallery .thumbnail
{
   position: relative;
   min-height: 1px;
   box-sizing: border-box;
   float: left;
   margin: 0;
   padding: 3px 3px 3px 3px;
   width: 33.33333333%;
   text-align: center;
   vertical-align: top;
}
#PhotoGallery .thumbnail img
{
   border: 0px solid #DEE2E6;
   display: block;
   width: 100%;
   height: auto;
   max-width: 100%;
   box-sizing: border-box;
   border-radius: 0px;
}
#PhotoGallery .clearfix:before,
#PhotoGallery .clearfix:after,
#PhotoGallery .thumbnails:before,
#PhotoGallery .thumbnails:after
{
   display: table;
   content: " ";
}
#PhotoGallery .clearfix:after,
#PhotoGallery .thumbnails:after
{
   clear: both;
}
#PhotoGallery .visible-col3
{
   display: block;
}
#wb_Produtos
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#Produtos
{
   box-sizing: border-box;
   padding: 10px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#Produtos > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Produtos > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Produtos > .row > .col-1
{
   float: left;
}
#Produtos > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#Produtos > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#Produtos:before,
#Produtos:after,
#Produtos .row:before,
#Produtos .row:after
{
   display: table;
   content: " ";
}
#Produtos:after,
#Produtos .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#Produtos > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Heading7
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 10px 0 10px 20px;
   text-align: left;
}
#Heading7
{
   color: #1D6CC5;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Heading5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 10px 0 5px 20px;
   text-align: left;
}
#Heading5
{
   color: #C00000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Heading6
{
   background-color: #0E3661;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 8px 0 2px 20px;
   text-align: left;
}
#Heading6
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_LayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid4
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#LayoutGrid4 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2, #LayoutGrid4 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2, #LayoutGrid4 > .row > .col-3
{
   float: left;
}
#LayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid4 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 0 20px 0;
}
#LayoutGrid4 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid4 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 0 20px 0;
}
#LayoutGrid4 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid4 > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 0 20px 0;
}
#LayoutGrid4:before,
#LayoutGrid4:after,
#LayoutGrid4 .row:before,
#LayoutGrid4 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid4:after,
#LayoutGrid4 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2, #LayoutGrid4 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Card3Praticidade
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 15px 10px 15px;
   vertical-align: top;
   background-color: #F0F0F0;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 5px;
   text-align: center;
}
#Card3Praticidade-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3Praticidade-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C00000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card3Praticidade-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 15px 20px;
   border-top: 3px #FFA500 solid;
   border-width: 3px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card3Praticidade-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #003E80;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card3Praticidade-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 3px #FFA500 solid;
   border-width: 3px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card3Praticidade-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 5px 5px !important;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #0E3661;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#wb_Card2Obras
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 15px 10px 15px;
   vertical-align: top;
   background-color: #F0F0F0;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 5px;
   text-align: center;
}
#Card2Obras-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2Obras-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C00000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card2Obras-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 15px 20px;
   border-top: 3px #FFA500 solid;
   border-width: 3px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2Obras-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #003E80;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card2Obras-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 3px #FFA500 solid;
   border-width: 3px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2Obras-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 5px 5px !important;
   margin: 0 10px 0 10px;
   padding: 20px 0 0 0;
   color: #0E3661;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#wb_Card1Acabamento
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 15px 10px 15px;
   vertical-align: top;
   background-color: #F0F0F0;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 5px;
   text-align: center;
}
#Card1Acabamento-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1Acabamento-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C00000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card1Acabamento-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   border-top: 3px #FFA500 solid;
   border-width: 3px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1Acabamento-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #003E80;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card1Acabamento-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   border-top: 3px #FFA500 solid;
   border-width: 3px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1Acabamento-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 5px 5px !important;
   margin: 0 10px 0 10px;
   padding: 20px 0 0 0;
   color: #0E3661;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#wb_Diferenciais
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#Diferenciais
{
   box-sizing: border-box;
   padding: 20px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#Diferenciais > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Diferenciais > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Diferenciais > .row > .col-1
{
   float: left;
}
#Diferenciais > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#Diferenciais > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#Diferenciais:before,
#Diferenciais:after,
#Diferenciais .row:before,
#Diferenciais .row:after
{
   display: table;
   content: " ";
}
#Diferenciais:after,
#Diferenciais .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#Diferenciais > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Heading8
{
   background-color: #0E3661;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 8px 0 2px 20px;
   text-align: left;
}
#Heading8
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Heading9
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 10px 0 10px 20px;
   text-align: left;
}
#Heading9
{
   color: #1D6CC5;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_LayoutGrid7
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid7
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#LayoutGrid7 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2, #LayoutGrid7 > .row > .col-3, #LayoutGrid7 > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2, #LayoutGrid7 > .row > .col-3, #LayoutGrid7 > .row > .col-4
{
   float: left;
}
#LayoutGrid7 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#LayoutGrid7 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 30px 0;
}
#LayoutGrid7 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#LayoutGrid7 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 30px 0;
}
#LayoutGrid7 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#LayoutGrid7 > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 30px 0;
}
#LayoutGrid7 > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#LayoutGrid7 > .row > .col-4 > .col-4-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 30px 0;
}
#LayoutGrid7:before,
#LayoutGrid7:after,
#LayoutGrid7 .row:before,
#LayoutGrid7 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid7:after,
#LayoutGrid7 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2, #LayoutGrid7 > .row > .col-3, #LayoutGrid7 > .row > .col-4
{
   float: none;
   width: 100%;
}
}
#wb_Card5Atendimento
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #FFCC29;
   border-radius: 10px;
   text-align: center;
}
#Card5Atendimento-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card5Atendimento-card-item0
{
   display: inline-block;
   height: 43px;
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #C6E1FF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#Card5Atendimento-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 43px;
   width: 43px;
}
#Card5Atendimento-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 10px 0 0 0;
   color: #B22222;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: center;
}
#Card5Atendimento-card-item2
{
   box-sizing: border-box;
   margin: 20px 15px 30px 15px;
   padding: 0;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_Card4Local
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #FFCC29;
   border-radius: 10px;
   text-align: center;
}
#Card4Local-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card4Local-card-item0
{
   display: inline-block;
   height: 43px;
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #C6E1FF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#Card4Local-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 43px;
   width: 43px;
}
#Card4Local-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 15px 0 0 0;
   color: #B22222;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: center;
}
#Card4Local-card-item2
{
   box-sizing: border-box;
   margin: 15px 20px 30px 20px;
   padding: 0;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_Card4Local:hover
{
   box-shadow: #FFFACD;
   transition: box-shadow 100ms linear 0ms;
}
#wb_Card4Local.affix
{
   top: 0 !important;
   position: fixed !important;
}
#wb_Card6Qualidade
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #FFCC29;
   border-radius: 10px;
   text-align: center;
}
#Card6Qualidade-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card6Qualidade-card-item0
{
   display: inline-block;
   height: 43px;
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #C6E1FF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#Card6Qualidade-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 43px;
   width: 43px;
}
#Card6Qualidade-card-item1
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 10px 0 0 0;
   color: #B22222;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: center;
}
#Card6Qualidade-card-item2
{
   box-sizing: border-box;
   margin: 20px 15px 30px 15px;
   padding: 0;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_Card7Praticidade
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #FFCC29;
   border-radius: 10px;
   text-align: center;
}
#Card7Praticidade-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card7Praticidade-card-item0
{
   display: inline-block;
   height: 43px;
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #C6E1FF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
}
#Card7Praticidade-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 43px;
   width: 43px;
}
#Card7Praticidade-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 15px 0 0 0;
   color: #B22222;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: center;
}
#Card7Praticidade-card-item2
{
   box-sizing: border-box;
   margin: 25px 20px 30px 20px;
   padding: 0;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_contact
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #0E3661;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#contact
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#contact > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contact > .row > .col-1, #contact > .row > .col-2, #contact > .row > .col-3, #contact > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#contact > .row > .col-1, #contact > .row > .col-2, #contact > .row > .col-3, #contact > .row > .col-4
{
   float: left;
}
#contact > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: center;
}
#contact > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #ECF0F1;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#contact > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#contact > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: center;
}
#contact:before,
#contact:after,
#contact .row:before,
#contact .row:after
{
   display: table;
   content: " ";
}
#contact:after,
#contact .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#contact > .row > .col-1, #contact > .row > .col-2, #contact > .row > .col-3, #contact > .row > .col-4
{
   float: none;
   width: 100% !important;
}
}
#wb_Heading10
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 10px 0 5px 0;
   text-align: left;
}
#Heading10
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_footerCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   background-color: transparent;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   border-left-color: #000000;
   text-align: left;
}
#footerCard1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#footerCard1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 5px 0 5px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#footerCard1-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard1-card-item0 i
{
   color: #FFFFFF;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 15px;
   width: 15px;
}
#footerCard1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 5px 0 5px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#footerCard1-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard1-card-item1 i
{
   color: #FFFFFF;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 15px;
   width: 15px;
}
#wb_ImagePrinter2
{
   margin: 0;
   vertical-align: top;
}
#ImagePrinter2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 150px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_footerCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   background-color: transparent;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   border-left-color: #000000;
   text-align: left;
}
#footerCard2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#footerCard2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 5px 0 5px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#footerCard2-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 5px 0 5px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#footerCard2-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 5px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#footerCard2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#LayerSeta1
{
   background-color: #B22222;
   background-image: none;
   border: 4px solid #FFCC29;
   border-radius: 50%;
   opacity: 0.80;
}
#wb_IconSeta
{
   background-color: #B22222;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
}
#wb_IconSeta a
{
   text-decoration: none;
}
#wb_IconSeta a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_IconSeta:hover
{
   background-color: #B22222;
   background-image: none;
   border: 0px solid transparent;
}
#IconSeta
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#IconSeta i
{
   color: #FFCC29;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_IconSeta:hover #IconSeta i
{
   color: #FFFFFF;
}
#wb_LayoutGrid8
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #B22222;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid8
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#LayoutGrid8 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid8 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid8 > .row > .col-1
{
   float: left;
}
#LayoutGrid8 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid8:before,
#LayoutGrid8:after,
#LayoutGrid8 .row:before,
#LayoutGrid8 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid8:after,
#LayoutGrid8 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid8 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_indexText4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_indexText4
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: 400;
   font-size: 21px;
   line-height: 22px;
}
#wb_indexText4 p, #wb_indexText4 ul
{
   margin: 0;
   padding: 0;
}
#wb_indexText4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_TextCopyright 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 0 20px 0;
   margin: 0;
   text-align: center;
}
#wb_TextCopyright
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 23px;
}
#wb_TextCopyright p, #wb_TextCopyright ul
{
   margin: 0;
   padding: 0;
}
#wb_TextCopyright
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid9
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid9
{
   box-sizing: border-box;
   padding: 20px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#LayoutGrid9 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid9 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid9 > .row > .col-1
{
   float: left;
}
#LayoutGrid9 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid9 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid9:before,
#LayoutGrid9:after,
#LayoutGrid9 .row:before,
#LayoutGrid9 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid9:after,
#LayoutGrid9 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid9 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#LayoutGrid2 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#LayoutGrid2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid2 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Icon2
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 50%;
   text-align: center;
   margin: 4px 4px 4px 4px;
   padding: 8px 8px 8px 8px;
   line-height: 18px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_Icon2 a
{
   text-decoration: none;
}
#wb_Icon2 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon2:hover
{
   background-color: #FF0000;
   background-image: none;
   border: 0px solid transparent;
}
#Icon2
{
   overflow: visible;
   vertical-align: top;
   width: 100%;
   height: 100%;
}
#Icon2
{
   fill: #4F4F4F;
   display: inline-block;
   font-size: 18px;
   vertical-align: middle;
}
#wb_Icon2:hover #Icon2
{
   fill: #000000;
}
#wb_footer8Icon3
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 50%;
   text-align: center;
   margin: 4px 4px 4px 4px;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_footer8Icon3 a
{
   text-decoration: none;
}
#wb_footer8Icon3 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_footer8Icon3:hover
{
   background-color: #FF0000;
   background-image: none;
   border: 0px solid transparent;
}
#footer8Icon3
{
   height: 18px;
   width: 18px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footer8Icon3 i
{
   color: #4F4F4F;
   display: inline-block;
   font-size: 18px;
   line-height: 18px;
   vertical-align: middle;
}
#wb_footer8Icon3:hover #footer8Icon3 i
{
   color: #000000;
}
#janela_whats .modal-content
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #CCCCCC;
   border-radius: 6px;
   box-shadow: 0px 3px 9px rgba(0,0,0,0.50);
   margin: 0 20px 20px 0 ;
   overflow: visible;
}
#janela_whats.fade
{
   opacity: 1;
   transition: all 500ms linear;
}
#janela_whats .animate-show
{
   animation-duration: 500ms;
   animation-fill-mode: both;
   animation-name: transform-bounce;
}
#janela_whats .animate-hide
{
   animation-duration: 500ms;
   animation-fill-mode: both;
   animation-name: transform-bounce;
   animation-direction: reverse;
}
#janela_whats.modal
{
   --bs-modal-margin: 0.5rem;
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 9999;
   display: none;
   overflow-x: hidden;
   overflow-y: auto;
   outline: 0;
}
 .modal-open
{
   overflow: hidden;
}
#janela_whats .modal-dialog
{
   position: relative;
   width: 328px;
   margin-left: auto;
   margin-right: auto;
}
#janela_whats .modal-content
{
   position: relative;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   outline: 0;
}
#janela_whats .modal-header
{
   min-height: 16px;
   padding: 15px 15px 15px 15px;
   border-bottom: 1px solid #CCCCCC;
}
#janela_whats .modal-footer
{
   padding: 15px 15px 15px 15px;
   border-top: 1px solid #CCCCCC;
}
#janela_whats .modal-body
{
   position: relative;
   width: 328px;
   height: 280px;
}
#janela_whats .close
{
   float: right;
   font-size: 21px;
   font-weight: 700;
   line-height: 1;
   color: #CCCCCC;
   text-shadow: 0px 1px 0px #fff;
   opacity: 0.5;
   -webkit-appearance: none;
   padding: 15px 15px 0 0;
   cursor: pointer;
   background: 0 0;
   border: 0;
   margin-top: -2px;
}
.modal-backdrop
{
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1040;
   background-color: #000;
}
.modal-backdrop.fade
{
   opacity: 0;
   transition: opacity .15s linear;
}
.modal-backdrop.show
{
   opacity: 0.5 !important;
}
.modal-open
{
   overflow: hidden;
}
#janela_whats .modal-content
{
   margin: 0 20px 20px 0 ;
   pointer-events: all;
}
#janela_whats .modal-title
{
   color: #CCCCCC;
   font-size: 16px;
   font-weight: 500;
   margin: 0;
}
#janela_whats .modal-dialog
{
   margin-right: 0 !important;
   justify-content: flex-end;
   display: flex;
   align-items: flex-end;
   min-height: 100%;
   pointer-events: none;
}
#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_Card1
{
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 14px;
   text-align: left;
}
#Card1-card-body
{
   padding: 0;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 50px;
   padding: 0;
   color: #212529;
   font-family: "Maven Pro";
   font-weight: 700;
   font-style: normal;
   font-size: 17px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 5px 0 0 50px;
   padding: 0;
   color: #212529;
   font-family: "Maven Pro";
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card1-card-item2
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   position: absolute;
   left: 0;
   bottom: 0;
   right: 0;
   margin: 0 0 30px 10px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #00AA14;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#Card1-card-item2 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card1-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#wb_Card1:hover
{
   background-color: rgba(0,170,20,0.06);
   transition: background-color 500ms linear 0ms;
}
#wb_Card2
{
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 14px;
   text-align: left;
}
#Card2-card-body
{
   padding: 0;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 50px;
   padding: 0;
   color: #212529;
   font-family: "Maven Pro";
   font-weight: 700;
   font-style: normal;
   font-size: 17px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 5px 0 0 50px;
   padding: 0;
   color: #212529;
   font-family: "Maven Pro";
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card2-card-item2
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   position: absolute;
   left: 0;
   bottom: 0;
   right: 0;
   margin: 0 0 30px 10px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #00AA14;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#Card2-card-item2 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card2-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#wb_Card2:hover
{
   background-color: rgba(0,170,20,0.06);
   transition: background-color 500ms linear 0ms;
}
#Layer4
{
   background-color: #00AA14;
   background-image: none;
   border: 1px solid #00AA14;
   border-radius: 50px;
}
#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_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text2 div
{
   text-align: left;
}
#wb_Icon6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#Icon6
{
   height: 39px;
   width: 34px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#Icon6 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 34px;
   line-height: 39px;
   vertical-align: middle;
}
#wb_Icon6:hover #Icon6 i
{
   color: #FFFFFF;
}
#wb_pinterLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#pinterLayoutGrid1
{
   box-sizing: border-box;
   padding: 5px 0 0 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#pinterLayoutGrid1 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#pinterLayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#pinterLayoutGrid1 > .row > .col-1
{
   float: left;
}
#pinterLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#pinterLayoutGrid1:before,
#pinterLayoutGrid1:after,
#pinterLayoutGrid1 .row:before,
#pinterLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#pinterLayoutGrid1:after,
#pinterLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#pinterLayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_pinterHeading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 10px 0 5px 0;
   text-align: center;
}
#pinterHeading2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
