@font-face {
    src: url(../fontes/Roboto-Black.ttf);
    font-family: 'Roboto-Black';
}

@font-face {
    src: url(../fontes/Roboto-BlackItalic.ttf);
    font-family: 'Roboto-BlackItalic';
}

@font-face {
    src: url(../fontes/Roboto-Regular.ttf);
    font-family: 'Roboto-Regular';
}

@font-face {
    src: url(../fontes/Roboto-Italic.ttf);
    font-family: 'Roboto-Italic';
}

@font-face {
    src: url(../fontes/Roboto-Light.ttf);
    font-family: 'Roboto-Light';
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

/* ---------- Mobile ---------- */

@media screen and (max-width:1024px) {
    .topnav {
        overflow: hidden;
        background-color: #003d51;
        font-family: 'Roboto-Light';
    }

    .topnav a {
        float: right;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 15px 20px 15px 10px;
        text-decoration: none;
        font-size: 20px;
    }

    .topnav a.active {
        background-color: #003d51;
        float: left;
        padding: 3%;
    }

    .topnav .active img {
        width: 170px;
        height: 40px;
    }

    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
        font-size: 33px;
    }

    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    /* Botões */
    .botão {
        padding-top: 30px;
    }

    .saiba-mais {
        height: 35px;
        width: 140px;
        color: white;
        background-color: #003d51;
        border: none;
        border-radius: 6px;
        font-size: 1rem;
        font-family: 'Roboto-Regular';
        outline: none;
        cursor: pointer;
    }

    #inverso .saiba-mais {
        height: 35px;
        width: 140px;
        color: #003d51;
        background-color: white;
        border: none;
        border-radius: 5px;
        font-size: 1rem;
        font-family: 'Roboto-Regular';
        outline: none;
        cursor: pointer;
    }



    /* Produtos */
    .produtos-titulo {
        text-align: center;
        color: #003d51;
        font-size: 1.5rem;
        font-family: 'Roboto-Black';
        padding-bottom: 0px;
    }

    .produtos {
        width: 90%;
        margin: 5% 8% 5% 8%;
    }

    .produtos h1 {
        text-align: center;
        padding-bottom: 0;
    }

    .produtos-card {
        width: 290px;
        height: 440px;
        border-radius: 15px;
        background-color: rgb(233, 231, 231);
        display: inline-block;
        border-top: 5px solid white;
        border-radius: 22px;
    }

    .produtos-card img {
        width: 100%;
        height: 35%;
        border-radius: 15px 15px 0 0;
    }

    .produtos-card h1 {
        font-size: 1.3rem;
        color: Black;
        font-family: 'Roboto-Regular';
        padding: 15px 0 0 20px;
        text-align: left;
    }

    .produtos-card p {
        font-size: 1rem;
        font-family: 'Roboto-Light';
        padding: 15px 40px 0 20px;
    }

    .produtos-card .botão {
        padding: 20px 0 0 20px;
    } 

    .Veja-mais {
        text-align: center;
        padding-bottom: 40px;
       
    }


    /* Produtos individuais */
    .corpo {
        display: flex;
        margin: 5% 5% 0 5%;
        background-color: white;
        width: 90%;
    }

    .parte1 {
        width: 120%;
        height: 200%;
        position: relative;
        display: block;
    }

    .h1-mobile {
        display: none;
    }

    .imagens {
        display:flex;
        margin: 5%;
        width: 90%;
    }

    .imagens li img {
        width: 90%;
        padding: 0 5px 0 0;
    }

    ul {
        list-style-type: none;
        float: left;
    }

    .imagens img {
        width: 80%;
    }

    #trocarimg {
        margin-left: 50px;
    }

    .textos {
        width: 90%;
        display: inline-block;
        vertical-align: top;
        padding: 20px 20px 50px 20px;
    }

    .textos h1 {
        font-size: 1.8rem;
        font-family: 'Roboto-Black';
        color: #003d51;
        padding-bottom: 20px;
        text-align: left;
    }

    .text1 h2 {
        font-size: 1.2rem;
        font-family: 'Roboto-Black';
    }

    .text1 p {
        font-size: 1rem;
        font-family: 'Roboto-Regular';
        padding-bottom: 2.5%;
    }

    .botoes-nos-produtos {
        padding: 20px 20px 0 0;
        width: 100%;
    }

    h1 {
        font-size: 1.5rem;
        font-family: 'Roboto-Black';
        color: #003d51;
        text-align: center;
    }

    /* .produtos-relacionados */
    .produtos-relacionados {
        height: 100%;
        display: flex;
        flex-direction: column;
        margin: 20px 40px;
        padding: 0 auto;
        justify-content: space-around;
    }

    .cards-produtos {
        justify-content: space-around;
        border-radius: 20px;
        margin: 20px 0;
        width: 100%;
        height: 500px;
        background-color: rgb(255, 255, 255);
        box-shadow: 5px 8px 15px 1px rgb(146, 146, 146);
        display: flex;
        flex-direction: column;
    }

    .cards-produtos img {
        border-radius: 10px 10px 0 0;
        height: auto;
        width: 90%;
        margin: 10px auto;
    }

    .cards-produtos h1 {
        margin: 5px 0 0 20px;
        font-size: 1.4rem;
        font-family: 'Roboto-Regular';
        text-align: left;
        color: black;
        font-weight: 900;
    }

    .cards-produtos h2 {
        margin: 5px 20px;
        text-align: left;
        font-family: 'Roboto-Regular';
        font-size: 1rem;
        font-weight: 800;
        color: rgb(23, 206, 23);
    }

    .cards-produtos p {
        font-family: "Roboto-Light";
        font-size: 0.9rem;
        margin: 10px 20px;
        text-align: left;
    }

    .cards-produtos button {
        width: 80%;
        margin: 10%;
    }

     /* rodape */
     .rodape {
        background-color: lightgray;
        text-align: center;
        border-bottom: 10px solid #003d51;
        padding-top: 20px;
    }

    .rodape h2 {
        font-family: 'Roboto-Light';
        font-weight: lighter;
        font-size: 1.3rem;
        padding: 10% 8%;
        color: black;
    }

    .rodape p {
        font-family: 'Roboto-Light';
        font-size: 1rem;
        padding: 2% 8%;
    }

    .rodape i {
        padding: 8% 4% 8% 4%;
        color: #003d51;
        font-size: 1.5rem;
    }#skype{
        height: 35px;
        width: 80px;
        border: 2px solid #003d51;
        background-color: white;
        border-radius: 5px;
    }
    #skype i{
        font-size: 20px;
        display: inline-flex;
        text-align: center;
        padding: 0;
    }
    #skype p{
        text-align: center;
        display: inline-flex;
        padding: 0 0 3px 3px;
        font-family: 'Roboto-Regular';
        color: #003d51;
    }

    /* Vídeos */
    video{
        height: 180px;
        margin: 30px auto 60px;
        display: block;
    }


    /* whatsapp */
    .whatsapp {
        position: fixed;
        width: 40px;
        height: 40px;
        bottom: 10px;
        right: 10px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 20px;
        box-shadow: 1px 1px 2px #888;
        z-index: 1000;
    }

    .whatsapp i {
        margin-top: 10px;
        color: white
    }

}