*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: 0;
}

body{
    width: 100%;
    background-color: #F9F9F6;
}

img, svg{
    display: block;
    width: 100%;
    height: auto;
}

.grid{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-width: auto;
    column-gap: 24px;   
}

@font-face {
	font-family: merriweater-sans;
	src: url(tipos/Merriweather_Sans/MerriweatherSans-VariableFont_wght.ttf);
    font-style: normal;
}

@font-face {
	font-family: merriweater-sans;
	src: url(tipos/Merriweather_Sans/MerriweatherSans-Italic-VariableFont_wght.ttf);
    font-style: italic;
}

@font-face {
	font-family: newsreader;
	src: url(tipos/Newsreader/Newsreader-VariableFont_opsz\,wght.ttf);
    font-style: normal;
}

@font-face {
	font-family: newsreader;
	src: url(tipos/Newsreader/Newsreader-Italic-VariableFont_opsz\,wght.ttf);
    font-style: italic; 
}

html {
  scroll-behavior: smooth;
}

p{
    font-family: 'merriweater-sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #1E1B06;
    font-weight: 400;
}

#container{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

header{
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100000000;
    background-color: rgba(249, 249, 246, 0.9);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 0 10px;
}

#logo{
    width: 138px;
    grid-column: 1 / 4;
}

nav{
    grid-column: 4 / 11;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

nav a{
    display: block;
    margin-left: 40px;
}

#one{
    grid-column: 11 / 13;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

#one a{
    display: block;
    margin-left: 40px;
}

#one img{
    width: 30px;
    height: auto;
}

#menumobile{
    display: none;
    grid-column: 11 / 13;
    align-self: center;
    width: 28px;
    justify-content: flex-end;
}

#home{
    text-decoration: none;
    font-family: 'merriweater-sans', sans-serif;
    color: #8C4D2E;
}

#about{
    text-decoration: none;
    font-family: 'merriweater-sans', sans-serif;
    color: #8C4D2E;
}

#products{
    text-decoration: none;
    font-family: 'merriweater-sans', sans-serif;
    color: #8C4D2E;
}

#contacts{
    text-decoration: none;
    font-family: 'merriweater-sans', sans-serif;
    color: #8C4D2E;
}

a:hover{
    text-decoration: underline;
    transform: matrix(1, 0, 0, 1, 0, -3);
    transition: all 0.3s ease-in-out;
}

#videohome{
    width: 100%;
    grid-column: 1 / 13;
    grid-row: 1;
}

#separador{
    width: 100%;
    grid-column: 1 / 13;
    grid-row: 1;
    z-index: 10;
    align-self: flex-end;
}

#slogan{
    grid-column: 2 / 6;
    grid-row: 1;
    z-index: 10;
    color: #F9F9F6;
    align-self: center;
    font-size: 60px;
    font-family: 'newsreader-italic', serif;
}

#mediterranean_secret{
    width: 100%;
    grid-column: 2 / 5;
    grid-row: 2;
    margin-top: 160px;
    z-index: 10;
    border-radius: 15px;
}

#detalhe1{
    grid-row: 2;
    grid-column: 1 / 5;
}

#detalhe2{
    grid-row: 2;
    grid-column: 1 / 5;
}

#mediterranean_vegan{
    width: 100%;
    grid-column: 4 / 6;
    grid-row: 2;
    margin-top: 60px;
    z-index: 20;
    border-radius: 25px;
}

#whycarobdiv{
    width: 100%;
    grid-column: 7 / 12;
    grid-row: 2;
    margin-top: 100px;
}

#whycarob{
    width: 100%;
    grid-column: 7 / 13;
    grid-row: 2;
    margin-top: 100px;
    font-size: 48px;
    color: #7E731B;
}

#reasoncarob{
    width: 100%;
    grid-column: 7 / 11;
    grid-row: 2;
    font-family: 'merriweater-sans', sans-serif; 
    font-size: 16px;
    line-height: 26px;
    color: #1E1B06;
    font-weight: 400;
}

#tablete1{
    width: 100%;
    grid-column: 7 / 9;
    grid-row: 3;
    border-radius: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#tablete2{
    width: 100%;
    grid-column: 9 / 11;
    grid-row: 3;
    border-radius: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#benefitscarob{
    width: 100%;
    grid-column: 2 / 6;
    grid-row: 3;
    font-size: 16px;
    line-height: 26px;
    color: #1E1B06;
    font-family: 'merriweater-sans', sans-serif;
    align-self: center;
}

#cremeleite{
    width: 100%;
    grid-column: 2 / 5;
    grid-row: 4;
    margin-top: 100px;
    border-radius: 15px;
    margin-bottom: 100px;
}

#cremeamendoa{
    width: 100%;
    grid-column: 5 / 8;
    grid-row: 4;
    margin-top: 100px;
    border-radius: 15px;
    margin-bottom: 100px;
}

#healthycarob{
    width: 100%;
    grid-column: 8 / 12;
    grid-row: 4;
    font-size: 16px;
    line-height: 26px;
    color: #1E1B06;
    font-family: 'merriweater-sans', sans-serif;
    align-self: center;
}

#carobpowder{
    width: 100%;
    grid-column: 7 / 11;
    grid-row: 5;
    border-radius: 15px;
    margin-top: 100px;
    margin-bottom: 100px;
    z-index: 1000;
}

#detalhe3{
    grid-row: 5;
    grid-column: 8 / 13;
}

#detalhe4{
    grid-row: 5;
    grid-column: 8 / 13;
}

#alternativecarob{
    width: 100%;
    grid-column: 2 / 6;
    grid-row: 5;
    font-size: 16px;
    line-height: 26px;
    color: #1E1B06;
    font-family: 'merriweater-sans', sans-serif;
    margin-top: 100px;
}

#aboutcarobdiv{
    width: 100%;
    grid-column: 2 / 6;
    grid-row: 6;
    margin-top: 100px;
}
#aboutcarob{
    width: 100%;
    grid-column: 2 / 6;
    grid-row: 6;
    color: #7E731B;
    font-size: 64px;
}

#carobinfo{
    width: 100%;
    grid-column: 2 / 7;
    grid-row: 6;
    font-size: 16px;
    line-height: 26px;
    color: #1E1B06;
    font-family: 'merriweater-sans', sans-serif;
    margin-top: 10px;
}

#carobinfo2{
    width: 100%;
    grid-column: 2 / 7;
    grid-row: 6;
    font-size: 16px;
    line-height: 26px;
    color: #1E1B06;
    font-family: 'merriweater-sans', sans-serif;
    margin-top: 10px;
}

#carobinfo3{
    width: 100%;
    grid-column: 2 / 7;
    grid-row: 6;
    font-size: 16px;
    line-height: 26px;
    color: #1E1B06;
    font-family: 'merriweater-sans', sans-serif;
    margin-top: 10px;
}

#carobinfo4{
    width: 100%;
    grid-column: 2 / 7;
    grid-row: 6;
    font-size: 16px;
    line-height: 26px;
    color: #1E1B06;
    font-family: 'merriweater-sans', sans-serif;
    margin-top: 10px;
    margin-bottom: 100px;
}

#arvorealfarroba{
    width: 100%;
    grid-column: 8 / 12;
    grid-row: 6;
    border-radius: 15px;
    margin-top: 100px;
    margin-bottom: 100px;
}

#beneficios{
    width: 100%;
    grid-column: 2 / 4;
    grid-row: 7;
    font-size: 48px;
    line-height: 26px;
    color: #7E731B;
    font-family: 'newsreader', serif;
    margin-top: 50px;
    z-index: 1000;
}

#detalhe5{
    grid-row: 7;
    grid-column: 1 / 6;
    z-index: -10;
}

#beneficiosinfo{
    width: 100%;
    grid-column: 2 / 6;
    grid-row: 7;
    font-size: 16px;
    line-height: 26px;
    color: #1E1B06;
    font-family: 'merriweater-sans', sans-serif;
    margin-top: 130px;
    margin-bottom: 100px;
    z-index: 10;
}

#meninapropaganda{
    width: 100%;
    grid-column: 6 / 9;
    grid-row: 7;
    border-radius: 15px;
    margin-top: 100px;
    margin-bottom: 100px;
}
#meninopropaganda{
    width: 100%;
    grid-column: 9 / 12;
    grid-row: 7;
    border-radius: 15px;
    margin-top: 100px;
    margin-bottom: 100px;
}

#carobbar{
    width: 100%;
    grid-column: 4 / 6;
    grid-row: 7;
    border-radius: 15px;
    margin-bottom: 100px;
    margin-top: 500px;
}

#frutoalfarroba{
    width: 100%;
    grid-column: 6 / 8;
    grid-row: 7;
    border-radius: 15px;
    margin-bottom: 100px;
    margin-top: 500px;
}

#otimaescolhadiv{
    width: 100%;
    grid-column: 8 / 12;
    grid-row: 7;
    margin-top: 500px;
}

#otimaescolha1{
    width: 100%;
    grid-column: 8 / 12;
    grid-row: 7;
    font-size: 16px;
    line-height: 26px;
    color: #1E1B06;
    font-family: 'merriweater-sans', sans-serif;
}

#otimaescolha2{
    width: 100%;
    grid-column: 8 / 12;
    grid-row: 7;
    font-size: 16px;
    line-height: 26px;
    color: #1E1B06;
    font-family: 'merriweater-sans', sans-serif;
    margin-top: 10px;
}

#videocarob{
    width: 100%;
    grid-column: 2 / 12;
    grid-row: 9;
    margin-top: 100px;
    border-radius: 15px;
}

#vector6{
    grid-column: 7 / 13;
    grid-row: 9;
    z-index: -10;
}

#novomembrodiv{
    width: 100%;
    grid-column: 3 / 10;
    grid-row: 10;
}   

#novomembro{
    width: 100%;
    grid-column: 3 / 10;
    grid-row: 10;
    margin-top: 150px;
    font-family: 'newsreader', serif;
    font-size: 64px;
    color: #7E731B;
}

#detalhe7{
    grid-column: 1 / 13;
    grid-row: 11;
}

#cremealfarroba{
    width: 100%;
    grid-column: 3 / 8;
    grid-row: 10;
    border-radius: 15px;
    margin-bottom: 50px;
    font-size: 36px;
    font-family: 'newsreader', serif;
    color: #D8CC6F;
}

#cremeinfo{
    width: 100%;
    grid-column: 3 / 9;
    grid-row: 11;
    font-size: 16px;
    line-height: 26px;
    color: #1E1B06;
    font-family: 'merriweater-sans', sans-serif;
    margin-top: 50px;
}

#videocreme{
    width: 100%;
    grid-column: 3 / 11;
    grid-row: 11;
    margin-top: 150px;
    margin-bottom: 150px;
    border-radius: 15px;
}

#slogan2div{
    width: 100%;
    grid-column: 3 / 8;
    grid-row: 12;
}

#slogan2{
    width: 100%;
    grid-column: 3 / 8;
    grid-row: 12;
    font-size: 40px;
    line-height: 40px;
    font-family: 'newsreader-italic', serif;
    color: #7E731B;
    margin-top: 100px;
}   

#sloganinfo{
    width: 100%;
    grid-column: 3 / 9;
    grid-row: 12;
    font-size: 16px;
    line-height: 26px;
    color: #1E1B06;
    font-family: 'merriweater-sans', sans-serif;
    margin-bottom: 150px;
    margin-top: 20px;
}

#carobspread{
    width: 100%;
    grid-column: 8 / 11;
    grid-row: 12;
    border-radius: 15px;
    margin-top: 100px;
    margin-bottom: 150px;
}

#comprebotao{
    grid-column: 3 / 6;
    grid-row: 12;
    width: 100%;
    margin-top: 310px;
    height: 70px;
    background-color: #D8CC6F;
    border-radius: 15px;
    padding: 17px;
    z-index: 100000;
    color: #F9F9F6;
    font-size: 18px;
    font-family: 'merriweater', sans-serif;
    font-weight: 400;
    text-align: center;
    align-items: center;
    align-content: center;
}

#comprebotao:hover{
    background-color: #C0B15A;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

#finalaida{
    width: 100%;
    grid-column: 1 / 13;
    grid-row: 1 / 4;
}

#slogandiv{
    width: 100%;
    grid-column: 2 / 6;
    grid-row: 2 / 3;
    align-self: center;
    font-size: 22px;
    font-family: 'newsreader-italic', serif;
    color: #F9F9F6;
    z-index: 1000;
    text-align: center;
}

#slogandiv h2{
    font-weight: 100;
}


#finalslogan{
    width: 100%;
    grid-column: 1 / 13;
    grid-row: 13;
}

#detalhe8{
    grid-row: 13;
    grid-column: 3 / 12;
    z-index: -10;
    margin-bottom: 100px;
}

#diydiv{
    width: 100%;
    grid-column: 5 / 9;
    grid-row: 14;
}

#diy{
    width: 100%;
    grid-column: 5 / 9;
    grid-row: 14;
    font-size: 40px;
    font-family: 'newsreader', serif;
    color: #7E731B;
    margin-top: 100px;
    text-align: center;
}

#diy2{
    width: 100%;
    grid-column: 5 / 9;
    grid-row: 14;
    font-size: 20px;
    font-family: 'newsreader', serif;
    color: #1E1B06;
    text-align: center;
    font-weight: 100;
    text-align: center;
    margin-top: 20px;
}

#receitasbutton{
    grid-column: 5 / 9;
    grid-row: 12;
    width: 100%;
    margin-top: 50px;
    height: 70px;
    background-color: #D8CC6F;
    border-radius: 15px;
    padding: 17px;
    z-index: 100000;
    color: #F9F9F6;
    font-size: 30px;
    font-family: 'merriweater', sans-serif;
    font-weight: 400;
    text-align: center;
    align-items: center;
    align-content: center;
}

#receitasbutton:hover{
    background-color: #C0B15A;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.cantosarr {
    border-radius: 150px;
}

#receitasdiv{
    width: 100%;
    grid-column: 2 / 12;
    grid-row: 15;
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 300px 0;
}

#receitasdiv a {
    margin-bottom: 100px;
}

#donuts{
    width: 100%;
    grid-column: 2 / 5;
    grid-row: 15;
    margin-top: 100px;
}

#petit{
    width: 100%;
    grid-column: 5 / 9;
    grid-row: 15;
    margin-top: 100px;
    align-items: center;
    justify-self: center;
}

#bolo{
    width: 100%;
    grid-column: 9 / 12;
    grid-row: 15;
    margin-top: 100px;
    border-radius: 150px;
}

#torta{
    width: 100%;
    grid-column: 2 / 5;
    grid-row: 15;
    border-radius: 150px;
    margin-top: 500px;
}

#docecopo{
    width: 100%;
    grid-column: 5 / 9;
    grid-row: 15;
    align-items: center;
    justify-self: center;
}

#panquecas{
    width: 100%;
    grid-column: 9 / 12;
    grid-row: 15;
    border-radius: 150px;
    margin-bottom: 500px;
}

#detalhe10{
    grid-column: 1 / 8;
    grid-row: 15;
    z-index: -10;
    align-self: flex-end;
}

#detalhe11{
    grid-column: 1 / 5;
    grid-row: 15;
    z-index: -10;
    align-self: flex-end;
}

#footerbackground{
    max-width: 1200px;
    width: 100%;
    grid-column: 1/ 13;
    grid-row: 17;
}

#logofooter{
    width: 100%;
    grid-column: 2 / 4;
    grid-row: 17;
    margin-top: 50px;
}

#siga{
    width: 100%;
    grid-column: 2 / 4;
    grid-row: 17;
    color: #F2DAB1;
    font-weight: 200;
}

#social{
    width: 100%;
    grid-column: 2 / 8;
    grid-row: 17;
    margin-top: 20px;
    color: #F2DAB1;
    z-index: 100;
    display: flex;
    align-items: baseline;
    gap: 16px;
}

#copyright{
    width: 100%;
    grid-column: 2 / 9;
    grid-row: 17;
    color: #F2DAB1;
    z-index: 100;
    font-family: 'merriweater', sans-serif;
    font-weight: 100;
}

#visitenosdiv{
    width: 100%;
    grid-column: 7 / 9;
    grid-row: 17;
}

#visite{
    width: 100%;
    grid-column: 7 / 9;
    grid-row: 17;
    color: #F2DAB1;
    z-index: 100;
    font-family: 'newsreader', serif;
    margin-top: 80px;
}

#cordenadas{
    width: 100%;
    grid-column: 7 / 9;
    grid-row: 17;
    color: #F9F9F6;
    z-index: 100;
    font-family: 'merriweater', sans-serif;
    line-height: 24px;
}

#falediv{
    width: 100%;
    grid-column: 10 / 13;
    grid-row: 17;
}

#fale{
    width: 100%;
    grid-column: 10 / 13;
    grid-row: 17;
    color: #F2DAB1;
    z-index: 100;
    font-family: 'newsreader', serif;
    margin-top: 80px;
}

#numero{
    width: 100%;
    grid-column: 10 / 13;
    grid-row: 17;
    color: #F9F9F6;
    z-index: 100;
    font-family: 'merriweater', sans-serif;
    line-height: 24px;
}

#pormimdiv{
    width: 100%;
    grid-column: 12 / 9;
    grid-row: 17;
    align-self: flex-end;
    margin-bottom: 10px;
}

#pormim{
    width: 100%;
    grid-column: 12 / 9;
    grid-row: 17;
    color: #F2DAB1;
    z-index: 100;
    font-family: 'merriweater', sans-serif;
    font-weight: 100;
    font-size: 16px;
}

#footer{
    width: 100%;
    grid-column: 1 / 13;
    grid-row: 17;
}

.footerr{
    color: #F9F9F6;
    text-decoration: none;
}

#siganos{
    grid-column: 2 / 5;
    grid-row: 17;
    align-self: flex-end;
    margin-bottom: 70px;
}

#copyrightdiv{
    width: 100%;
    grid-column: 2 / 9;
    grid-row: 17;
    color: #F2DAB1;
    z-index: 100;
    font-family: 'merriweater', sans-serif;
    align-self: flex-end;
    margin-bottom: 10px;
}

#footerbackground750{
    display: none;
}

#menumobile{
    display: none;
}

#mbl{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 10px 20px;

    transition: all 0.3s ease-in-out;
    position: fixed;
    z-index: 1000000;
    width: 100%;
    height: 100vh;
    top: 0;
    right: -120%;
    background-color: #F9F9F6; 
}

#mblheader{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0;
}

#menulinks img{
    width: 30px;
    height: auto;
}

#closemenu{
    width: 28px;
    display: block;
    justify-self: end;
}

#navmobile{
    display: none;
}


#footerbackground600{
    display: none;
}

#footerbackground750{
    display: none;
}

#footerbackground550{
    display: none;
}


#tablete1mbl{
    display: none;
}

#tablete2mbl{
    display: none;
}

#footer360{
    display: none;
}

#separador360{
    display: none;
}


/* 2 PÁGINA */


#produtomdt{
    width: 100%;
    grid-column: 2 / 5;
    grid-row: 1;
    font-size: 48px;
    color: #7E731B;
    margin-top: 50px;
}


#linhamdt{
    display: flex;
    flex-direction: column;
    width: 100%;
    grid-column: 7 / 12;
    grid-row: 2;
    margin-top: 100px;
    margin-bottom: 50px;
}

#vector1mdt{
    grid-column: 1 / 6;
    grid-row: 2;
    align-self: center;
}

#mediterraneansecretmdt{
    width: 100%;
    grid-column: 7 / 10;
    grid-row: 2;
    color: #7E731B;
    font-size: 48px;
}

#mediterraneanimgmdt{
    width: 100%;
    grid-column: 2 / 7;
    grid-row: 2;
    margin-top: 100px;
    border-radius: 15px;
}

#mediterraneantextmdt{
    width: 100%;
    grid-column: 7 / 12;
    grid-row: 2;
    font-size: 16px;
    line-height: 26px;
    color: #1E1B06;
    font-family: 'merriweater-sans', sans-serif;
    margin-top: 20px;
}

#precomdt{
    display: flex;
    justify-content: space-between;
    width: 204px;
    margin-top: 50px;
}
 
#precomdt p {
    font-family: 'merriweater-sans', sans-serif;
    font-size: 26px;
    line-height: 26px;
    color: #7E731B;
}

#quantidade{
    display: flex;
    justify-content: space-around;
    margin-top: 70px;
    width: 200px;
    height: 40px;
    border: #F0BC00;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    padding: 5px 10px;
}

#quantidade p {
    font-family: 'merriweater-sans', sans-serif;
    font-size: 26px;
    line-height: 26px;
    color: #1E1B06;
}   

#adcaocarrinho{
    grid-column: 3 / 6;
    grid-row: 12;
    width: 282px;
    margin-top: 50px;
    height: 70px;
    background-color: #D8CC6F;
    border-radius: 15px;
    padding: 17px;
    z-index: 100000;
    color: #F9F9F6;
    font-size: 18px;
    font-family: 'merriweater', sans-serif;
    font-weight: 300;
    text-align: center;
    align-items: center;
    align-content: center;
}

#adcaocarrinho:hover{
     background-color: #C0B15A;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

#valorprecomdt{
    width: 100%;
    grid-row: 2;
    font-size: 26px;
    line-height: 26px;
    color: #1E1B06;
    font-family: 'merriweater-sans', sans-serif;
    margin-top: 20px;
}

#quantidademdt{
    display: flex;
    width: 100%;
    grid-column: 7 / 9;
    grid-row: 2;
    align-self: flex-end;
    border-color: #F0BC00;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 26px;
    margin-bottom: 50px;
}

#detalhemdt{
    grid-column: 2 / 4;
    grid-row: 3;
    font-size: 40px;
    color: #7E731B;
    align-self: flex-start;
    margin-top: 150px;
}

#detalhesmdt{
    width: 100%;
    grid-column: 2 / 5;
    grid-row: 3;
    font-size: 16px;
    line-height: 26px;
    color: #1E1B06;
    font-family: 'merriweater-sans', sans-serif;
    align-self: flex-end;
    text-align: start;
}

#divtextmdt{
    width: 100%;
    grid-column: 2 / 7;
    grid-row: 4;
    margin-top: 70px;
}

#textmdt{
    width: 100%;
    grid-column: 2 / 7;
    grid-row: 4;
    font-size: 16px;
    line-height: 26px;
    color: #1E1B06;
    font-family: 'merriweater-sans', sans-serif;
    align-self: flex-end;
    margin-top: 20px;
    text-align: start;
}

#textmdt2{
    width: 100%;
    grid-column: 2 / 7;
    grid-row: 4;
    font-size: 16px;
    line-height: 26px;
    color: #1E1B06;
    font-family: 'merriweater-sans', sans-serif;
    align-self: flex-end;
    margin-top: 20px;
    text-align: start;
}

#vejamaismdt{
    width: 100%;
    grid-column: 5 / 9;
    grid-row: 5;
    margin-top: 100px;
    height: 50px;
    padding: 10px;
    color: #7E731B;
    font-size: 36px;
    font-family: 'newsreader', serif;
    font-weight: 400;
    text-align: center;
    align-items: center;
    align-content: center;
}

#imagemdivmdt{
    display: flex;
    justify-content: space-between;
    width: 100%;
    grid-column: 2 / 12;
    grid-row: 5;
    margin-top: 200px;
    margin-bottom: 250px;
}

#milkbarmdt{
    border-radius: 15px;
}

#almondbarmdt{
    border-radius: 15px;
}

#carobarmdt{
    border-radius: 15px;
}

#imagemdivmdt2 a:hover {    
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}    

#imagemdiv2mdt{
    width: 100%;
    grid-column: 2 / 12;
    grid-row: 6;
    margin-bottom: 150px;
}

#nomesdivmdt{
    display: flex;
    justify-content: space-between;
    width: 100%;
    grid-column: 2 / 12;
    grid-row: 6;
}

#milkbarnome{
    font-size: 24px;
    color: #C0B15A;
    font-family: 'merriweater-sans', sans-serif;
    text-align: center;
    margin-top: 20px;
}

#almondbarnome{
    font-size: 24px;
    color: #C0B15A;
    font-family: 'merriweater-sans', sans-serif;
    text-align: center;
    margin-top: 20px;
}

#carobarnome{
    font-size: 24px;
    color: #C0B15A;
    font-family: 'merriweater-sans', sans-serif;
    text-align: center;
    margin-top: 20px;
}

#milkbarnomepreco{
    font-size: 20px;
    color: #1E1B06;
    font-family: 'merriweater-sans', sans-serif;
    text-align: center;
    margin-top: 10px;
}

#almondbarnomepreco{
    font-size: 20px;
    color: #1E1B06;
    font-family: 'merriweater-sans', sans-serif;
    text-align: center;
    margin-top: 10px;
}

#carobarnomepreco{
    font-size: 20px;
    color: #1E1B06;
    font-family: 'merriweater-sans', sans-serif;
    text-align: center;
    margin-top: 10px;
}

#vector2mdt{
    grid-column: 9 / 13;
    grid-row: 2 / 4;
    z-index: -15;
    align-self: flex-end;
}

#vector3mdt{
    grid-column: 9 / 13;
    grid-row: 2 / 4;
    z-index: -10;
    align-self: flex-end;
}

#detailsmdt{
    grid-row: 3;
    grid-column: 2 / 7;
}

/* ------- RESPONSIVE ------------ */

@media only screen and (max-width: 1000px) {
    #one{
        display: none;
    }
    #menumobile{
        display: block;
        justify-self: end;
    }

    #arvorealfarroba{
        grid-column: 7 / 12;
        align-self: center;
    }

    #aboutcarobdiv{
        line-height: 20px;
        font-size: 30px;
        gap: 10px;
    }

    #aboutcarob{
        line-height: 60px;
    }

    #menumobile{
        width: 28px;
        height: auto;
        display: block;
    }

    #closemenu{
        width: 28px;
        display: block;
    }

    #menulinks{
        width: 100px;
        display: flex;
        flex-direction: column;
        color: #8C4D2E;
    }



    #menulinks a{
        text-decoration: none;
        font-family: 'merriweater-sans', sans-serif;
        color: #8C4D2E;
        margin: 20px 0;
        text-align: center;
    }

    #menulinks a:hover{
        text-decoration: underline;
        transform: matrix(1, 0, 0, 1, 0, -3);
        transition: all 0.3s ease-in-out;
    }

    #menumobile:hover{
        cursor: pointer;
        transform: scale(1.1);
        transition: all 0.3s ease-in-out;
    }

    #closemenu:hover{
        cursor: pointer;
        transform: scale(1.1);
        transition: all 0.3s ease-in-out;
    }
    
    #menulinks a{
        font-size: 30px;
        margin: 20px 0;
    }

    #logomenu{
        width: 150px;
        display: block;
        align-self: flex-start;
    }

    #carrinho{
        width: 30px;
        height: auto;
        margin-right: 10px;
    }

    #perfil{
        width: 30px;
        height: auto;
    }

    #detalhesmdt{
        grid-column: 2 / 6;
    }

    #milkbarmdt{
        width: 250px;
    }

    #milkbarnome{
        width: 250px;
    }

    #milkbarnomepreco{
        width: 250px;
    }

    #almondbarmdt{
        width: 250px;
    }

    #almondbarnome{
        width: 250px;
    }
    
    #almondbarnomepreco{
        width: 250px;
    }

    #carobarmdt{
        width: 250px;
    }

    #carobarnome{
        width: 250px;
    }

    #carobarnomepreco{
        width: 250px;
    }

}

@media only screen and (max-width: 900px) {

    #slogan2{
        font-size: 30px;
        line-height: 30px;
    }

    #slogandiv{
        font-size: 20px;
    }
        

    #visite{
        font-size: 25px;
    }

    #fale{
        font-size: 25px;
    }


    #localizacao{
        display: none;
    }

    #mediterranean_vegan{
        display: none;
    }

    #mediterranean_secret{
        grid-column: 2 / 6;
    }

    #carobbar{
        grid-column: 2 / 5;
    }

    #frutoalfarroba{
        grid-column: 5 / 8;
    }

    #milkbarmdt{
        width: 200px;
    }

    #milkbarnome{
        width: 200px;
    }

    #milkbarnomepreco{
        width: 200px;
    }

    #almondbarmdt{
        width: 200px;
    }

    #almondbarnome{
        width: 200px;
    }
    
    #almondbarnomepreco{
        width: 200px;
    }

    #carobarmdt{
        width: 200px;
    }

    #carobarnome{
        width: 200px;
    }

    #carobarnomepreco{
        width: 200px;
    }

    #detalhemdt{
        margin-top: 0px;
    }


}   

@media only screen and (max-width: 800px) {

    #siga{
        font-size: 25px;
    }

    #comprebotao{
        margin-bottom: 100px;
    }

    #beneficiosinfo{
        margin-top: 100px;
    }


    #visitenosdiv{
        grid-column: 7 / 10;
        align-self: flex-start;
    }

    #visite{
        margin-top: 50px;
    }

    #falediv{
        grid-column: 10 / 13;
        align-self: flex-start;
    }

    #fale{
        margin-top: 50px;
    }
}

@media only screen and (max-width: 750px) 
{
    #receitasdiv{
        margin-top: 100px;
    }

    #slogandiv{
        font-size: 15px;
    }

    #footerbackground{
        display: none;
    }

    #footerbackground750{
        max-width: 1200px;
        width: 100%;
        grid-column: 1/ 13;
        grid-row: 17;
        display: block;
    }

    #falediv{
        grid-column: 7 / 12;
        align-self: center;
    }

    #siganos{
        grid-column: 2 / 6;
        align-self: center;
        margin-top: 100px;
    }

    #detalhesmdt{
        grid-column: 2 / 7;
    }

    #imagemdivmdt{
        grid-column: 5 / 9;
        height: 600px;
        flex-direction: column;
        gap: 60px;
        margin-bottom: 600px;
    }

     #milkbarmdt{
        width: 100%;
    }

    #milkbarnome{
        width: 100%;
    }

    #milkbarnomepreco{
        width: 100%;
    }

    #almondbarmdt{
        width: 100%;
    }

    #almondbarnome{
        width: 100%;
    }
    
    #almondbarnomepreco{
        width: 100%;
    }

    #carobarmdt{
        width: 100%;
    }

    #carobarnome{
        width: 100%;
    }

    #carobarnomepreco{
        width: 100%;
    }

    #vector1mdt{
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    #slogan{
        display: none;
    }

    #detalhe1{
        display: none;
    }

    #detalhe2{
        display: none;
    }

    #detalhe3{
        display: none;
    }

    #detalhe4{
        display: none;
    }

    #detalhe5{
        display: none;
    }

    #cremeinfo{
        margin-top: 20px;
    }

    #videocreme{
        margin-top: 130px;
    }

    #detalhe8{
        display: none;
    }

    #detalhe10{
        display: none;
    }

    #detalhe11{
        display: none;
    }

    #aboutcarob{
        font-size: 48px;

    }

    #aboutcarobdiv{
        grid-column: 3 / 11;
        font-size: 24px;
        line-height: 30px;
    }

    #carobinfo3{
        margin-top: 450px;
    }

    #carobinfo4{
        margin-top: 20px;

    }

    #carobinfo{
        margin-top: 20px;
    }

    #carobinfo2{
        margin-top: 20px;
    }

    #arvorealfarroba{
        grid-column: 4 / 10;
        margin-top: 75px;
    }

    #receitasdiv{
        grid-column: 1 / 13;
        margin-bottom: 100px;
    }

    #docecopo{
        margin-bottom: 50px;
    }

    #panquecas{
        margin-bottom: 50px;
    }

    #vector2mdt{
        display: none;
    }

    #vector3mdt{
        display: none;
    }

    #linhamdt{
        grid-row: 3;
        align-items: flex-start;
        margin-top: 0px;
        grid-column: 2 / 9;
        margin-bottom: 300px;
        margin-top: 50px;
    }

    #detailsmdt{
        align-content: flex-end;
    }

    #mediterraneanimgmdt{
        grid-column: 2 / 8;
    }
}

@media only screen and (max-width: 600px){

    #whycarobdiv{
        align-self: center;
    }


    #mediterranean_secret{
        grid-column: 2 / 6;
        align-self: center;
    }
    
    nav{
        display: none;
    }

    #comprebotao{
        grid-column: 3 / 7;
    }

    #menulinks {
        display: none;
    }

    #navmobile{
        display: flex;
        flex-direction: column;
        color: #8C4D2E;
    }

    #navmobile a{
        font-size: 22px;
        margin-bottom: 40px;
        color: #8C4D2E;
        text-decoration: none;
        font-family: 'merriweater-sans', sans-serif;
    }

    #footerbackground750{
        display: none;
    }

    #footerbackground600{
        max-width: 1200px;
        width: 100%;
        grid-column: 1/ 13;
        grid-row: 17;
        display: block;
    }

    #novomembro{
        font-size: 45px;
    }

    #cremealfarroba{
        font-size: 35px;
    }

    #detalhe7{
        margin-top: 15px;
    }

    #logofooter{
        width: 100%;
        grid-column: 2 / 5;
        grid-row: 17;
        margin-top: 20px;
    }

    .cantosarr {
        display: none;
    }

    #linhamdt{
        margin-bottom: 300px;
    }

    #detailsmdt{
        grid-column: 2 / 9;
    }

    #mediterraneanimgmdt{
        grid-column: 2 / 10;
    }

    #imagemdivmdt{
        grid-column: 4 / 10;
        margin-bottom: 800px;
    }

    #divtextmdt{
        grid-column: 2 / 10;
    }

}

@media screen and (max-width: 550px) {
    #slogandiv{
        display: none;
    }

    #diy{
        font-size: 30px;
    }

    #diy2{
        font-weight: 400;
    }

    #whycarobdiv{
        grid-column: 2 / 12;
        margin-top: 0px;
    }

    #whycarob{
        grid-column: 2 / 4;
        font-size: 36px;
        text-align: left;
        margin-top: 0px;
    }

    #reasoncarob{
        grid-column: 2 / 6;
        font-size: 18px;
        margin-top: 10px;
    }

    #mediterranean_secret{
        margin-top: 350px;
        grid-column: 5 / 9 ;
    }

    #beneficios{
        font-size: 40px;
    }

    #beneficiosinfo{
        margin-top: 80px;
        grid-column: 2 / 12;    
        text-align: left;
    }

    #meninapropaganda{
        grid-column: 2 / 7;
        margin-top: 200px;
    }

    #meninopropaganda{
        grid-column: 7 / 12;
        margin-top: 200px;
    }

    #otimaescolhadiv{
        grid-column: 2 / 12;
        align-self: flex-end;
        margin-bottom: 400px;
    }

    #carobbar{
        grid-column: 2 / 7;
        align-self: flex-end;
        margin-bottom: 0;
    }

    #frutoalfarroba{
        grid-column: 7 / 12;
        align-self: flex-end;
        margin-bottom: 0;
    }

    #footerbackground550{
        max-width: 1200px;
        width: 100%;
        grid-column: 1/ 13;
        grid-row: 17;
        display: block;
    }

    #visitenosdiv{
        grid-column: 7 / 12;
    }

    #visite{
        font-size: 25px;
    }

    #cordenadas{
        font-size: 14px;
    }

    #falediv{
        grid-column: 7 / 12;
    }

    #fale{
        font-size: 25px;
    }

    #numero{
        font-size: 14px;
    }
    
    #copyright{
        font-size: 14px;
    }

    #pormim{
        font-size: 14px;
    }

    #vejamaismdt{
        grid-column: 4 / 10;
    }
}

@media screen and (max-width: 450px) {
    #comprebotao{
        grid-column: 3 / 11;
    }

    #receitasbutton{
        grid-column: 3 / 11;
    }

    #detalhe7{
        display: none;
    }

    #diydiv{
        grid-column: 3 / 11;
    }

    #benefitscarob{
        grid-column: 2 / 12;
        align-self: flex-start;
        margin-top: 50px;
    }

    #mediterranean_secret{
        grid-column: 4 / 10;
    }

    #tablete1{
        display: none;
    }

    #tablete2{
        display: none;
    }

    #tablete1mbl{
        display: block;
        width: 100%;
        grid-column: 3 / 7;
        grid-row: 3;
        border-radius: 15px;
        margin-top: 200px;
    }

    #tablete2mbl{
        display: block;
        width: 100%;
        grid-column: 7 / 11;
        grid-row: 3;
        border-radius: 15px;
        margin-top: 200px;
    }

    #healthycarob{
        grid-column: 2 / 12;
        align-self: flex-start;
        margin-top: 50px;
    }

    #cremeleite{
        grid-column: 2 / 7;
        align-self: flex-end;
        margin-bottom: 0px;
        margin-top: 200px;
    }

    #cremeamendoa{
        grid-column: 7 / 12;
        align-self: flex-end;
        margin-bottom: 0px;
        margin-top: 200px; 
    }

    #alternativecarob{
        grid-column: 2 / 12;
        align-self: flex-start;
        margin-top: 50px;
    }

    #carobpowder{
        grid-column: 3 / 11 ;
        align-self: flex-end;
        margin-bottom: 0px;
        margin-top: 200px; 
    }

    #slogan2div {
        grid-column: 3 / 11;
    }

    #imagemdivmdt{
        margin-bottom: 600px;
    }
}

@media screen and (max-width: 400px) {
   
    #novomembro{
        font-size: 36px;
    }
    
    #meninapropaganda{
        margin-top: 250px;
    }

    #meninopropaganda{
        margin-top: 250px;
    }

    #novomembro{
        font-size: 28px;
    }

    #cremealfarroba{
        font-size: 28px;
    }

    #novomembrodiv{
        grid-column: 3 / 12;
        margin-bottom: 0px;
    }

    #cremeinfo{
        grid-column: 3 / 11;
    }
    
    #videocreme{
        margin-top: 200px;
    }

    #slogan2div {
        grid-column: 3 / 11;
    }

    #pormimdiv{
        grid-column: 8 / 13;
    }

    #pormim{
        font-size: 12px;
    }

    #copyright{
        font-size: 12px;
    }

    #footerbackground550{
        display: none;
    }

    #footerbackground600{
        display: none;
    }

    #footer360{
        max-width: 1200px;
        width: 100%;
        grid-column: 1/ 13;
        grid-row: 17;
        display: block;
        z-index: -10;
    }
    
    #logofooter{
        width: 100%;
        grid-column: 2 / 6;
        grid-row: 17;
        margin-top: 40px;
    }

    #visitenosdiv{
        grid-column: 2 / 7;
        margin-bottom: 0px;
        margin-top: 60px;
    }

    #falediv{
        grid-column: 2 / 7;
        align-self: flex-start;
        margin-top: 230px;
    }

    #siganos{
        grid-column: 2 / 12;
        align-self: flex-start;
        margin-top: 500px;
    }

    #social{
        justify-content: left;
    }

    #copyrightdiv{
        grid-column: 2 / 12;
        align-self: flex-end;
        margin-bottom: 100px;
    }

    #pormimdiv{
        grid-column: 2 / 12;
        align-self: flex-end;
        margin-bottom: 50px;
    }

    #pormim{
        font-size: 16px;
    }

    #copyright{
        font-size: 16px;
    }

    #cordenadas{
        font-size: 16px;
    }

    #numero{
        font-size: 20px;
    }

    #finalaida{
        display: none;
    }

    #separador360{
        width: 100%;
        display: block;
        grid-column: 1 / 13;
        grid-row: 16;
        margin-top: 150px;
        margin-bottom: 100px;
    }

    #slogan2div {
        grid-column: 2 / 12;
        text-align: center;
    }

    #carobspread{
        grid-column: 4 / 10;
        align-self: center;
        margin-bottom: 100px;
        margin-top: 300px;

    }

    #comprebotao{
        grid-column: 2 / 12;
        align-self: flex-end;
        margin-bottom: 0px;
    }

    #videocreme{
        align-self: flex-end;
        grid-column: 1 / 13;
        margin-top: 150px;
        border-radius: 0px;
        margin-bottom: 0px;
    }

    #novomembrodiv{
        grid-column: 2 / 12;
        margin-top: 50px;
    }

    #novomembro{
        font-size: 36px;
    }

    #cremealfarroba{
        grid-column: 2 / 12;
        margin-bottom: 20px;
        font-size: 20px;
    }  

    #videocarob{
        grid-column: 1 / 13;
        border-radius: 0px;
    }

    #vector6{
        display: none;
    }

    #carobbar{
        grid-column: 2 / 7;
        align-self: flex-end;
        margin-top: 0px;
    }

    #frutoalfarroba{
        grid-column: 7 / 12;
        align-self: flex-end;
        margin-top: 0px;
    }

    #beneficiosinfo{
        grid-column: 2 / 12;
        margin-top: 100px;
        align-self: flex-start;
    }

    #otimaescolhadiv{
        grid-column: 2 / 12;
        align-self: flex-end;
        margin-bottom: 250px;
        margin-top: 450px;
    }

    #arvorealfarroba{
        grid-column: 3 / 11;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    #mediterranean_secret{
        align-self: flex-end;
        margin-top: 400px;
    }

    #cremeinfo{
        margin-bottom: 80px;
        margin-top: 0px;
    }

    #novomembrodiv{
        margin-top: 0px;
    }

    #endereco{
        grid-column: 2 / 8;
    }

    #visitenosdiv{
        grid-column: 2 / 9;
    }

    #falediv{
        grid-column: 2 / 9;
    }

    #mediterraneanimgmdt{
        grid-column: 2 / 12;
    }

    #linhamdt{
        grid-column: 2 / 12;
        margin-bottom: 400px;
    }

    #mediterraneantextmdt{
        grid-column: 2 / 12;
    }

    #imagemdivmdt{
        grid-column: 3 / 11;
    }
}
