body {
    background-image: url('../img/background.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.c-header {
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 10;
    height: 100px;
    position: relative;
    max-width: 1536px;
    margin: 0 auto;
}
.c-header--nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--white);
    display: flex;
    width: 100%;
    padding: 20px 40px ;
    font-size: 18px;
}
.c-logo--header {
    width: 40px;
}

.c-header--nav ul {
    color: var(--details);
    display: flex;
    gap: 30px;
    font-weight: bold;
}
.c-header--nav ul a:link {
    color: black;
}
.c-header--cliente a{
    background-color: var(--white);
    border: 4px solid var(--details);
    color: var(--details);
    padding: 10px 35px;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
}

main {
    max-width: 1536px;
    margin: 0 auto;
}

.c-banners {
    display: flex;
    width: 100%;
    box-shadow: 0px 0px 20px 2px #000000d1;
}
/* LINKS UTEIS */
.c-links__uteis {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 300px;
    position: relative;
    margin-bottom: 20px;
}
.c-links__uteis--cards {
    padding: 50px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--details);
    color: white;
    font-size: 20px;
    gap: 20px;
    cursor: pointer;
}
.c-links__cards {
    display: flex;
    position: absolute;
    top: -50px;
    width: 900px;
    box-shadow: 0px 0px 20px 2px #000000d1;
}
/* LINKS UTEIS */

/* Chamada Whats */
.c-chamado--whats {
    background-color: var(--details);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 20px;
    padding: 30px 0;
    box-shadow: 0px 0px 20px 2px #000000d1;
}
.c-whats--text::after {
    position: relative;
    content: '';
    background-color: var(--white);
    right: -30px;
    width: 2px;
    height: 110px;
}
.c-whats__btnAcao, .c-whats--text {
    display: flex;
    align-items: center;
    padding: 0px 30px;
}
.c-whats--text {
    max-width: 600px;
}
.chamadaIcon {
    font-size: 70px;
    padding-right: 12px;
}
.c-whats--img-cell {
    width: 70px;
    height: 70px;
    background-image: url(../img/smartphone.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.c-whats__btnAcao--textos {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 16px;
}
.btn-whats__chamanowhats {
    border: none;
    border-radius: 50px;
    font-size: 20px;
    padding: 10px 26px;
    color: var(--white);
    text-align: center;
    background-color: var(--details);
}
/* Chamada Whats */

/* Planos */
#c-planos {
    background-color: var(--details);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding-bottom: 50px;
    box-shadow: 0px 0px 20px 2px #000000d1;
}
.c-planos--titulo {
    position: relative;
    background-color: var(--white);
    color: var(--details);
    padding: 20px 20px 10px;
    border-radius: 0 0 20px 20px;
}
.c-planos--titulo::before {
    content: '';
    background-color: var(--details);
    padding: 20px 20px;
    border-radius: 0 20px 0 0;
    position: absolute;
    left: -40px;
    top: 0;
    box-shadow: 20px 0 0 0 var(--white);
}
.c-planos--titulo::after {
    content: '';
    background-color: var(--details);
    padding: 20px 20px;
    border-radius: 20px 0 0 0;
    position: absolute;
    right: -40px;
    top: 0;
    box-shadow: -20px 0 0 0 var(--white);
}
.c-planos--cards {
    display: flex;
    justify-content: center;
    gap: 100px;
    width: 100%;
}
.c-cards {
    filter: drop-shadow(20px 20px black);
    min-width: 250px;
    height: 400px;
}
.c-cards-shape {
    background-color: var(--details);
    clip-path: polygon(0 15%, 24% 0, 100% 0, 100% 85%, 76% 100%, 0 100%);
}
.c-cards--titulo, .c-cards--info, .c-cards--preco {
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-cards--titulo {
    height: 60px;
    background-color: var(--white);
    font-size: 35px;
    font-weight: bold;
    font-family: 'Roboto';
    padding-left: 20px;
}
.c-cards--info {
    color: var(--white);
    height: 280px;
    padding: 0 20px;
    border: 2px solid var(--white);
}
.c-cards--info ul {
    width: 100%;
}
.c-cards--info ul li {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid white;
}
.c-cards--preco {
    background-color: var(--white);
    font-size: 35px;
    font-weight: bold;
    font-family: 'Roboto';
    padding-right: 20px;
    height: 60px;
}

/* Planos */

/* Footer */
.c-footer{
    display: flex;
    flex-direction: column;
    background-color: rgb(15, 15, 15);
    color: var(--white);
    width: 100%;
    max-width: 1536px;
    margin: 0 auto;
}
.c-footer__info {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 20px 0;

}
.c-footer--logo {
    width: 200px;
    padding-bottom: 5px;
    margin-top: 20px;
}
.c-footer__info--contatos {
    border-left: 1px solid white;
    border-right: 1px solid white;
    padding: 0 100px;
}
.c-footer__info--contatos ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 12px;
}
.c-footer__info--social {
    text-align: center;
}
.socialIcon {
    font-size: 25px;
    padding: 0 8px;
}

.c-footer__info--horarios, .c-footer__info--horarios div {
    display: flex;
    flex-direction: column;
    width: 300px;
    gap: 12px;
}
.atendimento--titulo {
    text-align: center;
    font-size: 20px;
}

.c-footer--copy {
    text-align: center;
    padding: 12px;
    width: 100%;
    border-top: 1px solid var(--white);
}
/* Footer */
