body {
    background-color: rgb(240, 211, 217);
    position: relative;
    margin: 0%;
    width: 100%;
}

.logo {
    text-align: center;
    width: 100%;
    height: 218px;
    position: static;
}

.itemmenu {
    width: 100%;
    position: absolute;
    top: 40%;
    font-family: 'Monaco', monospace;
    font-weight: bold;
    font-size: 18px;
    /* border: 2px solid black; */
    display: flex;
}

.itemmenu a {
    text-decoration: none;
    color: white;
}

.itemmenu a:hover {
    text-shadow: 0px 0px 10px rgb(255, 255, 255);
    color: white;
}

.menul {
    width: 40%;
    display: flex;
    padding: 1% 2%;
    /* border: 1px solid black; */
}

.iteml {
    margin-right: 23%;
}

.menur {
    width: 50%;
    display: flex;
    padding: 1% 2%;
    position: absolute;
    right: 0px;
    /* border: 1px solid black; */
    justify-content: flex-end;
}

.itemr {
    margin-left: 15%;
}

main {
    position: relative;
    margin-top: 1.3%;
    width: 100%;
}

.content {
    width: 65%;
    height: 1000px;
    background-color: white;
    position: absolute;
    border-radius: 1.4%;
    margin: 0% 1.4%;
    padding: 2%;
    display: flex;
    flex-direction: column;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.more {
    width: 27%;
    height: 1060px;
    background-color: white;
    position: absolute;
    top: 0%;
    right: 0%;
    border-radius: 1.5%;
    margin-right: 1.5%;
    display: flex;
    flex-direction: column;
}

.popular {
    position: absolute;
    width: 90%;
    margin: 5% 5%;
    /* border: 2px solid black; */
}

.laco {
    max-width: 100%;
    position: absolute;
    z-index: 1;
}

.titulopop {
    font-family: 'Monaco', monospace;
    font-weight: bold;
    color: rgb(255, 255, 255);
    font-size: 30px;
    position: absolute;
    margin-top: 3.8%;
    left: 33%;
    z-index: 2;
}

.contentpop {
    background: rgb(255, 222, 232);
    height: 500px;
    width: 90%;
    position: absolute;
    margin-top: 17%;
    margin-left: 5%;
    padding-top: 12%;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    justify-content: space-evenly;
    text-align: center;
}

.contentpop img {
    height: 70px;
}

.itempop1 {
    font-size: 10px;
    /* border: 1px solid black; */
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.bold {
    font-weight: bolder;
}

.popular a {
    text-decoration: none;
    color: rgb(180, 67, 67);
}

.formcontato {
    margin: 17% 5%;
}

.formcontato input[type=text] {
    box-shadow: 4px 4px 5px #8a8a8a;
    border-radius: 4px;
    border: 1px solid #c2c2c2;
    font-size: 20px;
}

.contatonome {
    color: rgb(180, 67, 67);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 30px;
    font-weight: 1000;
}

.contatomsg {
    color: rgb(180, 67, 67);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 30px;
    font-weight: 1000;
}

.contatomsg input[type=text] {
    margin-top: 5px;
    height: 100px;
}

.lacocontato {
    position: absolute;
    left: 20%;
    width: 100%;
}

.titulocontato {
    position: absolute;
    top: 12%;
    left: 15%;
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-size: 48px;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.logoc {
    display: none;
}

.sandwich {
    display: none;
}

.sobre {
    color: rgb(180, 67, 67);
    margin-left: 2.1%;
    font-size: 40px;
}

.sobrenos {
    color: rgb(102, 102, 102);
    margin-left: 2.1%;
    margin-bottom: 8%;
    text-align: justify;
    margin-right: 5%;
    margin-top: 0px;
}

.fundomenu {
    display: none;
}

.anac {
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 8%;
    color: rgb(102, 102, 102);
    /* border: 1px solid black; */
}

.debora {
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 8%;
    color: rgb(102, 102, 102);
    /* border: 1px solid black; */
}

.wag {
    width: 100%;
    height: auto;
    display: flex;
    color: rgb(102, 102, 102);
    /* border: 1px solid black; */
}

.fotoc {
    display: none;
}

.foto {
    max-height: 150px;
    border-radius: 10%;
    border: 2px solid rgb(180, 67, 67);
}

.text {
    margin-top: 50px;
    position: absolute;
    left: 21.5%;
    right: 5%;
    text-align: justify;
}

.sobre1 {
    color: rgb(180, 67, 67);
    margin-left: 2%;
}

.daisy {
    display: flex;
    flex-direction: column;
    margin: 2%;
}

.apresenta {
    display: flex;
}

.daisyfoto {
    height: 300px;
}

.infolivro {
    margin-left: 5%;
    height: 300px;
    /* border: 1px solid black; */
    padding-top: 0px;
}

.infolivro h3 {
    margin-block-start: 0em;
}

.infolivro p {
    margin-block-start: 0em;
}

.letra {
    color: rgb(180, 67, 67);
    /* border: 1px solid black; */
    margin-bottom: 4px;
}

.resenha {
    color: rgb(82, 82, 82);
    margin-top: 2%;
    text-align: justify;
}

.livro1 {
    /* border: 1px solid rgb(224, 89, 89); */
    border-radius: 2%;
    width: 30%;
    margin-right: 4%;
}

.livro1 a {
    text-decoration: none;
    color: rgb(180, 67, 67);
    text-align: center;
}

.livro2 {
    margin: 0% 8%;
    height: 300px;
}

.ultres {
    color: rgb(180, 67, 67);
    font-size: 40px;
}

.row1 {
    display: flex;
    flex-direction: row;
    margin-bottom: 2%;
    margin-top: 3%;
}

.links {
    margin-left: 2%;
}

.links a {
    text-decoration: none;
    color: black;
}

.links a:hover {
    text-shadow: 1px 1px 10px rgb(180, 67, 67);
}

.iconcel {
    display: none;
}

@media (max-width: 1000px) {
    .logo {
        display: none;
    }
    .menu {
        position: relative;
        max-width: 100%;
        height: 50px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    .logoc {
        display: block;
        position: relative;
        top: 0px;
        width: 100%;
        height: 50px;
        background-color: rgb(246, 96, 126);
    }
    .iconcel {
        display: block;
        position: absolute;
    }
    .fundomenu {
        background-color: rgb(246, 96, 126);
        width: 100%;
        height: 220px;
        display: none;
    }
    .sandwich {
        display: block;
        position: absolute;
        width: 28px;
        height: 28px;
        right: 0px;
        top: 0px;
        margin: 10px 12px 10px 0;
    }
    .itemmenu {
        display: none;
        flex-direction: column;
        z-index: 10;
        height: 150px;
        position: absolute;
        top: 55px;
        padding-left: 30%;
    }
    .itemmenu a {
        color: white;
    }
    .menul {
        display: none;
        flex-direction: column;
        position: relative;
        text-align: center;
    }
    .menur {
        display: none;
        flex-direction: column;
        position: relative;
        z-index: 10;
        right: 13%;
        bottom: 9%;
        text-align: center;
    }
    .itemr {
        margin-bottom: 2px;
    }
    .iteml {
        margin-bottom: 2px;
    }
    .content {
        width: 93%;
        height: 1500px;
    }
    .more {
        display: none;
    }
    .formcontato {
        width: 100%;
        margin-top: 20%;
    }
    .formcontato input[type=text] {
        width: 85%;
    }
    .lacocontato {
        left: 10%;
    }
    .lacocontato img {
        max-width: 80%;
    }
    .titulocontato {
        font-size: 28px;
        position: absolute;
        top: 12%;
        left: 20%;
        margin-block-start: 0em;
        margin-block-end: 0em;
    }
    .contatonome {
        font-size: 25px;
    }
    .contatomsg {
        font-size: 25px;
    }
    .text {
        left: 175px;
        margin-top: 6%;
        height: auto;
    }
    .sobre1 {
        margin-top: 0px;
    }
    .ultres {
        font-size: 27px;
    }
    .row1 {
        height: 20%;
    }
    .livro1 {
        height: 100%;
        /* border: 1px solid black; */
        text-align: center;
    }
    .livro2 {
        height: 120px;
        margin: 0% 1.5%;
    }
    .apresenta {
        width: 100%;
        /* border: 1px solid black; */
    }
    .letra {
        font-size: 1rem;
    }
    .foto {
        display: none;
    }
    .fotoc {
        display: block;
        max-height: 150px;
        border-radius: 10%;
        border: 2px solid rgb(180, 67, 67);
    }
    .anac {
        height: 200px;
        /* border: 1px solid black; */
    }
    .debora {
        height: 200px;
        /* border: 1px solid black; */
    }
    .wag {
        height: 310px;
        /* border: 1px solid black; */
    }
}