.navbar-livros {
  background-image: url("../images/img_giro.png");
  height: 385px;
  background-repeat: no-repeat;
  background-size: cover;
}

.title-livros {
  position: relative;
}

.div-title-livros{
    padding:50px 200px
}

@media(max-width:576px){
    .div-title-livros{
        padding:0px;
    }
}

.title-receita{
    font-size:30px;
    line-height:32px;
    color: #565a5f;
    font-family: "Archivo Narrow", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0px;
}
.title-livros::after {
  position: absolute;
  content: "";
  position: absolute;
  width: 60px;
  height: 5px;
  background-color: #008631;
  top: -10px;
  left: 0px;
}

.card-livros button {
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}

.card-livros{
    padding:50px 200px;
}

@media(max-width:576px){
    .card-livros{
        padding:0px;
    }
}


.card-livros .col-md-3{
    margin-top:-10px;
}

@media(max-width:576px){
    .card-livros .col-md-3{
        margin:30px 0px;
    }    
        
}

.navbar-onde {
  background-image: url("../images/banner-onde.jpg");
  height: 385px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.title-onde {
  position: relative;
}
.title-onde::after {
  position: absolute;
  content: "";
  position: absolute;
  width: 60px;
  height: 5px;
  background-color: red;
  top: -10px;
  left: 0px;
}

.card-onde {
  width: 80%;
  margin: 0 auto;
  justify-content: center;
}

@media(max-width:576px){
    .card-onde {
        width: 100%;
        margin: 0 auto;
        justify-content: center;
    }
}



.padding-onde{
    padding:50px 200px;
}

@media(max-width:576px){
    .padding-onde{
        padding:0px;
    }
}

.card-onde .div-onde {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 120px;
}
.card-onde .div-onde .text {
  font-size: 14px;
  font-weight: bold;
}
.card-onde .div-onde img {
  padding: 10px 30px;
}

.navbar-receitas {
  background-image: url("../images/banner-receitas.png");
  height: 385px;
  background-repeat: no-repeat;
  background-size: cover;
}

.title-receitas {
  position: relative;
}
.title-receitas::after {
  position: absolute;
  content: "";
  position: absolute;
  width: 60px;
  height: 5px;
  background-color: #008631;
  top: -10px;
  left: 0px;
}

.div-receitas {
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}

@media(max-width:576px){
    .div-receitas {
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    }
}

.col-receitas {
  height: 480px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #008631;
  padding: 50px 20px;
  margin: 10px;
  width: 300px;
}
.col-receitas .text {
  font-size: 16px;
  margin: 20px 0px;
  color: #000;
  font-weight:bold;
}
.col-receitas button {
  justify-items: end;
}

.rec-1 button {
  background-color: #39B54A;
}
.rec-1 .title-receita {
  position: relative;
}
.rec-1 .title-receita::after {
  position: absolute;
  content: "";
  position: absolute;
  width: 60px;
  height: 5px;
  background-color: #39B54A;
  bottom: -10px;
  left: 38%;
}

.rec-2 button {
  background-color: #D4145A;
}
.rec-2 .title-receita {
  position: relative;
}
.rec-2 .title-receita::after {
  position: absolute;
  content: "";
  position: absolute;
  width: 60px;
  height: 5px;
  background-color: #D4145A;
  bottom: -10px;
  left: 38%;
}

.rec-3 button {
  background-color: #C1272D;
}
.rec-3 .title-receita {
  position: relative;
}
.rec-3 .title-receita::after {
  position: absolute;
  content: "";
  position: absolute;
  width: 60px;
  height: 5px;
  background-color: #C1272D;
  bottom: -10px;
  left: 38%;
}

.rec-4 button {
  background-color: #0071BC;
}
.rec-4 .title-receita {
  position: relative;
}
.rec-4 .title-receita::after {
  position: absolute;
  content: "";
  position: absolute;
  width: 60px;
  height: 5px;
  background-color: #0071BC;
  bottom: -10px;
  left: 38%;
}

.rec-5 button {
  background-color: #9E005D;
}
.rec-5 .title-receita {
  position: relative;
}
.rec-5 .title-receita::after {
  position: absolute;
  content: "";
  position: absolute;
  width: 60px;
  height: 5px;
  background-color: #9E005D;
  bottom: -10px;
  left: 38%;
}

.rec-6 button {
  background-color: #006837;
}
.rec-6 .title-receita {
  position: relative;
}
.rec-6 .title-receita::after {
  position: absolute;
  content: "";
  position: absolute;
  width: 60px;
  height: 5px;
  background-color: #006837;
  bottom: -10px;
  left: 38%;
}

.navbar-settimana {
  background-image: url("../images/banner-settimana.png");
  height: 385px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
}

.div-settimana{
    justify-content:start;
}

@media(max-width:576px){
    .div-settimana{
        justify-content:center;
    }
    .div-settimana-img{
        text-align:center;
    }
}

.col-cucina-images {
  width: 300px;
}
.col-cucina-images img {
  margin-bottom: 0px;
}

.col-cannoli-images img {
  flex: 1;
  margin-top: 69px;
  
}

@media(max-width:576px){
    .col-cannoli-images img{
        margin-top:30px;
        width:100%;
    }
}

.div-cucina {
  justify-content: flex-start;
  align-items:;
  margin-top: 50px;
}
.div-cucina h2 {
  margin-top: 0px;
}

.div-text-cucina{
    margin-top:100px;
}

@media(max-width:576px){
    .div-text-cucina{
        margin-top:30px;
    }
}

.navbar-videos {
  background-image: url("../images/banner-videos.png");
  height: 385px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
}

.title-videos {
  position: relative;
}
.title-videos::after {
  position: absolute;
  content: "";
  position: absolute;
  width: 60px;
  height: 5px;
  background-color: #008631;
  top: -10px;
  left: 0px;
}

.navbar-contato {
  background-image: url("../images/banner-contato.jpg");
  height: 385px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
}

.title-obrigado {
  position: relative;
  margin-top: 30px;
}

.text-obrigado{
    padding:0px 430px;
}
@media(max-width:576px){
    .text-obrigado{
        padding:0px;
    }
}

.link-obrigado{
    padding:10px 100px;
}
@media(max-width:576px){
    .link-obrigado{
        padding:10px 30px;
    }
}

.title-obrigado::after {
  position: absolute;
  content: "";
  position: absolute;
  width: 60px;
  height: 5px;
  background-color: #008631;
  top: -10px;
  left: 47%;
}

body {
  font-family: "roboto", sans-serif;
  font-size: 16px;
}
body .red {
  font-size: 5px !important;
  color: red;
}
body .green {
  font-size: 5px !important;
  color: green;
}
body hr {
  display: inline-block;
  width: calc(100% - 20px);
  margin: 0px;
}

.navbar .navbar-toggler {
  border: none;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-collapse {
  width: 30%;
  text-align: center;
  position: relative;
  top: -130px;
}
.navbar .navbar-collapse.home {
  width: 30%;
  text-align: center;
  position: relative;
  top: 0px;
}
.navbar .navbar-nav {
  text-transform: uppercase;
  background-color: #f3f3f3;
  width: 30%;
  float: right;
}

@media (max-width:576px){
    .navbar .navbar-nav{    
        text-transform: uppercase;
        background-color: #f3f3f3;
        width: 100%;
        float: right;
    }    
}            

.title {
  color: #565a5f;
  font-size: 40px;
  font-family: "Archivo Narrow", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0px;
  line-height:40px;
}

@media (max-width:576px){
    .title{
        font-size:30px;
        line-height:30px;
    }
}

.description {
  color: #565a5f;
  font-size: 16px;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
}

.sabores-da-italia {
  background-color: #f3f3f3;
  padding: 80px 0px;
  position: relative;
}
.sabores-da-italia .title {
  position: relative;
}
.sabores-da-italia .title::after {
  position: absolute;
  content: "";
  position: absolute;
  width: 60px;
  height: 5px;
  background-color: #008631;
  top: -10px;
  left: 0px;
}
.sabores-da-italia img {
  position: relative;
  z-index: 0;
}
.sabores-da-italia .marca-dagua {
  width: 448px;
  height: 170px;
  position: absolute;
  background-image: url("../images/italia.png");
  top: -30px;
  left: 30%;
}
@media (max-width: 576px) {
  .sabores-da-italia .marca-dagua {
    display: none;
  }
}
.sabores-da-italia .div-como-adquirir {
  padding: 0px 200px;
  margin-top: 30px;
}
@media (max-width: 576px) {
  .sabores-da-italia .div-como-adquirir {
    padding: 15px;
  }
}
.sabores-da-italia .div-como-adquirir .title {
  position: relative;
}
.sabores-da-italia .div-como-adquirir .title::after {
  position: absolute;
  content: "";
  position: absolute;
  width: 60px;
  height: 5px;
  background-color: #008631;
  top: -10px;
  left: 48%;
}

.text {
  font-family: "Roboto", sans-serif;
  color: #565a5f;
  font-size: 16px;
}

@media (max-width: 576px) {
  .text {
    font-size:13px;
  }
}

.div-sabores {
  padding-right: 50px;
}

@media (max-width: 576px) {
  .div-sabores {
    padding: 15px;
  }
}

.button-como-adquirir {
  width: 50%;
  background-color: #008631;
  text-transform: uppercase;
  font-family: "roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
}

@media(max-width:576px){
    .button-como-adquirir{
        width:100%;
    }
}

.conheca-ITA {
  margin-top: 80px;
}
.conheca-ITA .text {
  line-height: 20px;
}
.conheca-ITA .col-conheca-ITA {
  padding: 0px 80px;
}
@media (max-width: 576px) {
  .conheca-ITA .col-conheca-ITA {
    padding: 15px;
  }
}
.conheca-ITA .col-conheca-ITA .title {
  position: relative;
}
.conheca-ITA .col-conheca-ITA .title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 5px;
  background-color: #008631;
  top: -10px;
  left: 0px;
}
.conheca-ITA .description {
  font-size: 18px;
  line-height: 27px;
  font-family: "roboto";
}
.conheca-ITA a {
  color: #008631 !important;
  font-size: 18px;
  font-weight: bold;
}

form label{
}

form input {
  margin: 5px 0px;
  margin-bottom:15px;
}
form button.btn {
  background-color: #008631;
  font-weight: bold;
  text-transform: uppercase;
}
form .form-check-input:checked {
  background-color: #008631;
  border-color: #008631;
}
form .form-check-input:focus {
  box-shadow: none;
}

.card-sabores {
  border: 1px solid #d2d2d2;
  padding: 10px;
  width:380px;
  margin-left:10px;
}
.card-sabores img {
  width: 100%;
}
.card-sabores .title {
  margin: 20px 0px;
}
.card-sabores button {
  width: 100%;
  margin: 20px 0px 5px 0px;
  background-color: #008631;
  text-transform: uppercase;
  font-weight: bold;
}

.traga-sabores {
  position: relative;
}
.traga-sabores::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 5px;
  background-color: #008631;
  top: -10px;
  left: 48%;
}

footer {
  position: relative;
}
footer .red {
  font-size: 5px !important;
  color: red;
}
footer .green {
  font-size: 5px !important;
  color: green;
}
footer hr {
  display: inline-block;
  width: calc(100% - 20px);
  margin: 0px;
}
footer .container .divider {
  width: 100%;
  height: 1px;
  background-color: #565a5f;
  position: absolute;
  top: -30px;
  left: 0px;
}
footer .row {
  flex-wrap: nowrap;
}
@media (max-width: 576px) {
  footer .row {
    flex-wrap: wrap;
  }
}
footer .socials img {
  padding: 2px;
}
footer .col-images a {
  text-decoration: none;
  font-size: 16px;
  color: #565a5f;
  font-weight: bold;
  cursor: pointer;
}

footer .col-ITA img{
    width:135px;
}


footer .col-ITA img{
    margin-left:130px;
}

@media(max-width:576px){
    footer .col-ITA img{
        margin-left:0px;
    }
}

.btn{
    border-radius:0px !important;
}

.form-control{
    border-radius:0px !important;
}

.btn{
    border:none !important;
}

@media (max-width:576px){
    
    .row{
        margin:0 !important;
        padding:15px !important;
    }
    .container{
        padding:0px !important;
        margin:0px !important;
    }
    
}



/*# sourceMappingURL=style.css.map */
