@import url("https://use.typekit.net/dtt2evw.css");

@import url('https://fonts.cdnfonts.com/css/cleopatra');



/* reset */

body, picture, header, nav, ul, li, section, form, label, main, div, input, textarea, footer {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "futura-pt", sans-serif;
    font-size: 12px; /* 1em */
}



/* body */

body {
    background-color: #faedf1;
}



/* container */

.container {
    min-width: 480px; 
    width: 100%; /* 480px */
    margin-left: auto;
    margin-right: auto;
}



/* logo */

.logo {
    float: left;
    position: relative;
    padding: 16px 0 0 32px;
    font-family: 'Cleopatra', sans-serif;
    text-decoration: none;
    color: #faedf1;
    font-size: 2em;
    font-weight: 100;
}

/* menu */

 
.menu-principal {
    height: 60px;
    background-color: #ff778b;
    color: #faedf1;
}

nav {
    float: left;
    width: 100%; /* 480px */
    margin-top: -58px;
    height: 60px;
    overflow: hidden;
}

nav > .menu {
    float: right;
}

.abre-menu nav {
    height: 290px;
    transition: 1s;
}

.menu {
    text-align: right;
    font-size: 5.3em; /* 64px */
    font-weight: 100;
    cursor: pointer;
    text-align: center;
    width: 9%; /* 44px */
    height: 69px;
    margin-right: 28px;
}

.menu:hover {
    background-color: #faedf1;
    color: #ff778b;
}

.lista-menu {
    list-style-type: none;
    clear: both;
}

.lista-menu li{
    background-color: #ff778b;
    border-top: 1px solid #faedf1;
    border-bottom: 1px solid #faedf1;
    height: 44px;
}

.lista-menu li a{
    font-size: 1.3em; /* 16 px */
    font-weight: 40;
    display: block;
    color: #faedf1;
    height: 44px;
    text-align: center;
    line-height: 44px;
    text-decoration: none;
}

.lista-menu li a:hover, .lista-menu li a:focus {
    background-color: #faedf1;
    color: #ff778b;
    font-weight: 700;
}



/* topo fundo imagem */

.topo-fundo img{
    width: 100%; /* 480px */
}



/* sabor-bolo */

.sabor-bolo {
    text-align: center;
}

.sabor-bolo p {
    color: #e9667a; 
    font-size: 2em;
    margin-bottom: -60px;
}

.sabor-bolo h1 {
    font-weight: 100;
    font-size: 6em;
    color: #ff7f95;
    font-weight: 500;
}



/* foto-bolo */

.foto-bolo {
    text-align: center;
}

.brigadeiro img {
    border-radius: 40px;
}



/* whatsapp */

.whatsapp {
    margin-top: 40px;
    text-align: center;
}

.whatsapp a {
    background-color: #ff7f95;
    padding: 10px 25% 10px 15%;
    border-radius: 40px;
    text-decoration: none;
    color: #faedf1;
    font-size: 3em;
}

.whatsapp svg {
    cursor: pointer;
    position: relative;
    bottom: 50px;
    left: 90px;
}



/* ingredientes */

.ingredientes {
    text-align: center;
    justify-content: center;
}

/* Style the tab */

.tab {
    margin-left: auto;
    margin-right: auto;
    width: 73%;
    overflow: hidden;
    background-color: #e9667a;
    border-radius: 40px;
}

/* Style the buttons that are used to open the tab content */

.tab button {
    color: #ff7f95;
    background-color: inherit;
    margin: 0 -2px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 10% 14px 10%;
    transition: 0.3s;
    font-size: 1.4em;
}

/* Change background color of buttons on hover */

.tab button:hover {
    color: #faedf1;
    background-color: #ff7f95;
}

/* Create an active/current tablink class */

.tab button.active {
    color: #faedf1;
    background-color: #ff7f95;
}

/* Style the tab content */

.tabcontent {
    width: 73%;
    margin: 20px auto;
    display: none;
    padding: 2px 20px 30px 20px;
    border-radius: 20px;
    background-color: #ffdde6;
    color: #e9667a;
    font-size: 1.4em;
}

.tabcontent h3 {
    font-size: 1.5em;
    font-weight: 600;
}



/* recomendações */

section {
    margin-bottom: -200px;
}

section h2 {
    text-align: center;
    color: #ff7f95;
    font-size: 3em;
    font-weight: 500;
}

.recomendacoes{
    display: flex;
    justify-content: center;
}

.sabores {
    text-align: center;
}

.sabores img {
    border-radius: 40px;
    margin: 0px 8px -0px 8px;
}

.sabores h2{
    position: relative;
    color: #faedf1;
    font-size: 1.5em;
    bottom: 90px;
}

.sabores a{
    text-decoration: none;
    font-size: 1.2em;
    color: #faedf1;
    border-radius: 40px;
    position: relative;
    background-color: #ff7f95;
    padding: 4px 40px;
    bottom: 96px;
}

.sabores a:hover {
    background-color: #faedf1;
    color: #ff778b;
    font-weight: 500;
}

.sensacao {
    display: none;
}

.prestigio {
    display: none;
}



/* footer */

footer {
    margin-top: 200px;
    width: 100%;
    text-align: center;
}

.img-rodape img {
    width: 100%;
    margin-bottom: -6px;
}

.info {
    background-color: #ff778b;
    height: 180px;
}

.logo-rodape img {
    margin-top: 20px;
}

.links {
    margin-top: 12px;
}

.links a {
    margin: 0 8px;
    text-decoration: none;
    color: #faedf1;
    font-size: 1.5em;
}

.links a:hover {
    color: #ff96a6;
}



/* mobile 320 */

@media only screen and (min-width: 320px) {

.container {
    min-width: 320px; 
}




/* foto-bolo */

.brigadeiro img {
    width: 90%;
    height: 90%;
}

/* Style the tab */

.tab {
    width: 90%;
}

/* Style the buttons that are used to open the tab content */

.tab button {
    padding: 14px 7% 14px 7%;
}

/* Style the tab content */

.tabcontent {
    width: 90%;
}




/* recomendações */

.sabores img {
    border-radius: 20px;
    width: 90%;
    height: 85%;
}

.sabores h2{
    font-size: 0.8em;
    font-weight: 700;
    bottom: 66px;
}

.sabores a{
    font-size: 1.2em;
    padding: 4px 40px;
    bottom: 66px;
}

.sabores a:hover {
    font-weight: 500;
}


/* footer */

.links a {
    font-size: 1.2em;
}

.tab button {
    padding: 14px 7% 14px 7%;
}

}

/* mobile 414 */

@media only screen and (min-width: 414px) {

.container {
    min-width: 414px; 
}

.tab button {
    padding: 14px 11% 14px 11%;
}


}


/* mobile 425 */

@media only screen and (min-width: 425px) {

.container {
    min-width: 425px; 
}
 


/* footer */

.links a {
    font-size: 1.5em;
}



/* recomendações */ 

.sabores img {
    border-radius: 30px;
}

.sabores h2{
    font-size: 1.1em;
    bottom: 76px;
}

.sabores a{
    font-size: 1.2em;
    border-radius: 20px;
    bottom: 76px;
}

}




/* tablet */

@media only screen and (min-width: 768px) {



/* container */

.container {
    min-width: 768px; 
}



/* logo */

.logo {
    float: left;
    position: relative;
    padding: 16px 0 0 32px;
}

/* menu */

.menu-principal {
    height: 60px;
}

nav {
    width: 768px;
    overflow: visible;
    transition: none;
    color: #ff778b;
    float: left;
    height: 60px;
    margin-top: -40px;
    padding-left: 240px;
}

.menu {
    display: none;
}

.lista-menu {
    display: flex;
    width: 100%;
}

.lista-menu li {
    border-top: none;
    border-bottom: none;
    width: 100px;
}

.lista-menu li a {
    text-align: center;
    color: #faedf1;
    font-size: 1.3em;
    font-weight: 200;
}

.lista-menu li a:hover, .lista-menu li a:focus {
    border-radius: 40px;
}

.topo-fundo img{
    margin-top: -8px;
}


/* sabor-bolo */

.sabor-bolo {
    margin-bottom: -40px;
}

.sabor-bolo p {
    font-size: 2.5em;
    margin-bottom: -100px;
}

.sabor-bolo h1 {
    font-size: 10em;
}



/* whatsapp */

.whatsapp a {
    padding: 10px 30% 10px 20%;
}



/* ingredientes */

/* Style the tab */

.tab {
    width: 72%;
}

/* Style the buttons that are used to open the tab content */

.tab button {
    padding: 14px 15% 14px 15%;
    font-size: 1.5em;
}

/* Style the tab content */

.tabcontent {
    width: 72%;
    padding: 2px 20px 30px 20px;
    font-size: 1.5em;
}

.tabcontent h3 {
    font-size: 1.5em;
    font-weight: 600;
}



/* recomendações */

.sabores img {
    border-radius: 20px;
    width: 90%;
    height: 78%;
}

section {
    margin-top: 100px;
}

section h2 {
    font-size: 4em;
}

.sensacao {
    display: block;
}



/* footer */

footer {
    margin-top: 200px;
}

.logo-rodape img {
    margin-top: 8px;
}

.info {
    height: 200px;
}

}



/* tablet 930 */

@media only screen and (min-width: 930px) {
   


/* container */

.container {
    min-width: 930px; 
}


/* menu */


nav {
    margin-top: 0px;
    padding-left: 360px;
}

}


/* desktop */

@media only screen and (min-width: 1280px) {



/* container */

.container {
    min-width: 1280px; 
}



/* logo */

.logo {
    padding: 24px 0 0 194px;
    font-size: 2.5em;
    margin-top: -4px;
}



/* menu */

.menu-principal {
    height: 80px;
}

nav {
    width: 1280px;
    margin-top: -40px;
    padding-left: 520px;
}

.lista-menu li {
    width: 120px;
}

.lista-menu li a {
    font-size: 1.5em;
    font-weight: 200;
}


.topo-fundo img{
    margin-top: 0px;
}



/* sabor-bolo */

.sabor-bolo p {
    font-size: 3em;
    margin-bottom: -120px;
}

.sabor-bolo h1 {
    font-size: 12em;
}

main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}



/* foto-bolo */

.foto-bolo {
    text-align: center;
    margin: 0 8px 0 16px;
}

.brigadeiro img {
    border-radius: 40px;
}



/* whatsapp */

.whatsapp {
    margin-top: 40px;
    text-align: center;
}

.whatsapp a {
    background-color: #ff7f95;
    padding: 10px 160px 10px 120px;
    border-radius: 80px;
    text-decoration: none;
    color: #faedf1;
    font-size: 5em;
}

.whatsapp svg {
    position: relative;
    width: 70px;
    height: 70px;
    bottom: 76px;
    left: 160px;
}



/* ingredientes */

/* Style the tab */

.tab {
    width: 640px;
    margin: 0 16px 0 8px;
}

/* Style the buttons that are used to open the tab content */

.tab button {
    padding: 14px 95px 14px 77px;
    font-size: 2em;
}

/* Style the tab content */

.tabcontent {
    width: 640px;
    margin: 20px 16px 30px 8px;
    padding: 2px 16px 30px 16px;
    font-size: 1.5em;
    border-radius: 40px;
}

.tabcontent h3 {
    font-size: 1.5em;
    font-weight: 600;
}



/* recomendações */

section {
    margin-top: 100px;
}

section h2 {
    font-size: 4em;
}

.prestigio {
    display: block;
}



/* footer */

.info {
    height: 240px;
}

.logo-rodape img {
    margin-top: 48px;
}

.links a {
    margin: 0 12px;
    font-size: 2em;
}

}




/* desktop 1528*/

@media only screen and (min-width: 1528px) {
   


/* container */
    
.container {
    min-width: 1528px; 
}
    
/* menu */
    
nav {
    margin-top: -48px;
    padding-left: 660px;
}

}



/* desktop 1624*/

@media only screen and (min-width: 1624px) {
   


/* container */
    
.container {
    min-width: 1528px; 
}
    
    
/* menu */
    
.menu-principal {
    height: 120px;
    width: 100%;
}

/* menu */

nav {
    width: 100%;
    margin-top: -48px;
    padding-left: 700px;
}

.lista-menu li {
    width: 174px;
}

.lista-menu li a {
    font-size: 1.7em;
}

.topo-fundo img{
    width: 100%;
    margin-top: -12px;
}



/* footer */

.info {
    height: 280px;
}

.logo-rodape img {
    margin-top: 64px;
}

.links a {
    margin: 0 16px;
    font-size: 2.5em;
}

}



/* desktop 1920 */

@media only screen and (min-width: 1920px) {
  


/* container */

.container {
    min-width: 1900px; 
}



/* logo */

.logo {
    padding: 48px 0 0 392px;
    font-size: 3em;
    margin-top: -24px;
}

.menu-principal {
    height: 120px;
    width: 100%;
}

/* menu */

nav {
    width: 100%;
    margin-top: -48px;
    padding-left: 700px;
}

.lista-menu li {
    width: 174px;
}

.lista-menu li a {
    font-size: 1.7em;
}

}




/* desktop 2294px */

@media only screen and (min-width: 2294px) {
   


/* container */
    
.container {
    min-width: 1528px; 
}
    
    
/* menu */
    
nav {
    margin-top: -50px;
    padding-left: 960px;
}

}


