body {
    font-family: Inter;
    font-size: 18px;
    color:#242A3A;
    font-weight: 500;
}
a {
    color: #0056b3;
    text-decoration: none;
}
a:hover {
    color: #515d7d;
    text-decoration: underline;
}
p {
    font-weight: 500;
    line-height: 1.4em;
    /*text-align: justify;*/
    color:#242A3A; /*Azul Escuro*/
}
h1 {
    font-size: 3em; /*no passado era 3.3 font-size: 36px;*/
    font-weight: 900;
    line-height: 1.4;
    color:#242A3A; /*Azul Escuro*/
}
h2 {
    font-size: 1.75em; /*font-size: 31.5px;*/
    font-weight: 900;
    line-height: 1.4;
    color:#242A3A; /*Azul Escuro*/
}
h3 {
    font-size: 1.3em; /*font-size: 27px;*/
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 0 15px;
    color:#242A3A; /*Azul Escuro*/
}
h4 {
    font-size: 1.1em;/*font-size: 19.8px;*/
    font-weight: 700;
    line-height: 1.4em;
    color:#242A3A; /*Azul Escuro*/
}
h5 {
    font-size: .9em; /*font-size: 16.2px;*/
    font-weight: 700;
    line-height: 1.4em;
    color:#515D7D; /*Azul Wibushi*/
    margin: 0px;
}
h6 {
    font-size: .75em; /*font-size: 13.5px;*/
    margin: 1.67em 0;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0px;
    color: #242A3A; /*Azul Escuro*/
}
#page-loader {
    position : fixed;
    top : 0;
    left : 0;
    bottom : 0;
    right : 0;
    z-index : 99999;
}
#page-loader {
    min-height: 100vh;
    display: grid;
    background-color:  #515d7d;
}
svg.tea {
    margin: auto;
    --secondary: #ffffff;
}
svg.tea #teabag {
    transform-origin: top center;
    transform: rotate(3deg);
    animation: swing 2s infinite;
}
svg.tea #steamL {
    stroke-dasharray: 13;
    stroke-dashoffset: 13;
    animation: steamLarge 2s infinite;
}
svg.tea #steamR {
    stroke-dasharray: 9;
    stroke-dashoffset: 9;
    animation: steamSmall 2s infinite;
}
@-moz-keyframes swing {
    50% {
        transform: rotate(-3deg);
    }
}
@-webkit-keyframes swing {
    50% {
        transform: rotate(-3deg);
    }
}
@-o-keyframes swing {
    50% {
        transform: rotate(-3deg);
    }
}
@keyframes swing {
    50% {
        transform: rotate(-3deg);
    }
}
@-moz-keyframes steamLarge {
    0% {
        stroke-dashoffset: 13;
        opacity: 0.6;
    }
    100% {
        stroke-dashoffset: 39;
        opacity: 0;
    }
}
@-webkit-keyframes steamLarge {
    0% {
        stroke-dashoffset: 13;
        opacity: 0.6;
    }
    100% {
        stroke-dashoffset: 39;
        opacity: 0;
    }
}
@-o-keyframes steamLarge {
    0% {
        stroke-dashoffset: 13;
        opacity: 0.6;
    }
    100% {
        stroke-dashoffset: 39;
        opacity: 0;
    }
}
@keyframes steamLarge {
    0% {
        stroke-dashoffset: 13;
        opacity: 0.6;
    }
    100% {
        stroke-dashoffset: 39;
        opacity: 0;
    }
}
@-moz-keyframes steamSmall {
    10% {
        stroke-dashoffset: 9;
        opacity: 0.6;
    }
    80% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
    100% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
}
@-webkit-keyframes steamSmall {
    10% {
        stroke-dashoffset: 9;
        opacity: 0.6;
    }
    80% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
    100% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
}
@-o-keyframes steamSmall {
    10% {
        stroke-dashoffset: 9;
        opacity: 0.6;
    }
    80% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
    100% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
}
@keyframes steamSmall {
    10% {
        stroke-dashoffset: 9;
        opacity: 0.6;
    }
    80% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
    100% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
}
.enfase { /*Para Mini-Texto Azul da Home*/
    font-weight: 500;
    color: #515D7D;
}
.page_header {
    padding: 4rem 2rem 1rem 2rem;
}

ul.wb-list-frustrating {
    padding-inline-start: 10px;
    list-style: none;
}
ul.wb-list-frustrating > li {
    font-size: 18px;
    font-weight: 500;
    line-height: 2em;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}
ul.wb-list-frustrating li:before {
    content: url("../images/wibushi-bullet-problem.0d34f782b7fa.png");
    width: 1em;
    height: 1em;
    display: inline-block;
    padding: 0.25em;
    line-height: 1.0;
}
.jumbotron h1 {
    font-size: 68px;
    font-weight: 900;
    line-height: 1.1em;
    text-align: center;
}
.jumbotron h2 {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.1em;
    text-align: center;
}
.jumbotron p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
}
.jumbotron {
    background-color: #F9F9F9;
    padding: 4rem 2rem 1rem 2rem;
}
.btn-primary {
    color: #fff;
    background-color: #515D7D;
    border-color: #515D7D;
}
.btn-outline-primary {
    color: #515D7D;
    border-color: #515D7D;
}
.btn-group-lg>.btn, .btn-nav {
    padding: 0.5rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 1rem 1.25rem;
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: .3rem;
    border: 2px solid #515D7D;
    font-weight: 600;
}
.btn-group-lg>.btn, .btn-special {
    /*customizado rever*/
    padding: 1rem 1.25rem;
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: .3rem;
    border: 2px solid #515D7D;
    font-weight: 600;
}
.btn-whatsapp {
    color: white;
    background-color: #28a745;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: .3rem;
}
.btn-whatsapp:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.wibushi_video_tutorial {
    position: relative;
    display: inline-block;
}
.wibushi_video_tutorial img {
    display: block;
    width: 100%;
    transition: opacity 0.3s ease;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(120, 120, 120, 0.5);
    border-radius: 50%;
    border: 1px solid #a7a7a7;
    padding: 60px;
    transition: background-color 0.3s ease;
}
.wibushi_video_tutorial:hover img {
    opacity: 0.7;
}
.wibushi_video_tutorial:hover .play-button {
    background-color: #515D7D; /* Muda a cor do botão ao passar o mouse */
}
.triangle {
    position: relative;
    background-color: #ffffff;
    text-align: left;
}
.triangle:before,
.triangle:after {
    content: '';
    position: absolute;
    background-color: inherit;
}
.triangle,
.triangle:before,
.triangle:after {
    width:  28px;
    height: 28px;
    border-top-right-radius: 30%;
}
.triangle {
    transform: rotate(-90deg) skewX(-30deg) scale(1,.866);
    top: -6px;
    left: -3px;
}
.triangle:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
.triangle:after {
    transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}
.bg-wb-90-light {
  background: linear-gradient(to top,
      #F2F2F2  10%,
      #F2F2F2  10%,
      #F9F9F9  10%,
      #F9F9F9 100%
  );
}
.bg-wb-light {
    background-color: #F9F9F9 !important;
}
.bg-wb-light-med {
    background-color: #F2F2F2 !important;
}
.bg-wb-dark {
    background-color: #515D7D !important;
}
.footer h5 {
    font-weight: 800;
    font-size: 18px;
}
.footer hr {
    border-top: 1px solid #647196;
}
.wb-footer-menu li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    font-size: 500;
}
#navbarNav li{
    padding: 0.25rem;
    font-weight: 600;
}
.navbar-scrolled {
    background-color: #515D7D !important;
    transition: background-color 0.3s;
}
.navbar-scrolled .navbar-nav .nav-link {
    color: #F9F9F9;
}
.navbar-scrolled .navbar-nav .active>.nav-link,
.navbar-scrolled .navbar-nav .nav-link.active,
.navbar-scrolled .navbar-nav .nav-link.show,
.navbar-scrolled .navbar-nav .show>.nav-link {
    color: #F2F2F2;
}
.navbar-scrolled a.btn-outline-primary {
    color: #fff;
    border-color: #fff;
}
.navbar-scrolled a.btn-primary {
    color: #515D7D;
    background-color: #fff;
    border-color: #fff;
}
.wb-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #283050;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #283050;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    margin-top: 8px;
}
.wb-bg-blue {
    border: 2px solid #242A3A;
    background-color: #242A3A;
    color: #ffffff;
}

.wb-video-title {
  display: flex;
  align-items: center;
  margin-left: 20%;
  margin-right: 20%;
}
.wb-video-title::before {
  content: '';
  flex: 1;
  margin-right: 1rem;
  height: 1px;
  background-color: #000;
}
.wb-video-title::after {
  content: '';
  flex: 1;
  margin-left: 1rem;
  height: 1px;
  background-color: #000;
}
.img-hover img {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -o-transition: all .3s ease; /* IE 9 */
    -ms-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
    position:relative;
}
.img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:translatZ(0) scale(1.10); /* Opera */
    transform:translatZ(0) scale(1.10);
}
.carousel-indicators li {
    background-color: #515d7d;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23515D7D' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23515D7D' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
/* NEW */
mark {
    background: #F4E7CC;
    color: #3e3e3e;
}
.browser {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d5dadf;
    border-radius: 3px;
    box-shadow: 0 13px 35px rgba(98, 100, 112, 0.25);
    display: inline-block;
    margin: auto;
    min-height: 200px;
    overflow: hidden;
    position: relative;
}
.browser .top-bar {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #d5dadf;
    border-radius: 4px 4px 0 0;
    height: 43px;
}
.browser .top-bar .lights {
    left: 18px;
    top: 9px;
}
.browser .top-bar .lights {
    left: 12px;
    list-style: outside none none;
    padding: 0;
    position: absolute;
    top: 5px;
}
.browser .top-bar .lights li {
    margin-right: 8px;
    width: 10px;
    border: 1px solid #da4b47;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12) inset;
    display: inline-block;
    height: 10px;
    margin-right: 6px;
    width: 10px;
}
.browser .top-bar .lights li:nth-child(1) {
    background: #f66560 none repeat scroll 0 0;
}
.browser .top-bar .lights li:nth-child(2) {
    background: #f9c964 none repeat scroll 0 0;
    border-color: #dcac47;
}
.browser .top-bar .lights li:nth-child(3) {
    background: #30c75d none repeat scroll 0 0;
    border-color: #1fa748;
}
.browser .frame img{
    width: 100% !important;
}
/* hover btns */
.btn-outline-primary{
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: 0.4s;
    text-transform: capitalize;
}
.btn-outline-primary:hover {
    background-color: transparent;
    border-color: initial;
}
.btn-outline-primary:after {
    background-color:#515d7d;
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    width: 0;
    z-index: -1;
    top: 0;
    bottom: 0;
}
.btn-outline-primary:hover:after {
    left: 0;
    right: auto;
    width: 100%;
}
/* progress bar */
.progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
}
.progress-bar {
    height: 8px;
    background: #9cd7c1;
    width: 0%;
}
/* go to top button */
.back-to-top {
    --size: 50px;
    width: var(--size);
    height: var(--size);
    display: flex;
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 10;
    border-radius: 50%;
    background-color: hsla(230, 13%, 9%, 0.9);
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
  }

  .back-to-top:hover {
    background-color: hsl(230, 13%, 9%);
  }

  .back-to-top .cd-icon {
    --size: 20px;
    display: block;
    margin: auto;
    color: hsl(0, 0%, 100%);
  }

  .back-to-top--is-visible {
    visibility: visible;
    opacity: 1;
  }

/* Icons-------------------------------- */

.cd-icon {
  --size: 1em;
  font-size: var(--size);
  height: 1em;
  width: 1em;
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.cd-icon use { /* SVG symbols - enable icon color corrections */
  color: inherit;
  fill: currentColor;
}

/* --------------------------------
-------------------------------- */
.back-to-top {
    --size: 50px;
    width: var(--size);
    height: var(--size);
    display: flex;
    position: fixed;
    right: 2rem;
    bottom: 4.5rem;
    z-index: 10;
    border-radius: 50%;
    background-color: #9cd7c1;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    overflow: hidden;
}
.back-to-top:hover {
    background-color: rgb(156 215 193 / 90%);
    animation: moveUpBackground 0.8s infinite;
}
.back-to-top i {
    position: absolute;
    left: -6px;
    font-size: 62px;
    bottom: -20px;
    color: #ffffff;
}
.back-to-top:hover i{
    animation: moveUp 0.8s infinite;
}

.back-to-top--is-visible {
    visibility: visible;
    opacity: 1;
    transition: all 1s;
}
@keyframes moveUp {
    0% {
        bottom: -30px;
    }
    100% {
        bottom: 30px;
        color: rgb(156 215 193 / 90%);
    }
}
@keyframes moveUpBackground {
    0% {
        background-color:  rgb(156 215 193 / 90%);
    }
    50% {
        background-color: #515D7D;
    }
    100% {
        background-color:  rgb(156 215 193 / 90%);
    }
}

.video_navigation {
    font-size: 90px;
    color: #515D7D;
    text-decoration: none;
    position: absolute;
}
.video_navigation:hover {
    color: #9cd7c1;
    text-decoration: none;
}
.video_navigation.left_nav:hover {
    animation: videoNavAnimeLeft 0.8s infinite;
}
.video_navigation.right_nav:hover {
    animation: videoNavAnimeRight 0.8s infinite;
}

@keyframes videoNavAnimeLeft {
    0% {
        left: -10px;
    }
    100% {
        left: 10px;
    }
}
@keyframes videoNavAnimeRight {
    0% {
        right: -10px;
    }
    100% {
        right: 10px;
    }
}

/* BANNERS CSS */
.alert-custom {
    position: relative;
    overflow: visible;
}
.alert-custom img {
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: -webkit-fill-available;
}
.alert-custom div {
    z-index: 2;
}
.div-embaixo {
    position: absolute;
    z-index: 1;
    top: -30px;
    left: -20px;
}
.div-emcima {
    position: relative;
    z-index: 2;
}
.alert-wb-blue {
    background-color: #cbd2e5;
    border-color: #cbd2e5;
    color: #000000;
}
.alert-wb-blue .btn.btn-primary {
    background-color: #242A3A;
    border-color: #242A3A;
}
.alert-wb-blue .btn.btn-primary:hover {
    background-color: #ffffff;
    color: #242A3A;
}
.alert-wb-red {
    background-color: #FF998D;
    border-color: #FF998D;
    color: #000000;
}
.alert-wb-red .btn.btn-primary {
    background-color: #802E25;
    border-color: #802E25;
}
.alert-wb-red .btn.btn-primary:hover {
    background-color: #ffffff;
    color: #802E25;
}
.alert-wb-green {
    background-color: #96E296;
    border-color: #96E296;
    color: #000000;
}
.alert-wb-green .btn.btn-primary {
    background-color: #3E9E3E;
    border-color: #3E9E3E;
}
.alert-wb-green .btn.btn-primary:hover {
    background-color: #ffffff;
    color: #3E9E3E;
}
.alert-wb-blue-light {
    background-color: #ABDFF5;
    border-color: #ABDFF5;
    color: #000000;
}
.alert-wb-blue-light .btn.btn-primary {
    background-color: #43798F;
    border-color: #43798F;
}
.alert-wb-blue-light .btn.btn-primary:hover {
    background-color: #ffffff;
    color: #43798F;
}
.banner-2 {
    top: -40px;
    margin-bottom: -40px;
}

/* BANNERS CSS END */
/*/ Extra large devices (large desktops, 1200px and up) /*/
/*/ Estilos para dispositivos extra grandes /*/
@media (min-width: 1200px) {

}

/*/ Large devices (desktops, 992px and up) /*/
/*/ Estilos para dispositivos grandes /*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .jumbotron h1 {
        font-size: 3em;
        /* color: red; */
    }
    .jumbotron h2 {
        font-size: 2em;
        /* color: red; */
    }
}

/*/ Medium devices (tablets, 768px and up) /*/
/*/ Estilos para dispositivos médios /*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .jumbotron h1 {
        font-size: 2.5em;
        /* color: orange; */
    }
    .jumbotron h2 {
        font-size: 1.6em;
        /* color: orange; */
    }
    .btn-whatsapp {
        padding: 0.3rem 0.3rem;
    }
}

/*/ Small devices (landscape phones, 576px and up) /*/
/*/ Estilos para dispositivos pequenos /*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .jumbotron h1 {
        font-size: 2.5em;
        /* color: green; */
    }
    .jumbotron h2 {
        font-size: 1.6em;
        /* color: green; */
    }
    .btn-whatsapp {
        padding: 0.3rem 0.3rem;
    }
}

@media (max-width: 991.98px) {
    #navbar {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }
}
/*/ Extra small devices (portrait phones, less than 576px) /*/
/*/ Estilos para dispositivos extra pequenos /*/
@media (max-width: 575.98px) {
    h1 {
        font-size: 2em;
    }
    .jumbotron h1 {
        font-size: 2.2em;
        /* color: blue; */
    }
    .jumbotron h2 {
        font-size: 1.6em;
        /* color: blue; */
    }
    .navbar-toggler {
        color: rgb(255 255 255);
        border-color: rgb(255 255 255);
    }
    .navbar-toggler-icon {
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="rgba%28255, 255, 255, 1%29" stroke-width="2" linecap="round" linejoin="round" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
    }
    .banner-2 {
        top: 0px;
        margin-bottom: 0px;
    }
    .btn-whatsapp {
        padding: 0.3rem 0.3rem;
    }
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):hover,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #515D7D;
    background-color: #f8f9fa;
    border-color: #515151;
}

.navbar-scrolled .navbar-nav .nav-link:focus,
.navbar-scrolled .navbar-nav .nav-link:hover {
    color: #9ba0b0 ;
}
.navbar-scrolled .navbar-nav .btn-primary:not(:disabled):not(.disabled).active,
.navbar-scrolled .navbar-nav .btn-primary:not(:disabled):not(.disabled):hover,
.navbar-scrolled .navbar-nav .btn-primary:not(:disabled):not(.disabled):active,
.navbar-scrolled .navbar-nav .show>.btn-primary.dropdown-toggle {
    background-color: #515D7D;
    color: #FFFFFF;
    border-color: #FFFFFF;
}
/* hover btns */
.navbar-scrolled .navbar-nav .btn-outline-primary:hover {
    color: #515D7D;
}
.navbar-scrolled .navbar-nav .btn-outline-primary:after {
    background-color:#ffffff;
}

.img-holder img {
    transition: transform 0.3s ease;
}
.img-holder img:hover,
.img-holder img:active {
    transform: scale(1.1);
}
.list-nav a {
    font-size: 2rem;
    text-decoration: none;
    color: rgba(0,0,0,.5);
}
.list-nav a:hover {
    text-decoration: none;
    color: rgba(0,0,0,.9);
}