.primeiro_titulo {
  background: #F89C1B;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.primeiro_titulo img {
  width: 30px;
}

.paragrafo_titulo p {
  margin-left: 10px;
  color: #ffff;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: bold;
}

.banner_default {
  margin: 0 auto;
}

.banner_img {
  display: block;
  width: 100%;
  margin-bottom: 35px;
}

.paragrafo {
  text-align: center;
  font-size: 32px;
  font-family: 'DM Serif Text';
  margin-bottom: 0;
}

.paragrafo_secundario {
  text-align: center;
  font-size: 54px;
  color: #F89C1B;
  font-family: 'DM Serif Text';
  margin-bottom: 30px;
}

.bg {
  background: transparent linear-gradient(180deg, #FFFFFF 18%, #D9D8D3 64%) 0% 0% no-repeat padding-box;
  margin-top: 25px;
}

.content_icon {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.icons {
  width: 32%;
}

.icons img{
  filter: brightness(100);
}

.img_icons {
  display: flex;
  flex-direction: column;
  text-align: center; 
  padding: 70px 0 70px;
  background-color: #F7AF4A;
}

.img_icons h2 {
  color: #717171;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 25px;
}

.icons_descricao {
  display: flex;
  flex-direction: column;
  width: 32%;
}

.paragrafo_icon {
  font-size: 48px;
  color: #fff;
  margin-bottom: 0;
  font-weight: bold;
}

.icon_p {
  font-size: 16px;
  color: #717171;
  text-align: center;
  margin-bottom: 0;
}

.icon_p2 {
  font-family: 'DM Serif Text';
  color: #717171;
  font-size: 40px;
  margin-bottom: 0;
  font-weight: bold;
}

/* produto */

.product_list_item_inline .product_item .product_image .product_discount {
border: 0px;
background-color: transparent;
bottom: 21px;
left: 0px;
}

.product_list_item_inline .product_item .product_image .product_discount p {
color: #fff;
background-color: #fff;
font: normal normal 800 14px/19px Open Sans;
padding: 2px 7px;
}

.product_list_item_inline .product_item .product_image .product_discount p span {
color: #F89C1B;
}

.product_list_item_inline .product_item .product_title h2 {
color: #242424;
font-size: 16px;
font-weight: normal;
margin-bottom: 0;
text-align: left;
}

.product_list_item_inline .product_item .product_title p {
color: #242424;
text-align: left;
font-size: 13px;
}

.product_list_item_inline .product_item .product_title h2 span {
color: #242424;
font-size: 18px;
font-weight: normal;
}

.product_list_item_inline .product_item .product_info {
position: absolute;
bottom: 0px;
}

.product_list_item_inline .product_item .product_info ins {
color: #F89C1B;
font-size: 13px;
font-weight: bold;
padding: 0 5px;
background-color: #fff;
}

.product_list_item_inline .product_item .product_info s {
  font-size: 13px;
  background-color: #fff;
}

.product_list_item_inline .product_item .product_info p {
  font-size: 12px
}

.product_list_item_inline .product_item .product_button a p {
  background-color: #F89C1B;
}

.product_list_item_inline .product_item .product_button a p:hover {
  background-color: #f0bd74!important;
}

.product_list_item_inline .product_item .product_title {
height: auto;
justify-content: flex-start;
}

.product_list_item_inline .product_item .product_price_and_button {
display: flex;
flex-direction: column;
align-items: flex-start;
}

.product_list_item_inline .product_item .product_button {
  width: 100%;
  height: 30px;
}

.euquero {
  display: none;
}

.product_list_item_inline .product_item .product_info span {
color: #242424;
font-size: 20px;
font-weight: bold;
}

.product_list_item_inline .product_item .product_image .product_more_seller p {
background: #F89C1B;
}

.price_inline_layout_instagram {
display: flex;
}

.product_list_item_inline .product_item .product_image {
padding: 0;
margin-bottom: 8px;
}

.product_list_item_inline .product_item .product_image .product_more_seller {
  bottom: 0;
  top: 4px
}
/* produto */


.caroussel {
  width: 100%;
  padding-bottom: 40px;
}


.image_carrossel {
  width: 50%;
}

.image_carrossel img {
  width: 100%;
}

.descricao_slide {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.descricao_slide h1 {
  font-size: 56px;
  color: #FF960E;
  font-family: 'DM Serif Text';
  margin-left: 20px;
}

.descricao_slide p {
  font-size: 16px;
  color: #707070;
  margin-left: 20px;
}

.swiper-slide {
  display: flex;
}

.swiper-pagination-bullet-active {
  border: 2px solid #EA8300!important;
}

.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #fff;
  border: 2px solid #c4c4c4;
  opacity: 1;
}



@media (max-width: 768px) {
  .icons img {
    width: 47px;
    height: 50px;
  }

  .paragrafo_secundario {
    font-size: 26px;
    font-weight: bold;
  }

  .paragrafo {
    font-size: 22px;
    font-weight: bold;
  }

  .icon_p2 {
    font-size: 24px;
  }

  .icon_p {
    font-size: 14px;
  }

  .swiper-slide {
    flex-direction: column;
  }

  .image_carrossel {
    width: 100%;
  }

  .descricao_slide {
    width: 100%;
  }

  .descricao_slide h1 {
    font-size: 33px;
    text-align: center;
    margin-left: 0;
    font-weight: bold;
    margin-top: 15px;
  }

  .descricao_slide p {
    text-align: center;
    margin-left: 0;
  }

  .vale_title {
    line-height: 30px;
  }

  .euquero {
    display: block;
  }
  .title_page h1 {
    font-size: 40px;
  }

  .product_list_item_inline .product_item .product_image .product_discount p span {
    font-size: 13px;
  }

  .product_list_item_inline .product_item .product_image .product_discount p {
    font-size: 13px;
    padding: 2px 4px;
  }

  .product_item_mobile {
    flex-direction: row!important;
    margin-bottom: 40px!important;
  }

  .satisfacao_image {
    justify-content: center;
    align-items: center;
  }

  .title_page {
    margin: 25px auto 25px auto;
  }

  .satisfacao_text h2 {
    font-size: 19px;
  }

  .satisfacao_text span {
    font-size: 21px;
  }

  .satisfacao p {
    font-size: 13px;
  }

  .icons_editor {
    width: 100%;
  }

  .satisfacao img {
    width: 80%;
  }

  .images_inspirar img {
    width: 47%;
  }

  .icons_vale {
    flex-direction: column;
  }

  .icon {
    width: 100%;
    margin-bottom: 24px;
  }

  .line {
    margin: 8px 0;
  }

  .icon img {
    margin-bottom: 12px;
  }
}