/*
Theme Name: SPI PROTEIN
Theme URI: https://www.elroi.com.br/
Description: SPI PROTEIN - Tema exclusivo Elroi
Author: Giordano Magalhães
Author URI: https://www.jordaozim.com.br/
font-family: 'Open Sans', sans-serif;
font-family: 'Ubuntu', sans-serif;
*/
/* ============================================================================!
						GENERAL
============================================================================= */
:root {
    --font-open-sans: 'Open Sans', sans-serif;
    --font-ubuntu: 'Ubuntu', sans-serif;
    ;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: var(--font-open-sans);
    font-size: 18px;
    line-height: 1.4em;
    text-align: justify !important;
}

.body-modal {
    overflow: hidden;
}

img {
    max-inline-size: 100%;
    block-size: auto;
}

.wrap {
    position: relative;
    max-width: 1240px;
    padding: 0;
    margin: auto;
}

.wrap-short {
    max-width: 700px;
}

a {
    text-decoration: none;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

.a-button {
    all: unset;
    display: inline-block;
    padding: 5px 30px 4px 30px;
    border-radius: 20px;
    border: none;
    color: #fff;
    background-color: #ff6f00;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.a-button:hover {
    color: unset;
    color: #fff;
    background-color: #ff8c00;
}

.a-button:active {
    color: #fff;
    background-color: #ff8c00;
}

.a-button:focus {
    color: #fff;
    background-color: #ff8c00;
}

.body-modal {
    overflow-y: hidden;
}

h1 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 700;
}

.sectionTitle {
    margin-bottom: 40px;
    display: flex;
    gap: 40px;
}

.sectionTitle-red {
    width: 5px;
    background-color: #ff0000;
}

.sectionTitle-title {
    padding: 10px 0;
    max-width: 540px;
    font-family: var(--font-ubuntu);
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    color: #2a2a2a;
}

.menumob,
.menumob-btn {
    display: none;
}

.menumob-logo {
    max-width: 300px;
    margin: 0 auto 20px;
}

#menumob-menu a {
    font-size: 20px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 200ms linear;
}

#menumob-menu .attention a {
    color: #fff;
}

#menumob-menu a:hover {
    color: #ff6f00;
}

.client-mob {
    display: none;
}

.menu-container {
    padding: 7px 0;
}

.client-desk {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.client-mob__name {
    font-size: 28px;
}

.student-button {
    padding: 5px 24px;
    border-radius: 30px;
    outline: none;
    border: none;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    transition: all 200ms linear;
}

.student-area {
    background-color: black;
}

.student-button:nth-child(1):hover {
    transform: unset;
    color: #fff;
    background-color: #ff8c00;
}

.student-area:hover {
    transform: unset;
    color: #fff;
    background-color: rgb(70, 70, 70);
}

.wordpress-icon {
    font-size: 28px;
}

.cma-icon {
    font-size: 28px;
}

.client-mob__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

/* -> CURSOS DESTAQUE */
#nossos-cursos {
    padding: 50px 0;
}

#cursos {
    padding: 50px 0;
    background-color: #f8f8f8;
}

/*** featured ***/
.cursos__featured-lst {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
}

.cursos__featured-item {
    display: flex;
    gap: 30px;
    max-width: 900px;
    margin: auto;
}

.cursos__featured-item:nth-child(even) {
    flex-direction: row-reverse;
}

.cursos__featured-item-info {
    max-width: 450px;
}

.cursos__featured-item-img img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 7px;
}

a.cursos__featured-item-titleA {
    display: block;
    margin-bottom: 20px;
    font-family: var(--font-ubuntu);
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    transition: all 200ms linear;
}

a.cursos__featured-item-titleA:hover {
    color: #3f3f3f;
}

.cursos__featured-item-shortDescription {
    font-family: var(--font-open-sans);
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: #909090;
}

.cursos__featured-item-categories {
    margin: 14px 0;
    font-size: 14px;
}

.cursos__featured-item-price {
    margin: 14px 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
}

.cursos__featured-item-price del {
    font-size: 16px;
    color: #c5c5c5;
}

.cursos__featured-item-price ins {
    font-size: 24px;
    font-weight: 700;
    color: #4f4f4f;
    text-decoration: none;
}

a.cursos__featured-item-buyButtonA {
    display: block;
    width: fit-content;
    padding: 10px 20px;
    background-color: #ff0000;
    border-radius: 70px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    transition: all 200ms linear;
}

a.cursos__featured-item-buyButtonA:hover {
    background-color: #ff6f00;
    color: #fff;
}

/*** cursos__ ***/
.cursos__lst {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

a.cursos__item {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    width: 300px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    font-size: 16px;
    color: #000;
    transition: all 200ms linear;
}

a.cursos__item:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    color: #ff0000;
}

a.cursos__item:hover .cursos__item-price ins {
    color: #ff0000;
}

.cursos__item-img {
    width: 280px;
    height: 260px;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}

.cursos__item-info {
    padding: 10px 0 0;
}

.cursos__item-title {
    font-weight: 700;
}

.cursos__item-price {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    font-weight: 400;
}

.cursos__item-price del {
    font-size: 14px;
    opacity: 0.4;
}

.cursos__item-price del .woocommerce-Price-currencySymbol {
    font-size: 0.8em;
}

.cursos__item-price ins {
    font-weight: 700;
    color: #0082ff;
    text-decoration: none;
    transition: all 200ms linear;
}

/* -> CLUBE INVITE */
#clubeInvite {
    padding: 80px 0;
    background-color: #545454;
    background-image: url(/assets/clubeInvite-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#clubeInvite .wrap {
    max-width: 1080px;
}

.clubeInvite__title {
    margin-bottom: 50px;
    font-family: var(--font-ubuntu);
    font-size: 40px;
    line-height: 1.4em;
    font-weight: 700;
    color: #e0e0e0;
    text-align: center;
}

.clubeInvite__content {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 1.4em;
    color: #e0e0e0;
    text-align: center;
}

.clubeInvite__link {
    text-align: center;
}

.clubeInvite__link a {
    display: block;
    width: fit-content;
    margin: auto;
    padding: 10px 30px;
    background-color: #000;
    border-radius: 100px;
    color: #f5f5f5;
    text-transform: uppercase;
    transition: all 200ms linear;
}

.clubeInvite__link a:hover {
    background-color: #ff6f00;
    color: #fff;
}

/* <- CLUBE INVITE */
/* -> PODCAST */
#podcast {
    padding: 50px 0;
    background-color: #f8f8f8;
}

/* <- PODCAST */
/* -> CONTATO */
#contato {
    padding: 70px 0;
}

#contato .wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.contato-lb {
    padding-top: 24px;
}

.contato__smallTitle {
    font-size: 14px;
    font-weight: 300;
    color: #ff0000;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contato__title {
    font-family: var(--font-ubuntu);
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    color: #000;
}

.contato__text {
    color: #909090;
    margin-top: 40px;
}

.formInput {
    width: 100%;
    border: none;
    background-color: #f1efef;
    padding: 4px 10px;
    font-size: 16px;
}

.formBtn {
    background-color: #ff0000;
    border: none;
    padding: 7px 30px;
    font-size: 16px;
    color: #fff;
    transition: all 200ms linear;
}

/*** contatosLst ***/
#contatosLst {
    padding: 0 0 50px;
}

.contatosLst__lst {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.contatosLst__item a {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #000;
    transition: all 200ms linear;
}

.contatosLst__item a:hover {
    color: #e22121;
}

.contatosLst__item-icon {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e22121;
    color: #fff;
    transition: all 200ms linear;
}

.contatosLst__item-icon [class*="fa-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contatosLst__item-text-small {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
}

.contatosLst__item-text-content {
    font-size: 22px;
    font-weight: 500;
    word-break: break-all;
}

/* <- CONTATO */
.courses>img {
    margin: 25px 0;
}

.courses .cards .card-link {
    text-decoration: none;
    color: #000;
    margin: 0;
}

.courses .cards {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    margin: 0 auto;
}

.courses .cards .card {
    max-width: 270px;
    width: 100%;
    height: 375px;
    display: flex;
    margin: 5px;
    flex-flow: column wrap;
    box-shadow: 0 0 22px 3px rgba(48, 46, 46, 0.1);
}

.courses .cards .card img {
    width: 276px;
    height: 169px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.courses .cards .card h1 {
    margin: 15px 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.courses .cards .card p {
    margin: 5px 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
}

/* ============================================================================!
						CONTRACTING
============================================================================= */
.contracting {
    width: 100vw;
    background-color: #f5f5f5;
}

.contracting .container {
    max-width: 1200px;
    height: 170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
}

.contracting .container h3 {
    font-weight: 300;
    margin-bottom: 0;
    transform: translate(2px, 7px);
}

/* ============================================================================!
						STAY IN
============================================================================= */
.stay-in {
    max-width: 1200px;
    width: 100%;
    margin: 70px auto;
    display: flex;
    justify-content: center;
}

.stay-in .container {
    max-width: 1200px;
    width: 100%;
}

.stay-in .container .paragraph h1 {
    max-width: 700px;
    margin: 10px auto 20px auto;
}

.notices {
    margin: 30px 0;
    display: flex;
    flex-flow: row;
    justify-content: center;
}

.notices .card-link {
    text-decoration: none;
    color: #000;
}

.notices a div {
    max-width: 322px;
    width: 100%;
    height: 401px;
    margin: 10px;
    border: 1px solid #e2e2e2;
}

.notices img {
    width: 322px;
    height: 223px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.notices h1 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    margin: 5px 10px;
}

.notices p {
    color: #636363;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    margin: 5px 10px;
}

/* ============================================================================!
						BRANDS
============================================================================= */
.brands {
    max-width: 1200px;
    margin: 70px auto;
}

.brands img {
    width: 100px;
    height: 65px;
    object-fit: contain;
    object-position: 50% 50%;
    align-content: center;
    display: block;
    margin: auto;
}

/* ============================================================================!
						CONTACT
============================================================================= */
.contact {
    background-color: #f5f7fa;
}

.contact .container {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    grid-template-rows: auto;
    justify-items: center;
    align-items: center;
    padding: 0 40px;
}

.contact .container img {
    justify-self: start;
}

.contact .container .inside-contact {
    margin-top: 5px;
    text-align: center;
}

.contact .container .inside-contact * {
    line-height: normal;
    color: #000;
    display: block;
    text-decoration: none;
}

.contact .container .inside-contact a:last-child {
    padding-top: 20px;
}

.contact .container .address address {
    justify-self: space-evenly;
    padding: 40px 0 50px 50px;
}

.contact .container .address address p {
    margin: 0;
    padding-top: 30px;
}

/* ============================================================================!
						FOOTER
============================================================================= */
/* .footer-l1 {
    padding: 50px 0;
    background-color: #1c1b28;
    font-size: 16px;
    color: #909090;
}
.footer-l1 .wrap {
    display: flex;
    justify-content: space-between;
}
.footer__col {
    max-width: 400px;
}
.footer-presents {
    margin-top: 22px;
    font-size: 15px;
    line-height: 20px;
}
.footer-l2 {
    padding: 20px 0;
    background-color: #13121c;
    font-size: 16px;
    font-weight: 300;
    color: #909090;
    text-align: center;
}
.footer-logo {
    height: 64px;
    opacity: 0.7;
}
.footer-title {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #b8b8b8;
    text-transform: uppercase;
}
.footer-links {
    columns: 2;
    column-gap: 20px;
}
.footer-links a {
    display: block;
}
.footer-rs {
    display: flex;
    gap: 7px;
}
.footer-rs a {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ff6f00;
    color: #fff;
    transition: all 200ms linear;
}
.footer-rs a:hover {
    background-color: #ff8c00;
    color: #fff;
}
.footer-rs a [class*="fa-"] {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
} */
.attendance {
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 100%;
    max-width: 160px;
    transition: all 200ms;
    z-index: 10;
    filter: drop-shadow(0 0 3px #545454);
    transition: all 200ms;
}

.attendance--open {
    max-width: 220px;
}

.attendance__header {
    text-align: center;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 3px 0 2px 0;
    background-color: #ff8c00;
    color: #fff;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.attendance__body {
    background-color: #fff;
    display: none;
    padding: 10px;
}

.attendance__para {
    text-align: center;
}

.attendance__item {
    width: 100%;
    margin: 10px 0;
    background-color: #f5f5f5;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: var(--font-ubuntu);
}

.attendance__link {
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.attendance__link:hover {}

.attendance__link i {
    font-size: 22px;
}