@charset "utf-8";

/* CSS Document */

@font-face {
  font-family: Amorisa Free;
  src: url(fonts/amorisa-free.ttf);
}

* {
  margin: 0;
  padding: 0;
}

.titles {
  text-align: center;
}

a:hover {
  text-decoration: none;
}

.dropbtn {
  background-color: #fff;
  font-size: 12px;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
}

/* The container <div> - needed to position the dropdown content */

#topo {
  background: #efc53e;
}

#topo .container {
  display: flex;
  align-items: center;
}

.fade {
  display: none;
}

.fade.in {
  display: block;
}


.col-md-offset-3 {
  flex: 1;
  margin-left: 180px;
}


.navbar {
  margin-bottom: 0;
}

#navbar ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#navbar li a {
  font-size: 22px;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "Bebas Neue";
}

#navbar li a.active {
  color: #aa192c;
  border-bottom: 2px solid #fff;
}

#navbar li a:hover {
  background: none;
}

#navbar a i {
  color: #aa192c;
  font-size: 32px;
  margin-left: 26px;
}

/* #home {
  background-image: url('./imagens/banner-home.webp');
  background-position: -55%;
  background-size:70% 100%;
  background-repeat: no-repeat;
} */

/* #home .banner .banner-info {
  margin-left: 45%;
  width: 55%;
  background: #aa192c;
  position: relative;
  padding: 50px;
} */

#home .banner .banner-info img {
  width: 75%;
}

#home h2 {
  margin-top: 0;
  font-size: 62px;
  color: #ffffff;
  font-family: "Bebas Neue";
  padding: 30px 0 0 30px;
  line-height: 50px;
}

#empresa-home {
  background: #b3cd53;
  height: 550px;
}

#empresa-home .red {
  background: #aa192c;
  height: 24px;
}

#empresa-home .green {
  background: #4a824e;
  height: 24px;
}

#empresa-home .yellow {
  background: #efc53e;
  height: 24px;
}

#empresa-home .card-empresa {
  padding-top: 60px;
}

#empresa-home .card {
  background: #fff;
  height: 450px;
  padding: 20px 20px 0 20px;
}

#empresa-home .card img {
  width: 100%;
}

#empresa-home .card .col-md-6 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#empresa-home .card h3 {
  margin-top: 0;
  font-size: 58px;
  letter-spacing: 4px;
  color: #3d3d3d;
  font-family: "Bebas Neue";
}

#empresa-home .card p {
  font-size: 18px;
  line-height: 30px;
  color: #3d3d3d;
  font-weight: 400;
  font-family: "Montserrat";
}

#empresa-home .card a {
  background: #efc53e;
  font-size: 24px;
  color: #3d2514;
  font-family: "Bebas Neue";
  padding: 10px;
  border-radius: 8px;
}

#produtos-home {
  margin-bottom: 40px;
}

#produtos-home .span-title span {
  background: #efc53e;
  font-size: 24px;
  color: #3d2514;
  font-family: "Bebas Neue";
  padding: 10px;
  border-radius: 8px;
  position: absolute;
  margin: -30px auto 0;
}

#produtos-home .span-title {
  display: flex;
  justify-content: center;
}

#produtos-home .tabs {
  padding-top: 30px;
}

#produtos-home .nav.nav-tabs {
  display: flex;
  justify-content: center;
  border-bottom: 0;
}

#produtos-home .nav-item {
  border-right: 1px solid #3d2514;
  border-radius: 0;
  padding: 0 30px;
  display: flex;
  align-items: center;
}

#produtos-home .nav-item:nth-child(4) {
  border: none;
}

#produtos-home .nav-item a {
  border: 0;
  font-size: 18px;
  color: #3d2514;
  font-weight: 500;
  font-family: "Montserrat";
  text-align: center;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  border-bottom: 2px solid #bf2222 !important;
}

#produtos-home .owl-carousel .item .card-prod.center {
  box-shadow: -0 0 20px -10px #000000;
}

#produtos-home .owl-carousel .owl-stage {
  padding: 30px 0;
}


#produtos-home .owl-carousel .item .card-prod {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#produtos-home .owl-carousel .item .card-prod img {
  width: 300px;
  height: 400px;
  object-fit: scale-down;
}

#produtos-home .owl-carousel .item .card-prod h3 {
  font-size: 30px;
  color: #3d2514;
  font-family: "Bebas Neue";
}

#produtos-home .owl-carousel .item .card-prod span {
  font-size: 16px;
  color: #3d2514;
  font-weight: 400;
  font-family: "Montserrat";
  text-align: center;
  height: 88px;
  overflow: hidden;
}

#produtos-home .owl-carousel .item .card-prod a {
  border-radius: 3px;
  background-color: #bf2222;
  font-size: 21px;
  color: #ffffff;
  font-family: "Bebas Neue";
  padding: 5px 30px;
  margin: 20px 0;
}


#receitas-home .red {
  background: #aa192c;
  height: 24px;
}

#receitas-home .green-dark {
  background: #4a824e;
  height: 24px;
}

#receitas-home .green {
  background: #b3ce53;
  height: 24px;
}

#receitas-home .yellow {
  background: #efc53e;
  height: 24px;
}

#receitas-home .col-md-6 {
  margin: 60px 0;
}

#receitas-home h2 {
  writing-mode: vertical-rl;
  transform: rotateZ(180deg);
  position: absolute;
  font-size: 50px;
  color: #4a824e;
  font-family: "Bebas Neue";
}

#receitas-home .area1 {
  height: 320px;
  margin-left: 50px;
  border-radius: 10px;
  background-image: url('./imagens/caudinho-macaxeira.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}

#receitas-home .area2 {
  height: 150px;
  width: 100%;
  border-radius: 10px;
  background-image: url('./imagens/refogado-camarao.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}

#receitas-home .area3 {
  height: 150px;
  width: 100%;
  border-radius: 10px;
  background-image: url('./imagens/shoyu-camarao.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}

#receitas-home .area1 span,
#receitas-home .area2 span,
#receitas-home .area3 span {
  font-size: 26px;
  line-height: 22px;
  color: #ffffff;
  font-family: "Bebas Neue";
  filter: drop-shadow(2px 4px 6px black);
}

#receitas-home .area1 span strong,
#receitas-home .area2 span strong,
#receitas-home .area3 span strong {
  font-size: 37px;
  line-height: 40px;
  font-weight: 400 !important;
}

#receitas-home .col-md-12 img {
  height: 150px;
}

#receitas-home .col-md-12.img2 {
  margin-top: 20px;
}

#marcas-home {
  background: #efc53e;
  padding: 80px 0;
  text-align: center;
}

#marcas-home .kit img {
  width: 350px;
}

#marcas-home .text h3 {
  text-align: center;
  font-size: 46px;
  line-height: 45px;
  color: #050000;
  font-family: "Bebas Neue";
}

#marcas-home .text p {
  font-size: 20px;
  line-height: 33px;
  color: #050000;
  font-weight: 400;
  font-family: "Montserrat";
  text-align: center;
}

#marcas-home a {
  border-radius: 3px;
  background-color: #bf2222;
  font-size: 25px;
  color: #ffffff;
  font-family: "Bebas Neue";
}

#instagram-home {
  /* height: 500px; */
  margin-bottom: 30px;
  text-align: center;
}

#instagram-home .int-frame::-webkit-scrollbar {
  display: none;
}

#instagram-home .int-frame {
  overflow: scroll;
}

#instagram-home .insta {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#instagram-home .insta i {
  color: #bf2222;
  font-size: 32px;
}

#instagram-home .insta a {
  font-size: 32px;
  line-height: 43px;
  color: #000000;
  font-family: "Bebas Neue";
  margin-left: 10px;
}

#instagram-home .insta a strong {
  color: #bf2222;
  font-weight: 400;
}

#instagram-home .stripe {
  height: 4px;
  background: #bf2222;
  width: 150px;
  margin: 0 auto 30px;
}

#instagram-home .images-instagram img {
  width: 100%;
}

.page-top .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0;
}

.page-top .breadcumb a {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  font-family: "Montserrat";
}

.page-top .breadcumb span {
  font-size: 18px;
  color: #bf2222;
  font-weight: 400;
  font-family: "Montserrat";
}

.page-top .title {
  margin-left: auto;
}

.page-top .title h2 {
  font-size: 48px;
  color: #aa192c;
  font-family: "Bebas Neue";
}

.owl-carousel .owl-dots.disabled {
  display: block !important;
}

.owl-carousel .owl-dot.active span {
  background-color: #bf2222 !important;
}

.owl-carousel .owl-dot span {
  border-color: #bf2222 !important;
}

#produtos {
  margin-bottom: 32px;
}

#produtos .tabs {
  text-align: center;
}

#produtos .nav-item {
  margin-top: 12px;
}

#produtos .nav-link {
  height: 160px;
}

#produtos .nav-item.active .nav-link {
  background: #f0d7db;
}

#produtos .nav-item.active img {
  width: 76px;
}

#produtos .nav-item {
  width: 25%;
  background: #f7eaec;
}

#produtos .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}

#produtos .nav-link img {
  width: 64px;
  margin: 0 auto;
}

#produtos .nav-link span {
  font-size: 22px;
  color: #aa192c;
  font-weight: 400;
  font-family: "Montserrat";
  text-align: center;
}

#produtos .banner {
  background-image: url('./imagens/banner-prods.png');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}

#produtos .banner span {
  margin: 0;
  width: unset;
  background: rgba(255, 255, 255, 0.7);
  font-size: 26px;
  line-height: 64px;
  border-radius: 8px;
  padding: 10px 20px;
  color: #aa192c;
  font-weight: 500;
  font-family: "Montserrat";
  text-align: center;
}

#produtos .tab-pane {
  margin-top: 32px;
}

#produtos .tab-pane .card {
  height: 340px;
  border-radius: 8px;
  margin-bottom: 32px;
  cursor: pointer;
}

#produtos .tab-pane .card:hover {
  background: #aa192c;
}

#produtos .tab-pane .card img:hover {
  opacity: 0.4;
}

#produtos .tab-pane .card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 8px;
}

#produtos .tab-pane .card button {
  background: #efc53e;
  padding: 10px;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  font-family: "Montserrat";
  text-align: center;
  position: relative;
  margin-top: -60px;
  display: inherit;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  white-space: pre-wrap;
}

#produtos .mais-prod {
  background: #bf2222;
  font-size: 30px;
  line-height: 38px;
  color: #ffffff;
  font-family: "Bebas Neue";
}

#produtos .btn-prod {
  width: 100%;
}

#receitas {
  text-align: center;
  margin-bottom: 38px;
}

#receitas .banner {
  background-image: url('./imagens/banner-receita.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#receitas .banner span {
  font-size: 86px;
  color: #ffffff;
  font-family: "Bebas Neue";
  filter: drop-shadow(0 0 6.5px rgba(0, 0, 0, 0.6));
}

#receitas .mais-rec {
  border-radius: 6px;
  background-color: #efc53e;
  font-size: 26px;
  color: #3d2514;
  cursor: unset;
  font-family: "Bebas Neue";
  position: relative;
  margin: -30px auto 30px auto;
}

#receitas .label span {
  font-size: 25px;
  color: #3d2514;
  font-weight: bold;
  font-family: "Raleway Roman";
}

#sobrenos .textos {
  margin: 80px 0 0;
  font-size: 16px;
  color: #000;
  font-weight: 300;
  font-family: "Montserrat";
}

#sobrenos .textos h2 {
  margin-top: 0;
  text-align: center;
  font-size: 58px;
  letter-spacing: 4px;
  color: #3d3d3d;
  font-family: "Bebas Neue";
}

#sobrenos .valores h3 {
  margin-top: 0;
  font-size: 28px;
  color: #000;
  font-family: "Bebas Neue";
  text-align: center;
}

#sobrenos .valores .col-md-4 {
  margin: 30px 0;
  padding: 0;
}

#sobrenos .valores p {
  font-size: 15px;
  color: #000;
  font-weight: 300;
  font-family: "Montserrat";
  text-align: center;
}

#receitas .receitas {
  margin-top: 48px;
}

#receitas .receitas .card {
  height: 250px;
  margin-bottom: 80px;
  border-radius: 8px;
}

#receitas .receitas .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;

}

#receitas .receitas .card .info {
  height: 72px;
  padding: 12px;
  background: #efc53e;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

#receitas .receitas .time {
  display: flex;
  align-items: center;
  justify-content: center;
}

#receitas .receitas .time img {
  width: 24px;
}

#receitas .receitas .time span {
  font-size: 19px;
  color: #000000;
  font-family: "Bebas Neue";
  margin-left: 5px;
}

#receitas .mais-rec-bt {
  background: #bf2222;
  border-radius: 8px;
  font-size: 26px;
  color: #ffffff;
  padding: 5px 20px;
  font-family: "Bebas Neue";
}

#receitas .lbl .info {
  display: flex;
  align-items: center;
  justify-content: center;
}

#receitas .lbl .time {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

#receitas .lbl .time img {
  width: 24px;
}

#receitas .lbl .time span {
  font-size: 22px;
  color: #000000;
  font-family: "Bebas Neue";
  margin-left: 5px;
}

#receitas .receita h3 {
  text-align: left;
  font-size: 30px;
  color: #aa192c;
  font-family: "Raleway";
}

#receitas .receita p {
  font-size: 16px;
  color: #000000;
  font-family: "Raleway";
  text-align: left;
}

#receitas .social {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#receitas .social .instagram {
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #aa192c;
  font-size: 20px;
  color: #aa192c;
  font-family: "Raleway";
  margin-right: 18px;
}

#receitas .social .instagram i {
  margin-right: 12px;
}

#receitas .social span {
  font-size: 20px;
  color: #aa192c;
  font-family: "Raleway";
  margin-right: 18px;
}


#receitas .social .stars i {
  font-size: 22px;
  color: #efc53e;
}

#receitas .receita {
  margin-bottom: 32px;
}

#contato {
  padding-bottom: 500px !important;
}

#contato .info {
  margin: 30px 0;
}

#contato .info .col-md-6 {
  text-align: center;
}

#contato .info span {
  font-size: 27px;
  color: #000000;
  font-family: "Bebas Neue";
  text-align: center;
  margin: 30px 0;
}

#contato .mapa {
  margin-bottom: 32px;
  height: 500px;
}

#contato .mapa iframe {
  height: 100%;
  width: 100%;
}

#contato form input:focus,
#contato form select:focus,
#contato form textare:focus {
  border: 1px solid #bf2222;
}

#contato form label {
  font-size: 14px;
  color: #585252;
  font-weight: 600;
  font-family: "Montserrat";
}

#contato form .foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#contato form .foot span {
  font-size: 14px;
  color: #aa192c;
  font-weight: 600;
  font-family: "Montserrat";
}

#contato form .foot button {
  border-radius: 6px;
  background-color: #aa192c;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  border: none;
  padding: 10px 20px;
  font-family: "Montserrat";
}

#contato {
  padding-bottom: 80px;
}

.rodape {
  padding-bottom: 40px;
}

.rodape .newsletter {
  background: #aa192c;
  padding: 36px 0;
}

.rodape .newsletter .container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.rodape .newsletter .text {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Montserrat";
  text-align: center;
}

.rodape .newsletter .text strong {
  color: #efc53e;
}

.rodape .newsletter .form input {
  border-radius: 6px;
  background-color: #ffffff;
  border: none;
  padding: 8px 16px;
  width: 70%;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  font-family: "Montserrat";
  text-align: left;
}

.rodape .newsletter .form button {
  background: #efc53e;
  color: #000;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  font-family: "Montserrat";
  text-align: center;
  width: 27%;
}

.rodape .badges .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.rodape .badges img {
  width: 140px;
  margin: 0 30px;
}

.rodape .infos ul {
  list-style: none;
}

.rodape .infos ul li a {
  font-size: 22px;
  color: #000000;
  font-family: "Bebas Neue";
}

.rodape .infos-rodape {
  display: flex;
  align-items: flex-start;
}

.rodape .infos-rodape i {
  font-size: 36px;
  margin-right: 8px;
}

.rodape .infos-rodape h5 {
  margin: 0;
  font-size: 22px;
  color: #aa192c;
  font-family: "Bebas Neue";
}

.rodape .infos-rodape span {
  font-size: 20px;
  color: #000000;
  font-family: "Bebas Neue";
}

.rodape .infos-rodape a.btn {
  background: #bf2222;
  color: #fff;
  font-size: 20px;
  font-family: "Bebas Neue";
}

.logo img {
  width: 120px;
  margin: 20px 0;
}

.rodape .infos-rodape a.instagram {
  font-size: 20px;
  color: #000000;
  font-family: "Bebas Neue";
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-right: 26px;
  width: 140px;
}

.rodape .infos-rodape a.instagram i {
  color: #aa192c;
}

.rodape .sac {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rodape .sac img {
  width: 100px;
}

.rodape .sac img+img {
  width: 80px;
}

.footer {
  border-top: 1px solid #7f7f7f;
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  font-family: "Montserrat";
  text-align: center;
}

.footer .logo-be {
  font-size: 13px;
}

.footer .rf {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rodape .fale-conosco {
  background: #bf2222;
}

#marcas .banner {
  background-image: url('./imagens/banner-marcas.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 103% 88%;
  padding: 200px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#marcas .banner span {
  font-size: 86px;
  color: #ffffff;
  font-family: "Bebas Neue";
  filter: drop-shadow(0 0 6.5px rgba(0, 0, 0, 0.6));
}

#marcas .banner .alert {
  background: rgba(169, 25, 43, 0.5);
  width: 100%;
  text-align: center;
}

#marcas .banner .alert p {
  font-size: 16px;
  color: #ffffff;
  font-family: "Montserrat";
  text-align: center;
}

#marcas .mais-rec {
  border-radius: 6px;
  background-color: #efc53e;
  font-size: 26px;
  color: #3d2514;
  font-family: "Bebas Neue";
  position: relative;
  cursor: none;
  display: block;
  width: 270px;
  margin: -30px auto 14px auto;
  position: relative;
}

#marcas .mais-rec:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 125px;
  width: 0;
  height: 0;
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #efc53e;
}

#marcas .label {
  display: block !important;
}

#marcas .label span {
  font-size: 14px;
  color: #aa192c;
  font-style: italic;
  font-family: "Raleway Italic";
  font-weight: 400;
}

#marcas .trial {
  margin-top: 64px;
}

#marcas .trial .icons {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#marcas .trial .icons img {
  width: 64px;
}

.flex-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.input-flex-container {

  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100px;
  position: relative;
  z-index: 0;
}

.input {
  width: 20px;
  height: 20px;
  background-color: #efc53e;
  position: relative;
  border-radius: 50%;
  margin: 0 20px;
}

.input span {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

.input p {
  width: 268px;
  margin-top: 32px;
  margin-left: -118px;
  text-align: center;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  font-family: "Raleway";
  text-align: center;
}

#marcas .trial {
  margin-bottom: 64px;
}

.input::before,
.input::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  background-color: #efc53e;
  width: calc(1170px/3 - 90px);
  height: 2px;
}

#instagram-home::-webkit-scrollbar {
  display: none;
}

.input.last::before,
.input.last::after {
  display: none;
}

.description-flex-container {
  font-weight: 400;
  font-size: 22px;
  margin-top: 100px;
}

.description-flex-containe p {
  margin-top: 0;
  display: none;
}

#marcas {
  text-align: center;
}

#marcas .mais-rec-bt {
  background: #bf2222;
  border-radius: 8px;
  font-size: 26px;
  color: #ffffff;
  margin: 0 auto;
  padding: 5px 20px;
  font-family: "Bebas Neue";
  margin-bottom: 30px;
}

#social .title h1 a {
  color: #fff;
}

#home .banner-info {
  color: #fff;
  position: relative;
  /*faz os elementos pseudos acompanharem o elemento com a classe*/
  width: 50%;
  /* pode ajustar a largura do Element 1 (verde)*/
  /* altera a cor, deve ser a mesma corda do border no :before*/
  background-color: #c81229;
  margin-left: auto;
  height: 552px;
}

#home .banner-info:before {
  content: "";
  width: 0px;
  height: 0px;
  top: 0px;
  position: absolute;
  border-top: 552px solid transparent;
  border-right: 130px solid #c81229;
  /*altere a cor aqui, deve ser a mesma cor do background-color no banner-l*/
  left: -130px;
}

#home .banner-img {
  background-image: url("./imagens/banner-home.webp");
  position: absolute;
  margin-left: -60px;
  top: 0;
  left: -70px;
  width: 60%;
  /* pode ajustar a largura do Element 2 (foto)*/
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

#home .banner {
  background: #ccc;
  position: relative;
  height: 552px;
}

@media (max-width: 1200px) {
  #receitas .receitas {
    margin-bottom: 80px;
  }

  #instagram-home {
    height: 420px;
  }

  #produtos-home .owl-carousel .item .card-prod h3 {
    text-align: center;
  }

  .nav>li>a {
    padding: 10px 8px;
  }

  #produtos-home .owl-carousel .item .card-prod h3 {
    font-size: 23px;
  }

  #receitas .social span {
    font-size: 15px;
  }

  #receitas .label span {
    font-size: 18px;
  }

  #navbar li a {
    padding: 15px 5px;
    margin: 0;
    font-size: 14px;
  }

  #home .actions {
    margin-top: 0;
  }

  #home .image {
    height: unset;
  }

  #social .social-footer {
    padding-left: 400px;
  }

  #home .titles h2 {
    font-size: 28px;
  }

  #home .titles h1 {
    font-size: 86px;
    margin: 0;
  }

  #estrutura .images-grid img {
    width: 100%;
  }

  #estrutura .images-grid>img {
    width: 55.8%;
  }

  #contato img {
    margin-top: 60px;
  }

  #contato .background .image {
    width: unset;
  }

  #contato .background-top {
    height: 150px;
  }

  .input::before,
  .input::after {
    width: calc(960px/3 - 70px);
  }

  #instagram-home iframe {
    width: 100% !important;
    height: 430px !important;
  }

  .input p {
    width: 210px;
    margin-left: -96px;
  }

  #excelencia .images img {
    width: calc(100% - 49%);
    height: calc(100% - 23%);
  }

  .images {
    width: 100%;
  }

  #excelencia .text h3 {
    font-size: 67px;
  }
}

@media (max-width: 998px) {
  .top-container .info {
    font-size: 11px;
  }

  #excelencia>div>div>div:nth-child(1) {
    display: flex;
    align-items: center;
  }

  #contato img {
    width: 100%;
  }

  #home .titles h2 {
    margin-left: 50px;
  }

  #home .titles h1 {
    margin-left: 50px;
  }

  .top .container {
    font-size: 10px;
  }

  #navbar li a {
    font-size: 12px;
    margin-top: 28px;
  }

  .col-md-offset-3 {
    margin-left: 90px;
    margin-top: -50px;
  }

  #solucoes .background .text p {
    font-size: 18px;
  }

  #social .social-footer {
    padding-left: 300px;
  }

  #home .actions {
    margin-top: 0;
  }

  .contato-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }

  .contato-form button {
    width: 100%;
  }

  .rodape p {
    font-size: 10px;
  }

  .banner-smart {
    margin: -135px 0px 0 0;
  }

  .caixa-atv {
    padding: 0 20px 50px 20px;
  }

  .caixa-atv-mini {
    height: 180px;
    margin-bottom: 25px;
  }

  .input::before,
  .input::after {
    width: calc(960px/3 - 125px);
  }
}

/* @media(min-width: 768px){
  .input::before, .input::after {
    width: calc(540px/3);
  }
}

@media(min-width: 992px){
  .input::before, .input::after {
    width: calc(750px/3);
  }
} */

.marcas {
  margin-top: 64px;
}

.marcas img {
  width: 80%;
  margin: 0 auto;
}

.marcas .m {
  margin-bottom: 32px;
}

@media(max-width:991px) {
  .input p {
    width: 154px;
    margin-left: -69px;
  }

  .marcas img {
    width: unset;
  }


  .footer .rf {
    flex-direction: column;
  }

  .footer .rf .logo-be {
    margin-top: 24px;
  }

  #contato {
    padding-bottom: 0 !important;
  }

  #solucoes .background .text h3 {
    font-size: 28px;
  }

  #home .banner-info {
    height: 482px !important;
  }

  #home .banner-info:before {
    border-top: 482px solid transparent !important;
  }

  #home .banner {
    height: 482px !important;
  }

  #home .banner-img {
    left: -10px !important;
  }

  #produtos-home .nav-item {
    padding: 0 10px;
  }

  #empresa-home {
    height: 820px;
  }

  #instagram-home {
    height: 375px;
  }

  #home h2 {
    font-size: 49px;
    line-height: 43px;
  }

  #receitas .social {
    flex-direction: column;
  }

  .page-top .container {
    padding: 20px 15px;
  }

  #produtos .tab-pane .card a {
    width: 100%;
  }

  #empresa-home .card {
    height: 710px;
  }

  .rodape .newsletter .text {
    font-size: 15px;
  }
}

@media (max-width: 960px) {
  #home .titles {
    padding-top: 0;
  }

  #social .container img {
    width: 100%;
  }

  #social .info p+p {
    margin-left: 100px;
  }

  #social .container img {
    margin-top: 150px;
  }

  #home .image {
    padding-bottom: 30px;
  }

  #excelencia .text h3 {
    margin-top: 50px;
  }
}

@media(max-width:767px) {

  .input::before,
  .input::after {
    width: calc((100vw - 145px) / 3);
  }

  #empresa-home .card {
    height: 600px;
  }

  #produtos .nav-item.active img {
    width: 64px;
  }

  #home {
    background-position: 61% -23%;
    background-size: auto;
  }

  #produtos .nav-link span {
    font-size: 18px;
  }

  #produtos .nav-link img {
    width: 52px;
  }

  #home .banner {
    padding-top: 415px;
  }

  #home .banner .banner-info {
    margin-left: 0;
    width: unset;
    text-align: center;
  }

  .rodape .container {
    flex-direction: row !important;
  }

  #instagram-home {
    height: 335px;
  }

  .logo {
    width: 220px;
    margin-top: 64px;
    z-index: 2;
    position: relative;
  }

  .logo img {
    margin-left: 0px;
    width: 60%;
    margin-top: -70px;
  }

  #produtos-home .nav-item {
    width: 25%;
  }

  .nav>li>a {
    padding: 0 !important;
  }

  #produtos-home .nav-item {
    padding: 0;
    justify-content: center;
  }

  .navbar-toggle .icon-bar {
    background-color: #bf2222;
  }

  #menu {
    z-index: 1;
    position: relative;
  }

  #home .image {
    padding-bottom: 0;
  }

  #home .titles {
    width: 100%;
  }

  #equipe .background .content {
    padding-top: 0;
  }

  #especialidades {
    padding-top: 0;
  }

  #home .titles h2 {
    margin-top: 30px;
    font-size: 17px;
    width: 250px;
  }

  #home .titles h1 {
    margin-top: -38px;
    font-size: 46px;
  }

  #home .blur {
    background: rgba(255, 255, 255, 0.7);
    height: 320px;
  }

  #navbar ul {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .navbar-collapse.in {}

  #navbar li {
    margin: 0;
    border: unset !important;

  }

  #navbar li a {
    font-weight: 600;
    color: #bf2222;
    font-size: 20px;
    padding: 0;
    margin: 24px 0;
  }

  #navbar li a:hover {
    color: #ddd;
    background: none;
  }

  .navbar-toggle {
    margin-right: 0px;
    margin-top: 30px;
  }

  .navbar-nav {
    margin: 0;
  }

  .navbar {
    margin-right: -30px;
    margin-bottom: 0;
  }

  #navbar {
    position: absolute;
    text-align: center;
    width: 100vw;
    background-color: #fff;
    color: #fff;
    z-index: 9999;
    margin-top: 15px;
    height: 370px;
    margin-left: -150px;

  }

  #navbar ul li+a {
    display: none;
  }

  #banner h2 {
    font-size: 28px;
    margin: 0px 0 0 35px;
  }

  #banner h2 strong {
    font-size: 25px;
  }

  .banner-smart {
    margin: 25px 0px 0 0;
    text-align: center;
    width: 100%;
  }

  .banner-smart img {
    width: 150px;
    margin: 0 auto;
  }

  #pratica .titulo-central h2 {
    margin-top: 50px;
  }

  #pratica .caixa-atv {
    padding: 0 65px 30px 65px;
    margin-bottom: 20px;
  }

  .contato-form {
    padding: 0 0px;
  }

  #profissional {
    padding-bottom: 200px;
  }

  #contato h3 {
    margin: 0px 0 50px 20px;
  }

  .parceiros h3 {
    padding: 30px 0px 0 0px;
    font-size: 28px;
  }

  .parceiros-list {
    padding: 30px 0 20px 0;
  }

  .parceiros-icone {
    margin: 0px 0px;
    width: 35%;
    padding: 0 20px;
  }

  .parceiros-icone img {
    width: 100%;
  }

  .rodape .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .rodape .container .col-md4 {
    margin-bottom: 20px;
  }

  .top-container {
    padding: 10px 0;
    display: block;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    color: #fff;
  }

  .top-container .info-btn {
    margin-top: 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  #equipe .background h1 {
    font-size: 38px;
  }

  #contato {
    padding-bottom: 20px;
  }

  #home .actions {
    margin-left: 370px;
    margin-top: -200px;
  }

  #home .logo-img {
    margin-bottom: 50px;
  }

  #home .banner-img {
    margin-left: unset;
    width: 100%;
    height: 60%;
  }

  #empresa-home {
    padding-top: 416px;
  }

  #produtos-home {
    margin-top: 355px;
  }

  .menu {
    margin-left: auto;
    z-index: 9999;
    width: 100%;
  }

  #empresa-home {
    padding-top: 143px !important;
  }

  #produtos-home {
    margin-top: 60px !important;
  }

  #home .banner {
    padding-top: 288px;
  }

  #home .banner-info {
    height: unset !important;
  }

  #home .banner .banner-info img {
    width: 50%;
  }

  #topo {
    height: 95px;
  }
}

@media (max-width: 650px) {
  #contato {
    background-position: center;
    background-size: cover;
  }

  #sobrenos {
    height: unset;
  }

  #equipe .background h1 {
    text-align: center;
    font-size: 38px;
  }

  #excelencia .text h3 {
    font-size: 48px;
  }

  #sobrenos .background h1 {
    font-size: 34px;
  }

  #sobrenos .background p {
    text-align: justify;
    font-size: 18px;
  }

  #sobrenos .background-bottom {
    height: 80px;
  }

  #sobrenos .background-top {
    height: 100px;
    margin-top: 0;
  }

  #solucoes .background .lista h3 {
    font-size: 16px;
  }

  #solucoes .background .lista {
    margin: -40px auto 0;
  }

  #social .social-footer {
    padding-left: 100px;
  }

  #solucoes .background .text {
    margin: 0 auto;
  }

  #solucoes .background .text h3 {
    color: #666;
  }

  #solucoes .background .text p {
    color: #666;
  }

  #contato h1 {
    padding-top: 50px;
  }

  /* .rodape {
    margin-top: -80px;
  } */
  #excelencia .text h3 {
    text-align: center;
  }
}

@media(max-width:600px) {
  .input p {
    width: 116px;
    margin-left: -47px;
    font-size: 12px;
  }

  #instagram-home {
    height: 380px !important;
  }
}

@media(max-width:555px) {
  #marcas .banner {
    background-position: unset;
  }
}

@media(max-width:500px) {

  .col-6 {
    width: 50% !important;
  }

  .input::before,
  .input::after {
    width: calc((100vw - 100px) / 3);
  }

  #contato .info span {
    font-size: 23px;
  }

  .input p {
    width: 98px;
    font-size: 12px;
  }
}

@media(max-width:450px) {
  #produtos-home .nav-item a {
    font-size: 13px;
  }

  #home .banner-img {
    left: 1px !important;
  }

  .rodape .infos-rodape {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .rodape .infos-rodape a.instagram {
    width: unset;
  }

  #produtos .nav-item .nav-link {
    height: 125px;
  }

  #receitas .receita {
    margin-bottom: 120px;
  }

  #produtos-home .nav-item {
    padding: 0;
  }

  #instagram-home .insta a {
    font-size: 24px;
  }

  .col-12 {
    width: 100% !important;
  }

  #instagram-home {
    height: 200px;
  }

  .rodape .newsletter .container {
    flex-direction: column !important;
  }

  .rodape .infos .container {
    flex-direction: column !important;
  }

  .rodape .infos ul {
    text-align: center;
  }

  .rodape .infos-rodape span {
    display: block;
    text-align: center;
  }

  .rodape .infos-rodape {
    justify-content: center;
  }

  #marcas-home .kit img {
    width: 100%;
  }

  #home h2 {
    padding: 30px 10px 0 10px;
  }

  .footer {
    font-size: 11px;
  }

  #empresa-home {
    padding-top: 85px !important;
  }
}

@media(max-width: 425px) {
  .input p {
    width: 100px;
    font-size: 13px;
  }

  #empresa-home {
    height: 665px !important;
  }

  #empresa-home .card {
    height: 500px !important;
  }

  .trial {
    margin-bottom: 120px !important;
  }

  #produtos-home {
    margin-top: 250px !important;
  }

  #empresa-home .card h3 {
    font-size: 48px;
  }

  #empresa-home .card p {
    font-size: 16px;
  }
}

@media(max-width:400px) {
  .input p {
    width: 65px !important;
    margin-left: -24px;
  }
}

@media(max-width:380px) {
  #produtos-home .nav-item a {
    font-size: 11px;
  }

  #instagram-home {
    height: 1700px;
  }

  #instagram-home .insta a {
    font-size: 20px;
  }

  .rodape .badges img {
    width: 110px;
  }
}