* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

a:hover{
    color:var(--blue)
}

img,
video,
svg {
	display: block;
	width: 100%;
	height: auto;
}

:root {
    --site-background-colour: #F6FBFD;
    --site-patern-background-colour: #DFF2FC;
    --dark-colour: #00070C;
    --blue: #1999D0;
    --dark_blue: #005CA7;
}

body {
	background-color: var(--site-background-colour);
}

@font-face {
    font-family: "inter";
    src: url("tipos/Inter/Inter-VariableFont_wght.ttf");
}

@font-face {
    font-family: "averia regular";
    src: url("tipos/Averia_Libre/AveriaLibre-Regular.ttf");
}

@font-face {
    font-family: "averia bold";
    src: url("tipos/Averia_Libre/AveriaLibre-Bold.ttf");
}

.grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 2%;
    margin-left: 4%;
    margin-right: 4%;  
}

.gridspecialcomeco{
    display: grid;
    grid-template-columns: 4% repeat(12, 1fr) 4%;
    grid-template-rows: 100%;
}

.gridmobile {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 2%;
    margin-left: 4%;
    margin-right: 4%;  
}

.grid2{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 2%;
}

.maxwidth{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.maxwidthmobile{
    display: none;
}

.maxwidthrelative{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

h1{
    font-size: 70px;
    color: var(--dark-colour);
    font-family:averia bold;
    text-shadow: 0px 5px var(--blue);
}

h2{
    font-size: 50px;
    color: var(--dark_blue);
    font-family:averia bold;
}

h3{
    font-size: 40px;
    line-height: 54px;
    color: var(--dark_blue);
    font-family: averia bold;
}

p{
    font-family: inter;
    color: var(--dark-colour);
}

h4{
    font-family: averia bold;
    font-size: 20px;
    color: var(--dark-colour);
}

#menumobile {
	position: fixed;
	top: -200%;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: var(--blue);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	transition: top .5s;
	z-index: 1000;
	overflow: hidden;
}

.menumobileoptions{
    text-decoration: none;
    font-family: inter;
    font-size: 40px;
    margin-bottom: 10%;
    color: var(--site-background-colour);
}

.menumobileoptions:hover{
    color: var(--dark-colour);
}

#menumobileX{
    margin-top: 5%;
    color: var(--site-background-colour);
    width: 100%;
    max-width: 50px;
    margin-bottom: 20%;
}

#menumobileX:hover{
    color: var(--dark-colour);
}






.headerthingimage{
    margin-left: 0%;
}

#descubramaismobile{
    grid-column: 1 / 7;
    display: flex;
    justify-content: center;
    margin-top: 5%;
}

header{
    background-color: var(--dark-colour);
}

#headerthing{
    grid-column: 1 / 15;
    grid-row: 1/ 2;
    z-index: 2;
}

#headerthingmobile{
    grid-column: 1 / 15;
    grid-row: 1/ 2;
    z-index: 2;
}

#speechbubblemobile{
    grid-column: 1/15;
    grid-row: 1/2;
    margin-top: 15%;
}

#dude{
    grid-column: 1 / 7;
    grid-row: 1/2;
    z-index: 1;
}

#dude2{
    margin-top: 14%
}

#speechbubble{
    grid-column: 5/16;
    grid-row: 1/2;
    z-index: 2;

}

#blackbar{
    width: 100%;
    height: 100%;
    max-height: 10px;
    margin-top: -21.3%;
    position: relative;
}

#kidnamedfinger{
    grid-column: 6/7;
    display: flex;
    align-self: center;
    width: 100%;
    max-width: 45px;
    margin-left: auto;
    margin-right: auto;
}

#logo1{
    grid-column: 1 / 2;
    height: 75px;
    width: 75px;
    margin-top: 20%;
    align-self: center;
    justify-self: center;
}

#logo1mobile{
    grid-column: 1 / 2;
    height: 75px;
    width: 75px;
    margin-top: 20%;
    align-self: center;
    justify-self: center;
}

.goldensigma{
    grid-column: 7 / 13 ;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.diamondsigma{
    text-decoration: none;
    color: var(--site-background-colour);
    font-size: 20px;
    font-family: inter;
}

.carousel {
    overflow: hidden;
    display: flex;
    grid-column: 1 / 15;
    grid-row: 1/2;
    z-index: 0;
    margin-top: 15px;
    max-height: 650px;
}


.group {
    display: flex;
    will-change: transform; 
    animation: scrolling 120s linear infinite;
}

.absolute{
    z-index: 100;
    margin-bottom: 500px;
}

.card{
    width: 100vw;
    justify-content: center;
    align-items: center;
    max-width: 5000px;
    max-height: 700px;
}

  @keyframes scrolling {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }


#oque{
    margin-top: 25%;
    grid-column: 3 / 11;
    text-align: center;
}

#oquemobile{
    margin-top: 10%;
    margin-bottom: 10%;
    grid-column: 1 / 7;
    text-align: center;
}

.oquehead{
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 2%;
}

.oqueheadmobile{
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 2%;
}

.smalltext{
    font-size: 18px;
    line-height: 29px;
}

.smalltextmobile{
    font-size: 18px;
    line-height: 29px;
    text-align: left;
}

.textspaces{
    min-height: 18px;
}

#oquesvg{
    grid-column: 3/11;
}

.oquesvgmobile{
    grid-column: 2/6;
}

.bgtexture{
    width: 120%;
}

.bgtexturemobile{
    width: 500%;

}


#bgtexturediv1{
    margin-top: -30%;
    overflow: hidden;
    z-index: 0;
}

#bgtexturediv1mobile{
    overflow: hidden;
}

#bgtexturediv2{
    overflow: hidden;
}

#bgtexturediv2mobile{
    overflow: hidden;
}

#pos1{
   margin-top: -120%
}

#thing{
    grid-column: 1 / 7;
    width: 100%;
    max-width: 500px;
    margin-top: -80%;
}

#pos1mobile{
   margin-top: -625%; 
}

#pos2{
   margin-top: -59.5%; 
}

#pos2mobile{
   margin-top: -250%; 
}

#inbetweenmargin1{
    padding-bottom: 200px;
}

#book{
    grid-column: 1 / 6;
}

#bookmobile{
    grid-column: 1 / 7;
}

#booktext{
    grid-column: 7 / 13;
    margin-top: 25%;
}

#booktextmobile{
    grid-column: 1 / 7;
}

#booktitlemobile{
    grid-column: 1 / 7;
    margin-top: 5%;
}

#camera{
    grid-column: 8 / 13;
}

#cameramobile{
    grid-column: 1 / 7;
    margin-bottom: 10%;
}

#cameratext{
    grid-column: 1 /7;
    margin-top: 25%;
}

#cameratextmobile{
    grid-column: 1 /7;
    margin-top: 50%;
}

#cameratext2mobile{
    grid-column: 1 /7;
}

#bluebg{
    background-color: var(--blue);
    margin-top: 310px;
    margin-bottom: 100px;
}

#bluebgmobile{
    background-color: var(--blue);
    margin-top: 310px;
    margin-bottom: 100px;
}


.blackbg{
    background-color: var(--dark-colour);
}

#wowsignswow{
    grid-column: 1/8;
    margin-top: 10%;
    margin-bottom: 15%;
    width: 80%;
    height: 80%;
    display: flex;
    justify-self: center;
}

.imgboxes{
    display: flex;
    align-self: center; 
}

#wowsignswowmobile{
    grid-column: 2/7;
    margin-top: 25%;
    margin-bottom: 15%;
    margin-left: -10%;
    margin-right: 5%;
}

#wowsignswowtext{
    grid-column: 8/13;
    margin-top: 20%;
}

#wowsignswowtextmobile{
    grid-column: 1/7;
    margin-top: 10%;
}

#eventos{
    color: var(--site-background-colour);
}

#eventosmobile{
    color: var(--site-background-colour);
    text-align: center;
    font-size: 45px;
    margin-bottom: 7%;
}

#descobrirmais{
    display: flex;
    align-content: end;
    justify-content: right;
    margin-top: 10%;
}

#arrow{
    height: 100%;
    width: 100%;
    max-width: 90px;
}

#textdescobrir{
    text-decoration: none;
    font-family: inter;
    margin-right: 10px;
    color: var(--site-background-colour);
}

#textdescobrirmobile{
    text-decoration: none;
    font-family: inter;
    margin-right: 10px;
    color: var(--site-background-colour);
    font-size: 20px;
}

.littleboxes{
    background-color: var(--site-background-colour);
    height: 130px;
    width: 100%;
    border: var(--dark-colour);
    border-style:solid;
    border-width: 3px;
    display: grid;
    grid-template-columns: 34.5% 2% 62.5%;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 2%;
}

.littleboxesmobile{
    background-color: var(--site-background-colour);
    height: 27.5%;
    width: 100%;
    border: var(--dark-colour);
    border-style:solid;
    border-width: 3px;
    display: grid;
    grid-template-columns: 34.5% 2% 62.5%;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 2%;
}

.imgevents{
    grid-column: 1 /2;
    height:100%;
    width: 100%;
}

.textevents{
    grid-column: 3/4;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
}

.texteventsmobile{
    grid-column: 3/4;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
}

.subtitulo{
    font-size: 16px;
}

.titulomobile{
    font-size: 20px;
}

.subtitulomobile{
    font-size: 14px;
}

.loctext{
    color: var(--blue);
    font-size: 14px;
}

.loctextmobile{
    color: var(--blue);
    font-size: 14px;
}

.locsymbol{
    height: 45%;
    width: 10%;
}

.locsymbolmobile{
    height: 45%;
    width: 10%;
}

.flextext{
    display: flex;
    align-items: end;
}

.flextextmobile{
    display: flex;
    align-items: end;
}

#drawercontent{
    grid-column: 1 / 7;
    text-align: center;
    margin-top: -80%;
}

#drawercontentmobile{
    grid-column: 1 / 7;
    text-align: center;
}

#img1{
    grid-column: 3/6;
    width: 80%;
    margin-bottom: 20%;
}

#img2{
    grid-column: 7/9;
    width: 80%;
    margin-top: 70%;
}

#img2mobile{
    grid-column: 5/7;
    width: 60%;
    margin-top: 150%;
}

#fml3{
    font-size: 40px;
}

#img3{
    grid-column: 11/13;
    width: 80%;
    margin-top: 20%;
    margin-right: 20%;
}

#img3mobile{
    grid-column: 1/4;
    width: 40%;
    margin-top: 80%;
    margin-left: auto;
    margin-right: auto;
}

#img4{
grid-column: 8 / 13;
}

#img4mobile{
grid-column: 2 / 6;
margin-top: -20%;
}

.biggesttextspaceEVER{
    height: 100%;
    max-height: 70px;
}



.comprar
{
    height: 100%;
    max-width: 250px;
    width: 100%;
    max-height: 50px;
    background-image: url(imagens/buybutton.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}

.comprar2{
    color: var(--blue);
}

#comprarja{
   font-size: 25px; 
   color: var(--blue);
}

#comprartexto{
    text-decoration: none;
    font-family: inter;
    color: var(--dark_blue);
}

#comprartextomobile{
    text-decoration: none;
    font-family: inter;
    color: var(--blue);
    font-size: 25px;
    font-weight: 700;
}

#links{
    grid-column: 1/13;
}

#linksmobile{
    grid-column: 1/7;
}

#copyright{
    grid-column: 1/13;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2%;
}

#copyrightmobile{
    grid-column: 1/7;
    display: flex;
    flex-direction: column;
    margin-bottom: 2%;
    text-align: center;
    margin-top: 5%;
}

#links1{
    grid-column: 1/7;
    display: flex;
    justify-content: space-between;
}

#links2{
    grid-column: 11/13;
    display: flex;
    justify-content: space-between;
}

.links12{
    display: flex;
    flex-direction: column;
}

.links12mobile{
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 5%;
}

.links34mobile{
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10%;
}

.link{
    text-decoration: none;
    color: var(--site-background-colour);
    font-size: 14px;
    font-family: inter;
    margin-bottom: 20px;
}

.linkmobile{
    text-decoration: none;
    color: var(--site-background-colour);
    font-size: 18px;
    font-family: inter;
    margin-bottom: 35px;
}

#logo2{
    grid-column: 1 / 2;
    height: 75px;
    display: flex;
    justify-self: center;
    align-self: center;
    margin-top: 30%;
}

#logo2mobile{
    grid-column: 3 / 5;
    height: 75px;
    display: flex;
    justify-self: center;
    align-self: center;
    margin-bottom: 18%;
    margin-top: 15%;
}


.copytext{
    color: var(--site-background-colour);
    font-size: 12px;

}

.copytextmobile{
    color: var(--site-background-colour);
    font-size: 14px;
    font-family: inter;
}

.copytext2{
    color: var(--site-background-colour);
    font-size: 12px;
    margin-top: 20px;
    font-weight: 300;
    font-family: inter;
    margin-bottom: 5%;
}

#textright{
    text-align: right;
}

.lines{
    grid-column: 1/13;
    margin-bottom: 2.5%;
    margin-top: 2.5%;
}

.linesmobile{
    grid-column: 1/7;
    margin-bottom: 2.5%;
    margin-top: 2.5%;
}

#h1likeatthestart{
    display: none;
}

.footerthing{
    min-height: 600px;
    background-image: url(imagens/Group451[Vectorized].svg);
}

.footerfix{
    margin-top: -300px;
}

.footerfixmobile{
    margin-top: -70%;
}

.boxes{
    background-image: url(imagens/box.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    padding: 20px;
}

.boxesmobile{
    background-image: url(imagens/boxmobile.png);
    background-size: 89.5vw;
    background-repeat: no-repeat;
    display: flex;
    padding: 25px;
    margin-bottom: 2.5%;
}

.boxinbox2{
 display: flex;
 flex-direction: column;
 margin-left: 5%;
}

.boxinbox2mobile{
 display: flex;
 flex-direction: column;
 margin-left: 5%;
}

.boxinbox{
    display: flex;
    align-items: end;
}

.boxinboxmobile{
    display: flex;
    align-items: end;
}

.boxtitlemobile{
    font-size: 20px;
    margin-bottom: 3%;
}

.boxlocsymbol{
    margin-top: 5%;
    width: 5%;
}

.boxlocsymbolmobile{
    margin-top: 15%;
    width: 5%;
}

.loctextnew{
    color: var(--blue);
    margin-left: 5%;
}

.loctextnewmobile{
    color: var(--blue);
    margin-left: 5%;
}


#fixheader{
    position: relative;
    z-index: -10;
    top:-625px;
}






#opsobre{
    width: 100%;
    height: 100%;
    min-height: 700px;
    background-image: url(imagens/opsobre.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -5%;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width:1150px){

    .imgevents{
        height: 100%;
    }
}

@media (max-width:1110px){

    .boxtitle{
        font-size: 18px;
    }

}

@media (max-width:1021px){

    .boxtitle{
        font-size: 16px;
    }

    .boximbox2{
        padding: 10px;
    }

    .boxsubtitle{
        font-size: 14px;
    }

    .loctextnew{
        font-size: 12px;
    }

}

@media (max-width:950px){

   #drawercontent{
    grid-column: 1/6;
    margin-top: -110%;
   }

   #img4{
    grid-column: 7 / 13;
   }

   #fml1{
    font-size: 40px;
   }

   #fml2{
    font-size: 30px;
   }

   #bookimage1{
    width: 130%;
   }

   #bookimage2{
    width: 130%;
    transform: translateX(-70px);
   }

    .littleboxes{
        height: 100px;
    }

    .imgevents{
        height: 88px;
    }

    .loctext{
        transform: translateY(-10px);
    }

    .locsymbol{
        transform: translateY(-10px);
    }

    #wowsignswow{
        margin-top: 30%;
        grid-column: 1/7;
        width: 100%;
    }

    #wowsignswowtext{
        grid-column: 7/13;
    }

}



@media (max-width:850px){

   #oquesvg{
        grid-column: 2/12;
    } 

    .diamondsigma{
    font-size: 18px;
    }

    #oquehead{
        font-size: 40px;
        line-height: 64px;
    }




}



@media (max-width:878px){


    .imgevents{
        height: 100%;
    }

    h4{
        font-size: 18px;
    }

    .subtitulo{
        font-size: 12px;
    }

    .loctext{
        font-size: 12px;
    }

}


@media (max-width:786px){
    .imgevents{
        height: 100%;
    }

    #drawercontent{
        margin-top: -120%;
    }

    h4{
        font-size: 2000px;
    }

    .loctext{
        display: none;
    }

    .locsymbol{
        display: none;
    }

    .subtitulo{
        display: none;
    }

    .imgevents{
        height: 100%;
    }

    h4{
        font-size: 16px;
    }

    #fml1{
    font-size: 30px;
   }

    #fml2{
    font-size: 20px;
   }

    .diamondsigma{
    font-size: 16px;
    }

    .goldensigma{
    grid-column: 6 / 13 ;
    }

    .cameratexttitle{
        font-size: 30px;
        line-height: 48px;
    }

    .boxinbox{
        display: none;
    }
    .boxsubtitle{
        display: none;
    }

    .boxtitle{
        font-size: 18px;
    }

}

@media(max-width:700px){
    .boxtitle{
        font-size: 16px;
    }
}

@media (max-width:600px) {
    
    .maxwidth{
        display: none;
    }

    .maxwidthmobile{
        display: block;
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
    }


}