*{  margin: 0px;
    padding: 0px;
    box-sizing: border-box;}

html{
    font-size: 16px;}

body{
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
    /*overflow-x: hidden;*/}

section{
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #F5F5F5;}

.divwidth{
    width: 700px;}

.title{
    padding: 0rem 1rem;
    font-size: 2rem;
    font-style: italic;
    font-weight: 300;
    margin-top: 2.5rem;
    text-align: center;}


/* PRIMEIRA SESSÃO */
#firstsec{
    height: 100vh;}

#firstdiv{
    background-image: url(img/secone.png);
    background-size: 31rem;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: right;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 8rem;}

#tatibrand{
    width: 10rem;}

#h1{
    margin-top: 1rem;
    font-weight: 900;
    font-size: 5rem;
    line-height: 4rem;
    font-style: italic;}

#h2{
    font-size: 1.7rem;
    font-style: italic;
    margin-bottom: 3rem;}

@keyframes arrow {
    0%{ margin-bottom: 0rem;}
    50%{ margin-bottom: -2rem;}
    100%{ margin-bottom: 0rem;}}


#arrow{
    position:absolute;
    margin-top: 1rem;
    margin-left: 4rem;
    width: 3rem;
    animation: arrow 2s ease-in-out infinite;}



/* SEGUNDA SESSÃO */
#secondsec{
    background-color: #F5C5C4;}

#seconddiv{
    background-color: #FFFFFF;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    border-radius: 3rem;
    padding-bottom: 2rem;}

iframe{
    margin-top: 2rem;
    width: 80%;
    aspect-ratio: 16/9;
    align-self: center;
    border-radius: 2rem;}

h3{
    font-size: 0.7rem;
    color: #585858;
    margin-top: 1rem;
    align-self: center;}

@keyframes metalgold {
    0% {background-position: left;}
    50% {background-position: right;}
    100% {background-position: left;}}

.button{
    max-width: 40rem;
    margin-top: 2rem;
    margin-bottom: 1.2rem;
    padding: 1rem 3rem;
    border-radius: 2rem;

    text-align: center;
    align-self: center;

    color: #FFFFFF;
    font-weight: 900;
    font-style: italic;
    text-decoration: none;

    background-image: url(img/metalgold.jpg);
    animation: metalgold 2s ease-in-out infinite;}

.texsecsec{
    margin: 0.6rem 10%;
    font-size: 1rem;
    font-weight: 500;
    color: #242424;
    text-align: justify;
    line-height: 1.6rem;}






/* TERCEIRA SESSÃO */
#thirdsec{
    background-color: #F5C5C4;}

#thirddiv{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0rem 0rem;}

.addiv{
    width: 10rem;
    margin: 1rem 0rem;
    font-style: italic;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 2rem;
    background-color: #FFFFFF;
    margin-bottom: 1rem;}

.advimageicon{
    align-self: center;
    height: 4rem;
    width: auto;
    margin: 1rem 0rem;}

.advsubtitle{
    font-size: 1.3rem;
    font-weight: 800;
    font-style: italic;}

#thirddiv :first-child > .advimageicon{
    height: 3.3rem;
    margin-top: 1.5rem;
    margin-bottom: 1.2rem;}

#thirddiv :last-child > .advimageicon{
    height: 3.7rem;
    margin-bottom: 1.2rem;}

#subtitle{
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 1rem;}





/* QUARTA SESSÃO */
#fourthsec{
    background-color: #F5C5C4;}

#fourthdiv{
    border-radius: 3rem;
    background-color: #FFFFFF;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    background-image: url(img/imgtati2.png);
    background-size: 16rem;
    background-position-y: 5rem;
    background-position-x: 25rem;
    background-repeat: no-repeat;}

ol{
    margin-left: 5rem;
    margin-top: 1.3rem;
    font-size: 1rem;
    font-weight: 500;
    color: #242424;
    line-height: 1.8rem;}

li::marker{
    color: #d38d8c;
    font-weight: 900;}


/* QUINTA SESSÃO */
#fifthsec{
    background-color: #FFFFFF;
    background-image: url(img/bgtexture.svg);
    background-size: 70px;}

#fifthdiv{
    background-color: #FFFFFF;
    margin: 2rem 0rem;
    display: flex;
    flex-direction: column;
    border-radius: 3rem;
    padding-bottom: 2rem;}

#fifthdiv h3{
    margin-top: -0.5rem;
    margin-bottom: 0.8rem;}


/* SEXTA SESSÃO */
#sixthsec{
    background-color: #F5C5C4;}

#sixthdiv{
    display: grid;
    grid-template-areas: "SIXA SIXA" "SIXB SIXC";
    background-color: #FFFFFF;
    border-radius: 3rem;
    column-gap: 2rem;
    margin: 2rem 0rem;
    padding: 0rem 5% 2rem 5%;}

#sixthtitle{
    grid-area: SIXA;
    margin-bottom: 1.5rem;}

#sixthtext{
    grid-area: SIXC;
    margin: 0.6rem 0rem;
    font-size: 1rem;
    font-weight: 500;
    color: #242424;
    text-align: justify;
    line-height: 1.6rem;}

#sixthimage{
    grid-area: SIXB;
    display: flex;
    margin-top: 0.8rem;
    flex-direction: column;
    width: 17rem;
    height: 100%;}

#imgabout{
    width: 100%;
    height: auto;
    margin: 0rem;
    background-color: #ededed;
    border-radius: 2rem;}






/* SÉTIMA SESSÃO */
#seventhsec{
    background-color: #C79090;}

#seventhdiv{
    display: grid;
    grid-template-areas: "SEVA SEVA" "SEVB SEVC";
    align-content: center;
    gap: 0rem 3rem;}

#seventhtitle{
    grid-area: SEVA;
    margin-bottom: 2rem;
    color: #FFFFFF;}

#instabutton{
    grid-area: SEVB;
    display: flex;
    flex-direction: column;
    justify-self: right;
    font-weight: 600;
    width: 10rem;
    height: 11rem;
    text-align: center;
    border-radius: 2rem;
    background-color: #FFFFFF;
    font-size: 1.2rem;
    text-decoration: none;}

#instabutton:visited, #instabutton:link{
    color:#000}

#instagramicon{
    width: 4rem;
    height: auto;
    margin: 2rem auto;
    margin-bottom: 1rem;}

#whatbutton{
    grid-area: SEVC;
    width: 10rem;
    height: 11rem;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 2rem;
    background-color: #FFFFFF;
    font-size: 1.2rem;
    text-decoration: none;
    margin-bottom: 2rem;}

#whatbutton:visited, #whatbutton:link{
    color:#000}

#whatsappicon{
    width: 4rem;
    height: auto;
    margin: 2rem auto;
    margin-bottom: 1rem;
    font-weight: 900;}








/* OITAVA SESSÃO */
#eighthsec{
    background-color: #8D5D5D;}

#eighthtitle{
    text-align: center;
    color: #FFFFFF;
    font-size: 0.7rem;
    padding: 0.8rem;}



/* PARA TELAS MENORES */
@media (max-width: 768px) {

.divwidth{
    width: 85%;}

#seconddiv, #fifthdiv, #sixthdiv{
    border-radius: 2rem;}

iframe{
    border-radius: 2rem;}

.button{
    max-width: 83%;
    margin-top: 2rem;
    padding: 1rem 1.2rem;
    border-radius: 2rem;
    font-size: 0.9rem;}

#seventhdiv{
    display: grid;
    grid-template-areas: "SEVA SEVA" "SEVB SEVC";
    align-content: center;
    gap: 0rem 2rem;}

#whatbutton, #instabutton{
    width: 8rem;
    height: 10rem;}

#sixthdiv{
    grid-template-areas: "SIXA" "SIXB" "SIXC";
    border-radius: 2rem;
    padding: 0rem 10% 2rem 10%;}

#sixthimage{
    margin-top: 0.8rem;
    margin-bottom: 1rem;
    justify-self: center;
    flex-direction: column;
    width: 100%;
    height: 100%;}

.addiv{
    width: 40vw;
    margin: 0.5rem 0rem;
    font-style: italic;}

.advsubtitle{
    font-size: 1rem;}

#marginfirsttitle{
    margin-bottom: 1rem;}

#thirdsec{
    padding: 0.5rem 0rem;}    

ol{
    margin-left: 15%;}

#fourthdiv{
    background-size: 16rem;
    background-position-y: 5rem;
    background-position-x: right;}

#firstdiv{
    background-size:20rem;
    background-position-x: center;}

#firstdiv{
    justify-content: start;
    text-align: center;
    padding-bottom: 8rem;}

#tatibrand{
    margin-top: 10vh;
    align-self: center;
    width: 7rem;}

#h1{
    font-size: 4rem;
    line-height: 3.1rem;}

#h2{
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: 2rem;}

@keyframes arrow {
    0%{ margin-top: 45vh;}
    50%{ margin-top: 47vh;}
    100%{ margin-top: 45vh;}}

#arrow{
    position: absolute;
    margin-top: 20rem;
    align-self: center;
    width: 3rem;
    margin-left: 0rem;
    animation: arrow 2s ease-in-out infinite;}

#firstdiv{
    width: 100%;}

}






@media (max-width: 530px) {

ol{
margin-bottom: 15rem;}

#fourthdiv{
    background-size: 16rem;
    background-position-y: 30rem;
    background-position-x: center;}

}






@media (max-width: 360px) {

#seventhdiv{
    gap: 0rem 1rem;}

ol{
    margin-bottom: 15rem;}


#fourthdiv{
    background-size: 16rem;
    background-position-y: 30rem;
    background-position-x: center;}

}