@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 */
}


a {
    text-decoration: none;
}



/* 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{
    position: relative;
    width: 100%; /* 480px */
}



/* bolo */

.bolo h1 {
    font-family: 'Cleopatra', sans-serif;
    font-weight: 100;
    font-size: 4.3em; /* 52px */
    color: #faedf1;
    text-align: center;
    position: relative;
    bottom: 24px;
}

.banner-bolo img{
    width: 100%;
    margin-top: -190px;
    margin-bottom: 40px;
}



/* selecionar-bolos */

.selecionar-bolos {
    margin-top: 12px;
    text-align: center;
    cursor: pointer;
}

.bolos-decorados {
    margin-right: -4px;
}

.bolos-decorados:hover {
    opacity: 90%;
    margin-right: -2px;
}

.bolos-caseiros:hover {
    opacity: 90%;
    margin-right: 1px;
}




/* main */

main {
    margin-top: 80px;
    margin-bottom: -140px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sabores {
    text-align: center;
}

.sabores img {
    width: 90%;
    height: 90%;
    border-radius: 40px;
    margin: -60px 8px -0px 8px;
}

.sabores h2{
    position: relative;
    color: #faedf1;
    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;
}



/* footer */

footer {
    margin-top: 100px;
    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; 
}

.bolo h1 {
    font-size: 3em; /* 52px */
    bottom: 30px;
}

/* selecionar-bolos */

.selecionar-bolos {
    margin-top: -40px;
}

.bolos-decorados img{
    width: 45%;
}

.bolos-caseiros img{
    width: 45%;
}




/* main */

main {
    margin-top: 40px;
    margin-bottom: -100px;
}

.sabores img {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    margin: -40px 4px -0px 4px;
}

.sabores h2{
    font-weight: 700;
    font-size: 0.8em;
    bottom: 56px;
}

.sabores a {
    font-size: 1em;
    border-radius: 40px;
    padding: 4px 30px;
    bottom: 56px;
}

.sabores a:hover {
    font-weight: 500;
}



/* footer */

.links a {
    font-size: 1.2em;
}

}


@media only screen and (min-width: 414px) {

.container {
    min-width: 414px; 
}

.topo-fundo img{
    bottom: 4px;
}

main {
    margin-left: 40px;
    margin-right: 40px;
}

}

/* mobile 425 */

@media only screen and (min-width: 425px) {

.container {
    min-width: 425px; 
}



/* bolo */

.bolo h1 {
    font-size: 3.5em; /* 52px */
    bottom: 32px;
}



/* main */

main {
    margin-left: 0;
    margin-right: 0;
    margin-top: 80px;
    margin-bottom: -140px;
}

.sabores img {
    width: 190px;
    height: 95%;
    border-radius: 40px;
    margin: -60px 6px 0px 6px;
}

.sabores h2{
    font-size: 1.2em;
    bottom: 78px;
}

.sabores a {
    font-size: 1.2em;
    border-radius: 40px;
    padding: 4px 40px;
    bottom: 78px;
}



/* footer */

.links a {
    font-size: 1.5em;
}

}



/* 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;
    position: relative;
}


/* bolo */

.bolo h1 {
    font-size: 8em;
    bottom: 52px;
}

.banner-bolo img{
    width: 100%;
    margin-top: -340px;
    margin-bottom: 82px;
}



/* selecionar-bolos */

.selecionar-bolos {
    margin-top: 0px;
    text-align: center;
}

.bolos-decorados img{
    width: 40%;
    height: 40%;
    margin-bottom: 0px;
}

.bolos-caseiros img{
    width: 40%;
    height: 40%;
}


/* 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;
    position: relative;
}



/* bolo */

.bolo h1 {
    font-size: 12em;
    bottom: 60px;
}

.banner-bolo img{
    width: 100%;
    margin-top: -500px;
    margin-bottom: 66px;
}



/* selecionar-bolos */

.selecionar-bolos {
    margin-top: 12px;
    text-align: center;
}

.bolos-decorados img{
    margin-bottom: 0px;
    margin-right: -1px;
}



/* main */

main {
    margin: 60px 140px -40px 140px;
    background-color: #ff96a61e;
    border-radius: 60px;
    padding: 120px 0 0 0;
}



/* 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 */
    
nav {
    margin-top: 12px;
    padding-left: 360px;
}

}



/* 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;
}

.topo-fundo img{
    margin-top: -12px;
    position: relative;
}



/* bolo */

.bolo h1{
    font-size: 16em;
    bottom: 60px;
}

.banner-bolo img{
    width: 100%;
    margin-top: -630px;
    margin-bottom: 40px;
}

.bolos-decorados img{
    width: 26%;
    height: 26%;
    margin-bottom: 0px;
}

.bolos-caseiros img{
    width: 26%;
    height: 26%;
}




/* main */

main {
    margin: 60px 450px -100px 450px;
}



/* footer */

.info {
    height: 280px;
}

.logo-rodape img {
    margin-top: 64px;
}

.links a {
    margin: 0 16px;
    font-size: 2.5em;
}

}



/* desktop 2294px */

@media only screen and (min-width: 2294px) {
   


/* container */
    
.container {
    min-width: 1528px; 
}
    
    
/* menu */
    
nav {
    margin-top: -50px;
    padding-left: 960px;
}

}