@import url("global.css");

#menu-top .nav{
    margin:20px 0;
}

#menu-top.active .nav::before{
    content: '';
    position: absolute;
    top: 104px;
    width: var(--width-menu-bar);
    left: calc(50% -(var(--width-menu-bar) / 2));
    height: 1px;
    background-color: #000000;
    opacity: .5;
}

header {
    position: relative;
    width: 100%;
    height: auto;
}

form {
    padding: 20px;
    border-radius: 10px;
    justify-content: flex-end;
    margin-top: 10px;
}

input, select {
    padding: 18px 30px;
    border-radius: 30px;
    border: none;
    margin-bottom: 16px;
    font-size: 16px;
    color: black;
    box-shadow: 0px 0 2px rgba(0, 0, 0, 0.1);
}

.container-geral{
    padding: 40px 4%;
}

.container-menu-1 {
  padding: 0px calc((1536px * 4) / 100);
  /* width: calc(43.75rem - 100px); */
  border-radius: 0px 50px 50px 0px;
}

.container-menu-1 img {
  width: 160px;
  margin-left: unset;
}

.barra-inferior {
    width: calc(100% - 4%);
    height: 80px;
    position: absolute;
    top: calc(-80px / 2);
    right: 0px;
    left: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    border-top-left-radius: 1.25rem;
    padding: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.barra-inferior h1 {
    font-size: 1.625rem;
    /* margin-left: 3.125rem; */
    margin-left: unset;
    font-weight: 800;
    color: var(--text-color-light);
}

.header-search-single {
    position: absolute;
    top: 28px;
    right: 4%;
    z-index:10;
}

.header-search-single form {
    width: 400px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-search-single form input{
    width: 100%;
    height: 30px;
    color: var(--primary-color);
    text-align: center;
    outline: none;
}

.header-search-single form input::placeholder{
    color: var(--primary-color);
    text-align: center;
}

.header-search-single form button {
    position: absolute;
    background-color: transparent;
    border: none;
    top: 30px;
    right: 39px;
}

.option-revenue {
   margin: 40px 0;
}

.wrapper-revenue {
    display: flex;
    align-items: center;
    gap: 20px;
}

.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;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0px;
}

.barra-recomendado p {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
}

.section-video, .amount-revenue {
    /* padding: 0px 6%; */
}

.wrapper-video {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    height: 462px;
}

.wrapper-video .receitas-primary{
    width: 40%;
    height: 462px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    gap: 10px;
}

.wrapper-video .receitas-primary .section-like{
    width: 100%;
}

.wrapper-video .receitas-primary .section-like .img-like{
    width: 65%;
    height: calc((462px / 2) - 10px);
}

.wrapper-video .receitas-primary .section-like .description-like{
    width: 45%;
    height: calc((462px / 2) - 10px);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.wrapper-amount .wrapper-like .img-like{
    width: 65%;
    height: calc((538px / 2) - 10px);
}

.wrapper-amount .wrapper-like .description-like{
    width: 45%;
    height: calc((538px / 2) - 10px);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.section-video{
    width: 100%;
}

.video-big {
    width: 60%;
    height: 100%;
}

.video-big iframe{
    width: 100%;
    height: 100%;
}

.video-big img {
    width: 100%;
}

.amount-revenue .wrapper-like {
    width: calc(50% - 10px);
    background-color: #f5f5f5;
}

.wrapper-like{
    display: flex;
    align-items: center;
}

.receitas-primary .section-like .wrapper-like {
    width: 100%;
    height: auto;

    display: flex;
    align-items: center;
    background-color: #F5F5F5;
}

.description-like p {
    color: var(--primary-color);
    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 i{
    font-size: 50px;
    color: var(--primary-color);
}

 .description-like span {
    color: var(--primary-color);
    text-align: center;
    display: block;
}

.description-like .type-revenue{
    font-size: 16px;
    color: #B6B6B6;
    text-align: center;
    text-transform: capitalize;
}

.description-like h2 {
    font-size: 20px;
    text-align: center;
    color: #000;
    margin: 5px 0px;
    font-weight: bold;
}

.section-like .description-like h2 {
    font-size: 25px;
    font-weight: 900;
    text-align: center;

    color: #000;
    /* margin: 5px 0px; */
}

.wrapper-amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.amount-revenue {
    margin: 100px 0;
}
/* SINGLE RECEITA */

.header-page {
    background-color: var(--primary-color);
}

.title-receita-single{
    position: relative;
    top: -51.5px;
}

.wrapper-header {
    display: flex;
    align-items: center;

}

.title-receita-single .wrapper-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-back {
    width: 200px;
    height: 103px;
    background-color: #EDEDED;
    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: var(--primary-color);
}

.title-revenue {
    margin-left: 100px;
    margin-right: 200px;
}

.title-receita-single .title-revenue {
    margin-left: unset;
    margin-right: unset
}

.title-receita-single .info-revenue{
    margin-right: 6%;
}

.title-revenue h2 {
    font-family: 'breeBold';
    font-size: 40px;
    color: white;
}

.barra-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 4vw);
    margin-right: 4vw;
    margin-left: 2%;
}

.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: var(--primary-color);
    border-radius: 37px;
    padding: 5px 37px;
    font-size: 15px;
}

.section-preparo {
    margin: 20px 0 40px 0;
    padding: 0 6%;
}

.wrapper-preparo {
    display: flex;
    align-items: flex-start;
    gap: 0px;
}

.wrapper-preparo h2 {
    color: #000;
    font-size: 45px;
    font-family: 'bree';
    font-weight: bold;
}

.ingredientes, .modo-preparo{
    width: 50%;
}

.ingredientes ul {
    margin-top: 22px;
}

.ingredientes ul li {
    color: #000;
    margin-bottom: 45px;
    font-size: 26px;
    font-family: 'bree';
    font-weight: lighter;
}

.modo-preparo h2 {
    margin-bottom: 22px;
}

.modo-preparo p{
    font-family: 'bree';
    font-weight: lighter;
    font-size: 26px;
    color: #000;
}

.section-compartilhar{
    padding: 50px 6%;
    background-color: #F4F4F4;
}

.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 .favoritos .img-favorite{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.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: var(--primary-color);
    font-size: 20px;
}