header {
    height: auto !important;
}

.option-revenue {
   margin-top: 39px;
}

.wrapper-revenue {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0px 6%;
}

.option-revenue .link-revenue {
    background-color: #D9D9D9;
    border-radius: 50px;
    transition: 0.5s;
    width: 25%;
    padding: 14px 0px;
}

.option-revenue .link-revenue:hover {
    background-color: #a1a1a1;
}

.option-revenue .link-revenue a {
    color: #000;
    text-align: center;
    display: block;
}

.barra-recomendado {
    background-color: #E48D26;
    margin-top: 40px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 6% 50px 6%;
}

.barra-recomendado p {
    font-size: 25px;
}

.section-video, .amount-revenue {
    padding: 0px 6%;
}

.amount-revenue {
    margin-top: 100px;
}

.wrapper-video {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.video-big {
    width: 60%;
}

.video-big img {
    width: 100%;
}

/* .teste {
    width: 50%;
} */

.amount-revenue .wrapper-like {
    width: 48%;
}

.wrapper-like{
    gap: 23px;
    display: flex;
    align-items: center;

}

.description-like p {
    color: #D9251B;
    font-size: 16px;
    text-align: center;
}

.section-like .img-like img {
    width: 100%;
}

.description-like img{
    margin: 20px auto 10px auto;
    display:block;
}


 .description-like span {
    color:#D9251B ;
    text-align: center;
    display: block;
}

.description-like .type-revenue{
    font-size: 20px;
    color: #B6B6B6;
    text-align: center;
}

.description-like h2 {
    font-size: 20px;
    text-align: center;
    color: #000;
    margin: 5px 0px;
    font-weight: bold;
}

.wrapper-amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

/* .wrapper-amount  .wrapper-like {
    width: 50%;
} */

.amount-revenue {
    margin-bottom: 100px;
}


/* SINGLE RECEITA */

.header-page {
    background-color: #D9251B;
}

.wrapper-header {
    display: flex;
    align-items: center;

}

.btn-back {
    width: 274px;
    height: 103px;
    background-color: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    display: flex;
    align-items: center;
    padding-right: 37px;
    justify-content: flex-end;

}

.btn-back a {
    font-size: 20px;
    color: #D9251B;
}

.title-revenue {
    margin-left: 100px;
    margin-right: 200px;
}

.banner-receita-single {
    background-image: url('../img/banner-receita-single.png') !important;
    height: 500px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.banner-receita {
    /* background: rgba(0, 0, 0, 0) url('../img/banner-receita.png') no-repeat scroll bottom center / cover; */
    height: 500px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-image: url('../img/banner-receita.png');
}   

.title-revenue h2 {
    font-family: 'breeBold';
    font-size: 40px;
}

.barra-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}

.barra-search form {
    position: relative;
}

/* .barra-search form input {
    width: 400px;
    height: 50px;
    color: #000;
    border-radius: 35px;
    padding-left: 30px;
    text-align: center;
    border: 0.5px solid #A3A3A3;
    outline: 0;
} */

.barra-search form input::placeholder{
    text-align: center;
    color: #D8D8D8;
}

.barra-search form button {
    position: absolute;
    background-color: transparent;
    right: 20px;
    top: 13px;
}



.wrapper-info {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: flex-end;

}

.box-info {
    background-color: #fff;
    color: #D9251B;
    border-radius: 37px;
    padding: 5px 37px;
    font-size: 15px;
}

.section-preparo {
    margin-top: 57px;
    padding: 0 6%;
}

.wrapper-preparo {
    display: flex;
    align-items: flex-start;
    gap: 0px;
}

.wrapper-preparo h2 {
    color: #000;
    font-size: 40px;
    font-family: 'breeBold';
}

.ingredientes, .modo-preparo{
    width: 50%;
}

.ingredientes ul {
    margin-top: 22px;
}

.ingredientes ul li {
    color: #000;
    margin-bottom: 45px;
    font-size: 20px;
}

.modo-preparo h2 {
    margin-bottom: 22px;
}

.modo-preparo p{
    color: #000;
    font-size: 20px;
}

.section-compartilhar{
    margin-top: 100px;
    padding: 0px 6%;
    margin-bottom: 100px;
}

.wrapper-compartilhar{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.wrapper-compartilhar .redes, .wrapper-compartilhar .favoritos{
    display: flex;
    align-items: center;
    gap: 50px;
}

.wrapper-compartilhar .redes h2, .wrapper-compartilhar .favoritos h2{
    font-size: 40px;
    color: #000;
    font-family: 'breeBold';
}

.wrapper-compartilhar .redes ul li {
    display: inline-block;
    margin-right: 17px;
}

.wrapper-compartilhar .redes ul li a i{
    font-size: 40px;
}

.wrapper-compartilhar .favoritos p {
    color: #D9251B;
    font-size: 20px;
}



