*{
    box-sizing: border-box;
    margin: 0;
    font-family: Futura, Helvetica, sans-serif;
}
body{
    overflow: hidden;
    font-size: 20px;
}
html{
    background-size: cover;
}
.main1{
    top: 0;
    left: 0;
    position: relative;
    width:50vw;
    height:100vh;
    background-color:  #EFEF79;
    /* z-index: 0; */
}
.main2{
    top: 0;
    right: 0;
    position : absolute;
    width: 50vw;
    height: 100vh;
    background-color:  #8BCCD0;
    /* z-index: -1; */
}
.main3 {
    /* top: 1000px; */
    /* position: absolute; */
    width: 100vw;
    height: 95vh;
    background-color:  #8BCCD0;
    /* z-index: 3; */
}
.a{
    z-index: 2;
}

.p {
    color: #EFEF79;
    font-size: 20vmax;
    margin: 0vmax;
    
}
.o {
    color: #8BCCD0;
    font-size: 20vmax;
    margin: 0vmax;
   
}
/* .teste1{
    grid-area: B;
} */

a{
    text-decoration: none;
    color: inherit;
    -webkit-text-stroke-color: inherit;

}
a:visited{
    text-decoration: none;
    color: inherit;
    -webkit-text-stroke-color: inherit;
    
}
a:active{
    text-decoration: none;
    color: inherit;
    -webkit-text-stroke-color: inherit;
    
}


.primeira_parte{
    background-color: #EFEF79;
    display: grid;
    grid-template-columns: repeat(4,25vw);
    grid-template-rows: repeat(6,15.835vh);
    grid-template-areas:
        "A1  B1  B1  E1"
        "A1  B1  B1  E1"
        "A1  C1  D1  E1"
        "F1  C1  D1  I1"
        "F1  G1  H1  I1"
        "F1  G1  H1  I1";
    /* z-index: 999; */
}


.AJ,.BJ,.CJ,.DJ,.EJ,.FJ,.GJ,.HJ,.IJ{
    /* border: 1px solid black; */
    /* APAGAR BORDER DPS NAO ESQUECER */
    padding: 5px;
}


.segunda_parte{
    background-color: #8BCCD0;
    display: grid;
    grid-template-columns: repeat(4,25vw);
    grid-template-rows: repeat(6,15.835vh);
    grid-template-areas:
        "A2  A2  B2  E2"
        "A2  A2  B2  E2"
        "A2  A2  B2  E2"
        "C2  D2  D2  E2"
        "C2  D2  D2  E2"
        "C2  D2  D2  E2";
}

.AJ {
    grid-area: A1; 
}
.BJ {
    grid-area: B1; 
}
.CJ{
    grid-area: C1;
}
.DJ {
    grid-area: D1; 
}
.EJ {
    grid-area: E1; 
}
.FJ {
    grid-area: F1; 
}
.GJ {
    grid-area: G1; 
}
.HJ {
    grid-area: H1; 
}
.IJ {
    grid-area: I1; 
}



.AP,.BP,.CP,.DP,.EP,.FP,.GP,.HP{
    /* border: 1px solid black; */
    /* APAGAR BORDER DPS NAO ESQUECER */
    padding: 5px;
}

.AP {
    grid-area: A2; 
}
.BP {
    grid-area: B2; 
}
.CP {
    grid-area: C2; 
}
.DP {
    grid-area: D2; 
}
.EP{
    grid-area: E2; 
}

.SP{
    grid-area: A3;
}
.SJ{
    grid-area: B3;
}
/* .gallery {    
    display: grid;    
    grid-template-columns: repeat(8, 1fr);    
    grid-template-rows: repeat(8, 5vw);    
    grid-gap: 15px;
} */

/* .segunda_parte{
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(6,1fr);
    grid-template-areas:
        
        "A A E E"
        "A A F G"
        "A A F G"
        "B B H H"
        "B B H H "
        "C D H H";
    background-color: black;
} */

/* .parte1 {
    margin-left:30px;
} */


p {
    background-color: #FFFFFF;
    color: rgb(0, 0, 0);
    font-size: 40px;
}

.titulo {
    font-size: 20px;
}

.imgp {
    bottom: 7vh;
    left: 4%;
    position: absolute;
}
.imgp img{
    width: 45vw;
}

.digital {
    color: transparent;
    /* writing-mode: vertical-rl; */
    transform: rotate(90deg);
    top: 40px;
    right: -2%;
    /* margin-right: -100px; */
    position: absolute;
    outline-color: #8BCCD0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #8BCCD0;
    font-weight: bold;
    z-index: 99;

}

.digital:hover {
    color: #8BCCD0;
}

.desenho {
    color: transparent;
    /* writing-mode: vertical-rl; */
    transform: rotate(90deg);
    top: 50px;
    left: -3%;
    /* right: -150px; */
    position: absolute;
    outline-color: #EFEF79;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #EFEF79;
    font-weight: bold;
    z-index: 99;
}

.desenho:hover {
    color: #EFEF79;
    /* z-index: 100; */
}

.sobre {
    color: transparent;
    /* writing-mode: vertical-rl; */
    transform: rotate(90deg);
    bottom: 50px;
    left: -1%;
    /* right: -150px; */
    position: absolute;
    outline-color: #EFEF79;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #EFEF79;
    font-weight: bold;
    z-index: 99;
}

.sobre:hover {
    color: #EFEF79;
    /* z-index: 100; */
}


 ::-webkit-scrollbar {
    display: none;
} 

.galeria {    
    width: 100%;    
    height: 100%;    
    object-fit: cover;

}

/* main{
    grid-area: B;
} */

.rodape1{
    background-color: #8BCCD0;
    height: 5vh;
    width: 100vw;
    /* border: 1px solid black; */
}

.rodape2{
    background-color: #EFEF79;
    color: #EFEF79;
    height: 5vh;
    width: 100vw;
    /* border: 1px solid black; */
}

.rodape3{
    background-color: #8BCCD0;
    height: 5vh;
    width: 100vw;
    /* border: 1px solid black; */
}

.rodapegrid{
    display: grid;
    grid-template-columns: repeat(4,25vw);
    grid-template-rows: repeat(1,5vh);
    grid-template-areas:
        "AR  BR  CR  DR";
    /* text-align: center; */
}
.rodapegrid2{
    display: grid;
    grid-template-columns: repeat(4,25vw);
    grid-template-rows: repeat(1,5vh);
    grid-template-areas:
        "AR  BR  CR  DR";
    /* text-align: center; */
}
.sobrer2{
    padding: 0.5vw;
    color: transparent;
    /* writing-mode: vertical-rl; */
    /* transform: rotate(90deg); */
    /* bottom: 50px; */
    /* left: -1%; */
    /* right: -150px; */
    /* position: center; */
    text-align: center;
    outline-color: #8BCCD0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #8BCCD0;
    font-weight: bold;
    /* z-index: 99; */
    background-color: #EFEF79;
}
.desenhor2{
    padding: 0.5vw;
    color: transparent;
    /* writing-mode: vertical-rl; */
    /* transform: rotate(90deg); */
    /* bottom: 50px; */
    /* left: -1%; */
    /* right: -150px; */
    /* position: center; */
    text-align: center;
    outline-color: #8BCCD0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #8BCCD0;
    font-weight: bold;
    /* z-index: 99; */
    background-color: #EFEF79;
}
.digitalr2{
    padding: 0.5vw;
    color: transparent;
    /* writing-mode: vertical-rl; */
    /* transform: rotate(90deg); */
    /* bottom: 50px; */
    /* left: -1%; */
    /* right: -150px; */
    /* position: center; */
    /* justify-content: center; */
    text-align: center;
    outline-color: #8BCCD0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #8BCCD0;
    font-weight: bold;
    /* z-index: 99; */
    background-color: #EFEF79;
}
.mainr2{
    padding: 0.5vw;
    color: transparent;
    /* writing-mode: vertical-rl; */
    /* transform: rotate(90deg); */
    /* bottom: 50px; */
    /* left: -1%; */
    /* right: -150px; */
    /* position: center; */
    text-align: center;
    outline-color: #8BCCD0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #8BCCD0;
    font-weight: bold;
    /* z-index: 99; */
    background-color: #EFEF79;
}
.mainr2:hover {
    color: #8BCCD0;
    /* z-index: 100; */
}
.sobrer2:hover {
    color: #8BCCD0;
    /* z-index: 100; */
}
.desenhor2:hover {
    color: #8BCCD0;
    /* z-index: 100; */
}
.digitalr2:hover {
    color: #8BCCD0;
    /* z-index: 100; */
}

.sobrer{
    color: transparent;
    padding: 0.5vw;
    /* writing-mode: vertical-rl; */
    /* transform: rotate(90deg); */
    /* bottom: 50px; */
    /* left: -1%; */
    /* right: -150px; */
    /* position: center; */
    text-align: center;
    outline-color: #EFEF79;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #EFEF79;
    font-weight: bold;
    /* z-index: 99; */
    background-color: #8BCCD0;
}
.desenhor{
    padding: 0.5vw;
    color: transparent;
    /* writing-mode: vertical-rl; */
    /* transform: rotate(90deg); */
    /* bottom: 50px; */
    /* left: -1%; */
    /* right: -150px; */
    /* position: center; */
    text-align: center;
    outline-color: #EFEF79;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #EFEF79;
    font-weight: bold;
    /* z-index: 99; */
    background-color: #8BCCD0;
}
.digitalr{
    padding: 0.5vw;
    color: transparent;
    /* writing-mode: vertical-rl; */
    /* transform: rotate(90deg); */
    /* bottom: 50px; */
    /* left: -1%; */
    /* right: -150px; */
    /* position: center; */
    text-align: center;
    outline-color: #EFEF79;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #EFEF79;
    font-weight: bold;
    /* z-index: 99; */
    background-color: #8BCCD0;
}
.mainr{
    padding: 0.5vw;
    color: transparent;
    /* writing-mode: vertical-rl; */
    /* transform: rotate(90deg); */
    /* bottom: 50px; */
    /* left: -1%; */
    /* right: -150px; */
    /* position: center; */
    text-align: center;
    outline-color: #EFEF79;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #EFEF79;
    font-weight: bold;
    /* z-index: 99; */
    background-color: #8BCCD0;
}
.mainr:hover {
    color: #EFEF79;
    /* z-index: 100; */
}
.sobrer:hover {
    color: #EFEF79;
    /* z-index: 100; */
}
.desenhor:hover {
    color: #EFEF79;
    /* z-index: 100; */
}
.digitalr:hover {
    color: #EFEF79;
    /* z-index: 100; */
}


/* a{
    text-decoration: none;
    color: inherit;
    -webkit-text-stroke-color: inherit;

}
a:visited{
    text-decoration: none;
    color: inherit;
    -webkit-text-stroke-color: inherit;
    
}
a:active{
    text-decoration: none;
    color: inherit;
    -webkit-text-stroke-color: inherit;
    
} */

/* .AR {
    grid-area: AR;
    background-color: #8BCCD0;
} */

.rodapegrid a,.rodapegrid a:visited{
    text-decoration: none;
    /* font-size: 2vmin; */
    color: transparent;
    -webkit-text-stroke-color: #EFEF79;
}
.rodapegrid a:hover{
     color: #EFEF79;
     /* font-size: 2vmin; */
}


.rodapegrid2 a,.rodapegrid2 a:visited{
    text-decoration: none;
    /* font-size: 2vmin; */
    color: transparent;
    -webkit-text-stroke-color: #8BCCD0;
}
.rodapegrid2 a:hover{
    color: #8BCCD0;
    /* font-size: 2vmin; */
}
.main3 p {
    font-size: 4vmin;
    /* margin-top: 20vmin; */
    margin-left: 20vmin;
    margin-right: 20vmin;
    background-color: #8BCCD0;
    color: #EFEF79;
    text-justify: center;
}
.fotossobre{
    left:50vw;
    display:grid;
    grid-template-columns: repeat(1,20vw);
    grid-template-rows: repeat(1,30vh);
    grid-template-areas:
            "A3 B3";
    background-color: #8BCCD0;

}

/* .fundomain3{
    background-color: #EFEF79;
} */
@media screen and (min-width: 320px) and (max-width: 768px){
    
    .segunda_parte{
        background-color: #8BCCD0;
        display: grid;
        grid-template-columns: repeat(2,50vw);
        grid-template-rows: repeat(3,31.67vh);
        grid-template-areas:
            "E2  C2 "
            "E2  C2 "
            "A2  A2 ";
        overflow: visible;
    }
    .primeira_parte{
        background-color: #EFEF79;
        display: grid;
        grid-template-columns: repeat(2,50vw);
        grid-template-rows: repeat(3,31.67vh);
        grid-template-areas:
            "E1  I1 "
            "E1  I1 "
            "G1  G1 ";
        overflow: visible;
    }
    
}  /* end 480px */

@media screen and (min-width: 769px) and (max-width: 1100px) {
    .segunda_parte{
        background-color: #8BCCD0;
        display: grid;
        grid-template-columns: repeat(4,25vw);
        grid-template-rows: repeat(2,47.5vh);
        grid-template-areas:
            "A2 A2 B2 E2"
            "C2 D2 D2 E2";
        overflow: visible;
    }
    .primeira_parte{
        background-color: #EFEF79;
        display: grid;
        grid-template-columns: repeat(2,50vw);
        grid-template-rows: repeat(3,31.67vh);
        grid-template-areas:
            "E1  I1 "
            "E1  I1 "
            "G1  G1 ";
        overflow: visible;
/* ALTERAR AS MEDIDAS PARA 95VH */
    }

} /* end tablet mode */
