@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
body.topbar-open nav .topbar.open{display:flex}nav{border-bottom:.0625rem solid #e6e8e9;box-shadow:var(--box-shadow);left:0;position:fixed;top:0;width:100vw;z-index:10000}nav .topbar{align-items:center;background-color:#5b90b9;color:var(--white);display:flex;font-size:.875rem;font-weight:700;justify-content:flex-start;padding:.625rem .75rem;text-align:center;text-decoration:none;transition:all .05s ease-in-out,background-color .1s ease-in-out}nav .topbar:not(.open){height:0;overflow:hidden;padding:0}nav .topbar:hover{background-color:#699abf}nav .topbar .close{align-items:center;cursor:pointer;display:flex;font-weight:400;justify-content:center;position:absolute;right:.75rem}nav .topbar .close img{margin-right:.625rem}nav .topbar .close span{display:none}nav .topbar .link{align-items:center;color:#fff;display:flex;transition:all .15s ease-in-out}nav .topbar .link img{margin:0 .875rem;max-width:1.125rem}nav .topbar .link img.fire{max-width:.875rem}nav .topbar .link img:not(.fire){display:none}nav .topbar .link:hover{color:#fff}nav .topbar .label{background-color:rgba(18,37,107,.4);border-radius:.3125rem;font-size:.75rem;letter-spacing:.125rem;padding:.1875rem .4375rem;text-transform:uppercase}nav .desktop{display:none}nav .desktop,nav .mobile{background-color:var(--white);position:relative}nav .mobile{align-items:center;display:flex;height:var(--menu-height);padding:0 1.25rem}nav .mobile .search-form{margin:1rem 2.375rem;padding:0}nav .mobile .search-form .label-search{display:block;max-width:100%;padding:0}nav .mobile .search-form .label-search input{max-width:100%}nav .mobile .login{align-items:center;color:var(--dark-grey);display:flex;font-family:Poppins,sans-serif;font-weight:700;justify-content:center;margin-left:auto;transition:all .15s ease-in-out}nav .mobile .login:hover{color:var(--orange)}nav .mobile .login:hover img{filter:invert(39%) sepia(94%) saturate(556%) hue-rotate(318deg) brightness(104%) contrast(101%)}nav .mobile .login img{margin-right:.3125rem;transition:all .15s ease-in-out}nav .mobile .nav-logo{display:block;margin:0 2.5rem;max-width:10.9375rem;transform:translateX(-.875rem);width:70%}nav .mobile>.menu-toggler{float:left}nav .mobile .menu-toggler{cursor:pointer;width:1.75rem}nav .mobile .menu-toggler.close{transition:all .15s cubic-bezier(0,1.16,.99,.83);width:1.5rem}nav .mobile .menu-toggler.close:hover{transform:rotate(180deg)}nav .mobile .sidebar{left:0;position:fixed;top:0;width:100vw;z-index:1000}nav .mobile .sidebar .bg{background-color:#0000004d;height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .15s ease-in-out;width:100vw;z-index:1}nav .mobile .sidebar .content{background-color:var(--white);height:100vh;max-width:19.375rem;position:relative;transform:translateX(-100%);transition:all .15s ease-in-out;width:100%;z-index:1001}nav .mobile .sidebar .content .logo{display:flex;justify-content:space-between;padding:1.875rem 1.25rem 0}nav .mobile .sidebar .content ul{margin-top:3.125rem}nav .mobile .sidebar .content a{border-bottom:.125rem solid #b4b4b436;color:var(--dark-grey);display:block;font-size:1.125rem;font-weight:500;padding:1.5rem 2.375rem;text-decoration:none;transition:all .15s ease-in-out}nav .mobile .sidebar .content a:hover,nav .mobile .sidebar .content li.active a{background-color:var(--orange);border-color:var(--orange);color:var(--white)}nav .mobile .sidebar.closed{display:none}nav .mobile.opened .sidebar .content{transform:translateX(0)}nav .mobile.opened .sidebar .bg{opacity:1}nav .search{background-color:#f1f0f1;background-image:url(../img/icons/search.png);background-position:1.875rem .625rem;background-repeat:no-repeat;background-size:1.25rem;border:.0625rem solid #f1f0f1;color:var(--grey);font-size:1.125rem;padding:.5625rem 1rem .5625rem 3.75rem;transition:all .15s ease-in-out;width:18.4375rem}nav .search::-webkit-search-cancel-button{display:none}nav .search:focus{background-color:transparent;border:.0625rem solid #3b4157;outline:none}nav .search:-ms-input-placeholder{color:var(--grey)}nav .search::-moz-placeholder{color:var(--grey)}nav .search::placeholder{color:var(--grey)}nav .search-form{overflow:hidden;position:relative}nav .search-form button[type=submit]{background-color:var(--dark-grey);border:.0625rem solid var(--dark-grey);cursor:pointer;height:100%;padding:.625rem;position:absolute;right:0;top:0;transform:translateX(100%);transition:all .15s ease-in-out}nav .search-form button[type=submit]:hover{background-color:#505875;border-color:#505875}nav .search-form button[type=submit] img{filter:brightness(10);max-width:1.25rem}nav .search-form.not-empty button[type=submit]{transform:translateX(0)}nav .search-form.not-empty input{background-position:-1.25rem;padding-left:1rem;padding-right:3.625rem}nav .logo-pedidos{height:auto;height:22px!important;max-width:100%;width:22px!important}@media (min-width:375px){nav .topbar{padding:.625rem 1.375rem}nav .topbar .close{right:1.375rem}}@media (min-width:768px){nav .topbar{font-size:16px;justify-content:center}nav .topbar .close{left:24px;right:unset}nav .topbar .close span{display:inline}}@media (min-width:992px){nav .mobile{display:none}nav .desktop{display:block;height:var(--menu-height);overflow-y:hidden;transition:all .1s ease-in-out}nav .desktop .topbar{background-color:#5b90b9;color:var(--white);font-size:1rem;font-weight:700;padding:10px;text-align:center;text-decoration:none}nav .desktop .topbar,nav .desktop .topbar .close{align-items:center;display:flex;justify-content:center}nav .desktop .topbar .close{cursor:pointer;font-weight:400;left:1.5rem;position:absolute}nav .desktop .topbar .close img{margin-right:.625rem}nav .desktop .topbar .link{align-items:center;color:#fff;display:flex}nav .desktop .topbar .link img{margin:0 .875rem;max-width:1.125rem}nav .desktop .topbar .link img.fire{max-width:.875rem}nav .desktop .topbar .label{background-color:rgba(18,37,107,.4);border-radius:.3125rem;font-size:.75rem;letter-spacing:.125rem;padding:.1875rem .4375rem;text-transform:uppercase}nav .desktop .content{margin:auto;padding:0}nav .desktop .content .line-1,nav .desktop .content .line-2{-ms-grid-columns:20% 20% 20% 20% 20%;align-items:center;display:-ms-grid;display:grid;gap:0 0;grid-template-columns:20% 20% 20% 20% 20%;margin:auto;max-width:var(--max-content-width)}nav .desktop .content .line-1{grid-area:line-1;grid-template-areas:"search logo logo logo login";padding:1.5625rem 1.25rem}nav .desktop .content .line-1 .search{grid-area:search;-ms-grid-column:1;-ms-grid-row:1;width:100%}nav .desktop .content .line-1 .logo{-ms-grid-column-span:3;-ms-grid-column-align:center;grid-area:logo;-ms-grid-column:2;-ms-grid-row:1;justify-self:center;max-width:12.5rem;width:100%}nav .desktop .content .line-1 .login{display:flex;grid-area:login;-ms-grid-column:5;-ms-grid-row:1;justify-self:flex-end}nav .desktop .content .line-2{display:flex;justify-content:space-between;padding:1.25rem}nav .desktop .content .line-2 .page-links{font-size:1.125rem;font-weight:500;margin:0 50px;transition:all .1s ease-in-out}nav .desktop .content .line-2 .page-links:first-child{margin-left:0}nav .desktop .content .line-2 .page-links:last-child{margin-right:0}nav .desktop .content .line-2 .page-links:hover{color:var(--orange)}nav .desktop .content .line-2 .page-links:first-child{grid-area:link-1}nav .desktop .content .line-2 .page-links:nth-child(2){-ms-grid-column-align:center;grid-area:link-2;justify-self:center}nav .desktop .content .line-2 .page-links:nth-child(3){-ms-grid-column-align:center;grid-area:link-3;justify-self:center}nav .desktop .content .line-2 .page-links:nth-child(4){-ms-grid-column-align:center;grid-area:link-4;justify-self:center}nav .desktop .content .line-2 .page-links:nth-child(5){grid-area:link-5;justify-self:flex-end}nav .desktop .content hr{border:0;border-top:.0625rem solid #e6e8e9;height:.0625rem;margin:0;padding:0}nav .desktop.compact{height:5.625rem}nav a{color:var(--grey);text-decoration:none}nav a img{margin-right:.5rem;width:1.375rem}nav a.login{color:var(--dark-grey);font-size:1.125rem;font-weight:700}nav a.login,nav a.login img{transition:all .15s ease-in-out}nav a.login:hover{color:var(--orange)}nav a.login:hover img{filter:invert(39%) sepia(94%) saturate(556%) hue-rotate(318deg) brightness(104%) contrast(101%)}nav a.signup{font-size:.9375rem;font-weight:400;margin:.3125rem 0 0 1.875rem}nav .site-links{align-content:center;background-color:#fff;display:flex;justify-content:space-between;list-style:none;margin:0;padding:1rem 0}nav .site-links li a{color:var(--grey);font-size:1.125rem;text-decoration:none;transition:all .15s ease-in-out}nav .site-links li a:hover{color:var(--orange)}}:root{--orange:#ff594e;--grey:#484b57;--dark-grey:#3b4157;--white:#fff;--dark-white:#f5f5f5;--green:#1fab36;--menu-height:65px;--max-content-width:1168px;--section-title-size:31px;--section-title-margin-bottom:60px;--body-padding:20px;--footer-padding:50px;--footer-margin:120px var(--body-padding) 20px;--box-shadow:0px 3px 6px #00000029;--card-border-radius:5px}@media (min-width:992px){:root{--menu-height:152px;--title-h2--font-size:42px;--footer-margin:150px var(--body-padding);--section-title-margin-bottom:120px}}footer{border-top:.0625rem solid #70707066;margin:var(--footer-margin);padding:var(--footer-padding) 0}footer *{color:var(--dark-grey)}footer * a,footer * div>img,footer * p{opacity:.65}footer .contact-info{text-align:center}footer .contact-info .logo img{width:12.1875rem}footer .contact-info .logo p{font-size:.75rem;font-weight:400;line-height:1.25rem}footer .contact-info .social-links{margin:2.5rem 0 0}footer .contact-info .social-links a{margin:0 .625rem;text-decoration:none}footer .contact-info .social-links a img{width:1.875rem}footer .contact-info .account{display:none;margin-top:48px}footer .contact-info .account a{align-items:center;color:var(--dark-grey);display:flex;justify-content:flex-start}footer .contact-info .account a img{margin-right:8px;width:22px}footer .contact-info .account a.login{color:var(--dark-grey);font-size:20px;font-weight:700}footer .contact-info .account a.signup{font-size:12px;margin:5px 0 0 30px}footer .links{border-bottom:.0625rem solid #70707066;display:flex;justify-content:space-between;padding:2.5rem 1.25rem}footer .links .pages li{font-size:1.25rem;margin-bottom:2.3rem}footer .links .pages li a{transition:all .15s ease-in-out}footer .links .pages li a:hover{opacity:1;text-decoration:underline}footer .links .help li{font-size:1rem;font-weight:400;margin-bottom:2.65rem}footer .links ul li:last-of-type{margin-bottom:0}footer .other-links{padding:2.5rem 0}footer .other-links ul{align-items:flex-start;display:flex;justify-content:center}footer .other-links ul li{margin:0 1.5625rem}footer .other-links ul li a{align-items:center;display:flex;flex-direction:column}footer .other-links ul li a img{border-radius:.625rem;margin-top:1.25rem;max-width:4.375rem}footer .other-links ul li:nth-child(2)>a>img{border-radius:0;max-width:6.875rem}footer .text{opacity:.65}footer .text p{font-size:.85rem;line-height:1.25rem;margin-bottom:1.25rem}@media (min-width:375px){footer .text p{font-size:.75rem}}footer .text .notice{border:.0625rem solid #706f6f66;margin-bottom:2.5rem;padding:.75rem;text-align:center}footer>div{margin:auto;max-width:600px}@media (min-width:992px){footer .links .pages li a{font-weight:400}footer .links .help li a{color:#3c4258a7}}@media (min-width:1100px){footer .row{align-items:flex-start;display:flex;justify-content:space-between}footer .row>div{padding:0}footer .contact-info .logo{text-align:left}footer .contact-info .logo p{margin-top:16px}footer .contact-info .social-links{margin-top:22px;text-align:left}footer .contact-info .social-links a{margin-left:0}footer .contact-info .account{display:block}footer .links{border:none}footer .links .pages{padding-right:90px}footer .text{margin-top:78px}footer>div{max-width:100%}}@media (min-width:1200px){footer{margin-left:auto;margin-right:auto;max-width:var(--max-content-width)}}html{font-size:80%}@media (min-width:375px){html{font-size:89%}}@media (min-width:425px){html{font-size:100%}}.screen-width{background-color:#ff594e;border-radius:.3125rem;color:#fff;font-family:Roboto;font-weight:500;padding:.25rem .625rem;position:fixed;right:.625rem;top:.625rem;z-index:1000000000}.upper{text-transform:uppercase}body,html{overflow-x:hidden}body{background-color:#f5f5f5;font-family:Roboto,sans-serif;margin-top:var(--menu-height);transition:margin all .15s ease-in-out;transition:margin-top .05s ease-in-out}body.topbar-open{margin-top:calc(var(--menu-height) + 36px)}body,button,input,textarea{font-family:Roboto,sans-serif}aside{height:100%}section{overflow:auto;padding:3.75rem var(--body-padding)}@media (min-width:var(--max-content-width)){aside,footer,header,main{margin:auto;max-width:var(--max-content-width);width:100%}}a{text-decoration:none}ul{list-style:none;margin:0;padding:0}h1,h2{color:var(--dark-grey);font-size:var(--section-title-size);line-height:1.35;margin:0 0 var(--section-title-margin-bottom);position:relative;text-align:center}h1{margin-top:60px}h1:after,h2:after{background-color:var(--dark-grey);bottom:-.625rem;content:"";height:.1875rem;left:50%;opacity:.6;position:absolute;transform:translateX(-50%);width:2rem}h3{font-size:1.4375rem}h3,h4{color:var(--dark-grey);margin:1rem 0}h4{font-size:1.25rem}.btn,h4{line-height:1.6875rem}.btn{background-color:#fff;border:.125rem solid transparent;border-radius:.5rem;color:var(--dark-grey);cursor:pointer;display:inline-block;font-size:.9375rem;font-weight:700;letter-spacing:.0625rem;margin:0;max-width:8.75rem;outline:none;padding:.3125rem .625rem;text-align:center;transition:all .15s ease-in-out;width:100%}.btn.btn-blue{background-color:#5b90b9;color:var(--white)}.btn.btn-blue:hover{background-color:#709fc2}.btn.btn-orange{background-color:var(--orange);color:var(--white)}.btn.btn-orange:hover{background-color:#ff7168}.bg-white{background-color:var(--white)}.orange{color:var(--orange)}.container{margin:0 auto}.container,body.with-sidebar{max-width:var(--max-content-width)}body.with-sidebar{margin-left:auto;margin-right:auto}body.with-sidebar aside .categories{margin:auto;max-width:305px;width:100%}body.with-sidebar aside .categories .category{align-items:center;background-color:#efedec;border-radius:5px;box-shadow:0 3px 6px rgba(0,0,0,.16);color:var(--dark-grey);display:flex;font-size:20px;font-weight:700;justify-content:space-between;margin:20px 0;padding:18px 24px;transition:all .15s ease-in-out}body.with-sidebar aside .categories .category img{height:15px;transition:all .15s ease-in-out}body.with-sidebar aside .categories .category:hover{background-color:#ff594e;color:#fff}body.with-sidebar aside .categories .category:hover img{filter:brightness(10)}body.with-sidebar aside .categories .category.active{background-color:#fff;color:#ff594e;pointer-events:none}body.with-sidebar aside .categories .category.active img{opacity:0}body.with-sidebar aside #products .all-suplements{background-color:#fff;border-radius:5px;box-shadow:0 3px 6px rgba(0,0,0,.27);margin:20px auto;max-width:280px;padding:15px 15px 25px;position:relative;text-align:center}body.with-sidebar aside #products .all-suplements:hover .btn{background-color:#78a3c5}body.with-sidebar aside #products .all-suplements h4{font-size:1.125rem;margin:30px 0 10px}body.with-sidebar aside #products .all-suplements img{max-width:120px}body.with-sidebar aside #products .all-suplements p{color:#3c4258b3;font-size:16px;line-height:24px}body.with-sidebar aside #products .all-suplements p b{color:#ec6c27}body.with-sidebar aside #products .all-suplements .btn{display:block;margin:30px auto 0}body.with-sidebar aside #products .all-suplements .link{height:100%;left:0;position:absolute;top:0;width:100%}body.with-sidebar aside #categories,body.with-sidebar aside #products{display:none}div.author{-ms-grid-columns:2.5rem auto;-ms-grid-rows:1fr 1fr;align-items:center;display:-ms-grid;display:grid;gap:0 0;grid-auto-columns:1fr;grid-template-areas:"avatar name" "avatar time";grid-template-columns:2.5rem auto;grid-template-rows:1fr 1fr}div.author .name{-ms-grid-row-align:end;align-self:end;color:var(--dark-grey);font-size:.8125rem;font-weight:700;grid-area:name;-ms-grid-column:2;-ms-grid-row:1;margin:0;opacity:.75}div.author time{-ms-grid-row-align:start;align-self:start;color:var(--dark-grey);font-size:.6875rem;grid-area:time;-ms-grid-column:2;-ms-grid-row:2;margin-top:5px;opacity:.7}div.author img{-ms-grid-row-align:center;-ms-grid-row-span:2;align-self:center;grid-area:avatar;-ms-grid-column:1;-ms-grid-row:1;max-width:1.875rem}.owl-dots{text-align:center}.owl-dots .owl-dot{background-color:#a5a5a5!important;border:none;border-radius:1.25rem;height:.5625rem;margin:0 .25rem;opacity:1;padding:0;width:.5625rem}.owl-dots .owl-dot.active{background-color:var(--dark-grey)!important}.category-tag{border:.0625rem solid;border-radius:.375rem;color:var(--dark-grey);font-size:.6875rem;font-weight:700;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;opacity:.7;padding:.25rem .375rem}.most-read-news{counter-reset:item}.most-read-news .most-read-item{align-items:flex-start;border-bottom:.125rem solid #e6e8e9;display:flex;justify-content:flex-start;padding:1.875rem 0}.most-read-news .most-read-item:last-child{padding-bottom:0}.most-read-news .most-read-item .item-number{background-color:#fff;border-radius:6.25rem;counter-increment:item;height:2.875rem;max-width:2.875rem;opacity:.65;position:relative;width:100%}.most-read-news .most-read-item .item-number:after{color:#ff6e64;content:counter(item);font-size:3.5625rem;font-weight:700;line-height:4.6875rem;position:absolute;right:0;top:0}.most-read-news .most-read-item .item-body{padding-left:.75rem;position:relative;width:100%}.most-read-news .most-read-item .item-body .title{color:var(--dark-grey);font-size:1.25rem;font-weight:700;line-height:1.6875rem;margin:0 0 .5rem}.most-read-news .most-read-item .item-body .author{display:block;font-size:.875rem;line-height:1.6875rem;opacity:.6}.most-read-news .most-read-item .item-body .author,.most-read-news .most-read-item .item-body .title{transition:all .15s ease-in-out}.most-read-news .most-read-item .item-body .item-link{height:100%;left:0;position:absolute;top:0;width:100%}.most-read-news .most-read-item:last-child{border:none}.most-read-news .most-read-item:hover .item-body .author,.most-read-news .most-read-item:hover .item-body .title{color:var(--orange)}.most-read-news .most-read-item:hover .item-body .item-link{height:100%;left:0;position:absolute;top:0;width:100%}#latest-posts{overflow:hidden}#latest-posts h2{margin:0 0 var(--section-title-margin-bottom)}#latest-posts .tab{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:53.125rem}#latest-posts .tab h4{border-right:.0625rem solid hsla(0,0%,67%,.6);color:#3c425899;cursor:pointer;display:block;font-size:1.125rem;font-weight:600;line-height:1.6875rem;padding:.3125rem 1.875rem;text-align:center;text-decoration:none;transition:all .15s ease-in-out}#latest-posts .tab h4:first-child{padding-left:0}#latest-posts .tab h4:first-child:after{left:calc(50% - .9375rem)}#latest-posts .tab h4:last-child{border:none;padding-right:0}#latest-posts .tab h4:last-child:after{left:calc(50% + .9375rem)}#latest-posts .tab h4 span{display:block}#latest-posts .tab h4.active{color:var(--orange);position:relative}#latest-posts .tab h4:hover{color:var(--orange)}#latest-posts .tab h4:after{background-color:var(--orange);bottom:-.625rem;content:"";height:.1875rem;left:50%;position:absolute;transform:translateX(-50%);transition:all .15s ease-in-out;width:0}#latest-posts .tab h4.active:after{width:1.375rem}#latest-posts .latest-posts-item{align-items:center;display:flex;justify-content:flex-start;padding:3.125rem .625rem;position:relative;transition:opacity .15s ease-in-out}#latest-posts .latest-posts-item:not(:last-child):after{background-color:#e6e8e9;bottom:0;content:"";height:.125rem;left:50%;position:absolute;transform:translateX(-50%);width:85%}#latest-posts .latest-posts-item.last-item{padding-bottom:0}#latest-posts .latest-posts-item.last-item:after{display:none}#latest-posts .latest-posts-item:last-child{border:none;padding-bottom:0}#latest-posts .latest-posts-item .category-tag,#latest-posts .latest-posts-item .post-summary{display:none}#latest-posts .latest-posts-item .image{border-radius:1.5625rem;margin-right:.75rem;width:30%}#latest-posts .latest-posts-item .text,#latest-posts .latest-posts-item .text .post-text{position:relative}#latest-posts .latest-posts-item .text .post-text:hover .title{color:var(--orange)}#latest-posts .latest-posts-item .text .author .name,#latest-posts .latest-posts-item .text .author time,#latest-posts .latest-posts-item .text .post-summary,#latest-posts .latest-posts-item .text .title{transition:all .15s ease-in-out}#latest-posts .latest-posts-item .link{height:100%;left:0;position:absolute;top:0;width:100%}#latest-posts .latest-posts-item .title{margin:0 0 .5rem}#latest-posts .latest-posts-item .title a{color:var(--dark-grey);transition:all .15s ease-in-out}#latest-posts .latest-posts-item .title a:hover{color:var(--orange)}#latest-posts .latest-posts-item.hidden[data-categoria]{display:none}.see-more{background-color:transparent;border:none;color:var(--dark-grey);cursor:pointer;display:block;font-size:23px;font-weight:700;margin:50px auto 0;text-align:center;transition:all .15s ease-in-out}.see-more:hover{color:var(--orange);text-decoration:underline}#cards .card{align-items:flex-start;background-color:var(--dark-grey);border-radius:.3125rem;display:flex;flex-wrap:wrap;justify-content:flex-start;margin:1.25rem auto;max-width:554px;padding:1.75rem 1.375rem;position:relative}#cards .card:hover .btn{background-color:#ebebeb}#cards .card .card-image{order:2;width:3.5625rem}#cards .card .card-text{margin-right:.5rem;order:1;width:calc(100% - 4.0625rem)}#cards .card .card-text .title{margin-top:0}#cards .card .card-text .title,#cards .card .card-text p{color:var(--white)}#cards .card .card-text p{font-weight:500;line-height:1.6875rem;opacity:.7}#cards .card button{margin-top:1.125rem;order:3}#cards .card .link{height:100%;left:0;position:absolute;top:0;width:100%}#cards .all-suplements{background-color:var(--white);border-radius:var(--card-border-radius);box-shadow:var(--box-shadow);margin:2.5rem auto 0;max-width:34.625rem;padding:1.125rem 1.375rem;position:relative}#cards .all-suplements:hover .btn{background-color:#78a3c5}#cards .all-suplements h4{margin-top:0}#cards .all-suplements p{color:#3b4157;line-height:1.6875rem;max-width:73%}#cards .all-suplements img{bottom:.625rem;max-width:6.875rem;position:absolute;right:.625rem;width:37vw;width:28%}#cards .all-suplements button{margin-top:1rem}#cards .all-suplements .orange{color:#ec6c27}#cards .all-suplements a{height:100%;left:0;position:absolute;top:0;width:100%}.owl-stage{align-items:center;display:flex}.first-h2{margin-top:100px}.hover-effect{transition:box-shadow .2s ease,transform .2s ease}.hover-effect:hover{box-shadow:0 2px 12px 0 rgba(0,0,0,.2)!important;transform:translate(-1px,-1px)}#whatsapp .container{align-items:center;background-color:var(--green);border-radius:.25rem;display:flex;flex-direction:column;margin:0 auto;padding:1.25rem}#whatsapp a:hover .btn{background-color:#70c97f}#whatsapp p{line-height:1.6875rem;max-width:18.75rem;text-align:center}#whatsapp .btn,#whatsapp p{color:var(--white);font-size:1.125rem;font-weight:400}#whatsapp .btn{align-items:center;background-color:#ffffff47;border:none;border-radius:4px;display:flex;justify-content:center;margin-top:.875rem;max-width:19.375rem;padding:.8125rem .5rem;width:100%}#whatsapp .btn img{margin-right:.5rem}.mb-120{margin-bottom:7.5rem}main>div,main>section{padding-top:3.75rem}@media (max-width:992px){.btn-large-mobile{font-size:1.125rem;max-width:12.5rem;padding:.75rem}}@media (min-width:375px){#latest-posts .latest-posts-item .image{max-width:120px;width:100%}#latest-posts .tab h4{padding:.5rem 1.65rem}}@media (min-width:425px){#latest-posts .tab h4{padding:.5rem 1.7rem}}@media (min-width:576px){#latest-posts .tab h4 br{display:none}}@media (min-width:768px){main>div,main>section{padding-top:6.25rem}.see-more{font-size:1.75rem;margin:100px auto 50px}#latest-posts{background-color:transparent}#latest-posts .latest-posts-item{align-items:flex-start}#latest-posts .latest-posts-item.hidden{display:flex}#latest-posts .latest-posts-item:first-child{padding-top:0}#latest-posts .latest-posts-item .category-tag,#latest-posts .latest-posts-item .post-summary{display:block}#latest-posts .latest-posts-item .category-tag{color:var(--dark-grey);font-size:14px;margin-bottom:20px;opacity:.7}#latest-posts .latest-posts-item .post-summary{color:var(--dark-grey);font-size:18px;line-height:27px;margin-bottom:20px;opacity:.7}#latest-posts .latest-posts-item .image{box-shadow:0 3px 6px #00000029;height:162px;margin-right:32px;max-width:220px;-o-object-fit:cover;object-fit:cover;width:100%}#latest-posts .latest-posts-item .title{font-size:23px}#latest-posts .tab{margin-bottom:60px}div.author{-ms-grid-columns:2.875rem auto;grid-template-columns:2.875rem auto}div.author .name{font-size:16px}div.author time{font-size:12px}div.author img{max-width:36px}#whatsapp .container{flex-direction:row;justify-content:space-between}#whatsapp p{max-width:16.5625rem;text-align:left}#whatsapp .btn{font-size:.8125rem;margin:0;max-width:17rem}}@media (min-width:992px){h1,h2{font-size:var(--title-h2--font-size)}h1:after,h2:after{bottom:-20px;height:5px;width:48px}body.topbar-open{margin-top:calc(var(--menu-height) + 39px)}body.with-sidebar{-ms-grid-columns:68% 32%;-ms-grid-rows:auto 1fr;display:-ms-grid;display:grid;gap:0;grid-template-areas:"header aside" "main aside" "card card" "footer footer";grid-template-columns:68% 32%;grid-template-rows:auto 1fr}body.with-sidebar header{grid-area:header;-ms-grid-column:1;-ms-grid-row:1}body.with-sidebar main{grid-area:main;-ms-grid-column:1;-ms-grid-row:2}body.with-sidebar footer{-ms-grid-column-span:2;grid-area:footer;-ms-grid-column:1;-ms-grid-row:4}body.with-sidebar aside{-ms-grid-row-span:2;grid-area:aside;-ms-grid-column:2;-ms-grid-row:1}body.with-sidebar aside #most-read h2{margin-left:2.875rem;text-align:left}body.with-sidebar aside section{padding-bottom:0;padding-left:0}body.with-sidebar aside section:first-of-type h2{margin-top:calc(var(--section-title-margin-bottom) + 30px)}body.with-sidebar aside h2{font-size:23px;margin:0;text-transform:uppercase}body.with-sidebar aside h2:after{display:none}body.with-sidebar aside #categories,body.with-sidebar aside #products{display:block}body.with-sidebar aside #categories h2{text-transform:capitalize}body.with-sidebar h1,body.with-sidebar h2.main-title{width:100vw}.most-read-news .most-read-item{margin-left:2.875rem;padding:1rem 0}.most-read-news .most-read-item .item-number{display:none}.most-read-news .most-read-item .item-body{padding-left:0}.most-read-news .most-read-item .item-body .title{font-size:1.125rem;margin-bottom:0}#cards{-ms-grid-column-span:2;grid-area:card;-ms-grid-column:1;-ms-grid-row:3;padding-top:0}#cards .all-suplements{display:none}#cards .card{align-items:center;justify-content:flex-start;max-width:100%;padding:24px 48px}#cards .card .card-image{margin-right:32px;order:1}#cards .card .card-text{order:2;width:calc(100% - 324px)}#cards .card .card-text h4,#cards .card .card-text p{font-size:18px}#cards .card button{margin:0 0 0 3.25rem;order:3}#whatsapp p{max-width:100%}.btn-large-desktop{font-size:1.125rem;max-width:12.5rem;padding:.75rem}}@media (min-width:1100px){body{background-color:hsla(0,0%,96%,.5)}#whatsapp p{font-size:1.25rem}#whatsapp .btn{font-size:.9375rem}}@media (min-width:1168px){body.with-sidebar h1,body.with-sidebar h2.main-title{width:var(--max-content-width)}}body{background-color:#fafafa}header{background-color:#fff;overflow:hidden;padding-left:0;padding-right:0;position:relative}header .banner[data-product=homem-de-alta-performance]{background:url(../img/home/banners/protocolo-homem-de-alta-performance/dr.png),url(../img/home/banners/protocolo-homem-de-alta-performance/bg-mobile.png);background-position:center 1.25rem,50%;background-repeat:no-repeat;background-size:24rem,cover}header .banner[data-product=alzheimer]{background:url(../img/home/banners/protocolo-alzheimer/dr.png),url(../img/home/banners/protocolo-alzheimer/bg-mobile.png);background-position:center 1.25rem,50%;background-repeat:no-repeat;background-size:24rem,cover}header .banner[data-product=bomba-de-imunidade]{background:url(../img/home/banners/protocolo-bomba-de-imunidade/dr.png),url(../img/home/banners/protocolo-bomba-de-imunidade/bg-mobile.png);background-position:center 1.25rem,50%;background-repeat:no-repeat;background-size:24rem,cover}header .banner[data-product=sos-coluna]{background:url(../img/home/banners/protocolo-coluna-sem-dor/dr.png),url(../img/home/banners/protocolo-coluna-sem-dor/bg-mobile.png);background-position:center 1.25rem,50%;background-repeat:no-repeat;background-size:24rem,cover}header .banner[data-product=super-cerebro]{background:url(../img/home/banners/protocolo-supercerebro/dr.png),url(../img/home/banners/protocolo-supercerebro/bg-mobile.png);background-position:center 1.25rem,50%;background-repeat:no-repeat;background-size:24rem,cover}header .banner .banner-container{background:#fff;background:linear-gradient(180deg,transparent 30%,#f5f5f5 70%);padding-top:23rem}header .banner .banner-container .content{padding-bottom:2rem;text-align:center}header .banner .banner-container .image{display:none}header .banner .banner-container h2{font-size:1.9375rem;line-height:2.625rem;margin:.5rem auto .75rem;max-width:40.625rem;max-width:32.5rem;padding:0 1.25rem}header .banner .banner-container h2 br,header .banner .banner-container h2:after{display:none}header .banner .banner-container h5{color:var(--orange);font-size:1rem;font-weight:700;text-transform:uppercase}header .banner .banner-container h6{display:none}header .banner .banner-container .author{color:var(--dark-grey);font-size:1.125rem;font-weight:700}header .banner .banner-container .subscribers{align-items:center;display:flex;justify-content:center;margin:.375rem 0 1.25rem}header .banner .banner-container .subscribers span{font-size:.875rem;line-height:1.25rem;opacity:.62}header .banner .banner-container .subscribers img{margin-right:.3125rem;max-width:1rem}header .banner .banner-container .btn{font-size:1.125rem;max-width:10.9375rem;padding:.625rem}#about{background-color:#fff;overflow-y:hidden;padding-top:3.75rem}#about .col-left>h2 span{display:none}#about .col-left>p:first-of-type{color:rgba(59,65,87,.7);font-size:1rem;line-height:1.75rem;margin:0 auto 5.625rem;max-width:94%;text-align:center}#about .col-left .content-container .content{align-items:flex-start;color:#3b4157;display:flex}#about .col-left .content-container .content:not(:last-of-type){margin-bottom:3.1875rem}#about .col-left .content-container .content img{max-width:7.8125rem}#about .col-left .content-container .content .text{margin-left:1.75rem}#about .col-left .content-container .content .text h6{font-size:1.25rem;line-height:1.6875rem}#about .col-left .content-container .content .text p{font-size:1rem;line-height:1.75rem;margin-top:.75rem;opacity:.7}#about .col-right{display:none}#how-works{background-color:#e7f2fb}#how-works h2{margin-left:auto;margin-right:auto;max-width:19rem}#how-works .container>.text{color:#3b4157;font-size:1.125rem;line-height:1.75rem;text-align:center}#how-works .container>.text p:not(:last-child){margin-bottom:1.875rem}#how-works .container>.text p.age-warning{font-weight:600;margin:4.375rem 0 0;text-transform:uppercase}#how-works .container>.text p.simple-language{font-weight:400;opacity:.4}#how-works .steps{color:#3b4157;margin:0 auto 3.125rem;max-width:24.0625rem}#how-works .steps.desktop{display:none}#how-works .steps .col{position:relative}#how-works .steps .col:before{background-image:url(../img/infoproduto-interna/icons/line.png);background-position:50%;background-size:100%;content:"";height:68%;position:absolute;top:18.25rem;transform:translateY(-50%);width:.0625rem}#how-works .steps .col .step-text{margin-top:2.5rem;padding-left:2rem;position:relative}#how-works .steps .col .step-text .phase{color:#ff594e;font-size:1rem;font-weight:700;line-height:1.6875rem}#how-works .steps .col .step-text h6{font-size:1.3125rem;line-height:1.6875rem;margin:.4375rem 0 .6875rem}#how-works .steps .col .step-text p:last-child{font-size:1rem;line-height:1.75rem;opacity:.7}#how-works .steps .col .step-text:before{background-color:#ff594e;border-radius:50%;content:"";height:.875rem;left:0;position:absolute;top:.4375rem;transform:translateX(-50%);width:.875rem}#how-works .steps .col .step-text:last-child{border-bottom:.0625rem solid hsla(0,0%,44%,.4);padding-bottom:3.125rem}#how-works .harvard{color:rgba(59,65,87,.5)}#how-works .harvard.desktop{display:none}#how-works .harvard .row{align-items:center;display:flex;gap:0 1.5rem;justify-content:center}#how-works .harvard .row img{max-width:8.125rem}#how-works .harvard .row .bold{font-size:1rem;font-weight:700;line-height:1.4375rem;max-width:12rem}#how-works .harvard .recommended{font-size:.875rem;line-height:1.6875rem;margin:.625rem 0;text-align:center}#how-works .harvard .info{font-size:.625rem;line-height:1rem;margin:auto;max-width:23.4375rem;text-align:center}#faq{padding:3.75rem 0}#faq h2{padding:0 20px}#faq .questions-container{border-radius:.3125rem;box-shadow:0 .1875rem 1.125rem rgba(0,0,0,.29);margin:auto;max-width:43.75rem}#faq .questions-container .subject{background-color:#3b4157;border-radius:.3125rem .3125rem 0 0;color:#fff;padding:2rem 0}#faq .questions-container .subject .title{align-items:center;display:flex;font-size:1.25rem;font-weight:700;justify-content:center}#faq .questions-container .subject .title img{filter:invert(100%) sepia(9%) saturate(0) hue-rotate(351deg) brightness(138%) contrast(102%);margin-right:1rem;max-width:1.5rem}#faq .questions-container .subject .description{display:none;font-size:1.125rem;line-height:1.6875rem;margin-top:1.125rem;opacity:.7;text-align:center}#faq .questions-container .question{background-color:#efedec;border-bottom:.125rem solid hsla(0,0%,71%,.63);color:#3b4157;padding:1.875rem 0;transition:all .15s ease-in-out}#faq .questions-container .question .title{align-items:center;cursor:pointer;display:flex;justify-content:space-between;margin:0 var(--body-padding)}#faq .questions-container .question .title p{font-size:1.125rem;font-weight:400;line-height:1.6875rem;max-width:82%;transition:all .15s ease-in-out}#faq .questions-container .question .title .icon{align-items:center;background-color:#fff;border-radius:6.25rem;display:flex;height:1.875rem;justify-content:center;margin-left:1.25rem;padding:.4375rem;transition:all .15s ease-in-out;width:1.875rem}#faq .questions-container .question .title .icon img{transition:all .15s ease-in-out;width:1rem}#faq .questions-container .question .description{background-color:#fff;color:rgba(59,65,87,.8);display:none;font-size:1rem;line-height:2rem;margin-top:2.25rem;padding:2.1875rem var(--body-padding)}#faq .questions-container .question .description p:not(:first-of-type){margin-top:1.5625rem}#faq .questions-container .question .description img{margin:20px 0 30px;max-width:100%}#faq .questions-container .question .description a:not(.btn){color:#ff594e;font-weight:700}#faq .questions-container .question .description .btn{font-size:13px;max-width:11rem}#faq .questions-container .question .description ul{list-style-position:inside;list-style-type:disc;margin-top:25px}#faq .questions-container .question .description ul li{margin-top:20px}#faq .questions-container .question .description .bold{font-weight:700}#faq .questions-container .question .description .d-block{display:block}#faq .questions-container .question .description .btn-container{align-items:center;display:flex;gap:25px;margin:25px 0 0}#faq .questions-container .question.active{border-color:transparent;padding-bottom:0}#faq .questions-container .question.active .title p{color:#ff594e;font-weight:700}#faq .questions-container .question.active .title .icon{background-color:#ff594e}#faq .questions-container .question.active .title .icon img{filter:brightness(1000%);transform:rotate(180deg)}#faq .questions-container .question:last-child{border:none;border-radius:0 0 .3125rem .3125rem}#faq .questions-container .question:last-child .description{border-radius:0 0 .3125rem .3125rem}#numbers{background:#3b4157;margin-bottom:1.875rem;margin-top:1.875rem;padding:3.25rem 3.75rem 1.5rem;position:relative}#numbers h4{color:#ff7369;font-size:4.875rem;text-align:center}#numbers p{color:#fff;font-size:1rem;line-height:2rem;margin-left:auto;margin-right:auto;margin-top:2.5625rem;max-width:28.125rem;text-align:center}#numbers p span{background-color:#ff7369;font-size:1.4375rem;font-weight:700;padding:0 .3125rem}#numbers h4,#numbers p{position:relative;z-index:1}#numbers img{left:50%;position:absolute;top:1.375rem;transform:translate(-11.25rem);z-index:0}#numbers br{display:none}#testimonials{overflow-x:hidden;padding-bottom:0}#testimonials h2{margin-left:auto;margin-right:auto;max-width:19rem}#testimonials .testimonial-container{cursor:-webkit-grab;cursor:grab}#testimonials .testimonial-container .owl-nav.disabled{display:none}#testimonials .testimonial-container .testimonial{text-align:center}#testimonials .testimonial-container .testimonial .text{background-color:#fff;margin-bottom:2.625rem;max-width:37.5rem;padding:1.375rem;position:relative}#testimonials .testimonial-container .testimonial .text:after{bottom:0;content:url(../img/infoproduto-interna/icons/testimonial-triagle.png);left:50%;position:absolute;transform:translate(-50%,100%);width:1.875rem}#testimonials .testimonial-container .testimonial .text p{font-size:1.125rem;font-style:italic;line-height:1.6875rem;opacity:.8}#testimonials .testimonial-container .testimonial .text p:not(:first-child){margin-top:2.5rem}#testimonials .testimonial-container .testimonial .user .name{font-size:1.125rem;font-weight:700}#testimonials .testimonial-container .testimonial .user .city{font-size:1.125rem;margin:.5rem 0}#testimonials .testimonial-container .testimonial .rating{align-items:center;display:flex;justify-content:center;margin-bottom:1.6875rem}#testimonials .testimonial-container .testimonial .rating img{margin-right:.75rem;width:6rem}#testimonials .testimonial-container .testimonial .rating span{opacity:.7}#sticky-bar{background-color:#2a2b41;bottom:-7.5rem;box-shadow:0 .1875rem 1.125rem rgba(0,0,0,.51);gap:0 1.25rem;padding:1.25rem 1.5rem;position:fixed;transition:all .4s ease-in-out;width:100%;z-index:100}#sticky-bar .container{align-items:center;display:flex;justify-content:space-around}#sticky-bar.show{bottom:0}#sticky-bar .price{color:#fff;font-size:1rem;font-weight:700}#sticky-bar .full-price{color:hsla(0,0%,98%,.5);font-size:.875rem;margin-top:.375rem;text-align:right}.owl-item.center{display:flex;justify-content:center}@media (min-width:375px){#how-works .steps .col:before{height:66%;top:16.25rem}}@media (min-width:425px){#how-works h2,#testimonials h2{max-width:15.625rem}}@media (min-width:576px){#testimonials .testimonial-container .testimonial .text p{font-size:1rem}}@media (min-width:768px){header{padding-left:0;padding-right:0}header .banner .banner-container h2{font-size:2.4375rem;line-height:3.25rem}header .banner .banner-container h5{font-size:1.125rem}header .banner .banner-container .subscribers span{font-size:1rem}}@media (min-width:992px){#how-works{background-color:#e7f2fb;padding:100px var(--body-padding)}#how-works .container>.text{font-size:1.375rem;line-height:1.875rem}#how-works h2,#testimonials h2{max-width:100%}#faq .questions-container{background-color:#efedec;border-radius:.625rem;margin:0 2.5rem;max-width:100%}#faq .questions-container .subject{padding:2.875rem 0}#faq .questions-container .subject .title{font-size:1.4375rem;line-height:2rem}#faq .questions-container .subject .title img{margin-right:.9375rem;max-width:1.875rem}#faq .questions-container .subject .description{display:block}#faq .questions-container .question{margin:auto;max-width:95%;padding:1.875rem 0}#faq .questions-container .question:first-child{border-radius:.625rem .625rem 0 0}#faq .questions-container .question:last-child{border-bottom:none;border-radius:0;padding-bottom:1.875rem}#faq .questions-container .question:last-child .description{border-radius:0}#faq .questions-container .question .title{margin:0 .3125rem}#faq .questions-container .question .title p{font-size:1.25rem;font-weight:400;max-width:100%}#faq .questions-container .question.active{background-color:#efedec}#faq .questions-container .question.active .title p{font-weight:700}#faq .questions-container .question.active .description{background-color:#fff;font-size:1.125rem;margin-top:1.875rem;padding:1.75rem 1.25rem}}@media (min-width:1100px){header{background:url(../img/backgrounds/desktop/1.png);background-repeat:no-repeat;background-size:cover;margin-top:0}header .banner-carousel .banner{background-size:cover;overflow-y:hidden;padding:1.25rem 3.75rem 1.25rem 5.625rem}header .banner-carousel .banner[data-product=homem-de-alta-performance]{background:url(../img/home/banners/protocolo-homem-de-alta-performance/bg-desktop.png)}header .banner-carousel .banner[data-product=alzheimer]{background:url(../img/home/banners/protocolo-alzheimer/bg-desktop.png)}header .banner-carousel .banner[data-product=bomba-de-imunidade]{background:url(../img/home/banners/protocolo-bomba-de-imunidade/bg-desktop.png)}header .banner-carousel .banner[data-product=sos-coluna]{background:url(../img/home/banners/protocolo-coluna-sem-dor/bg-desktop.png)}header .banner-carousel .banner[data-product=super-cerebro]{background:url(../img/home/banners/protocolo-supercerebro/bg-desktop.png)}header .banner-carousel .banner .banner-container{align-items:stretch;background:none;display:flex;height:450px;justify-content:space-between;padding:0}header .banner-carousel .banner .banner-container .content{display:flex;flex-direction:column;justify-content:center;padding-bottom:0;text-align:left}header .banner-carousel .banner .banner-container .subscribers{justify-content:flex-start;opacity:.6}header .banner-carousel .banner .banner-container .image{display:block;height:auto;overflow:visible;position:relative;width:10px}header .banner-carousel .banner .banner-container .image img{position:absolute;right:0;width:26rem}header .banner-carousel .banner .banner-container .author{font-size:14px;font-weight:400;order:3}header .banner-carousel .banner .banner-container .subscribers{order:4}header .banner-carousel .banner .banner-container h5{order:1}header .banner-carousel .banner .banner-container h2{margin-bottom:24px;margin-left:0;order:2;padding:0;text-align:left;white-space:nowrap}header .banner-carousel .banner .banner-container h2 br{display:block}header .banner-carousel .banner .banner-container h6{display:block;font-size:1.125rem;font-weight:400;line-height:1.6875rem;margin-bottom:1.375rem;max-width:34.375rem;order:5}header .banner-carousel .banner .banner-container .buttons{order:6}header .banner-carousel .owl-next,header .banner-carousel .owl-prev{position:absolute;top:50%;transform:translateY(-50%)}header .banner-carousel .owl-next img,header .banner-carousel .owl-prev img{width:1.25rem}header .banner-carousel .owl-prev{left:1.25rem}header .banner-carousel .owl-next{right:1.25rem}}@media (min-width:1200px){header .banner-carousel .banner{background:none!important;padding:1.25rem 0}header .banner-carousel .banner .banner-container h2{font-size:3.5rem;line-height:4.1875rem;margin:1.25rem auto 1.5625rem}header .banner-carousel .banner .banner-container h5{font-size:1.3125rem}header .banner-carousel .banner .banner-container .image img{margin-top:-.625rem;max-width:33rem}#about .container{align-items:flex-start;display:flex;justify-content:space-between}#about .container .col-left{max-width:45rem}#about .container .col-left h2{margin-bottom:3.125rem;text-align:left}#about .container .col-left h2:after{display:none}#about .container .col-left h2,#about .container .col-left p{margin-left:0;margin-right:0;text-align:left}#about .container .col-left>p:first-of-type{font-size:1.125rem;margin-bottom:6.25rem}#about .container .col-left .content-container .content img{max-width:11.25rem;width:100%}#about .container .col-left .content-container .content .text h6{font-size:1.4375rem;line-height:2rem}#about .container .col-left .content-container .content .text p{font-size:1.125rem;line-height:1.6875rem;margin-top:.9375rem}#about .container .col-right{box-shadow:0 .1875rem 1.125rem rgba(0,0,0,.29);color:#3b4157;display:block;max-width:23.5rem;text-align:center}#about .container .col-right .info{padding:2rem 1.375rem}#about .container .col-right .info h5{font-size:1.4375rem;margin:auto;max-width:14.375rem}#about .container .col-right .info .author{color:rgba(59,65,87,.83);margin:.625rem 0 1.25rem}#about .container .col-right .info .description{color:rgba(59,65,87,.8);font-size:1rem;line-height:1.6875rem}#about .container .col-right .values{background-color:#2a2b41;color:#fff;padding:1.25rem}#about .container .col-right .values .plan{font-size:1.125rem;font-weight:700;line-height:1}#about .container .col-right .values .price{font-size:1.125rem;font-weight:400;line-height:1;margin:.75rem 0}#about .container .col-right .values .price b{font-size:2.625rem;font-weight:700;line-height:3.125rem}#about .container .col-right .values .price span{font-size:1rem;font-weight:400;opacity:.65}#about .container .col-right .values .full-price{font-size:.875rem;opacity:.65}#about .container .col-right .values .btn{font-size:1.125rem;margin-top:1.25rem;max-width:12.5rem;padding:.75rem;text-transform:uppercase}#how-works .steps{margin-bottom:6.25rem}#how-works .steps.mobile{display:none}#how-works .steps.desktop{align-items:flex-start;display:flex;justify-content:center;max-width:100%}#how-works .steps.desktop .col-1{display:flex;flex-direction:column;height:45.625rem;justify-content:space-between;margin-right:0;margin-top:-2.5rem;max-width:14.75rem}#how-works .steps.desktop .col-1 img{display:none;max-width:14.75rem}#how-works .steps.desktop .col-2{display:flex;flex-direction:column;height:36.875rem;justify-content:space-between;margin-right:1.25rem;margin-top:1rem;position:relative;width:7.25rem}#how-works .steps.desktop .col-2:after{background-image:url(../img/infoproduto-interna/icons/line.png);background-position:0;background-size:100%;content:"";height:96%;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}#how-works .steps.desktop .col-2 h5{color:#ff594e;font-size:1.35rem;padding-right:2.25rem;position:relative}#how-works .steps.desktop .col-2 h5:after{background-color:#ff594e;border-radius:50%;content:"";height:.875rem;position:absolute;right:0;top:50%;transform:translate(50%,-50%);width:.875rem;z-index:1}#how-works .steps.desktop .col-2 h5:nth-of-type(2){margin-top:0}#how-works .steps.desktop .col-2 h5:nth-of-type(3){margin-bottom:-.3125rem}#how-works .steps.desktop .col-3{max-width:33.125rem}#how-works .steps.desktop .col-3 .step-text{margin-bottom:7.8125rem}#how-works .steps.desktop .col-3 .step-text:last-of-type{margin-bottom:0}#how-works .steps.desktop .col-3 .step-text h6{font-size:1.9375rem;line-height:2.3125rem;max-width:26.25rem}#how-works .steps.desktop .col-3 .step-text p{font-size:1.125rem;line-height:1.6875rem;margin-top:.9375rem}#how-works .harvard.mobile{display:none}#how-works .harvard.desktop{display:block}#how-works .harvard.desktop .row img{max-width:11.25rem}#how-works .harvard.desktop .row .bold{color:#3b4157;font-size:1.4375rem;font-weight:700;line-height:2rem;max-width:100%}#how-works .harvard.desktop .recommended{font-size:1.4375rem;line-height:2rem;margin:.1875rem 0;text-align:left}#how-works .harvard.desktop .info{font-size:1rem;line-height:1.75rem;margin:1.625rem auto 0;max-width:45.625rem;text-align:center}#faq .questions-container{margin:0 auto}#numbers{align-items:center;display:flex;justify-content:center;padding:3.125rem 0}#numbers p{color:#fff;font-size:1.4375rem;line-height:2rem;margin:0 0 0 3.125rem;max-width:36.25rem;text-align:left}#numbers h4{font-size:7.5rem}#numbers img{left:50%;top:1.0625rem;transform:translate(-34.375rem);width:9.375rem}#testimonials .testimonial-container .testimonial .text{margin-bottom:2rem;max-width:73rem}#testimonials .testimonial-container .testimonial .user{align-items:center;display:flex;gap:.625rem;justify-content:center}#testimonials .testimonial-container .testimonial .rating{margin:0}#sticky-bar{padding-left:1.875rem;padding-right:1.875rem}#sticky-bar .container{justify-content:flex-end}#sticky-bar .price{color:#fff;font-size:1.125rem;font-weight:700}#sticky-bar .full-price{color:#f9f9f980;font-size:1rem;margin-top:.375rem;text-align:right}#sticky-bar .btn{font-size:1.125rem;margin-left:3.375rem;max-width:12.5rem;padding:.75rem;text-transform:uppercase}}@media (min-width:1300px){header .banner-carousel .owl-prev{left:-1.75rem;transform:translate(-100%,-50%)}header .banner-carousel .owl-next{right:-1.75rem;transform:translate(100%,-50%)}}@media (min-width:1600px){header .banner-carousel .owl-prev{left:-1.75rem;transform:translate(-100%,-50%)}header .banner-carousel .owl-next{right:-1.75rem;transform:translate(100%,-50%)}}.btn.btn-disabled{background-color:transparent;border-color:#e6e6e6;color:#959595;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.btn-disabled:hover{background-color:#dcdcdc;border-color:#dcdcdc}#sticky-bar .container .onlydesktop{display:none;flex:1;padding-right:20px}@media (min-width:1200px){#sticky-bar .container .onlydesktop{display:block;flex:1}}@media (min-width:992px){#sticky-bar .container .onlydesktop{display:block;flex:1}}@media (min-width:768px){#sticky-bar .container .onlydesktop{display:block;flex:1}}
