@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+Pinstripe&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'apple';
    src: url('font/SFPRODISPLAYREGULAR.OTF') format('opentype');
}

@font-face {
    font-family: 'applebold';
    src: url('font/SFPRODISPLAYBOLD.OTF') format('opentype');
}

.fontapplebold {
    font-family: "applebold";
    font-optical-sizing: auto;
    font-weight: 0;
    font-style: normal;
    font-size: 17px;
}

.fontapple {
    font-family: "apple";
    font-optical-sizing: auto;
    font-weight: 0;
    font-style: normal;
    font-size: 17px;
}

.montserrat-uniquifier {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.montserrat-alternates-thin {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.montserrat-alternates-extralight {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.montserrat-alternates-light {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.montserrat-alternates-regular {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.montserrat-alternates-medium {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.montserrat-alternates-semibold {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.montserrat-alternates-bold {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.montserrat-alternates-extrabold {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.montserrat-alternates-black {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.montserrat-alternates-thin-italic {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.montserrat-alternates-extralight-italic {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.montserrat-alternates-light-italic {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.montserrat-alternates-regular-italic {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.montserrat-alternates-medium-italic {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.montserrat-alternates-semibold-italic {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.montserrat-alternates-bold-italic {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.montserrat-alternates-extrabold-italic {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.montserrat-alternates-black-italic {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 900;
    font-style: italic;
}


* {
    text-decoration: none;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

html,
body {
    background-color: #f3f3f3;
}

body {
    color: #fff;
}

.banner {
    background-image: url(img/SiteBack.png);
    z-index: -1;
    background-size: cover;
}



.nav {
    display: flex;
    justify-content: center;
    max-height: 5.5rem;
    transition: 1s;
}

.nav1 {
    display: flex;
    justify-content: center;
    max-height: 5rem;
    transition: 1s;
}


.nav4 {
    display: flex;
    justify-content: center;
    max-height: 5rem;
    transition: 1s;
}

.rolagem1 {

    transition: 0.4s;
    display: flex;
    justify-content: center;
    min-height: 5.5rem;
    max-height: 5.5rem;
    width: 100%;
    position: fixed;
    background-color: #f3f3f3;
    z-index: 1;
    box-shadow: 0px 0px 15px #00000062;
}

#img>img {
    max-height: 3rem;
    margin-left: -1rem;
    margin-top: 1rem;
}

.nav2 {
    align-content: center;
    margin-left: 7rem;
    margin-top: 1rem;
}

.nav3 a {
    margin-left: 3rem;
    font: arial bold;
    font-size: large;
    text-decoration: none;
    color: #f3f3f3;
    position: relative;
}

.nav3p a {
    margin-right: 3rem;
    font: arial bold;
    font-size: large;
    text-decoration: none;
    color: #000000;
    position: relative;
}

.nav3 .ativo::after {
    width: 100%;
    height: 3px;
    background-color: #f3f3f3;
    position: absolute;
    bottom: -0.3rem;
    left: 0;
}

.nav3p .ativo::after {
    width: 100%;
    height: 3px;
    background-color: #000000;
    position: absolute;
    bottom: -0.3rem;
    left: 0;
}

.nav3 a::after {
    content: " ";
    width: 0%;
    height: 3px;
    background-color: #f3f3f3;
    position: absolute;
    bottom: -0.3rem;
    left: 0;
    transition: 0.3s ease-in-out;
}

.nav3p a::after {
    content: " ";
    width: 0%;
    height: 3px;
    background-color: #000000;
    position: absolute;
    bottom: -0.3rem;
    left: 0;
    transition: 0.3s ease-in-out;
}

.nav3 a:hover::after {
    width: 100%;
}

.nav3p a:hover::after {
    width: 100%;
}

.rolagem {
    transition: 0.4s;
    display: flex;
    justify-content: center;
    max-height: 5rem;
    width: 100%;
    position: fixed;
    background-color: #4b143f;
    z-index: 1;
    margin-top: -1rem;
}

.content {
    display: flex;
    justify-content: center;
}

.content2 {
    margin-top: 2rem;
    padding-right: 3rem;
    background-color: #fff;
    margin-bottom: 5rem;
    border-radius: 20px;
    box-shadow: 0px 0px 15px #000000;
}

.paragrafo {
    display: flex;
    margin-left: 3rem;
}

.paragrafo>p {
    color: black;
    margin-top: 1rem;
    max-width: 35rem;
    margin-bottom: 3rem;
    text-align: justify;
}

.tit {
    display: flex;
    margin-left: 3rem;
    margin-top: 3rem;
}

.tit>p {
    color: #55349c;
    font-size: 50px;
}

.imghome {
    margin-left: 3rem;
    margin-bottom: 3rem;
}

.logopreta {
    max-width: 170px;
}

.paragrafo2 {
    margin-left: 4rem;
    max-width: 30rem;
    margin-top: 3rem;
}

.paragrafo3 {
    display: flex;
    align-items: center;
}

.paragrafo3>p {
    font-size: 3.6rem;
    text-align: center;
}

.but {
    display: flex;
    justify-content: center;
    margin-right: 2rem;
    margin-top: 2rem;
}

.but2>a {
    background-color: #fff;
    color: #000000;
    font-size: 20px;
    border-radius: 10px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border: #ffffff, solid, 3px;
    transition: 0.4s;
    text-decoration: none;
    box-shadow: 0px 0px 15px #000000;
}

.but2>a:hover {
    background-color: #ffffff00;
    color: #fff;
    cursor: pointer;
}

.tit1 {
    display: flex;
    justify-content: center;
    margin: 2rem;
    margin-bottom: 4rem;
}

.tit2 {
    background-image: url(img/SiteBack.png);
    padding-top: 1rem;
    padding-bottom: 0.3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    border-radius: 15px;
    margin-top: 7rem;
    box-shadow: 0px 0px 15px #000000;
}

.tit2>p {
    font-size: 40px;
}

.card {
    border-radius: 5px;
    border: 1px solid #00000000;
    transition: 0.4s;
    box-shadow: 7px 7px 7px #0000001c;
}

.card-body {
    background-color: #ffffff00;
    border-radius: 5px
}

.card-img-top {
    border-radius: 0px;
    border: 0px solid #00000000;
    background-color: #00000000;
}

.card-title {
    color: #000000;
}

.card-text {
    color: #000000;
}

.card:hover {
    box-shadow: 0px 0px 40px #000000b7;
    scale: 1.03;
}

.card-1:hover {
    scale: 1.02;
}

.margin {
    margin: 3rem;
}

.group {
    display: flex;
    justify-content: center;
}

.box {
    background-color: #f3f3f3;
    width: 33%;
    height: 11rem;
    margin: 1rem;
    border-radius: 15px;
    box-shadow: 0px 0px 15px #00000077;
    transition: 0.4s;
}

.box:hover {
    background-color: #6d4bb8;
    scale: 1.05;

    .titulobox {
        color: #fff;
    }

    #imgbox1 {
        background-image: url("img/instagramranco.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    #imgbox2 {
        background-image: url("img/edicao-de-imagemranco.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    #imgbox3 {
        background-image: url("img/marketing-de-videoranco.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    #imgbox4 {
        background-image: url("img/camera-fotograficaranca.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    #imgbox5 {
        background-image: url("img/identidades-visuaisranco.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    #imgbox6 {
        background-image: url("img/developmentranco.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .texto3 {
        color: #fff;
    }
}


.titulobox {
    margin: 5%;
    color: #55349c;
}

.imgbox {
    margin-top: 7%;
    margin-right: 30px;
    max-width: 30px;
    max-width: 30px;

}

#imgbox1 {
    z-index: 1;
    background-image: url(img/instagram.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}

#imgbox2 {
    z-index: 1;
    background-image: url(img/edicao-de-imagem.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 35px;
    height: 35px;
    transition: 0.3s;
}

#imgbox3 {
    z-index: 1;
    background-image: url(img/marketing-de-video.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}

#imgbox4 {
    z-index: 1;
    background-image: url(img/camera-fotografica.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 50px;
    height: 50px;
    transition: 0.3s;
}

#imgbox5 {
    z-index: 1;
    background-image: url(img/identidades-visuais.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 50px;
    height: 50px;
    transition: 0.3s;
}

#imgbox6 {
    z-index: 1;
    background-image: url(img/development.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 50px;
    height: 50px;
    transition: 0.3s;
}

.box1 {
    display: flex;
}

.textobox {
    display: flex;
}

.texto3 {
    display: flex;
    font-size: 15px;
    color: #080808;
    margin: 11px;
    margin-top: 0px;
}

.box2 {
    display: flex;
}

.colorgalery {
    margin-top: 8rem;
}


.flexgalery {
    background-image: url(img/SiteBack.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 25%;
}

.boxtextogalery {
    font-size: 50px;
    padding-top: 5rem;
    display: flex;
    justify-content: center;
    color: #ffffff;
    margin-left: 20%;
}

.backgalery {
    display: flex;
    justify-content: center;
}

.backgalery1 {
    max-width: 80%;
    margin-top: 3rem;
    padding-bottom: 5rem;
}

.image-container1 {
    transition: 0.4s;
}

.image-container1:hover {
    box-shadow: 0px 0px 20px #000000;
    scale: 1.05;
}

.boxtextogalery1 {
    padding-bottom: 4rem;
    display: flex;
    justify-content: right;
    margin-left: 10%;
    margin-right: 5rem;
    font-style: none;
}

.boxtextogalery1>p {
    font-style: none;
    font-size: 20px;
    color: #000000;
    background-color: #ffffff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 20px;
    border: #ffffff, solid, 3px;
    box-shadow: 0px 0px 15px #000000;
    transition: 0.4s;
    text-align: center;
}

.boxtextogalery1>p:hover {
    cursor: pointer;
    background-color: #00000000;
    color: #ffffff;
    scale: 1.05;
}


.boxtextogalery1>img {
    display: flex;
    justify-content: right;
    align-items: center;
    width: 6%;
    height: 6%;
    margin-left: 3rem;
    box-shadow: 0px 0px 15px #000000;
    border-radius: 13px;
}


.subtexto {
    margin-top: 30px;
}


.textocontato {
    margin-top: 12rem;
    display: flex;
    justify-content: center;
    color: #8b8b8b;
    letter-spacing: 5px;
    font-size: 20px;
}

.textocontato1 {
    display: flex;
    justify-content: center;
    font-size: 40px;
    color: #000000;
    margin-top: -1rem;
}

.textocontato1:hover {
    cursor: pointer;
}

/* Estilo do modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 40px;
    text-align: center;
    width: 100%;
    max-width: 800px;
    position: relative;
}

.modal h2 {
    margin-bottom: 40px;
    color: #000000;
}

.modal h3 {
    font-size: 15px;
    color: #000000;
    margin-top: -25px;
    margin-bottom: 50px;
}

.modal-links {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
}

.modal-links a {
    text-decoration: none;
    color: #333;
    display: flex;
    justify-items: center;
    gap: 10px;
    transition: transform 0.3s ease;
    margin-bottom: 60px;
}

.modal-links a img {
    width: 200px;
    height: 200px;
}

.modal-links a:hover {
    transform: scale(1.05);

}

/* Botão de fechar */
.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 35px;
    cursor: pointer;
    color: #999;
    transition: color 0.3s ease;
}

.close-btn:hover {
    color: #333;
}







.footer {
    margin-top: 10rem;
    background-color: #121212;
    /* Cor de fundo do rodapé */
    color: #ffffff;
    /* Cor do texto */
    text-align: center;
    padding: 2rem 1rem;
    font-family: 'Montserrat', sans-serif;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    /* Espaço entre os ícones */
    margin-bottom: 1rem;
}

.footer-icon {
    width: 40px;
    /* Largura dos ícones */
    height: 40px;
    /* Altura dos ícones */
    transition: transform 0.3s ease;
    /* Efeito ao passar o mouse */
}

.footer-icon:hover {
    transform: scale(1.1);
    /* Aumenta ligeiramente ao passar o mouse */
}

.footer-text p {
    font-size: 14px;
    margin: 0;
    opacity: 0.8;
    /* Texto ligeiramente menos chamativo */
}

.mobilenav {
    display: none;
}

.textocontatocentro1{
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}

.textocontatocentro{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.textocontato2 {
    display: block;
    font-size: 40px;
    color: #000000;
    margin-bottom: 1rem;
    margin-top: -2.2rem;
}

.textocontato3 {
    margin-left: 3px;
    display: block;
    color: #8b8b8b;
    letter-spacing: 20px;
    font-size: 20px;
}


.colorgalerymob {
    display: none;
}

@media (max-width: 999px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        background-color: #ffffff;
        height: 100%;
        width: 100%;

    }

    .mobilenav {
        display: inline;
    }

    .slidemob {
        height: 100%;
        width: 320px;
        position: fixed;
        background-color: #ffffff;
        transition: 0.5s ease;
        transform: translate(-370px);
    }

    .slidemob>p {
        color: #000000;
        text-align: right;
        padding: 10px 0;
        padding-right: 30px;
        pointer-events: none;
    }

    .slidemob>ul{
        margin-top: 100px;
    }

    .slidemob>ul li {
        list-style: none;
    }

    .slidemob>ul li>a {
        color: #000000;
        padding: 5px 10px;
        display: block;
        margin-top: 25px;
        font-size: 30px;
        text-transform: capitalize;
        text-decoration: none;
        transition: 0.3s ease-out;
    }

    input {
        display: none;
        visibility: hidden;
        -webkit-appearance: none;
    }

    .toglle {
        position: fixed;
        height: 30px;
        width: 30px;
        top: 20px;
        left: 15px;
        z-index: 1;
        cursor: pointer;
        border-radius: 2px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .toglle .common {
        position: absolute;
        height: 2px;
        width: 20px;
        background-color: #000000;
        border-radius: 50px;
        transition: 0.3s ease;
    }

    .toglle .top_line {
        top: 9px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .toglle .middle_line {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.1s;
    }

    .toglle .bottom_line {
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    input:checked~.toglle .top_line {
        left: 2px;
        top: 14px;
        width: 25px;
        transform: rotate(45deg);
    }

    input:checked~.toglle .bottom_line {
        left: 2px;
        top: 14px;
        width: 25px;
        transform: rotate(-45deg);
    }

    input:checked~.toglle .middle_line {
        opacity: 0;

    }

    input:checked~.slidemob {
        transform: translate(0px);
        box-shadow: 0px 0px 10px #000000;
    }

    .nav4 {
        display: none;
    }

    .content2 {
        display: none;
    }

    .paragrafo2 {
        margin: 10px;
        margin-bottom: 40px;
        margin-top: 30px;
        font-size: 10px;
    }

    .paragrafo3 {
        display: flex;
        justify-content: center;
    }

    .paragrafo3>p {
        font-size: 35px;
        max-width: 80%;
    }

    .but {
        display: flex;
        justify-content: center;
        margin-top: 1rem;
    }

    .group-mob {
        display: flex;
        overflow-x: auto;
        max-width: 100%;
        margin-top: 2rem;
        height: 1000%;
        scrollbar-width: none;
    }

    .group-mob::-webkit-scrollbar {
        display: none;
    }

    .group {
        margin: 0rem;
        margin-left: 1rem;
        margin-bottom: 0px;
    }

    .box {
        height: auto;
        margin: 10px;
        width: 15rem;
        padding-bottom: 10px;
    }

    .titulobox {
        font-size: 15px;
    }

    #imgbox4 {
        margin-right: 50px;
    }




    .colorgalery {
        display: none;
    }

    .boxtextogalerymob {
        font-size: 30px;
        padding-top: 3rem;
        display: flex;
        justify-content: center;
        color: #ffffff;
        margin-left: 10%;
    }

    .colorgalerymob {
        margin-top: 8rem;
        display: block;
    }

    .flexgalerymob {
        background-image: url(img/SiteBack.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-top-left-radius: 80px;
    }

    .group-mob1 {
        display: flex;
        overflow-x: auto;
        max-width: 100%;
        margin-top: 2rem;
        height: 1000%;
        scrollbar-width: none;
    }

    .group-mob1::-webkit-scrollbar {
        display: none;
    }


    .artesmob1 {
        width: 350px;
        margin-left: 40px;
        border-radius: 15px;
        margin-right: 10px;
        margin-bottom: 40px;
    }

    .artesmob {
        width: 350px;
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 15px;
        margin-bottom: 40px;
    }

    .boxtextogalery1 {
        display: flex;
        justify-content: center;
        margin-left: 20px;
        margin: 0px;
        margin-top: 2rem;
        margin-left: 1rem;
    }

    .boxtextogalery1>img {
        display: flex;
        justify-content: right;
        align-items: center;
        width: 15%;
        height: 15%;
        margin: 1rem;
        box-shadow: 0px 0px 15px #000000;
        border-radius: 13px;
    }

    .textocontato {
        text-align: center;
    }

    .textocontato1 {
        text-align: center;
    }

    .boxtextogalery1 {
        margin-top: 5rem;
    }

    .boxtextogalery1>p {
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: center;
    }

    .modal-links a img {
        width: 100px;
        height: 100px;
    }

    .paragrafo3 {
        margin-top: 3rem;
    }

    .but {
        margin: 0rem;
        margin-top: 3rem;
        margin-bottom: 2rem;
        
    }












}
