/* Document */

html,
body {
    margin: 0;
    padding: 0;
}
/* Header */
.bg-nav{
    background: rgba(255, 255, 255, 0.123);
}

.navbar-toggler-icon{
    color: white;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.header{
    background-image: url(../img/header.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center ;
    text-align:center;
    margin: 0 auto;
    padding:10px;
    height: 700px;
}

.logo-responsivo{
    width: 100%;
    height: 100%;
    min-width: 200px;
    max-width: 400px;
    margin-top: 30px;
}

.btn_whatsapp {
    background-color: #4CAF50;
    border: none;
    color: white;
    font-weight: bold;
    padding: 10px 18px;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    transition-duration: 0.4s;
  } 
  
  .btn_whatsapp:hover {
    background-color: #01e675;
    color: white;
  }

  @media screen and (min-width: 700px) {
      
    .logo-responsivo{
        margin-top: 50px;
    }

  }

/* Sobre */
.about {
    margin-top: -30px;
}

.about--slot-start{
    background: url("../image/about-start.png");
    height: 24px;
    width: 100%;
}

.about-box {
    background: url("../image/about-center.png");
    padding: 140px 0;
}

.about--content {
    display: flex;
    margin: 0 auto;
    max-width: 1152px;
    padding: 20px;
    width: calc(100% - 40px);
}

.about-text {
    flex: 0 525px;
}

.about-title {
    font-family: Lobster, serif;
    font-size: 40px;
    display: flex;
    padding-bottom: 30px;
}

.about-paragraph {
    font-family: "Source Sans", sans-serif;
    font-size: 18px;
    line-height: 30px;
    padding-right: 30px;
}

.about-image--wrapper {
    align-items: flex-start;
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.about-image {
    max-width: 496px;
    object-fit: contain;
    width: 100%;
}

.about--slot-end{
    background: url("../image/about-end.png");
    height: 24px;
    width: 100%;
}

@media (max-width: 1150px) {
    .about-text {
        flex: 1;
    }    
}

@media (max-width: 768px) {
    .about-box {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .about--content {
        display: flex;
        flex-direction: column-reverse;
    }

    .about-image--wrapper {
        justify-content: flex-start;
        padding-bottom: 40px;
    }
} 

/* Carrossel */

    ul{
    list-style: none;
    }

    * {
    box-sizing: border-box;
    }

    .products__box{
    flex: 1 1 500px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 68px;
    margin-bottom: 145px;
    }

    .title__box{
    margin: auto;
    }

    .products__title{
    font-family: 'Lobster', cursive;
    font-size: 32px;
    margin: auto;
    width: 70%;
    text-align: center;
    }

    .products__subtitle{
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 25px;
    }

    .title__box-desktop{
    display: none;
    }

    .products__list{
    max-width: 86%;
    overflow-x: auto;
    white-space: nowrap; 
    padding-bottom: 30px;
    margin: auto; 
    }

    .list__img{
    text-align: center;
    display: inline-block;
    justify-content: space-between;
    border: 1px solid #C4C4C4;
    height: 350px;
    width: 313px;
    margin-right: 44px;
    cursor: pointer;
    }

    .img__products{
    max-height: 189px;
    max-width: 100%;
    }

    .list__productsname{
    font-weight: bold;
    }

    .list__btn{
        background-color: #00672F;
        width: 184px;
        height: 56px;
        border-radius: 5%;
        border: 1px solid #00672F;
        color: #FFFF;
        font-size: 20px;
        font-family: 'Lobster', cursive;
    }
    
    @media screen and (min-width: 700px){
    .title__box-desktop{
        display:flex;
        flex-direction: column;
        margin: auto;
        margin-bottom: 38px;
    }

    .title__box{
        display:none;
    }

    .products__title-desktop{
        margin: 0;
        font-size: 32px;
        font-family: 'Lobster', cursive;
    }

    .products__subtitle-desktop{
        width: 351px;
        margin: auto;
        font-size: 20px;
        
    }
  }
  
/* Receitas */

.recipe {
    background-color: rgba(143, 18, 22, 0.05);
    padding: 20px;
}

.recipe__title {
    font-family: "Lobster", cursive;
    font-size: 32px;
    line-height: 40px;
    color: #8F1216;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 36px;
}
.recipe__title-modal{
    font-family: "Lobster", cursive;
    font-size: 30x;
    line-height: 40px;
    color: #8F1216;
    text-align: center;
    padding-top: 35px;
}

.recipe__box {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 90px;
}


.recipe__box_un {
    padding: 20px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin-bottom: 10px;
    align-items: center;
}

.recipe__box_img {
    width: 100%;
}

.recipe__box_paragraph {
    padding-top: 20px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    color: #000000;
}

.recipe__box_paragraph_modal {
    padding-top: 20px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    color: #000000;
}

.bg_color_recipe{
    background: #00672F;
}

.button_recipe {
    background: #00672F;
    border: 1px solid #65A381;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Lobster;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.button__recipe_position {
    width: 50%;
    margin-bottom: 20px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

/*desktop*/

@media screen and (min-width: 700px) {

    .recipe__title {
        font-size: 40px;
        line-height: 50px;
        padding-top: 35px;
        padding-bottom: 36px;
    }

    .recipe__box {
        display: flex;
        justify-content: space-evenly;
        flex-direction: row;
        align-items: center;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .recipe__box_un {
        width: 30%;
    }

}


/* Contato */

.bg-top {
    height: 24px;
    width: 100%;
    background-image: url(../img/top-green.svg);
}

.bg-bottom {
    height: 24px;
    width: 100%;
    background-image: url(../img/top-green.svg);
    transform: rotate(180deg);

}


.contact__border {
    width: 100%;
}

.contact__box {
    text-align: center;
    background-color: #00672F;
    padding: 15px 0;
}

.contact__box_title {
    font-size: 36px;
    font-family: 'Lobster', cursive;
    color: #ffffff;
    /* margin-top: 70px; */
}

.contact__box_form {
    margin: 20px;
}

.contact__box_name-email {
    /* width: 100%; */
}

#name {
    margin-right: 20px;
}

.contact__box_form input {
    background: #3F9566;
    opacity: 0.5;
    border-radius: 4px;
    width: 100%;
    margin: 10px 0;
    padding: 20px 0;

}

.contact__box_form textarea {
    background: #3F9566;
    opacity: 0.5;
    border-radius: 4px;
    width: 100%;
    margin: 10px 0;
    padding: 20px 0;
    height: 150px;
}

label {
    display: unset;
}

::-webkit-input-placeholder {
    color: #FFFFFF;
    font-size: 18px;
    padding-left: 20px;
}

input ::-webkit-progress-inner-value {
    color: #FFFFFF;
}

.contact__box_button {
    text-align: center;
}

.contact__box_button-send {
    width: 100%;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 10px 20px;
    font-family: 'Lobster', cursive;
    font-size: 20px;
    line-height: 25px;
    color: #3F9566;
    justify-content: end;
}

hr {
    width: 100%;
    margin-top: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.contact__box_redes-sociais {
    padding: 20px;
}

.contact__box_redes-sociais-links {
    margin-right: 20px;
}


/* Footer */

.footer {
   background-color:  rgba(143, 18, 22, 0.05);
    font-size: 14px;
    line-height: 18px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Media Screen para Celular */
@media screen and (min-width: 700px) {

    .contact__box_form {
        margin: 20px 150px;
    }

    .contact__box_name-email {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .contact__box_label {
        width: 100%;

    }
     .label-name {
        margin-right: 20px;
    }

    /* .contact__box_form input,
    textarea {
        width: 100%;
    } */

    .contact__box_button {
        text-align: end;
    }

    .contact__box_button-send {
        width: 120px;
        background: #FFFFFF;
        border-radius: 4px;
        padding: 10px 20px;
        font-family: 'Lobster', cursive;
        font-size: 20px;
        line-height: 25px;
        color: #3F9566;
    }

    .contact__box_title {
        font-size: 40px;
    }
}