﻿@import"https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap";@media only screen and (min-width: 801px){.mobile-only{display:none !important}}@media only screen and (max-width: 800px){.desktop-only{display:none !important}}.p-account{display:flex;min-height:calc(100vh - 37.1rem)}@media only screen and (max-width: 1000px){.p-account{flex-direction:column;height:100%}}.p-account__menu{max-width:22.8rem;background-color:#bf2025;display:flex;flex-direction:column;justify-content:space-between;position:relative}@media only screen and (max-width: 1000px){.p-account__menu{max-width:100%;-webkit-box-shadow:13px 7px 22px -2px rgba(0,0,0,.11);-moz-box-shadow:13px 7px 22px -2px rgba(0,0,0,.11);box-shadow:13px 7px 22px -2px rgba(0,0,0,.11)}}.p-account__buttons{display:flex;flex-direction:column;justify-content:space-between;height:100%}@media only screen and (max-width: 1000px){.p-account__buttons{flex-direction:row;width:100%}}@media only screen and (max-width: 1000px){.p-account__buttons>div{display:flex;flex:1}}.p-account__buttons button{padding:2.2rem;color:#fff;text-transform:uppercase;border:none;background-color:rgba(0,0,0,0);cursor:pointer;transition:.2s ease-in-out;width:100%;font-family:"Merriweather Sans",sans-serif;font-weight:700;font-size:clamp(1rem,1.2vw,1.3rem);text-wrap:nowrap}.p-account__buttons button[disabled]{display:none}.p-account__buttons button:hover{background-color:#a51d21}.p-account__buttons button[data-active]{background-color:#fff;color:#bf2025;border-right:.2rem solid #a51d21}@media only screen and (max-width: 1000px){.p-account__buttons button[data-active]{border-right:none}}@media only screen and (max-width: 1000px){.p-account__buttons button{width:unset;padding-inline:1rem;flex:1}}.p-account__buttons>button{position:relative;display:flex;align-items:center;justify-content:center;gap:1rem}.p-account__buttons>button::before{content:url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 2.25C9.19116 2.25021 9.37502 2.32341 9.51403 2.45464C9.65303 2.58586 9.73668 2.76521 9.74788 2.95605C9.75908 3.14688 9.69699 3.33478 9.5743 3.48137C9.45161 3.62796 9.27757 3.72217 9.08775 3.74475L9 3.75H5.25C5.0663 3.75002 4.889 3.81747 4.75172 3.93954C4.61444 4.06161 4.52674 4.22981 4.50525 4.41225L4.5 4.5V13.5C4.50002 13.6837 4.56747 13.861 4.68954 13.9983C4.81161 14.1356 4.97981 14.2233 5.16225 14.2448L5.25 14.25H8.625C8.81616 14.2502 9.00002 14.3234 9.13903 14.4546C9.27803 14.5859 9.36168 14.7652 9.37288 14.956C9.38408 15.1469 9.32199 15.3348 9.1993 15.4814C9.07661 15.628 8.90257 15.7222 8.71275 15.7448L8.625 15.75H5.25C4.67609 15.75 4.12386 15.5308 3.7063 15.137C3.28874 14.7433 3.03742 14.2049 3.00375 13.632L3 13.5V4.5C2.99997 3.92609 3.21924 3.37386 3.61296 2.9563C4.00668 2.53874 4.54508 2.28742 5.118 2.25375L5.25 2.25H9ZM13.2803 6.348L15.4012 8.46975C15.5419 8.6104 15.6208 8.80113 15.6208 9C15.6208 9.19887 15.5419 9.3896 15.4012 9.53025L13.2803 11.652C13.1395 11.7926 12.9487 11.8716 12.7497 11.8715C12.5508 11.8715 12.36 11.7924 12.2194 11.6516C12.0787 11.5109 11.9998 11.3201 11.9998 11.1211C11.9999 10.9222 12.079 10.7314 12.2197 10.5907L13.0605 9.75H9C8.80109 9.75 8.61032 9.67098 8.46967 9.53033C8.32902 9.38968 8.25 9.19891 8.25 9C8.25 8.80109 8.32902 8.61032 8.46967 8.46967C8.61032 8.32902 8.80109 8.25 9 8.25H13.0605L12.2197 7.40925C12.079 7.26862 11.9999 7.07784 11.9998 6.87889C11.9998 6.67994 12.0787 6.48911 12.2194 6.34838C12.36 6.20764 12.5508 6.12854 12.7497 6.12847C12.9487 6.1284 13.1395 6.20737 13.2803 6.348Z" fill="white"/></svg>')}.p-account__contents{padding:6.4rem 6rem;min-width:70%}@media only screen and (max-width: 1000px){.p-account__contents{padding:2.4rem 2rem}}.p-account__contents .section{position:absolute;top:0;left:0;opacity:0;visibility:hidden;max-width:100%;transform:translateY(-50%);transition:.2s ease-in-out}.p-account__contents .section[data-active]{position:relative;opacity:1;visibility:visible;transform:translateY(0)}.p-account__contents .section>header>h3{color:#000;font-size:1.8rem;font-weight:800;font-family:"Merriweather Sans",sans-serif;padding-top:.9rem;border-top:.2rem solid #bf2025;text-transform:uppercase;max-width:max-content}.p-account__cursos .listing{display:flex;gap:6rem;flex-wrap:wrap;padding:3.2rem 0}@media only screen and (max-width: 1000px){.p-account__cursos .listing{justify-content:center}.p-account__cursos .listing .v-video{flex:0 0 100%}}.p-account__cursos .listing:has(p) p{font-size:1.6rem;color:#000;font-weight:400}.p-account__cursos .listing:has(p) p>a{text-decoration:underline;color:#bf2025}.p-account__dados>div:has(label){display:flex;flex-wrap:wrap;margin-top:3.2rem;gap:2.4rem;font-family:"Merriweather Sans",sans-serif}@media only screen and (max-width: 1000px){.p-account__dados>div:has(label){flex-direction:column}}.p-account__dados>div:has(label)>div{display:flex;gap:3rem;width:85%}@media only screen and (max-width: 1000px){.p-account__dados>div:has(label)>div{flex-direction:column;width:100%}}@media only screen and (max-width: 1000px){.p-account__dados>div:has(label)>div.no-break{flex-direction:row;flex-wrap:wrap}}.p-account__dados>div:has(label) label{display:flex;flex-direction:column;justify-content:center;gap:.6rem;font-size:1.6rem;font-weight:400;color:#bf2025;width:50%}@media only screen and (max-width: 1000px){.p-account__dados>div:has(label) label{width:100%}}.p-account__dados>div:has(label) label>input,.p-account__dados>div:has(label) label select{padding:1.6rem;max-width:100%;-webkit-box-shadow:13px 7px 22px -2px rgba(0,0,0,.11);-moz-box-shadow:13px 7px 22px -2px rgba(0,0,0,.11);box-shadow:13px 7px 22px -2px rgba(0,0,0,.11);outline-color:#bf2025;outline-width:1px;border:.1rem solid #eaeaea}.p-account__dados>div:has(label) label>input::placeholder,.p-account__dados>div:has(label) label select::placeholder{color:#6d6d6d}.p-account__dados>div:has(label) label.small{width:18%}@media only screen and (max-width: 1000px){.p-account__dados>div:has(label) label.small{width:100%}}.p-account__dados>div:has(label) label.large{width:64%}@media only screen and (max-width: 1000px){.p-account__dados>div:has(label) label.large{width:100%}}.p-account__dados>div:not(:has(label)){display:flex;justify-content:flex-end;margin-top:3.2rem;width:80%}@media only screen and (max-width: 1000px){.p-account__dados>div:not(:has(label)){width:100%;justify-content:center}}.p-account__dados>div:not(:has(label))>button{padding:1rem 14rem;color:#fff;text-transform:uppercase;border:none;background-color:#bf2025;cursor:pointer;transition:.2s ease-in-out;font-family:"Merriweather Sans",sans-serif;font-weight:700}.p-account__dados>div:not(:has(label))>button:hover{background-color:#a51d21}.p-account__endereco>div:has(label){display:flex;flex-wrap:wrap;margin-top:3.2rem;gap:2.4rem;font-family:"Merriweather Sans",sans-serif}@media only screen and (max-width: 1000px){.p-account__endereco>div:has(label){flex-direction:column}}.p-account__endereco>div:has(label)>div{display:flex;gap:3rem;width:85%}@media only screen and (max-width: 1000px){.p-account__endereco>div:has(label)>div{flex-direction:column;width:100%}}@media only screen and (max-width: 1000px){.p-account__endereco>div:has(label)>div.no-break{flex-direction:row;flex-wrap:wrap}}.p-account__endereco>div:has(label) label{display:flex;flex-direction:column;justify-content:center;gap:.6rem;font-size:1.6rem;font-weight:400;color:#bf2025;width:50%}@media only screen and (max-width: 1000px){.p-account__endereco>div:has(label) label{width:100%}}.p-account__endereco>div:has(label) label>input,.p-account__endereco>div:has(label) label select{padding:1.6rem;max-width:100%;-webkit-box-shadow:13px 7px 22px -2px rgba(0,0,0,.11);-moz-box-shadow:13px 7px 22px -2px rgba(0,0,0,.11);box-shadow:13px 7px 22px -2px rgba(0,0,0,.11);outline-color:#bf2025;outline-width:1px;border:.1rem solid #eaeaea}.p-account__endereco>div:has(label) label>input::placeholder,.p-account__endereco>div:has(label) label select::placeholder{color:#6d6d6d}.p-account__endereco>div:has(label) label.small{width:18%}@media only screen and (max-width: 1000px){.p-account__endereco>div:has(label) label.small{width:100%}}.p-account__endereco>div:has(label) label.large{width:64%}@media only screen and (max-width: 1000px){.p-account__endereco>div:has(label) label.large{width:100%}}.p-account__endereco>div:not(:has(label)){display:flex;justify-content:flex-end;margin-top:3.2rem;width:80%}@media only screen and (max-width: 1000px){.p-account__endereco>div:not(:has(label)){width:100%;justify-content:center}}.p-account__endereco>div:not(:has(label))>button{padding:1rem 14rem;color:#fff;text-transform:uppercase;border:none;background-color:#bf2025;cursor:pointer;transition:.2s ease-in-out;font-family:"Merriweather Sans",sans-serif;font-weight:700}.p-account__endereco>div:not(:has(label))>button:hover{background-color:#a51d21}.p-account__plano{max-width:45rem}.p-account__plano .plan__empty>h3{font-size:1.6rem;color:#000;font-weight:700;text-transform:uppercase}.p-account__plano .plan__interact{align-items:center;gap:5rem;flex-direction:row !important}@media only screen and (max-width: 750px){.p-account__plano .plan__interact{align-items:unset;flex-direction:column !important}}.p-account__plano .plan__interact p{font-size:1.6rem;color:#000;font-weight:400}.p-account__plano .plan__interact>button,.p-account__plano .plan__interact>a{padding:1rem 0;width:14.4rem;background-color:#bf2025;border:none;color:#fff;text-transform:uppercase;font-size:1.2rem;cursor:pointer;font-weight:700;position:relative;display:flex;align-items:center;justify-content:center;padding-left:3rem}.p-account__plano .plan__interact>button::before,.p-account__plano .plan__interact>a::before{content:url('data:image/svg+xml,<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.0313 13.9688C10.0313 14.1727 9.97077 14.3721 9.85746 14.5417C9.74414 14.7113 9.58308 14.8434 9.39465 14.9215C9.20621 14.9996 8.99886 15.02 8.79882 14.9802C8.59877 14.9404 8.41502 14.8422 8.2708 14.698C8.12658 14.5537 8.02836 14.37 7.98857 14.1699C7.94878 13.9699 7.9692 13.7625 8.04725 13.5741C8.12531 13.3857 8.25749 13.2246 8.42707 13.1113C8.59666 12.998 8.79604 12.9375 9 12.9375C9.27351 12.9375 9.53581 13.0462 9.72921 13.2395C9.9226 13.4329 10.0313 13.6952 10.0313 13.9688ZM9 4.6875C7.10422 4.6875 5.5625 6.07539 5.5625 7.78125V8.125C5.5625 8.30734 5.63494 8.48221 5.76387 8.61114C5.8928 8.74007 6.06767 8.8125 6.25 8.8125C6.43234 8.8125 6.60721 8.74007 6.73614 8.61114C6.86507 8.48221 6.9375 8.30734 6.9375 8.125V7.78125C6.9375 6.83594 7.86305 6.0625 9 6.0625C10.137 6.0625 11.0625 6.83594 11.0625 7.78125C11.0625 8.72656 10.137 9.5 9 9.5C8.81767 9.5 8.6428 9.57243 8.51387 9.70136C8.38494 9.8303 8.3125 10.0052 8.3125 10.1875V10.875C8.3125 11.0573 8.38494 11.2322 8.51387 11.3611C8.6428 11.4901 8.81767 11.5625 9 11.5625C9.18234 11.5625 9.35721 11.4901 9.48614 11.3611C9.61507 11.2322 9.6875 11.0573 9.6875 10.875V10.8131C11.255 10.5252 12.4375 9.27484 12.4375 7.78125C12.4375 6.07539 10.8958 4.6875 9 4.6875ZM17.9375 9.5C17.9375 11.2677 17.4133 12.9956 16.4313 14.4654C15.4492 15.9352 14.0534 17.0807 12.4202 17.7572C10.7871 18.4336 8.99009 18.6106 7.25638 18.2658C5.52268 17.9209 3.93017 17.0697 2.68024 15.8198C1.43031 14.5698 0.579091 12.9773 0.234236 11.2436C-0.11062 9.50992 0.0663725 7.71288 0.742831 6.07977C1.41929 4.44665 2.56483 3.05081 4.0346 2.06874C5.50436 1.08668 7.23233 0.5625 9 0.5625C11.3696 0.565002 13.6414 1.50743 15.317 3.183C16.9926 4.85856 17.935 7.1304 17.9375 9.5ZM16.5625 9.5C16.5625 8.00428 16.119 6.54215 15.288 5.2985C14.457 4.05485 13.2759 3.08555 11.894 2.51316C10.5122 1.94077 8.99162 1.79101 7.52463 2.08281C6.05765 2.37461 4.71014 3.09487 3.65251 4.15251C2.59487 5.21014 1.87462 6.55765 1.58282 8.02463C1.29101 9.49161 1.44078 11.0122 2.01317 12.394C2.58555 13.7759 3.55486 14.957 4.7985 15.788C6.04215 16.619 7.50428 17.0625 9 17.0625C11.005 17.0602 12.9272 16.2627 14.345 14.845C15.7627 13.4272 16.5602 11.505 16.5625 9.5Z" fill="white"/></svg>');position:absolute;left:1.5rem}.p-account__plano>article{display:flex;gap:2rem;padding:1.8rem;margin-top:3.2rem;border:.1rem solid #6d6d6d;font-family:"Merriweather Sans",sans-serif;align-items:center;justify-content:space-between}.p-account__plano>article.canceled,.p-account__plano>article.inactive{background:#f1f1f1;opacity:.5}@media only screen and (max-width: 750px){.p-account__plano>article{flex-direction:column}}.p-account__plano>article>div>p:first-of-type{font-size:1.2rem;color:#bf2025;text-transform:uppercase;margin-bottom:.3rem}.p-account__plano>article>div>p:last-of-type{font-size:1.6rem;color:#000;font-weight:400;text-wrap:nowrap}.p-account__plano>article>div:first-of-type{border-right:.1rem solid #6d6d6d;display:flex;flex-direction:column;justify-content:center;padding-right:2.4rem;min-width:35%}@media only screen and (max-width: 750px){.p-account__plano>article>div:first-of-type{padding-right:0;border-right:none}}.p-account__plano>article>div:first-of-type>p:first-of-type{font-size:1.2rem;color:#bf2025;text-transform:uppercase;margin-bottom:.3rem}.p-account__plano>article>div:first-of-type>p:last-of-type{font-size:1.6rem;color:#000;font-weight:400;text-wrap:nowrap}.p-account__plano>article>div:first-of-type>h4{font-size:1.6rem;color:#000;font-weight:700;text-transform:uppercase;margin-bottom:1.4rem}.p-account__plano>article>div:first-of-type>h4>span{display:block;font-size:1.2rem;text-transform:lowercase;color:#a1a1a1}.p-account__plano>article>div:last-of-type{display:flex;flex-direction:column;justify-content:center;min-width:25%}.p-account__plano>article>div:last-of-type>h5{font-size:1.6rem;font-weight:700}.p-account__plano>article>div:last-of-type>div{display:flex;justify-content:space-between;align-items:center;gap:3rem}@media only screen and (max-width: 750px){.p-account__plano>article>div:last-of-type>div{flex-direction:column;align-items:flex-start}}.p-account__plano>article>div:last-of-type>div>ul{list-style-type:none}@media only screen and (max-width: 750px){.p-account__plano>article>div:last-of-type>div>ul{flex-direction:column;display:flex}}.p-account__plano>article>div:last-of-type>div>ul>li{font-size:clamp(1.3rem,1.4vw,1.6rem);font-weight:400;color:#000;display:flex;align-items:flex-start}.p-account__plano>article>div:last-of-type>div>ul>li::before{content:"•";font-size:3rem;line-height:.6;color:#bf2025;margin-right:1rem}.p-account__plano>article>div>h5{font-size:1.6rem;font-weight:700}.p-account__plano>article>div>div{display:flex;justify-content:space-between;align-items:center;gap:3rem}@media only screen and (max-width: 750px){.p-account__plano>article>div>div{flex-direction:column;align-items:flex-start}}.p-account__plano>article>div>div>ul{list-style-type:none}@media only screen and (max-width: 750px){.p-account__plano>article>div>div>ul{flex-direction:column;display:flex}}.p-account__plano>article>div>div>ul>li{font-size:clamp(1.3rem,1.4vw,1.6rem);font-weight:400;color:#000;display:flex;align-items:flex-start}.p-account__plano>article>div>div>ul>li::before{content:"•";font-size:3rem;line-height:.6;color:#bf2025;margin-right:1rem}.p-account__plano>article a{background-color:#bf2025;border:none;color:#fff;text-transform:uppercase;font-size:1.2rem;cursor:pointer;font-weight:700;position:relative;display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem 2rem}.p-account__plano>article a::before{content:url('data:image/svg+xml,<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.0313 13.9688C10.0313 14.1727 9.97077 14.3721 9.85746 14.5417C9.74414 14.7113 9.58308 14.8434 9.39465 14.9215C9.20621 14.9996 8.99886 15.02 8.79882 14.9802C8.59877 14.9404 8.41502 14.8422 8.2708 14.698C8.12658 14.5537 8.02836 14.37 7.98857 14.1699C7.94878 13.9699 7.9692 13.7625 8.04725 13.5741C8.12531 13.3857 8.25749 13.2246 8.42707 13.1113C8.59666 12.998 8.79604 12.9375 9 12.9375C9.27351 12.9375 9.53581 13.0462 9.72921 13.2395C9.9226 13.4329 10.0313 13.6952 10.0313 13.9688ZM9 4.6875C7.10422 4.6875 5.5625 6.07539 5.5625 7.78125V8.125C5.5625 8.30734 5.63494 8.48221 5.76387 8.61114C5.8928 8.74007 6.06767 8.8125 6.25 8.8125C6.43234 8.8125 6.60721 8.74007 6.73614 8.61114C6.86507 8.48221 6.9375 8.30734 6.9375 8.125V7.78125C6.9375 6.83594 7.86305 6.0625 9 6.0625C10.137 6.0625 11.0625 6.83594 11.0625 7.78125C11.0625 8.72656 10.137 9.5 9 9.5C8.81767 9.5 8.6428 9.57243 8.51387 9.70136C8.38494 9.8303 8.3125 10.0052 8.3125 10.1875V10.875C8.3125 11.0573 8.38494 11.2322 8.51387 11.3611C8.6428 11.4901 8.81767 11.5625 9 11.5625C9.18234 11.5625 9.35721 11.4901 9.48614 11.3611C9.61507 11.2322 9.6875 11.0573 9.6875 10.875V10.8131C11.255 10.5252 12.4375 9.27484 12.4375 7.78125C12.4375 6.07539 10.8958 4.6875 9 4.6875ZM17.9375 9.5C17.9375 11.2677 17.4133 12.9956 16.4313 14.4654C15.4492 15.9352 14.0534 17.0807 12.4202 17.7572C10.7871 18.4336 8.99009 18.6106 7.25638 18.2658C5.52268 17.9209 3.93017 17.0697 2.68024 15.8198C1.43031 14.5698 0.579091 12.9773 0.234236 11.2436C-0.11062 9.50992 0.0663725 7.71288 0.742831 6.07977C1.41929 4.44665 2.56483 3.05081 4.0346 2.06874C5.50436 1.08668 7.23233 0.5625 9 0.5625C11.3696 0.565002 13.6414 1.50743 15.317 3.183C16.9926 4.85856 17.935 7.1304 17.9375 9.5ZM16.5625 9.5C16.5625 8.00428 16.119 6.54215 15.288 5.2985C14.457 4.05485 13.2759 3.08555 11.894 2.51316C10.5122 1.94077 8.99162 1.79101 7.52463 2.08281C6.05765 2.37461 4.71014 3.09487 3.65251 4.15251C2.59487 5.21014 1.87462 6.55765 1.58282 8.02463C1.29101 9.49161 1.44078 11.0122 2.01317 12.394C2.58555 13.7759 3.55486 14.957 4.7985 15.788C6.04215 16.619 7.50428 17.0625 9 17.0625C11.005 17.0602 12.9272 16.2627 14.345 14.845C15.7627 13.4272 16.5602 11.505 16.5625 9.5Z" fill="white"/></svg>')}.p-account__plano>div{margin-top:4.8rem}.p-account__plano>div>h4{font-size:1.6rem;color:#000;font-weight:700;text-transform:uppercase;margin-bottom:1.4rem}.p-account__plano>div>article{display:flex;margin-top:1.6rem}@media only screen and (max-width: 750px){.p-account__plano>div>article{flex-direction:column;display:flex}}.p-account__plano>div>article>div{border-right:.1rem solid #6d6d6d;padding:0 2.9rem}@media only screen and (max-width: 750px){.p-account__plano>div>article>div{padding:0;margin-bottom:2.4rem;padding-bottom:2.4rem;border-right:none;border-bottom:.1rem solid #6d6d6d}.p-account__plano>div>article>div:last-of-type{border-bottom:none}}.p-account__plano>div>article>div:first-of-type{padding-left:0}.p-account__plano>div>article>div:last-of-type{border-right:none}.p-account__plano>div>article>div>label{position:relative}.p-account__plano>div>article>div>label>input[type=radio]{-webkit-appearance:none;appearance:none;background-color:#fff;margin:0;font:inherit;color:#bf2025;width:1.15em;height:1.15em;border:.15em solid #bf2025;border-radius:50%;transform:translateY(-0.075em);display:grid;place-content:center;position:absolute;top:0}.p-account__plano>div>article>div>label>input[type=radio]::before{content:"";width:.65em;height:.65em;border-radius:50%;transform:scale(0);transition:120ms transform ease-in-out;color:#bf2025;background-color:#bf2025}.p-account__plano>div>article>div>label>input[type=radio]:checked::before{transform:scale(1)}.p-account__plano>div>article>div>label>span{gap:.6rem;font-size:1.6rem;color:#000;font-weight:700;margin-left:2rem}.p-account__plano>div>article>div>label>p{font-size:1.6rem;color:#000;max-width:33rem;display:block;margin-top:1rem}.p-account__plano>div>div{display:flex;justify-content:flex-end;margin-top:clamp(2.2rem,2.7vw,3.2rem)}.p-account__plano>div>div>button{padding:1rem 14rem;color:#fff;text-transform:uppercase;border:none;background-color:#bf2025;cursor:pointer;transition:.2s ease-in-out;font-family:"Merriweather Sans",sans-serif;font-weight:700}.p-account__plano>div>div>button:hover{background-color:#a51d21}.p-account__preferencias>div{display:flex;flex-direction:column;gap:2rem;margin-top:2rem;font-family:"Merriweather Sans",sans-serif}.p-account__preferencias>div>label{padding-bottom:2.4rem;font-size:1.6rem;color:#000;max-width:110rem;display:flex;align-items:flex-start;gap:1rem;border-bottom:.1rem solid #6d6d6d}.p-account__preferencias>div>label input[type=checkbox]{-webkit-appearance:none;appearance:none;background-color:#fff;margin:0;background-color:#fff;margin:0;font:inherit;color:currentColor;width:2rem;height:2rem;border:.1rem solid #bf2025;border-radius:.15em;transform:translateY(-0.075em);flex-shrink:0;display:grid;place-content:center}.p-account__preferencias>div>label input[type=checkbox]::before{content:"";width:.65em;height:.65em;transform:scale(0);transition:120ms transform ease-in-out;background-color:#a51d21;color:#a51d21;transform-origin:bottom left;clip-path:polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%)}.p-account__preferencias>div>label input[type=checkbox]:checked::before{transform:scale(1)}.p-account__preferencias>div>div{display:flex;justify-content:space-between}@media only screen and (max-width: 1000px){.p-account__preferencias>div>div{flex-direction:column;gap:2.4rem}}.p-account__preferencias>div>div>div{display:flex;gap:2.4rem}@media only screen and (max-width: 1000px){.p-account__preferencias>div>div>div{justify-content:space-between}}.p-account__preferencias>div>div>div>button{padding:1rem;border:.1rem solid #bf2025;background-color:rgba(0,0,0,0);font-family:"Merriweather Sans",sans-serif;text-transform:uppercase;color:#bf2025;font-size:1.6rem;cursor:pointer}.p-account__preferencias>div>div>div>button:hover{background-color:#a51d21;color:#fff;border:.1rem solid #fff}.p-account__preferencias>div>div>button{padding:1rem 14rem;color:#fff;text-transform:uppercase;border:none;background-color:#bf2025;cursor:pointer;transition:.2s ease-in-out;font-weight:700;font-family:"Merriweather Sans",sans-serif}.p-account__preferencias>div>div>button:hover{background-color:#a51d21}article.plan.notactive .plan__empty{width:initial;min-width:initial}article.plan.notactive div:last-of-type{width:initial;min-width:initial}.showtransactions{margin-top:1rem}ul.transaction{display:flex;flex-direction:column;font-family:"Merriweather Sans",sans-serif;font-size:1.6rem;padding:10px;background:#f5f5f5;border:solid 1px #e1e1e1;overflow:hidden;max-height:0;opacity:0}ul.transaction.visible{opacity:1;max-height:initial;overflow:initial}ul.transaction li{list-style:none;display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:space-between;align-items:center;margin-bottom:1rem}ul.transaction li a{background-color:#bf2025;border:none;color:#fff;text-transform:uppercase;font-size:1.2rem;cursor:pointer;font-weight:700;position:relative;display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem 2rem;min-width:40%}ul.transaction li a::before{content:url('data:image/svg+xml,<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.0313 13.9688C10.0313 14.1727 9.97077 14.3721 9.85746 14.5417C9.74414 14.7113 9.58308 14.8434 9.39465 14.9215C9.20621 14.9996 8.99886 15.02 8.79882 14.9802C8.59877 14.9404 8.41502 14.8422 8.2708 14.698C8.12658 14.5537 8.02836 14.37 7.98857 14.1699C7.94878 13.9699 7.9692 13.7625 8.04725 13.5741C8.12531 13.3857 8.25749 13.2246 8.42707 13.1113C8.59666 12.998 8.79604 12.9375 9 12.9375C9.27351 12.9375 9.53581 13.0462 9.72921 13.2395C9.9226 13.4329 10.0313 13.6952 10.0313 13.9688ZM9 4.6875C7.10422 4.6875 5.5625 6.07539 5.5625 7.78125V8.125C5.5625 8.30734 5.63494 8.48221 5.76387 8.61114C5.8928 8.74007 6.06767 8.8125 6.25 8.8125C6.43234 8.8125 6.60721 8.74007 6.73614 8.61114C6.86507 8.48221 6.9375 8.30734 6.9375 8.125V7.78125C6.9375 6.83594 7.86305 6.0625 9 6.0625C10.137 6.0625 11.0625 6.83594 11.0625 7.78125C11.0625 8.72656 10.137 9.5 9 9.5C8.81767 9.5 8.6428 9.57243 8.51387 9.70136C8.38494 9.8303 8.3125 10.0052 8.3125 10.1875V10.875C8.3125 11.0573 8.38494 11.2322 8.51387 11.3611C8.6428 11.4901 8.81767 11.5625 9 11.5625C9.18234 11.5625 9.35721 11.4901 9.48614 11.3611C9.61507 11.2322 9.6875 11.0573 9.6875 10.875V10.8131C11.255 10.5252 12.4375 9.27484 12.4375 7.78125C12.4375 6.07539 10.8958 4.6875 9 4.6875ZM17.9375 9.5C17.9375 11.2677 17.4133 12.9956 16.4313 14.4654C15.4492 15.9352 14.0534 17.0807 12.4202 17.7572C10.7871 18.4336 8.99009 18.6106 7.25638 18.2658C5.52268 17.9209 3.93017 17.0697 2.68024 15.8198C1.43031 14.5698 0.579091 12.9773 0.234236 11.2436C-0.11062 9.50992 0.0663725 7.71288 0.742831 6.07977C1.41929 4.44665 2.56483 3.05081 4.0346 2.06874C5.50436 1.08668 7.23233 0.5625 9 0.5625C11.3696 0.565002 13.6414 1.50743 15.317 3.183C16.9926 4.85856 17.935 7.1304 17.9375 9.5ZM16.5625 9.5C16.5625 8.00428 16.119 6.54215 15.288 5.2985C14.457 4.05485 13.2759 3.08555 11.894 2.51316C10.5122 1.94077 8.99162 1.79101 7.52463 2.08281C6.05765 2.37461 4.71014 3.09487 3.65251 4.15251C2.59487 5.21014 1.87462 6.55765 1.58282 8.02463C1.29101 9.49161 1.44078 11.0122 2.01317 12.394C2.58555 13.7759 3.55486 14.957 4.7985 15.788C6.04215 16.619 7.50428 17.0625 9 17.0625C11.005 17.0602 12.9272 16.2627 14.345 14.845C15.7627 13.4272 16.5602 11.505 16.5625 9.5Z" fill="white"/></svg>')}ul.transaction li a.RECEIVED{background-color:#e1e1e1 !important}ul.transaction li button{background-color:#bf2025;border:none;color:#fff;text-transform:uppercase;font-size:1.2rem;cursor:pointer;font-weight:700;position:relative;display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem 2rem;min-width:40%}ul.transaction li button::before{content:url('data:image/svg+xml,<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.0313 13.9688C10.0313 14.1727 9.97077 14.3721 9.85746 14.5417C9.74414 14.7113 9.58308 14.8434 9.39465 14.9215C9.20621 14.9996 8.99886 15.02 8.79882 14.9802C8.59877 14.9404 8.41502 14.8422 8.2708 14.698C8.12658 14.5537 8.02836 14.37 7.98857 14.1699C7.94878 13.9699 7.9692 13.7625 8.04725 13.5741C8.12531 13.3857 8.25749 13.2246 8.42707 13.1113C8.59666 12.998 8.79604 12.9375 9 12.9375C9.27351 12.9375 9.53581 13.0462 9.72921 13.2395C9.9226 13.4329 10.0313 13.6952 10.0313 13.9688ZM9 4.6875C7.10422 4.6875 5.5625 6.07539 5.5625 7.78125V8.125C5.5625 8.30734 5.63494 8.48221 5.76387 8.61114C5.8928 8.74007 6.06767 8.8125 6.25 8.8125C6.43234 8.8125 6.60721 8.74007 6.73614 8.61114C6.86507 8.48221 6.9375 8.30734 6.9375 8.125V7.78125C6.9375 6.83594 7.86305 6.0625 9 6.0625C10.137 6.0625 11.0625 6.83594 11.0625 7.78125C11.0625 8.72656 10.137 9.5 9 9.5C8.81767 9.5 8.6428 9.57243 8.51387 9.70136C8.38494 9.8303 8.3125 10.0052 8.3125 10.1875V10.875C8.3125 11.0573 8.38494 11.2322 8.51387 11.3611C8.6428 11.4901 8.81767 11.5625 9 11.5625C9.18234 11.5625 9.35721 11.4901 9.48614 11.3611C9.61507 11.2322 9.6875 11.0573 9.6875 10.875V10.8131C11.255 10.5252 12.4375 9.27484 12.4375 7.78125C12.4375 6.07539 10.8958 4.6875 9 4.6875ZM17.9375 9.5C17.9375 11.2677 17.4133 12.9956 16.4313 14.4654C15.4492 15.9352 14.0534 17.0807 12.4202 17.7572C10.7871 18.4336 8.99009 18.6106 7.25638 18.2658C5.52268 17.9209 3.93017 17.0697 2.68024 15.8198C1.43031 14.5698 0.579091 12.9773 0.234236 11.2436C-0.11062 9.50992 0.0663725 7.71288 0.742831 6.07977C1.41929 4.44665 2.56483 3.05081 4.0346 2.06874C5.50436 1.08668 7.23233 0.5625 9 0.5625C11.3696 0.565002 13.6414 1.50743 15.317 3.183C16.9926 4.85856 17.935 7.1304 17.9375 9.5ZM16.5625 9.5C16.5625 8.00428 16.119 6.54215 15.288 5.2985C14.457 4.05485 13.2759 3.08555 11.894 2.51316C10.5122 1.94077 8.99162 1.79101 7.52463 2.08281C6.05765 2.37461 4.71014 3.09487 3.65251 4.15251C2.59487 5.21014 1.87462 6.55765 1.58282 8.02463C1.29101 9.49161 1.44078 11.0122 2.01317 12.394C2.58555 13.7759 3.55486 14.957 4.7985 15.788C6.04215 16.619 7.50428 17.0625 9 17.0625C11.005 17.0602 12.9272 16.2627 14.345 14.845C15.7627 13.4272 16.5602 11.505 16.5625 9.5Z" fill="white"/></svg>')}ul.transaction li button.RECEIVED{background-color:#e1e1e1 !important}#giftCardRedeem>div:not(:has(label)){justify-content:flex-start}.giftenable{margin:0px !important;background:#fe9900;border:solid 1px #d38003;padding:1.3rem;display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:space-between;font-size:1.4rem}.giftenable a{text-decoration:underline}/*# sourceMappingURL=minha-conta.css.map */
