/* Fontes */

@font-face {
    font-family: 'Telegraf';
    src: url('../fonts/TelegrafRegular_272984568a25d8528fe2de8b20b29011.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Telegraf';
    src: url('../fonts/Telegraf\ UltraLight\ 200.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Telegraf";
    src: url('../fonts/Telegraf\ UltraBold\ 800.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

/* Rolagem */
html {
    scroll-behavior: smooth;
}

h1 {
    font-family: 'Telegraf', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 2.188rem;
}

h2 {
    font-family: 'Telegraf', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 1.344rem;
}

.destaque {
    color: #f6b10d;
}

/* Botão */
.botao {
    font-family: 'Telegraf', sans-serif;
    font-weight: 600;
    background-color: #f6b10d;
    color: #005ad2;
    font-size: 1rem;
    width: 200px;
    min-width: 200px;
    height: 50px;
    border-radius: 30px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-align: center;
    padding: 15px 20px;
    text-decoration: none;

}

.botao:active {
    transform: scale(1.2);
}

/* Menu Toggle */

.menu-toggle {
    display: block;
    /*oculta o menu*/
    cursor: pointer;
    width: 30px;
    height: 25px;
    padding: 10px 0;
}

.navbar {
    position: fixed;
    /*fixação do menu*/
    background-color: #2c2c2c;
    width: 100%;
    height: 50px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bar {
    display: block;
    /*mostra o menu*/
    width: 100%;
    height: 3px;
    margin: 5px 10px;
    background-color: #f6b10d;
    transition: all 0.3s ease-in-out;
}

.nav-menu {
    /* display: none; */
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #2c2c2c;
    width: 250px;
    height: 500px;
    position: fixed;
    top: 53px;
    left: -250px;
    transition: transform 0.5s ease;
}

.nav-menu a {
    font-family: 'Telegraf', sans-serif;
    font-size: 1.35em;
    color: #fff;

}

.nav-menu li {
    padding: 10px;
    text-align: center;
    /* display: none; */
}

.nav-menu.active {
    display: block;
    /*classe "active" que ativa o menu*/
    transform: translateX(250px);

}

/* Section-1  */

.main-section-1 {
    background: radial-gradient(circle, #5de0e6, #1457da);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-section-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.container-sofa {
    max-width: 100%;
}

.main-section-1 #logo {
    width: 10rem;
    padding: 0.1rem;
    align-self: flex-end;
    position: fixed;
    top: -3.5rem;
    z-index: 3;
}

.titulo {
    width: 100%;
    padding: 0.5rem;
    text-align: center;
    position: relative;
    top: 7rem;

}

.titulo-2 {
    width: 100%;
    padding: 0.5rem;
    text-align: center;
    position: relative;
    top: -1.8rem;

}

.main-section-1 #sofa-cinza {
    width: 100%;
    opacity: 0.5;
    z-index: 1;

}

.main-section-1 .botao-1 {
    margin-bottom: 20px;
    position: relative;
    top: -1rem;
}

/* Section 2 */

.container-section-2 {
    margin: auto;
    width: 100%;
    height: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.main-section-2 {
    font-family: 'Telegraf', sans-serif;
    width: 100%;
    padding-bottom: 1rem;
    background-image: url('../img/limpando-800px.webp');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.main-section-2 h2 {
    font-size: 1.7rem;
    font-weight: 600;
    margin-top: 10px;
    margin-left: 5px;
    align-self: flex-start;
}

.main-section-2 .card-section-2 {
    text-align: center;
    padding: .5rem;
    border-radius: 10px;
    width: 18.75rem;
    height: 15rem;
    background-color: rgba(0, 0, 0, 0.4);
    color: #000;
}

.main-section-2 h3 {
    font-size: 1.5rem;
    margin: 1rem;
    color: #f6b10d;

}

.main-section-2 p {
    font-size: 1.2rem;
    color: #fff;
}

/* Section 3 */

.container-section-3 {
    margin: auto;
    width: 100%;
    height: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.main-section-3 {
    background: radial-gradient(circle, #5de0e6, #1457da);
    font-family: 'Telegraf', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding-bottom: 1rem;
}

.main-section-3 h2 {
    font-size: 1.7rem;
    font-weight: 600;
    margin: 10px 0 0 5px;
    align-self: flex-start;

}

.main-section-3 p {
    color: #fff;
    text-align: center;
    font-size: 1rem;
    margin: 5px;
}

.main-section-3 h4 {
    font-size: 1.2rem;
    color: #000;
    margin: 10px;
    text-align: start;
}

.main-section-3 .card-section-3 {
    width: 18.75rem;
    height: 15rem;
    padding: .5rem;
    border: solid 2px black;
    border-radius: 10px;
    padding: 20px;

}

.main-section-3 li {
    list-style-type: disc;
    font-size: 1rem;
}

/* Section 4 */

.container-section-4 {
    margin: auto;
    width: 100%;
    height: auto;
    padding: 0.5rem 0 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;

}

.container-2-section-4 {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

.main-section-4 {
    font-family: 'Telegraf', sans-serif;
    background-image: url('../img/Sofa-Azul-1200px.webp');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: end;
}

.main-section-4 h2 {
    font-size: 1.7rem;
    font-weight: 600;
    margin: 0.5rem;
}

.main-section-4 h4 {
    font-size: 1.3rem;
    margin: 0.5rem;
}

.main-section-4 p {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0.8rem;
    color: #000;
}

.main-section-4 .botao-2 {
    margin-right: 10px;

}

/* Section 5 */

.container-section-5 {
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-section-5 {
    background: radial-gradient(circle, #5de0e6, #1457da);
    font-family: 'Telegraf', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.main-section-5 h2 {
    margin: 0 0 1.5rem 0;
    font-size: 1.7rem;
    font-weight: 600;
    align-self: flex-start;
}

.main-section-5 p {
    text-align: center;
    line-height: 1.5em;
}

.logo-lg {
    width: 60%;
    position: relative;
    top: -2rem;
}

.main-section-5 .botao-3 {
    position: relative;
    top: -3rem;
}

.main-section-5 .selo {
    width: 35%;
    max-width: 200px;
    padding: 1rem;
    top: 1px;
}

/* Footer */

footer {
    font-family: 'Telegraf', sans-serif;
    width: 100%;
    height: auto;
    padding: 0.5rem;
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    position: relative;
}

footer img {
    width: 48px;
    margin: 10px;

}

footer .email,
.phone {
    display: flex;
    flex-direction: row;
    align-items: center;

}

footer a {
    text-decoration: none;
    color: #fff;
}

footer .social {
    text-align: center;
}

footer #copy {
    align-self: center;
}

footer .icon-click:active {
    transform: scale(1.2);
}

/* Medias */

@media (min-width: 768px) {

    /* Menu Toggle */

    .nav-menu {
        width: 100%;
        height: 50px;
        padding-right: 1rem;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        position: static;
        z-index: 10;
        transition: none;
    }

    .menu-toggle {
        display: none;
        /*mostra o menu*/

    }

    .nav-menu a {
        text-decoration: none;
    }

    .nav-menu.active {
        display: inherit;
        transform: none;
    }

    /* Section 1 */

    .container-section-1 {
        margin: auto;
        height: 600px;
        align-items: start;
        position: relative;
    }

    .container-sofa {
        align-self: flex-end;

    }

    .main-section-1 {
        align-items: start;
        justify-content: space-evenly;
        height: 700px;
        padding: 1rem;
    }

    .main-section-1 #logo {
        align-self: flex-start;
        top: -3.4rem;
        z-index: 11;
    }

    .titulo {
        width: 53%;
        top: 8rem;
    }

    .titulo-2 {
        width: 50%;
        top: 3rem;
        padding: 1.5rem;
    }

    .main-section-1 .botao-1 {
        margin: 0 0 100px 12%;
    }

    .main-section-1 #sofa-cinza {
        width: 50%;
        align-self: flex-end;
        position: absolute;
        top: 1rem;
        right: -0.9rem;
    }

    /*  Section 2 */

    .container-section-2 {
        height: 600px;
        flex-direction: row;
    }

    .main-section-2 {
        padding: 0.5rem;
        flex-direction: row;
        height: 700px;
        background-image: url('../img/Limpando-1920px.webp');
    }

    .main-section-2 h2 {
        font-size: 2rem;
        margin-top: 20px;
        position: absolute;
    }

    .main-section-2 .card-section-2 {
        height: 16rem;
        margin: auto;
    }

    .main-section-2 h3 {
        font-size: 1.8rem;

    }

    #servicos {
        scroll-margin-top: -200px;
    }

    /* Section 3 */

    .container-section-3 {
        height: 600px;
        flex-direction: row;

    }

    .main-section-3 {
        flex-direction: row;
        padding: 1rem;
        height: 700px;
    }

    .main-section-3 h2 {
        font-size: 1.8rem;
        position: absolute;
    }

    .main-section-3 p {
        font-size: 1.2rem;
        margin-top: 100px;
        order: 2;
        position: absolute;
        align-self: flex-start;

    }

    .main-section-3 .card-section-3 {
        margin: auto;
    }

    /* Section 4  */

    .main-section-4 {
        background-image: url('../img/Sofa-Azul-1920px.webp');
    }
    .container-section-4 {
        height: 600px;
    }

    .main-section-4 h2 {
        font-size: 1.8rem;
        margin: 1rem;
    }

    #preco {
        scroll-margin-top: -250px;
    }

    /* Section 5 */

    .main-section-5 h2 {
        font-size: 1.8rem;
        margin-top: 1.5rem;
    }

    .main-section-5 p {
        font-size: 1.5rem;
        width: 80%;
    }

    .logo-lg {
        width: 50%;
    }

    .main-section-5 .botao-3 {
        position: relative;
        top: -3rem;
    }


    .main-section-5 .selo {
        width: 20%;

    }

    /* Footer */

    footer ul {
        display: flex;
        flex-direction: row;

    }

    footer li {
        margin: 10px;
    }

}

@media (min-width: 1024px) {

    /* Section 1 */

    .container-sofa {
        width: 100%;

    }

    .titulo {
        font-size: 2.488rem;
    }

    .titulo-2 {
        font-size: 1.544rem;
    }

    .main-section-1 .botao-1 {
        margin-left: 14%;
    }

    .main-section-1 #sofa-cinza {
        top: -5rem;

    }

    /* Section 2 */

    .main-section-2 {
        padding: 1rem;
        height: 900px;
    }
    .main-section-2 h2 {
        font-size: 2.5em;
    }

    .main-section-2 .card-section-2 {
        width: 100%;

    }

    #servicos {
        scroll-margin-top: -230px;
    }

    /* Seção 3  */

    .main-section-3 h2 {
        font-size: 2.5em;

    }

    .main-section-3 p {
        font-size: 1.5rem;
        margin-top: 90px;

    }

    .main-section-3 h4 {
        font-size: 1.5em;
    }

    .main-section-3 .card-section-3 {
        width: 100%;

    }

    .main-section-3 li {
        font-size: 1.2em;
    }

    /* Seção 4  */

    .container-section-4 {
        height: 800px;

    }

    .main-section-4 {
        height: 800px;

    }

    .main-section-4 h2 {
        font-size: 2.5rem;

    }

    .main-section-4 h4 {
        font-size: 1.5rem;
        margin: 1.3rem;

    }

    .main-section-4 p {
        font-size: 1.4rem;

    }

    #preco {
        scroll-margin-top: -330px;
    }

    /* Seção 5 */

    .main-section-5 h2 {
        font-size: 2.5rem;

    }

    .logo-lg {
        width: 400px;
    }

    /* Footer */

    footer {
        padding: 0.8rem;

    }

    footer h2 {
        font-size: 1.9rem;
    }

    footer img {
        width: 58px;

    }

    footer .email,
    .phone {
        font-size: 1.5rem;
    }

}

@media (min-width: 1280px) {

    /* Section 1 */

    .container-section-1 {
        max-width: 1300px;

    }

    .main-section-1 .botao-1 {
        margin-left: 17%;
    }

    /* Seção 2 */

    .container-section-2 {
        max-width: 1300px;
    }

    .main-section-2 {
        background-position: 0% 35%;
        background-image: url('../img/limpando-3000px.webp');
    }

    /* Seção 3  */

    .container-section-3 {
        max-width: 1300px;
        position: relative;
    }

    /* Seção 4  */

    .container-section-4 {
        max-width: 1300px;

    }

    .main-section-4 {
        background-position: 0 100%;
        text-align: center;
        background-image: url('../img/Sofa-Azul-3000px.webp');
    }

    .main-section-4 .botao-2 {
        margin: 1rem 10px 0 0;

    }

    /* Seção 5 */

    .container-section-5 {
        max-width: 1300px;
    }

    .logo-lg {
        width: 500px;
        
    }

}