2023-02-01 13:36:15 +00:00
|
|
|
//Footer
|
2023-02-02 17:13:11 +00:00
|
|
|
|
2023-02-01 13:36:15 +00:00
|
|
|
.menuContainerNav {
|
|
|
|
.menuContainer {
|
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
margin-bottom: 14px;
|
|
|
|
}
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
margin-bottom: 14px;
|
|
|
|
}
|
|
|
|
.menuItem {
|
|
|
|
.styledLinkContainer {
|
|
|
|
margin-left: 0;
|
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.styledLink {
|
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.styledLinkContent {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 30px;
|
2023-02-02 17:13:11 +00:00
|
|
|
color: $gray;
|
2023-02-01 13:36:15 +00:00
|
|
|
.accordionIcon--site-m3-academy-mobile--isClosed,
|
|
|
|
.accordionIcon--am3academy-mobile--isClosed {
|
|
|
|
visibility: hidden;
|
|
|
|
width: 17px;
|
|
|
|
}
|
|
|
|
.accordionIcon--site-m3-academy-mobile--isClosed::before,
|
|
|
|
.accordionIcon--am3academy-mobile--isClosed::before {
|
|
|
|
visibility: visible;
|
|
|
|
content: url(https://agenciamagma.vteximg.com.br/arquivos/arrow-up-footer-m3academy-anacarolinaduartecavalcante.svg);
|
|
|
|
}
|
|
|
|
.accordionIcon--site-m3-academy-mobile--isOpen,
|
|
|
|
.accordionIcon--am3academy-mobile--isOpen {
|
|
|
|
visibility: hidden;
|
|
|
|
transform: rotate(179deg);
|
|
|
|
width: 17px;
|
|
|
|
}
|
|
|
|
.accordionIcon--site-m3-academy-mobile--isOpen::before,
|
|
|
|
.accordionIcon--am3academy-mobile--isOpen::before {
|
|
|
|
visibility: visible;
|
|
|
|
content: url(https://agenciamagma.vteximg.com.br/arquivos/arrow-up-footer-m3academy-anacarolinaduartecavalcante.svg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.styledLinkContent--site-m3-academy,
|
|
|
|
.styledLinkContent--am3academy,
|
|
|
|
.styledLinkContent--seja-um-franqueado-block {
|
|
|
|
line-height: 38px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.styledLinkContent--seja-um-franqueado-block {
|
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.styledLinkContent--cnpj,
|
|
|
|
.styledLinkContent--responsabilidade-social {
|
|
|
|
line-height: 30px;
|
|
|
|
text-decoration-line: underline;
|
|
|
|
}
|
|
|
|
.styledLinkContent--seja-um-franqueado-link,
|
|
|
|
.styledLinkContent--multimarcas {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 30px;
|
2023-02-02 17:13:11 +00:00
|
|
|
color: $white;
|
2023-02-01 13:36:15 +00:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
width: 164px;
|
|
|
|
height: 42px;
|
2023-02-02 17:13:11 +00:00
|
|
|
border: 1px solid $white;
|
2023-02-01 13:36:15 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.styledLinkContent--site-m3-academy-mobile,
|
|
|
|
.styledLinkContent--am3academy-mobile {
|
2023-02-02 17:13:11 +00:00
|
|
|
border-bottom: 1px solid $white;
|
2023-02-01 13:36:15 +00:00
|
|
|
padding: 8px 0;
|
|
|
|
}
|
|
|
|
.styledLinkContent--site-m3-academy,
|
|
|
|
.styledLinkContent--site-m3-academy-mobile,
|
|
|
|
.styledLinkContent--cnpj,
|
|
|
|
.styledLinkContent--am3academy,
|
|
|
|
.styledLinkContent--am3academy-mobile,
|
|
|
|
.styledLinkContent--responsabilidade-social,
|
|
|
|
.styledLinkContent--seja-um-franqueado-block {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
2023-02-02 17:13:11 +00:00
|
|
|
color: $white;
|
2023-02-01 13:36:15 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.styledLinkContainer--am3academy-mobile,
|
|
|
|
.styledLinkContainer--site-m3-academy-mobile {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.styledLinkContainer--seja-um-franqueado-link,
|
|
|
|
.styledLinkContainer--multimarcas {
|
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.FooterRightBlock {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
.SpanTitle {
|
2023-02-02 17:13:11 +00:00
|
|
|
color: $white;
|
2023-02-01 13:36:15 +00:00
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 38px;
|
|
|
|
}
|
|
|
|
.SpanTitleBig {
|
2023-02-02 17:13:11 +00:00
|
|
|
color: $white;
|
2023-02-01 13:36:15 +00:00
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 38px;
|
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.UlGroup {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
row-gap: 4px;
|
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.UlSecondary {
|
|
|
|
display: flex;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
column-gap: 8px;
|
|
|
|
list-style: none;
|
|
|
|
.ImgCard {
|
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
width: 42px;
|
|
|
|
}
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
width: 42px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Footer Credits
|
|
|
|
|
|
|
|
.AutoresBlock {
|
|
|
|
.Autores-Group {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
column-gap: 15.73px;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
.Autores-List {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 10px;
|
|
|
|
line-height: 12px;
|
2023-02-02 17:13:11 +00:00
|
|
|
color: $white;
|
2023-02-01 13:36:15 +00:00
|
|
|
column-gap: 8.72px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|