@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;700&family=Protest+Riot&display=swap');


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

#menu {
    background-color: rgba(255, 228, 196, 0.479);
}

#menuInfo a {
    color: rgb(233, 150, 122);
    text-decoration: none;
    border-radius: 10px;
}

#menuInfo a:hover {
    color: rgb(248, 202, 186);
    background-color: rgba(0, 0, 0, 0.26);
    transition: 0.3s;
}

#menuInfo ul {
    color: #e9967a;
    display: flex;
    justify-content: end;
    list-style: none;
    padding: 15px;
}

li {
    font-size: 20px;
    margin: 10px;
    font-family: 'Josefin Sans', sans-serif;

}

#loyal {
    background-image: url(img/capuccino.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    padding-top: 1px;
    padding-bottom:200px;
}

#loyalText {
    color: goldenrod;
    display: flex;
    flex-direction: column;
    margin: 12% 0px 0px 70px;
    font-size: 50px;
    font-family: 'Josefin Sans', sans-serif;
}

#coffeeInfo {
    background-color: #e9967a83;
    padding-bottom:4em;

}

#coffees {
    display: flex;
    justify-content: space-evenly;
}

#coffeePrincipal {
    display: flex;
    justify-content: center;
    align-items: center;

}

#coffeePrincipal img {
    cursor: pointer;
}

#coffeeType {
    display: flex;
    justify-content: flex-end;
}

ul {
    padding: 0px;
}

ul li {
    list-style: none;
    cursor: pointer;
}

#titleCoffee {
    padding-top: 40px;
    text-align: center;
}

#titleCoffee h2 {
    font-size: 50px;
    color: #f0744f;
    font-family: 'Josefin Sans', sans-serif;
}

#titleCoffee p {
    font-size: 18px;
    color: #f88f48;
    font-family: 'Josefin Sans', sans-serif;
}

.coffee {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    height: 400px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
}

.card {
    width: 80px;
    border-radius: .75rem;
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
    border-radius: 2rem;
    margin: 0 10px;
    display: flex;
    align-items: flex-end;
    transition: .6s cubic-bezier(.28,-0.03,0,.99);
    box-shadow: -4px 6px 12px -9px rgba(0,0,0,0.8);
}

.card > .row {
    color: white;
    display: flex;
    flex-wrap: nowrap;
}

.card > .row > .icon {
    background: #223;
    color: white;
    border-radius: 50%;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
}

.card > .row > .description {
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    height: 80px;
    width: 520px;
    opacity: 0;
    transform: translateX(30px);
    transition-delay: .3s;
    transition: all .3s ease;
}

.description p {
    color: #b0b0ba;
    padding-top: 5px;
}

.description h4 {
    text-transform: uppercase;
}

.wrapper input {
    display: none;
}

.wrapper input:checked + label {
    width: 600px;
}

.wrapper input:checked + label .description {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.card[for="c1"] {
    background-image: url(Coffee-Types/cappuccino-com-avela-cardapio-senhor-espresso.png);
}
.card[for="c2"] {
    background-image: url(Coffee-Types/cappuccino_de_baunilha_21835_orig.jpg);
}
.card[for="c3"] {
    background-image: url(Coffee-Types/Caramelo-Salgado.jpg);
}
.card[for="c4"] {
    background-image: url(Coffee-Types/espresso.jpg);
}

#newNoticies{
    background-image:url(img/Cappuccino-cup.jpg) ;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 8em;
    text-align: right;
    font-family: 'Josefin Sans', sans-serif;
}

#userInfo{
    display: inline-block;
    background-color:#46332e;
    box-shadow: 0px 0px 1px 0px;
    margin: 4em 5em 0px 0px;
    padding:30px 7em 5em 8em;
    border-radius: 15px;
}

#preencher{
    margin-top: 3em;
}

#userInfo h2{
    font-size: 40px;
    color: #f3b4a0;
    text-align: center;
}

#userInfo h3{
    text-align: left;
    font-size: 25px;
    color: rgb(243, 243, 243);
}

#userInfo input {
    padding: 10px;
    width: 400px;
    text-align: left;
    margin: 25px;
    border: none;
    border-radius: 6px;
    font-size: 28px;
}

#footer{
    color: rgb(233, 150, 122);
    background-color: rgba(255, 228, 196, 0.479);
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    padding-top: 3em;
    padding-bottom: 1em;
}

#footer h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

#footer li{
    margin: 15px;
}
