
* {
    border: 0px;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

img,svg{
    width: 100%;
}

:root{
    --black-ish: #322040;
    --dark_blue: #113B50;
    --l_blue: #51ADDA;
    --l_red: #EA141D;
    --orange: #F2542F;
    --dark_orange: #951709;
    --dark_red: #59080B;
    --light_yellow: #FFEDB1;
    --white: #FCFCFC;
}

body{
    background-color: var(--white);
    color: var(--black-ish);
}


.click-text {
  position: absolute;
  width: 100%;
  max-width: 60px;
  animation: fadeOut 0.3s ease-out forwards;
  transform: translate(-50%, -50%);
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -80%) scale(1.5);
  }
}


.separador, .separador_mobile{
    margin: 20% auto;
    max-width: 1366px;
    width: 100%;
}

.separador_mobile{
    display: none;
}

#hamburger{
    display: none;
}

#close{
    position: absolute;
    top: 0;
    right: 30px;
    max-width: 30px;
    padding-top: 15px;
}

.website{
    background-color: var(--white);
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
    overflow: hidden;
}

.banner{
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    max-height: 750px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    height: 100%;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.hero{
    z-index: 0;
    grid-row: 1 / 4;
    grid-column: 1 / 13;
    width: 100%;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    justify-self: center;
}

.mobile_hero{
    display: none;
}

#menumobile{
    display: none;
    right: -120%;
    background-color: var(--light_yellow);
    background-repeat: no-repeat;
    background-position: right;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    padding-right: 35px;
    padding-left: 30px;
    transition: right .5s;
    z-index: 1000000;
    overflow: hidden;
    display: block;
    }

#menumobile_content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-left: -20px;
}

#menumobile_content div{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-bottom: 25%;
}

#menumobile_content div a{
 font-size: 45px;
 line-height: 65px;
}

#burger_logo {
    margin: 10px 0 0 0 !important ;
    max-width: 80px;
    padding: 0px !important;
}

#menumobile a{
    margin: 20px 0;
    text-decoration: none;
    color: var(--black-ish);
}

.center{
    max-width: 1366px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    align-self: flex-end;
    margin-bottom: 5%;
}

.center h4{
    margin-bottom: 5%;
}



#logo_s{
    display: none;
    width: 100%;
    max-width: 100px;
}

header.diminuir #logo_s{
    display: block;
}

header.diminuir #logo{
    display: none;
}

header{
    
    grid-row: 1 / 2;
    grid-column: 1 / 13;
    display: flex ;
    margin: 10px auto;
    padding-top: 10px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1366px;
    padding-left: 2%;
    padding-right: 2%;
    position: fixed;
    z-index: 1000000;
}
#logo{
    max-width: 160px;
    width: 100%;
}

#link{
    font-family: 'Rubik', sans-serif;
    color: var(--l_red);
    font-size: 16px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: normal;
}


nav{
    align-self: flex-start;
    display: flex;
    align-items: center;
    text-align: center;
    background-image: url(imagens/SVG/header_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 20px;
    margin-right: 20px;

}

nav a{
    margin-left: 25px;
    margin-right: 25px;
    text-decoration: none;
    color: var(--black-ish);
    font-size: 14px;
    text-align: center;
    transition:text-decoration-color 300ms;
    text-decoration: underline 3px rgba(234, 20, 29, 0);
    text-underline-offset: 5px;
}

nav a:hover{
   text-decoration: underline 3px rgba(234, 20, 29, 1);
}

.pagina_ativa{
    color: var(--l_red);
     text-decoration: underline 3px rgba(234, 20, 29, 1);
}

.btn {
     background-image:url(imagens/SVG/btn_normal.svg) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; 
    width: 100%;
    max-width: 300px;
    text-align: center;
    align-self: flex-end;
    color: var(--white);
    justify-self: flex-start;
    font-size: 20px;
    line-height: 55px;
}

.center img{
    grid-column: 8 / 13;
    display: flex;
    grid-row: 2 / 4;
}


#footer_content{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row: 5 / 6;
    width: 100%;
    grid-column: 1 / 13;
    align-self: center;
    gap: 20px;
    padding: 0 20px 40px;
    color: var(--white);
    background-color: var(--dark_red);
}


#footer_{
  grid-template-rows: repeat(5, 1fr);
}

#footer_content h3{
    letter-spacing: 3px;
}

#footer_content a{
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    text-decoration: none;
    color: var(--white);
    padding: 8px 0;
    letter-spacing: normal;

}

#backtothestart{
 width: 116px;
 justify-self: center;
}

#footer_footer{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 1366px;
    padding: 50px 35px;
}

#slogan{
    position: relative;
    z-index: 100000;
    grid-column: 6 / 12;
    grid-row: 2 / 3;
    margin-right: 20px;
}


.mini{
    width: 100%;
    max-width: 1366px;
    font-size: 14px;
    line-height: 24px;
    color: var(--dark_red);
}

.mini:last-of-type{
    text-align: right;
}

.coluna{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.faixa{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1366px;
    display: grid;
    column-gap: 20px;
    grid-template-columns: repeat(12, 1fr);
}

h1{
    font-family: "Sigmar", sans-serif;
    font-weight: 400;
    font-size: 51px;
    line-height: 80px;
    letter-spacing: 1px;
    color: var(--l_blue);
}

h2{
    font-family: "Sigmar", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 2px;
}

h3{
    font-family: "Sigmar", sans-serif;
    font-size: 23px;
    line-height: 46px;
    letter-spacing: 2px;
}

h4{
    font-family: "Rubik", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
}

p{
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
}

a{
    font-family: "Sigmar", sans-serif;
    font-size: 16px;
    line-height: 46px;
    letter-spacing: 3px;
    text-decoration: none;
}


#img_app {
    grid-column: 1 / 5;
    grid-row: 1 / 5;
    position: relative;
    bottom: -8%;
    z-index: 2;
    align-self: flex-end;
}


.btn:hover{
    background-image: url(imagens/SVG/btn_hover.svg);
}

.app h3 {
    grid-column: 8 / 13;
    grid-row: 2 / 3;
    text-align: right;
    color: var(--l_blue);
}

.app h1 {
    grid-column: 6 / 13;
    grid-row: 3 / 4;
    justify-self: flex-end;
    text-align: right;
    color: var(--l_red);
}

.app a {
    grid-row: 4 / 5;
    align-self: flex-end;
    justify-self: center;
    margin-top: 5%;
    margin-bottom: 75%;

}

.app {
    row-gap: 20px;
    width: 100%;
    background-color: var(--light_yellow);
    z-index: 1;
    padding-right: 50px;
}

.lead{
    font-size: 70px;
    line-height: 80px;
}


footer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1366px;
    background-size: contain;
    z-index: 10;
    position: relative;
}

ul{
    font-family: 'Rubik', sans-serif;
    color: var(--white);
}

li {
        font-family: 'Rubik', sans-serif;
    color: var(--white);

}

#desktop_footer {
    grid-row: 1 / 6;
    grid-column: 1 / 13;
    width: 100%;

}


#playstore, #appstore{
    max-width: 150px;
    justify-self: flex-end;
}

#playstore {
    grid-column: 9 / 11;

}

#appstore {
    grid-column: 11 / 13;
}

@media (max-width: 1200px){

    #logo{
        max-width: 160px;
    }

    .lead{
        font-size: 55px;
        line-height: 60px;
    }
        
    a{
        font-family: "Sigmar", sans-serif;
        font-size: 17px;
        line-height: 30px;
        letter-spacing: 3px;
        text-decoration: none;
    }

    h4{
         font-size: 21px;
    }
       .btn{
        font-size: 16px;
        width: 100%;
      
    }
}

@media (max-width: 1000px){

    .lead{
        font-size: 45px;
        line-height: 50px;
    }

    h4{
        line-height: 32px;
    }

    h2{
        font-size: 35px;
    }

    a{
        font-size: 15px;
        line-height: 25px;
    }

    h1{
        font-size: 39px;
        line-height: 58px;
    }

    h3{
        font-size: 20px;
        line-height: 30px;
    }

 
}

@media(max-width: 850px){

    #hamburger{
        display: block;
        align-self: flex-start;
        margin-right: 35px;
        max-width: 40px;
    }

    nav{
        display: none;
    }
    
    .separador{
    margin: 30% auto;
}

    header{
        margin: 0 auto;
    }


    
    #logo_s{
        display: block;
        width: 100%;
        max-width: 80px;
        z-index: 10000000;
    }

    #logo{
        display: none;
    }
}

@media (max-width: 750px){


    #slogan{
        grid-row: 1 / 2;
        margin-top: 50px;
        grid-column: 4 / 12;
    }

    #appstore, #playstore{
        justify-self: center;
    }

    #footer_{
        grid-template-rows: 1fr;
    }

    #footer_content{
        align-self: center;
        margin-top: -27%;
        grid-row: 5 / 6;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        text-align: center;
    }

    #footer_content div{
        justify-self: center;
    }

    #desktop_footer{
        grid-row: 1 / 5;
    }

    #footer_footer{
    margin-top: 20px;
    grid-template-columns: 1fr ;
    grid-template-rows: 1fr 1fr;
    text-align: center;
    row-gap: 20px;
    }

    .mini:last-of-type{
        text-align: center;
    }
}



@media (max-width:690px){
    #img_app{
        grid-column: 1 / 6;
    }

}

@media (max-width:600px){

         #playstore {
        grid-column: 1 / 7;
    }

    #appstore {
        grid-column: 7 / 13;
    }

    #playstore, #appstore{
        max-width: 200px;
    }

    #img_app {
        grid-row: 5 / 6;
        grid-column: 2 / 12;
    }

        .app{
        padding: 40px 20px 0 20px;
    }

    .app h1 {
        grid-column: 1 / 13;
        text-align: center;
        justify-self: center;
    }

    .app h3 {
        grid-column: 1 / 13;
        text-align: center;
    }

    #desktop_br{
        display: none;
    }

    .app a {
        margin-top: 20%;
        margin-bottom: 20%;
    }

    .hero{
        display: none;
    }

            .mobile_hero{
        display: block;
        z-index: 0;
        grid-row: 1 / 4;
        grid-column: 1 / 13;
        width: 100%;
        max-width: 1366px;
        margin-left: auto;
        margin-right: auto;
        justify-self: center;
    }
}

@media(max-width:560px){
    #slogan{
        grid-column: 2 / 12;
    }
}

@media(max-width:460px){
    #slogan{
        grid-column: 2 / 12;
        justify-self: center;
    }
}



@media(max-width: 500px){
    h3{
        line-height: 27px;
        font-size: 15px;
    }

    .separador{
        display: none;
    }

    .separador_mobile{
        display: block;
        margin: 50% auto;
    }


    h1{
        font-size: 30px;
        line-height: 37px;
    }



    
    #logo{
        max-width: 100px;
        display: none;
    }

}

@media(max-width: 400px){

    #menumobile_content div a{
 font-size: 35px;
 line-height: 80px;
}

    #backtothestart{
        justify-self: center;
    }

    #footer_content{
        justify-self: center;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
        row-gap: 50px;
    }

    .app{
        padding-right: 20px;
    }
}