@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inclusive+Sans&family=Roboto:wght@300&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: 'Roboto', sans-serif;
    height: 100vh;
}

header {
    width: 100%;
    background-color: #f9f9ff;

}

.disable {
    display: flex;
    align-items: center;
    justify-content: space-around;
    display: none;

}

#containerRcamail img {
    height: 25px;
    width: 100px;    
}


#logo_dcenter {
    display: flex;
    justify-content: center;
}

#logo_dcenter img {
    width: 200px;
    height: 200px;
}

.menuIcons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px 150px;
    padding-top: 5px;
}


.menuIcons li img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.menuIcons li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000000;
    font-family: 'Roboto', sans-serif;
}

.menuIcons span {
    display: flex;
    align-items: center;
    width: 120px;
    font-size: 14px;
    justify-content: center;

}

#homeSelected {
    width: 80px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}

#rcamail {
    width: 80px;
    display: flex;
    justify-content: center;
}

#tablet {
    width: 80px;
    display: flex;
    justify-content: center;
}

#pedIcon {
    width: 80px;
    display: flex;
    justify-content: center;
}


ul li {
    list-style: none;
}

.downloadContent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-top: 20px;
    align-items: center;
    gap: 20px 40px;
    width: 70%;
    margin: 0 auto;
}

.downloadContent img {
    width: 100px;
    height: 25px;
}

.downloadContent div {
    width: 150px;
    height: 150px;
    gap: 5px 25px;
    background-color: #f9f9ff;
    border-radius: 20px 0px 20px 0px;
    box-shadow: 0px 0px 8px 0px rgb(0, 0, 0);
    cursor: pointer;
    transition: 0.3s;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.downloadContent div:hover {
    transform: scale(1.05);
}

.downloadContent p {
    font-size: 15px;
    text-align: center;
}

.contentPed {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;

}

.newPedContent {
    display: flex;
    justify-content: space-evenly;
    padding-top: 100px;
    width: 40%;
    flex-wrap: wrap;
    gap: 15px;
}


.newPedContent::before {
    content: 'Manuais Novo Pedido Eletrônico';
    display: block;
    position: absolute;
    top: 300px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.oldPedContent {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 15px;
    width: 40%;
    padding-top: 100px;
}

.oldPedContent::before {
    content: 'Manuais Antigo Pedido Eletrônico';
    display: block;
    position: absolute;
    top: 300px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.newPedContent div {
    width: 150px;
    height: 150px;
    text-align: center;
    background-color: #f9f9ff;
    border-radius: 20px 0px 20px 0px;
    box-shadow: 0px 0px 8px 0px rgb(0, 0, 0);
    cursor: pointer;
    transition: 0.3s;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.5s;
}

.newPedContent div:hover {
    transform: scale(1.05);
}

.newPedContent div img {
    width: 100px;
    height: 25px;
}

.oldPedContent div {
    width: 150px;
    height: 150px;
    text-align: center;
    background-color: #f9f9ff;
    border-radius: 20px 0px 20px 0px;
    box-shadow: 0px 0px 8px 0px rgb(0, 0, 0);
    cursor: pointer;
    transition: 0.3s;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.5s;
}

.oldPedContent div:hover {
    transform: scale(1.05);
}

.oldPedContent div img {
    width: 100px;
    height: 25px;
}

main {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 60px;
    flex: 1 0 auto;
    padding-bottom: 60px;
}

main div {
    width: 275px;
    height: 300px;
    gap: 0px 25px;
    background-color: #f9f9ff;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px rgba(0, 153, 217, 1);
    cursor: pointer;
    transition: 0.5s;
}

main div:hover {
    transform: scale(1.1);
}

#contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#contact h1 {
    font-size: 15px;
}

#contact span {
    display: flex;
    flex-direction: row;
    gap: 0px 10px;
    align-items: center;
}

#contact span img {
    width: 40px;
    height: 40px;
}

#openingHours {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#openingHours h1 {
    font-size: 15px;
}

#openingHours span {
    display: flex;
    flex-direction: row;
    gap: 0px 10px;
    align-items: center;
    padding-bottom: 30px;
}

#openingHours {
    padding: 10px 20px;
    text-align: center;
}

#openingHours span img {
    width: 40px;
    height: 40px;
}

#newPed {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#newPed a {
    text-decoration: none;
}

#newPed h1 {
    font-size: 15px;
}

#newPed span {
    display: flex;
    flex-direction: row;
    gap: 0px 10px;
    align-items: center;
    padding-bottom: 10px;
}

#newPed span img {
    width: 30px;
    height: 30px;
}

#newPed1 {
    width: 150px;
    height: 120px;
}

footer {
    background-color: #f9f9ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 20px;
}

#whatsappMessenger a {
    text-decoration: none;
    color: #25D366;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 10px;
    cursor: pointer;
}

#divisorFooter {
    width: 1px;
    height: 35px;
}

footer p {
    padding-left: 10px;
}

footer img {
    width: 30px;
    height: 30px;
}

@media only screen and (max-width: 820px) {
    .menuIcons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px 75px;
        padding-top: 10px;
    }

    main {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 60px;
        flex: 1 0 auto;
        padding-bottom: 60px;
        gap: 20px;
    }

    .contentPed {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .oldPedContent::before {
        position: absolute;
        top: 750px;
    }

}

@media only screen and (max-width: 787px) {
    .menuIcons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px 50px;
        padding-top: 5px;
    }

    .oldPedContent::before {
        position: absolute;
        top: 900px;
    }

}

@media only screen and (max-width: 520px) {
    .menuIcons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px 25px;
        padding-top: 5px;
    }

    .oldPedContent::before {
        position: absolute;
        top: 900px;
    }
}

@media only screen and (max-width: 440px) {
    .menuIcons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px 10px;
        padding-top: 5px;
    }

    .oldPedContent::before {
        position: absolute;
        top: 900px;
    }
    
    .menuIcons li span {
        display: none;
    }
}

