@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Dosis:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Niramit:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Updock&display=swap'); /*font h1 titulo*/

@media screen and (max-width: 2200px){
    .div-btn-nov {
        width: 65%;
    }
}

@media screen and (max-width: 1700px){
    /*INDEX PRINCIPAL*/
    .div-geral {
        width: 100%;
    }
    .div-porta {
        width: 40%;
        justify-content: center;
    }
    .div-btn-nov {
        width: 60%;
    }
}

@media screen and (max-width: 1500px){
    /*SOBRE MIM*/
    .img-sobre {
        width: 40%;
    }
    .img-sobre img {
        width: 400px;
        max-height: 650px;
    }
    .img-sobre-principal img {
        width: 550px;
        max-height: 650px;
    }
    .text-sobre p {
        font-size: 21px;
    }
    .text-sobre {
        width: 40%;
    }
    .container-sobre {
        gap: 30px;
    }
    /*PRECEITO*/
    .img-preceito {
        width: 40%;
    }
    .img-preceito img {
        width: 500px;
        max-height: 650px;
    }
    .img-preceito-principal img {
        width: 550px;
        max-height: 650px;
    }
    .text-preceito p {
        font-size: 21px;
    }
    .text-preceito {
        width: 40%;
    }
    .container-preceito {
        gap: 30px;
    }
    /* CONTATO EMAIL */
    .content-contatoEmail {
        width: 85%;
    }
     /*INDEX PRINCIPAL*/
    .nav-index {
        width: 850px;
    }
    .div-porta img {
        width: 400px;
    }
    .novidades-section {
        width: 100%;
    }
    .nav-index ul {
        gap: 10px;
    }
    .nav-index ul li {
        /* height: 90px;
        width: 90px; */
        height: 120px;
        width: 120px;
    }
    .nav-index ul li a {
        /* height: 90px;
        width: 90px; */
        height: 120px;
        width: 120px;
    }
}

@media screen and (max-width: 1300px){
     /*INDEX PRINCIPAL*/
    .div-porta {
        width: 39%;
    }
    .nav-index {
        width: 800px;
    }
}

@media screen and (max-width: 1190px){
     /*INDEX PRINCIPAL*/
    .div-porta img {
        display: none;
    }
    .div-porta {
        width: 0;
    }
    .novidades-section {
        width: 100%;
        margin: 0 auto;
        margin-top: 50px;
    }
    .novidades-section .novidade {
        width: 60%;
    }
    .div-btn-nov {
        width: 100%;
    }
    .header-index h1 {
        font-size: 80px;
    }
    /*PRODUTO*/
    .img-abaproduto {
        width: 60%;
        height: 400px;
    }
    .texto-sobreposto {
        height: 84%;
    }
    .content-logo-produto {
        top: 15px;
    }
}

@media screen and (max-width: 950px){
    .header-index h1 {
        top: 10px;
        font-size: 75px;
        text-align: center;
    }
    header {
        height: 350px;
    }
    .nav-index {
        width: 600px;
        height: 350px;
    }

    .nav-index ul li {
        height: 90px;
        width: 90px;
    }
    .nav-index ul li a {
        height: 90px;
        width: 90px;
    }
}

@media screen and (max-width: 900px){
    /*CONTATO-EMAIL*/
    .container-contatoEmail {
        height: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    } 

    .content-dados {
        display: flex;
        flex-direction: column;
    }

    .content-dadosEmpresa {
        border-radius: 10px 10px 0px 0px;
        width: 100%;
    }

    .content-inputs {
        gap: 15px;
        width: 100%;
    }
     /*INDEX PRINCIPAL*/
    .novidades-section .novidade {
        width: 90%;
    }
    .header-index h1 {
        font-size: 60px;
    }

    /*PRODUTO*/
    .container-produto {
        justify-content: space-evenly;
    }
    .categoria-nav-produto ul {
        gap: 30px;
    }
    .categoria-nav-produto ul li {
        height: 110px;
        width: 110px;
    }
    .categoria-nav-produto ul li a {
        height: 110px;
        width: 110px;
        font-size: 30px;
    }
    .div-img-texto {
        flex-direction: column;
        width: 100%;
        height: 700px;
        gap: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .img-abaproduto {
        width: 70%;
        height: 500px;
        margin: 0 auto;
    }
    .texto-sobreposto {
        margin: 0 auto;
        width: 70%;
        font-size: 22px;
    }
}

@media (max-width: 1400px) and (max-height: 585px) {
    .container-produto {
       margin-top: 70px;
    }
}

@media screen and (max-width: 1300px){
    /*SOBRE MIM*/
    .img-sobre {
        width: 40%;
    }
    .img-sobre img {
        width: 400px;
        max-height: 580px;
    }
    .text-sobre p {
        font-size: 19px;
    }
    .text-sobre {
        width: 45%;
    }
    /*PRECEITO*/
    .img-preceito {
        width: 40%;
    }
    .img-preceito img {
        width: 400px;
        max-height: 580px;
    }
    .text-preceito p {
        font-size: 21px;
    }
    .text-preceito {
        width: 45%;
    }
}

@media screen and (max-width: 1145px){
    /*SOBRE MIM*/
    #back-sobre {
        background: -webkit-linear-gradient(180deg, #ABAEA5,#ABAEA5,#BBBBBB);
        background: linear-gradient(180deg, #ABAEA5,#AEAEAE,#868487);
    }
    .container-sobre {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        height: 100%;
        margin-top: 150px;
    }
    .img-sobre {
        width: 100%;
    }
    .img-sobre img {
        width: 50%;
        max-height: 450px;
        object-fit: cover;
        object-position: top;
    }
    .text-sobre p {
        font-size: 21px;
    }
    .text-sobre {
        width: 80%;
        margin-bottom: 20px;
        padding: 0px 0px 0px 0;
    }
    /*PRECEITO*/
    .container-preceito {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        height: 100%;
        margin-top: 150px;
    }
    .img-preceito {
        width: 100%;
    }
    .img-preceito img {
        width: 50%;
        max-height: 450px;
        object-fit: cover;
        object-position: top;
    }
    .text-preceito p {
        font-size: 21px;
    }
    .text-preceito {
        width: 80%;
        margin-bottom: 20px;
        padding: 0px 0px 0px 0;
    }
    /*PRODUTOS*/
    .modal-content-produto {
        height: 500px;
    }
    .modal-content-produto {
       width: 70%;
   }
   /*OFICINAS*/
   .modal-content-oficina {
        height: 500px;
    }
    .modal-content-oficina {
        width: 70%;
    }
    /* FOOTER */
    .content-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 10px 20px;
        height: 90px;
    }
    .footer-copy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }
    .footer-copy p {
        font-size: 13px;
        text-align: center;
    }
    .footer-midias i {
        font-size: 20px;
    }
}

@media screen and (max-width: 750px){
    /*PRODUTO*/
    .container-produto {
        flex-direction: column;
        justify-content: space-evenly;
        margin-top: 90px;
    }
    .categoria-nav-produto ul {
        flex-direction: row;
        gap: 20px;
        margin-bottom: 30px;
    }
    .container-produto .img-abaproduto {
        width: 100%;
        height: 480px;
    }
    .texto-sobreposto {
        width: 100%;
        font-size: 23px;
    }
    /*INDEX PRINCIPAL*/
    .nav-index {
        width: 100%;
    }
    .nav-index ul {
        gap: 8px;
    }
    .header-index h1 {
        font-size: 53px;
        text-align: center;
    }
    .fundo_flores {
        width: 110vw;
    }
     /*PRODUTOS*/
     .modal-content-produto {
        width: 60%;
    }
    .modal-content-oficina {
        width: 60%;
    }

}

@media screen and (max-width: 670px){
    /*SOBRE MIM*/
    .img-sobre img {
        width: 100%;
        max-height: 400px;
    }
    .text-sobre {
        width: 90%;
    }
    /*PRECEITO*/
    .img-preceito img {
        width: 100%;
        max-height: 400px;
    }
    .text-preceito {
        width: 90%;
    }
    /*NOTICIA*/
    .container-noticia {
        height: 100%;
    }
     /*INDEX PRINCIPAL*/
    #back,
    #back-sobre,
    #back-preceito,
    #back-produto,
    #back-noticia,
    body.categoria-cosmeticos,
    body.categoria-perfumes-para-casa,
    body.categoria-perfumes,
    #back-oficinas,
    #back-contato,
    body.categoria-prazeres-da-alma,
    body.categoria-curas-da-alma {
        border-width: 145px 30px 0 30px;
    }    
    .container-sobre h1,
    .container-preceito h1,
    .container-produto h1,
    .container-noticia h1,
    .container-oficinas h2 {
        font-size: 55px;
    }
    .nav-index ul {
        flex-wrap: wrap;
        justify-content: center;
    }
   .novidades-section {
        margin-top: 20px;
    }
    .novidades-section .novidade {
        width: 90%;
    }
    .content-logo-index {
        right: 10px;
        /* height: 80px; */
    }
    .content-logo-index img {
        /* width: 80px;
        height: 80px; */
    }
    .content-logo-circulo {
        height: 100px;
        width: 100px;
    }
    .div-geral {
        gap: 0px;
    }
    /*PRODUTOS*/
    .product-grid h2 {
        font-size: 60px;
    }
    /*OFICINA*/
    .oficina-grid h2 {
        font-size: 60px;
    }
    .text-sobre p {
        text-align: center;
    }
    .text-preceito p {
        text-align: center;
    }
    .product-category {
        gap: 110px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 560px){
     /*PRODUTO*/
     .categoria-nav-produto ul li {
        height: 100px;
        width: 100px;
    }
    .categoria-nav-produto ul li a {
        height: 100px;
        width: 100px;
        font-size: 28px;
    }
    .product,
    .oficina {
        width: 320px;
    }
    .content-logo-produtos img {
        /* width: 90px;
        height: 90px; */
    }
    .content-logo-produto img {
        /* width: 90px;
        height: 90px; */
    }
    .content-logo-sobremim img {
        /* width: 90px;
        height: 90px; */
    }
    .content-logo-preceito img {
        /* width: 90px;
        height: 90px; */
    }
    .content-logo-oficinas img {
        width: 90px;
        height: 90px;
    }
     /*INDEX PRINCIPAL*/
     .nav-index ul li {                                                             
        height: 80px;
        width: 80px;
    }
     .nav-index ul li a {
        font-size: 19px;
    }
    .fundo_flores img {
        object-position: top;
        display: none;
    }
    .header-index h1 {
        font-size: 50px;
    }
    /*PRODUTOS*/
    .modal-content-produto {
        height: 400px;
        width: 90%;
    }
    .modal-content-oficina {
        height: 400px;
        width: 90%;
    }
}

@media screen and (max-width: 500px){
    /* FOOTER */
    .content-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 10px 20px;
        height: 90px;
    }
    .footer-copy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }
    .footer-copy p {
        font-size: 13px;
        text-align: center;
    }
    .footer-midias i {
        font-size: 20px;
    }
    /*PRODUTO*/
    .container-produto .img-abaproduto {
        height: 430px;
    }
    .categoria-nav-produto ul {
        gap: 15px;
        margin-bottom: 0px;
        flex-wrap: wrap;
        justify-content: center;
    }
    /*PRODUTOS*/
    .product-grid h2 {
        margin-top: 5px;
        margin-left: 0px;
    }
    .product-grid h2 {
        font-size: 42px;
    }
    /*OFICINA*/
    .oficina-grid h2 {
        margin-top: 5px;
        margin-left: 0px;
    }
    .oficina-grid h2 {
        font-size: 50px;
    }
}

@media screen and (max-width: 500px){
    /*PRODUTO*/
    .container-produto {
        margin-top: 10px;
    }
    .categoria-nav-produto ul li {
        height: 100px;
        width: 100px;
    }
    .categoria-nav-produto ul li a {
        font-size: 22px;
    }
    /*index*/
    .content-logo-circulo {
        height: 80px;
        width: 80px;
    }
    .content-logo-quadrado {
        height: 90px;
        width: 90px;
    }
    .content-logo-retangulo {
        height: 129px;
        width: 96px;
        position: absolute;
        top: 9px !important;
    }
    .content-logo-formato4 {
        height: 129px;
        width: 96px;
        position: absolute;
        top: 9px !important;
    }
    .content-logo-formato5 {
        height: 118px;
        width: 89px;
        position: absolute;
        top: 9px !important;
    }
    .content-logo-produto {
        top: 40px;
    }
    .content-logo-produtos {
        top: 40px;
    }
    .texto {
        padding: 0px;
    }
    .text-contatoEmail p {
        font-size: 21px;
    }
    .content-contatoEmail {
        width: 100%;
    }
    .content-local {
        gap: 5px;
    }
    .content-local div p {
        font-size: 15px;
    }
    .text-contatoEmail h1 {
        font-size: 80px;
    }
    
}

@media (max-width: 400px) and (max-height: 636px) {
    .container-produto {
       margin-top: 70px;
    }
}


@media screen and (max-width: 380px){
    /*PRODUTO*/
    .categoria-nav-produto ul li {
        height: 90px;
        width: 90px;
    }
    .categoria-nav-produto ul li a {
        font-size: 20px;
    }
    .container-produto .img-abaproduto {
        height: 370px;
    }
    .categoria-nav-produto ul {
        gap: 10px;
    }
    .texto-sobreposto {
        font-size: 23px;
    }
    /*LOGO*/
    .container-sobre h1 {
        font-size: 50px;
        top: 25px;
        left: 15px;
    }
    .container-preceito h1 {
        font-size: 50px;
        top: 25px;
        left: 15px;
    }
    .container-produto h1 {
        font-size: 50px;
        top: 25px;
        left: 15px;
    }
}
