@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
@keyframes swing {
  25% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  75% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.video_modal {
  padding: 100px 0;
  text-align: center;
}
.video_modal iframe {
  max-width: 100%;
}

.no_padding {
  padding: 0 !important;
}

.no_margin {
  margin: 0 !important;
}

.no_border {
  border: none !important;
}

.float_left {
  float: left !important;
}

.float_right {
  float: right !important;
}

.bg_modal {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  display: none;
}


.whatsapp_fixed,
.whatsapp_fixed:hover {
  padding: 0;
  margin: 0;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  width: 45px;
  height: 45px;
  text-decoration: none;
  background-color: #008B80;
  border-radius: 100%;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  line-height: 45px;
}
.back_top,
.back_top:hover {
  padding: 0;
  margin: 0;
  position: fixed;
  right: 10px;
  bottom: 65px;
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  text-decoration: none;
  display: none;
  background-color: #003055;
  text-align: center;
  font-size: 35px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
}

.ui-widget.ui-widget-content {
  max-height: 250px;
  box-shadow: 5px 5px 20px #777777 !important;
}

.ui-state-active {
  background-color: #003055 !important;
  border: none !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #FFFFFF !important;
}

.ui-menu-item {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #91805B !important;
}

::-moz-selection {
  color: #fff;
  background: #003055;
}

::selection {
  color: #fff;
  background: #003055;
}

body {
  background: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.container.relative {
  position: relative;
}

.container {
  max-width: 100%;
  width: 1310px;
  padding: 0 15px;
  display: block;
  margin: 0 auto;
}

.transition {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a,
input,
select,
button,
textarea,
button {
  outline: none !important;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
  resize: none;
}

button {
  cursor: pointer;
  background: transparent;
}

img,
svg {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.img_full {
  display: inline-block;
  margin: 0;
  width: 100%;
}

main {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.banner {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
.banner .mobile {
  display: none;
}
.banner .prev {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: auto;
  margin: auto;
  width: 40px;
  height: 70px;
  z-index: 5;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 3px;
  font-size: 20px;
  line-height: 24px;
  color: #003055;
  text-align: center;
  text-indent: -9999px;
}
.banner .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 15px;
  margin: auto;
  width: 40px;
  height: 70px;
  z-index: 5;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 3px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 20px;
  line-height: 24px;
  color: #003055;
  text-align: center;
  text-indent: -9999px;
}
.banner .slick-dots {
  margin: 0;
  display: inline-block;
  width: 100%;
  height: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 40px;
}
.banner .slick-dots li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
}
.banner .slick-dots li button {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  border: 1px solid #91805B;
  border-radius: 100%;
  background: transparent;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  position: relative;
}
.banner .slick-dots li.slick-active button,
.banner .slick-dots li:hover button {
  background: #91805B;
}
.banner .slick-dots .li_prev {
  padding: 0;
  margin: -3px 0 0 0;
  list-style: none;
  display: inline-block;
  float: left;
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 5px -98px;
}
.banner .slick-dots .li_next {
  padding: 0;
  margin: -5px 0 0 0;
  list-style: none;
  display: inline-block;
  float: right;
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 5px -98px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.banner .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  height: 750px;
}
.banner .item a {
  display: inline-block;
  width: 100%;
}

.section_error {
  padding: 80px 15px;
}
.section_error .box_img {
  padding: 0 35px 35px 35px;
  text-align: right;
}
.section_error .box_img .img_item {
  display: inline-block;
  margin: 0;
  width: auto;
  max-width: 100%;
}
.section_error .box_text {
  padding: 0;
}
.section_error .text {
  padding: 0;
  font-size: 20px;
  color: #404040;
}
.section_error .back {
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 10px 13px 8px 13px;
  width: 145px;
  height: 40px;
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
  border-radius: 8px;
  text-align: center;
  background: #2F2B6A;
  background: -webkit-linear-gradient(left, #003055, #00223C);
  background: -o-linear-gradient(left, #003055, #00223C);
  background: -moz-linear-gradient(left, #003055, #00223C);
  background: linear-gradient(left, #003055, #00223C);
}

.menu_mobile {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  max-width: 100%;
  width: 320px;
  height: 100%;
  padding: 125px 0 0 0;
  background: #003055;
  display: none;
}
.menu_mobile .ps__scrollbar-y-rail {
  width: 2px;
  background-color: #012E4C;
  position: absolute;
  top: 0;
  right: 18px;
}
.menu_mobile .ps__scrollbar-y {
  width: 2px;
  background-color: #1062A2;
  position: absolute;
  top: 0;
  right: 0;
}
.menu_mobile .btn_close {
  position: absolute;
  z-index: 1;
  top: 35px;
  right: 20px;
  width: 47px;
  height: 47px;
  border: none;
  background-color: #0A3C6B;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -152px 16px;
}
.menu_mobile .box_content_scroll {
  padding: 0 35px 0 0;
  margin: 0;
  z-index: 1;
  position: absolute;
  top: 125px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  overflow: hidden;
}
.menu_mobile .ul_menu {
  padding: 0 0 0 30px;
  margin: 0;
}
.menu_mobile .ul_submenu {
  padding: 0 0 20px 0;
  margin: 0;
}
.menu_mobile .ul_submenu .li_menu {
  border: none;
  margin: 0;
}
.menu_mobile .ul_submenu .item_menu {
  padding: 6px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.menu_mobile .li_menu {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  border-bottom: 1px solid #002440;
}
.menu_mobile .title_menu {
  padding: 14px 0;
  display: inline-block;
  width: 100%;
  height: auto;
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
  text-transform: uppercase;
}
.menu_mobile .item_menu {
  padding: 14px 0;
  display: inline-block;
  width: 100%;
  height: auto;
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
  text-transform: uppercase;
}
.menu_mobile .item_menu:hover {
  color: #91805B;
}

.btn_menu_fixed {
  width: 41px;
  height: 41px;
  margin: 0 0 0 250px;
  display: inline-block;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 11;
  padding: 7px;
  border: 1px solid #FFFFFF;
  background: transparent;
}
.btn_menu_fixed::before {
  content: "menu";
  position: absolute;
  top: 100%;
  left: 0;
  padding: 8px 0 0 0;
  width: 100%;
  height: auto;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 15px;
  text-align: center;
}
.btn_menu_fixed .line {
  float: left;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  margin: 3px 0;
}

.btn_more {
  display: inline-block;
  width: auto;
  height: auto;
  background-color: #003055;
  border: none;
  border-radius: 25px;
  position: relative;
  padding: 15px 85px 15px 20px;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 20px;
  text-transform: uppercase;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_more::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 20px;
  width: 35px;
  height: 30px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -106px -75px;
}

.btn_more:hover {
  background-color: #91805B;
  color: #FFFFFF;
}
.btn_more:hover::before {
  background-position: -219px -75px;
}

.header_main.header_home {
  padding-top: 25px;
}
.header_main.header_home .home .logo {
  width: 239px;
  height: 137px;
}
.header_main.header_home .btn_menu {
  border-color: #003055;
}
.header_main.header_home .btn_menu .text {
  color: #003055;
}
.header_main.header_home .btn_menu .line {
  background: #003055;
}
.header_main.header_home a {
  color: #003055;
}

.header_main {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 10px 70px 0 0;
  height: 170px;
}
.header_main .btn_menu {
  width: 41px;
  height: 41px;
  margin: 0 0 0 250px;
  display: inline-block;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 11;
  padding: 7px;
  border: 1px solid #FFFFFF;
  background: transparent;
}
.header_main .btn_menu .text {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 8px 0 0 0;
  width: 100%;
  height: auto;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 15px;
  text-align: center;
}
.header_main .btn_menu .line {
  float: left;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  margin: 3px 0;
}
.header_main .home {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
}
.header_main .home .logo {
  display: inline-block;
  max-width: 100%;
  width: 187px;
  height: 108px;
}
.header_main .column1 {
  padding: 0;
}
.header_main .column2 {
  padding: 45px 0 0 0;
}
.header_main li {
  padding: 0;
  list-style: none;
}
.header_main a {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0 0 0 35px;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  text-transform: uppercase;
}
.header_main a:hover {
    color: #91805B !important;
}

@media (min-width: 992px) {
  .footer_main ul {
    display: inline-block !important;
  }
}
.footer_main {
  padding: 0;
  margin: 0;
  background: #C9C4BB;
  overflow: hidden;
  z-index: 0;
  position: relative;
}
.footer_main .box_footer {
  padding: 90px 0 55px 0;
}
.footer_main .column {
  padding: 0 3px;
}
.footer_main .title {
  padding: 0;
  margin: 0;
  min-height: 60px;
  font-family: "Libre Baskerville", serif;
  font-size: 22px;
  color: #003055;
  line-height: 25px;
  text-transform: uppercase;
  position: relative;
}
.footer_main .title::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -146px -81px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.footer_main .title::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -181px -77px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.footer_main ul {
  padding: 40px 0 0 0;
  margin: 0;
  list-style: none;
}
.footer_main li {
  padding: 0;
  margin: 0;
}
.footer_main a {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
  text-transform: uppercase;
}
.footer_main a:hover {
  color: #003055;
}
.footer_main .contact {
  padding: 25px 0 0 0;
}
.footer_main .email {
  padding: 5px 0 7px 40px;
  font-size: 16px;
  color: #003055;
  line-height: 20px;
  word-break: break-all;
}
.footer_main .email::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 25px;
  height: 21px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -83px;
}
.footer_main .email a {
    font-size: 16px;
    color: #003055;
    line-height: 20px;
    text-transform: none;
}
.footer_main .phone {
  padding: 5px 0 7px 40px;
  font-weight: 700;
  font-size: 24px;
  color: #003055;
  line-height: 28px;
  word-break: break-all;
}
.footer_main .phone::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 25px;
  height: 27px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -35px -77px;
}
.footer_main .whatsapp {
  padding: 5px 0 7px 40px;
  font-weight: 700;
  font-size: 24px;
  color: #003055;
  line-height: 28px;
  word-break: break-all;
}
.footer_main .whatsapp::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 27px;
  height: 27px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -73px -77px;
}
.footer_main .media {
  padding: 25px 0 0 0;
}
.footer_main .media a {
  display: inline-block;
  margin: 0 15px 15px 0;
  width: auto;
  height: auto;
  position: relative;
  font-size: 28px;
  color: #91805B;
}
.footer_main .media a .img_item {
  display: inline-block;
  max-width: 29px;
}
.footer_main .media a:hover {
  color: #003055;
}
.footer_main .copyright {
  padding: 25px 0;
  border-top: 1px solid #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 15px;
  text-align: center;
}

/*genérico*/
.section_breadcrumb {
  padding: 0;
}
.section_breadcrumb ul {
  padding: 20px 0 10px 0;
  margin: 0;
}
.section_breadcrumb ul li {
  padding: 0 35px 10px 0;
  margin-left: 15px;
  list-style: none;
  position: relative;
  display: inline-block;
}
.section_breadcrumb ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 20px;
  height: 18px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -64px -46px;
  background-size: auto 60px;
}
.section_breadcrumb ul li a {
  display: inline-block;
  margin: 0;
  width: auto;
  font-size: 16px;
  color: #000000;
  line-height: 18px;
}
.section_breadcrumb ul li a:hover,
.section_breadcrumb ul li a.active {
  color: #003055;
}
.section_breadcrumb ul li:nth-child(1) {
  margin-left: 0;
}
.section_breadcrumb ul li:nth-last-child(1)::before {
  display: none;
}

.our_products {
  padding: 75px 0 100px 0;
  background-image: url("../images/bg_our_products.jpg");
  background-position: center bottom;
  background-size: cover;
}
.our_products .more_mobile {
  display: none;
  max-width: 100%;
  width: 190px;
  height: auto;
  background-color: #003055;
  border: none;
  border-radius: 25px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 45px 15px 20px;
  margin: auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 18px;
  text-transform: uppercase;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.our_products .more_mobile::before {
  content: "";
  position: absolute;
  top: 9px;
  right: 10px;
  width: 35px;
  height: 30px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -106px -75px;
}
.our_products .more_mobile:hover {
  background-color: #002540;
  color: #FFFFFF;
}
.our_products .box_text {
  padding: 0 10px 0 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 27px;
  color: #FFFFFF;
  line-height: 30px;
  text-transform: uppercase;
}
.our_products .box_text .content_text {
  padding: 0;
  display: inline-block;
  width: 380px;
  max-width: 100%;
  text-align: left;
}
.our_products .box_text .img_item1 {
  display: block;
  margin-bottom: 25px;
}
.our_products .box_text .img_item2 {
  display: inline-block;
  max-width: 100%;
  margin-top: 20px;
}
.our_products .box_text .more {
  display: inline-block;
  max-width: 100%;
  width: 190px;
  height: auto;
  background-color: #003055;
  border: none;
  border-radius: 25px;
  position: relative;
  padding: 15px 45px 15px 20px;
  margin-top: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 18px;
  text-transform: uppercase;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.our_products .box_text .more::before {
  content: "";
  position: absolute;
  top: 9px;
  right: 10px;
  width: 35px;
  height: 30px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -106px -75px;
}
.our_products .box_text .more:hover {
  background-color: #91805B;
  color: #FFFFFF;
}
.our_products .box_text .more:hover::before {
  background-position: -219px -75px;
}
.our_products .box_slide {
  padding: 0;
}
.our_products .box_slide .slick-slide {
  padding: 0 8px;
}
.our_products .box_slide .slick-dots {
  display: inline-block;
  width: 100%;
  height: 0;
  padding: 0;
  margin: 35px 0 0 0;
  text-align: center;
  position: relative;
}
.our_products .box_slide .slick-dots li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
}
.our_products .box_slide .slick-dots li button {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  border: 1px solid #91805B;
  border-radius: 100%;
  background: transparent;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  position: relative;
}
.our_products .box_slide .slick-dots li.slick-active button,
.our_products .box_slide .slick-dots li:hover button {
  background: #91805B;
}
.our_products .box_slide .item {
  padding: 0;
  background-color: #FFFFFF;
  border-radius: 4px;
}
.our_products .box_slide .item .box_content_item {
  padding: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.our_products .box_slide .item a {
  display: inline-block;
  width: 100%;
  padding: 40px 0 25px 0;
  text-align: center;
}
.our_products .box_slide .item .box_img {
  height: 235px;
}
.our_products .box_slide .item .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 85%;
  max-height: 85%;
}
.our_products .box_slide .item .text {
  margin-top: 15px;
  padding: 0 10px;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  text-transform: uppercase;
  min-height: 60px;
}
.our_products .box_slide .item .more {
  display: inline-block;
  max-width: 100%;
  width: 180px;
  height: auto;
  background-color: transparent;
  border: 1px solid #91805B;
  border-radius: 20px;
  position: relative;
  margin-top: 15px;
  padding: 10px 40px 10px 15px;
  font-weight: 600;
  font-size: 14px;
  color: #91805B;
  line-height: 18px;
  text-align: left;
  text-transform: uppercase;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.our_products .box_slide .item .more::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 15px;
  width: 22px;
  height: 20px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -75px -54px;
  background-size: auto 70px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.our_products .box_slide .item a:hover .box_img .img_item {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.our_products .box_slide .item a:hover .more {
  background-color: #91805B;
  color: #FFFFFF;
}
.our_products .box_slide .item a:hover .more::before {
  background-position: -155px -54px;
}

.section_instagram {
  padding: 50px 0 0 0;
  background: #C9C4BB;
}
.section_instagram .text {
  padding: 0 0 35px 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 500;
  font-size: 20px;
  color: #003055;
  line-height: 25px;
  text-align: center;
}
.section_instagram .text a {
  display: inline-block;
  margin: 0 7px;
  width: 102px;
  height: 24px;
  background: #003055;
  border-radius: 4px;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
}
.section_instagram .images {
  display: inline-block;
  width: 100%;
}
.section_instagram .images a {
  float: left;
  margin: 0;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.section_instagram .images a img {
  float: left;
  margin: 0;
  width: 100%;
  height: auto;
}

.request {
  padding: 180px 0 130px 0;
  margin-top: 80px;
  background-image: url("../images/bg_request.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.request .box {
  display: inline-block;
  max-width: 100%;
  width: 420px;
}
.request .img_item {
  display: inline-block;
  max-width: 100%;
}
.request .text {
  margin: 25px 0 0 0;
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 44px;
}
.request .more {
  display: inline-block;
  max-width: 100%;
  width: 250px;
  height: auto;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  position: relative;
  padding: 15px 65px 15px 20px;
  margin-top: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 20px;
  text-transform: uppercase;
}
.request .more::before {
  content: "";
  position: absolute;
  top: 9px;
  right: 10px;
  width: 35px;
  height: 30px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -219px -75px;
}
.request .more:hover {
  background-color: #91805B;
  border-color: #91805B;
}

.content_pagination {
  padding: 45px 0;
  text-align: center;
}
.content_pagination .pagination {
  display: inline-block;
  width: auto;
  float: none;
}
.content_pagination ul {
  padding: 0;
  margin: 0;
  width: auto;
  display: inline-block;
}
.content_pagination li {
  display: inline-block;
  margin: 0;
  padding: 1px;
  width: auto;
  font-size: 16px;
  color: #808080;
}
.content_pagination a {
  float: left;
  margin: 0 2px;
  padding: 0 5px;
  min-width: 36px;
  height: 30px;
  border: 1px solid #9098a1;
  border-radius: 2px;
  color: #808080;
  line-height: 27px;
}
.content_pagination a:hover,
.content_pagination a.active {
  border-color: #003055;
  background: #003055;
  color: #FFFFFF;
}
.content_pagination .prev,
.content_pagination .next {
  font-size: 22px;
  border: none;
}

/*generico*/
.main_home {
  padding: 0;
  background: #C9C4BB;
}
.main_home .product_banner {
  padding: 125px 0 35px 0;
  background: #E0DEDB;
}
.main_home .product_banner .container {
  width: 800px;
}
.main_home .product_banner .slide_product_banner {
  padding: 0 45px;
}
.main_home .product_banner .prev {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 115px;
  right: auto;
  margin: auto;
  width: 40px;
  height: 70px;
  z-index: 5;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -58px 3px;
  font-size: 20px;
  line-height: 24px;
  color: #003055;
  text-align: center;
  text-indent: -9999px;
}
.main_home .product_banner .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 115px;
  margin: auto;
  width: 40px;
  height: 70px;
  z-index: 5;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -58px 3px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 20px;
  line-height: 24px;
  color: #003055;
  text-align: center;
  text-indent: -9999px;
}
.main_home .product_banner .slick-dots {
  display: inline-block;
  width: 100%;
  height: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
}
.main_home .product_banner .slick-dots li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
}
.main_home .product_banner .slick-dots li button {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  border: 1px solid #91805B;
  border-radius: 100%;
  background: transparent;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  position: relative;
}
.main_home .product_banner .slick-dots li.slick-active button,
.main_home .product_banner .slick-dots li:hover button {
  background: #91805B;
}
.main_home .product_banner .item {
  padding: 0 0 90px 0;
}
.main_home .product_banner .item .box_img {
  padding: 0;
}
.main_home .product_banner .item .box_img .img_item {
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.main_home .product_banner .item .box_infos {
  padding: 45px 0 0 70px;
}
.main_home .product_banner .item .box_infos .new {
  display: inline-block;
  width: auto;
  margin: 0 0 15px 0;
  padding: 6px 10px 4px 10px;
  background: #91805B;
  border-radius: 3px;
  font-weight: 600;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
  text-transform: uppercase;
}
.main_home .product_banner .item .box_infos .text1 {
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 49px;
  color: #003055;
  line-height: 56px;
}
.main_home .product_banner .item .box_infos .text2 {
  padding: 15px 0 0 0;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
}
.main_home .product_banner .item .box_infos .btn_more {
  margin-top: 25px;
}
.main_home .about {
  padding: 90px 0 180px 0;
  background-color: #C9C4BB;
}
.main_home .about::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #C9C4BB;
  background-image: url("../images/bg_about.png");
  background-position: center top;
  background-repeat: no-repeat;
}
.main_home .about .container {
  width: 1130px;
}
.main_home .about .box1 {
  padding: 0;
}
.main_home .about .box1 .column_img {
  padding: 0;
  min-height: 660px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main_home .about .box1 .column_img::before {
  content: "";
  position: absolute;
  top: 78px;
  right: -35px;
  width: 70px;
  height: 3px;
  background: #91805B;
}
.main_home .about .box1 .box_text {
  padding: 20px 0 20px 70px;
  min-height: 660px;
}
.main_home .about .box1 .box_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  background-image: url("../images/shadow_horizontal.png");
  background-repeat: no-repeat;
  background-position: center right;
}
.main_home .about .box1 .box_text .content_text {
  padding: 0;
}
.main_home .about .box1 .box_text .text1 {
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 32px;
  color: #003055;
  line-height: 36px;
  text-transform: uppercase;
}
.main_home .about .box1 .box_text .text2 {
  padding: 15px 0 0 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 32px;
  color: #91805B;
  line-height: 36px;
  text-transform: uppercase;
}
.main_home .about .box1 .box_text .text3 {
  padding: 25px 0 0 0;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
}
.main_home .about .box1 .box_text .btn_more {
  margin-top: 40px;
}
.main_home .about .box2 {
  padding: 0 0 0 75px;
  margin-top: -240px;
}
.main_home .about .box2 .column_img {
  padding: 0;
  border-radius: 0 0 0 80px;
  min-height: 530px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img_about.jpg");
  background-color: #C9C4BB;
}
/*
.main_home .about .box2 .column_img::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 93px;
  height: 93px;
  border: 3px solid #FFFFFF;
  border-radius: 100%;
  background-image: url("../images/bg_play.png");
  background-repeat: no-repeat;
  background-position: 30px center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
*/
.main_home .about .box2 .column_img::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 93px;
  height: 93px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_home .about .box2 .column_img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_home .about .box2 .column_img:hover::before {
  /*border-color: #003055;
  background-color: #003055;*/
}
.main_home .about .box2 .box_text {
  padding: 265px 60px 20px 70px;
  min-height: 530px;
  background-image: url("../images/bg_about2.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #C9C4BB;
}
.main_home .about .box2 .box_text::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  background-image: url("../images/shadow_horizontal.png");
  background-repeat: no-repeat;
  background-position: center left;
}
.main_home .about .box2 .box_text .img_item {
  display: inline-block;
  margin-bottom: 20px;
  max-width: 100%;
}
.main_home .about .box2 .box_text .text1 {
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 25px;
  color: #003055;
  line-height: 30px;
  text-transform: uppercase;
}
.main_home .about .box2 .box_text .text2 {
  padding: 15px 0 0 0;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
}
.main_home .about .box2 .box_text .btn_more {
  margin-top: 25px;
}
.main_home .recipes {
  padding: 200px 0 100px 0;
  background-color: #E0DEDB;
}
.main_home .recipes .column_text {
  padding: 0;
}
.main_home .recipes .column_text .img_chef {
  display: inline-block;
  max-width: 100%;
  margin-top: -50px;
}
.main_home .recipes .column_text .text1 {
  padding: 45px 0 0 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 22px;
  color: #003055;
  line-height: 26px;
  text-transform: uppercase;
}
.main_home .recipes .column_text .text2 {
  padding: 15px 0 0 0;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
}
.main_home .recipes .column_text .more {
  display: inline-block;
  max-width: 100%;
  width: 240px;
  height: auto;
  background-color: transparent;
  border: 1px solid #003055;
  border-radius: 22px;
  position: relative;
  margin-top: 20px;
  padding: 10px 30px 10px 15px;
  font-weight: 600;
  font-size: 16px;
  color: #003055;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_home .recipes .column_text .more::before {
  content: "";
  position: absolute;
  top: 6px;
  border: none;
  right: 17px;
  width: 30px;
  height: 30px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -210px -58px;
  background-size: auto 80px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_home .recipes .column_text .more:hover {
  background-color: #003055;
  color: #FFFFFF;
}
.main_home .recipes .column_text .more:hover::before {
  background-position: -174px -58px;
}
.main_home .recipes .column_items {
  padding: 0 0 0 30px;
}
.main_home .recipes .item {
  padding: 0 8px;
  margin-bottom: 50px;
  text-align: center;
}
.main_home .recipes .item .box_img {
  padding: 0;
  overflow: hidden;
}
.main_home .recipes .item .box_img::before {
  content: "";
  display: inline-block;
  width: 100%;
  padding: 0 0 63% 0;
}
.main_home .recipes .item .box_img .img_item {
  max-width: 160%;
  max-height: 160%;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main_home .recipes .item .text {
  margin-top: 20px;
  padding: 0;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  min-height: 50px;
}
.main_home .recipes .item a:hover .img_item {
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.main_home .recipes .more_items {
  padding: 0 8px;
  margin-bottom: 50px;
  text-align: center;
}
.main_home .recipes .more_items a {
  margin: 0;
  padding: 0;
  border: 1px solid #003055;
}
.main_home .recipes .more_items a::before {
  content: "";
  display: inline-block;
  width: 100%;
  padding: 0 0 65% 0;
}
.main_home .recipes .more_items .text {
  margin-top: 20px;
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 22px;
  color: #003055;
  line-height: 26px;
  min-height: 50px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_home .recipes .more_items a:hover {
  background-color: #003055;
}
.main_home .recipes .more_items a:hover .text {
  color: #FFFFFF;
}
.main_home .recipes .box_slide {
  display: none;
  margin: 40px 0 0 0;
}
.main_home .recipes .box_slide .item {
  width: 250px !important;
  max-width: 250px !important;
  flex: 250px !important;
  margin-bottom: 0;
}
.main_home .recipes .box_slide .item .text {
  min-height: inherit;
}
.main_home .recipes .box_slide .more_items {
  width: 250px !important;
  max-width: 250px !important;
  flex: 250px !important;
  margin-bottom: 0;
}
.main_home .where {
  padding: 115px 0 160px 0;
  background: #C9C4BB;
  text-align: right;
}
.main_home .where .box_content {
  padding: 115px 0 0 0;
  border-radius: 0 0 0 60px;
}
.main_home .where .box_content .background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 73%;
  height: 100%;
}
.main_home .where .box_content .background .column {
  padding: 0 15px 0 0;
}
.main_home .where .box_content .background .column .box_item_column {
  background-position: left top, 475px top;
  background-repeat: no-repeat;
}
.main_home .where .box_content .background .column:nth-child(1) .box_item_column {
  border-radius: 0 0 0 80px;
}
.main_home .where .box {
  display: inline-block;
  width: 510px;
  max-width: 100%;
  background: #C9C4BB;
  padding: 40px 90px 0 90px;
  text-align: left;
  position: relative;
}
.main_home .where .box::before {
  content: "";
  position: absolute;
  left: -35px;
  bottom: 130px;
  background: #91805B;
  width: 70px;
  height: 3px;
}
.main_home .where .box .text {
  margin: 35px 0;
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 27px;
  color: #003055;
  line-height: 32px;
  text-transform: uppercase;
}
.main_home .where .box .box_select {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
  width: 100%;
  height: 44px;
  border: 1px solid #91805B;
  border-radius: 22px;
  font-weight: 600;
  font-size: 16px;
  color: #91805B;
  background: #C9C4BB;
  outline: none !important;
}
.main_home .where .box .box_select .option {
  margin: 0;
  padding: 14px 0 0 0;
}
.main_home .where .box .box_select .arrow_select {
  width: 40px;
  height: 44px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -147px -72px;
  position: relative;
  margin: 0;
}
.main_home .where .box .btn_send {
  display: inline-block;
  width: 100%;
  height: auto;
  background-color: #003055;
  border: none;
  border-radius: 25px;
  position: relative;
  padding: 15px 85px 15px 20px;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_home .where .box .btn_send::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 20px;
  width: 35px;
  height: 30px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -106px -75px;
}
.main_home .where .box .btn_send:hover {
  background-color: #91805B;
  color: #FFFFFF;
}
.main_home .where .box .btn_send:hover::before {
  background-position: -219px -75px;
}
.main_home .section_youtube {
  padding: 280px 0 160px 0;
  margin-bottom: 60px;
  background-image: url("../images/bg_youtube.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.main_home .section_youtube::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url("../images/moldura_youtube.png");
  background-position: center top;
  background-repeat: no-repeat;
}
.main_home .section_youtube .box_text {
  display: inline-block;
  width: 450px;
  max-width: 100%;
}
.main_home .section_youtube .box_text .text {
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 40px;
}
.main_home .section_youtube .box_text .more {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  position: relative;
  margin-top: 45px;
  padding: 13px 100px 13px 20px;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  text-align: left;
  text-transform: uppercase;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_home .section_youtube .box_text .more::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 15px;
  width: 35px;
  height: 30px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -219px -76px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_home .section_youtube .box_text .more:hover {
  border-color: #003055;
  color: #003055;
}
.main_home .section_youtube .box_text .more:hover::before {
  background-position: -265px -76px;
}
.main_home .section_youtube .box_text .btn_play {
  margin: auto;
  padding: 0;
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 93px;
  height: 93px;
  border: 3px solid #FFFFFF;
  border-radius: 100%;
  background-image: url("../images/bg_play.png");
  background-repeat: no-repeat;
  background-position: 30px center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_home .section_youtube .box_text .btn_play_:hover {
  border-color: #003055;
  background-color: #003055;
}

/*home*/
/*categorias*/
.main_category {
  padding: 0;
  background-color: #E0DEDB;
}
.main_category .header_page {
  padding: 240px 0 0 0;
  height: 576px;
  background-image: url("../images/bg_man_category.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.main_category .header_page::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: url("../images/bg_header.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.main_category .title_page {
  margin: 0;
  padding: 15px 0 0 100px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 37px;
  color: #FFFFFF;
  line-height: 41px;
  text-transform: uppercase;
  background-image: url("../images/bg_category_title_page.png");
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 92px;
}
.main_category .box_list {
  padding: 75px 0 85px 0;
  margin: 0;
}
.main_category .box_list .container {
  width: 1160px;
}
.main_category .box_list .slide_category {
  padding: 0 40px;
}
.main_category .box_list .prev {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  width: 45px;
  height: 50px;
  z-index: 5;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -107px 8px;
  text-indent: -9999px;
}
.main_category .box_list .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  width: 45px;
  height: 50px;
  z-index: 5;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -107px 8px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-indent: -9999px;
}
.main_category .box_list .item {
  padding: 0;
  text-align: center;
}
.main_category .box_list .item .box_img {
  padding: 0;
  height: 175px;
}
.main_category .box_list .item .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 85%;
  max-height: 85%;
}
.main_category .box_list .item .text {
  padding: 10px 0 0 0;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  text-transform: uppercase;
}

/*categorias*/
/*contato*/
.main_contact {
  padding: 0;
  background-color: #E0DEDB;
}
.main_contact .header_page {
  padding: 240px 0 0 0;
  height: 576px;
  background-image: url("../images/bg_man_contact.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.main_contact .header_page::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: url("../images/bg_header.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.main_contact .title_page {
  margin: 0;
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 37px;
  color: #FFFFFF;
  line-height: 41px;
  text-transform: uppercase;
}
.main_contact .title {
  margin: 0 0 30px 10px;
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 20px;
  color: #003055;
  line-height: 24px;
  text-transform: uppercase;
}
.main_contact .box_form {
  padding: 0;
  margin: 0;
  z-index: 1;
}
.main_contact .box_form .column_form {
  padding: 0;
}
.main_contact .box_form .column_form .item {
  padding: 0 10px;
  margin-bottom: 25px;
}
.main_contact .box_form .column_form .field {
  display: inline-block;
  margin: 0;
  padding: 0 25px;
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  color: #003055;
  line-height: 52px;
  text-transform: uppercase;
}
.main_contact .box_form .column_form .box_select {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 25px;
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 5px;
  outline: none !important;
  background: #FFFFFF;
  font-size: 18px;
  color: #003055;
  line-height: 22px;
  text-transform: uppercase;
}
.main_contact .box_form .column_form .box_select .option {
  margin: 0;
  padding: 16px 0 0 0;
}
.main_contact .box_form .column_form .box_select .arrow_select {
  width: 40px;
  height: 52px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -147px -68px;
  position: relative;
  margin: 0;
}
.main_contact .box_form .column_form .textarea {
  display: inline-block;
  margin: 0;
  padding: 15px 25px;
  width: 100%;
  height: 145px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  color: #003055;
  line-height: 22px;
  text-transform: uppercase;
  resize: none;
}
.main_contact .box_form .column_form .box_recaptcha {
  display: inline-block;
  width: auto;
}
.main_contact .box_form .column_form .btn_send {
  display: inline-block;
  float: right;
  max-width: 100%;
  width: 220px;
  height: auto;
  background-color: #003055;
  border: none;
  border-radius: 25px;
  position: relative;
  padding: 10px 60px 10px 15px;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_contact .box_form .column_form .btn_send::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 14px;
  width: 35px;
  height: 30px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -106px -75px;
}
.main_contact .box_form .column_form .btn_send:hover {
  background-color: #002540;
  color: #FFFFFF;
}
.main_contact .box_form .column_form ::-webkit-input-placeholder {
  color: #003055;
  opacity: 10;
}
.main_contact .box_form .column_form :-moz-placeholder {
  color: #003055;
  opacity: 10;
}
.main_contact .box_form .column_form ::-moz-placeholder {
  color: #003055;
  opacity: 10;
}
.main_contact .box_form .column_form :-ms-input-placeholder {
  color: #003055;
  opacity: 10;
}
.main_contact .box_form .column_infos {
  padding: 0 0 0 80px;
}
.main_contact .box_form .column_infos .box {
  padding: 60px 50px;
  margin-top: -230px;
  background-color: #E0DEDB;
}
.main_contact .box_form .column_infos .box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 30px;
  height: 600px;
  background-image: url("../images/shadow_horizontal.png");
  background-repeat: no-repeat;
  background-position: center left;
}
.main_contact .box_form .column_infos .img_item {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 0 35px;
}
.main_contact .box_form .column_infos .item:nth-last-child(1) {
  border: none;
}
.main_contact .box_form .column_infos .item {
  padding: 35px 0 40px 35px;
  border-bottom: 1px solid #D8D2CA;
}
.main_contact .box_form .column_infos .item a {
  color: #91805B;
}
.main_contact .box_form .column_infos .item .text1 {
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 20px;
  color: #003055;
  line-height: 24px;
}
.main_contact .box_form .column_infos .item .text2 {
  margin: 18px 0 0 0;
  padding: 0;
  font-weight: 700;
  font-size: 24px;
  color: #91805B;
  line-height: 30px;
  min-height: 33px;
}
.main_contact .box_form .column_infos .item .text3 {
  margin: 18px 0 0 0;
  padding: 0;
  font-size: 16px;
  color: #91805B;
  line-height: 20px;
  min-height: 33px;
}
.main_contact .box_form .column_infos .item .phone {
  padding-left: 40px;
  word-break: break-all;
}
.main_contact .box_form .column_infos .item .phone::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 25px;
  height: 27px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -35px -77px;
}
.main_contact .box_form .column_infos .item .whatsapp {
  padding-left: 40px;
  word-break: break-all;
}
.main_contact .box_form .column_infos .item .whatsapp::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 27px;
  height: 27px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -73px -77px;
}
.main_contact .box_form .column_infos .item .email {
  padding-left: 40px;
  word-break: break-all;
}
.main_contact .box_form .column_infos .item .email::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  height: 21px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -83px;
}
.main_contact .box_form .address {
  padding: 35px 50px 35px 150px;
  margin-top: 150px;
  background-color: #E0DEDB;
  font-size: 20px;
  color: #003055;
  line-height: 24px;
}
.main_contact .box_form .address::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100px;
  height: 100%;
  background-image: url("../images/shadow_vertical.png");
  background-repeat: no-repeat;
  background-position: center left;
}
.main_contact .box_form .address::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100px;
  height: 100%;
  background-image: url("../images/shadow_vertical.png");
  background-repeat: no-repeat;
  background-position: center right;
}
.main_contact .box_form .address .img_item {
  position: absolute;
  top: 15px;
  left: 30px;
  max-width: 90px;
  max-height: 65px;
}
.main_contact .map {
  padding: 0;
  margin-top: -55px;
  z-index: 0;
}
.main_contact .map iframe {
  display: inline-block;
  width: 100% !important;
  height: 377px !important;
}

/*contato*/
/*trabalhe conosco*/
.main_work {
  padding: 0;
  background-color: #E0DEDB;
}
.main_work .header_page {
  padding: 240px 0 0 0;
  height: 576px;
  background-image: url("../images/bg_man_work.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.main_work .header_page::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: url("../images/bg_header.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.main_work .title_page {
  margin: 0;
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 37px;
  color: #FFFFFF;
  line-height: 41px;
  text-transform: uppercase;
}
.main_work .title {
  margin: 0 0 30px 10px;
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 20px;
  color: #003055;
  line-height: 24px;
  text-transform: uppercase;
}
.main_work .box_form {
  padding: 0 0 80px 0;
  margin: 0 0 0;
  z-index: 1;
}
.main_work .box_form .column_form {
  padding: 0;
}
.main_work .box_form .column_form .item {
  padding: 0 10px;
  margin-bottom: 25px;
}
.main_work .box_form .column_form .field {
  display: inline-block;
  margin: 0;
  padding: 0 25px;
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  color: #003055;
  line-height: 52px;
  text-transform: uppercase;
}
.main_work .box_form .column_form .load_file {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 60px 0 20px;
  width: 100%;
  height: 52px;
  border: 1px solid #91805B;
  border-radius: 5px;
  background: #FFFFFF;
  font-size: 18px;
  color: #003055;
  line-height: 52px;
  text-align: left;
  text-transform: uppercase;
}
.main_work .box_form .column_form .load_file::before {
  content: "...";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  border: 1px solid #91805B;
  border-radius: 100%;
  text-align: center;
  line-height: 8px;
  color: #91805B;
}
.main_work .box_form .column_form #file {
  display: none;
}
.main_work .box_form .column_form .file_name {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 60px 0 20px;
  width: 100%;
  height: 52px;
  border: 1px solid #91805B;
  border-radius: 5px;
  background: #FFFFFF;
  font-size: 18px;
  color: #003055;
  line-height: 52px;
  text-align: left;
  text-transform: uppercase;
}
.main_work .box_form .column_form .file_name::before {
  content: "...";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  border: 1px solid #91805B;
  border-radius: 100%;
  text-align: center;
  line-height: 8px;
  color: #91805B;
}
.main_work .box_form .column_form .file_name .delete_file {
  font-size: 24px;
  color: #FF0000;
  position: absolute;
  top: -25px;
  right: 0;
  cursor: pointer;
}
.main_work .box_form .column_form .file_name span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_work .box_form .column_form .box_select {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 25px;
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 5px;
  outline: none !important;
  background: #FFFFFF;
  font-size: 18px;
  color: #003055;
  line-height: 22px;
  text-transform: uppercase;
}
.main_work .box_form .column_form .box_select .option {
  margin: 0;
  padding: 16px 0 0 0;
}
.main_work .box_form .column_form .box_select .arrow_select {
  width: 40px;
  height: 52px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -147px -68px;
  position: relative;
  margin: 0;
}
.main_work .box_form .column_form .textarea {
  display: inline-block;
  margin: 0;
  padding: 15px 25px;
  width: 100%;
  height: 145px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  color: #003055;
  line-height: 22px;
  text-transform: uppercase;
  resize: none;
}
.main_work .box_form .column_form .box_recaptcha {
  display: inline-block;
  width: auto;
}
.main_work .box_form .column_form .btn_send {
  display: inline-block;
  float: right;
  max-width: 100%;
  width: 220px;
  height: auto;
  background-color: #003055;
  border: none;
  border-radius: 25px;
  position: relative;
  padding: 10px 60px 10px 15px;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_work .box_form .column_form .btn_send::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 14px;
  width: 35px;
  height: 30px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -106px -75px;
}
.main_work .box_form .column_form .btn_send:hover {
  background-color: #002540;
  color: #FFFFFF;
}
.main_work .box_form .column_form ::-webkit-input-placeholder {
  color: #003055;
  opacity: 10;
}
.main_work .box_form .column_form :-moz-placeholder {
  color: #003055;
  opacity: 10;
}
.main_work .box_form .column_form ::-moz-placeholder {
  color: #003055;
  opacity: 10;
}
.main_work .box_form .column_form :-ms-input-placeholder {
  color: #003055;
  opacity: 10;
}
.main_work .box_form .column_infos {
  padding: 0 80px 0 0;
}
.main_work .box_form .column_infos .box {
  padding: 60px 50px;
  margin-top: -120px;
  background-color: #E0DEDB;
}
.main_work .box_form .column_infos .box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 30px;
  height: 600px;
  background-image: url("../images/shadow_horizontal.png");
  background-repeat: no-repeat;
  background-position: center left;
}
.main_work .box_form .column_infos .box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 30px;
  height: 600px;
  background-image: url("../images/shadow_horizontal.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.main_work .box_form .column_infos .img_item {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 0 35px;
}
.main_work .box_form .column_infos .item:nth-last-child(1) {
  border: none;
}
.main_work .box_form .column_infos .item {
  padding: 35px 0 40px 35px;
  border-bottom: 1px solid #D8D2CA;
}
.main_work .box_form .column_infos .item .text1 {
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 20px;
  color: #003055;
  line-height: 24px;
}
.main_work .box_form .column_infos .item .text2 {
  margin: 18px 0 0 0;
  padding: 0;
  font-weight: 700;
  font-size: 24px;
  color: #91805B;
  line-height: 30px;
  min-height: 33px;
}
.main_work .box_form .column_infos .item .text3 {
  margin: 18px 0 0 0;
  padding: 0;
  font-size: 16px;
  color: #91805B;
  line-height: 20px;
  min-height: 33px;
}
.main_work .box_form .column_infos .item .phone {
  padding-left: 40px;
  word-break: break-all;
}
.main_work .box_form .column_infos .item .phone::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 25px;
  height: 27px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -35px -77px;
}
.main_work .box_form .column_infos .item .whatsapp {
  padding-left: 40px;
  word-break: break-all;
}
.main_work .box_form .column_infos .item .whatsapp::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 27px;
  height: 27px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -73px -77px;
}
.main_work .box_form .column_infos .item .email {
  padding-left: 40px;
  word-break: break-all;
}
.main_work .box_form .column_infos .item .email::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  height: 21px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -83px;
}
.main_work .box_form .column_infos .item a {
  color: #91805B;
}
.main_work .box_form .address {
  padding: 35px 50px 35px 150px;
  margin-top: 150px;
  background-color: #E0DEDB;
  font-size: 20px;
  color: #003055;
  line-height: 24px;
}
.main_work .box_form .address::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100px;
  height: 100%;
  background-image: url("../images/shadow_vertical.png");
  background-repeat: no-repeat;
  background-position: center left;
}
.main_work .box_form .address::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100px;
  height: 100%;
  background-image: url("../images/shadow_vertical.png");
  background-repeat: no-repeat;
  background-position: center right;
}
.main_work .box_form .address .img_item {
  position: absolute;
  top: 15px;
  left: 30px;
  max-width: 90px;
  max-height: 65px;
}
.main_work .map {
  padding: 0;
  margin-top: -55px;
  z-index: 0;
}
.main_work .map iframe {
  display: inline-block;
  width: 100% !important;
  height: 377px !important;
}

/*trabalhe conosco*/
/*produtos*/
.main_products {
  padding: 0;
  background-color: #E0DEDB;
}
.main_products .header_page {
  padding: 240px 0 0 0;
  height: 576px;
  background-image: url("../images/bg_main_products.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.main_products .header_page::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: url("../images/bg_header.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.main_products .title_page {
  margin: 0;
  padding: 10px 0 0 105px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 37px;
  color: #FFFFFF;
  line-height: 41px;
  text-transform: uppercase;
  background-image: url("../images/bg_products_title_page.png");
  background-position: left top;
  background-repeat: no-repeat;
}
.main_products .wrap {
  padding: 0 0 90px 0;
}
.main_products .wrap .box_list {
  padding: 0;
  margin: 40px -10px 0 -10px;
}
.main_products .wrap .box_more {
  padding: 0;
  margin-top: 70px;
  text-align: center;
}
.main_products .wrap .box_more .more {
  display: inline-block;
  padding: 5px;
  margin: 0;
  background: none;
  border: none;
  font-weight: 600;
  font-size: 18px;
  color: #003055;
  line-height: 20px;
}
.main_products .wrap .item {
  padding: 0 10px;
  margin-bottom: 65px;
}
.main_products .wrap .item .box {
  padding: 50px 35px;
  background-color: #C9C4BB;
  background-image: url("../images/bg_product.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  border-radius: 8px;
}
.main_products .wrap .item .box .box_img {
  height: 320px;
}
.main_products .wrap .item .box .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
}
.main_products .wrap .item .box .box_infos {
  padding: 25px 0 0 0;
}
.main_products .wrap .item .box .box_infos .text1 {
  margin: 0;
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 27px;
  color: #003055;
  line-height: 30px;
  text-transform: uppercase;
}
.main_products .wrap .item .box .box_infos .text2 {
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  min-height: 150px;
}
.main_products .wrap .item .box .box_infos .more {
  margin-top: 15px;
  display: inline-block;
  max-width: 100%;
  width: 190px;
  height: auto;
  background-color: #003055;
  border: none;
  border-radius: 20px;
  position: relative;
  padding: 11px 45px 11px 15px;
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 18px;
  text-transform: uppercase;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_products .wrap .item .box .box_infos .more::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 15px;
  width: 25px;
  height: 20px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -153px -53px;
  background-size: auto 70px;
}
.main_products .wrap .item .box .box_infos .more:hover {
  background-color: #91805B;
  color: #FFFFFF;
}
.main_products .wrap .item .box:hover .box_img .img_item {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}

/*produtos*/
/*história*/
.main_history {
  padding: 0;
  background-color: #E0DEDB;
  z-index: 1;
}
.main_history .header_page {
  padding: 240px 0 0 0;
  height: 576px;
  background-image: url("../images/bg_man_history.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.main_history .header_page::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: url("../images/bg_header.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.main_history .title_page {
  margin: 0;
  padding: 15px 0 0 100px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 37px;
  color: #FFFFFF;
  line-height: 42px;
  text-transform: uppercase;
  background-image: url("../images/bg_main_history_page.png");
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 92px;
}
.main_history .box_options {
  position: absolute;
  top: 100px;
  left: 15px;
  width: auto;
  z-index: 1;
}
.main_history .box_options .list.active {
  position: fixed;
  top: 0;
}
.main_history .box_options .list {
  position: absolute;
  top: auto;
  left: auto;
  margin: 0;
  padding: 0;
  width: 150px;
}
.main_history .box_options li {
  list-style: none;
  padding: 5px 0;
}
.main_history .box_options a {
  display: inline-block;
  width: 100%;
  padding: 15px 0 15px 65px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 17px;
  color: #A39E95;
  line-height: 20px;
}
.main_history .box_options a .box_img {
  border: 5px solid #FFFFFF;
  border-radius: 100%;
  width: 47px;
  height: 47px;
  overflow: hidden;
  position: absolute;
  top: 5px;
  left: 0;
}
.main_history .box_options a .box_img .img_item {
  max-width: 160%;
  max-height: 160%;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main_history .box_options a:hover,
.main_history .box_options a.active {
  color: #8B805B;
}
.main_history .box_slide_options {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #E0DEDB;
  padding: 5px 0;
  display: none;
}
.main_history .box_slide_options .slide_history {
  margin: 0;
  padding: 0;
}
.main_history .box_slide_options li {
  list-style: none;
  padding: 5px 0;
  display: inline-block;
  width: 60px !important;
  position: relative;
}
.main_history .box_slide_options a {
  display: inline-block;
  width: 100%;
  padding: 5px 5px 55px 5px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 13px;
  color: #000000;
  line-height: 13px;
  text-align: center;
}
.main_history .box_slide_options a .box_img {
  border: 5px solid #FFFFFF;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  overflow: hidden;
  margin: auto;
  position: absolute;
  top: auto;
  bottom: 5px;
  left: 0;
  right: 0;
}
.main_history .box_slide_options a .box_img .img_item {
  max-width: 160%;
  max-height: 160%;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main_history .box_slide_options a:hover,
.main_history .box_slide_options a.active {
  color: #8B805B;
}
.main_history .wrap {
  padding: 0;
  margin-top: 130px;
}
.main_history .wrap::before {
  content: "";
  width: 760px;
  height: 590px;
  z-index: 0;
  position: absolute;
  top: -150px;
  right: 15%;
  background-image: url("../images/bg_history.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.main_history .wrap::after {
  content: "";
  width: 540px;
  height: 330px;
  z-index: 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  background-image: url("../images/bg_history2.jpg");
  background-repeat: no-repeat;
  background-position: top right;
}
.main_history .wrap .container_list {
  width: 820px;
}
.main_history .title {
  margin: 0;
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 39px;
  color: #003055;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
}
.main_history .title .container {
  width: 820px;
}
.main_history .box_items {
  padding: 0;
  margin: 60px 0 145px 0;
  z-index: 1;
}
.main_history .box_items .container_list {
  width: 820px;
}
.main_history .box_items .row_mother {
  margin-left: -20px;
  margin-right: -20px;
}
.main_history .box_items .item.pair .box_img {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-left: -70px;
}
.main_history .box_items .item.pair .box_text {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 0;
  order: 0;
  margin-left: 35px;
  padding-left: 0;
  border-top-right-radius: 47px;
}
.main_history .box_items .item.pair .box_text::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 100%;
  width: 25px;
  height: 320px;
  background-image: url("../images/shadow_horizontal.png");
  background-repeat: no-repeat;
  background-position: center right;
}
.main_history .box_items .item.odd .box_img {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 0;
  order: 0;
  margin-left: 35px;
}
.main_history .box_items .item.odd .box_text {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-left: -70px;
  padding-right: 0;
  border-top-left-radius: 47px;
}
.main_history .box_items .item.odd .box_text::before {
  content: "";
  position: absolute;
  top: 80px;
  right: 100%;
  width: 25px;
  height: 320px;
  background-image: url("../images/shadow_horizontal.png");
  background-repeat: no-repeat;
  background-position: center left;
}
.main_history .box_items .item.odd .box_text .text1 {
  text-align: left;
}
.main_history .box_items .item.odd .box_text .img_item {
  float: right;
}
.main_history .box_items .item {
  padding: 85px 0 0 0;
}
.main_history .box_items .item .box_img {
  padding: 0;
  z-index: 0;
}
.main_history .box_items .item .box_img .img_item {
  margin: 0;
  width: 100%;
  display: inline-block;
}
.main_history .box_items .item .box_text {
  margin-top: 65px;
  padding: 50px 45px;
  background-color: #E0DEDB;
  z-index: 1;
  min-height: 320px;
}
.main_history .box_items .item .box_text .img_item {
  margin: -15px 0 0 0;
  max-width: 100px;
  max-height: 100px;
  display: inline-block;
  float: left;
}
.main_history .box_items .item .text1 {
  margin: 0;
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 76px;
  color: #8B805B;
  line-height: 76px;
  text-align: right;
}
.main_history .box_items .item .text1 .content_text {
  display: inline-block;
  width: 100%;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 76px;
  color: #8B805B;
  line-height: 76px;
  padding: 0;
  margin: 0;
}
.main_history .box_items .item .text2 {
  margin: 20px 0 0 0;
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
}

/*história*/
/*onde estamos*/
.main_where {
  padding: 0;
  background-color: #E0DEDB;
}
.main_where .header_page {
  padding: 225px 0 0 0;
  height: 576px;
  background-image: url("../images/bg_main_where.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.main_where .header_page::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: url("../images/bg_header.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.main_where .title_page {
  margin: 0;
  padding: 20px 0 0 145px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 37px;
  color: #FFFFFF;
  line-height: 41px;
  text-transform: uppercase;
  background-image: url("../images/bg_where_title_page.png");
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 92px;
}
.main_where .wrap {
  padding: 0;
  margin-top: 60px;
}
.main_where .wrap .column1 {
  padding: 0;
}
.main_where .wrap .column1 .text1 {
  margin: 0;
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 23px;
  color: #003055;
  line-height: 27px;
}
.main_where .wrap .column1 .text2 {
  margin: 20px 0 30px 0;
  padding: 0;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
}
.main_where .wrap .column1 .box_select {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
  width: 100%;
  height: 44px;
  border: 1px solid #91805B;
  border-radius: 22px;
  font-weight: 600;
  font-size: 16px;
  color: #91805B;
  background: #E0DEDB;
  outline: none !important;
}
.main_where .wrap .column1 .box_select .option {
  margin: 0;
  padding: 13px 0 0 0;
}
.main_where .wrap .column1 .box_select .arrow_select {
  width: 40px;
  height: 44px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -147px -72px;
  position: relative;
  margin: 0;
}
.main_where .wrap .column1 .btn_send {
  display: inline-block;
  width: 100%;
  height: auto;
  background-color: #003055;
  border: none;
  border-radius: 25px;
  position: relative;
  padding: 15px 85px 14px 20px;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_where .wrap .column1 .btn_send::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 20px;
  width: 35px;
  height: 30px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -106px -75px;
}
.main_where .wrap .column1 .btn_send:hover {
  background-color: #91805B;
  color: #FFFFFF;
}
.main_where .wrap .column1 .btn_send:hover::before {
  background-position: -219px -75px;
}
.main_where .wrap .column2 {
  padding: 0;
  border-left: 55px solid transparent;
}
.main_where .wrap .column2 .box_white {
  padding: 55px 50px 40px 50px;
  background: #FFFFFF;
  border-radius: 5px;
}
.main_where .wrap .column2 .box_white ul li {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  background: #EDEDED;
  border-radius: 5px;
}
.main_where .wrap .column2 .box_white ul .item {
  padding: 35px 20px 35px 40px;
  cursor: pointer;
}
.main_where .wrap .column2 .box_white ul .item .text1 {
  margin: 0;
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 20px;
  color: #003055;
  line-height: 24px;
  text-transform: uppercase;
}
.main_where .wrap .column2 .box_white ul .item .text2 {
  margin: 5px 0 0 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  color: #91805B;
  line-height: 20px;
  text-transform: uppercase;
}
.main_where .wrap .column2 .box_white ul .box_address {
  padding: 0 30px 30px 30px;
  display: none;
}
.main_where .wrap .column2 .box_white ul .box_address .phone {
  margin: 0 0 0 15px;
  padding: 5px 35px 5px 30px;
  font-weight: 600;
  font-size: 16px;
  color: #003055;
  line-height: 20px;
  text-transform: uppercase;
  min-height: 30px;
}
.main_where .wrap .column2 .box_white ul .box_address .phone::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  height: 27px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -35px -77px;
}
.main_where .wrap .column2 .box_white ul .box_address .whatsapp {
  margin: 0 0 0 15px;
  padding: 5px 50px 5px 30px;
  font-weight: 600;
  font-size: 16px;
  color: #003055;
  line-height: 20px;
  text-transform: uppercase;
  min-height: 30px;
}
.main_where .wrap .column2 .box_white ul .box_address .whatsapp::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 27px;
  height: 27px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -73px -77px;
}
.main_where .wrap .column2 .box_white ul .box_address .map {
  margin-top: 20px;
  padding: 0;
}
.main_where .wrap .column2 .box_white ul .box_address .map iframe {
  display: inline-block;
  width: 100% !important;
  height: 305px !important;
}
.main_where .wrap .column2 .box_white li.active .box_address {
  display: inline-block;
}
.main_where .wrap .column2 .box_white .box_more {
  padding: 0;
  margin-top: 45px;
  text-align: center;
}
.main_where .wrap .column2 .box_white .box_more .more {
  display: inline-block;
  padding: 5px;
  margin: 0;
  background: none;
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: #003055;
  line-height: 20px;
}

/*onde estamos*/
/*representantes*/
.main_representatives {
  padding: 0;
  background-color: #E0DEDB;
}
.main_representatives .header_page {
  padding: 250px 0 0 0;
  height: 576px;
  background-image: url("../images/bg_main_representatives.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.main_representatives .header_page::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: url("../images/bg_header.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.main_representatives .title_page {
  margin: 0;
  padding: 2px 0 0 145px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 37px;
  color: #FFFFFF;
  line-height: 41px;
  text-transform: uppercase;
  background-image: url("../images/bg_representatives_title_page.png");
  background-position: left top;
  background-repeat: no-repeat;
}
.main_representatives .wrap {
  margin-top: 60px;
  padding: 0 0 90px 0;
}
.main_representatives .wrap .column1 {
  padding: 0;
}
.main_representatives .wrap .column1 .text1 {
  margin: 0;
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 23px;
  color: #003055;
  line-height: 27px;
}
.main_representatives .wrap .column1 .text2 {
  margin: 20px 0 30px 0;
  padding: 0;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
}
.main_representatives .wrap .column1 .box_select {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
  width: 100%;
  height: 44px;
  border: 1px solid #91805B;
  border-radius: 22px;
  font-weight: 600;
  font-size: 16px;
  color: #91805B;
  background: #E0DEDB;
  outline: none !important;
}
.main_representatives .wrap .column1 .box_select .option {
  margin: 0;
  padding: 13px 0 0 0;
}
.main_representatives .wrap .column1 .box_select .arrow_select {
  width: 40px;
  height: 44px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -147px -72px;
  position: relative;
  margin: 0;
}
.main_representatives .wrap .column1 .btn_send {
  display: inline-block;
  width: 100%;
  height: auto;
  background-color: #003055;
  border: none;
  border-radius: 25px;
  position: relative;
  padding: 15px 85px 14px 20px;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_representatives .wrap .column1 .btn_send::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 20px;
  width: 35px;
  height: 30px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -106px -75px;
}
.main_representatives .wrap .column1 .btn_send:hover {
  background-color: #91805B;
  color: #FFFFFF;
}
.main_representatives .wrap .column1 .btn_send:hover::before {
  background-position: -219px -75px;
}
.main_representatives .wrap .column2 {
  padding: 0;
  border-left: 55px solid transparent;
}
.main_representatives .wrap .column2 .box_white {
  padding: 55px 50px 40px 50px;
  background: #FFFFFF;
  border-radius: 5px;
}
.main_representatives .wrap .column2 .box_more {
  padding: 0;
  text-align: center;
}
.main_representatives .wrap .column2 .box_more .more {
  display: inline-block;
  padding: 5px;
  margin-top: 25px !important;
  background: none;
  border: none;
  font-weight: 600;
  font-size: 18px;
  color: #003055;
  line-height: 20px;
}
.main_representatives .wrap .column2 .item {
  padding: 35px 70px 35px 40px;
  margin-bottom: 25px;
  background: #ECECEC;
  border-radius: 5px;
}
.main_representatives .wrap .column2 .item::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 42px;
  height: 42px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -213px 1px;
}
.main_representatives .wrap .column2 .item .text1 {
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 20px;
  color: #003055;
  line-height: 24px;
  text-transform: uppercase;
}
.main_representatives .wrap .column2 .item .text2 {
  margin: 0 0 10px 0;
  padding: 15px 0 0 0;
  font-weight: 600;
  font-size: 16px;
  color: #90805B;
  line-height: 20px;
  text-transform: uppercase;
}
.main_representatives .wrap .column2 .item .email {
  margin: 10px 0 0 0;
  padding: 5px 0 7px 40px;
  font-size: 16px;
  color: #003055;
  line-height: 20px;
  word-break: break-all;
}
.main_representatives .wrap .column2 .item .email::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 25px;
  height: 21px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -83px;
}
.main_representatives .wrap .column2 .item .phone {
  margin: 10px 0 0 0;
  padding: 5px 0 7px 40px;
  font-size: 16px;
  color: #003055;
  line-height: 20px;
}
.main_representatives .wrap .column2 .item .phone::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 27px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -35px -77px;
}
.main_representatives .wrap .column2 .item .whatsapp {
  margin: 10px 0 0 0;
  padding: 5px 0 7px 40px;
  font-size: 16px;
  color: #003055;
  line-height: 20px;
}
.main_representatives .wrap .column2 .item .whatsapp::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 27px;
  height: 27px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -73px -77px;
}

/*representantes*/
/*produto detalhe*/
.main_product_view {
  padding: 0;
  background-color: #E0DEDB;
}
.main_product_view .header_page {
  padding: 240px 0 0 0;
  height: 576px;
  background-image: url("../images/bg_main_product_view.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.main_product_view .header_page::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: url("../images/bg_header.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.main_product_view .title_page {
  margin: 0;
  padding: 15px 0 0 110px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 37px;
  color: #FFFFFF;
  line-height: 41px;
  text-transform: uppercase;
  background-image: url("../images/bg_product_view_title_page.png");
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 92px;
}
.main_product_view .wrap {
  margin-top: 0px;
  padding: 0;
}
.main_product_view .wrap .box_view {
  padding: 80px 0 0 0;
}
.main_product_view .wrap .box_view .prev {
  cursor: pointer;
  position: absolute;
  top: auto;
  bottom: 240px;
  left: 20px;
  right: auto;
  margin: auto;
  width: 40px;
  height: 40px;
  z-index: 5;
  font-size: 32px;
  line-height: 40px;
  color: #003055;
  text-align: center;
}
.main_product_view .wrap .box_view .next {
  cursor: pointer;
  position: absolute;
  top: auto;
  bottom: 240px;
  left: auto;
  right: 20px;
  margin: auto;
  width: 40px;
  height: 40px;
  z-index: 5;
  font-size: 32px;
  line-height: 40px;
  color: #003055;
  text-align: center;
}
.main_product_view .wrap .box_view .slick-dots {
  margin: 0;
  display: inline-block;
  width: 100%;
  height: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 60px;
}
.main_product_view .wrap .box_view .slick-dots li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
}
.main_product_view .wrap .box_view .slick-dots li button {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  border: 1px solid #91805B;
  border-radius: 100%;
  background: transparent;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  position: relative;
}
.main_product_view .wrap .box_view .slick-dots li.slick-active button,
.main_product_view .wrap .box_view .slick-dots li:hover button {
  background: #91805B;
}
.main_product_view .wrap .box_view .box_img {
  padding: 0 20px 0 0;
}
.main_product_view .wrap .box_view .box_img .slide_product_view {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  padding: 0 0 50px 0;
}
.main_product_view .wrap .box_view .box_img .item {
  padding: 0;
  height: 640px;
}
.main_product_view .wrap .box_view .box_img .item .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 85%;
  max-height: 85%;
}
.main_product_view .wrap .box_view .box_infos {
  padding: 0 0 50px 60px;
}
.main_product_view .wrap .box_view .box_infos .item {
  padding: 0;
}
.main_product_view .wrap .box_view .box_infos .item span {
  padding: 8px 15px;
  margin: 0 15px 0 0;
  display: inline-block;
  background: #90805B;
  border-radius: 3px;
  font-weight: 600;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 14px;
  text-transform: uppercase;
}
.main_product_view .wrap .box_view .box_infos .name {
  margin-top: 30px;
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 30px;
  color: #003055;
  line-height: 34px;
  text-transform: uppercase;
}
.main_product_view .wrap .box_view .box_infos .name h2 {
    margin: 0;
    padding: 0;
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-size: 30px;
    color: #003055;
    line-height: 34px;
    text-transform: uppercase;
}
.main_product_view .wrap .box_view .box_infos .name .img_icon {
  max-width: 70px;
  max-height: 80px;
  margin: 0 20px 0 0;
  display: inline-block;
}
.main_product_view .wrap .box_view .box_infos .list {
  padding: 0;
  margin-top: 45px;
}
.main_product_view .wrap .box_view .box_infos .list li {
  padding: 20px 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #FFFFFF;
  font-size: 18px;
  color: #90805B;
  line-height: 22px;
}
.main_product_view .wrap .box_view .box_infos .box_share {
  padding: 0;
  margin-top: 55px;
}
.main_product_view .wrap .box_view .box_infos .box_share a {
  display: inline-block;
  width: 38px;
  height: 38px;
  border: 1px solid #90805B;
  position: relative;
  margin: 0 8px 10px 0;
  font-size: 20px;
  color: #90805B;
  line-height: 38px;
  text-align: center;
}
.main_product_view .wrap .box_view .box_infos .box_share a .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 85%;
  max-height: 85%;
}
.main_product_view .wrap .box_view .box_infos .box_share span {
  display: inline-block;
  position: relative;
  top: -22px;
  width: auto;
  margin: 0 15px 0 0;
  font-size: 14px;
  color: #003055;
  line-height: 14px;
}
.main_product_view .wrap .box_view .box_infos .box_download {
  padding: 0;
  margin-top: 55px;
}
.main_product_view .wrap .box_view .box_infos .box_download a {
  display: inline-block;
  width: 195px;
  height: 38px;
  border: 1px solid #90805B;
  border-radius: 5px;
  position: relative;
  margin: 0;
  padding: 0 35px 0 15px;
  font-weight: 600;
  font-size: 14px;
  color: #003055;
  line-height: 38px;
  text-transform: uppercase;
}
.main_product_view .wrap .box_view .box_infos .box_download a span {
  background: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 27px;
  font-weight: 700;
  font-size: 11px;
  color: #91805B;
  line-height: 31px;
  text-align: center;
}
.main_product_view .wrap .box_view .box_infos .box_download a:hover {
  background: #90805B;
  color: #FFFFFF;
}
.main_product_view .wrap .box_view .box_infos .box_download a:hover span {
  background: #FFFFFF;
}
.main_product_view .wrap .description {
  padding: 40px 0 0 0;
}
.main_product_view .wrap .description .box_title {
  padding: 0;
}
.main_product_view .wrap .description .box_title .title {
  padding: 0;
  margin-top: 10px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 31px;
  color: #003055;
  line-height: 35px;
  text-transform: uppercase;
}
.main_product_view .wrap .description .item_title {
  padding: 10px 0 20px 85px;
}
.main_product_view .wrap .description .item_title .arrow {
  margin: auto;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: 35px;
  right: auto;
  width: 25px;
  height: 16px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -64px -46px;
  background-size: auto 60px;
}
.main_product_view .wrap .description .item_title .img_item {
  margin: 0;
  max-width: 70px;
  max-height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
.main_product_view .wrap .description .item_title .text1 {
  padding: 0;
  font-size: 14px;
  color: #003055;
  line-height: 18px;
}
.main_product_view .wrap .description .item_title .text2 {
  padding: 0;
  font-weight: 800;
  font-size: 28px;
  color: #90805B;
  line-height: 32px;
}
.main_product_view .wrap .description .item_title .text3 {
  padding: 0;
  font-weight: 800;
  font-size: 43px;
  color: #90805B;
  line-height: 47px;
}
.main_product_view .wrap .description .item_title .text4 {
  padding: 0;
  font-size: 18px;
  color: #003055;
  line-height: 22px;
}
.main_product_view .wrap .description .list {
  padding: 0;
  margin: 20px 0 0 0;
}
.main_product_view .wrap .description .list li {
  list-style: none;
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid #FFFFFF;
}
.main_product_view .wrap .description .list .text_item {
  padding: 5px 0;
  font-weight: 600;
  font-size: 18px;
  color: #003055;
  line-height: 22px;
}
.main_product_view .box_similar {
  padding: 0 0 160px 0;
  background-image: url("../images/bg_our_products.jpg");
  background-position: center bottom;
  background-size: auto;
  background-repeat: repeat-x;
  margin-top: 140px;
}
.main_product_view .box_similar .column {
  padding: 0 15px;
}
.main_product_view .box_similar .box1 {
  padding: 0 40px 50px 40px;
  background: #DFDDDA;
}
.main_product_view .box_similar .box1 .mobile {
  display: none;
}
.main_product_view .box_similar .box1 .box_title {
  padding: 0 0 15px 0;
}
.main_product_view .box_similar .box1 .box_title .img_item {
  display: inline-block;
  max-width: 137px;
  max-height: 145px;
  margin-right: 20px;
}
.main_product_view .box_similar .box1 .box_title .text {
  padding: 45px 0 0 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 26px;
  color: #003055;
  line-height: 30px;
  text-transform: uppercase;
}
.main_product_view .box_similar .box1 .item:nth-last-child(2) {
  border: none;
}
.main_product_view .box_similar .box1 .item {
  padding: 50px 0;
  border-bottom: 1px solid #FFFFFF;
  text-align: left;
}
.main_product_view .box_similar .box1 .item .box_img {
  overflow: hidden;
  height: 120px;
}
.main_product_view .box_similar .box1 .item .box_img .img_item {
  max-width: 160%;
  max-height: 160%;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main_product_view .box_similar .box1 .item .box_infos {
  padding: 15px 0 0 30px;
}
.main_product_view .box_similar .box1 .item .box_infos .text1 {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  color: #003055;
  line-height: 21px;
}
.main_product_view .box_similar .box1 .item .box_infos .text2 {
  padding: 20px 0 0 0;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
  text-transform: uppercase;
}
.main_product_view .box_similar .box1 .more {
  display: inline-block;
  max-width: 100%;
  width: 240px;
  height: auto;
  background-color: transparent;
  border: 1px solid #003055;
  border-radius: 22px;
  position: relative;
  margin-top: 20px;
  padding: 12px 30px 10px 15px;
  font-weight: 600;
  font-size: 16px;
  color: #003055;
  line-height: 21px;
  text-align: left;
  text-transform: uppercase;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_product_view .box_similar .box1 .more::before {
  content: "";
  position: absolute;
  top: 8px;
  border: none;
  right: 17px;
  width: 30px;
  height: 30px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -210px -58px;
  background-size: auto 80px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_product_view .box_similar .box1 .more:hover {
  background-color: #003055;
  color: #FFFFFF;
}
.main_product_view .box_similar .box1 .more:hover::before {
  background-position: -174px -58px;
}
.main_product_view .box_similar .box2 {
  padding: 0 75px 45px 75px;
  background: #DFDDDA;
}
.main_product_view .box_similar .box2 .box_title {
  padding: 0;
}
.main_product_view .box_similar .box2 .box_title .img_item {
  display: inline-block;
  max-width: 137px;
  max-height: 145px;
  margin: 22px 20px 0 0;
}
.main_product_view .box_similar .box2 .box_title .text {
  padding: 45px 0 0 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 26px;
  color: #003055;
  line-height: 30px;
  text-transform: uppercase;
}
.main_product_view .box_similar .box2 .box_slide {
  padding: 0;
  margin-top: 65px;
}
.main_product_view .box_similar .box2 .box_slide .slick-slide {
  padding: 0 15px;
}
.main_product_view .box_similar .box2 .box_slide .slick-dots {
  display: inline-block;
  width: 100%;
  height: 0;
  padding: 0;
  margin: 45px 0 0 0;
  text-align: center;
  position: relative;
}
.main_product_view .box_similar .box2 .box_slide .slick-dots li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
}
.main_product_view .box_similar .box2 .box_slide .slick-dots li button {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  border: 1px solid #91805B;
  border-radius: 100%;
  background: transparent;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  position: relative;
}
.main_product_view .box_similar .box2 .box_slide .slick-dots li.slick-active button,
.main_product_view .box_similar .box2 .box_slide .slick-dots li:hover button {
  background: #91805B;
}
.main_product_view .box_similar .box2 .box_slide .item {
  padding: 0;
  background-color: #FFFFFF;
  border-radius: 4px;
}
.main_product_view .box_similar .box2 .box_slide .item .box_content_item {
  padding: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.main_product_view .box_similar .box2 .box_slide .item a {
  display: inline-block;
  width: 100%;
  padding: 40px 0 25px 0;
  text-align: center;
}
.main_product_view .box_similar .box2 .box_slide .item .box_img {
  height: 235px;
}
.main_product_view .box_similar .box2 .box_slide .item .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 85%;
  max-height: 85%;
}
.main_product_view .box_similar .box2 .box_slide .item .text {
  margin: 15px 0 0 0;
  padding: 0 10px;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  text-transform: uppercase;
  min-height: 60px;
}
.main_product_view .box_similar .box2 .box_slide .item .more {
  display: inline-block;
  max-width: 100%;
  width: 180px;
  height: auto;
  background-color: transparent;
  border: 1px solid #91805B;
  border-radius: 20px;
  position: relative;
  margin-top: 15px;
  padding: 10px 40px 10px 15px;
  font-weight: 600;
  font-size: 14px;
  color: #91805B;
  line-height: 18px;
  text-align: left;
  text-transform: uppercase;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_product_view .box_similar .box2 .box_slide .item .more::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 15px;
  width: 22px;
  height: 20px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -75px -54px;
  background-size: auto 70px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_product_view .box_similar .box2 .box_slide .item a:hover .box_img .img_item {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.main_product_view .box_similar .box2 .box_slide .item a:hover .more {
  background-color: #91805B;
  color: #FFFFFF;
}
.main_product_view .box_similar .box2 .box_slide .item a:hover .more::before {
  background-position: -155px -54px;
}

/*produto detalhe*/
/*receitas*/
.main_recipes {
  padding: 0;
  background-color: #E0DEDB;
}
.main_recipes .header_page {
  padding: 255px 0 0 0;
  height: 576px;
  background-image: url("../images/bg_main_recipes_view.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.main_recipes .header_page::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: url("../images/bg_header.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.main_recipes .title_page {
  margin: 0;
  padding: 0 0 0 85px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 37px;
  color: #FFFFFF;
  line-height: 41px;
  text-transform: uppercase;
  background-image: url("../images/bg_recipes_title_page.png");
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 92px;
}
.main_recipes .wrap {
  padding: 0;
}
.main_recipes .box_items {
  margin-top: 80px;
  padding: 0 0 155px 0;
}
.main_recipes .box_items .column_left {
  padding: 0 45px 0 0;
}
.main_recipes .box_items .column_left .img_chef {
  display: inline-block;
  max-width: 100%;
  margin-top: -50px;
}
.main_recipes .box_items .column_left .text1 {
  padding: 45px 0 0 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 22px;
  color: #003055;
  line-height: 26px;
  text-transform: uppercase;
}
.main_recipes .box_items .column_left .box_form {
  padding: 0;
  margin-top: 40px;
}
.main_recipes .box_items .column_left .box_form .field {
  display: inline-block;
  margin: 0;
  padding: 0 55px 0 20px;
  width: 100%;
  height: 57px;
  border: none;
  border-radius: 3px;
  font-size: 20px;
  color: #90805B;
  line-height: 57px;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
}
.main_recipes .box_items .column_left .box_form .btn_send {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 57px;
  height: 57px;
  border: none;
  background-color: transparent;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -269px 14px;
}
.main_recipes .box_items .column_left .box_form ::-webkit-input-placeholder {
  color: #90805B;
  opacity: 10;
}
.main_recipes .box_items .column_left .box_form :-moz-placeholder {
  color: #90805B;
  opacity: 10;
}
.main_recipes .box_items .column_left .box_form ::-moz-placeholder {
  color: #90805B;
  opacity: 10;
}
.main_recipes .box_items .column_left .box_form :-ms-input-placeholder {
  color: #90805B;
  opacity: 10;
}
.main_recipes .box_items .column_left .box_select {
  display: none;
  margin: 15px 0 0 0;
  padding: 0 0 0 20px;
  width: 100%;
  height: 44px;
  border: 1px solid #91805B;
  border-radius: 22px;
  font-weight: 600;
  font-size: 16px;
  color: #91805B;
  background: #DFDDDA;
  outline: none !important;
}
.main_recipes .box_items .column_left .box_select .option {
  margin: 0;
  padding: 14px 0 0 0;
}
.main_recipes .box_items .column_left .box_select .arrow_select {
  width: 40px;
  height: 44px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -147px -72px;
  position: relative;
  margin: 0;
}
.main_recipes .box_items .column_left .list_items {
  padding: 0;
  margin-top: 30px;
}
.main_recipes .box_items .column_left .list_items a {
  display: inline-block;
  width: auto;
  margin: 0;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
.main_recipes .box_items .column_left .list_items a:hover {
  color: #90805B;
}
.main_recipes .box_items .column_left .box_views {
  border-top: 1px solid #90805B;
  padding: 35px 0 0 0;
  margin-top: 20px;
}
.main_recipes .box_items .column_left .box_views .text {
  padding: 0;
  margin-bottom: 35px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 18px;
  color: #003055;
  line-height: 22px;
  text-transform: uppercase;
}
.main_recipes .box_items .column_left .box_views .item {
  padding: 0 0 25px 0;
  min-height: 105px;
}
.main_recipes .box_items .column_left .box_views .item .box_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 87px;
  height: 87px;
  border-radius: 100%;
  overflow: hidden;
}
.main_recipes .box_items .column_left .box_views .item .box_img .img_item {
  max-width: 160%;
  max-height: 160%;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main_recipes .box_items .column_left .box_views .item .box_infos {
  padding: 0 0 0 110px;
}
.main_recipes .box_items .column_left .box_views .item .item_text1 {
  padding: 0;
  font-weight: 700;
  font-size: 12px;
  color: #90805B;
  line-height: 16px;
}
.main_recipes .box_items .column_left .box_views .item .item_text2 {
  padding: 0;
  margin-top: 5px;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
}
.main_recipes .box_items .column_left .box_tags {
  padding: 30px 30px 10px 30px;
  margin-top: 25px;
  background: #C8C3BA;
}
.main_recipes .box_items .column_left .box_tags .list_tags {
  display: inline-block;
  width: 100%;
}
.main_recipes .box_items .column_left .box_tags a {
  float: left;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
  border-radius: 15px;
  background: #FFFFFF;
  font-size: 15px;
  color: #90805B;
  line-height: 18px;
}
.main_recipes .box_items .column_left .box_tags a:hover {
  background: #90805B;
  color: #FFFFFF;
}
.main_recipes .box_items .list {
  padding: 15px 0 0 0;
}
.main_recipes .box_items .list .box_more {
  padding: 0;
  text-align: center;
}
.main_recipes .box_items .list .box_more .more {
  display: inline-block;
  padding: 5px;
  margin: 0;
  background: none;
  border: none;
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  color: #003055;
  line-height: 24px;
}
.main_recipes .box_items .list .item {
  padding: 0 15px 70px 15px;
}
.main_recipes .box_items .list .item .box_img {
  overflow: hidden;
}
.main_recipes .box_items .list .item .box_img::before {
  content: "";
  display: inline-block;
  width: 100%;
  padding: 0 0 70% 0;
}
.main_recipes .box_items .list .item .box_img .img_item {
  max-width: 160%;
  max-height: 160%;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main_recipes .box_items .list .item .text {
  padding: 0;
  margin-top: 20px;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  text-align: center;
}
.main_recipes .box_items .list .item a:hover .img_item {
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

/*receitas*/
/*receita detalhes*/
.main_recipe_view {
  padding: 0;
  background-color: #E0DEDB;
}
.main_recipe_view .header_page {
  padding: 0;
  height: 625px;
  background-image: url("../images/bg_main_recipe_view.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.main_recipe_view .header_page::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: url("../images/bg_header.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.main_recipe_view .wrap {
  padding: 0;
  margin-top: 20px;
}
.main_recipe_view .title_page {
  margin: 80px 0 0 0;
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 45px;
  color: #003055;
  line-height: 48px;
  text-transform: uppercase;
}
.main_recipe_view .box_share {
  padding: 0;
  margin-top: 45px;
}
.main_recipe_view .box_share a {
  display: inline-block;
  width: 38px;
  height: 38px;
  border: 1px solid #90805B;
  position: relative;
  margin: 0 8px 10px 0;
  font-size: 20px;
  color: #90805B;
  line-height: 38px;
  text-align: center;
}
.main_recipe_view .box_share a .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 85%;
  max-height: 85%;
}
.main_recipe_view .box_share span {
  display: inline-block;
  position: relative;
  top: -22px;
  width: auto;
  margin: 0 15px 0 0;
  font-size: 14px;
  color: #003055;
  line-height: 14px;
}
.main_recipe_view .box_items {
  padding: 0 0 80px 0;
  margin-top: 90px;
}
.main_recipe_view .box_items .item {
  padding: 0;
  margin-bottom: 55px;
}
.main_recipe_view .box_items .item .title {
  border-bottom: 1px solid #FFFFFF;
  padding: 15px 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 24px;
  color: #003055;
  line-height: 28px;
  text-transform: uppercase;
}
.main_recipe_view .box_items .item .title .box_img {
  width: 50px;
  height: 60px;
  margin: -15px 5px -15px 0;
  display: inline-block;
  position: relative;
}
.main_recipe_view .box_items .item .title .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 85%;
  max-height: 85%;
}
.main_recipe_view .box_items .item ul {
  margin: 45px 0 0 0;
  padding: 0;
}
.main_recipe_view .box_items .item ul li {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
  font-size: 18px;
  color: #003055;
  line-height: 22px;
}
.main_recipe_view .box_items .item ul h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
  color: #003055;
  line-height: 30px;
}
.main_recipe_view .box_items .box_slide {
  margin-top: 45px;
  padding: 0;
}
.main_recipe_view .box_items .box_slide .slick-slide {
  padding: 0 15px;
}
.main_recipe_view .box_items .box_slide .slick-dots {
  margin: 25px 0 0 0;
  display: inline-block;
  width: 100%;
  height: 0;
  padding: 0;
  text-align: center;
}
.main_recipe_view .box_items .box_slide .slick-dots li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
}
.main_recipe_view .box_items .box_slide .slick-dots li button {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  border: 1px solid #91805B;
  border-radius: 100%;
  background: transparent;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  position: relative;
}
.main_recipe_view .box_items .box_slide .slick-dots li.slick-active button,
.main_recipe_view .box_items .box_slide .slick-dots li:hover button {
  background: #91805B;
}
.main_recipe_view .box_items .box_slide .item_slide {
  padding: 0;
  overflow: hidden;
}
.main_recipe_view .box_items .box_slide .item_slide::before {
  content: "";
  display: inline-block;
  width: 100%;
  padding: 0 0 100% 0;
}
.main_recipe_view .box_items .box_slide .item_slide .img_item {
  max-width: 120%;
  max-height: 120%;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main_recipe_view .box_items .box_slide .item_slide:hover .img_item {
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

/*receita detalhes*/
/*midia kit*/
.main_midiakit {
  padding: 0;
  background-color: #E0DEDB;
}
.main_midiakit .header_page {
  padding: 250px 0 0 0;
  height: 576px;
  background-image: url("../images/bg_main_midiakit.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.main_midiakit .header_page::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: url("../images/bg_header.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.main_midiakit .title_page {
  margin: 0;
  padding: 10px 0 0 100px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 37px;
  color: #FFFFFF;
  line-height: 41px;
  text-transform: uppercase;
  background-image: url("../images/bg_midiakit_title_page.png");
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 92px;
}
.main_midiakit .title_page2 {
  margin: 0;
  padding: 30px 0 0 100px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 37px;
  color: #FFFFFF;
  line-height: 41px;
  text-transform: uppercase;
  background-image: url("../images/bg_midiakit_title_page.png");
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 92px;
}
.main_midiakit .wrap {
  padding: 0;
}
.main_midiakit .box_items {
  margin-top: 60px;
  padding: 0 0 100px 0;
}
.main_midiakit .box_items .box_more {
  padding: 0;
  text-align: center;
}
.main_midiakit .box_items .box_more .more {
  display: inline-block;
  padding: 5px;
  margin-top: 40px;
  background: none;
  border: none;
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  color: #003055;
  line-height: 24px;
}
.main_midiakit .box_items .item {
  padding: 0 15px;
  margin-bottom: 60px;
}
.main_midiakit .box_items .item .box_img {
  height: 202px;
  background: #FFFFFF;
}
.main_midiakit .box_items .item .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
}
.main_midiakit .box_items .item .text_item {
  padding: 15px 0 0 0;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
.main_midiakit .box_items .item .box_files {
  padding: 0;
}
.main_midiakit .box_items .item .box_files .download {
  display: inline-block;
  width: 100%;
  height: 35px;
  margin: 15px 0 0 0;
  border: 1px solid #8F805B;
  border-radius: 5px;
  background: none;
  font-weight: 600;
  font-size: 13px;
  color: #003055;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
}
.main_midiakit .box_items .item .box_files .download:hover {
  background: #8F805B;
  color: #FFFFFF;
}
.main_midiakit .box_items .item .box_files .submenu {
  padding: 10px 0 0 0;
  z-index: 1;
  position: absolute;
  top: 99%;
  left: 0;
  width: 100%;
  display: none;
}
.main_midiakit .box_items .item .box_files .submenu ul {
  padding: 10px 5px 5px 5px;
  margin: 0;
  background: #FFFFFF;
}
.main_midiakit .box_items .item .box_files .submenu li {
  padding: 5px 10px;
  margin: 0;
  list-style: none;
}
.main_midiakit .box_items .item .box_files .submenu a {
  display: inline-block;
  width: 100%;
  height: 35px;
  margin: 0;
  border: 1px solid #8F805B;
  border-radius: 5px;
  background: none;
  font-weight: 600;
  font-size: 13px;
  color: #003055;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_midiakit .box_items .item .box_files .submenu a:hover {
  background: #8F805B;
  color: #FFFFFF;
}
.main_midiakit .box_items .item .box_files:hover .submenu {
  display: block;
}

/*midia kit*/
/*institucional*/
.main_institutional {
  padding: 0;
  background-color: #E0DEDB;
}
.main_institutional .header_page {
  padding: 250px 0 0 0;
  height: 576px;
  background-image: url("../images/wood.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.main_institutional .header_page::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: url("../images/bg_header.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.main_institutional .title_page {
  margin: 0;
  padding: 10px 0 0 100px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 37px;
  color: #FFFFFF;
  line-height: 41px;
  text-transform: uppercase;
  background-image: url("../images/bg_midiakit_title_page.png");
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 92px;
}
.main_institutional .title_page2 {
  margin: 0;
  padding: 30px 0 0 100px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 37px;
  color: #FFFFFF;
  line-height: 41px;
  text-transform: uppercase;
  background-image: url("../images/bg_midiakit_title_page.png");
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 92px;
}
.main_institutional .title_page3 {
  margin: 0;
  padding: 30px 0 0 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 37px;
  color: #FFFFFF;
  line-height: 41px;
  text-transform: uppercase;
}
.main_institutional .wrap {
  padding: 0 0 70px 0;
}
.main_institutional .box_white {
  margin-top: 40px;
  padding: 60px 80px;
  background-color: #FFFFFF;
}
.main_institutional .box_white .title {
  margin: 0;
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 32px;
  color: #003055;
  line-height: 38px;
  text-align: center;
}
.main_institutional .box_white .text {
  margin: 35px 0 0 0;
  padding: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
}
.main_institutional .box_slide {
  margin-top: 45px;
  padding: 25px;
  background-color: #FFFFFF;
}
.main_institutional .box_slide .slick-slide {
  padding: 0 15px;
}
.main_institutional .box_slide .slick-dots {
  margin: 25px 0 0 0;
  display: inline-block;
  width: 100%;
  height: 0;
  padding: 0;
  text-align: center;
}
.main_institutional .box_slide .slick-dots li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
}
.main_institutional .box_slide .slick-dots li button {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  border: 1px solid #91805B;
  border-radius: 100%;
  background: transparent;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  position: relative;
}
.main_institutional .box_slide .slick-dots li.slick-active button,
.main_institutional .box_slide .slick-dots li:hover button {
  background: #91805B;
}
.main_institutional .box_slide .item_slide {
  padding: 0;
  overflow: hidden;
}
.main_institutional .box_slide .item_slide::before {
  content: "";
  display: inline-block;
  width: 100%;
  padding: 0 0 80% 0;
}
.main_institutional .box_slide .item_slide .img_item {
  max-width: 160%;
  max-height: 160%;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main_institutional .box_slide .item_slide:hover .img_item {
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

/*institucional*/
@media (max-width: 1300px) {
  .main_home .product_banner .prev {
    left: 20px;
  }
  .main_home .product_banner .next {
    right: 20px;
  }

  .header_main a {
    margin-left: 25px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  .main_product_view .wrap .box_view .box_img {
    padding-right: 20px;
  }
  .main_product_view .wrap .box_view .box_infos {
    padding-left: 20px;
  }
  .main_product_view .box_similar .box2 {
    padding: 0 45px 45px 45px;
  }

  .our_products .box_text {
    width: 22%;
    max-width: 22%;
    flex: 22%;
  }
  .our_products .box_slide {
    width: 78%;
    max-width: 78%;
    flex: 78%;
  }
}
@media (max-width: 1100px) {
  .header_main a {
    margin-left: 20px;
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 1020px) {
  .main_history .box_options {
    display: none;
  }
  .main_history .box_slide_options {
    display: block;
    text-align: center !important;
  }
}
@media (max-width: 993px) {
    .whatsapp_fixed, .whatsapp_fixed:hover {
        bottom: 90px;
    }
    .back_top, .back_top:hover {
        bottom: 150px;
    }
  .main_midiakit .header_page {
    padding-top: 190px;
    height: 450px;
  }
  .main_midiakit .section_breadcrumb {
    display: none;
  }
  .main_midiakit .title_page,
.main_midiakit .title_page2 {
    margin: 0;
    padding: 0;
    background: none;
    font-size: 30px;
    line-height: 33px;
    text-align: center;
  }
  .main_midiakit .box_items {
    padding-bottom: 60px;
  }
  .main_midiakit .box_items .item {
    margin-bottom: 40px;
  }
  .main_midiakit .box_items .box_more .more {
    margin-top: 20px;
  }

  .main_recipe_view .header_page {
    height: 400px;
    background-size: cover;
  }
  .main_recipe_view .section_breadcrumb {
    display: none;
  }
  .main_recipe_view .title_page {
    margin: 0;
    font-size: 30px;
    line-height: 33px;
    text-align: center;
  }
  .main_recipe_view .box_share {
    padding: 25px 0 0 0;
    text-align: center;
  }
  .main_recipe_view .box_share span {
    width: 100%;
    margin: 0 0 10px 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main_recipe_view .box_items {
    margin-top: 40px;
  }

  .main_recipes .header_page {
    padding-top: 170px;
    height: 450px;
  }
  .main_recipes .title_page {
    background-image: none;
    text-align: center;
    padding: 0;
    font-size: 32px;
    line-height: 36px;
  }
  .main_recipes .section_breadcrumb {
    display: none;
  }
  .main_recipes .wrap {
    margin-top: 30px;
  }
  .main_recipes .wrap .box_items {
    margin-top: 0;
  }
  .main_recipes .wrap .box_items .column_left {
    text-align: center;
    padding: 0 0 60px 0;
  }
  .main_recipes .wrap .box_items .column_left .list_items,
.main_recipes .wrap .box_items .column_left .box_views,
.main_recipes .wrap .box_items .column_left .box_tags {
    display: none;
  }
  .main_recipes .wrap .box_items .column_left .box_select {
    display: inline-block;
  }
  .main_recipes .wrap .box_items .list .row {
    margin-left: 0;
    margin-right: 0;
  }
  .main_recipes .wrap .box_items .list .item {
    padding: 0 5px 40px 5px;
  }

  .main_product_view .header_page {
    padding-top: 170px;
    height: 450px;
  }
  .main_product_view .title_page {
    background-image: none;
    text-align: center;
    padding: 0;
    font-size: 32px;
    line-height: 36px;
  }
  .main_product_view .section_breadcrumb {
    display: none;
  }
  .main_product_view .wrap .container {
    padding: 0;
  }
  .main_product_view .wrap .box_view {
    padding: 0;
  }
  .main_product_view .wrap .box_view .box_img {
    padding: 0;
  }
  .main_product_view .wrap .box_view .box_img .slide_product_view {
    background-size: auto 290px;
  }
  .main_product_view .wrap .box_view .box_img .item {
    height: 360px;
  }
  .main_product_view .wrap .box_view .box_infos {
    padding: 60px 22px;
    border-top: 1px solid #CFCBC7;
  }
  .main_product_view .wrap .box_view .box_infos .name {
    font-size: 26px;
    line-height: 30px;
  }
  .main_product_view .wrap .box_view .box_infos .list {
    padding: 0 5px;
  }
  .main_product_view .wrap .box_view .box_infos .list li {
    font-size: 16px;
    line-height: 20px;
  }
  .main_product_view .wrap .box_view .box_infos .box_share {
    padding: 25px 0 0 0;
  }
  .main_product_view .wrap .box_view .box_infos .box_share span {
    width: 100%;
    margin: 0 0 10px 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main_product_view .wrap .description {
    padding: 0 15px;
  }
  .main_product_view .wrap .description .box_title .title {
    margin-bottom: 15px;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
  }
  .main_product_view .box_similar {
    background: none;
    margin: 0;
    padding: 0;
  }
  .main_product_view .box_similar .container {
    padding: 0;
  }
  .main_product_view .box_similar .box1 {
    text-align: center;
  }
  .main_product_view .box_similar .box1 .mobile {
    display: inline-block;
  }
  .main_product_view .box_similar .box1 .desktop {
    display: none;
  }
  .main_product_view .box_similar .box1 .box_title .img_item {
    margin: 0;
  }
  .main_product_view .box_similar .box1 .item {
    border: none;
    width: 230px !important;
    max-width: 230px !important;
    flex: 230px !important;
    padding: 50px 15px;
    text-align: center;
  }
  .main_product_view .box_similar .box1 .item .box_infos {
    padding: 25px 0;
  }
  .main_product_view .box_similar .box2 {
    padding: 45px 15px 45px 15px;
    border-top: 1px solid #FFFFFF;
  }
  .main_product_view .box_similar .box2 .box_title {
    text-align: center;
  }
  .main_product_view .box_similar .box2 .box_title .img_item {
    margin: 0;
  }
  .main_product_view .box_similar .box2 .box_title .text {
    padding-top: 15px;
  }
  .main_product_view .box_similar .box2 .box_slide .item {
    width: 255px !important;
    max-width: 255px !important;
    flex: 255px !important;
  }

  .main_representatives .header_page {
    padding-top: 150px;
    height: 450px;
  }
  .main_representatives .title_page {
    background-image: none;
    text-align: center;
    padding: 0;
    font-size: 32px;
    line-height: 36px;
  }
  .main_representatives .wrap .container {
    padding: 0;
  }
  .main_representatives .wrap .column1 {
    padding: 0 35px;
    text-align: center;
  }
  .main_representatives .wrap .column2 {
    border: none;
    margin-top: 45px;
  }
  .main_representatives .wrap .column2 .box_white {
    padding: 20px 15px 40px 15px;
  }
  .main_representatives .wrap .column2 .item {
    margin-bottom: 15px;
    padding: 35px 60px 30px 25px;
  }
  .main_representatives .wrap .column2 .item::before {
    top: 20px;
    right: 15px;
  }

  .main_products .header_page {
    padding-top: 150px;
    height: 450px;
  }
  .main_products .title_page {
    background-image: none;
    text-align: center;
    padding: 0;
    font-size: 32px;
    line-height: 36px;
  }
  .main_products .section_breadcrumb {
    display: none;
  }
  .main_products .wrap {
    margin-top: 10px;
  }
  .main_products .wrap .box_list {
    margin-top: 0;
  }

  .main_where .our_products .more_mobile {
    display: none !important;
  }

  .main_where .header_page {
    padding: 160px 0 0 0;
    height: 450px;
  }
  .main_where .title_page {
    background-image: none;
    text-align: center;
    padding: 0;
    font-size: 32px;
    line-height: 36px;
  }
  .main_where .wrap .container {
    padding: 0;
  }
  .main_where .wrap .column1 {
    padding: 0 40px;
    text-align: center;
  }
  .main_where .wrap .column2 {
    border: none;
    margin-top: 35px;
  }
  .main_where .wrap .column2 .box_white {
    padding: 20px 15px;
  }
  .main_where .wrap .column2 .box_white ul .item {
    padding: 25px;
  }
  .main_where .wrap .column2 .box_white ul .box_address {
    padding: 0;
  }
  .main_where .wrap .column2 .box_white ul .box_address .phone,
.main_where .wrap .column2 .box_white ul .box_address .whatsapp {
    padding-left: 60px;
  }
  .main_where .wrap .column2 .box_white ul .box_address .phone::before,
.main_where .wrap .column2 .box_white ul .box_address .whatsapp::before {
    left: 15px;
  }

  .request {
    text-align: center;
    background-position: left center;
  }
  .request .text {
    font-size: 23px;
    line-height: 27px;
  }

  .main_history .header_page {
    padding-top: 120px;
    height: 370px;
  }
  .main_history .title_page {
    padding: 0;
    text-align: center;
    background: none;
    font-size: 27px;
    line-height: 31px;
  }
  .main_history .title {
    font-size: 24px;
    line-height: 28px;
  }
  .main_history .wrap {
    margin-top: 30px;
  }
  .main_history .wrap::before, .main_history .wrap::after {
    display: none;
  }
  .main_history .wrap .container {
    padding: 0;
  }
  .main_history .box_items {
    margin-top: 50px;
  }

  .main_work .header_page {
    padding: 120px 0 0 0;
    height: 380px;
  }
  .main_work .title_page {
    text-align: center;
    font-size: 32px;
    line-height: 34px;
  }
  .main_work .title {
    text-align: center;
  }
  .main_work .box_form {
    margin-top: 20px;
  }
  .main_work .box_form .column_form {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .main_work .box_form .column_infos {
    padding: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .main_work .box_form .column_infos .img_item {
    margin: 0;
  }
  .main_work .box_form .column_infos .box {
    margin: 0;
    padding: 50px 5px 0 5px;
    text-align: center;
  }
  .main_work .box_form .column_infos .box::before {
    display: none;
  }
  .main_work .box_form .column_infos .item {
    padding: 35px 10px 40px 10px;
  }
  .main_work .box_form .column_infos .item .phone,
.main_work .box_form .column_infos .item .whatsapp,
.main_work .box_form .column_infos .item .email {
    padding-left: 0;
  }
  .main_work .box_form .column_infos .item .phone::before,
.main_work .box_form .column_infos .item .whatsapp::before,
.main_work .box_form .column_infos .item .email::before {
    content: "";
    position: relative;
    display: inline-block;
  }
  .main_work .box_form .column_infos .item .email::before {
    top: 7px;
  }

  .main_contact .header_page {
    padding: 120px 0 0 0;
    height: 380px;
  }
  .main_contact .title_page {
    text-align: center;
    font-size: 32px;
    line-height: 34px;
  }
  .main_contact .title {
    text-align: center;
  }
  .main_contact .box_form .column_infos {
    padding: 0;
  }
  .main_contact .box_form .column_infos .img_item {
    margin: 0;
  }
  .main_contact .box_form .column_infos .box {
    margin: 0;
    padding: 50px 5px 0 5px;
    text-align: center;
  }
  .main_contact .box_form .column_infos .box::before {
    display: none;
  }
  .main_contact .box_form .column_infos .item {
    padding: 35px 10px 40px 10px;
  }
  .main_contact .box_form .column_infos .item .phone,
.main_contact .box_form .column_infos .item .whatsapp,
.main_contact .box_form .column_infos .item .email {
    padding-left: 0;
  }
  .main_contact .box_form .column_infos .item .phone::before,
.main_contact .box_form .column_infos .item .whatsapp::before,
.main_contact .box_form .column_infos .item .email::before {
    content: "";
    position: relative;
    display: inline-block;
  }
  .main_contact .box_form .column_infos .item .email::before {
    top: 7px;
  }
  .main_contact .box_form .address {
    margin: 20px 0 0 0;
    padding: 90px 30px 20px 30px;
    text-align: center;
  }
  .main_contact .box_form .address::before, .main_contact .box_form .address::after {
    display: none;
  }
  .main_contact .box_form .address .img_item {
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
  .main_contact .map {
    margin-top: -90px;
  }

  .main_category .header_page {
    background-size: auto 440px;
    height: 440px;
    padding: 150px 0 0 0;
  }
  .main_category .title_page {
    padding: 0;
    background: none;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }
  .main_category .box_list .slide_category {
    padding: 0;
  }
  .main_category .box_list .item {
    width: 200px !important;
    max-width: 200px !important;
    flex: 200px !important;
  }

  .our_products {
    background-position: left bottom;
  }
  .our_products .box_text {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    padding: 0 0 0 35px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .our_products .box_text .img_item1 {
    display: inline-block;
    margin: -35px 20px 0 0;
    float: left;
  }
  .our_products .box_text .img_item2 {
    display: none;
  }
  .our_products .box_text .more {
    display: none;
  }
  .our_products .box_slide {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    margin-top: 45px;
  }
  .our_products .box_slide .item {
    width: 255px !important;
    max-width: 255px !important;
    flex: 255px !important;
  }
  .our_products .more_mobile {
    display: block;
  }

  .main_home .product_banner .item .box_infos .text1 {
    font-size: 27px;
    line-height: 30px;
  }
  .main_home .about .box1 .box_text {
    padding: 20px 0 20px 40px;
  }
  .main_home .about .box1 .box_text .text1 {
    font-size: 28px;
    line-height: 32px;
  }
  .main_home .about .box1 .box_text .text2 {
    font-size: 28px;
    line-height: 32px;
  }
  .main_home .about .box2 {
    padding: 0;
  }
  .main_home .about .box2 .box_text {
    padding: 250px 20px 20px 30px;
  }
  .main_home .recipes {
    padding: 0 0 60px 0;
  }
  .main_home .recipes .column_text {
    text-align: center;
  }
  .main_home .recipes .column_items {
    display: none;
  }
  .main_home .recipes .box_slide {
    display: inline-block;
  }
  .main_home .where {
    padding: 0 0 55px 0;
  }
  .main_home .where .container {
    padding: 0;
  }
  .main_home .where .box_content {
    padding: 220px 15px 0 15px;
  }
  .main_home .where .box {
    width: 100%;
    border-radius: 0;
    text-align: center;
  }
  .main_home .where .box::before {
    display: none;
  }
  .main_home .where .box .text {
    font-size: 22px;
    line-height: 26px;
  }
  .main_home .section_youtube {
    padding: 150px 0 80px 0;
    margin-bottom: 0;
  }
  .main_home .section_youtube .box_text {
    width: 100%;
    text-align: center;
  }
  .main_home .section_youtube .box_text .text {
    font-size: 25px;
    line-height: 29px;
  }
  .main_home .section_youtube .box_text .btn_play {
    margin: 35px 0 0 0;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    display: inline-block;
  }

  .section_instagram {
    padding-left: 15px;
  }
  .section_instagram .images a {
    width: 290px !important;
    max-width: 290px !important;
    flex: 290px !important;
  }

  .btn_menu_fixed {
    display: none;
  }

  .header_main {
    position: relative;
    background: #C9C4BB;
    height: auto;
    padding: 10px 0 20px 0 !important;
  }
  .header_main .btn_menu {
    width: 47px;
    height: 47px;
    right: 20px;
    padding: 7px 11px;
    border: none;
    background: #FFFFFF;
  }
  .header_main .btn_menu .text {
    display: none;
  }
  .header_main .btn_menu .line {
    background: #003055;
  }
  .header_main .column2 {
    display: none;
  }
  .header_main .home .logo {
    width: 187px !important;
    height: 108px !important;
  }

  .footer_main .box_footer {
    padding: 20px 0 25px 0;
  }
  .footer_main .column {
    border: 1px solid #91805B;
    margin-bottom: 4px;
  }
  .footer_main .title {
    padding: 15px 45px 15px 15px;
    min-height: inherit;
    cursor: pointer;
  }
  .footer_main .title::before {
    opacity: 1;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .footer_main .title::after {
    opacity: 0;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .footer_main .title.active {
    padding: 15px 45px 15px 15px;
    min-height: inherit;
    cursor: pointer;
  }
  .footer_main .title.active::before {
    opacity: 0;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .footer_main .title.active::after {
    opacity: 1;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .footer_main ul {
    padding: 10px 15px;
    display: none;
  }
  .footer_main .contact {
    text-align: center;
  }
  .footer_main .email {
    padding-left: 0;
  }
  .footer_main .email::before {
    position: relative;
    display: inline-block;
    top: 7px;
  }
  .footer_main .phone {
    padding-left: 0;
  }
  .footer_main .phone::before {
    position: relative;
    display: inline-block;
    top: 7px;
    margin: 0 10px 0 0;
  }
  .footer_main .whatsapp {
    padding-left: 0;
  }
  .footer_main .whatsapp::before {
    position: relative;
    display: inline-block;
    top: 7px;
  }
  .footer_main .media {
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
  }
  .footer_main .media a {
    float: none;
    margin: 0 5px 15px 5px;
  }
}
@media (max-width: 768px) {
  .section_error {
    text-align: center;
  }
  .section_error .box_img {
    text-align: center;
  }

  .main_recipe_view .box_items .box_slide .item_slide {
    width: 230px !important;
    max-width: 230px !important;
    flex: 230px !important;
  }
  .main_recipe_view .box_items .box_slide .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .main_recipe_view .box_items .box_slide .slick-slide {
    padding: 0 10px;
  }

  .main_product_view .wrap .description .item_title {
    margin-top: 20px;
    padding-left: 40%;
  }
  .main_product_view .wrap .description .item_title .img_item {
    right: 60%;
    left: auto;
    margin-right: 20px;
  }
  .main_product_view .wrap .description .item_title .arrow {
    right: 60%;
    left: auto;
    margin-right: 40px;
  }

  .main_products .wrap .item {
    margin-bottom: 85px;
  }
  .main_products .wrap .item .box {
    padding: 30px 30px 0 30px;
    background-image: none;
    text-align: center;
  }
  .main_products .wrap .item .box .box_infos {
    padding: 40px 0 0 0;
  }
  .main_products .wrap .item .box .box_infos .text2 {
    min-height: inherit;
  }
  .main_products .wrap .item .box .box_infos .more {
    margin-top: 40px;
  }

  .main_work .box_form .column_form .item {
    text-align: center;
  }
  .main_work .box_form .column_form .box_recaptcha {
    width: 100%;
    text-align: center;
  }
  .main_work .box_form .column_form .box_recaptcha .g-recaptcha {
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
  }
  .main_work .box_form .column_form .btn_send {
    float: none;
  }

  .main_contact .box_form .column_form .item {
    text-align: center;
  }
  .main_contact .box_form .column_form .box_recaptcha {
    width: 100%;
    text-align: center;
  }
  .main_contact .box_form .column_form .box_recaptcha .g-recaptcha {
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
  }
  .main_contact .box_form .column_form .btn_send {
    float: none;
  }

  .request {
    text-align: center;
    background-position: -100px center;
  }

  .main_history .box_items .row_mother {
    margin: 0;
  }
  .main_history .box_items .item .box_img {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
    margin: 0 !important;
  }
  .main_history .box_items .item .box_text {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    margin: -80px 0 0 5% !important;
    padding: 45px 20px !important;
    border-radius: 0 47px 0 0 !important;
    width: 90% !important;
    max-width: 90% !important;
    flex: 90% !important;
  }
  .main_history .box_items .item .box_text .text1 {
    text-align: right;
    font-size: 54px;
    line-height: 55px;
  }
  .main_history .box_items .item .box_text .img_item {
    float: left;
    max-width: 80px;
    max-height: 80px;
    margin-top: -20px;
  }

  .main_home .product_banner {
    padding: 50px 0 35px 0;
  }
  .main_home .product_banner .slide_product_banner {
    padding: 0 30px;
  }
  .main_home .product_banner .prev {
    width: 35px;
    height: 35px;
    background-position: -143px -77px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 5px;
  }
  .main_home .product_banner .next {
    width: 35px;
    height: 35px;
    background-position: -143px -77px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 5px;
  }
  .main_home .product_banner .item {
    padding-bottom: 40px;
    text-align: center;
  }
  .main_home .product_banner .item .box_img {
    height: 240px;
  }
  .main_home .product_banner .item .box_img .img_item {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 85%;
    max-height: 85%;
  }
  .main_home .product_banner .item .box_infos {
    padding: 35px 0 0 0;
  }
  .main_home .about {
    padding: 50px 0 100px 0;
  }
  .main_home .about .container {
    padding: 0;
  }
  .main_home .about .container .box1 .column_img {
    min-height: inherit;
    height: 380px;
  }
  .main_home .about .container .box1 .box_text {
    padding: 0 20px;
    margin-top: -125px;
    min-height: inherit;
  }
  .main_home .about .container .box1 .box_text .content_text {
    background: #C9C4BB;
    padding: 30px 15px 60px 15px;
    text-align: center;
    border-radius: 8px 8px 0 0;
  }
  .main_home .about .container .box1 .box_text .btn_more {
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .main_home .about .container .box2 {
    margin: 0;
  }
  .main_home .about .container .box2 .column_img {
    background-image: url("../images/bg_video2.png");
    min-height: inherit;
  }
  .main_home .about .container .box2 .column_img::after {
    content: "";
    display: inline-block;
    width: 100%;
    padding: 0 0 100% 0;
  }
  .main_home .about .container .box2 .box_text {
    text-align: center;
    padding: 190px 15px 50px 15px;
    min-height: inherit;
    background-size: auto 190px;
  }
  .main_home .about .container .box2 .box_text .box_img {
    text-align: right;
  }
  .main_home .about .container .box2 .box_text .img_item {
    margin-top: -80px;
  }
  .main_home .about .container .box2 .box_text .btn_more {
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .main_home .where .box {
    padding: 35px 15px 0 15px;
  }
  .main_home .where .box_content .background {
    width: 100%;
  }
  .main_home .where .box_content .background .column {
    padding: 0;
    height: 435px;
  }
  .main_home .where .box_content .background .column .box_item_column {
    background-size: cover;
  }
  .main_home .where .box_content .background .column:nth-child(2) {
    display: none !important;
  }
}
@media (max-width: 700px) {
  .banner {
    margin-bottom: -6px;
  }
  .banner .prev {
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    left: 0;
  }
  .banner .next {
    -moz-transform: scale(0.6) rotate(180deg);
    -webkit-transform: scale(0.6) rotate(180deg);
    transform: scale(0.6) rotate(180deg);
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    right: 0;
  }
  .banner .desktop {
    display: none;
  }
  .banner .mobile {
    display: inline-block;
  }
}
@media (max-width: 600px) {
  .request {
    text-align: center;
    background-position: -200px center;
  }
}
@media (max-width: 575px) {
  .main_product_view .wrap .box_view .box_infos .box_download {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .request {
    text-align: center;
    background-position: -300px center;
  }
}
@media (max-width: 400px) {
  .main_product_view .wrap .box_view .box_img .slide_product_view {
    background-size: 100% auto;
  }

  .box_recaptcha {
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
  }

  .section_instagram .images a {
    width: 250px !important;
    max-width: 250px !important;
    flex: 250px !important;
  }

  .our_products .box_text {
    padding: 0;
    font-size: 20px;
    line-height: 24px;
  }
}

/*# sourceMappingURL=style.css.map */
