.header2-logo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6vh;
    height: 18vh;
}

.header2-logo img{
    max-height: 50%;
    max-width: 50%;
}

.header2-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 6vh;
}

.header2-desc{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header2-desc h2{
    font-size: 2.5vw;
    font-family: var(--font);
    font-weight: 300;
}

.port-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    overflow: hidden;
}

.imgs-project{
    line-height: 0;
}

.imgs-project img{
    transition: all linear 0.4s;
    cursor: pointer;
}

/*PAGINAÇÃO*/
.pag-project{
    width: 100%;
    height: 12.5vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 3.5%;
    border: none;
}

.prev-project{
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

.next-project{
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
}

.prev-project h4, .next-project h4{
    font-family: var(--font);
    font-weight: 400;
    font-size: 3vw;
}

.btn-previous-project, .btn-next-project{
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
    gap: 2.5vw;
}

.btn-previous-project-i, .btn-next-project-i{
    width: 5vw;
    height: 5vw;
    border-radius: 50px;
    border: none;
    background-color: var(--color-w);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.prev-project i, .next-project i{
    font-size: 3vw;
    color: var(--color-b);
    transition: all 0.2s ease-in-out;
}

/*MODAL*/
.modal{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    pointer-events: none;
    opacity: 0;
    transition: visibility 0.15s linear, opacity 0.3s linear;
    z-index: 4;
}

#bt_close{
    color: var(--color-w);
    position: absolute;
    top: 0;
    right: 3.5vw;
    font-size: 10vw;
    cursor: pointer;
    font-family: var(--font);
    font-weight: 300;
    transition: all ease-out 0.4s;
    z-index: 5;
}

#bt_next{
    color: var(--color-w);
    position: absolute;
    top: 47.25vh;
    right: 3.5vw;
    font-size: 10vw;
    cursor: pointer;
    font-family: var(--font);
    font-weight: 400;
    transition: all ease-out 0.4s;
    z-index: 5;
}

#bt_prev{
    color: var(--color-w);
    position: absolute;
    top: 47.25vh;
    left: 3.5vw;
    font-size: 10vw;
    cursor: pointer;
    font-family: var(--font);
    font-weight: 400;
    transition: all ease-out 0.4s;
    z-index: 5;
}

.modal_content{
    display: flex;
    justify-content: center;
    align-items:center;
    height: 100%;
    max-width: 100vw;
    z-index: 5;
}

#modal_img{
    max-width: 75vw;
    max-height: 85vh;
    transform: scale(0);
    transition: all linear 0.3s;
    z-index: 5;
}

#modal_video{
    max-width: 75vw;
    max-height: 85vh;
    transform: scale(0);
    transition: all linear 0.3s;
    z-index: 5;
}

.modal.active{
    pointer-events: auto;
    opacity: 1;
}

.modal.active #modal_img{
    transform: scale(1);
}

.modal.active #modal_video{
    transform: scale(1);
}

.bg-modal{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    background-color: var(--color-bg-modal);
    z-index: 3;
}

/*UP*/
#inicio-up{
    background-color: var(--up-bg);
}

.header2-up{
    height: 30vh;
    width: 100%;
    padding: 0 3.5% 0 3.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--up-bg);
}

.header2-up-desc h2{
    color: var(--up-txt);
}

.port-projeto-up{
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: var(--up-font);
    background-color: var(--up-bg2);
}

.sobre-up{
    margin: 0;
    padding: 0 3.5%;
}

.sobre-up p, .sobre-up ul{
    margin: 3.5% 0;
    color: var(--up-bg);
    font-weight: 400;
    font-size: 3vw;
    list-style: none;
}

.sobre-up strong{
    color: var(--up-bg);
}

.conceito-up{
    height: 17.5vh;
    width: 100vw;
}

.conceito-up img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.versoes-up{
    width: 100vw;
}

.versoes-up img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cores-up{
    display: flex;
    flex-direction: column;
    height: 50vh;
    width: 100vw;
}

.cor-up{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100vw;
    height: 10vh;
}

.cor-up-azul{
    background-color: var(--up-bg);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    padding-left: 3.5vw;
}

.cor-up-azul p{
    color: var(--up-txt);
    font-weight: 500;
    font-size: 2.25vw;
    list-style: none;
}

.cor-up-branco{
    background-color: var(--up-txt);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    padding-left: 3.5vw;
}

.cor-up-branco p{
    color: var(--up-bg);
    font-weight: 500;
    font-size: 2.25vw;
    list-style: none;
}

.papelaria{
    width: 100vw;
    height: 40vh;
    display: flex;
}

.papelaria img{
    width: 100vw;
    height: 40vh;
    object-fit: cover;
    object-position: center;
}

.tipo-up{
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10vw;
    background-color: var(--up-bg);
    padding: 5vw 0;
}

.tipo-up-section1{
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tipo-up-tit h2{
    color: var(--up-txt);
    font-weight: 400;
    font-size: 8vw;
    list-style: none;
}

.tipo-up-tit h3{
    color: var(--up-txt);
    font-weight: 300;
    font-size: 2vw;
    list-style: none;
}

.tipo-up-section1 p{
    color: var(--up-txt);
    font-weight: 400;
    font-size: 2vw;
    list-style: none;
}

.tipo-up-section2{
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tipo-up-a{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tipo-up-a p:nth-child(1){
    color: var(--up-txt);
    font-weight: 400;
    font-size: 13vw;
    list-style: none;
}

.tipo-up-a p:nth-child(2){
    color: var(--up-txt);
    font-weight: 600;
    font-size: 13vw;
    list-style: none;
}

.tipo-up-alfabeto p{
    color: var(--up-txt);
    font-weight: 300;
    font-size: 2.5vw;
    list-style: none;
}

.tipo-up-pesos{
    display: flex;
    justify-content: space-between;
}

.tipo-up-pesos p{
    color: var(--up-txt);
    font-size: 2.25vw;
    list-style: none;
}

.tipo-up-pesos-1 p:nth-child(1){
    font-weight: 100;
}

.tipo-up-pesos-1 p:nth-child(2){
    font-weight: 500;
}

.tipo-up-pesos-2 p:nth-child(1){
    font-weight: 200;
}

.tipo-up-pesos-2 p:nth-child(2){
    font-weight: 600;
}

.tipo-up-pesos-3 p:nth-child(1){
    font-weight: 300;
}

.tipo-up-pesos-3 p:nth-child(2){
    font-weight: 700;
}

.tipo-up-pesos-4 p:nth-child(1){
    font-weight: 400;
}

.tipo-up-pesos-4 p:nth-child(2){
    font-weight: 800;
}

.papelaria-n-obrigatoria{
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
}

.certificado-up{
    width: 100%;
    height: 35vh;
}

.certificado-up img{
    width: 100%;
    height: 35vh;
    object-fit: cover;
}

.livros-up{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
}

.livro-up1{
    width: 45vw;
    height: auto;
}

.livro-up-lado{
    display: flex;
    flex-direction: row;
    width: 55vw;
    height: auto;
}

.livros-up img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vestuário-up{
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 20vh;
}

.camisas{
    width: 70vw;
}

.camisas img{
    width: 70vw;
    height: 20vh;
    object-fit: cover;
    object-position: top;
}

.moletom{
    width: 30vw;
}

.moletom img{
    width: 30vw;
    height: 20vh;
    object-fit: cover;
}

.mapa-up{
    width: 100vw;
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--up-bg);
}

.mapa-up img{
    width: 93vw;
    height: 30vh;
    object-fit: cover;
}

.site-up{
    display: flex;
    flex-direction: row;
    height: 110vw;
}

.site-up1{
    width: 50vw;
    height: 100%;
}

.site-up2{
    width: 50vw;
    height: 100%;
}

.site-up1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-up2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-up{
    width: 100vw;
    height: 25vh;
}

.app-up img{
    width: 100vw;
    height: 25vh;
    object-fit: cover;
}

.posts-up{
    width: 100vw;
    display: flex;
    justify-content: center;
    background-color: var(--up-txt);
}

.posts-up img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.perfil-up{
    width: 100vw;
    height: 25vh;
    display: flex;
    justify-content: center;
    background-color: var(--up-txt);
}

.perfil-up img{
    width: 93vw;
    height: 25vh;
    object-fit: cover;
}

.marketing-up{
    width: 100vw;
    height: 20vh;
    display: flex;
    flex-direction: row;
}

.metro-up{
    width: 65vw;
    height: 20vh;
}

.metro-up img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.onibus-up{
    width: 35vw;
    height: 20vh;
}

.onibus-up img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.metro-video-up{
    width: 100vw;
    height: 20vh;
}

.metro-video-up video{
    width: 100vw;
    height: 20vh;
    object-fit: cover;
    object-position: top;
}

.footer-up{
    background-color: var(--up-bg);
    border-top: none;
}

/*MERULA*/
#inicio-merula{
    background-color: var(--merula-bg);
}

.header2-merula{
    height: 30vh;
    width: 100%;
    padding: 0 3.5% 0 3.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--merula-bg);
}

.header2-merula-desc h2{
    color: var(--merula-tit);
}

.port-projeto-merula{
    padding: 0%;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: var(--merula-font);
}

.merula-preset1{
    width: 100vw;
    padding: 2vh 0;
    background-color: var(--merula-txt);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.merula-preset1-header{
    display: flex;
    flex-direction: row;
    height: 3vh;
    width: 93vw;
    align-items: center;
    justify-content: space-between;
    color: var(--merula-bg);
}

.merula-preset1-indice h4{
    font-weight: 400;
    font-size: 2.5vw;
}

.merula-preset-logo{
    display: flex;
    width: 1.5vh;
    height: 1.5vh;
}

.merula-preset-logo img{
    width: 100%;
    height: 100%;
}

.merula-sobre{
    display: flex;
    flex-direction: column;
    height: 35vh;
    width: 93vw;
    align-items: center;
    justify-content: center;
}

.merula-sobre-titulo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; 
    margin-bottom: 4vw;   
}

.merula-sobre-titulo h2{
    font-size: 7vw;
    color: var(--merula-bg);
    font-weight: 300;
}

.merula-sobre-texto{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.merula-sobre-texto p{
    font-size: 3.25vw;
    color: var(--merula-txt2);
    font-weight: 200;
    margin-bottom: 2vw;
}

.merula-poster{
    display: flex;
    justify-content:center;
}

.merula-poster img{
    width: 100%;
    cursor: pointer;
}

.merula-processo{
    display: flex;
    flex-direction: column;
    width: 100vw;
    align-items: center;
    gap: 3.5vh;
    padding: 3.5vh 0;
    justify-content: space-between;
    background-image: url(../images/pages/merula/bg-project.jpg);
    background-size: cover;
    background-color: var(--merula-tit);
}

.merula-processo img{
    width: 93vw;
    cursor: pointer;
}

.merula-papelaria{
    display: flex;
    justify-content:center;
    align-items: center;
    width: 100vw;
}

.merula-papelaria img{
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}

.merula-cores{
    width: 100vw;
    height: 25vh;
    background-image: url(../images/pages/merula/bg-color.jpg);
    background-size: cover;
    background-color: var(--color-w);
    display: flex;
    justify-content: center;
    align-items: center;
}

.merula-cores-palette img{
    width: 93vw;
    cursor: pointer;
}

.merula-tipografia{
    display: flex;
    flex-direction: column;
    height: 40vh;
    width: 93vw;
    align-items: center;
    justify-content: center;
    gap: 4vh;
}

.merula-tipografia-top{
    width: 93vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    gap: 5vw;
}

.merula-tipografia-titulo{
    width: 93vw;
    display: flex;
    justify-content: center;
}

.merula-tipografia-titulo p{
    font-size: 7vw;
    color: var(--merula-bg);
    font-weight: 300;
}

.merula-tipografia-info{
    width: 93vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.merula-tipografia-info p{
    font-size: 3.25vw;
    color: var(--merula-txt2);
    font-weight: 200;
}

.merula-tipografia-bottom{
    width: 93vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5vw;
}

.merula-tipografia-alfabeto{
    width: 55vw;
    display: flex;
    flex-direction: column;
    justify-content:start;
    align-items: end;
}

.merula-tipografia-alfabeto p{
    font-size: 3.25vw;
    color: var(--merula-txt2);
    font-weight: 300;
}

.merula-tipografia-familyfont{
    width: 30vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2em;
}

.merula-tipografia-font{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items:center;
    justify-content:left;
    gap: 3vw;
    font-size: 3.25vw;
    color: var(--merula-txt2);
}

.merula-font-thin{
    font-weight: 100;
}
.merula-font-light{
    font-weight: 200;
}
.merula-font-regular{
    font-weight: 300;
}
.merula-font-medium{
    font-weight: 400;
}
.merula-font-bold{
    font-weight: 500;
}
.merula-font-black{
    font-weight: 600;
}
.merula-font-thin-outline{
    font-weight: 150;
}
.merula-font-light-outline{
    font-weight: 250;
}
.merula-font-regular-outline{
    font-weight: 350;
}
.merula-font-medium-outline{
    font-weight: 450;
}
.merula-font-bold-outline{
    font-weight: 550;
}
.merula-font-black-outline{
    font-weight: 650;
}

.merula-cards{
    display: flex;
    justify-content:center;
    background-color: var(--merula-txt2);
}

.merula-cards img{
    width: 93vw;
    cursor: pointer;
}

.merula-preset2{
    width: 100vw;
    padding: 1vh 0 2vh 0;
    background-color: var(--merula-bg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.merula-preset2-header{
    display: flex;
    flex-direction: row;
    height: 3vh;
    width: 93vw;
    align-items: center;
    justify-content: space-between;
}

.merula-preset2-indice h4{
    font-weight: 400;
    color: var(--merula-tit);
    font-size: 2.5vw;
}

.merula-application{
    margin-top: 1vh;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    background-color: var(--merula-bg);
    gap: 2.5vh;
    width: 100vw;
}

.apl-one, .apl-two{
    width: 93vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.merula-application img{
    width: 20vw;
    cursor: pointer;
}

.footer-merula{
    background-color: var(--merula-bg);
    border-top: none;
}

/*CELULA COACH*/
#inicio-coach{
    background-color: var(--coach-bg);
}

.header2-coach{
    height: 30vh;
    width: 100%;
    padding: 0 3.5% 0 3.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--coach-bg);
}

.header2-coach-desc h2{
    color: var(--coach-tit);
}

.port-projeto-coach{
    font-family: var(--coach-font);
}

.coach-preset1{
    background-color: var(--coach-txt);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
}

.coach-sobre, .coach-sobre2, .coach-sobre3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3vh;
    padding: 5vh 0;
}

.coach-sobre p, .coach-sobre2 p, .coach-sobre3 p{
    width:80%;
    font-size: 4.25vw;
    color: var(--coach-bg);
    font-weight: 200;
    line-height: 115%;
}

.coach-preset2{
    background-color: var(--coach-bg);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
}

.tit-coach{
    height: 20vh;
    padding-left: 10%;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}

.tit-coach p{
    font-family: var(--coach-font);
    font-weight: 500;
    font-size: 7vw;
    line-height: 115%;
    color: var(--color-w);
}

.tit-coach-bg{
    padding-right: 10%;
    height: 35vw;
}

.tit-coach-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.foto-bispo{
    width: 100vw;
    height: 40vw;
}

.foto-bispo img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.foto-povo{
    background-color: var(--coach-bg);
    width: 100vw;
    height: 40vw;
}

.foto-povo img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.coach-preset3{
    background-color: var(--coach-txt);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    padding:5vw 0;
}

.logo-coach-conceito{
    width: 60vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-coach-conceito img{
    width: 100%;
    height: 100%;
}

.logo-coach-regras{
    width: 35vw;
    margin-top: 2vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5vw;
}

.logo-coach-grid img{
    width: 35vw;
}

.logo-coach-limite img{
    width: 35vw;
}

.logo-coach-versoes{
    width: 100vw;
    padding: 0 3.5%;
    margin-top: 2vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 1vw;
}

.logo-coach-versoes img{
    height: 25vw;
}

.logo-coach-infos{
    width: 100vw;
    padding: 0 3.5%;
    margin-top: 2vw;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

.logo-coach-tipografia{
    width: 93vw;
    height: 27.5vh;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
    margin-top: 2.5vh;
}

.coach-tipografia-exemplo{
    width: 41.5vw;
    height: 25vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.coach-letra p{
    text-align: right;
    font-size: 17.5vw;
    color: var(--coach-bg);
    font-weight: 500;
}

.coach-texto-exemplo p{
    text-align: right;
    font-size: 4vw;
    color: var(--coach-bg);
    font-weight: 400;
    line-height: 115%;
}

.coach-espessura{
    width: 41.5vw;
    height: 30vh;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
}

.coach-espessura p{
    text-align: left;
    font-size: 4.25vw;
    color: var(--coach-bg);
}

.coach-espessura p:nth-child(1){
    font-weight: 600;
}

.coach-espessura p:nth-child(2){
    font-weight: 500;
}

.coach-espessura p:nth-child(3){
    font-weight: 400;
}

.coach-espessura p:nth-child(4){
    font-weight: 300;
}

.coach-espessura p:nth-child(5){
    font-weight: 200;
}

.coach-espessura p:nth-child(6){
    font-weight: 100;
}

.logo-coach-cores{
    width: 85vw;
    height: 25vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.coach-azul-escuro{
    width: 26vw;
    height: 16vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.coach-azul-escuro img{
    width: 70%;
    margin-bottom: 1vh;
}

.texto-azul-escuro{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.texto-azul-escuro p{
    font-size: 2.5vw;
    color: var(--coach-bg);
    font-weight: 400;
    line-height: 125%;
}

.coach-azul-escuro span{
    width: 100%;
    height: 5%;
    background-color: #302e2f;
}

.coach-azul-claro{
    width: 26vw;
    height: 16vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.coach-azul-claro img{
    width: 70%;
    margin-bottom: 1vh;
}

.texto-azul-claro{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.texto-azul-claro p{
    font-size: 2.5vw;
    color: var(--coach-bg);
    font-weight: 400;
    line-height: 125%;
}

.coach-azul-claro span{
    width: 100%;
    height: 5%;
    background-color: #8e8f91;
}

.coach-branco{
    width: 26vw;
    height: 16vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.coach-branco img{
    width: 70%;
    margin-bottom: 1vh;
}

.texto-branco{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.texto-branco p{
    font-size: 2.5vw;
    color: var(--coach-bg);
    font-weight: 400;
    line-height: 125%;
}

.coach-branco span{
    width: 100%;
    height: 5%;
    background-color: #c9c9c9;
}

.coach-preset4{
    background-color: var(--coach-txt);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    padding:5vw 3.5vw;
    gap: 3.5vw;
}

.coach-cartao{
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
}

.coach-cartao1{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
}

.coach-cartao1-chuva{
    width: 100%;
    height: 24vh;
}

.coach-cartao1-chuva img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.coach-cartao1-entrega{
    display: none;
}

.coach-cartao2{
    width: 100%;
    height: 24vh;
}

.coach-cartao2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coach-papelaria{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.coach-biblia{
    width: 37%;
    height: 15vh;
}

.coach-biblia img{
    width: 100%;
    height: 15vh;
    object-fit: cover;
}

.coach-quadro{
    width: 25%;
    height: 15vh;
}

.coach-quadro img{
    width: 100%;
    height: 15vh;
    object-fit: cover;
}

.coach-caderno{
    width: 30%;
    height: 15vh;
}

.coach-caderno img{
    width: 100%;
    height: 15vh;
    object-fit: cover;
}

.coach-tecido{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.coach-carteira{
    display: none;
}

.coach-bolsa{
    width: 70%;
    height: 28vh;
}

.coach-bolsa img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coach-bolsa-detalhe{
    width: 26%;
    height: 28vh;
}

.coach-bolsa-detalhe img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coach-outros{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.coach-canecas{
    width: 48%;
    height: 30vw;
}

.coach-canecas img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coach-bone{
    width: 48%;
    height: 30vw;
}

.coach-bone img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coach-spotify{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.coach-spotify img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-coach{
    background-color: var(--coach-bg);
    border-top: none;
}

/*BOROGODÓ*/
#inicio-borogodo{
    background-color: var(--borogodo-bg);
}

.header2-borogodo{
    height: 30vh;
    width: 100%;
    padding: 0 3.5% 0 3.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--borogodo-bg);
}

.header2-borogodo-desc h2{
    color: var(--color-w);
}

.port-projeto-borogodo{
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: var(--font);
    background-color: var(--borogodo-txt);
}

.logo-aplicado-borogodo{
    height: 20vh;
    width: 100vw;
}

.logo-aplicado-borogodo video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-color: #222222;
}

.sobre-borogodo{
    margin: 3.5% 0;
    padding: 0 8%;
}

.sobre-borogodo p{
    margin: 3.5% 0;
    color: var(--borogodo-txt2);
    font-weight: 400;
    font-size: 2.75vw;
    text-align:left;
    list-style: none;
}

.sobre-borogodo .strong{
    color: var(--borogodo-bg);
    font-weight: 700;
}

.conceito-borogodo{
    height: 17.5vh;
    width: 100vw;
}

.conceito-borogodo img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-color: #000000;
}

.versoes-borogodo{
    width: 100vw;
    height: 15vh;
}

.versoes-borogodo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #000000;
}

.papelaria-borogodo{
    height: 30vh;
    width: 100vw;
}

.papelaria-borogodo video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-color: #222222;
}

.cores-tipografias-borogodo{
    display: flex;
    flex-direction: row;
    height: 15vh;
    width: 100vw;
}

.cores-borogodo{
    height: 100%;
    width: 50vw;
    display: flex;
    flex-direction: row;
}

.cores-borogodo-branco{
    background-color: var(--borogodo-txt);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
}

.cores-borogodo-branco p{
    color: var(--borogodo-bg);
    font-weight: 500;
    font-size: 2.25vw;
    list-style: none;
    width: 80%;
}

.cores-borogodo-amarelo{
    background-color: var(--borogodo-bg);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
}

.cores-borogodo-amarelo p{
    color: var(--borogodo-txt);
    font-weight: 500;
    font-size: 2.25vw;
    list-style: none;
    width: 80%;
}

.tipografias-borogodo{
    height: 100%;
    width: 50vw;
    display: flex;
    flex-direction: column;
    background-color: var(--borogodo-txt);
    justify-content:center;
    align-items: center;
    gap: 5%;
    padding: 1% 0;
}

.tipografias-borogodo-tit{
    width: 90%;
}

.tipografias-borogodo-tit p{
    color: var(--borogodo-bg);
    font-weight: 600;
    font-size: 3vw;
    list-style: none;
}

.tipografias-borogodo-info{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
}

.tipografias-borogodo-info-normal{
    width: 100%;
}

.tipografias-borogodo-info-normal p{
    color: var(--borogodo-bg);
    font-weight: 500;
    font-size: 2.75vw;
    list-style: none;
}

.tipografias-borogodo-info-italico{
    width: 50%;
    display: none;
}

.tipografias-borogodo-info-italico p{
    color: var(--borogodo-bg);
    font-weight: 400;
    font-style: italic;
    font-size: 1.3vw;
    list-style: none;
}

.banners1-borogodo{
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 25vh;
}

.banners1-borogodo img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.design-rotulo-borogodo{
    width: 100vw;
    max-height: fit-content;
    display: flex;
    flex-direction: column;
}

.design-rotulo-borogodo img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-color: #000000;
}

.cores-rotulos-borogodo{
    width: 100vw;
    height: 30vh;
}

.cores-rotulos-borogodo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color:#aaaaaa;
}

.foto-conceitual-borogodo{
    height: 25vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
}

.foto-conceitual-borogodo img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    background-color:#aaaaaa;
}

.cerveja-frontal-borogodo{
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 32.5vh;
}

.cerveja-frente-borogodo{
    width: 50vw;
}

.cerveja-frente-borogodo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color:#aaaaaa;
}

.cerveja-copo-borogodo{
    width: 50vw;
}

.cerveja-copo-borogodo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 80%;
    background-color:#aaaaaa;
}

.tampinha-borogodo{
    height: 25vh;
    width: 100vw;
}

.tampinha-borogodo img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.social-borogodo{
    height: 27.5vh;
    width: 100vw;
}

.social-borogodo video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-color:#666666;
}

.banners2-borogodo{
    width: 100vw;
    height: 27.5vh;
}

.banners2-borogodo img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banners3-borogodo{
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 15vh;
}

.meio-banner-borogodo{
    width: 50vw;
}

.meio-banner-borogodo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 35%;
    background-color: #222222;
}

.banners4-borogodo{
    height: 25vh;
    width: 100vw;
}

.banners4-borogodo img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.footer-borogodo{
    background-color: var(--borogodo-bg);
    border-top: none;
}

/*RUPTURA*/
#inicio-ruptura{
    background-color: var(--ruptura-bg);
}

.header2-ruptura{
    height: 30vh;
    width: 100%;
    padding: 0 3.5% 0 3.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--ruptura-bg);
}

.header2-ruptura-desc h2{
    color: var(--ruptura-txt);
}

.port-projeto-ruptura{
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: var(--ruptura-font);
    background-color: var(--ruptura-bg);
}

.site-exposicao-ruptura{
    width: 100%;
}

.site-exposicao-ruptura video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sections-ruptura{
    width: 100%;
    margin-bottom: 3vw;
    display: flex;
    align-items: center;
    padding: 5vw 5vw 0vw 5vw;
}

.sections-ruptura h3{
    font-size: 2vw;
    color: var(--ruptura-txt);
    font-weight: 500;
}

.sobre-ruptura{
    width: 100vw;
}

.sobre-ruptura-texto{
    padding: 0 10vw;
}
.sobre-ruptura-texto p{
    color: var(--ruptura-txt);
    font-weight: 300;
    font-size: 3.25vw;
    text-align:left;
    list-style: none;
}

.sobre-ruptura-texto p:nth-child(1), .sobre-ruptura-texto p:nth-child(2){
    margin-bottom: 3.5%;
}

.sobre-ruptura-texto strong{
    color: var(--ruptura-txt);
    font-weight: 600;
}

.strong2{
    font-weight: 500;
}

.conceito-ruptura{
    width: 100vw;
}

.conceito-ruptura img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.conceito-ruptura-blocos{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0 10vw;
}

.conceito-ruptura-bloco1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 48.5%;
}

.conceito-ruptura-bloco1-parte1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 47%;
}

.conceito-ruptura-foto1, .conceito-ruptura-logo{
    width: 100%;
    height: 47%;
}

.conceito-ruptura-bloco1-parte2{
    width: 47%;
}

.conceito-ruptura-foto2{
    width: 100%;
    height: 100%;
}

.conceito-ruptura-bloco2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 48.5%;
}

.conceito-ruptura-bloco2-parte1{
    height: 47%;
}

.conceito-ruptura-ideia{
    width: 100%;
    height: 100%;
}

.conceito-ruptura-bloco2-parte2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 47%;
}

.conceito-ruptura-icones, .conceito-ruptura-foto3{
    width: 47%;
    height: 100%;
}

.grid-ruptura{
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.grid-ruptura img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.grid-ruptura-imagens{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 0 10vw 1.5vw 10vw;
}

.grid-ruptura-simbolo{
    width: 100%;
    height: 100%;
}

.grid-ruptura-logo{
    width: 100%;
    height: 100%;
}

.versoes-ruptura{
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.versoes-ruptura video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.versoes-ruptura-linha1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 17.5vh;
    padding: 0 10vw 1.5vw 10vw;
}

.versoes-ruptura-simbolo{
    width: 48.5%;
    height: 100%;
}

.versoes-ruptura-logo{
    width: 48.5%;
    height: 100%;
}

.tipografia-ruptura{
    width: 100vw;
}

.tipografia-ruptura-foto{
    padding: 0 5vw;
}

.tipografia-ruptura-foto img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.caracteres-ruptura-foto{
    padding: 0 5vw;
}

.caracteres-ruptura-foto img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cor-ruptura{
    width: 100vw;
}

.ruptura-cores-bloco{
    width: 100%;
    height: 20vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10vw;
}

.ruptura-cor-primaria{
    width: 43.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ruptura-cor-preta {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background-color: var(--ruptura-bg);
    position: relative;
    border: 1px solid #ffffff33;
}

.ruptura-cor-preta img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: left;
    border-radius: 10px;
    position: absolute;
}

.ruptura-cor-preta span:nth-child(2){
    opacity: 0;
}

.ruptura-cores-secundarias{
    width: 53.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ruptura-cor-branca{
    height: 47%;
    width: 100%;
    background-color: var(--ruptura-txt);
    border-radius: 10px;
}

.ruptura-cor-branca img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: left;
    border-radius: 10px;
}

.ruptura-outras-cores{
    display: flex;
    flex-direction: row;
    height: 47%;
    justify-content: space-between;
}

.ruptura-cor-amarela{
    width: 29.5%;
    border-radius: 10px;
    background-color: var(--ruptura-color1);
}

.ruptura-cor-amarela img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 10px;
}

.ruptura-cor-vermelha{
    width: 29.5%;
    border-radius: 10px;
    background-color: var(--ruptura-color2);
}

.ruptura-cor-vermelha img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 10px;
}

.ruptura-cor-azul{
    width: 29.5%;
    border-radius: 10px;
    background-color: var(--ruptura-color3);
}

.ruptura-cor-azul img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 10px;
}

.papelaria-ruptura-foto{
    width: 100vw;
    padding: 0vw 10vw;
}

.papelaria-ruptura-foto video{
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.brindes-ruptura{
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.brindes-ruptura img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.brindes-ruptura-linha{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1.5vw 10vw 1.5vw 10vw;
}

.brindes-ruptura-coluna1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 48.5%;
}

.brindes-ruptura-garrafa{
    width: 100%;
    height: 56%;
}

.brindes-ruptura-moletom{
    width: 100%;
    height: 40%;
}

.brindes-ruptura-moletom img{
    object-position: top;
}

.brindes-ruptura-coluna2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 48.5%;
}

.brindes-ruptura-touca{
    width: 100%;
    height: 40%;
}

.brindes-ruptura-bolsa{
    width: 100%;
    height: 56%;
}

.website-ruptura{
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.website-ruptura-inicio video, .website-ruptura-exposicoes video, .website-ruptura-shows video, .website-ruptura-cursos-lightmode video, .website-ruptura-login video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ffffff33;
}

.website-ruptura-icones img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.website-ruptura-bloco{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 0 10vw 1.5vw 10vw;
}

.website-ruptura-inicio{
    width: 100%;
    height: 100%;
    padding-bottom: 1%;
}

.website-ruptura-exposicoes{
    width: 100%;
    height: 98.5%;
    padding: 1% 0;
}

.website-ruptura-conjunto{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-top: 1%;
    flex-wrap: wrap;
}

.website-ruptura-shows{
    width: 48.5%;
    height: 100%;
}

.website-ruptura-cursos-lightmode{
    width: 48.5%;
    height: 100%;
}

.website-ruptura-detalhes{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-top: 2%;
}

.website-ruptura-login{
    width: 48.5%;
    height: 100%;
}

.website-ruptura-icones{
    width: 48.5%;
    height: 100%;
}

.social-ruptura{
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.social-ruptura-linha1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0 10vw 1.5vw 10vw;
}

.social-ruptura-linha1 img{
    width: 100%;
    object-fit: cover;
}

.social-ruptura-post1{
    width: 100%;
    height: 100%;
    margin-right: 1.5%;
}

.social-ruptura-post2{
    width: 100%;
    height: 100%;
    margin: 0 1.5%;
}

.social-ruptura-post3{
    width: 100%;
    height: 100%;
    margin-left: 1.5%;
}

.social-ruptura-linha2{
    width: 100%;
    height: 100%;
    padding: 1.5vw 10vw 0 10vw;
}

.social-ruptura-linha2 video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.social-ruptura-redes{
    width: 100%;
    height: 100%;
    padding-right: 1.5%;
}

.footer-ruptura{
    background-color: var(--ruptura-bg);
    border-top: none;
}

/*RIOHOME*/
#inicio-riohome{
    background-color: var(--riohome-bg);
}

.header2-riohome{
    height: 30vh;
    width: 100%;
    padding: 0 3.5% 0 3.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--riohome-bg);
}

.header2-riohome-desc h2{
    color: var(--color-w);
}

.port-projeto-riohome{
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: var(--font);
    background-color: var(--riohome-txt);
}

.logo-aplicado-riohome{
    height: 20vh;
    width: 100vw;
}

.logo-aplicado-riohome video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-color: #222222;
}

.sobre-riohome{
    margin: 3.5% 0;
    padding: 0 8%;
}

.sobre-riohome p{
    margin: 3.5% 0;
    color: var(--riohome-txt2);
    font-weight: 400;
    font-size: 2.75vw;
    text-align:left;
    list-style: none;
}

.sobre-riohome .strong{
    color: var(--riohome-bg);
    font-weight: 700;
}

.ambiente-riohome{
    height: 30vh;
    width: 100vw;
}

.ambiente-riohome video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-color: #222222;
}

.cores-tipografias-riohome{
    display: flex;
    flex-direction: row;
    height: 15vh;
    width: 100vw;
}

.cores-riohome{
    height: 100%;
    width: 50vw;
    display: flex;
    flex-direction: row;
}

.cores-riohome-branco{
    background-color: var(--riohome-txt);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
}

.cores-riohome-branco p{
    color: var(--riohome-bg);
    font-weight: 500;
    font-size: 2.25vw;
    list-style: none;
    width: 80%;
}

.cores-riohome-amarelo{
    background-color: var(--riohome-bg);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
}

.cores-riohome-amarelo p{
    color: var(--riohome-txt);
    font-weight: 500;
    font-size: 2.25vw;
    list-style: none;
    width: 80%;
}

.tipografias-riohome{
    height: 100%;
    width: 50vw;
    display: flex;
    flex-direction: column;
    background-color: var(--riohome-txt);
    justify-content:center;
    align-items: center;
    gap: 5%;
    padding: 1% 0;
}

.tipografias-riohome-tit{
    width: 90%;
}

.tipografias-riohome-tit p{
    color: var(--riohome-bg);
    font-weight: 600;
    font-size: 3vw;
    list-style: none;
}

.tipografias-riohome-info{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
}

.tipografias-riohome-info-normal{
    width: 100%;
}

.tipografias-riohome-info-normal p{
    color: var(--riohome-bg);
    font-weight: 500;
    font-size: 2.75vw;
    list-style: none;
}

.tipografias-riohome-info-italico{
    width: 50%;
    display: none;
}

.tipografias-riohome-info-italico p{
    color: var(--riohome-bg);
    font-weight: 400;
    font-style: italic;
    font-size: 1.3vw;
    list-style: none;
}

.ambiente2-riohome{
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 25vh;
}

.meio-amb-riohome{
    width: 50vw;
}

.meio-amb-riohome img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 35%;
    background-color: #222222;
}

.linha-riohome img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fotos-riohome{
    display: flex;
    flex-direction: column;
}

.fotos1-riohome{
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 25vh;
}

.meio-fotos1-riohome{
    width: 50vw;
}

.meio-fotos1-riohome img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 35%;
    background-color: #222222;
}

.fotos2-riohome{
    height: 30vh;
    width: 100vw;
}

.fotos2-riohome img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-color: #222222;
}

.footer-riohome{
    background-color: var(--riohome-bg);
    border-top: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .header2-logo{
        height: 28vh;
        margin-top: 11vh;
    }
    
    .header2-logo img{
        max-height: 45%;
        max-width: 45%;
    }

    .header2-row{
        height: 11vh;
    }

    .header2-desc h2{
        font-size: 2vw;
    }

    /*PAGINAÇÃO*/
    .pag-project{
        height: 11vh;
        padding: 0 5%;
    }

    .prev-project h4, .next-project h4{
        font-size: 2.75vw;
    }

    .btn-previous-project, .btn-next-project{
        gap: 3vw;
    }

    .btn-previous-project-i, .btn-next-project-i{
        width: 5.5vw;
        height: 5.5vw;
    }

    .prev-project i, .next-project i{
        font-size: 2.5vw;
    }

    /*MODAL*/
    #bt_close{
        right: 5vw;
        font-size: 8.5vw;
    }

    #bt_next{
        top: 45.5vh;
        right: 5vw;
        font-size: 8.5vw;
    }

    #bt_prev{
        top: 45.5vh;
        left: 5vw;
        font-size: 8.5vw;
    }

    /*UP*/
    .header2-up{
        height: 50vh;
        padding: 0 5% 0 5%;
    }

    .sobre-up{
        margin: 1.5% 0;
        padding: 0 5%;
    }

    .sobre-up p, .sobre-up ul{
        font-size: 2.5vw;
    }
    
    .conceito-up{
        height: 35vh;
    }
    
    .versoes-up{
        height: 20vh;
    }
    
    .cores-up{
        flex-direction: row;
        height: 35vh;
    }
    
    .cor-up{
        flex-direction: column;
        width: 30vw;
        height:auto;
    }
    
    .cor-up-azul{
        height: 50%;
        padding-left: 5vw;
    }
    
    .cor-up-azul p{
        font-size: 1.75vw;
    }
    
    .cor-up-branco{
        height: 50%;
        padding-left: 5vw;
    }
    
    .cor-up-branco p{
        font-size: 1.75vw;
    }
    
    .papelaria{
        width: 70vw;
        height: auto;
        display: block;
    }
    
    .papelaria img{
        width: 100%;
        height: 100%;
    }
    
    .tipo-up{
        height: 30vh;
    }
    
    .tipo-up-section1{
        width: 35%;
    }
    
    .tipo-up-tit h2{
        font-size: 5.5vw;
    }
    
    .tipo-up-tit h3{
        font-size: 1.5vw;
    }
    
    .tipo-up-section1 p{
        font-size: 1.5vw;
    }
    
    .tipo-up-section2{
        width: 35%;
    }
    
    .tipo-up-a{
        justify-content:start;
        gap: 30px;
    }

    .tipo-up-a p:nth-child(1){
        font-size: 9vw;
    }
    
    .tipo-up-a p:nth-child(2){
        font-size: 9vw;
    }
    
    .tipo-up-alfabeto p{
        font-size: 2.25vw;
    }
    
    .tipo-up-pesos p{
        font-size: 1.55vw;
    }
    
    .papelaria-n-obrigatoria{
        height: 32.5vh;
        flex-direction: row;
    }
    
    .certificado-up{
        width: 60%;
        height: auto;
    }
    
    .certificado-up img{
        height: 100%;
    }
    
    .livros-up{
        flex-direction: column;
        width: 40%;
        height: auto;
    }
    
    .livro-up1{
        width: 100%;
        height: 50%;
    }
    
    .livro-up-lado{
        height: 50%;
        width: 100%;
    }
    
    .vestuário-up{
        height: 35vh;
    }
    
    .camisas img{
        height: 100%;
    }
    
    .moletom img{
        height: 100%;
    }
    
    .mapa-up{
        height: 45vh;
    }
    
    .mapa-up img{
        height: 100%;
        width: 100%;
    }
    
    .site-up1{
        height: 110vw;
    }
    
    .site-up2{
        height: 110vw;
    }
    
    .site-up1 img{
        height: 110vw;
    }
    
    .site-up2 img{
        height: 110vw;
    }
    
    .app-up{
        height: 35vh;
    }
    
    .app-up img{
        height: 100%;
    }
    
    .posts-up{
        height: 32.5vh;
    }
    
    .posts-up img{
        width: 100%;
        height: 100%;
    }
    
    .perfil-up{
        height: 37.5vh;
    }
    
    .perfil-up img{
        width: 100%;
        height: 100%;
    }
    
    .marketing-up{
        height: 30vh;
    }
    
    .metro-up{
        height: 100%;
    }
    
    .onibus-up{
        height: 100%;
    }
    
    .metro-video-up{
        height: 32.5vh;
    }
    
    .metro-video-up video{
        height: 100%;
    }

    /*MERULA*/
    .header2-merula{
        height: 50vh;
        padding: 0 5% 0 5%;
    }

    .merula-preset1{
        padding: 2.5vh 0;
    }

    .merula-preset1-header{
        height: 5vh;
        width: 90vw;
    }

    .merula-preset1-indice h4{
        font-weight: 400;
        font-size: 2.5vw;
    }

    .merula-preset-logo{
        width: 3vh;
        height: 3vh;
    }

    .merula-sobre{
        flex-direction: row;
        height: 35vh;
        width: 90vw;
        justify-content: space-between;
    }

    .merula-sobre-titulo{
        width: 37.5%; 
        margin-bottom: unset;  
    }

    .merula-sobre-titulo h2{
        font-size: 3.25em;
        font-weight: 400;
    }

    .merula-sobre-texto{
        width: 60%;
    }

    .merula-sobre-texto p{
        font-size: 1.1em;
        font-weight: 200;
        margin-bottom: 1vw;
    }

    .merula-processo{
        flex-direction: row;
        padding: 5vw;
        background-size: contain;
        gap:unset;
    }

    .merula-processo img{
        width: 42.5vw;
    }

    .merula-papelaria img{
        object-fit:unset;
    }

    .merula-cores{
        height: 35vh;
        background-size: contain;
    }

    .merula-cores-palette img{
        width: 90vw;
    }

    .merula-tipografia{
        height: 40vh;
        width: 90vw;
    }

    .merula-tipografia-top{
        width: 90vw;
        flex-direction: row;
        gap: 5vw;
    }

    .merula-tipografia-titulo{
        width: 42.5vw;
        justify-content: right;
    }

    .merula-tipografia-titulo p{
        font-size: 5em;
        text-align: right;
    }

    .merula-tipografia-info{
        width: 42.5vw;
    }

    .merula-tipografia-info p{
        font-size: 1.2em;
    }

    .merula-tipografia-bottom{
        width: 90vw;
    }

    .merula-tipografia-alfabeto{
        width: 42.5vw;
    }

    .merula-tipografia-alfabeto p{
        font-size: 1.2em;
        justify-content: center;
    }

    .merula-tipografia-familyfont{
        width: 42.5vw;
    }

    .merula-tipografia-font{
        font-size: 1.05em;
        flex-wrap:unset;
    }

    .merula-cards img{
        width: 85vw;
    }

    .merula-preset2{
        padding: 2vh 0;
    }

    .merula-preset2-header{
        height: 3vh;
        width: 90vw;
    }

    .merula-preset2-indice h4{
        font-weight: 400;
        font-size: 2.5vw;
    }

    .merula-application{
        margin-top: 0vh;
        justify-content:space-evenly;
        height: 30vh;
        gap: unset;
    }

    .apl-one, .apl-two{
        width: 90vw;
    }

    /*CELULA COACH*/
    .header2-coach{
        height: 50vh;
        padding: 0 5% 0 5%;
    }

    .coach-sobre, .coach-sobre2, .coach-sobre3{
        gap: 3vh;
        padding: 5vh 0;
    }

    .coach-sobre p, .coach-sobre2 p, .coach-sobre3 p{
        width:90%;
        font-size: 1.25em;
    }

    .tit-coach{
        height: 40vw;
        padding-left: 5%;
    }

    .tit-coach p{
        font-size: 6.75vw;
        line-height: 125%;
    }

    .tit-coach-bg{
        padding-right: 5%;
    }

    .foto-bispo{
        width: 100vw;
        height: 45vw;
    }

    .foto-povo{
        height: 40vw;
    }

    .logo-coach-conceito{
        width: 55vw;
    }

    .logo-coach-regras{
        width: 60vw;
        margin-top: 5vw;
    }

    .logo-coach-grid img{
        width: 30vw;
    }

    .logo-coach-limite img{
        width: 30vw;
    }

    .logo-coach-versoes{
        width: 100vw;
        padding: 0 5%;
        margin-top: 5vw;
    }

    .logo-coach-infos{
        height: 50vh;
        padding: 0 5%;
        margin-top: 5vw;
    }

    .logo-coach-cores{
        width: 80vw;
        height: 20vh;
        margin-top: 5vw;
    }

    .coach-azul-escuro{
        width: 25vw;
    }

    .coach-azul-escuro img{
        width: 50%;
        margin-bottom: 1vh;
    }

    .texto-azul-escuro p{
        font-size: 1em;
        line-height: 130%;
    }

    .coach-azul-claro{
        width: 25vw;
    }

    .coach-azul-claro img{
        width: 50%;
        margin-bottom: 1vh;
    }

    .texto-azul-claro p{
        font-size: 1em;
        line-height: 130%;
    }

    .coach-branco{
        width: 25vw;
    }

    .coach-branco img{
        width: 50%;
        margin-bottom: 1vh;
    }

    .texto-branco p{
        font-size: 1em;
        line-height: 130%;
    }

    .logo-coach-tipografia{
        width: 90vw;
        height: 20vh;
        align-items:last baseline;
        justify-content:space-around;
        margin-top: 0;
    }

    .coach-tipografia-exemplo{
        width: 40vw;
        height: 20vh;
    }

    .coach-letra p{
        font-size: 7em;
    }

    .coach-texto-exemplo p{
        font-size: 1.4em;
        line-height: 120%;
    }

    .coach-espessura{
        margin-top: 1vw;
        width: 40vw;
        height: 20vh;
    }

    .coach-espessura p{
        font-size: 2.1em;
        line-height: 140%;
    }

    .coach-preset4{
        padding:5vw 5vw;
    }

    .coach-cartao, .coach-papelaria, .coach-tecido, .coach-outros, .coach-spotify{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .coach-cartao1{
        width: 48%;
        height: 35vw;
    }

    .coach-cartao1-chuva{
        height: 15.75vw;
    }

    .coach-cartao1-chuva img{
        height: 15.75vw;
    }

    .coach-cartao1-entrega{
        width: 100%;
        height: 15.75vw;
        display: block;
    }

    .coach-cartao1-entrega img{
        width: 100%;
        height: 15.75vw;
        object-fit:cover;
    }

    .coach-cartao2{
        width: 48%;
        height: 35vw;
    }

    .coach-biblia{
        height: 30vw;
    }

    .coach-biblia img{
        height: 100%;
    }

    .coach-quadro{
        height: 30vw;
    }

    .coach-quadro img{
        height: 100%;
    }

    .coach-caderno{
        height: 30vw;
    }

    .coach-caderno img{
        height: 100%;
    }

    .coach-carteira{
        width: 45%;
        height: 28vw;
        display: block;
    }

    .coach-carteira img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .coach-bolsa{
        width: 30%;
        height: 28vw;
    }

    .coach-bolsa-detalhe{
        width: 17%;
        height: 28vw;
    }

    .coach-spotify{
        width: 90vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .coach-spotify img{
        width: 100%;
        object-fit: cover;
    }

    /*BOROGODÓ*/
    .header2-borogodo{
        height: 50vh;
        padding: 0 5% 0 5%;
    }
    
    .logo-aplicado-borogodo{
        height: 30vh;
    }

    .sobre-borogodo{
        padding: 0 12.5vw;
    }
    
    .conceito-borogodo{
        height: 27.5vh;
    }

    .versoes-borogodo{
        height: 22.5vh;
    }

    .papelaria-borogodo{
        height: 37.5vh;
    }

    .cores-tipografias-borogodo{
        height: 22.5vh;
    }

    .cores-borogodo-branco p{
        font-size: 2.3vw;
    }

    .cores-borogodo-amarelo p{
        font-size: 2.3vw;
    }

    .tipografias-borogodo-tit p{
        font-size: 2.75vw;
    }

    .tipografias-borogodo-info-normal p{
        font-size: 2.6vw;
    }

    .banners1-borogodo{
        height: 40vh;
    }

    .cores-rotulos-borogodo{
        height: 45vh;
    }

    .foto-conceitual-borogodo{
        height: 40vh;
    }

    .cerveja-frontal-borogodo{
        height: 48.5vh;
    }

    .tampinha-borogodo{
        height: 40vh;
    }

    .social-borogodo{
        height: 45vh;
    }

    .banners2-borogodo{
        height: 40vh;
    }

    .banners3-borogodo{
        height: 37.5vh;
    }

    .banners4-borogodo{
        height: 37.5vh;
    }

    /*RUPTURA*/
    .header2-ruptura{
        height: 50vh;
        padding: 0 5% 0 5%;
    }
    
    .sobre-ruptura-texto{
        padding: 0 12.5vw;
    }
    
    .sobre-ruptura-texto p{
        font-size: 2.75vw;
    }

    .sobre-ruptura-texto p:nth-child(1), .sobre-ruptura-texto p:nth-child(2){
        margin-bottom: 5%;
    }

    .conceito-ruptura-blocos{
        padding: 0 12.5vw;
    }

    .conceito-ruptura img, .grid-ruptura img, .versoes-ruptura img, .versoes-ruptura video{
        border-radius: 22.5px;
    }

    .grid-ruptura-imagens{
        padding: 0 12.5vw 1.5vw 12.5vw;
    }

    .versoes-ruptura-linha1{
        height: 27vh;
        padding: 0 12.5vw 1.5vw 12.5vw;
    }

    .tipografia-ruptura-foto{
        padding: 0 7.5vw;
    }

    .caracteres-ruptura-foto{
        padding: 0 7.5vw;
    }

    .ruptura-cores-bloco{
        height: 30vh;
        padding: 0 12.5vw;
    }

    .ruptura-cor-preta {
        border-radius: 22.5px;
    }

    .ruptura-cor-preta img{
        border-radius: 22.5px;
    }

    .ruptura-cor-branca {
        border-radius: 22.5px;
    }
    
    .ruptura-cor-branca img{
        border-radius: 22.5px;
    }

    .ruptura-cor-amarela {
        border-radius: 22.5px;
    }
    
    .ruptura-cor-amarela img{
        border-radius: 22.5px;
    }

    .ruptura-cor-vermelha {
        border-radius: 22.5px;
    }
    
    .ruptura-cor-vermelha img{
        border-radius: 22.5px;
    }

    .ruptura-cor-azul {
        border-radius: 22.5px;
    }
    
    .ruptura-cor-azul img{
        border-radius: 22.5px;
    }

    /*RIOHOME*/
    .header2-riohome{
        height: 50vh;
        padding: 0 5% 0 5%;
    }
    
    .logo-aplicado-riohome{
        height: 30vh;
    }

    .sobre-riohome{
        padding: 0 12.5vw;
    }
    
    .conceito-riohome{
        height: 27.5vh;
    }

    .versoes-riohomeo{
        height: 22.5vh;
    }

    .papelaria-riohomeo{
        height: 37.5vh;
    }

    .cores-tipografias-riohome{
        height: 22.5vh;
    }

    .cores-riohome-branco p{
        font-size: 2.3vw;
    }

    .cores-riohome-amarelo p{
        font-size: 2.3vw;
    }

    .tipografias-riohome-tit p{
        font-size: 2.75vw;
    }

    .tipografias-riohome-info-normal p{
        font-size: 2.6vw;
    }

    .banners1-riohome{
        height: 40vh;
    }

    .cores-rotulos-riohome{
        height: 45vh;
    }

    .foto-conceitual-riohome{
        height: 40vh;
    }

    .cerveja-frontal-riohome{
        height: 48.5vh;
    }

    .tampinha-riohome{
        height: 40vh;
    }

    .social-riohome{
        height: 45vh;
    }

    .banners2-riohome{
        height: 40vh;
    }

    .banners3-riohome{
        height: 37.5vh;
    }

    .banners4-riohome{
        height: 37.5vh;
    }
}

@media screen and (min-width: 1024px){
    .header2-logo{
        height: 45vh;
        margin-top: 17.5vh;
    }

    .header2-logo img{
        max-height: 35%;
        max-width: 25%;
    }

    .header2-row{
        height: 17.5vh;
    }

    .header2-desc h2{
        font-size: .8vw;
    }

    /*PAGINAÇÃO*/
    .pag-project{
        height: 20vh;
        padding: 0 7.5%;
    }

    .prev-project h4, .next-project h4{
        font-size: 1.25vw;
    }

    .btn-previous-project, .btn-next-project{
        gap: 1.5vw;
    }

    .btn-previous-project-i, .btn-next-project-i{
        width: 2.5vw;
        height: 2.5vw;
    }

    .prev-project i, .next-project i{
        font-size: 1.25vw;
    }

    .btn-previous-project:hover .btn-previous-project-i, .btn-next-project:hover .btn-next-project-i{
        background-color: var(--color-y);
        transition: all 0.2s ease-in-out;
    }

    .btn-previous-project:hover i, .btn-next-project:hover i{
        color: var(--color-w);
        transition: all 0.2s ease-in-out;
    }

    /*MODAL*/

    #bt_close{
        right: 5vw;
        font-size: 2.5em;
    }

    #bt_close:hover, #bt_prev:hover, #bt_next:hover{
        color: var(--color-y);
    }

    #bt_next{
        top: 50vh;
        right: 5vw;
        font-size: 2.5em;
    }

    #bt_prev{
        top: 50vh;
        left: 5vw;
        font-size: 2.5em;
    }

    /*UP*/
    .header2-up{
        height: 80vh;
        width: 100%;
        padding: 0 7.5% 0 7.5%;
        justify-content: center;
    }

    .sobre-up{
        margin: 1.5% 0;
        padding: 0 5%;
    }
    .sobre-up p, .sobre-up ul{
        margin: 1.5% 0;
        font-size: 1.2vw;
    }

    .conceito-up{
        height: 60vh;
    }

    .versoes-up{
        height: 35vh;
    }

    .cores-up{
        flex-direction: row;
        height: 65vh;
    }

    .cor-up{
        flex-direction: column;
        width: 50vw;
        height:auto;
    }

    .cor-up-azul{
        height: 50%;
        padding-left: 5vw;
    }

    .cor-up-azul p{
        font-size: 1vw;
    }

    .cor-up-branco{
        height: 50%;
        padding-left: 5vw;
    }

    .cor-up-branco p{
        font-size: 1vw;
    }

    .papelaria{
        width: 50vw;
        height: auto;
        display: block;
    }

    .papelaria img{
        width: 100%;
        height: 100%;
    }

    .tipo-up{
        height: 70vh;
    }

    .tipo-up-section1{
        width: 25%;
    }

    .tipo-up-tit h2{
        font-size: 4.5vw;
    }

    .tipo-up-tit h3{
        font-size: 1.1vw;
    }

    .tipo-up-section1 p{
        font-size: 1.1vw;
    }

    .tipo-up-section2{
        width: 25%;
    }

    .tipo-up-a p:nth-child(1){
        font-size: 9vw;
    }

    .tipo-up-a p:nth-child(2){
        font-size: 9vw;
    }

    .tipo-up-alfabeto p{
        font-size: 1.55vw;
    }

    .tipo-up-pesos p{
        font-size: 1.25vw;
    }

    .papelaria-n-obrigatoria{
        height: 90vh;
        flex-direction: row;
    }

    .certificado-up{
        width: 60%;
        height: auto;
    }

    .certificado-up img{
        height: 100%;
    }

    .livros-up{
        flex-direction: column;
        width: 40%;
        height: auto;
    }

    .livro-up1{
        width: 100%;
        height: 50%;
    }

    .livro-up-lado{
        height: 50%;
        width: 100%;
    }

    .vestuário-up{
        height: 80vh;
    }

    .camisas img{
        height: 80vh;
    }

    .moletom img{
        height: 80vh;
    }

    .mapa-up{
        height: 85vh;
    }

    .mapa-up img{
        width: 70vw;
        height: 85vh;
    }

    .site-up1{
        height: 110vw;
    }

    .site-up2{
        height: 110vw;
    }

    .site-up1 img{
        height: 110vw;
    }

    .site-up2 img{
        height: 110vw;
    }

    .app-up{
        height: 80vh;
    }

    .app-up img{
        height: 80vh;
    }

    .posts-up{
        height: 80vh;
    }

    .posts-up img{
        width: 80vw;
        height: 80vh;
    }

    .perfil-up{
        height: 70vh;
    }

    .perfil-up img{
        width: 80vw;
        height: 70vh;
    }

    .marketing-up{
        height: 50vh;
    }

    .metro-up{
        height: 50vh;
    }

    .onibus-up{
        height: 50vh;
    }

    .metro-video-up{
        height: 60vh;
    }

    .metro-video-up video{
        height: 60vh;
    }

    /*MERULA*/
    .header2-merula{
        height: 80vh;
        padding: 0 7.5% 0 7.5%;
    }

    .merula-preset1{
        padding: 5vh 0;
    }

    .merula-preset1-header{
        height: 5vh;
        width: 85vw;
    }

    .merula-preset1-indice h4{
        font-weight: 400;
        font-size: unset;
    }

    .merula-preset-logo{
        width: 3vh;
        height: 3vh;
    }

    .merula-sobre{
        flex-direction: row;
        height: 55vh;
        width: 85vw;
        justify-content: space-between;
    }

    .merula-sobre-titulo{
        width: 35%; 
        margin-bottom: unset;  
    }

    .merula-sobre-titulo h2{
        font-size: 4.8em;
        font-weight: 400;
    }

    .merula-sobre-texto{
        width: 60%;
    }

    .merula-sobre-texto p{
        font-size: 1.2em;
        font-weight: 300;
        margin-bottom: unset;
    }

    .merula-processo{
        flex-direction: row;
        padding: 10vh 7.5vw;
        background-size: contain;
        gap:unset;
    }

    .merula-processo img{
        width: 41.5vw;
    }

    .merula-papelaria img{
        object-fit:unset;
    }

    .merula-cores{
        height: 85vh;
        background-size: contain;
    }

    .merula-cores-palette img{
        width: 85vw;
    }

    .merula-tipografia{
        height: 55vh;
        width: 85vw;
    }

    .merula-tipografia-top{
        width: 80vw;
        flex-direction: row;
        gap: 5vw;
    }

    .merula-tipografia-titulo{
        width: 40vw;
        justify-content: right;
    }

    .merula-tipografia-titulo p{
        font-size: 5em;
    }

    .merula-tipografia-info{
        width: 40vw;
    }

    .merula-tipografia-info p{
        font-size: 1.15em;
    }

    .merula-tipografia-bottom{
        width: 80vw;
    }

    .merula-tipografia-alfabeto{
        width: 40vw;
    }

    .merula-tipografia-alfabeto p{
        font-size: 1.7em;
        justify-content: center;
    }

    .merula-tipografia-familyfont{
        width: 40vw;
    }

    .merula-tipografia-font{
        font-size: 1.8em;
        flex-wrap:unset;
    }

    .merula-cards img{
        width: 85vw;
    }

    .merula-preset2{
        padding: 5vh 0 2vh 0;
    }

    .merula-preset2-header{
        height: 5vh;
        width: 85vw;
    }

    .merula-preset2-indice h4{
        font-weight: 400;
        font-size: unset;
    }

    .merula-application{
        margin-top: 5vh;
        justify-content:space-evenly;
        height: 65vh;
        gap: unset;
    }

    .apl-one, .apl-two{
        width: 85vw;
    }

    /*CELULA COACH*/
    .header2-coach{
        height: 80vh;
        padding: 0 7.5% 0 7.5%;
    }

    .coach-sobre, .coach-sobre2, .coach-sobre3{
        gap: 4vh;
        padding: 10vh 0;
    }

    .coach-sobre p, .coach-sobre2 p, .coach-sobre3 p{
        width:70%;
        font-size: 1.3em;
    }

    .tit-coach{
        height: 35vw;
        padding-left: 7.5%;
    }

    .tit-coach p{
        font-size: 6vw;
        line-height: 110%;
    }

    .tit-coach-bg{
        padding-right: 7.5%;
    }

    .foto-bispo{
        width: 60vw;
        height: 25vw;
    }

    .foto-povo{
        height: 35vw;
    }

    .logo-coach-conceito{
        width: 35vw;
    }

    .logo-coach-regras{
        width: 50vw;
        margin-top: 5vw;
    }

    .logo-coach-grid img{
        width: 20vw;
    }

    .logo-coach-limite img{
        width: 20vw;
    }

    .logo-coach-versoes{
        padding: 0 7.5%;
        margin-top: 5vw;
    }

    .logo-coach-infos{
        height: auto;
        padding: 0 7.5%;
        margin-top: 5vw;
        flex-direction: row;
        justify-content: space-between;
        gap: 5vw;
    }

    .logo-coach-cores{
        width: 50vw;
        height: auto;
        margin-top: 2.5vw;
    }

    .coach-azul-escuro{
        width: 11vw;
    }

    .coach-azul-escuro img{
        width: 80%;
        margin-bottom: unset;
    }

    .texto-azul-escuro p{
        font-size: 1em;
        line-height: 130%;
    }

    .coach-azul-claro{
        width: 11vw;
    }

    .coach-azul-claro img{
        width: 80%;
        margin-bottom: unset;
    }

    .texto-azul-claro p{
        font-size: 1em;
        line-height: 130%;
    }

    .coach-branco{
        width: 11vw;
    }

    .coach-branco img{
        width: 80%;
        margin-bottom: unset;
    }

    .texto-branco p{
        font-size: 1em;
        line-height: 130%;
    }

    .logo-coach-tipografia{
        width: 40vw;
        height: auto;
        align-items: center;
        justify-content:space-around;
        margin-top: 0;
    }

    .coach-tipografia-exemplo{
        width: 11vw;
        height: 18.5vw;
    }

    .coach-letra p{
        font-size: 6.5em;
    }

    .coach-texto-exemplo p{
        font-size: 1em;
        line-height: 120%;
    }

    .coach-espessura{
        margin-top: 1vw;
        width: 20vw;
        height: auto;
    }

    .coach-espessura p{
        font-size: 2.1em;
        line-height: 140%;
    }

    .coach-preset4{
        padding:5vw 7.5vw;
    }

    .coach-cartao, .coach-papelaria, .coach-tecido, .coach-outros, .coach-spotify{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .coach-cartao1{
        width: 48%;
        height: 35vw;
    }

    .coach-cartao1-chuva{
        height: 15.75vw;
    }

    .coach-cartao1-chuva img{
        height: 15.75vw;
    }

    .coach-cartao1-entrega{
        width: 100%;
        height: 15.75vw;
        display: block;
    }

    .coach-cartao1-entrega img{
        width: 100%;
        height: 15.75vw;
        object-fit:cover;
    }

    .coach-cartao2{
        width: 48%;
        height: 35vw;
    }

    .coach-biblia{
        height: 30vw;
    }

    .coach-biblia img{
        height: 100%;
    }

    .coach-quadro{
        height: 30vw;
    }

    .coach-quadro img{
        height: 100%;
    }

    .coach-caderno{
        height: 30vw;
    }

    .coach-caderno img{
        height: 100%;
    }

    .coach-carteira{
        width: 45%;
        height: 28vw;
        display: block;
    }

    .coach-carteira img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .coach-bolsa{
        width: 30%;
        height: 28vw;
    }

    .coach-bolsa-detalhe{
        width: 17%;
        height: 28vw;
    }

    .coach-spotify{
        width: 85vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: aqua;
    }

    .coach-spotify img{
        width: 85vw;
        object-fit: cover;
    }

    /*BOROGODÓ*/
    .header2-borogodo{
        height: 80vh;
        padding: 0 7.5% 0 7.5%;
    }

    .logo-site-borogodo:hover path{
        fill: var(--color-b);
        transition: all 0.3s ease-in-out;
    }

    .menu-borogodo li a:hover{
        color: var(--color-b);
        transition: all 0.3s ease-in-out;
    }

    .redes-borogodo i:hover{
        color: var(--color-b);
        transition: all 0.3s ease-in-out;
    }

    .logo-aplicado-borogodo{
        height: 75vh;
    }

    .sobre-borogodo{
        margin: 1.5% 0;
        padding: 0 10%;
    }
    .sobre-borogodo p{
        margin: 1.5% 0;
        font-size: 1.3vw;
    }

    .conceito-borogodo{
        height: 45vh;
    }

    .versoes-borogodo{
        height: 60vh;
    }

    .papelaria-borogodo{
        height: 100vh;
    }

    .cores-tipografias-borogodo{
        height: 45vh;
    }

    .tipografias-borogodo{
        justify-content:center;
        gap: 10%;
    }

    .tipografias-borogodo-tit p{
        font-size: 2.25vw;
    }

    .tipografias-borogodo-info-normal{
        width: 50%;
    }

    .tipografias-borogodo-info-normal p{
        font-size: 1.3vw;
        font-weight: 400;
    }

    .tipografias-borogodo-info-italico{
        display: block;
    }

    .banners1-borogodo{
        height: 95vh;
    }

    .design-rotulo-borogodo{
        flex-direction: row;
    }

    .design-rotulo-borogodo img{
        height: 45vh;
        width: 33.3vw;
    }

    .cores-rotulos-borogodo{
        height: 90vh;
    }

    .foto-conceitual-borogodo{
        height: 100vh;
        flex-direction: row;
    }

    .foto-conceitual-borogodo img{
        height: 100vh;
        width: 100vw;
        object-position: 0 5%;
    }

    .cerveja-frontal-borogodo{
        height: 90vh;
    }

    .tampinha-borogodo{
        height: 100vh;
    }

    .social-borogodo{
        height: 115vh;
    }

    .banners2-borogodo{
        height: 110vh;
    }

    .banners3-borogodo{
        height: 65vh;
    }

    .banners4-borogodo{
        height: 100vh;
    }

    /*RUPTURA*/
    .header2-ruptura{
        height: 80vh;
        padding: 0 7.5% 0 7.5%;
    }
    
    .sobre-ruptura-texto{
        padding: 0 15vw;
    }
    
    .sobre-ruptura-texto p{
        font-size: 1.5vw;
    }

    .sobre-ruptura-texto p:nth-child(1), .sobre-ruptura-texto p:nth-child(2){
        margin-bottom: 3%;
    }

    .conceito-ruptura-blocos{
        padding: 0 15vw;
    }

    .conceito-ruptura img, .grid-ruptura img, .versoes-ruptura img, .versoes-ruptura video{
        border-radius: 35px;
    }

    .grid-ruptura-imagens{
        flex-direction: row;
        padding: 0 15vw;
    }

    .grid-ruptura-simbolo{
        width: 48.5%;
        height: 100%;
    }
    
    .grid-ruptura-logo{
        width: 48.5%;
        height: 100%;
    }

    .versoes-ruptura-linha1{
        height: 70vh;
        padding: 0 15vw 1.5vw 15vw;
    }

    .tipografia-ruptura-foto{
        padding: 0 11vw;
    }

    .caracteres-ruptura-foto{
        padding: 0 11vw;
    }

    .ruptura-cores-bloco{
        height: 70vh;
        padding: 0 15vw;
    }

    .ruptura-cor-preta {
        border-radius: 35px;;
    }

    .ruptura-cor-preta img{
        border-radius: 35px;;
    }

    .ruptura-cor-branca {
        border-radius: 35px;;
    }
    
    .ruptura-cor-branca img{
        border-radius: 35px;;
    }

    .ruptura-cor-amarela {
        border-radius: 35px;;
    }
    
    .ruptura-cor-amarela img{
        border-radius: 35px;;
    }

    .ruptura-cor-vermelha {
        border-radius: 35px;;
    }
    
    .ruptura-cor-vermelha img{
        border-radius: 35px;;
    }

    .ruptura-cor-azul {
        border-radius: 35px;;
    }
    
    .ruptura-cor-azul img{
        border-radius: 35px;;
    }

    .website-ruptura-conjunto{
        flex-wrap: nowrap;
    }

    .website-ruptura-shows{
        width: 32%;
    }
    
    .website-ruptura-cursos-lightmode{
        width: 32%;
    }

    .website-ruptura-detalhes{
        width: 32%;
        flex-direction: column;
        padding-top: 0;
    }

    .website-ruptura-login{
        width: 85%;
        margin-bottom: 3%;
    }
    
    .website-ruptura-icones{
        width: 85%;
        margin-top: 3%;
    }

    /*RIOHOME*/
    .header2-riohome{
        height: 80vh;
        padding: 0 7.5% 0 7.5%;
    }

    .logo-site-riohome:hover path{
        fill: var(--color-b);
        transition: all 0.3s ease-in-out;
    }

    .menu-riohome li a:hover{
        color: var(--color-b);
        transition: all 0.3s ease-in-out;
    }

    .redes-riohome i:hover{
        color: var(--color-b);
        transition: all 0.3s ease-in-out;
    }

    .logo-aplicado-riohome{
        height: 75vh;
    }

    .sobre-riohome{
        margin: 1.5% 0;
        padding: 0 10%;
    }
    .sobre-riohome p{
        margin: 1.5% 0;
        font-size: 1.3vw;
    }

    .conceito-riohome{
        height: 45vh;
    }

    .versoes-riohome{
        height: 60vh;
    }

    .papelaria-riohome{
        height: 100vh;
    }

    .cores-tipografias-riohome{
        height: 45vh;
    }

    .tipografias-riohome{
        justify-content:center;
        gap: 10%;
    }

    .tipografias-riohome-tit p{
        font-size: 2.25vw;
    }

    .tipografias-riohome-info-normal{
        width: 50%;
    }

    .tipografias-riohome-info-normal p{
        font-size: 1.3vw;
        font-weight: 400;
    }

    .tipografias-riohome-info-italico{
        display: block;
    }

    .banners1-riohome{
        height: 95vh;
    }

    .design-rotulo-riohome{
        flex-direction: row;
    }

    .design-rotulo-riohome img{
        height: 45vh;
        width: 33.3vw;
    }

    .cores-rotulos-riohome{
        height: 90vh;
    }

    .foto-conceitual-riohome{
        height: 100vh;
        flex-direction: row;
    }

    .foto-conceitual-riohome img{
        height: 100vh;
        width: 100vw;
        object-position: 0 5%;
    }

    .cerveja-frontal-riohome{
        height: 90vh;
    }

    .tampinha-riohome{
        height: 100vh;
    }

    .social-riohome{
        height: 115vh;
    }

    .banners2-riohome{
        height: 110vh;
    }

    .banners3-riohome{
        height: 65vh;
    }

    .banners4-riohome{
        height: 100vh;
    }

}