@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400;1,500;1,600;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif !important;
}

:root {
    --magenta-uninabuco: #ED1E79;
    --roxo-uninabuco: #643289;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;   
}

main {
    margin: 0 auto;
}

container {
    width: 100%;
}

/* HEADER */

header {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    text-align: center;
    width: 96rem;
}

.logo {
    margin: 3.2rem 8.5rem 3.2rem -3.2rem;
    background-color: #fff;
    padding: 1.6rem 3.6rem;
    border-radius: 0 2.7rem 2.7rem 0;
}

.logo img {
    width: 18.1rem;
}

nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 63rem;
    margin-left: 3rem;
}

nav li a {
    font-size: 1.6rem;
    font-weight: 500;
    color: #FFF;
    padding: 1.6rem 2rem;
    text-align: center;
    transition: 200ms;    
}

nav li a:hover {
    text-decoration: underline;
}

.feature-button {
    font-size: 1.6rem;
    font-weight: 700;
    background-color: var(--roxo-uninabuco);
    color: #FFF;
    border: solid var(--magenta-uninabuco) 2px;
    padding: 1.6rem 4.8rem;
    border-radius: 2.6rem;
    transition: 250ms;
}

.feature-button:hover {
    background-color: var(--magenta-uninabuco);
}

/* FEATURED SECTION */

.featured-section {
    background-image: url('../assets/featured-banner.png');
    background-repeat: no-repeat;
    background-position-x: 85%;
    background-position-y: top;
    background-size: auto;
    width: 100%;
    margin: 0 auto;;
}

.featured-section-container {
    display: flex;
    justify-content: space-between;
    width: 96rem;
    margin: 0 auto;
}

.featured-section-content {
    margin-top: 34.5rem;
}

.featured-section h1 {
    font-size: 4.4rem;
    letter-spacing: 2rem;
    font-weight: normal;
}

.featured-section-content h1 span {
    font-size: 7.8rem;
    letter-spacing: normal;
    font-weight: 900;
    line-height: 6.5rem;
    color: var(--magenta-uninabuco);
}

.featured-section p {
    border-left: .7rem solid #B3B3B3;
    border-radius: .7rem;
    font-size: 1.6rem;
    color: #808080;
    width: 34rem;
    height: 6.3rem;
    padding-left: 2.3rem;
    margin-top: 2.5rem;
}

.persona-image {
    position: relative;
    width: 38.3rem;
    left: 4rem;
    top: 19rem;
}

.persona-image img {
    width: 100%;
    position: relative;
    z-index: 0;
}

#featured-form {
    margin-top: 19rem;
}

#featured-form,
#contact-form {    
    width: 23.5rem;
    height: 37.5rem;
    border-radius: 2.7rem;
    background-color: #FFF;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    padding: 1.6rem 2.8rem;
    z-index: 1;
}

#featured-form label,
#contact-form label {
    font-size: 1.6rem;
    padding-left: .8rem;
}

#featured-form input,
#contact-form input {
    display: block;
    border: solid 1px #CCCCCC;
    outline: none;
    width: 100%;
    height: 3rem;
    border-radius: 1rem;
    margin-bottom: .6rem;
    margin-top: .3rem;
    padding-left: 2rem;
}

#featured-form ::placeholder,
#contact-form ::placeholder {
    color: #CCCCCC;
    font-size: 1.2rem;
}

#featured-form h1,
#contact-form h1 {
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: normal;
    margin-bottom: 2.5rem;
}

#featured-form button,
#contact-form button {
    width: 100%;
    height: 3.8rem;
    margin-top: 2rem;
    font-size: 1.4rem;
    background-color: transparent;
    border: solid 2px var(--magenta-uninabuco);
    border-radius: 2rem;
    cursor: pointer;
    transition: 250ms;
}

#featured-form button:hover,
#contact-form button:hover {
    background-color: var(--magenta-uninabuco);
    color: #FFF;
}

/* CARDS */

.cards-wrapper {
    display: flex;
    margin-top: 4rem;
    height: 50rem;
    width: 96rem;
    margin: 0 auto;
}

.cards-wrapper .cards-content h3 {
    padding-top: 17rem;
    font-size: 2.2rem;
    font-weight: 400;
}

.cards-wrapper .cards-content h3 span {
    font-weight: 900;
}

.cards-wrapper .cards-content h1 {
    font-size: 5rem;
    font-weight: 900;
    width: 24rem;
    margin-top: 1rem;
    line-height: 5rem;
}

.cards-wrapper .cards-container {
    background-color: #F2F0F0;
    width: 72rem;
    margin-top: 12rem;
    border-radius: 11rem;
}

.cards-container h3 {
    font-weight: 400;
    width: 50rem;
    margin-top: 7rem;
    margin-left: 8rem;
    color: #808080;
    font-size: 1.6rem;
}

.cards-wrapper .cards {
    display: flex;
    justify-content: space-around;
    width: 65rem;
    margin: 2.5rem auto 0;
}

.cards-wrapper .card {
    padding: 2rem;
    width: 16rem;
    height: 19rem;
    text-align: center;
    transition: 300ms cubic-bezier(0.42, 0, 0.32, 1.98);
    cursor: default;
}

.cards-wrapper .card img {
    width: 5.1rem;
}

.cards-wrapper .card h2 {
    margin-top: 1.6rem;
    font-weight: 900;
    font-size: 1.6rem;
    color: #000000;
}

.cards-wrapper .cards .card p {
    color:#F2F0F0;
    font-size: 1rem;
    font-weight: 400;
}

.cards-wrapper .card p {
    display: none;
}

.cards-wrapper .card:hover {
    transform: scale(1.2) ;
    background-color: #FFF;
    border-radius: 2.6rem;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 30%);
}

.cards-wrapper .card:hover p {
    color: #808080;
    display: block;
}

/* PRICE */

.price {
    display: flex;
    margin: 12rem auto 0;
    width: 96rem;
}

.price .price-image img {
    width: 36.4rem;
}

.price .price-content {
    padding-top: 5rem;
    padding-left: 6rem;
}

.price .price-content h1 {
    font-size: 4rem;
    font-weight: 400;
}

.price .price-content h1 span {
    font-weight: 900;
    color: var(--roxo-uninabuco);
}

.price .price-content p {
    padding-top: 3.4rem;
    width: 50.6rem;
    font-size: 1.5rem;
    color: #4D4D4D;
}

.price .price-button-container {
    display: flex;
    position: relative;
    width: 24rem;
    height: 6rem;
    margin-top: 2.1rem;
}

.price .price-button-container button {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 1.6rem 4.6rem;
    background-color: transparent;
    font-weight: 900;
    color: #FFF;
    font-size: 2.1rem;
    text-align: center;
    border-radius: 1.4rem;
    transition: 300ms;
    border: solid var(--roxo-uninabuco) 2px;
    cursor: pointer;
}

.price .price-button-container .button-shadow {
    z-index: -1;
    background-color: var(--magenta-uninabuco);
    top: 5px;
    left: 5px;
    border-radius: 1.4rem;
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
}

.price .price-button-container button:hover {
    background-color: #FFF;
    color: var(--magenta-uninabuco);
}

/* BRANDS */

.brands {
    margin: 12rem auto 0;
    background-color: #F4F2F2;
    width: 100%;
}

.brands .brands-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 96rem;
    margin: 0 auto;
}

.brands .brands-content {
    width: 29rem;
    margin-top: 7.9rem;

}

.brands .brands-content h6 {
    font-weight: 400;
    font-size: 1.8rem;
    color: var(--magenta-uninabuco);
}

.brands .brands-content h1 {
    font-weight: 900;
    font-size: 4.2rem;
    line-height: 5rem;
    font-style: italic;
    color: #000;
}

.brands .brands-image img {
    width: 47.3rem;
}

.brands .brands-image button {
    position: relative;
    background-color: #ED1E79;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    bottom: 5.8rem;
    right: 9.5rem;
    cursor: pointer;
}

.brands .brands-button-container {
    display: flex;
    position: relative;
    width: 24rem;
    height: 6rem;
    margin-top: 6.1rem;
}

.brands-button-container button {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 1.6rem 4.6rem;
    background-color: transparent;
    font-weight: 900;
    color: #FFF;
    font-size: 2.1rem;
    text-align: center;
    border-radius: 1.4rem;
    transition: 300ms;
    border: solid var(--roxo-uninabuco) 2px;
    cursor: pointer;
}

.brands-button-container .button-shadow {
    z-index: 0;
    background-color: var(--magenta-uninabuco);
    top: 5px;
    left: 5px;
    border-radius: 1.4rem;
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
}

.brands .brands-button-container button:hover {
    background-color: #FFF;
    color: var(--magenta-uninabuco);
}

/* BIGNUMBERS */

.bignumbers {
    width: 96rem;
    margin: 12rem auto 0;
}

.bignumbers-container {
    display: flex;
    justify-content: space-around;
}

.bignumbers .bignumbers-img {
    width: 33.9rem;
}

.bignumbers .bignumbers-img img {
    width: 100%;
}

.bignumbers .bignumbers-content {
    width: 24.6rem;
}

.bignumbers-content h4 {
    color: var(--magenta-uninabuco);
    font-weight: normal;
    font-size: 1.6rem;
}

.bignumbers-content h1 {
    margin-top: 5.1rem;
    font-weight: 900;
    font-size: 3.4rem;
    line-height: 5rem;
    font-style: italic;
    color: #000;
}

.bignumbers-content p {
    margin-top: 2.7rem;
    font-size: 1.1rem;
    color: #4D4D4D;
}

.bignumbers-content ul {
    margin-top: 3.3rem;
}

.bignumbers-content ul li {
    font-size: 1.4rem;
    color: var(--roxo-uninabuco);
}

.bignumbers-numbers {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 26.6rem;
}

.bignumbers-numbers h1 {
    width: 12.4rem;
    font-size: 7.5rem;
    font-weight: 900;
    text-align: right;
    color: var(--roxo-uninabuco);
    text-shadow: -2px -2px 0px var(--magenta-uninabuco);
}

.bignumbers-numbers p {
    margin-left: 1rem;
    width: 13.2rem;
    font-size: 0.9rem;
    color: #4D4D4D;
}

.bignumbers-numbers .number {
    display: flex;
    align-items: center;
}

.bignumbers-cards {
    width: 96rem;
    margin: 5.2rem auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
}

.bignumbers-cards .card {
    width: 31rem;
    display: flex;
    align-items: center;
    padding: 1.6rem 2.4rem;
    border-radius: 2.7rem;
    background-color: #F5F5F5;
    transition: 300ms cubic-bezier(0.42, 0, 0.32, 1.98);
    cursor: default;
}

.bignumbers-cards .card .card-image {
    width: 5.2rem;
    margin-right: 2rem;
}

.bignumbers-cards .card h1 {
    font-weight: 900;
    margin-right: 2rem;
}

.bignumbers-cards .card:hover {
    transform: scale(1.1);
    box-shadow: 3px 3px 10px rgb(0 0 0 / 30%);
    background-color: #FFF;
}

.bignumbers-banner {
    position: relative;
    width: 96rem;
    height: 19rem;
    display: flex;
    margin: 12rem auto 0;
    background-color: #F2F2F2;
    border-radius: 3rem;
}

.bignumbers-banner .banner-content {
    margin-top: 3.5rem;
    margin-left: 7rem;
}

.bignumbers-banner .banner-content h1 {
    font-size: 2.7rem;
    font-weight: normal;
}

.bignumbers-banner .banner-content h1 span {
    font-weight: 900;
}

.bignumbers-banner .banner-button-container {
    display: flex;
    position: relative;
    width: 24rem;
    height: 6rem;
    margin-top: 3rem;
}

.bignumbers-banner .banner-button-container button {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 1.6rem 4.6rem;
    background-color: transparent;
    font-weight: 900;
    color: #FFF;
    font-size: 2.1rem;
    text-align: center;
    border-radius: 1.4rem;
    transition: 300ms;
    border: solid var(--roxo-uninabuco) 2px;
    cursor: pointer;
}

.bignumbers-banner .banner-button-container .button-shadow {
    z-index: 0;
    background-color: var(--magenta-uninabuco);
    top: 5px;
    left: 5px;
    border-radius: 1.4rem;
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
}

.bignumbers-banner .banner-button-container button:hover {
    background-color: #FFF;
    color: var(--magenta-uninabuco);
}

.bignumbers-banner .banner-image img {
    position: relative;
    bottom: 30%;
    right: -75%;
}

/* TESTIMONIALS */

.testimonials {
    width: 100%;
    margin-top: 6.5rem;
    height: 54rem;
    background-color: #EBEAE9;
}

.testimonials-container {
    width: 96rem;
    margin: 0 auto;
}

.testimonials-content h1 {
    font-size: 5rem;
    font-weight: 900;
    padding-top: 8.5rem;
    display: flex;
    align-items: center;
}

.testimonials-content hr {
    margin-left: 6.5rem;
    display: block;
    height: 3px;
    width: 43rem;
    background-color: #999999;
    border-radius: .2rem;
}

.testimonials-cards {
    display: flex;
    justify-content: space-around;
}

.testimonials-cards .card {
    position: relative;
    top: 0;
    margin-top: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
    width: 30rem;
    height: 27rem;
    border-radius: 2.7rem;
    cursor: pointer;
    transition: 200ms ease-in-out;
    outline: solid #FFFFFF 4px;
    outline-offset: -2px;
    opacity: 0.8;
}

.testimonials-cards .card img {
    width: 6.8rem;
    margin-top: 2.6rem;
}

.testimonials-cards .card:hover {
    position: relative;
    top: -5px;
    box-shadow: 8px 8px 0px var(--magenta-uninabuco);
    outline: solid var(--roxo-uninabuco) 3px;
    opacity: 1;
}

.testimonials-cards .card .card-content {
    text-align: center;
}

.testimonials-cards .card .card-content h1 {
    margin-top: 1.2rem;
    font-weight: 900;
    font-style: italic;
}

.testimonials-cards .card .card-content p {
    font-weight: 400;
    font-size: 1rem;
    color: #808080;
}

.testimonials-cards .card .card-content .function {
    font-style: italic;
}

.testimonial {
    font-size: 1.2rem;
    padding: 2.4rem 1.8rem;
    height: 10rem;
    width: 28rem;
    text-align: center;
}

/* CONTACT */

.contact {
    width: 100%;
    background-color: #F4F2F2;
}

.contact-container {
    padding-top: 12rem;
    padding-bottom: 7rem;
    margin: 0 auto;
    width: 96rem;
    display: flex;
}

.contact-content {
    width: 27.5rem;
}

.contact-content .description {
    width: 18rem;
}

.contact-content .description h1 {
    font-weight: 900;
    font-size: 1.9rem;
}

.contact-content .description h3,
.contact-content .address p {
    font-size: 1.6rem;
    padding-top: 1.4rem;
}

.contact-content .description p {
    font-size: 1.3rem;
}

.contact-content .phone {
    font-size: 1.6rem;
    padding-top: 3rem;
}

.contact-content .phone i,
.contact-content .address i {
    font-size: 1.6rem;
    color: var(--magenta-uninabuco);
}

.contact-content .socials {
    padding: 3rem;
    background-color: #DDDDDD;
    margin-top: 5.6rem;
    border-radius: 2.3rem;
}

.contact-content .socials i {
    color: #999999;
    font-size: 2.6rem;
    margin-right: 2rem;
    transition: 250ms;
}

.contact-content .socials i:hover {
    color: var(--magenta-uninabuco);
}

.contact-form {
    z-index: 10;
    position: relative;
    right: 3.7rem;
}

.contact-map iframe {
    width: 47rem;
}

/* FOOTER */
footer {
    background-color: var(--magenta-uninabuco);
    width: 100%;
}

.footer-container {
    width: 96rem;
    margin: 0 auto;
    padding: 7rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer-content {
    display: inline-flex;
    align-items: center;
}

.footer-logo img {
    width: 23rem;
}

.footer-content button {
    width: 25rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #FFF;
    border: solid var(--roxo-uninabuco) 2px;
    background-color: transparent;
    padding: 2rem 0;
    border-radius: 2.5rem;
    transition: 250ms;
    cursor: pointer;
}

.footer-content button:hover {
    background-color: var(--roxo-uninabuco);
}

.footer-content p {
    width: 25rem;
    margin-left: 3rem;
    font-size: 1.9rem;
    color: #FFF;    
}

.footer-content p span {
    font-weight: 900;   
}

/* MEDIA QUERYES */

@media (max-width: 960px) {
    html {
        font-size: 55%;
    }

    header {
        width: 100%;
    }

    nav {
        width: 610px;
    }

    .featured-section {
        background-position-x: 240px;
    }

    .featured-section-container {
        width: 100%;
    }

    #featured-form, #contact-form {
        width: 235px;
    }

    .contact-content .socials {
        margin-top: 43px;
    }

    .contact-map iframe {
        width: 380px;
        height: 330px;
    }
}

@media (max-width: 900px) {
    header {
        flex-direction: column;
    }

    header .logo {
        width: 100%;
        margin: 0 0 42px;
        border-radius: 27px;
        border-radius: 0;
    }

    .featured-section-container {
        flex-direction: column;
    }
    
    .featured-section {
        background-position-x: 10px;
    }

    #featured-form {
        order: 2;
        margin: -100px 450px;
    }

    .persona-image {
        order: 1;
        top: 25rem;
        margin-left: 110px;
    }

    .featured-section-content {
        order: 3;
        margin: 155px auto 0;
        display: flex;
    }

    .featured-section p {
        height: 93px;
        margin: 10px 0 0px 50px;
        padding-top: 8px;
        line-height: 24px;
    }

   .cards-wrapper {
        width: 88rem;
    }

    .cards-wrapper .cards-content {
        width: 22rem;
    }

    .cards-wrapper .cards-container {
        width: 100%;
    }

    .brands .brands-container {
        width: 88rem;
    }

    .price .price-content {
        padding-left: 3rem;
    }
    
    .price {
        width: 88rem;
    }

    .price .price-content p {
        width: 49.6rem;
    }

    .bignumbers {
        width: 88rem;
    }

    .bignumbers-cards {
        width: 64rem;
        grid-template-columns: 1fr 1fr;
        gap: 3.5rem;
    }

    .bignumbers-banner {
        width: 88rem;
    }

    .bignumbers-banner .banner-image img {
        bottom: 47%;
        right: -30%;
    }

    .testimonials-container {
        width: 88rem;
    }

    .testimonials-cards .card {
        width: 28rem;
    }

    .contact-container {
        width: 88rem;
    }

    .contact-map iframe {
        width: 312px;
    }

    .footer-container {
        width: 88rem;
    }
}

@media (max-width: 768px) {
    .cards-wrapper {
        width: 80%;
        margin-top: 70px;
        height: 100%;
    }

    .cards-wrapper .cards-content {
        display: none;
    }

    .cards-wrapper .cards-container {
        margin: 0;
    }

    .price {
        width: 80%;
        margin: 70px auto 0;
    }

    .price .price-content {
        padding-top: 0;
    }

    .price .price-content p {
        width: 280px;
    }

    .price .price-button-container {
        margin-top: 19px;
    }

    .brands .brands-container {
        width: 750px;
    }

    .brands .brands-content {
        margin-left: 30px;
    }

    .bignumbers {
        width: 80%;
    }

    .bignumbers-container {
        flex-direction: row;
    }

    .bignumbers .bignumbers-img {
        display: none;
    }

    .bignumbers-banner {
        width: 600px;
        height: 210px;
    }

    .bignumbers-banner .banner-image img {
        bottom: 18%;
        right: -10%;
    }

    .testimonials {
        height: 1070px;
    }   

    .testimonials-container {
        width: 400px;
    }

    .testimonials-content hr {
        display: none;
    }

    .testimonials-content {
        width: 311px;
        margin: 0 auto;
    }

    .testimonials-cards {
        flex-direction: column;
        width: 248px;
        margin: 0 auto;
    }

    .contact-container {
        width: 707px;
    }
    
    .contact-map iframe {
        width: 230px;
    }

    .footer-container {
        display: flex;
        flex-direction: column;
    }

    .footer-logo {
        margin-top: 50px;
    }
}

@media (max-width: 425px) {
    /*  MENU  */
    header {
        position: initial;
        width: 100%;
        margin-top: 0;
        border-radius: 0;
        justify-content: space-between;
        flex-direction: row;
    }

    header .logo {
        margin: 0;
        width: unset;
    }

    .menu-section nav {
        display: none;
    }

    .one,
    .two,
    .three {
        background-color: var(--roxo-uninabuco);
        height: 3px;
        width: 100%;
        margin: 6px auto;

        transition-duration: 0.3s;
    }

    .menu-toggle {
        width: 30px;
        margin-right: 30px;
    }

    .menu-section.on {
        position: absolute;
        left: 0;    
        top: 0;

        width: 100vw;
        height: 100vh;

        background-color: var(--magenta-uninabuco);

        z-index: 10;

        display: inline-block !important;
        padding-top: 80px;

        transition: 200ms;
    }

    .menu-section.on nav, header a {
        display: block;
    }

    .menu-section.on nav ul {
        width: 100%;
        margin-left: 0;
    }

    .menu-section.on .menu-toggle {
        position: absolute;
        right: 0;
        top: 30px;
    }

    .menu-section.on .menu-toggle .one {
        transform: rotate(45deg) translate(7px, 7px);
        background-color: #FFF;
    }

    .menu-section.on .menu-toggle .two {
        opacity: 0;
    }

    .menu-section.on .menu-toggle .three {
        transform: rotate(-45deg) translate(5px, -6px);
        background-color: #FFF;
    }

    .menu-section.on > a:last-child {
        border: none;
        margin: 0;
        padding: 0;
    }

    .menu-section.on nav {
        width: 100%;
        margin: 0;
    }

    .menu-section.on nav ul {
        text-align: center;
        display: block;
        padding-left: 0;
    }

    .menu-section.on nav ul li {
        margin-right: 0;
    }
    
    .menu-section.on nav ul a {
        transition-duration: 0.5s;
        font-size: 30px;
        line-height: 40px;
        display: block;
        margin-top: 40px;
    }

    .menu-section.on nav ul li .feature-button {
        width: 80%;
        margin: 50px auto;
    }

    .menu-section.on nav .feature-button a {        
        font-size: 3rem;
        width: 350px;
        margin: 30px auto 0;        
    }

    /*   FEATURED-SECTION   */
    .featured-section {
        background-position-x: -85px;
    }

    .persona-image {
        order: 1;
        top: 4rem;
        margin: 0 auto;
        left: 0;
    }

    #featured-form {
        margin: 0 auto;
        width: 70%;
        height: 400px;
    }

    #featured-form input, #contact-form input,
    #featured-form button, #contact-form button {
        height: 40px;
    }

    .featured-section-content {
        order: 3;
        margin: 100px auto 0;
        display: block;
    }

    .featured-section p {
        margin: 10px 0 0 0;
    }

    /*  CARDS-WRAPPER*/
    .cards-container h3 {
        width: 80%;
        margin: 7rem auto;
    }

    .cards-wrapper .cards {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .cards-wrapper .card {
        width: 60%;
        margin-bottom: 20px;
    }

    /*   PRICE   */
    .price {
        display: block;
    }

    .price .price-content {
        padding: 0;
    }

    .price .price-image img {
        width: 100%;
    }

    .price .price-content h1 {
        margin-top: 20px;
    }

    .price .price-button-container {
        margin-top: 30px;
        width: 100%;
    }

    /*   BRANDS   */
    .brands .brands-container {
        display: block;
        width: 100%;
    }

    .brands .brands-content {
        width: 350px;
        padding-top: 70px;
    }

    .brands .brands-button-container {
        width: 100%;
    }

    .brands .brands-image img {
        width: 100%;
        padding-top: 30px;
    }

    .brands .brands-image button {
        bottom: 9rem;
        right: -39rem;
    }

    /*   BIGNUMBERS   */
    .bignumbers-container {
        flex-direction: column;
    }

    .bignumbers .bignumbers-content {
        width: 100%;
    }

    .bignumbers-numbers {
        width: 100%;
        align-items: center;
    }

    .bignumbers-cards {
        grid-template-columns: 1fr;
        width: 80%;
    }

    .bignumbers-banner {
        display: block;
        width: 100%;
        height: 100%;
    }

    .bignumbers .banner-image {
        margin-top: 30px
    }

    .bignumbers-banner .banner-content {
        padding-top: 30px;
        margin: 0 auto;
        width: 80%;
        text-align: center;
    }
    
    .bignumbers-banner .banner-button-container {
        width: 100%;
    }

    /*   CONTACT   */
    .contact-container {
        display: block;
        width: 80%;
    }

    .contact-content {
        width: 100%;
    }

    .contact-content .description {
        width: 100%;
    }

    .contact-content .socials {
        margin: 30px 0;
    }

    .contact-form {
        right: 0;
    }

    #contact-form {
        width: 100%;
        height: 400px;
    }

    .contact-map iframe {
        width: 340px;
        margin-top: 30px;
    }

    /*   FOOTER   */
    .footer-container {
        width: 100%;
    }

    .footer-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .footer-content a {
        margin-bottom: 30px;
    }

    .footer-content p {
        margin-left: 0;
    }    

}

@media (max-width: 320px) {

    .menu-section.on {
        position: absolute;
        left: 0;    
        top: 0;

        width: 100vw;
        height: 150vh;
    }

    .persona-image {
        width: 100%;
    }

    .persona-image img {
        width: 90%;
    }

    .brands .brands-content {
        width: 280px;
    }

    .brands .brands-content {
        margin: 0 auto;
    }

    .brands .brands-image button {
        bottom: 7rem;
        right: -29rem;
    }

    .bignumbers-cards {
        width: 100%;
    }

    .bignumbers-banner {
        width: 270px;
    }

    .bignumbers-banner .banner-content {
        width: 100%;
    }

    .bignumbers-banner .banner-image img {
        right: 0;
        width: 100%;
    }

    .bignumbers-banner .banner-button-container {
        width: 90%;
        margin: 30px auto;
    }

    .testimonials-container {
        width: 320px;
    }

    .testimonials-content {
        width: 250px;
    }

    .contact-map iframe {
        width: 256px;
    }
}