@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700");







/*--------------------
Credit Card
--------------------*/
.credit-card-box {
  -webkit-perspective: 1000;
          perspective: 1000;
  max-width: 100%;
  width: 400px;
  height: 280px;
  /*position: absolute;
  top: -112px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);*/
  display: inline-block;
}
.credit-card-box:hover .flip, .credit-card-box.hover .flip {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.credit-card-box .front,
.credit-card-box .back {
  max-width: 100%;
  width: 400px;
  height: 250px;
  border-radius: 15px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: -webkit-linear-gradient(315deg, #bd6772, #53223f);
  background: linear-gradient(135deg, #bd6772, #53223f);
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}
.credit-card-box .front::before,
.credit-card-box .back::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("http://cdn.flaticon.com/svg/44/44386.svg") no-repeat center;
  background-size: cover;
  opacity: .05;
}
.credit-card-box .flip {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
}
.credit-card-box .logo {
  position: absolute;
  top: 9px;
  right: 20px;
  width: 60px;
}
.credit-card-box .logo svg {
  width: 100%;
  height: auto;
  fill: #fff;
}
.credit-card-box .logo img {
  max-width: 60px;
  max-height: 60px;
  margin: 5px 0 0 0;
}
.credit-card-box .front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.credit-card-box .back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.credit-card-box .back .logo {
  top: 185px;
}
.credit-card-box .chip {
  position: absolute;
  width: 60px;
  height: 45px;
  top: 20px;
  left: 20px;
  background: -webkit-linear-gradient(315deg, #ddccf0 0%, #d1e9f5 44%, #f8ece7 100%);
  background: linear-gradient(135deg, #ddccf0 0%, #d1e9f5 44%, #f8ece7 100%);
  border-radius: 8px;
}
.credit-card-box .chip::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 4px solid rgba(128, 128, 128, 0.1);
  width: 80%;
  height: 70%;
  border-radius: 5px;
}
.credit-card-box .strip {
  background: -webkit-linear-gradient(315deg, #404040, #1a1a1a);
  background: linear-gradient(135deg, #404040, #1a1a1a);
  position: absolute;
  width: 100%;
  height: 50px;
  top: 30px;
  left: 0;
}
.credit-card-box .number {
  position: absolute;
  margin: 0 auto;
  top: 103px;
  left: 19px;
  font-size: 38px;
}
.credit-card-box label {
  font-size: 10px;
  letter-spacing: 1px;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: normal;
  opacity: 0.5;
  display: block;
  margin-bottom: 3px;
}
.credit-card-box .card-holder,
.credit-card-box .card-expiration-date {
  position: absolute;
  margin: 0 auto;
  top: 180px;
  left: 19px;
  font-size: 22px;
  text-transform: capitalize;
}
.credit-card-box .card-expiration-date {
  text-align: right;
  left: auto;
  right: 20px;
}
.credit-card-box .ccv {
  height: 36px;
  background: #fff;
  width: 91%;
  border-radius: 5px;
  top: 110px;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  color: #000;
  text-align: right;
  padding: 10px;
}
.credit-card-box .ccv label {
  margin: -25px 0 14px;
  color: #fff;
}





.no_padding {
  padding: 0 !important;
}
.modal_add .title {
  padding: 0;
  font-size: 24px;
  color: #000000;
  line-height: 24px;
}
.modal_add .close {
  font-size: 26px;
  color: #FF0000;
  opacity: 1;
}
.modal_add .modal-body {
  border: none;
}
.modal_add .box_img {
  text-align: center;
  padding: 0;
}
.modal_add .box_img .img_item {
  display: inline-block;
  max-width: 100%;
  max-height: 200px;
}
.modal_add .box_infos {
  padding: 25px 0;
}
.modal_add .text1 {
  padding: 0;
  font-size: 18px;
  color: #999999;
}
.modal_add .text2 {
  padding: 15px 0 0 0;
  font-size: 24px;
  color: #000000;
}
.modal_add .text3 {
  padding: 5px 0 0 0;
  font-weight: 600;
  font-size: 20px;
  color: #6A6A6A;
}
.modal_add .btn {
  font-weight: 600;
  border: none;
}
.modal_add .btn:hover {
  opacity: 0.9;
}
.modal_add .btn_buy {
  background: #039049;
}
.modal_add .btn_close {
  background: #FF0000;
}







.modal_buy .total {
  padding: 5px 0 0 0;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  float: left;
}

.modal_buy .total span {
  font-weight: 700;
  font-size: 24px;
}

.modal_buy .modal-dialog {
  width: 800px;
  max-width: 96%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.modal_payment .modal-dialog {
  width: 500px;
  max-width: 96%;
}

.modal_buy .card {
  border: 1px solid #155A88;
  display: inline-block;
  width: 330px;
  min-height: 225px;
  background: #1D7BB8;
  border-radius: 15px;
  padding: 20px;
  max-width: 100%;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.modal_buy .card.flip{
   transform: rotateY(360deg);
}

.modal_buy .card .box_img_card {
  padding: 0;
  text-align: right;
}

.modal_buy .card .box_img_card {
  padding: 0;
  text-align: right;
}

.modal_buy .card .box_img_card .img_item {
  display: inline-block;
  max-width: 60px;
  max-height: 30px;
}

.modal_buy .card .number {
  padding: 15px 0 0 0;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  min-height: 50px;
  letter-spacing: 3px;
}

.modal_buy .card .date {
  padding: 0;
  font-size: 20px;
  color: #FFFFFF;
  text-align: right;
  min-height: 50px;
}

.modal_buy .card .date .text {
  position: relative;
  top: 1px;
  font-size: 13px;
}

.modal_buy .card .name {
  padding: 0;
  font-size: 18px;
  color: #FFFFFF;
  text-align: left;
  min-height: 50px;
}

.modal_buy .card .bar {
  background: #000000;
  height: 40px;
}

.modal_buy .card .cvv {
  padding: 0;
  font-size: 18px;
  color: #000;
  text-align: right;
  min-height: 50px;
}

.modal_buy .card .cvv span {
  float: right;
  margin: 10px 0;
  padding: 8px 8px 5px 8px;
  background: #FFFFFF;
}

.modal_buy .title {
  padding: 0;
  font-size: 24px;
  color: #000000;
  line-height: 24px;
}
.modal_buy .close {
  font-size: 26px;
  color: #FF0000;
  opacity: 1;
}
.modal_buy .modal-body {
  border: none;
}
.modal_buy .box_img {
  text-align: center;
  padding: 0;
}
.modal_buy .box_img .img_item {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
.modal_buy .box_infos {
  padding: 25px 0 0 35px;
}
.modal_buy .btn {
  font-weight: 600;
  border: none;
}
.modal_buy .btn:hover {
  opacity: 0.9;
}
.modal_buy .btn_buy {
  background: #039049;
}
.modal_buy .btn_close {
  background: #FF0000;
}
.modal_buy .item {
  padding: 0 20px 0 0;
  margin: 0 0 20px 0;
}
.modal_buy .item_text {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #999999;
}
.modal_buy .text1 {
  padding: 10px 20px;
  margin: 0;
  float: left;
  width: auto;
  height: auto;
  font-size: 18px;
  color: #999999;
}
.modal_buy .text2 {
  padding: 7px 20px;
  margin: 0;
  float: right;
  width: auto;
  height: auto;
  font-size: 18px;
  color: #000000;
}
.modal_buy .text2 span {
  font-size: 22px;
}
.modal_buy .amount {
  padding: 0 20px;
  margin: 0;
  float: left;
  width: 80px;
  height: 45px;
  border: 1px solid #DDDDDD;
  font-size: 20px;
  color: #808080;
}
.modal_buy .field {
  padding: 0 20px;
  margin: 0;
  float: left;
  width: 100%;
  height: 45px;
  border: 1px solid #DDDDDD;
  font-size: 20px;
  color: #808080;
}
.modal_buy .hided {
  display: none;
}
.modal_buy ::-webkit-input-placeholder {
  color: #808080;
  opacity: 10;
}
.modal_buy :-moz-placeholder {
  color: #808080;
  opacity: 10;
}
.modal_buy ::-moz-placeholder {
  color: #808080;
  opacity: 10;
}
.modal_buy :-ms-input-placeholder {
  color: #808080;
  opacity: 10;
}






.ui-widget.ui-widget-content {
  max-height: 250px;
}
.msg_success {
  padding: 0;
  margin: 25px 0 0 0;
  font-weight: 400;
  font-size: 24px;
  color: #36D900;
  line-height: 24px;
  text-align: left;
}

.msg_error {
  padding: 0;
  margin: 25px 0 0 0;
  font-weight: 400;
  font-size: 24px;
  color: #DD0000;
  line-height: 24px;
  text-align: left;
}

.section_error {
  padding: 230px 15px 130px 15px;
  background-color: #FFFFFF;
  text-align: center;
}
.section_error .box {
  padding: 0 0 0 140px;
  margin: 0;
  display: inline-block;
  width: 560px;
  max-width: 100%;
  height: auto;
  background-image: url("../images/img_error.png");
  background-repeat: no-repeat;
  background-position: 0 15px;
}
.section_error .title {
  padding: 0 0 10px 0;
  margin: 0;
  font-weight: 700;
  font-size: 66px;
  color: #000000;
  text-align: left;
  line-height: 66px;
}
.section_error .text {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 21px;
  color: #979797;
  text-align: left;
}
.section_error .box_button {
  padding: 15px 0 0 0;
  margin: 0;
  text-align: left;
}
.section_error .box_button a {
  padding: 7px 0;
  margin: 0;
  font-size: 19px;
  color: #000000;
  border: 1px solid #E8E8E8;
  border-radius: 9px;
  display: inline-block;
  width: 238px;
  max-width: 100%;
  height: auto;
  text-align: center;
}
.section_error .box_button a:hover {
  border-color: #E98228;
}

.section_cart_error {
  padding: 200px 15px 30px 15px;
  background-color: #FFFFFF;
  text-align: center;
}
.section_cart_error .box {
  padding: 0 0 0 140px;
  margin: 0;
  display: inline-block;
  width: 560px;
  max-width: 100%;
  height: auto;
  background-image: url("../images/img_empty_cart.png");
  background-repeat: no-repeat;
  background-position: 0 15px;
}
.section_cart_error .title {
  padding: 0 0 10px 0;
  margin: 0;
  font-weight: 700;
  font-size: 66px;
  color: #000000;
  text-align: left;
  line-height: 66px;
}
.section_cart_error .text {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 21px;
  color: #979797;
  text-align: left;
}
.section_cart_error .box_button {
  padding: 0;
  margin: 0;
  text-align: left;
}
.section_cart_error .box_button a {
  float: left;
  padding: 7px 0;
  margin: 15px 0 0 0;
  font-size: 19px;
  color: #000000;
  border: 1px solid #E8E8E8;
  border-radius: 9px;
  display: inline-block;
  width: 238px;
  max-width: 100%;
  height: auto;
  text-align: center;
}
.section_cart_error .box_button a:hover {
  border-color: #E98228;
}

.fixed_media {
  z-index: 10;
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  right: 30px;
  margin: auto;
  width: 47px;
  height: 230px;
}
.fixed_media li {
  float: left;
  margin: 6px 0;
  width: 100%;
}
.fixed_media li .img_item {
  float: left;
  margin: 0;
  max-width: 100%;
}

.back_top,
.back_top:hover {
  padding: 0;
  margin: 0;
  position: fixed;
  right: 25px;
  bottom: 100px;
  z-index: 10;
  width: 38px;
  height: 74px;
  border-radius: 4px;
  text-decoration: none;
  display: none;
  background-color: #C44E57;
  background: -webkit-linear-gradient(top, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(top, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(top, #C44E57 30%, #F28D1F);
  background: linear-gradient(top, #C44E57 30%, #F28D1F);
  text-align: center;
  box-shadow: 5px 5px 10px #000000;
}
.back_top .img_arrow,
.back_top:hover .img_arrow {
  display: inline-block;
  border: none;
  margin: 30px 0 7px 0;
  width: auto;
  height: auto;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

body {
  background-color: #F4F4F4;
  font-family: "Hind", sans-serif;
  font-weight: 400;
}

.container.relative {
  position: relative;
}

.container {
  max-width: 100%;
  width: 1300px;
  padding: 0 15px;
  display: block;
  margin: 0 auto;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

a,
input,
select,
button,
textarea {
  outline: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.img_full {
  float: left;
  margin: 0;
  width: 100%;
}

.transition {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ui-state-active {
  background-color: #EEEEEE !important;
  border: none !important;
  font-family: "Hind", sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  color: #000000 !important;
}

.ui-menu-item {
  font-family: "Hind", sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  color: #000000 !important;
}

.menu_mobile {
  text-align: left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  max-width: 100%;
  width: 376px;
  height: 100%;
  background-color: #000000;
  padding: 20px 15px 20px 20px;
  overflow: hidden;
  display: none;
}
.menu_mobile .top {
  padding: 0;
}
.menu_mobile .top .btn_menu {
  position: relative;
  z-index: 1;
  float: left;
  width: 28px;
  height: auto;
  margin: 11px 28px 0 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.menu_mobile .top .btn_menu .line {
  float: left;
  margin: 0 0 8px 0;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
}
.menu_mobile .top .logo {
  float: left;
  margin: 0;
  width: 136px;
  max-width: 100%;
}
.menu_mobile .top .img_user {
  float: right;
  margin: 10px 15px 0 0;
  width: auto;
  cursor: pointer;
}
.menu_mobile .ps__scrollbar-y-rail {
  width: 2px;
  background-color: #0E0E0E;
  position: absolute;
  top: 0;
  right: 5px;
}
.menu_mobile .ps__scrollbar-y {
  width: 2px;
  background-color: #242424;
  position: absolute;
  top: 0;
  right: 0;
}
.menu_mobile .menu {
  margin: 50px 0 0 0;
  padding: 0 12px 0 0;
  max-height: 70%;
  float: left;
  position: relative;
  overflow: hidden;
}
.menu_mobile .menu ul {
  margin: 0;
  padding: 0;
}
.menu_mobile .menu ul li {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
}
.menu_mobile .menu ul li span {
  float: left;
  width: auto;  
  padding: 5px 0;
  margin: 9px 0 0 0;
  font-weight: 600;
  font-size: 26px;
  color: #F28D1F;
  line-height: 29px;
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.menu_mobile .menu ul li a {
  float: left;
  margin: 0;
  padding: 14px 0;
  width: 100%;
  height: auto;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 20px;
  position: relative;
}
.menu_mobile .menu ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
}
.menu_mobile .menu:nth-last-child(1) ul {
  border: none;
}

@media (min-width: 1021px) {
  .menu_mobile {
    display: none !important;
  }
}
.header_main.fixed {
  padding: 5px 0 !important;
  background-color: #000000 !important;
  height: auto;
}

.header_main.bg_black {
  background-color: #000000 !important;
}

.header_main {
  padding: 16px 0;
  position: fixed;
  z-index: 1;
  height: 88px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header_main .btn_menu {
  position: relative;
  z-index: 1;
  float: left;
  width: 28px;
  height: auto;
  margin: 13px 30px 0 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  display: none;
}
.header_main .btn_menu .line {
  float: left;
  margin: 0 0 8px 0;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
}
.header_main:before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
}
.header_main .home {
  float: left;
  margin: 0;
  position: relative;
  z-index: 1;
}
.header_main .home .logo {
  float: left;
  margin: 0;
  width: auto;
  max-width: 100%;
}
.header_main .menu {
  padding: 0;
  margin: 8px 0 0 0;
  float: right;
  width: auto;
  position: relative;
  z-index: 1;
}
.header_main .menu ul {
  padding: 0;
  margin: 0 0 0 30px;
  float: left;
  width: auto;
}
.header_main .menu ul:nth-child(1) {
  margin-left: 0;
}
.header_main .menu li {
  float: left;
  margin: 0;
  width: auto;
  font-size: 18px;  
  line-height: 18px;
  color: #FFFFFF;
  position: relative;
}
.header_main .menu li .item_menu {
  color: #FFFFFF;
  float: left;
  margin: 0 1px;
  padding: 10px 10px;
	font-size: 18px;
  width: auto;
  position: relative;
  border: 1px solid transparent;
}
.header_main .menu li .item_menu:hover,
.header_main .menu li .item_menu.active {
  border-image: linear-gradient(100deg, #C44E57, #F28D1F);
  border-image-slice: 1;
}
.header_main .menu li .img_user {
  float: right;
  margin: 0;
  width: auto;
  display: none;
  cursor: pointer;
}
.header_main .menu li .account {
  float: left;
  padding: 0 12px;
  margin: 5px 0 0 15px;
  width: auto;
  height: 29px;
  border-radius: 4px;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 31px;
}
.header_main .menu li .account .img_item {
  float: right;
  margin: 7px 0 0 10px;
  width: 15px;
}
.header_main .menu li .account .fa {
  float: right;
  margin: 6px 0 0 10px;
  font-size: 18px;
}
.header_main .menu li .submenu {
  position: absolute;
  right: 0;
  top: 100%;
  margin: 0;
  width: 203px;
  height: auto;
  display: none;
}
.header_main .menu li .submenu ul {
  float: left;
  margin: 5px 0 0 0;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  border: 10px solid #FFFFFF;
  border-radius: 4px;
}
.header_main .menu li .submenu li {
  padding: 0;
  margin: 0 0 3px 0;
  width: 100%;
}
.header_main .menu li .submenu li:nth-last-child(1) {
  margin: 0;
}
.header_main .menu li .submenu .item_submenu {
  float: left;
  margin: 0;
  padding: 6px 0;
  width: 100%;
  height: auto;
  background-color: #000000;
  font-weight: 500;
  font-size: 17px;
  color: #FFFFFF;
  text-align: center;
}
.header_main .menu li .submenu .item_submenu:hover,
.header_main .menu li .submenu .item_submenu.account {
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
}
.header_main .menu li:hover .submenu {
  display: block;
}


/**/
.header_main .menu li .submenuright {
  position: absolute;
  right: 0;
  top: 100%;
  margin: 0;
  width: 203px;
  height: auto;
  display: none;
}
.header_main .menu li .submenuright ul {
  float: left;
  margin: 5px 0 0 67px;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  border: 10px solid #FFFFFF;
  border-radius: 4px;
}
.header_main .menu li .submenuright li {
  padding: 0;
  margin: 0 0 3px 0;
  width: 100%;
}
.header_main .menu li .submenuright li:nth-last-child(1) {
  margin: 0;
}
.header_main .menu li .submenuright .item_submenu {
  float: left;
  margin: 0;
  padding: 6px 0;
  width: 100%;
  height: auto;
  background-color: #000000;
  font-weight: 500;
  font-size: 17px;
  color: #FFFFFF;
  text-align: center;
}
.header_main .menu li .submenuright .item_submenu:hover,
.header_main .menu li .submenuright .item_submenu.account {
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
}
.header_main .menu li:hover .submenuright {
  display: block;
}
/**/

.footer_main {
  padding: 0;
  position: relative;
  z-index: 0;
  background-color: #FFFFFF;
}
.footer_main .help {
  z-index: 0;
  position: absolute;
  bottom: -30px;
  left: 32%;
  height: 257px;
  background-image: url("../images/img_box_footer.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  margin: 0;
  width: 27%;
}
.footer_main .box_footer {
  padding: 40px 0;
  background-color: #FFF3EB;
  position: relative;
  z-index: 1;
}
.footer_main .box_1 {
  float: left;
  margin: 0;
  padding: 0 0 0 0;
  width: 32%;
  position: relative;
  z-index: 1;
}
.footer_main .box_2 {
  float: right;
  margin: 0;
  padding: 0 0 0 0;
  width: 41%;
  position: relative;
  z-index: 1;
}
.footer_main .column {
  padding: 0;
}
.footer_main .title {
  padding: 0 0 30px 0;
  font-weight: 600;
  font-size: 26px;
  color: #333333;
  line-height: 29px;
}
.footer_main .title .fa {
  display: none;
  float: right;
  margin: 0;
  color: #F28D1F;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.footer_main .column_links.active .title .fa {
  transform: rotate(180deg);
}
.footer_main ul {
  padding: 0;
}
.footer_main ul li {
  padding: 0;
}
.footer_main ul li a {
  margin: 0 0 8px 0;
  float: left;
  width: auto;
  font-size: 16px;
  color: #666666;
  line-height: 19px;
}
.footer_main a:hover {
  color: #000000;
}
.footer_main .box_newsletter {
  padding: 0;
}
.footer_main .box_newsletter .text {
  padding: 0 0 7px 0;
  font-size: 16px;
  color: #666666;
  line-height: 19px;
}
.footer_main .box_newsletter .newsletter {
  padding: 0;
  position: relative;
}
.footer_main .box_newsletter .newsletter .field {
  float: left;
  padding: 0 70px 0 20px;
  margin: 0;
  width: 100%;
  height: 43px;
  background-color: #FFFFFF;
  border: none;
  position: relative;
  z-index: 1;
  font-size: 19px;
  color: #666666;
  line-height: 43px;
}
.footer_main .box_newsletter .newsletter .btn_send {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border: none;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
  width: 56px;
  height: 43px;
  font-weight: 600;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 45px;
}
.footer_main .box_newsletter .newsletter ::-webkit-input-placeholder {
  color: #666666;
  opacity: 10;
}
.footer_main .box_newsletter .newsletter :-moz-placeholder {
  color: #666666;
  opacity: 10;
}
.footer_main .box_newsletter .newsletter ::-moz-placeholder {
  color: #666666;
  opacity: 10;
}
.footer_main .box_newsletter .newsletter :-ms-input-placeholder {
  color: #666666;
  opacity: 10;
}
.footer_main .media_social {
  padding: 0;
  margin: 35px 0 0 0;
}
.footer_main .media_social a {
  float: left;
  margin: 0 8px 8px 0;
  width: auto;
}
.footer_main .media_social .img_item {
  float: left;
  margin: 0;
  width: auto;
}
.footer_main .box_cards {
  padding: 30px 0 0 0;
  text-align: left;
}
.footer_main .box_cards .img_paypal {
  display: inline-block;
  max-width: 100%;
  width: auto;
  margin: 0 35px 15px 0;
}
.footer_main .box_cards .img_item {
  display: inline-block;
  max-width: 100%;
  width: auto;
  margin: 0 0 15px 0;
}
.footer_main .box_phones {
  padding: 0;
  margin: 50px 0 40px 0;
  background-color: #FFFFFF;
}
.footer_main .box_phones .others {
  padding: 0;
  display: none;
}
.footer_main .box_phones .item {
  padding: 0 0 20px 0;
}
.footer_main .box_phones .item .number {
  padding: 0;
  font-weight: 300;
  font-size: 26px;
  color: #000000;
  line-height: 29px;
}
.footer_main .box_phones .item .text {
  padding: 0;
  font-size: 16px;
  color: #666666;
  line-height: 19px;
}
.footer_main .box_phones .item .orange {
  background: -webkit-linear-gradient(left, #C44E57, #F28D1F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer_main .box_regions {
  padding: 0;
  position: relative;
  text-align: center;
}
.footer_main .box_regions:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
}
.footer_main .box_regions .open {
  margin: 0 0 25px 0;
  padding: 0 30px 0 0;
  display: inline-block;
  width: 235px;
  height: 30px;
  border: 1px solid transparent;
  border-image: linear-gradient(100deg, #C44E57, #F28D1F);
  border-image-slice: 1;
  background-color: #FFFFFF;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 25px;
  text-align: center;
  border-radius: 0;
  outline: none;
  position: relative;
  cursor: pointer;
}
.footer_main .box_regions .open:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #FFFFFF;
}
.footer_main .box_regions .open:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
  background-color: #FFFFFF;
  background-image: url("../../assets/images/img_orange_down.png") !important;
  background-repeat: no-repeat;
  background-position: center left;
}
.footer_main .box_regions .box_select {
  margin: 0 0 25px 0;
  padding: 0 0 0 0;
  display: inline-block;
  width: 235px;
  height: 30px;
  border: 1px solid transparent;
  border-image: linear-gradient(100deg, #C44E57, #F28D1F);
  border-image-slice: 1;
  background-color: #FFFFFF;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 25px;
  text-align: center;
  border-radius: 0;
  outline: none;
  position: relative;
}
.footer_main .box_regions .box_select:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FFFFFF;
}
.footer_main .box_regions .box_select .option {
  padding: 0;
}
.footer_main .box_regions .box_select .arrow_select {
  width: 28px;
  height: 25px;
  background-image: url("../../assets/images/img_orange_down.png") !important;
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
  margin: 0;
}
.footer_main .copyright {
  padding: 20px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  color: #989898;
  line-height: 15px;
  text-align: center;
}
.footer_main .copyright a {
  color: #989898;
}
.footer_main .copyright a:hover {
  color: #F28D1F;
}
.footer_main .copyright .box_text {
  display: inline-block;
  width: 250px;
  max-width: 100%;
}

@media(min-width: 1021px){
  
  .footer_main ul {
    display: block !important;
  }

}

main {
  padding: 0 !important;
  position: relative;
  z-index: 0;
}

/*produto*/
.product {
  padding: 0 30px;
  margin: 0 0 70px 0;
}
.product .box_img {
  padding: 0;
  height: 325px;
  overflow: hidden;
}
.product .box_img .img_item {
  /*min-width: 100%;
  min-height: 100%;
  max-width: 150%;
  max-height: 150%;
	*/
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product .box_img:hover .img_item {
  -moz-transform: scale(1.05) translate(-50%, -50%);
  -webkit-transform: scale(1.05) translate(-50%, -50%);
  transform: scale(1.05) translate(-50%, -50%);
}
.product .title {
  padding: 0;
  margin: 15px 0 0 0;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  min-height:76px;
	/*
  height: 50px;
  overflow: hidden;*/
}/*
.product .title:before {
  content: "...";
  position: absolute;
  right: 10px;
  bottom: 0;
  padding: 0;
  width: auto;
  background-color: #FFFFFF;
}
.product .title:after {
  content: "";
  position: absolute;
  right: 10px;
  width: 23px;
  height: 100%;
  margin-top: 0.2em;
  background-color: #FFFFFF;
}*/
.product .btn_more {
  padding: 0;
  margin: 0;
  width: 30px;
  height: 20px;
  border: none;
  background: transparent;
  font-size: 14px;
  color: #039049;
  line-height: 22px;
  text-align: center;
}
.product .description {
  padding: 0;
  margin: 8px 0 0 0;
  font-size: 16px;
  color: #999999;
  line-height: 19px;
}
.product .text {
  padding: 0;
  margin: 8px 0 0 0;
  font-size: 16px;
  color: #999999;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .price {
  padding: 0;
  margin: 15px 0 0 0;
  font-weight: 300;
  font-size: 32px;
  color: #000000;
  line-height: 32px;
}
.product .price span {
  font-weight: 400;
  font-size: 14px;
  color: #6A6A6A;
}
.product .box_add {
  padding: 10px 0 0 0;
}
.product .box_add .btn_add {
  border: 1px solid #1FAD6E;
  border-radius: 4px;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 0 0 0 20px;
  width: 100%;
  height: 43px;
  font-size: 20px;
  color: #6A6A6A;
  line-height: 43px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.product .box_add .btn_add .box_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 100%;
  background: #21AF72;
  background: -webkit-linear-gradient(left, #21AF72 10%, #039049);
  background: -o-linear-gradient(left, #21AF72 10%, #039049);
  background: -moz-linear-gradient(left, #21AF72 10%, #039049);
  background: linear-gradient(left, #21AF72 10%, #039049);
  border-radius: 3px;
}
.product .box_add .btn_add .box_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg_btn_add.png");
  background-repeat: no-repeat;
  background-position: center;
}
.product .box_add .btn_add:hover {
  box-shadow: 1px 1px 15px #1FAD6E;
}
.product .box_button {
  padding: 12px 0 0 0;
}
.product .box_button a {
  float: left;
  padding: 0 15px;
  width: 100%;
  height: 43px;
  font-size: 20px;
  color: #35A5AE;
  line-height: 43px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  background: #FFFFFF;
  position: relative;
}
.product .box_button a .img_item {
  float: right;
  margin: 11px 0 0 0;
}
.product .box_button a:hover {
  box-shadow: 1px 1px 10px #E0E0E0;
}

.section_breadcrumb {
  padding: 0;
  border-bottom: 1px solid #E9E9E9;
}
.section_breadcrumb ul {
  padding: 10px 0;
  margin: 0;
  position: relative;
}
.section_breadcrumb ul li {
  float: left;
  width: auto;
  padding: 0 40px 0 0;
  margin: 0 28px 10px 0;
  font-family: "hind", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #969696;
  position: relative;
}
.section_breadcrumb ul li a {
  color: #969696;
}
.section_breadcrumb ul li a:hover,
.section_breadcrumb ul li a.active {
  color: #000000;
}
.section_breadcrumb ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 11px;
  height: 1px;
  background-color: #7F7F7F;
}
.section_breadcrumb ul li:nth-last-child(1) {
  padding: 0;
}
.section_breadcrumb ul li:nth-last-child(1):before {
  display: none;
}

.box_pagination {
  padding: 0;
}
.box_pagination ul {
  padding: 0;
}
.box_pagination li {
  float: left;
  margin: 0;
  padding: 0;
  min-width: 45px;
  text-align: center;
}
.box_pagination .control {
  display: inline-block;
  margin: 6px 0 10px 0;
  padding: 0;
  width: 19px;
  height: 19px;
  font-size: 18px;
  color: #C24C58;
  line-height: 18px;
  text-align: center;
  border: 1px solid #C24C58;
}
.box_pagination .control:hover {
  color: #FFFFFF;
  border: 1px solid transparent;
  background: #C24C58;
  background: -webkit-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: -o-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: -moz-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: linear-gradient(left, #C24C58 1%, #F18D1E);
}
.box_pagination .link {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 7px 9px 6px 9px;
  width: auto;
  height: auto;
  font-size: 18px;
  color: #747474;
  line-height: 18px;
  border-radius: 2px;
}
.box_pagination .link:hover,
.box_pagination .link.active {
  background: #C24C58;
  background: -webkit-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: -o-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: -moz-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: linear-gradient(left, #C24C58 1%, #F18D1E);
  font-weight: 600;
  font-size: 22px;
  color: #FFFFFF;
}

/*home*/
main.main_home .banner_home {
  padding: 0;
  position: relative;
  z-index: 1;
}
main.main_home .banner {
  padding: 0;
}
main.main_home .banner:before {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 100%;
  height: 1px;
  background-color: #CB584E;
}
main.main_home .banner .item {
  padding: 0 80px;
  height: auto;
  min-height: 1080px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
main.main_home .banner .item .title {
  padding: 0;
  margin: 400px 0 0 0;
  font-weight: 700;
  font-size: 102px;
  color: #FFFFFF;
  line-height: 102px;
}
main.main_home .banner .item .text {
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 53px;
  color: #FFFFFF;
  line-height: 53px;
}
main.main_home .banner .item .box_button {
  padding: 0;
  text-align: center;
}
main.main_home .banner .item .box_button a {
  display: inline-block;
  padding: 0 12px 0 20px;
  margin: 25px 0 0 0;
  width: auto;
  height: 43px;
  border-radius: 4px;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
  font-weight: 700;
  font-size: 23px;
  color: #FFFFFF;
  line-height: 46px;
}
main.main_home .banner .item .box_button a .img_item {
  float: right;
  margin: 10px 0 0 10px;
}
main.main_home .banner .item .box_button a:hover {
  box-shadow: 1px 1px 10px #F28D1F;
}
main.main_home section.party {
  padding: 75px 0 60px 0;
  background-image: url("../images/shadow_party.png");
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
}
main.main_home section.party .title {
  padding: 0;
  font-weight: 600;
  font-size: 50px;
  color: #333333;
  line-height: 53px;
  background: -webkit-linear-gradient(left, #C44E57, #F28D1F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_home section.party .text {
  padding: 15px 0 55px 0;
  font-size: 26px;
  color: #808080;
  line-height: 29px;
}
main.main_home section.party .item {
  padding: 0;
}
main.main_home section.party .item .box_img {
  height: 57px;
  position: relative;
}
main.main_home section.party .item .box_img .img_item {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
main.main_home section.party .item .item_text {
  padding: 15px 10px 0 10px;
  font-size: 18px;
  color: #808080;
  line-height: 21px;
}
main.main_home section.gift {
  padding: 0;
  background-color: #F9F0E9;
}
main.main_home section.gift .box_text {
  padding: 75px 0 180px 0;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 10%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 10%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 10%, #F28D1F);
  background: linear-gradient(left, #C44E57 10%, #F28D1F);
}
main.main_home section.gift .box_text .title {
  padding: 0;
  font-weight: 300;
  font-size: 42px;
  color: #FFFFFF;
  line-height: 45px;
  text-align: center;
}
main.main_home section.gift .box_text .text {
  padding: 15px 0 30px 0;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 29px;
  text-align: center;
}
main.main_home section.gift .box_slide {
  padding: 0;
  margin: -20px 0 0 0;
  background-image: url("../images/bg_wave.png");
  background-repeat: repeat-x;
  background-position: center top;
}
main.main_home section.gift .box_slide .slide_gift {
  margin: -150px 0 0 0;
}
main.main_home section.gift .box_slide .container {
  width: 1000px;
}
main.main_home section.gift .box_slide .item {
  padding: 0;
  text-align: center;
}
main.main_home section.gift .box_slide .item .box_img {
  height: 230px;
  position: relative;
}
main.main_home section.gift .box_slide .item .box_img .img_item {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
main.main_home section.gift .box_slide .item .item_title {
  padding: 18px 10px 0 10px;
  font-size: 20px;
  color: #333333;
  line-height: 23px;
}
main.main_home section.gift .box_slide .item .item_text {
  padding: 10px 10px 0 10px;
  font-size: 16px;
  color: #666666;
  line-height: 19px;
}
main.main_home section.gift .how_works {
  padding: 75px 0 90px 0;
  text-align: center;
}
main.main_home section.gift .how_works .box {
  padding: 0;
  display: inline-block;
  width: 330px;
  max-width: 100%;
}
main.main_home section.gift .how_works .box .view {
  display: inline-block;
  padding: 0 12px;
  margin: 0;
  width: 100%;
  height: 43px;
  border-radius: 4px;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 46px;
  text-align: center;
}
main.main_home section.gift .how_works .box .view .img_item {
  float: right;
  margin: 10px 0 0 10px;
}
main.main_home section.gift .how_works .box .view:hover {
  box-shadow: 1px 1px 10px #F28D1F;
}
main.main_home section.gift .how_works .box .link_create {
  float: left;
  padding: 0 12px 0 15px;
  margin: 20px 0 0 0;
  width: auto;
  height: 43px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 46px;
  text-align: left;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
  overflow: hidden;
  position: relative;
}
main.main_home section.gift .how_works .box .link_create:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F9F0E9;
}
main.main_home section.gift .how_works .box .link_create .img_item {
  float: right;
  margin: 6px 0 0 10px;
  position: relative;
  z-index: 1;
}
main.main_home section.gift .how_works .box .link_create span {
  position: relative;
  z-index: 1;
}
main.main_home section.gift .how_works .box .link_create:hover {
  box-shadow: 1px 1px 10px #F28D1F;
}
main.main_home section.gift .how_works .box .link_gift {
  float: right;
  padding: 0 12px 0 15px;
  margin: 20px 0 0 0;
  width: auto;
  height: 43px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 46px;
  text-align: left;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
  overflow: hidden;
  position: relative;
}
main.main_home section.gift .how_works .box .link_gift:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F9F0E9;
}
main.main_home section.gift .how_works .box .link_gift .img_item {
  float: right;
  margin: 6px 0 0 10px;
  position: relative;
  z-index: 1;
}
main.main_home section.gift .how_works .box .link_gift span {
  position: relative;
  z-index: 1;
}
main.main_home section.gift .how_works .box .link_gift:hover {
  box-shadow: 1px 1px 10px #F28D1F;
}
main.main_home section.templates {
  padding: 0;
  min-height: 530px;
  background-color: #F9F0E9;
  position: relative;
}
main.main_home section.templates:before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 398px;
  background-color: #39B4BC;
}
main.main_home section.templates:after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 398px;
  background-color: #C44C57;
}
main.main_home section.templates .box_templates {
  padding: 0;
  position: relative;
  z-index: 1;
  background-image: url("../images/bg_templates.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 530px;
}
main.main_home section.templates .box_text {
  padding: 0;
}
main.main_home section.templates .box_text .box {
  padding: 0;
  margin: 85px 0 20px 0;
  float: left;
  width: 360px;
  font-weight: 300;
  font-size: 45px;
  color: #FFFFFF;
  line-height: 48px;
  text-align: left;
}
main.main_home section.templates .box_text .box span {
  font-weight: 700;
}
main.main_home section.templates .text_free {
  padding: 0;
  font-weight: 300;
  font-size: 23px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: left;
}
main.main_home section.templates .box_links {
  padding: 20px 0 0 0;
  text-align: left;
}
main.main_home section.templates .box_links a {
  display: inline-block;
  margin: 0 20px 20px 0;
  padding: 0 17px;
  width: auto;
  height: 43px;
  border-radius: 4px;
  background-color: #FFFFFF;
  font-weight: 500;
  font-size: 23px;
  color: #C44E57;
  line-height: 46px;
}
main.main_home section.templates .box_links a span {
  background: -webkit-linear-gradient(left, #C44E57, #F28D1F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_home section.templates .box_links a:hover {
  box-shadow: 1px 1px 10px #777777;
}
main.main_home section.reviews {
  padding: 75px 0 160px 0;
  background-color: #F9F0E9;
}
main.main_home section.reviews .container {
  width: 1150px;
}
main.main_home section.reviews .title {
  padding: 0 0 40px 0;
  font-weight: 300;
  font-size: 42px;
  color: #000000;
  line-height: 45px;
  text-align: center;
}
main.main_home section.reviews .item {
  padding: 0 45px;
  text-align: center;
}
main.main_home section.reviews .item .box_rounded {
  display: inline-block;
  width: 180px;
  height: 180px;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
  border-radius: 100%;
  border: 1px solid transparent;
  position: relative;
}
main.main_home section.reviews .item .box_rounded .box_img {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  float: left;
  background-color: #F9F0E9;
  border-radius: 100%;
  border: 4px solid #F9F0E9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
main.main_home section.reviews .item .text {
  margin: 15px 0 0 0;
  padding: 0 20px 0 60px;
  font-size: 16px;
  color: #666666;
  line-height: 19px;
  text-align: left;
  background-image: url("../images/bg_text_up.png"), url("../images/bg_text_bottom.png");
  background-repeat: no-repeat;
  background-position: left top, bottom right;
}
main.main_home section.reviews .item .name {
  padding: 15px 20px 0 60px;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
  text-align: left;
}
main.main_home section.provider {
  padding: 0;
  background-color: #F9F0E9;
  background-image: url("../images/bg_provider.jpg");
  background-repeat: repeat-x;
  background-position: center bottom;
}
main.main_home section.provider .title_mobile {
  padding: 20px 0;
  font-weight: 700;
  font-size: 70px;
  color: #7B6E6B;
  line-height: 50px;
  text-align: center;
}
main.main_home section.provider .title_mobile .span1 {
  font-size: 45px;
  color: #948A88;
  line-height: 35px;
}
main.main_home section.provider .title_mobile .span2 {
  font-size: 45px;
  color: #F28D1F;
  line-height: 35px;
  background: -webkit-linear-gradient(left, #C44E57, #F28D1F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_home section.provider .box_text {
  padding: 60px 0 0 0;
  width: 370px;
  min-height: 480px;
  float: left;
  position: relative;
  z-index: 1;
}
main.main_home section.provider .box_text .title {
  padding: 0;
  font-weight: 700;
  font-size: 105px;
  color: #7B6E6B;
  line-height: 60px;
}
main.main_home section.provider .box_text .title .span1 {
  font-size: 73px;
  color: #948A88;
  line-height: 60px;
}
main.main_home section.provider .box_text .title .span2 {
  font-size: 73px;
  color: #F28D1F;
  line-height: 60px;
  background: -webkit-linear-gradient(left, #C44E57, #F28D1F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_home section.provider .box_text .text {
  padding: 90px 30px 0 0;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 19px;
}
main.main_home section.provider .box_text .box_button {
  padding: 35px 0 0 0;
}
main.main_home section.provider .box_text .box_button a {
  display: inline-block;
  margin: 0;
  width: auto;
  height: auto;
  border-radius: 4px;
  background-color: #FFFFFF;
  padding: 12px 18px 9px 18px;
  font-weight: 500;
  font-size: 23px;
  color: #948A88;
  line-height: 26px;
}
main.main_home section.provider .box_text .box_button a span {
  background: -webkit-linear-gradient(left, #C44E57, #F28D1F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_home section.provider .box_text .box_button a:hover {
  background-color: #F9F0E9;
}
main.main_home section.provider .box_slide {
  padding: 0;
  width: 70%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
main.main_home section.provider .box_slide .item {
  padding: 0;
  position: relative;
  overflow: hidden;
  height: 416px;
}
main.main_home section.provider .box_slide .item .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.main_home section.provider .box_slide .item:hover .cover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
main.main_home section.count {
  padding: 90px 0;
  background-image: url("../images/bg_count.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}
main.main_home section.count .container {
  width: 1100px;
}
main.main_home section.count .item {
  padding: 20px 0;
  text-align: center;
}
main.main_home section.count .item .number {
  padding: 0;
  font-weight: 700;
  font-size: 88px;
  color: #524947;
  line-height: 88px;
}
main.main_home section.count .item .text {
  padding: 0;
  font-size: 16px;
  color: #524947;
  line-height: 19px;
}
main.main_home section.blog {
  padding: 120px 0 100px 0;
  background-color: #35A6AF;
  text-align: center;
  position: relative;
}
main.main_home section.blog:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url("../images/bg_section_blog.png");
  background-repeat: repeat-x;
  background-position: center top;
}
main.main_home section.blog .container {
  width: 1450px;
}
main.main_home section.blog .title {
  padding: 0;
  font-weight: 700;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 63px;
}
main.main_home section.blog .text {
  padding: 5px 0 70px 0;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 29px;
}
main.main_home section.blog .item {
  padding: 0 8px;
}
main.main_home section.blog .item .box_img {
  position: relative;
  overflow: hidden;
  height: 352px;
  margin: 0 0 15px 0;
}
main.main_home section.blog .item .box_img .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.main_home section.blog .item .text1 {
  padding: 0;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 25px;
  text-align: center;
}
main.main_home section.blog .item .text2 {
  padding: 0;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
}
main.main_home section.blog .item:hover .box_img .cover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*home*/
/*busque-lista-de-presentes*/
main.main_list_gift .how_works {
  padding: 180px 0 70px 0;
  margin: 0;
  background-color: #FFF3EB;
  background: -webkit-linear-gradient(top, #FFF3EB 30%, #FFF6F0);
  background: -o-linear-gradient(top, #FFF3EB 30%, #FFF6F0);
  background: -moz-linear-gradient(top, #FFF3EB 30%, #FFF6F0);
  background: linear-gradient(top, #FFF3EB 30%, #FFF6F0);
}
main.main_list_gift .how_works .container {
  width: 1130px;
}
main.main_list_gift .how_works .title {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 60px;
  color: #808080;
  line-height: 65px;
  text-align: center;
}
main.main_list_gift .how_works .subtitle {
  margin: 0;
  padding: 5px 0 0 0;
  font-weight: 600;
  font-size: 48px;
  color: #333333;
  line-height: 53px;
  text-align: center;
  background: -webkit-linear-gradient(left, #C44E57, #F28D1F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_list_gift .how_works .item {
  padding: 65px 20px 40px 20px;
  text-align: center;
}
main.main_list_gift .how_works .item .box_img {
  height: 60px;
  position: relative;
}
main.main_list_gift .how_works .item .box_img .img_item {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
main.main_list_gift .how_works .item .item_title {
  padding: 20px 0 0 0;
  font-weight: 600;
  font-size: 25px;
  color: #444444;
  line-height: 28px;
}
main.main_list_gift .how_works .item .item_text {
  padding: 5px 0 0 0;
  font-size: 18px;
  color: #808080;
  line-height: 21px;
}
main.main_list_gift .how_works .box_cards {
  padding: 40px 0 0 0;
  text-align: center;
}
main.main_list_gift .how_works .box_cards .img_paypal {
  display: inline-block;
  max-width: 100%;
  width: auto;
  margin: 0 30px 15px 0;
}
main.main_list_gift .how_works .box_cards .img_item {
  display: inline-block;
  max-width: 100%;
  width: auto;
  margin: 0 0 15px 0;
}
main.main_list_gift section.search {
  padding: 0;
  background-color: #FFF3EB;
  background: -webkit-linear-gradient(top, #FFF3EB 30%, #FFF6F0);
  background: -o-linear-gradient(top, #FFF3EB 30%, #FFF6F0);
  background: -moz-linear-gradient(top, #FFF3EB 30%, #FFF6F0);
  background: linear-gradient(top, #FFF3EB 30%, #FFF6F0);
  position: relative;
  overflow: hidden;
}
main.main_list_gift section.search:before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 82px;
  left: 0;
  width: 25%;
  height: 400px;
  background-color: #C34D57;
}
main.main_list_gift section.search:after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 82px;
  right: 0;
  width: 25%;
  height: 400px;
  background-color: #39B3BC;
}
main.main_list_gift section.search .box_center {
  padding: 0;
  position: relative;
  z-index: 1;
  min-height: 400px;
}
main.main_list_gift section.search .box_bg {
  padding: 0;
  background-image: url("../images/bg_box_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
}
main.main_list_gift section.search .box_text {
  padding: 0;
  min-height: 400px;
}
main.main_list_gift section.search .box_text .box {
  padding: 0;
  margin: 200px 0 0 0;
  float: left;
  width: 360px;
  font-weight: 300;
  font-size: 45px;
  color: #FFFFFF;
  line-height: 48px;
  text-align: left;
}
main.main_list_gift section.search .box_text .box span {
  font-weight: 700;
}
main.main_list_gift section.search .box_search {
  padding: 210px 0 0 0;
  font-weight: 300;
  font-size: 23px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: left;
  float: right;
  width: 470px;
}
main.main_list_gift section.search .box_search .text {
  padding: 0;
  font-size: 23px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: left;
}
main.main_list_gift section.search .box_search .field {
  float: left;
  padding: 0 10px;
  margin: 10px 1% 0px 0;
  width: 14%;
  height: 50px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  font-size: 19px;
  color: #666666;
  line-height: 50px;
  text-align: center;
}
main.main_list_gift section.search .box_search .field.name {
  padding: 0 20px;
  width: 41%;
  text-align: left;
}
main.main_list_gift section.search .box_search .btn_send {
  float: left;
  padding: 0 10px;
  margin: 10px 1% 8px 0;
  width: 12%;
  height: 50px;
  background-image: url("../images/bg_btn_send.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
}
main.main_list_gift section.search .box_search ::-webkit-input-placeholder {
  color: #666666;
  opacity: 10;
}
main.main_list_gift section.search .box_search :-moz-placeholder {
  color: #666666;
  opacity: 10;
}
main.main_list_gift section.search .box_search ::-moz-placeholder {
  color: #666666;
  opacity: 10;
}
main.main_list_gift section.search .box_search :-ms-input-placeholder {
  color: #666666;
  opacity: 10;
}
main.main_list_gift section.search_results {
  padding: 60px 0;
  background: #FFFFFF;
}
main.main_list_gift section.search_results .text_results {
  padding: 0 0 30px 0;
  font-weight: 600;
  font-size: 32px;
  color: #121212;
}
main.main_list_gift section.search_results .item {
  padding: 15px 10px 50px 80px;
  position: relative;
}
main.main_list_gift section.search_results .item .box_img {
  position: absolute;
  top: 15px;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
}
main.main_list_gift section.search_results .item .box_img .img_item {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 150%;
  max-height: 150%;
}
main.main_list_gift section.search_results .item .box_infos {
  padding: 0;
}
main.main_list_gift section.search_results .item .text1 {
  padding: 0;
  font-weight: 600;
  font-size: 22px;
  color: #666666;
  line-height: 26px;
}
main.main_list_gift section.search_results .item .text2 {
  padding: 15px 0 0 0;
  font-weight: 400;
  font-size: 17px;
  color: #808080;
  line-height: 20px;
  overflow: hidden;
  height: 95px;
}
main.main_list_gift section.search_results .item .text2:before {
  content: "...";
  position: absolute;
  right: 10px;
  bottom: 0;
  padding: 0;
  width: auto;
  background-color: #FFFFFF;
}
main.main_list_gift section.search_results .item .text2:after {
  content: "";
  position: absolute;
  right: 10px;
  width: 23px;
  height: 100%;
  margin-top: 0.2em;
  background-color: #FFFFFF;
}
main.main_list_gift section.count {
  padding: 90px 0;
  background-image: url("../images/bg_count.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}
main.main_list_gift section.count .container {
  width: 1100px;
}
main.main_list_gift section.count .item {
  padding: 20px 0;
  text-align: center;
}
main.main_list_gift section.count .item .number {
  padding: 0;
  font-weight: 700;
  font-size: 88px;
  color: #524947;
  line-height: 88px;
}
main.main_list_gift section.count .item .text {
  padding: 0;
  font-size: 16px;
  color: #524947;
  line-height: 19px;
}
main.main_list_gift section.blog {
  padding: 120px 0 100px 0;
  background-color: #151515;
  text-align: center;
  position: relative;
}
main.main_list_gift section.blog .container {
  width: 1450px;
}
main.main_list_gift section.blog .title {
  padding: 0;
  font-weight: 700;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 63px;
}
main.main_list_gift section.blog .text {
  padding: 5px 0 70px 0;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 29px;
}
main.main_list_gift section.blog .item {
  padding: 0 8px;
}
main.main_list_gift section.blog .item .box_img {
  position: relative;
  overflow: hidden;
  height: 352px;
  margin: 0 0 15px 0;
}
main.main_list_gift section.blog .item .box_img .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.main_list_gift section.blog .item .text1 {
  padding: 0;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 25px;
  text-align: center;
}
main.main_list_gift section.blog .item .text2 {
  padding: 0;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
}
main.main_list_gift section.blog .item:hover .box_img .cover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*busque-lista-de-presentes*/
/*cadastro-fornecedor*/
main.main_provider {
  background-color: #7B6E6B;
}
main.main_provider .be_provider {
  padding: 100px 0 70px 0;
  background-color: #7B6E6B;
  margin: 0;
}
main.main_provider .be_provider .container {
  width: 1000px;
}
main.main_provider .be_provider .title {
  margin: 100px 0 125px 0;
  padding: 0;
  font-weight: 500;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 39px;
  text-align: center;
}
main.main_provider .be_provider .column {
  padding: 0;
}
main.main_provider .be_provider .item {
  padding: 0 27px;
  margin: 0 0 20px 0;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 21px;
}
main.main_provider .be_provider .item a {
  color: #FFFFFF;
}
main.main_provider .be_provider .item a:hover {
  color: #FFFFFF;
  text-decoration: underline !important;
}
main.main_provider .be_provider .field {
  margin: 2px 0 0 0;
  padding: 0 20px;
  float: left;
  width: 100%;
  height: 44px;
  border: none;
  background-color: #FFFFFF;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #BFBFBF;
  line-height: 44px;
}
main.main_provider .be_provider .field.password {
  padding-right: 50px;
}
main.main_provider .be_provider .change_view {
  position: absolute;
  right: 27px;
  bottom: 0;
  width: 43px;
  height: 43px;
  border: none;
  background-color: #FFFFFF;
  background-image: url("../images/bg_password.png");
  background-repeat: no-repeat;
  background-position: center left;
  cursor: pointer;
}
main.main_provider .be_provider .box_select {
  margin: 2px 0 0 0;
  padding: 0 0 0 20px;
  float: left;
  width: 100%;
  height: 44px;
  border: none;
  background-color: #FFFFFF;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #BFBFBF;
  line-height: 44px;
  border-radius: 0;
  outline: none;
}
main.main_provider .be_provider .box_select .option {
  padding: 0;
}
main.main_provider .be_provider .box_select .arrow_select {
  width: 35px;
  height: 44px;
  background-image: url("../../assets/images/img_orange_down.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: 0;
}
main.main_provider .be_provider ::-webkit-input-placeholder {
  color: #BFBFBF;
  opacity: 10;
}
main.main_provider .be_provider :-moz-placeholder {
  color: #BFBFBF;
  opacity: 10;
}
main.main_provider .be_provider ::-moz-placeholder {
  color: #BFBFBF;
  opacity: 10;
}
main.main_provider .be_provider :-ms-input-placeholder {
  color: #BFBFBF;
  opacity: 10;
}
main.main_provider .be_provider label {
  cursor: pointer;
  font-weight: 400;
}
main.main_provider .be_provider .box_item_checkbox {
  padding: 0 0 0 40px;
}
main.main_provider .be_provider .box_checkbox {
  position: absolute;
  top: 26px;
  left: -40px;
  margin: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #EFECEA;
  background-color: #FFFFFF;
  position: relative;
}
main.main_provider .be_provider .box_checkbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg_checked.png");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.main_provider .be_provider input[type=checkbox] {
  display: none;
}
main.main_provider .be_provider input[type=checkbox]:checked + .box_checkbox:before {
  opacity: 10;
}
main.main_provider .be_provider .btn_send {
  margin: 20px 0 0 0;
  padding: 0 12px 0 16px;
  float: left;
  width: 193px;
  height: 43px;
  border: none;
  background: #C44D57;
  background: -webkit-linear-gradient(left, #C44D57 20%, #F18D1F);
  background: -o-linear-gradient(left, #C44D57 20%, #F18D1F);
  background: -moz-linear-gradient(left, #C44D57 20%, #F18D1F);
  background: linear-gradient(left, #C44D57 20%, #F18D1F);
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-size: 23px;
  color: #FFFFFF;
  line-height: 48px;
  text-align: left;
}
main.main_provider .be_provider .btn_send .img_item {
  float: right;
  margin: 12px 0 0 0;
  width: 20px;
}
main.main_provider .be_provider .btn_send:hover {
  box-shadow: 1px 1px 10px #F18D1F;
}
main.main_provider .be_provider .msg_success {
  padding: 0;
  margin: 25px 0 0 0;
  font-weight: 400;
  font-size: 24px;
  color: #36D900;
  line-height: 24px;
  text-align: left;
}
main.main_provider .be_provider .msg_error {
  padding: 0;
  margin: 25px 0 0 0;
  font-weight: 400;
  font-size: 24px;
  color: #DD0000;
  line-height: 24px;
  text-align: left;
}

/*cadastro-fornecedor*/



/*cadastro-fornecedor*/
main.main_contact {
  background-color: #333333;
}
main.main_contact .content_contact {
  padding: 100px 0 70px 0;
  background-color: #333333;
  margin: 0;
}
main.main_contact .content_contact .container {
  width: 1000px;
}
main.main_contact .content_contact .title {
  margin: 100px 0;
  padding: 0;
  font-weight: 500;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 39px;
  text-align: center;
}
main.main_contact .content_contact .column {
  padding: 0;
}
main.main_contact .content_contact .item {
  padding: 0 27px;
  margin: 0 0 20px 0;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 21px;
}
main.main_contact .content_contact .item a {
  color: #FFFFFF;
}
main.main_contact .content_contact .item a:hover {
  color: #FFFFFF;
  text-decoration: underline !important;
}
main.main_contact .content_contact .field {
  margin: 2px 0 0 0;
  padding: 0 20px;
  float: left;
  width: 100%;
  height: 44px;
  border: none;
  background-color: #FFFFFF;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #BFBFBF;
  line-height: 44px;
}
main.main_contact .content_contact .message {
  margin: 2px 0 0 0;
  padding: 10px 20px;
  float: left;
  width: 100%;
  height: 132px;
  border: none;
  background-color: #FFFFFF;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #BFBFBF;
  line-height: 44px;
}
main.main_contact .content_contact .field.password {
  padding-right: 50px;
}
main.main_contact .content_contact .change_view {
  position: absolute;
  right: 27px;
  bottom: 0;
  width: 43px;
  height: 43px;
  border: none;
  background-color: #FFFFFF;
  background-image: url("../images/bg_password.png");
  background-repeat: no-repeat;
  background-position: center left;
  cursor: pointer;
}
main.main_contact .content_contact .box_select {
  margin: 2px 0 0 0;
  padding: 0 0 0 20px;
  float: left;
  width: 100%;
  height: 44px;
  border: none;
  background-color: #FFFFFF;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #BFBFBF;
  line-height: 44px;
  border-radius: 0;
  outline: none;
}
main.main_contact .content_contact .box_select .option {
  padding: 0;
}
main.main_contact .content_contact .box_select .arrow_select {
  width: 35px;
  height: 44px;
  background-image: url("../../assets/images/img_orange_down.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: 0;
}
main.main_contact .content_contact ::-webkit-input-placeholder {
  color: #BFBFBF;
  opacity: 10;
}
main.main_contact .content_contact :-moz-placeholder {
  color: #BFBFBF;
  opacity: 10;
}
main.main_contact .content_contact ::-moz-placeholder {
  color: #BFBFBF;
  opacity: 10;
}
main.main_contact .content_contact :-ms-input-placeholder {
  color: #BFBFBF;
  opacity: 10;
}
main.main_contact .content_contact label {
  cursor: pointer;
  font-weight: 400;
}
main.main_contact .content_contact .box_item_checkbox {
  padding: 0 0 0 40px;
}
main.main_contact .content_contact .box_checkbox {
  position: absolute;
  top: 26px;
  left: -40px;
  margin: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #EFECEA;
  background-color: #FFFFFF;
  position: relative;
}
main.main_contact .content_contact .box_checkbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg_checked.png");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.main_contact .content_contact input[type=checkbox] {
  display: none;
}
main.main_contact .content_contact input[type=checkbox]:checked + .box_checkbox:before {
  opacity: 10;
}
main.main_contact .content_contact .btn_send {
  margin: 20px 0 0 0;
  padding: 0 12px 0 16px;
  float: left;
  width: 193px;
  height: 43px;
  border: none;
  background: #C44D57;
  background: -webkit-linear-gradient(left, #C44D57 20%, #F18D1F);
  background: -o-linear-gradient(left, #C44D57 20%, #F18D1F);
  background: -moz-linear-gradient(left, #C44D57 20%, #F18D1F);
  background: linear-gradient(left, #C44D57 20%, #F18D1F);
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-size: 23px;
  color: #FFFFFF;
  line-height: 48px;
  text-align: left;
  border-radius: 4px;
}
main.main_contact .content_contact .btn_send .img_item {
  float: right;
  margin: 12px 0 0 0;
  width: 20px;
}
main.main_contact .content_contact .btn_send:hover {
  box-shadow: 1px 1px 10px #F18D1F;
}
main.main_contact .content_contact .msg_success {
  padding: 0;
  margin: 25px 0 0 0;
  font-weight: 400;
  font-size: 24px;
  color: #36D900;
  line-height: 24px;
  text-align: left;
}
main.main_contact .content_contact .msg_error {
  padding: 0;
  margin: 25px 0 0 0;
  font-weight: 400;
  font-size: 24px;
  color: #DD0000;
  line-height: 24px;
  text-align: left;
}

/*cadastro-fornecedor*/


/*carrinho-presentes*/
main.main_cart {
  background-color: #FFFFFF;
}
main.main_cart .header_cart {
  padding: 160px 0 100px 0;
  background: #C24C58;
  background: -webkit-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: -o-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: -moz-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: linear-gradient(left, #C24C58 1%, #F18D1E);
  text-align: center;
  position: relative;
  z-index: 0;
}
main.main_cart .header_cart .name {
  padding: 0;
  margin: 25px 0 0 0;
  font-weight: 600;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 63px;
}
main.main_cart .header_cart .date {
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 30px;
}
main.main_cart .header_cart .title {
  padding: 0;
  margin: 15px 0 0 0;
  font-weight: 300;
  font-size: 37px;
  color: #FFFFFF;
  line-height: 40px;
}
main.main_cart section.cart {
  padding: 85px 0 135px 0;
  margin: -15px 0 0 0;
  position: relative;
  z-index: 2;
  background-image: url("../images/bg_wave_white.png");
  background-repeat: repeat-x;
  background-position: center top;
}
main.main_cart section.cart .box_button {
  padding: 0;
  text-align: right;
}
main.main_cart section.cart .box_button .btn_add {
  border: 1px solid #1FAD6E;
  border-radius: 4px;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 0 0 0 20px;
  width: 272px;
  height: 43px;
  font-size: 20px;
  color: #6A6A6A;
  line-height: 43px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
main.main_cart section.cart .box_button .btn_add .box_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 100%;
  background: #21AF72;
  background: -webkit-linear-gradient(left, #21AF72 10%, #039049);
  background: -o-linear-gradient(left, #21AF72 10%, #039049);
  background: -moz-linear-gradient(left, #21AF72 10%, #039049);
  background: linear-gradient(left, #21AF72 10%, #039049);
  border-radius: 3px;
}
main.main_cart section.cart .box_button .btn_add .box_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg_btn_add.png");
  background-repeat: no-repeat;
  background-position: center;
}
main.main_cart section.cart .box_button .btn_add:hover {
  box-shadow: 1px 1px 15px #1FAD6E;
}
main.main_cart section.cart .box_items {
  padding: 50px 0 0 0;
}
main.main_cart section.cart .box_items .item {
  padding: 0;
  margin: 0 0 30px 0;
  position: relative;
  border: 1px solid #EEEEEE;
  background-color: #FFFFFF;
}
main.main_cart section.cart .box_items .item .column_product {
  padding: 25px 25px 25px 145px;
  float: left;
  width: 60%;
  height: 133px;
}
main.main_cart section.cart .box_items .item .column_product .box_img {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 78px;
  height: auto;
}
main.main_cart section.cart .box_items .item .column_product .box_img .img_item {
  float: left;
  margin: 0;
  width: 100%;
}
main.main_cart section.cart .box_items .item .column_product .text1 {
  padding: 0 15px 0 0;
  font-size: 20px;
  color: #000000;
  line-height: 23px;
  text-align: left;
  height: 47px;
  overflow: hidden;
}
main.main_cart section.cart .box_items .item .column_product .text1:before {
  content: "...";
  position: absolute;
  right: 10px;
  bottom: 0;
  padding: 0;
  width: auto;
  background-color: #FFFFFF;
}
main.main_cart section.cart .box_items .item .column_product .text1:after {
  content: "";
  position: absolute;
  right: 10px;
  width: 23px;
  height: 100%;
  margin-top: 0.2em;
  background-color: #FFFFFF;
}
main.main_cart section.cart .box_items .item .column_product .text2 {
  padding: 7px 0 0 0;
  font-size: 16px;
  color: #999999;
  line-height: 19px;
  text-align: left;
}
main.main_cart section.cart .box_items .item .column_price {
  padding: 40px 5px 5px 5px;
  float: left;
  width: 12%;
  height: 133px;
}
main.main_cart section.cart .box_items .item .column_price .text1 {
  padding: 0;
  font-size: 14px;
  color: #6A6A6A;
  line-height: 15px;
  text-align: left;
}
main.main_cart section.cart .box_items .item .column_price .text2 {
  padding: 7px 0 0 0;
  font-weight: 300;
  font-size: 32px;
  color: #000000;
  line-height: 33px;
  text-align: left;
}
main.main_cart section.cart .box_items .item .column_amount {
  padding: 30px 5px 5px 5px;
  float: left;
  width: 12%;
  height: 133px;
}
main.main_cart section.cart .box_items .item .column_amount .box_amount {
  padding: 0;
  position: relative;
}
main.main_cart section.cart .box_items .item .column_amount .box_amount .btn_plus {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #1FAD6E;
  background-color: #FFFFFF;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 20px;
  text-align: center;
}
main.main_cart section.cart .box_items .item .column_amount .box_amount .btn_less {
  position: absolute;
  top: 24px;
  left: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #1FAD6E;
  background-color: #FFFFFF;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 20px;
  text-align: center;
}
main.main_cart section.cart .box_items .item .column_amount .box_amount .field {
  float: left;
  margin: 0 0 0 27px;
  padding: 0 5px;
  width: 59px;
  height: 45px;
  font-weight: 300;
  font-size: 32px;
  color: #000000;
  line-height: 45px;
  text-align: center;
}
main.main_cart section.cart .box_items .item .column_amount .box_amount .text {
  padding: 3px 7px;
  font-size: 14px;
  color: #6A6A6A;
  line-height: 18px;
  text-align: left;
}
main.main_cart section.cart .box_items .item .column_remove {
  padding: 0;
  float: left;
  width: 4%;
  height: 133px;
  position: relative;
}
main.main_cart section.cart .box_items .item .column_remove .remove {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  right: auto;
  width: 12px;
  height: 16px;
  background-image: url("../images/bg_remove.png");
  background-repeat: no-repeat;
  background-position: center;
}

/*carrinho-presentes*/
/*depoimentos*/
main.main_reviews {
  background-color: #FFFFFF;
}
main.main_reviews .header_reviews {
  padding: 160px 0 100px 0;
  background: #151515;
  text-align: center;
  position: relative;
  z-index: 0;
}
main.main_reviews .header_reviews .title {
  padding: 0;
  margin: 25px 0 0 0;
  font-weight: 600;
  font-size: 63px;
  color: #FFFFFF;
  line-height: 66px;
}
main.main_reviews .header_reviews .text {
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 30px;
}
main.main_reviews section.reviews {
  padding: 100px 0 0 0;
  margin: -15px 0 0 0;
  position: relative;
  z-index: 2;
  background-image: url("../images/bg_wave_white.png");
  background-repeat: repeat-x;
  background-position: center top;
}
main.main_reviews section.reviews .box_pagination {
  padding: 0 100px;
}
main.main_reviews section.reviews .container {
  width: 1140px;
}
main.main_reviews section.reviews .box_items {
  padding: 0 0 120px 0;
  margin: 0;
  position: relative;
  z-index: 1;
  background-image: url("../images/bg_wave_white.png");
  background-repeat: repeat-x;
  background-position: center bottom;
}
main.main_reviews section.reviews .item_review {
  padding: 0 45px;
  /*margin: 0 0 100px 0;*/
  margin: 0;
  height: 500px;
  text-align: center;
}
main.main_reviews section.reviews .item_review .box_rounded {
  display: inline-block;
  width: 180px;
  height: 180px;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
  border-radius: 100%;
  border: 1px solid transparent;
  position: relative;
}
main.main_reviews section.reviews .item_review .box_rounded .box_img {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  float: left;
  background-color: #F9F0E9;
  border-radius: 100%;
  border: 4px solid #F9F0E9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
main.main_reviews section.reviews .item_review .text {
  margin: 15px 0 0 0;
  padding: 0 20px 0 60px;
  font-size: 16px;
  color: #666666;
  line-height: 19px;
  text-align: left;
  background-image: url("../images/bg_text_up.png"), url("../images/bg_text_bottom.png");
  background-repeat: no-repeat;
  background-position: left top, bottom right;
}
main.main_reviews section.reviews .item_review .name {
  padding: 15px 20px 0 60px;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
  text-align: left;
}
main.main_reviews section.reviews .item_review .box_button {
  padding: 25px 0 0 60px;
}
main.main_reviews section.reviews .item_review .box_button a {
  float: left;
  padding: 0;
  width: 116px;
  height: 36px;
  font-size: 18px;
  color: #35A5AE;
  line-height: 36px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #C24C58;
  background: -webkit-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: -o-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: -moz-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: linear-gradient(left, #C24C58 1%, #F18D1E);
  overflow: hidden;
}
main.main_reviews section.reviews .item_review .box_button a span {
  float: left;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}
main.main_reviews section.reviews .item_review .box_button a:hover {
  box-shadow: 1px 1px 10px #F28D1F;
}
main.main_reviews section.blog {
  padding: 120px 0 100px 0;
  margin: -15px 0 0 0;
  background: #C24C58;
  background: -webkit-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: -o-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: -moz-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: linear-gradient(left, #C24C58 1%, #F18D1E);
  text-align: center;
  position: relative;
  z-index: 0;
}
main.main_reviews section.blog .container {
  width: 1450px;
}
main.main_reviews section.blog .title {
  padding: 0;
  font-weight: 700;
  font-size: 87px;
  color: #FFFFFF;
  line-height: 87px;
}
main.main_reviews section.blog .text {
  padding: 5px 0 70px 0;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 29px;
}
main.main_reviews section.blog .item {
  padding: 0 8px;
}
main.main_reviews section.blog .item .box_img {
  position: relative;
  overflow: hidden;
  height: 352px;
  margin: 0 0 15px 0;
}
main.main_reviews section.blog .item .box_img .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.main_reviews section.blog .item .text1 {
  padding: 0;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 25px;
  text-align: center;
}
main.main_reviews section.blog .item .text2 {
  padding: 0;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
}
main.main_reviews section.blog .item:hover .box_img .cover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*depoimentos*/
/*exemplos-reais*/
main.main_exemplos {
  background-color: #FFFFFF;
}
main.main_exemplos .header_exemplos {
  padding: 160px 0 100px 0;
  background: #C24C58;
  background: -webkit-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: -o-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: -moz-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: linear-gradient(left, #C24C58 1%, #F18D1E);
  text-align: center;
  position: relative;
  z-index: 0;
}
main.main_exemplos .header_exemplos .title {
  padding: 0;
  margin: 25px 0 0 0;
  font-weight: 600;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 63px;
}
main.main_exemplos .header_exemplos .text {
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 30px;
}
main.main_exemplos section.exemplos {
  padding: 85px 0 60px 0;
  margin: -15px 0 0 0;
  position: relative;
  z-index: 2;
  background-image: url("../images/bg_wave_white.png");
  background-repeat: repeat-x;
  background-position: center top;
}
main.main_exemplos section.exemplos .box_form {
  float: right;
  width: auto;
}
main.main_exemplos section.exemplos .box_form .field {
  float: left;
  padding: 0 35px 0 15px;
  margin: 0 0 0 16px;
  width: 202px;
  height: 35px;
  background-color: #FFFFFF;
  border: 1px solid #D6D6D6;
  font-size: 14px;
  color: #2B2B2B;
  line-height: 35px;
  background-image: url("../images/bg_field_search.png") !important;
  background-repeat: no-repeat;
  background-position: center right;
}
main.main_exemplos section.exemplos .box_form .box_select {
  float: left;
  padding: 0 0 0 15px;
  margin: 0;
  width: 202px;
  height: 35px;
  background-color: #FFFFFF;
  border: 1px solid #D6D6D6;
  font-size: 14px;
  color: #2B2B2B;
  line-height: 35px;
  border-radius: 0;
  outline: none;
}
main.main_exemplos section.exemplos .box_form .box_select .option {
  padding: 0;
}
main.main_exemplos section.exemplos .box_form .box_select .arrow_select {
  width: 25px;
  height: 35px;
  background-image: url("../../assets/images/img_orange_down.png") !important;
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
  margin: 0;
}
main.main_exemplos section.exemplos .box_form ::-webkit-input-placeholder {
  color: #2B2B2B;
  opacity: 10;
}
main.main_exemplos section.exemplos .box_form :-moz-placeholder {
  color: #2B2B2B;
  opacity: 10;
}
main.main_exemplos section.exemplos .box_form ::-moz-placeholder {
  color: #2B2B2B;
  opacity: 10;
}
main.main_exemplos section.exemplos .box_form :-ms-input-placeholder {
  color: #2B2B2B;
  opacity: 10;
}
main.main_exemplos section.exemplos .box_items {
  padding: 45px 0 0 0;
  overflow: hidden;
}
main.main_exemplos section.exemplos .box_items .row {
  margin: 0 -25.5px;
}
main.main_exemplos section.exemplos .box_items .item_exemplo {
  padding: 0 26px;
  margin: 0 0 70px 0;
}
main.main_exemplos section.exemplos .box_items .item_exemplo .box_img {
  padding: 0;
}
main.main_exemplos section.exemplos .box_items .item_exemplo .box_img .img_browser {
  float: left;
  margin: 0;
  width: 100%;
}
main.main_exemplos section.exemplos .box_items .item_exemplo .box_img .img_item {
  float: left;
  margin: 0;
  width: 100%;
}
main.main_exemplos section.exemplos .box_items .item_exemplo .title {
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
}
main.main_exemplos section.exemplos .box_items .item_exemplo .title:before {
  content: "...";
  position: absolute;
  right: 10px;
  bottom: 0;
  padding: 0;
  width: auto;
  background-color: #FFFFFF;
}
main.main_exemplos section.exemplos .box_items .item_exemplo .title:after {
  content: "";
  position: absolute;
  right: 10px;
  width: 23px;
  height: 100%;
  margin-top: 0.2em;
  background-color: #FFFFFF;
}
main.main_exemplos section.exemplos .box_items .item_exemplo .text {
  padding: 0;
  margin: 8px 0 0 0;
  font-size: 16px;
  color: #999999;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main.main_exemplos section.exemplos .box_items .item_exemplo .box_button {
  padding: 12px 0 0 0;
}
main.main_exemplos section.exemplos .box_items .item_exemplo .box_button a {
  float: left;
  padding: 0 15px;
  width: 100%;
  height: 43px;
  font-size: 20px;
  color: #35A5AE;
  line-height: 43px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  background: #FFFFFF;
  position: relative;
}
main.main_exemplos section.exemplos .box_items .item_exemplo .box_button a .img_item {
  float: right;
  margin: 11px 0 0 0;
}
main.main_exemplos section.exemplos .box_items .item_exemplo .box_button a:hover {
  box-shadow: 1px 1px 10px #E0E0E0;
}

/*exemplos-reais*/
/*templates*/
main.main_templates {
  background-color: #FFFFFF;
}
main.main_templates .header_templates {
  padding: 160px 0 100px 0;
  background: #C24C58;
  background: -webkit-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: -o-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: -moz-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: linear-gradient(left, #C24C58 1%, #F18D1E);
  text-align: center;
  position: relative;
  z-index: 0;
}
main.main_templates .header_templates .title {
  padding: 0;
  margin: 25px 0 0 0;
  font-weight: 600;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 63px;
}
main.main_templates .header_templates .text {
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 30px;
}
main.main_templates section.templates {
  padding: 85px 0 60px 0;
  margin: -15px 0 0 0;
  position: relative;
  z-index: 2;
  background-image: url("../images/bg_wave_white.png");
  background-repeat: repeat-x;
  background-position: center top;
}
main.main_templates section.templates .box_form {
  float: right;
  width: auto;
}
main.main_templates section.templates .box_form .field {
  float: left;
  padding: 0 35px 0 15px;
  margin: 0 0 0 16px;
  width: 202px;
  height: 35px;
  background-color: #FFFFFF;
  border: 1px solid #D6D6D6;
  font-size: 14px;
  color: #2B2B2B;
  line-height: 35px;
  background-image: url("../images/bg_field_search.png") !important;
  background-repeat: no-repeat;
  background-position: center right;
}
main.main_templates section.templates .box_form .box_select {
  float: left;
  padding: 0 0 0 15px;
  margin: 0;
  width: 202px;
  height: 35px;
  background-color: #FFFFFF;
  border: 1px solid #D6D6D6;
  font-size: 14px;
  color: #2B2B2B;
  line-height: 35px;
  border-radius: 0;
  outline: none;
}
main.main_templates section.templates .box_form .box_select .option {
  padding: 0;
}
main.main_templates section.templates .box_form .box_select .arrow_select {
  width: 25px;
  height: 35px;
  background-image: url("../../assets/images/img_orange_down.png") !important;
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
  margin: 0;
}
main.main_templates section.templates .box_form ::-webkit-input-placeholder {
  color: #2B2B2B;
  opacity: 10;
}
main.main_templates section.templates .box_form :-moz-placeholder {
  color: #2B2B2B;
  opacity: 10;
}
main.main_templates section.templates .box_form ::-moz-placeholder {
  color: #2B2B2B;
  opacity: 10;
}
main.main_templates section.templates .box_form :-ms-input-placeholder {
  color: #2B2B2B;
  opacity: 10;
}
main.main_templates section.templates .box_items {
  padding: 90px 0 0 0;
  overflow: hidden;
}
main.main_templates section.templates .box_items .row {
  margin: 0 -40.5px;
}
main.main_templates section.templates .box_items .item_exemplo {
  padding: 0 40px;
  margin: 0 0 85px 0;
  text-align: left;
}
main.main_templates section.templates .box_items .item_exemplo .box_img {
  padding: 0;
}
main.main_templates section.templates .box_items .item_exemplo .box_img .img_browser {
  float: left;
  margin: 0;
  width: 100%;
}
main.main_templates section.templates .box_items .item_exemplo .box_img .img_item {
  float: left;
  margin: 0;
  width: 100%;
  max-height: 310px;
}
main.main_templates section.templates .box_items .item_exemplo .title {
  padding: 0;
  margin: 13px 0 0 0;
  font-size: 16px;
  color: #979797;
  line-height: 19px;
}
main.main_templates section.templates .box_items .item_exemplo .text {
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 19px;
  color: #000000;
  line-height: 22px;
}
main.main_templates section.templates .box_items .item_exemplo .box_button {
  padding: 0;
  text-align: left;
}
main.main_templates section.templates .box_items .item_exemplo .box_button .view {
  float: left;
  padding: 0 15px;
  margin: 12px 0 0 5px;
  width: 40%;
  height: 43px;
  font-size: 20px;
  color: #35A5AE;
  line-height: 43px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  background: #FFFFFF;
  position: relative;
}
main.main_templates section.templates .box_items .item_exemplo .box_button .view .img_item {
  float: right;
  margin: 11px 0 0 0;
}
main.main_templates section.templates .box_items .item_exemplo .box_button .view:hover {
  box-shadow: 1px 1px 10px #E0E0E0;
}
main.main_templates section.templates .box_items .item_exemplo .box_button .create {
  float: right;
  padding: 0 15px;
  margin: 12px 0 0 0;
  width: 57%;
  height: 41px;
  border-radius: 4px;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
  font-weight: 600;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 42px;
}
main.main_templates section.templates .box_items .item_exemplo .box_button .create .img_item {
  float: right;
  margin: 11px 0 0 10px;
  width: 18px;
}
main.main_templates section.templates .box_items .item_exemplo .box_button .create:hover {
  box-shadow: 1px 1px 10px #F28D1F;
}

/*templates*/
/*faq*/
main.main_faq {
  background-color: #FFFFFF;
}
main.main_faq .header_faq {
  padding: 130px 0 55px 0;
  background: #C24C58;
  background: -webkit-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: -o-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: -moz-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: linear-gradient(left, #C24C58 1%, #F18D1E);
  text-align: center;
  position: relative;
  z-index: 0;
}
main.main_faq .header_faq .title {
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 40px;
}
main.main_faq section.faq {
  padding: 70px 0 90px 0;
  margin: -15px 0 0 0;
  position: relative;
  z-index: 2;
  background-image: url("../images/bg_wave_white.png");
  background-repeat: repeat-x;
  background-position: center top;
}
main.main_faq section.faq .box_pagination {
  margin-top: 60px;
}
main.main_faq section.faq .box_form {
  float: right;
  width: auto;
}
main.main_faq section.faq .box_form .field {
  float: left;
  padding: 0 35px 0 15px;
  margin: 0 0 0 16px;
  width: 202px;
  height: 35px;
  background-color: #FFFFFF;
  border: 1px solid #D6D6D6;
  font-size: 14px;
  color: #2B2B2B;
  line-height: 35px;
  background-image: url("../images/bg_field_search.png") !important;
  background-repeat: no-repeat;
  background-position: center right;
}
main.main_faq section.faq .box_form .box_select {
  float: left;
  padding: 0 0 0 15px;
  margin: 0;
  width: 202px;
  height: 35px;
  background-color: #FFFFFF;
  border: 1px solid #D6D6D6;
  font-size: 14px;
  color: #2B2B2B;
  line-height: 35px;
  border-radius: 0;
  outline: none;
}
main.main_faq section.faq .box_form .box_select .option {
  padding: 0;
}
main.main_faq section.faq .box_form .box_select .arrow_select {
  width: 25px;
  height: 35px;
  background-image: url("../../assets/images/img_orange_down.png") !important;
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
  margin: 0;
}
main.main_faq section.faq .box_form ::-webkit-input-placeholder {
  color: #2B2B2B;
  opacity: 10;
}
main.main_faq section.faq .box_form :-moz-placeholder {
  color: #2B2B2B;
  opacity: 10;
}
main.main_faq section.faq .box_form ::-moz-placeholder {
  color: #2B2B2B;
  opacity: 10;
}
main.main_faq section.faq .box_form :-ms-input-placeholder {
  color: #2B2B2B;
  opacity: 10;
}
main.main_faq section.faq .box_search {
  padding: 0 0 20px 0;
}
main.main_faq section.faq .box_search .search {
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 428px;
  height: 53px;
  position: relative;
}
main.main_faq section.faq .box_search .field {
  float: left;
  padding: 0 65px 0 25px;
  margin: 0;
  width: 100%;
  height: 53px;
  background-color: #FFFFFF;
  border: 1px solid #D6D6D6;
  font-size: 20px;
  color: #2B2B2B;
  line-height: 53px;
  position: relative;
  z-index: 0;
}
main.main_faq section.faq .box_search .btn_send {
  background-image: url("../images/bg_btn_search.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 58px;
  height: 53px;
  border: none;
  background-color: transparent;
}
main.main_faq section.faq .box_search ::-webkit-input-placeholder {
  color: #2B2B2B;
  opacity: 10;
}
main.main_faq section.faq .box_search :-moz-placeholder {
  color: #2B2B2B;
  opacity: 10;
}
main.main_faq section.faq .box_search ::-moz-placeholder {
  color: #2B2B2B;
  opacity: 10;
}
main.main_faq section.faq .box_search :-ms-input-placeholder {
  color: #2B2B2B;
  opacity: 10;
}
main.main_faq section.faq .box_view {
  padding: 50px 0 0 0;
  overflow: hidden;
}
main.main_faq section.faq .box_view .box_share {
  padding: 25px 0 0 0;
}
main.main_faq section.faq .box_view .box_share span {
  float: left;
  width: auto;
  margin: 5px 18px 15px 0;
  font-weight: 500;
  font-size: 15px;
  color: #969696;
  line-height: 18px;
}
main.main_faq section.faq .box_view .box_share .img_item {
  float: left;
  margin: 0 18px 15px 0;
}
main.main_faq section.faq .box_view .title {
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 26px;
  color: #000000;
  line-height: 31px;
}
main.main_faq section.faq .box_view .text {
  padding: 0;
  margin: 100px 0 0 0;
  font-size: 18px;
  color: #747474;
}
main.main_faq section.faq .box_view .box_img {
  padding: 0;
  text-align: center;
}
main.main_faq section.faq .box_view img {
  display: inline-block;
  max-width: 100%;
}
main.main_faq section.faq .box_items {
  padding: 50px 0 0 0;
  overflow: hidden;
  border-bottom: 1px solid #EAEAEA;
}
main.main_faq section.faq .box_items .title {
  padding: 0;
  margin: 0 0 45px 0;
  font-weight: 500;
  font-size: 24px;
  color: #404040;
  line-height: 28px;
}
main.main_faq section.faq .box_items .item_faq {
  padding: 0 25px 0 40px;
  margin: 0 0 75px 0;
  background-image: url("../images/bg_item_faq.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
main.main_faq section.faq .box_items .item_faq .text {
  padding: 0;
  font-size: 18px;
  color: #747474;
  line-height: 22px;
}
main.main_faq section.faq .box_items .item_faq .box_button {
  padding: 12px 0 0 0;
}
main.main_faq section.faq .box_items .item_faq .box_button a {
  float: left;
  width: auto;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
main.main_faq section.faq .box_items .item_faq .box_button a .img_item {
  float: right;
  margin: 11px 0 0 0;
}
main.main_faq section.faq .box_items .item_faq .box_button a:hover {
  color: #C24C58;
}

/*faq*/
/*invip*/
main.main_about {
  background-color: #FFFFFF;
}
main.main_about .header_about {
  padding: 130px 0 55px 0;
  background: #C24C58;
  background: -webkit-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: -o-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: -moz-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: linear-gradient(left, #C24C58 1%, #F18D1E);
  text-align: center;
  position: relative;
  z-index: 0;
}
main.main_about .header_about .title {
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 40px;
}
main.main_about section.about {
  padding: 100px 0 70px 0;
  margin: -15px 0 0 0;
  position: relative;
  z-index: 2;
  background-image: url("../images/bg_wave_white.png");
  background-repeat: repeat-x;
  background-position: center top;
}
main.main_about section.about .box_view {
  padding: 0;
}
main.main_about section.about .title {
  padding: 0;
  margin: 0 0 30px 0;
  font-weight: 500;
  font-size: 26px;
  color: #000000;
  line-height: 31px;
}
main.main_about section.about .text {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #151515;
  text-align: justify;
}
main.main_about section.about .box_slide_about {
  padding: 40px 0 0 0;
}
main.main_about section.about .box_slide_about .row {
  margin: 0 -9px;
}
main.main_about section.about .slide_about li {
  padding: 0 10px;
}
main.main_about section.about .slide_about li .item {
  height: 143px;
  padding: 0;
  overflow: hidden;
}
main.main_about section.about .slide_about li .item a {
  float: left;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main.main_about section.about .slide_about li .item a .img_item {
  min-width: 100%;
  min-height: 100%;
  max-width: 150%;
  max-height: 150%;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main.main_about section.about .slide_about li .item a .img_item:hover {
  -moz-transform: scale(1.1) translate(-50%, -50%);
  -webkit-transform: scale(1.1) translate(-50%, -50%);
  transform: scale(1.1) translate(-50%, -50%);
}


/**/
main.main_about section.about .slide_about_large li {
  padding: 0 10px;
}
main.main_about section.about .slide_about_large li .item {
  height: auto;
  padding: 0;
  overflow: hidden;
}
main.main_about section.about .slide_about_large li .item:before {
  content: "";
  float: left;
  width: 100%;
  height: auto;
  padding: 0 0 65% 0;
  margin: 0;
  position: relative;
  z-index: 0;
}
main.main_about section.about .slide_about_large li .item a {
  float: left;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
main.main_about section.about .slide_about_large li .item a .img_item {
  min-width: 100%;
  min-height: 100%;
  max-width: 150%;
  max-height: 150%;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main.main_about section.about .slide_about_large li .item a .img_item:hover {
  -moz-transform: scale(1.1) translate(-50%, -50%);
  -webkit-transform: scale(1.1) translate(-50%, -50%);
  transform: scale(1.1) translate(-50%, -50%);
}

/*invip*/
/*pagamento-presente*/
main.main_payment {
  background-color: #FFFFFF;
}
main.main_payment .header_payment {
  padding: 160px 0 100px 0;
  background: #C24C58;
  background: -webkit-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: -o-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: -moz-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: linear-gradient(left, #C24C58 1%, #F18D1E);
  text-align: center;
  position: relative;
  z-index: 0;
}
main.main_payment .header_payment .name {
  padding: 0;
  margin: 25px 0 0 0;
  font-weight: 600;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 63px;
}
main.main_payment .header_payment .date {
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 30px;
}
main.main_payment .header_payment .title {
  padding: 0;
  margin: 15px 0 0 0;
  font-weight: 300;
  font-size: 37px;
  color: #FFFFFF;
  line-height: 40px;
}
main.main_payment section.payment {
  padding: 85px 0 120px 0;
  margin: -15px 0 0 0;
  position: relative;
  z-index: 2;
  background-image: url("../images/bg_wave_white.png");
  background-repeat: repeat-x;
  background-position: center top;
  text-align: center;
}
main.main_payment section.payment .box_cards {
  padding: 45px 0 0 0;
  text-align: center;
}
main.main_payment section.payment .box_cards .text {
  padding: 0 0 20px 0;
  font-size: 20px;
  color: #333333;
  line-height: 23px;
}
main.main_payment section.payment .box_cards .img_paypal {
  display: inline-block;
  max-width: 100%;
  width: auto;
  margin: 0 30px 15px 0;
}
main.main_payment section.payment .box_cards .img_item {
  display: inline-block;
  max-width: 100%;
  width: auto;
  margin: 0 0 15px 0;
}
main.main_payment section.payment .box_form {
  width: 650px;
  max-width: 100%;
  display: inline-block;
  margin: 100px 0 0 0;
}
main.main_payment section.payment .item {
  padding: 0 0 15px 0;
}
main.main_payment section.payment .field {
  margin: 0;
  padding: 0 20px;
  float: left;
  width: 100%;
  height: 44px;
  border: 1px solid #EFECEA;
  background-color: #FFFFFF;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 44px;
}
main.main_payment section.payment .box_select {
  margin: 0;
  padding: 0 0 0 15px;
  float: left;
  width: 100%;
  height: 44px;
  border: 1px solid #EFECEA;
  background-color: #FFFFFF;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 44px;
  border-radius: 0;
  outline: none;
}
main.main_payment section.payment .box_select .option {
  padding: 0;
}
main.main_payment section.payment .box_select .arrow_select {
  width: 35px;
  height: 44px;
  background-image: url("../../assets/images/img_orange_down.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: 0;
}
main.main_payment section.payment .btn_send {
  margin: 0;
  padding: 0 20px;
  float: left;
  width: 100%;
  height: 44px;
  border: none;
  border-radius: 4px;
  background: #22B073;
  background: -webkit-linear-gradient(left, #22B073 1%, #008D46);
  background: -o-linear-gradient(left, #22B073 1%, #008D46);
  background: -moz-linear-gradient(left, #22B073 1%, #008D46);
  background: linear-gradient(left, #22B073 1%, #008D46);
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-size: 23px;
  color: #FFFFFF;
  line-height: 50px;
  text-align: left;
  position: relative;
}
main.main_payment section.payment .btn_send:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 44px;
  background-image: url("../images/bg_btn_payment.png");
  background-repeat: no-repeat;
  background-position: center;
}
main.main_payment section.payment .btn_send:hover {
  box-shadow: 1px 1px 10px #22B073;
}
main.main_payment section.payment ::-webkit-input-placeholder {
  color: #000000;
  opacity: 10;
}
main.main_payment section.payment :-moz-placeholder {
  color: #000000;
  opacity: 10;
}
main.main_payment section.payment ::-moz-placeholder {
  color: #000000;
  opacity: 10;
}
main.main_payment section.payment :-ms-input-placeholder {
  color: #000000;
  opacity: 10;
}

/*pagamento-presente*/
/*recursos*/
main.main_resources {
  background-color: #FFFFFF;
}
main.main_resources .header_resources {
  padding: 170px 0 60px 0;
  background: #151515;
  text-align: center;
  position: relative;
  z-index: 0;
}
main.main_resources .header_resources .title {
  padding: 0;
  margin: 25px 0 0 0;
  font-weight: 600;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 64px;
}
main.main_resources .header_resources .text {
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 30px;
}
main.main_resources section.resources {
  padding: 100px 0 0 0;
  margin: -15px 0 0 0;
  position: relative;
  z-index: 2;
  background-image: url("../images/bg_wave_white.png");
  background-repeat: repeat-x;
  background-position: center top;
}
main.main_resources section.resources .box_pagination {
  padding: 0 100px;
}
main.main_resources section.resources .container {
  width: 1030px;
}
main.main_resources section.resources .box_items {
  padding: 0 0 120px 0;
  margin: 0;
  position: relative;
  z-index: 1;
  background-image: url("../images/bg_wave_white.png");
  background-repeat: repeat-x;
  background-position: center bottom;
}
main.main_resources section.resources .item_resource {
  padding: 0 25px;
  margin: 0 0 110px 0;
  text-align: center;
  min-height: 400px;
}
main.main_resources section.resources .item_resource .column_img {
  padding: 0;
  text-align: center;
}
main.main_resources section.resources .item_resource .column_img .box_img {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  width: 196px;
  height: 196px;
  position: relative;
  border: 1px solid #E0E0E0;
}
main.main_resources section.resources .item_resource .column_img .box_img .img_item {
  max-width: 80%;
  max-height: 80%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
main.main_resources section.resources .item_resource .title {
  /*padding: 15px 0 0 0;*/
  padding: 3px 0 0 0;
  font-size: 20px;
  color: #1D1D1B;
  line-height: 22px;
  text-align: center; 
}
main.main_resources section.resources .item_resource .text {
  margin: 20px 0 0 0;
  padding: 0 0;
  font-size: 18px;
  color: #808080;
  text-align: center;	
}
main.main_resources section.resources .item_resource .box_button {
  padding: 45px 0 0 0;
}
main.main_resources section.resources .item_resource .box_button a {
  float: left;
  padding: 0;
  width: 100%;
  height: 43px;
  font-size: 22px;
  color: #35A5AE;
  line-height: 43px;
  border: 1px solid #35A5AE;
  border-radius: 4px;
  background: #FFFFFF;
}
main.main_resources section.resources .item_resource .box_button a:hover {
  box-shadow: 1px 1px 10px #35A5AE;
}
main.main_resources section.resources .box_user {
  padding: 0;
  margin: -15px 0 0 0;
  position: relative;
  z-index: 0;
}
main.main_resources section.resources .box_user .item {
  padding: 305px 50px 250px 50px;
  background-image: url("../images/bg_box_user.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
main.main_resources section.resources .box_user .item .name {
  padding: 0;
  font-weight: 600;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 65px;
}
main.main_resources section.resources .box_user .item .date {
  padding: 0;
  font-weight: 500;
  font-size: 42px;
  color: #FFFFFF;
  line-height: 45px;
}
main.main_resources section.resources .box_user .item .box_links {
  padding: 80px 0 0 0;
}
main.main_resources section.resources .box_user .item .box_links a {
  display: inline-block;
  margin: 0 10px 20px 10px;
  padding: 0 17px;
  width: auto;
  height: 43px;
  border-radius: 4px;
  background-color: #FFFFFF;
  font-weight: 500;
  font-size: 23px;
  color: #C44E57;
  line-height: 46px;
}
main.main_resources section.resources .box_user .item .box_links a span {
  background: -webkit-linear-gradient(left, #C44E57, #F28D1F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_resources section.resources .box_user .item .box_links a:hover {
  box-shadow: 1px 1px 10px #F28D1F;
}

/*recursos*/
/*blog*/
main.main_blog {
  padding: 88px 0 45px 0 !important;
  min-height: 400px;
}
main.main_blog .section_breadcrumb {
  padding-top: 15px;
  margin-bottom: 30px;
}
main.main_blog .menu {
  padding: 0;
  background-color: #272727;
  position: relative;
  z-index: 20;
}
main.main_blog .menu .text_mobile {
  padding: 13px 0;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 19px;
  text-align: center;
  cursor: pointer;
  display: none;
}
main.main_blog .menu .ul_mother {
  padding: 0;
}
main.main_blog .menu .li_mother {
  float: left;
  padding: 13px 0;
  margin: 0 38px 0 0;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 21px;
  position: relative;
}
main.main_blog .menu .li_mother a {
  color: #FFFFFF;
  position: relative;
}
main.main_blog .menu .li_mother .fa {
  font-size: 18px;
  position: relative;
  top: 1px;
}
main.main_blog .menu .li_mother .ul_child {
  padding: 5px 20px;
  position: absolute;
  top: 99.9%;
  left: 0;
  width: 280px;
  height: auto;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
  display: none;
}
main.main_blog .menu .li_mother .li_child {
  padding: 0;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 19px;
}
main.main_blog .menu .li_mother .li_child a {
  float: left;
  margin: 0;
  padding: 14px 0;
  width: 100%;
  height: auto;
  color: #FFFFFF;
  border: none;
  border-bottom: 2px dashed #FF8D1E;
}
main.main_blog .menu .li_mother .li_child:nth-last-child(1) a {
  border-bottom: none;
}
main.main_blog section.blog {
  padding: 65px 0 75px 0;
  margin: 0 0 70px 0;
  position: relative;
  z-index: 0;
  border-bottom: 1px solid #EAEAEA;
}
main.main_blog section.blog .container {
  width: 1380px;
}
main.main_blog section.blog .item {
  padding: 0 10px;
}
main.main_blog section.blog .item .box_img {
  position: relative;
  overflow: hidden;
  /*height: 323px;*/
  margin: 0 0 20px 0;
}
main.main_blog section.blog .item .box_img:before {
  content: "";
  float: left;
  margin: 0;
  padding: 0 0 90% 0;
  width: 100%;
  height: auto;
}
main.main_blog section.blog .item .box_img .img_item {
  float: left;
  margin: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 130%;
  max-height: 130%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
main.main_blog section.blog .item .box_img .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.main_blog section.blog .item .text1 {
  padding: 0;
  font-size: 16px;
  color: #B3B3B3;
  line-height: 18px;
  text-align: left;
}
main.main_blog section.blog .item .text2 {
  padding: 12px 0 0 0;
  font-size: 18px;
  color: #747474;
  line-height: 20px;
  text-align: left;
}
main.main_blog section.blog .item:hover .box_img .cover,
main.main_blog section.blog .item:hover .box_img .img_item {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
main.main_blog .column_category {
  padding: 0;
  margin: 0;
  float: right;
  position: relative;
  z-index: 1;
}
main.main_blog .column_category .facebook {
  padding: 0;
  overflow: hidden;
}
main.main_blog .column_category .box_search {
  padding: 0 0 20px 0;
}
main.main_blog .column_category .box_search .search {
  padding: 0;
  margin: 0;
  height: 53px;
  position: relative;
}
main.main_blog .column_category .box_search .field {
  float: left;
  padding: 0 65px 0 25px;
  margin: 0;
  width: 100%;
  height: 53px;
  background-color: #FFFFFF;
  border: 1px solid #D6D6D6;
  font-size: 20px;
  color: #2B2B2B;
  line-height: 53px;
  position: relative;
  z-index: 0;
}
main.main_blog .column_category .box_search .btn_send {
  background-image: url("../images/bg_btn_search.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 58px;
  height: 53px;
  border: none;
  background-color: transparent;
}
main.main_blog .column_category .box_search ::-webkit-input-placeholder {
  color: #2B2B2B;
  opacity: 10;
}
main.main_blog .column_category .box_search :-moz-placeholder {
  color: #2B2B2B;
  opacity: 10;
}
main.main_blog .column_category .box_search ::-moz-placeholder {
  color: #2B2B2B;
  opacity: 10;
}
main.main_blog .column_category .box_search :-ms-input-placeholder {
  color: #2B2B2B;
  opacity: 10;
}
main.main_blog .column_category .categories {
  border: 1px solid #EAEAEA;
  padding: 25px;
  margin: 30px 0 0 0;
}
main.main_blog .column_category .box_fixed {
  padding: 0;
}
main.main_blog .column_category .box_fixed.active {
  display: inline-block;
  width: 100%;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
main.main_blog .column_category .box_fixed.active .box_container {
  width: 1300px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  height: 100%;
  padding: 0;
  overflow: hidden;
}
main.main_blog .column_category .box_fixed.active .box_container .ps__scrollbar-y-rail {
  width: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 5px;
}
main.main_blog .column_category .box_fixed.active .box_container .ps__scrollbar-y {
  width: 2px;
  background-color: #C44E57;
  position: absolute;
  top: 0;
  right: 0;
}
main.main_blog .column_category .box_fixed.active .box {
  position: absolute;
  top: 0;
  right: 15px;
  width: 33.3%;
  background: #F4F4F4;
  padding: 25px 0 0 0;
}
main.main_blog .column_category .categories .title {
  padding: 0;
  font-size: 20px;
  color: #686868;
  line-height: 23px;
}
main.main_blog .column_category .categories .title span {
  float: left;
  width: auto;
  padding: 5px 0;
  margin: 0;
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_blog .column_category .categories ul {
  padding: 0;
}
main.main_blog .column_category .categories li {
  padding: 15px 0;
  font-size: 18px;
  color: #686868;
  line-height: 19px;
  border-bottom: 2px dashed #D6D6D6;
}
main.main_blog .column_category .categories li a {
  color: #686868;
}
main.main_blog .column_category .categories li a:hover {
  color: #C34C58;
}
main.main_blog .column_category .tags {
  border: 1px solid #EAEAEA;
  padding: 25px;
  margin: 30px 0 0 0;
}
main.main_blog .column_category .tags .title {
  padding: 0 0 20px 0;
  font-size: 20px;
  color: #686868;
  line-height: 23px;
}
main.main_blog .column_category .tags .title span {
  float: left;
  width: auto;
  padding: 5px 0;
  margin: 0;
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_blog .column_category .tags a {
  float: left;
  width: auto;
  padding: 6px 11px 4px 11px;
  margin: 0 12px 12px 0;
  font-size: 18px;
  color: #686868;
  line-height: 19px;
  border: 1px solid #D6D6D6;
}
main.main_blog .column_category .tags a:hover {
  color: #C34C58;
  border-color: #C34C58;
}
main.main_blog .column_posts {
  padding: 0 30px 0 0;
  position: relative;
  z-index: 10;
  min-height: 1000px;
}
main.main_blog .column_posts .item_post {
  padding: 0 0 30px 0;
  margin: 0 0 70px 0;
  border-bottom: 1px solid #D6D6D6;
}
main.main_blog .column_posts .item_post .box_img {
  position: relative;
  padding: 0;
}
main.main_blog .column_posts .item_post .box_img .total {
  position: absolute;
  right: 25px;
  bottom: 20px;
  width: 144px;
  height: 80px;
  font-weight: 300;
  font-size: 64px;
  color: #000000;
  line-height: 80px;
  text-align: center;
}
main.main_blog .column_posts .item_post .box_img .total:before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  opacity: 0.4;
}
main.main_blog .column_posts .item_post .box_img .total span {
  position: relative;
  z-index: 1;
}
main.main_blog .column_posts .item_post .text1 {
  padding: 30px 0 0 0;
  font-size: 16px;
  color: #B3B3B3;
  line-height: 18px;
  text-align: left;
}
main.main_blog .column_posts .item_post .text2 {
  padding: 12px 0 0 0;
  font-size: 18px;
  color: #747474;
  line-height: 20px;
  text-align: left;
}
main.main_blog .column_posts .item_post .box_more {
  padding: 20px 0 0 0;
}
main.main_blog .column_posts .item_post .box_more a {
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
  position: relative;
  font-size: 18px;
  color: #C34C58;
}
main.main_blog .column_posts .item_post .box_more a .fa {
  float: left;
  margin: 5px 18px 0 0;
  width: 19px;
  height: 19px;
  border: 1px solid #EF8A21;
  color: #EF8A21;
  text-align: center;
  line-height: 17px;
}
main.main_blog .column_posts .item_post .box_more a span {
  float: left;
  width: auto;
  padding: 1px;
  margin: 0;
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_blog .column_posts .post_view {
  padding: 0 0 30px 0;
  margin: 0 0 70px 0;
}
main.main_blog .column_posts .post_view img {
  max-width: 100%;
  margin-bottom: 30px;
}
main.main_blog .column_posts .post_view .box_share {
  padding: 25px 0 0 0;
}
main.main_blog .column_posts .post_view .box_share span {
  float: left;
  width: auto;
  margin: 5px 18px 15px 0;
  font-weight: 500;
  font-size: 15px;
  color: #969696;
  line-height: 18px;
}
main.main_blog .column_posts .post_view .box_share .img_item {
  float: left;
  margin: 0 18px 15px 0;
}
main.main_blog .column_posts .post_view .date {
  padding: 0;
  font-size: 12px;
  color: #969696;
  line-height: 15px;
  text-align: left;
}
main.main_blog .column_posts .post_view .title {
  padding: 5px 0 0 0;
  font-weight: 500;
  font-size: 26px;
  color: #000000;
  line-height: 30px;
  text-align: left;
}
main.main_blog .column_posts .post_view .text {
  padding: 20px 0 0 0;
  font-size: 18px;
  color: #747474;
  line-height: 20px;
  text-align: left;
}
main.main_blog .column_posts .post_view .box_more {
  padding: 40px 0 0 0;
  margin: 30px 0 0 0;
  border-top: 1px solid #D6D6D6;
}
main.main_blog .column_posts .post_view .box_more a {
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
  position: relative;
  font-size: 18px;
  color: #C34C58;
}
main.main_blog .column_posts .post_view .box_more a .fa {
  float: left;
  margin: 3px 18px 0 0;
  width: 19px;
  height: 19px;
  border: 1px solid #EF8A21;
  color: #EF8A21;
  text-align: center;
  line-height: 17px;
}
main.main_blog .column_posts .post_view .box_more a span {
  float: left;
  width: auto;
  padding: 1px;
  margin: 0;
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.instagram {
  padding: 70px 0 80px 0;
  background-color: #272727;
}
section.instagram .title {
  padding: 0;
  font-size: 28px;
  color: #FFFFFF;
  text-align: center;
}
section.instagram .box_link {
  padding: 20px 0 0 0;
  text-align: center;
}
section.instagram .box_link a {
  display: inline-block;
  width: 101px;
  height: 31px;
  border-radius: 3px;
  background-color: #009DE1;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 31px;
  text-align: center;
}
section.instagram .box_link a:hover {
  background-color: #0091CE;
}
section.instagram .box_img {
  padding: 50px 0 0 0;
}
section.instagram .box_img a {
  float: left;
  margin: 0 0.1% 4px 0.1%;
  padding: 0;
  width: 32%;
  position: relative;
  overflow: hidden;
}
section.instagram .box_img a:before {
  content: "";
  float: left;
  margin: 0;
  padding: 0 0 100% 0;
  width: 100%;
}
section.instagram .box_img a img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 150%;
  max-height: 150%;
}
section.instagram .box_img a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (min-width: 1021px) {
  main.main_blog .menu .li_mother:hover .ul_child {
    display: block;
  }
}
/*blog*/
/*fornecedores*/
main.main_provider {
  background-color: #FFFFFF;
  overflow: hidden;
}
main.main_provider .header_provider {
  padding: 160px 0 100px 0;
  background: #7B6E6B;
  text-align: center;
  position: relative;
  z-index: 0;
}
main.main_provider .header_provider .title {
  padding: 0;
  margin: 25px 0 0 0;
  font-weight: 600;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 63px;
}
main.main_provider .header_provider .text {
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 30px;
}
main.main_provider section.provider {
  padding: 40px 0 0 0;
  margin: -15px 0 0 0;
  position: relative;
  z-index: 2;
  background-image: url("../images/bg_wave_white.png");
  background-repeat: repeat-x;
  background-position: center top;
}
main.main_provider section.provider .column_category {
  padding: 0 0 50px 0;
  margin: 0;
  float: left;
  width: 19%;
  border-right: 1px solid #E9E9E9;
}
main.main_provider section.provider .column_category .box_banner {
  padding: 30px 12px 0 0;
}
main.main_provider section.provider .column_category .box_banner img {
  display: inline-block;
  margin: 0;
  max-width: 100%;
}
main.main_provider section.provider .column_category .title {
  padding: 19px 0;
  font-size: 16px;
  color: #969696;
  line-height: 19px;
  border-bottom: 1px solid #E9E9E9;
}
main.main_provider section.provider .column_category .box_search {
  padding: 9px 0;
  border-bottom: 1px solid #E9E9E9;
}
main.main_provider section.provider .column_category .box_search .field {
  float: left;
  padding: 0 13px;
  margin: 0;
  width: 75%;
  height: 35px;
  background-color: #FFFFFF;
  border: 1px solid #D3D3D3;
  font-size: 14px;
  color: #969696;
  line-height: 35px;
  position: relative;
  z-index: 0;
}
main.main_provider section.provider .column_category .box_search .btn_send {
  background-image: url("../images/bg_btn_search.png");
  background-repeat: no-repeat;
  background-position: center;
  float: right;
  width: 25%;
  height: 35px;
  border: none;
  background-color: transparent;
  border: none;
}
main.main_provider section.provider .column_category .box_search ::-webkit-input-placeholder {
  color: #969696;
  opacity: 10;
}
main.main_provider section.provider .column_category .box_search :-moz-placeholder {
  color: #969696;
  opacity: 10;
}
main.main_provider section.provider .column_category .box_search ::-moz-placeholder {
  color: #969696;
  opacity: 10;
}
main.main_provider section.provider .column_category .box_search :-ms-input-placeholder {
  color: #969696;
  opacity: 10;
}
main.main_provider section.provider .column_category .box_category {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #E9E9E9;
}
main.main_provider section.provider .column_category .box_category .category {
  padding: 0;
}
main.main_provider section.provider .column_category .box_category .category a {
  float: left;
  margin: 0;
  padding: 10px 30px 10px 0;
  width: 100%;
  position: relative;
  font-size: 16px;
  color: #000;
}
main.main_provider section.provider .column_category .box_category .category a span {
  display: inline-block;
  width: auto;
  padding: 5px 0;
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_provider section.provider .column_category .box_category .category a .fa {
  font-size: 20px;
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 15px;
  right: 15px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.main_provider section.provider .column_category .box_category .list_subcategory {
  padding: 15px 0 15px 12px;
  display: none;
}
main.main_provider section.provider .column_category .box_category .list_subcategory ul {
  padding: 0;
}
main.main_provider section.provider .column_category .box_category .list_subcategory li {
  padding: 0 0 10px 0;
  font-size: 15px;
  color: #666666;
}
main.main_provider section.provider .column_category .box_category .list_subcategory a {
  color: #666666;
}
main.main_provider section.provider .column_category .box_category .list_subcategory label {
  padding: 0 0 0 33px;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  width: 100%;
  min-height: 19px;
}
main.main_provider section.provider .column_category .box_category .list_subcategory .checkbox {
  position: absolute;
  top: 1px;
  left: 0;
  float: left;
  margin: 0;
  width: 18px;
  height: 18px;
  border-radius: 1px;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
}
main.main_provider section.provider .column_category .box_category .list_subcategory .checkbox:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  border-radius: 1px;
  background-color: #FFFFFF;
}
main.main_provider section.provider .column_category .box_category .list_subcategory .checkbox:after {
  content: "";
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/img_checked.png");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.main_provider section.provider .column_category .box_category .list_subcategory input[type=checkbox] {
  display: none;
}
main.main_provider section.provider .column_category .box_category .list_subcategory input[type=checkbox]:checked + .checkbox:after {
  opacity: 1;
}
main.main_provider section.provider .column_category .box_category.active .category a .fa {
  transform: rotate(-180deg);
}
main.main_provider section.provider .column_category .box_category.active .list_subcategory {
  display: block;
}
main.main_provider section.provider .column_category_mobile {
  padding: 0 0 50px 0;
  margin: 0;
  border-right: 1px solid #E9E9E9;
}
main.main_provider section.provider .column_category_mobile .box_banner {
  padding: 30px 12px 0 0;
}
main.main_provider section.provider .column_category_mobile .box_banner img {
  display: inline-block;
  margin: 0;
  max-width: 100%;
}
main.main_provider section.provider .column_category_mobile .title {
  padding: 19px 0;
  font-size: 16px;
  color: #969696;
  line-height: 19px;
  border-bottom: 1px solid #E9E9E9;
}
main.main_provider section.provider .column_category_mobile .box_search {
  padding: 9px 0;
  border-bottom: 1px solid #E9E9E9;
}
main.main_provider section.provider .column_category_mobile .box_search .field {
  float: left;
  padding: 0 13px;
  margin: 0;
  width: 75%;
  height: 35px;
  background-color: #FFFFFF;
  border: 1px solid #D3D3D3;
  font-size: 14px;
  color: #969696;
  line-height: 35px;
  position: relative;
  z-index: 0;
}
main.main_provider section.provider .column_category_mobile .box_search .btn_send {
  background-image: url("../images/bg_btn_search.png");
  background-repeat: no-repeat;
  background-position: center;
  float: right;
  width: 25%;
  height: 35px;
  border: none;
  background-color: transparent;
  border: none;
}
main.main_provider section.provider .column_category_mobile .box_search ::-webkit-input-placeholder {
  color: #969696;
  opacity: 10;
}
main.main_provider section.provider .column_category_mobile .box_search :-moz-placeholder {
  color: #969696;
  opacity: 10;
}
main.main_provider section.provider .column_category_mobile .box_search ::-moz-placeholder {
  color: #969696;
  opacity: 10;
}
main.main_provider section.provider .column_category_mobile .box_search :-ms-input-placeholder {
  color: #969696;
  opacity: 10;
}
main.main_provider section.provider .column_category_mobile .box_category {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #E9E9E9;
}
main.main_provider section.provider .column_category_mobile .box_category .category {
  padding: 0;
}
main.main_provider section.provider .column_category_mobile .box_category .category a {
  float: left;
  margin: 0;
  padding: 10px 30px 10px 0;
  width: 100%;
  position: relative;
  font-size: 16px;
  color: #000;
}
main.main_provider section.provider .column_category_mobile .box_category .category a span {
  display: inline-block;
  width: auto;
  padding: 5px 0;
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_provider section.provider .column_category_mobile .box_category .category a .fa {
  font-size: 20px;
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 15px;
  right: 15px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.main_provider section.provider .column_category_mobile .box_category .list_subcategory {
  padding: 15px 0 15px 12px;
  display: none;
}
main.main_provider section.provider .column_category_mobile .box_category .list_subcategory ul {
  padding: 0;
}
main.main_provider section.provider .column_category_mobile .box_category .list_subcategory li {
  padding: 0 0 10px 0;
  font-size: 15px;
  color: #666666;
}
main.main_provider section.provider .column_category_mobile .box_category .list_subcategory a {
  color: #666666;
}
main.main_provider section.provider .column_category_mobile .box_category .list_subcategory label {
  padding: 0 0 0 33px;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  width: 100%;
  min-height: 19px;
}
main.main_provider section.provider .column_category_mobile .box_category .list_subcategory .checkbox {
  position: absolute;
  top: 1px;
  left: 0;
  float: left;
  margin: 0;
  width: 18px;
  height: 18px;
  border-radius: 1px;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
}
main.main_provider section.provider .column_category_mobile .box_category .list_subcategory .checkbox:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  border-radius: 1px;
  background-color: #FFFFFF;
}
main.main_provider section.provider .column_category_mobile .box_category .list_subcategory .checkbox:after {
  content: "";
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/img_checked.png");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.main_provider section.provider .column_category_mobile .box_category .list_subcategory input[type=checkbox] {
  display: none;
}
main.main_provider section.provider .column_category_mobile .box_category .list_subcategory input[type=checkbox]:checked + .checkbox:after {
  opacity: 1;
}
main.main_provider section.provider .column_category_mobile .box_category.active .category a .fa {
  transform: rotate(-180deg);
}
main.main_provider section.provider .column_category_mobile .box_category.active .list_subcategory {
  display: block;
}
main.main_provider section.provider .column_product {
  padding: 0 0 50px 40px;
  margin: 0;
  float: left;
  width: 81%;
  border-right: 1px solid #E9E9E9;
}
main.main_provider section.provider .column_product .row {
  margin: 0 -29px 0 0;
}
main.main_provider section.provider .column_product .box_banner {
  padding: 30px 12px 0 0;
}
main.main_provider section.provider .column_product .box_banner img {
  display: inline-block;
  margin: 0;
  max-width: 100%;
}
main.main_provider section.provider .column_product .box_pagination {
  padding: 0 20px;
}
main.main_provider section.search {
  padding: 0;
  background-color: #FFFFFF;
  position: relative;
}
main.main_provider section.search:before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background-color: #C34D57;
}
main.main_provider section.search:after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  background-color: #7B6E6B;
}
main.main_provider section.search .box_center {
  padding: 0;
  position: relative;
  z-index: 1;
  min-height: 326px;
}
main.main_provider section.search .box_bg {
  padding: 0;
  background-image: url("../images/bg_box_bg_provider.png");
  background-repeat: no-repeat;
  background-position: center top;
}
main.main_provider section.search .box_text_left {
  padding: 0;
  min-height: 326px;
}
main.main_provider section.search .box_text_left .box {
  padding: 0;
  margin: 65px 0 0 0;
  float: left;
  width: 390px;
  font-weight: 300;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 43px;
  text-align: left;
}
main.main_provider section.search .box_text_left .box span {
  font-weight: 700;
}
main.main_provider section.search .box_text_left a {
  display: inline-block;
  margin: 25px 0 0 0;
  padding: 8px 17px 6px 17px;
  width: auto;
  height: auto;
  border-radius: 4px;
  background-color: #FFFFFF;
  font-weight: 700;
  font-size: 22px;
  color: #C44E57;
  line-height: 26px;
}
main.main_provider section.search .box_text_left a span {
  padding: 5px 0;
  display: inline-block;
  width: auto;
  background: -webkit-linear-gradient(left, #C44E57, #F28D1F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_provider section.search .box_text_left a .img_item {
  float: right;
  margin: 4px 0 0 25px;
}
main.main_provider section.search .box_text_left a:hover {
  box-shadow: 1px 1px 10px #777777;
}
main.main_provider section.search .box_text_right {
  padding: 0;
  min-height: 326px;
}
main.main_provider section.search .box_text_right .box {
  padding: 0;
  margin: 85px 0 0 0;
  float: right;
  width: 370px;
  font-weight: 300;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: left;
}
main.main_provider section.search .box_text_right a {
  float: right;
  display: inline-block;
  margin: 25px 0 0 0;
  padding: 13px 17px 11px 17px;
  width: auto;
  height: auto;
  border-radius: 4px;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 26px;
}
main.main_provider section.search .box_text_right a .img_item {
  float: right;
  margin: 1px 0 0 15px;
}
main.main_provider section.search .box_text_right a:hover {
  box-shadow: 1px 1px 10px #777777;
}
main.main_provider section.reviews {
  padding: 125px 0 150px 0;
  background-color: #FFFFFF;
}
main.main_provider section.reviews .title {
  padding: 0 0 40px 0;
  font-weight: 300;
  font-size: 42px;
  color: #000000;
  line-height: 45px;
  text-align: center;
}
main.main_provider section.reviews .item {
  padding: 0 45px;
  text-align: center;
}
main.main_provider section.reviews .item .box_rounded {
  display: inline-block;
  width: 180px;
  height: 180px;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
  border-radius: 100%;
  border: 1px solid transparent;
  position: relative;
}
main.main_provider section.reviews .item .box_rounded .box_img {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  float: left;
  background-color: #F9F0E9;
  border-radius: 100%;
  border: 4px solid #F9F0E9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
main.main_provider section.reviews .item .text {
  margin: 15px 0 0 0;
  padding: 0 20px 0 60px;
  font-size: 16px;
  color: #666666;
  line-height: 19px;
  text-align: left;
  background-image: url("../images/bg_text_up.png"), url("../images/bg_text_bottom.png");
  background-repeat: no-repeat;
  background-position: left top, bottom right;
}
main.main_provider section.reviews .item .name {
  padding: 15px 20px 0 60px;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
  text-align: left;
}

/*fornecedores*/
/*fornecedores-det*/
main.main_provider_view {
  padding-top: 88px !important;
  min-height: 400px;
  overflow: hidden;
}
main.main_provider_view section.contact {
  padding: 20px 0 0 0;
  background-color: #F0EAE5;
}
main.main_provider_view section.contact .column1 {
  padding: 0;
}
main.main_provider_view section.contact .column1 .banner {
  padding: 0;
}
main.main_provider_view section.contact .column1 .banner .item {
  padding: 0;
  height: 533px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
main.main_provider_view section.contact .column1 .banner .item a {
  float: left;
  margin: 0;
  width: 100%;
  height: 100%;
}
main.main_provider_view section.contact .column1 .infos {
  padding: 50px 0 50px 280px;
  position: relative;
}
main.main_provider_view section.contact .column1 .box_img {
  position: absolute;
  top: -75px;
  left: 25px;
  width: 204px;
  height: 204px;
  background-color: #FFFFFF;
}
main.main_provider_view section.contact .column1 .box_img .img_item {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
main.main_provider_view section.contact .column1 .name {
  padding: 0;
  font-weight: 600;
  font-size: 39px;
  color: #333333;
  line-height: 42px;
}
main.main_provider_view section.contact .column1 .name span {
  background: -webkit-linear-gradient(left, #C44E57, #F28D1F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_provider_view section.contact .column1 .text {
  padding: 0;
  font-size: 19px;
  color: #333333;
  line-height: 19px;
}
main.main_provider_view section.contact .column2 {
  padding: 0;
}
main.main_provider_view section.contact .column2 .box_form {
  padding: 25px 35px 20px 35px;
  background-color: #FFFFFF;
  min-height: 533px;
}
main.main_provider_view section.contact .column2 .text_form {
  padding: 0 0 20px 0;
  font-weight: 500;
  font-size: 29px;
  color: #404040;
  line-height: 32px;
}
main.main_provider_view section.contact .column2 .item {
  padding: 0 0 6px 0;
}
main.main_provider_view section.contact .column2 .field {
  margin: 0;
  padding: 0 20px;
  float: left;
  width: 100%;
  height: 44px;
  border: 1px solid #EFECEA;
  background-color: #FFFFFF;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 44px;
}
main.main_provider_view section.contact .column2 .message {
  margin: 0;
  padding: 10px 20px;
  float: left;
  width: 100%;
  height: 177px;
  border: 1px solid #EFECEA;
  background-color: #FFFFFF;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  resize: none;
}
main.main_provider_view section.contact .column2 .box_select {
  margin: 0;
  padding: 0 0 0 15px;
  float: left;
  width: 100%;
  height: 44px;
  border: 1px solid #EFECEA;
  background-color: #FFFFFF;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 44px;
  border-radius: 0;
  outline: none;
}
main.main_provider_view section.contact .column2 .box_select .option {
  padding: 0;
}
main.main_provider_view section.contact .column2 .box_select .arrow_select {
  width: 35px;
  height: 44px;
  background-image: url("../../assets/images/img_orange_down.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: 0;
}
main.main_provider_view section.contact .column2 .btn_send {
  margin: 20px 0 0 0;
  padding: 0 20px;
  float: left;
  width: 100%;
  height: 42px;
  border: none;
  border-radius: 4px;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 44px;
  text-align: left;
  position: relative;
}
main.main_provider_view section.contact .column2 .btn_send:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 44px;
  background-image: url("../images/bg_btn_payment.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px auto;
}
main.main_provider_view section.contact .column2 .btn_send:hover {
  box-shadow: 1px 1px 10px #F28D1F;
}
main.main_provider_view section.contact .column2 ::-webkit-input-placeholder {
  color: #000000;
  opacity: 10;
}
main.main_provider_view section.contact .column2 :-moz-placeholder {
  color: #000000;
  opacity: 10;
}
main.main_provider_view section.contact .column2 ::-moz-placeholder {
  color: #000000;
  opacity: 10;
}
main.main_provider_view section.contact .column2 :-ms-input-placeholder {
  color: #000000;
  opacity: 10;
}
main.main_provider_view section.contact .column2 .social_media {
  padding: 35px 0 50px 50px;
}
main.main_provider_view section.contact .column2 .social_media .text {
  padding: 0 0 8px 0;
  font-size: 16px;
  color: #333333;
  line-height: 19px;
}
main.main_provider_view section.contact .column2 .social_media a {
  float: left;
  margin: 0 12px 12px 0;
}
main.main_provider_view section.phone {
  padding: 45px 0 35px 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid #D3D3D3;
}
main.main_provider_view section.phone .container {
  width: 980px;
}
main.main_provider_view section.phone .address {
  padding: 0 45px;
  font-size: 19px;
  color: #333333;
  line-height: 22px;
  background-image: url("../images/img_address.png");
  background-repeat: no-repeat;
  background-position: 0 5px;
}
main.main_provider_view section.phone address {
  float: left;
  margin: 0;
  padding: 0;
}
main.main_provider_view section.phone .phones {
  padding: 0 0 0 50px;
  background-image: url("../images/img_phones.png");
  background-repeat: no-repeat;
  background-position: 0 5px;
  min-height: 60px;
}
main.main_provider_view section.phone .phones .item_phone {
  padding: 0 15px;
}
main.main_provider_view section.phone .phones .item_phone .number {
  padding: 0;
  font-weight: 300;
  font-size: 26px;
  color: #000000;
  line-height: 29px;
}
main.main_provider_view section.phone .phones .item_phone .text {
  padding: 0;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
}
main.main_provider_view section.phone .phones .item_phone .text span {
  display: inline-block;
  padding: 5px 0;
  margin: -5px 0 0 0;
  background: -webkit-linear-gradient(left, #C44E57, #F28D1F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_provider_view section.about {
  padding: 85px 0 45px 0;
  background-color: #FFFFFF;
}
main.main_provider_view section.about .title {
  padding: 0;
  font-weight: 500;
  font-size: 30px;
  color: #000000;
  line-height: 33px;
  text-align: center;
}
main.main_provider_view section.about .title span {
  display: inline-block;
  padding: 5px 0;
  margin: -5px 0 0 0;
  background: -webkit-linear-gradient(left, #C44E57, #F28D1F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_provider_view section.about .text {
  margin: 10px 0 0 0;
  padding: 45px 35px 40px 35px;
  font-size: 18px;
  color: #151515;
  line-height: 22px;
  /*text-align: center;*/
  border: 1px solid #E5DBD3;
  background-color: #FFFFFF;
}
main.main_provider_view section.gallery {
  padding: 45px 0;
  background-color: #FFFFFF;
}
main.main_provider_view section.gallery .title {
  padding: 0;
  font-weight: 500;
  font-size: 30px;
  color: #000000;
  line-height: 33px;
  text-align: center;
}
main.main_provider_view section.gallery .title span {
  display: inline-block;
  padding: 5px 0;
  margin: -5px 0 0 0;
  background: -webkit-linear-gradient(left, #C44E57, #F28D1F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_provider_view section.gallery .box_slide {
  margin: 17px 0 0 0;
  padding: 0;
}
main.main_provider_view section.gallery .box_slide .item {
  height: 224px;
  padding: 0;
  overflow: hidden;
}
main.main_provider_view section.gallery .box_slide .item a {
  float: left;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main.main_provider_view section.gallery .box_slide .item a .img_item {
  min-width: 100%;
  min-height: 100%;
  max-width: 150%;
  max-height: 150%;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main.main_provider_view section.gallery .box_slide .item a .img_item:hover {
  -moz-transform: scale(1.1) translate(-50%, -50%);
  -webkit-transform: scale(1.1) translate(-50%, -50%);
  transform: scale(1.1) translate(-50%, -50%);
}
main.main_provider_view section.map {
  padding: 45px 0;
  background-color: #FFFFFF;
}
main.main_provider_view section.map .title_map {
  padding: 0;
  font-weight: 500;
  font-size: 30px;
  color: #000000;
  line-height: 33px;
  text-align: center;
}
main.main_provider_view section.map .title_map span {
  display: inline-block;
  padding: 5px 0;
  margin: -5px 0 0 0;
  background: -webkit-linear-gradient(left, #C44E57, #F28D1F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_provider_view section.map .map {
  margin: 20px 0 0 0;
  padding: 0;
}
main.main_provider_view .publicity {
  padding: 45px 0;
}
main.main_provider_view .publicity .item {
  padding: 15px;
  position: relative;
}
main.main_provider_view .publicity .item span {
  position: absolute;
  left: 0;
  bottom: 100%;
  padding: 0 15px;
  font-size: 12px;
  color: #666666;
}
main.main_provider_view .publicity .item img {
  display: inline-block;
  max-width: 100%;
}
main.main_provider_view .box_slide_product {
  padding: 0;
}
main.main_provider_view .box_slide_product .row {
  margin: 0 -25px;
}
main.main_provider_view .slide_product .product {
  padding: 0 25px;
  margin: 0;
}
main.main_provider_view section.search {
  padding: 0;
  background-color: #FFFFFF;
  position: relative;
}
main.main_provider_view section.search:before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background-color: #C34D57;
}
main.main_provider_view section.search:after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  background-color: #7B6E6B;
}
main.main_provider_view section.search .box_center {
  padding: 0;
  position: relative;
  z-index: 1;
  min-height: 326px;
}
main.main_provider_view section.search .box_bg {
  padding: 0;
  background-image: url("../images/bg_box_bg_provider.png");
  background-repeat: no-repeat;
  background-position: center top;
}
main.main_provider_view section.search .box_text_left {
  padding: 0;
  min-height: 326px;
}
main.main_provider_view section.search .box_text_left .box {
  padding: 0;
  margin: 65px 0 0 0;
  float: left;
  width: 390px;
  font-weight: 300;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 43px;
  text-align: left;
}
main.main_provider_view section.search .box_text_left .box span {
  font-weight: 700;
}
main.main_provider_view section.search .box_text_left a {
  display: inline-block;
  margin: 25px 0 0 0;
  padding: 8px 17px 6px 17px;
  width: auto;
  height: auto;
  border-radius: 4px;
  background-color: #FFFFFF;
  font-weight: 700;
  font-size: 22px;
  color: #C44E57;
  line-height: 26px;
}
main.main_provider_view section.search .box_text_left a span {
  padding: 5px 0;
  display: inline-block;
  width: auto;
  background: -webkit-linear-gradient(left, #C44E57, #F28D1F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_provider_view section.search .box_text_left a .img_item {
  float: right;
  margin: 4px 0 0 25px;
}
main.main_provider_view section.search .box_text_left a:hover {
  box-shadow: 1px 1px 10px #777777;
}
main.main_provider_view section.search .box_text_right {
  padding: 0;
  min-height: 326px;
}
main.main_provider_view section.search .box_text_right .box {
  padding: 0;
  margin: 85px 0 0 0;
  float: right;
  width: 370px;
  font-weight: 300;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: left;
}
main.main_provider_view section.search .box_text_right a {
  float: right;
  display: inline-block;
  margin: 25px 0 0 0;
  padding: 13px 17px 11px 17px;
  width: auto;
  height: auto;
  border-radius: 4px;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 26px;
}
main.main_provider_view section.search .box_text_right a .img_item {
  float: right;
  margin: 1px 0 0 15px;
}
main.main_provider_view section.search .box_text_right a:hover {
  box-shadow: 1px 1px 10px #777777;
}
main.main_provider_view section.reviews {
  padding: 125px 0 150px 0;
  background-color: #FFFFFF;
}
main.main_provider_view section.reviews .title {
  padding: 0 0 40px 0;
  font-weight: 300;
  font-size: 42px;
  color: #000000;
  line-height: 45px;
  text-align: center;
}
main.main_provider_view section.reviews .item {
  padding: 0 45px;
  text-align: center;
}
main.main_provider_view section.reviews .item .box_rounded {
  display: inline-block;
  width: 180px;
  height: 180px;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
  border-radius: 100%;
  border: 1px solid transparent;
  position: relative;
}
main.main_provider_view section.reviews .item .box_rounded .box_img {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  float: left;
  background-color: #F9F0E9;
  border-radius: 100%;
  border: 4px solid #F9F0E9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
main.main_provider_view section.reviews .item .text {
  margin: 15px 0 0 0;
  padding: 0 20px 0 60px;
  font-size: 16px;
  color: #666666;
  line-height: 19px;
  text-align: left;
  background-image: url("../images/bg_text_up.png"), url("../images/bg_text_bottom.png");
  background-repeat: no-repeat;
  background-position: left top, bottom right;
}
main.main_provider_view section.reviews .item .name {
  padding: 15px 20px 0 60px;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
  text-align: left;
}

/*fornecedores-det*/
/*listar-presentes*/
main.main_gifts {
  background-color: #FFFFFF;
}
main.main_gifts .header_gifts {
  padding: 160px 0 100px 0;
  background: #C24C58;
  background: -webkit-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: -o-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: -moz-linear-gradient(left, #C24C58 1%, #F18D1E);
  background: linear-gradient(left, #C24C58 1%, #F18D1E);
  text-align: center;
  position: relative;
  z-index: 0;
}
main.main_gifts .header_gifts .box_img {
  width: 120px;
  height: 120px;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
main.main_gifts .header_gifts .box_img .img_item {
  min-width: 100%;
  min-height: 100%;
  max-width: 150%;
  max-height: 150%;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main.main_gifts .header_gifts .name {
  padding: 0;
  margin: 25px 0 0 0;
  font-weight: 600;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 63px;
}
main.main_gifts .header_gifts .date {
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 30px;
}
main.main_gifts .header_gifts .title {
  padding: 0;
  margin: 15px 0 0 0;
  font-weight: 300;
  font-size: 37px;
  color: #FFFFFF;
  line-height: 40px;
}
main.main_gifts section.gifts {
  padding: 100px 0 135px 0;
  margin: -15px 0 0 0;
  position: relative;
  z-index: 2;
  background-image: url("../images/bg_wave_white.png");
  background-repeat: repeat-x;
  background-position: center top;
}
main.main_gifts section.gifts .box_form {
  float: right;
  width: auto;
}
main.main_gifts section.gifts .box_form .cart {
  float: left;
  padding: 13px 0 0 54px;
  margin: -26px 0 0 15px;
  width: 160px;
  height: 55px;
  background-image: url("../images/bg_add_cart.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
}
main.main_gifts section.gifts .box_form .cart span {
  position: absolute;
  top: 13px;
  left: 26px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #04914A;
  background: -webkit-linear-gradient(left, #21AF71 10%, #04914A);
  background: -o-linear-gradient(left, #21AF71 10%, #04914A);
  background: -moz-linear-gradient(left, #21AF71 10%, #04914A);
  background: linear-gradient(left, #21AF71 10%, #04914A);
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
}
main.main_gifts section.gifts .box_form .cart .text1 {
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  color: #2B2B2B;
  line-height: 13px;
}
main.main_gifts section.gifts .box_form .cart .text2 {
  padding: 0;
  font-weight: 600;
  font-size: 17px;
  color: #000000;
  line-height: 17px;
}
main.main_gifts section.gifts .box_form label {
  float: left;
  padding: 0 10px;
  margin: -35px 0 0 0;
  width: 160px;
  font-weight: 400;
  font-size: 12px;
  color: #969696;
  line-height: 15px;
}
main.main_gifts section.gifts .box_form .box_select {
  float: left;
  padding: 0 0 0 14px;
  margin: 5px 0 0 0;
  width: 100%;
  height: 35px;
  background-color: #FFFFFF;
  border: 1px solid #D6D6D6;
  font-size: 15px;
  color: #2B2B2B;
  line-height: 35px;
  border-radius: 0;
  outline: none;
}
main.main_gifts section.gifts .box_form .box_select .option {
  padding: 0;
}
main.main_gifts section.gifts .box_form .box_select .arrow_select {
  width: 25px;
  height: 35px;
  background-image: url("../../assets/images/img_orange_down.png") !important;
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
  margin: 0;
}
main.main_gifts section.gifts .box_button {
  padding: 0;
  text-align: right;
}
main.main_gifts section.gifts .box_button .btn_add {
  border: 1px solid #1FAD6E;
  border-radius: 4px;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 0 0 0 20px;
  width: 272px;
  height: 43px;
  font-size: 20px;
  color: #6A6A6A;
  line-height: 43px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
main.main_gifts section.gifts .box_button .btn_add .box_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 100%;
  background: #21AF72;
  background: -webkit-linear-gradient(left, #21AF72 10%, #039049);
  background: -o-linear-gradient(left, #21AF72 10%, #039049);
  background: -moz-linear-gradient(left, #21AF72 10%, #039049);
  background: linear-gradient(left, #21AF72 10%, #039049);
  border-radius: 3px;
}
main.main_gifts section.gifts .box_button .btn_add .box_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg_btn_add.png");
  background-repeat: no-repeat;
  background-position: center;
}
main.main_gifts section.gifts .box_button .btn_add:hover {
  box-shadow: 1px 1px 15px #1FAD6E;
}
main.main_gifts section.gifts .box_items {
  padding: 75px 0 0 0;
  overflow: hidden;
}
main.main_gifts section.gifts .box_items .row {
  margin: 0 -25px;
}
main.main_gifts section.gifts .box_items .product {
  padding: 0 25px;
  margin-bottom: 95px;
  height: 580px;
}
main.main_gifts section.gifts .box_pagination {
  padding: 0 20px;
}

/*listar-presentes*/
/*seja-um-fornecedor*/
main.main_be_provider {
  position: relative;
}
main.main_be_provider .how_works {
  padding: 195px 0 80px 0;
  margin: 0;
  background-color: #FFF3EB;
  background: -webkit-linear-gradient(top, #FFF3EB 30%, #F9F0E9);
  background: -o-linear-gradient(top, #FFF3EB 30%, #F9F0E9);
  background: -moz-linear-gradient(top, #FFF3EB 30%, #F9F0E9);
  background: linear-gradient(top, #FFF3EB 30%, #F9F0E9);
  position: relative;
  z-index: 1;
}
main.main_be_provider .how_works .container {
  width: 1130px;
}
main.main_be_provider .how_works .title {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 44px;
  color: #808080;
  line-height: 48px;
  text-align: center;
}
main.main_be_provider .how_works .title .box {
  display: inline-block;
  width: 820px;
  max-width: 100%;
}
main.main_be_provider .how_works .subtitle {
  margin: 0;
  padding: 20px 0 0 0;
  font-weight: 600;
  font-size: 48px;
  color: #333333;
  line-height: 51px;
  text-align: center;
  background: -webkit-linear-gradient(left, #C44E57, #F28D1F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_be_provider .how_works .subtitle .box {
  display: inline-block;
  width: 820px;
  max-width: 100%;
}
main.main_be_provider .how_works .item {
  padding: 75px 20px 40px 20px;
  text-align: center;
}
main.main_be_provider .how_works .item .box_img {
  height: 60px;
  position: relative;
}
main.main_be_provider .how_works .item .box_img .img_item {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
main.main_be_provider .how_works .item .item_title {
  padding: 20px 0 0 0;
  font-weight: 600;
  font-size: 25px;
  color: #444444;
  line-height: 28px;
}
main.main_be_provider .how_works .item .item_text {
  padding: 5px 0 0 0;
  font-size: 18px;
  color: #808080;
  line-height: 21px;
}
main.main_be_provider .how_works .box_cards {
  padding: 40px 0 0 0;
  text-align: center;
}
main.main_be_provider .how_works .box_cards .img_paypal {
  display: inline-block;
  max-width: 100%;
  width: auto;
  margin: 0 30px 15px 0;
}
main.main_be_provider .how_works .box_cards .img_item {
  display: inline-block;
  max-width: 100%;
  width: auto;
  margin: 0 0 15px 0;
}
main.main_be_provider .how_works .box_search {
  padding: 210px 0 0 0;
  font-weight: 300;
  font-size: 23px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: left;
  float: right;
  width: 470px;
}
main.main_be_provider .how_works .box_search .text {
  padding: 0;
  font-size: 23px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: left;
}
main.main_be_provider .how_works .box_search .field {
  float: left;
  padding: 0 10px;
  margin: 10px 1% 0px 0;
  width: 14%;
  height: 50px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  font-size: 19px;
  color: #666666;
  line-height: 50px;
  text-align: center;
}
main.main_be_provider .how_works .box_search .field.name {
  padding: 0 20px;
  width: 41%;
  text-align: left;
}
main.main_be_provider .how_works .box_search .btn_send {
  float: left;
  padding: 0 10px;
  margin: 10px 1% 8px 0;
  width: 12%;
  height: 50px;
  background-image: url("../images/bg_btn_send.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
}
main.main_be_provider .how_works .box_search ::-webkit-input-placeholder {
  color: #666666;
  opacity: 10;
}
main.main_be_provider .how_works .box_search :-moz-placeholder {
  color: #666666;
  opacity: 10;
}
main.main_be_provider .how_works .box_search ::-moz-placeholder {
  color: #666666;
  opacity: 10;
}
main.main_be_provider .how_works .box_search :-ms-input-placeholder {
  color: #666666;
  opacity: 10;
}
main.main_be_provider section.why {
  padding: 90px 0 15px 0;
  background-image: url("../images/bg_why.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
main.main_be_provider section.why:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background-image: url("../images/bg_wave.png");
  background-repeat: repeat-x;
  background-position: center bottom;
}
main.main_be_provider section.why .title {
  padding: 0;
  font-weight: 600;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 51px;
  text-align: center;
}
main.main_be_provider section.why .column {
  padding: 50px 5px;
  text-align: left;
}
main.main_be_provider section.why .column_title {
  padding: 0 0 0 90px;
  margin: 0 0 30px 0;
  font-weight: 600;
  font-size: 25px;
  color: #FFFFFF;
  line-height: 28px;
  min-height: 83px;
  position: relative;
}
main.main_be_provider section.why .column_title .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
  padding: 0;
  font-weight: 700;
  font-size: 55px;
  color: #FFFFFF;
  text-align: center;
  line-height: 78px;
}
main.main_be_provider section.why ul {
  padding: 0;
}
main.main_be_provider section.why li {
  padding: 0 0 0 30px;
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 18px;
  min-height: 40px;
  background-image: url("../images/bg_btn_payment.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 14px auto;
}
main.main_be_provider section.plan {
  padding: 100px 0 85px 0;
  background-color: #FFFFFF;
}
main.main_be_provider section.plan .container {
  width: 1290px;
}
main.main_be_provider section.plan .title {
  padding: 0;
  margin: 0 0 65px 0;
  font-weight: 300;
  font-size: 36px;
  color: #333333;
  line-height: 39px;
  text-align: center;
}
main.main_be_provider section.plan .title span {
  display: inline-block;
  width: auto;
  padding: 5px 0;
  margin: 0;
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_be_provider section.plan .box_cards {
  padding: 65px 0 0 0;
  text-align: center;
}
main.main_be_provider section.plan .box_cards .img_paypal {
  display: inline-block;
  max-width: 100%;
  width: auto;
  margin: 0 35px 15px 0;
}
main.main_be_provider section.plan .box_cards .img_item {
  display: inline-block;
  max-width: 100%;
  width: auto;
  margin: 0 0 15px 0;
}
main.main_be_provider section.plan .item {
  padding: 40px 50px 25px 50px;
  border-radius: 5px;
  border: 1px solid #E7E7E7;
}
main.main_be_provider section.plan .item .text {
  padding: 0;
  font-size: 31px;
  color: #000000;
  line-height: 34px;
  text-align: center;
}
main.main_be_provider section.plan .item .text2 {
  padding: 0;
  font-size: 16px;
  color: #747474;
  line-height: 19px;
  text-align: center;
}
main.main_be_provider section.plan .item .text3 {
  padding: 0;
  font-size: 16px;
  color: #747474;
  line-height: 19px;
  text-align: center;
}
main.main_be_provider section.plan .item .box_price {
  margin: 55px 0 0 0;
  padding: 0;
  text-align: center;
}
main.main_be_provider section.plan .item .box_price .block_price {
  display: inline-block;
  width: auto;
  position: relative;
  padding: 0 0 0;
}
main.main_be_provider section.plan .item .box_price .times {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: auto;
  font-weight: 700;
  font-size: 36px;
  color: #000000;
  line-height: 39px;
}
main.main_be_provider section.plan .item .box_price .coin {
  display: inline-block;
  width: auto;
  font-weight: 300;
  font-size: 33px;
  color: #5D5D5D;
  line-height: 33px;
}
main.main_be_provider section.plan .item .box_price .price {
  display: inline-block;
  width: auto;
  font-weight: 600;
  font-size: 120px;
  color: #5D5D5D;
  line-height: 120px;
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_be_provider section.plan .item .box_price .cent {
  display: inline-block;
  width: auto;
  font-weight: 500;
  font-size: 33px;
  color: #5D5D5D;
  line-height: 33px;
}
main.main_be_provider section.plan .item .start {
  margin: 50px 0 0 0;
  padding: 6px 0;
  border-radius: 4px;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 23px;
  text-align: center;
  border: 1px solid #E7E7E7;
}
main.main_be_provider section.plan .item .start span {
  display: inline-block;
  width: auto;
  padding: 5px 0;
  margin: 0;
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_be_provider section.plan .item .start:hover {
  box-shadow: 1px 1px 10px #CCCCCC;
}
main.main_be_provider section.blog {
  padding: 120px 0 100px 0;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
  text-align: center;
  position: relative;
}
main.main_be_provider section.blog .container {
  width: 1450px;
}
main.main_be_provider section.blog .title {
  padding: 0;
  font-weight: 700;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 63px;
}
main.main_be_provider section.blog .text {
  padding: 5px 0 70px 0;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 29px;
}
main.main_be_provider section.blog .item {
  padding: 0 8px;
}
main.main_be_provider section.blog .item .box_img {
  position: relative;
  overflow: hidden;
  height: 352px;
  margin: 0 0 15px 0;
}
main.main_be_provider section.blog .item .box_img .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.main_be_provider section.blog .item .text1 {
  padding: 0;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 25px;
  text-align: center;
}
main.main_be_provider section.blog .item .text2 {
  padding: 0;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
}
main.main_be_provider section.blog .item:hover .box_img .cover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*seja-um-fornecedor*/
/*lista-de-presentes*/
main.main_list .header_list {
  padding: 225px 0 160px 0;
  background: #151515;
  text-align: center;
  position: relative;
  z-index: 0;
}
main.main_list .header_list .text1 {
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 64px;
}
main.main_list .header_list .text2 {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 64px;
}
main.main_list .header_list .text3 {
  padding: 0;
  margin: 45px 0 0 0;
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 33px;
}
main.main_list section.search {
  padding: 0;
  background-color: #151515;
  position: relative;
}
main.main_list section.search:before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 15px;
  left: 0;
  width: 25%;
  height: 340px;
  background-color: #C34D57;
}
main.main_list section.search:after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 15px;
  right: 0;
  width: 25%;
  height: 340px;
  background-color: #E5DBD3;
}
main.main_list section.search .box_center {
  padding: 0;
  position: relative;
  z-index: 1;
}
main.main_list section.search .box_bg {
  padding: 0;
  background-image: url("../images/bg_box_bg2.png");
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 340px;
}
main.main_list section.search .box_text {
  padding: 0;
  min-height: 340px;
}
main.main_list section.search .box_text .box {
  padding: 0;
  margin: 200px 0 0 0;
  float: left;
  width: 360px;
  font-weight: 300;
  font-size: 45px;
  color: #FFFFFF;
  line-height: 48px;
  text-align: left;
}
main.main_list section.search .box_text .box span {
  font-weight: 700;
}
main.main_list section.search .box_search {
  padding: 75px 0 0 0;
  font-weight: 300;
  font-size: 23px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: left;
  float: left;
  width: 480px;
}
main.main_list section.search .box_search .text1 {
  padding: 0;
  font-weight: 300;
  font-size: 45px;
  color: #FFFFFF;
  line-height: 48px;
  text-align: left;
}
main.main_list section.search .box_search .text1 span {
  font-weight: 700;
}
main.main_list section.search .box_search .text2 {
  padding: 1px 0 15px 0;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: left;
}
main.main_list section.search .box_search .field {
  float: left;
  padding: 0 10px;
  margin: 10px 1% 0px 0;
  width: 14%;
  height: 50px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  font-size: 19px;
  color: #666666;
  line-height: 50px;
  text-align: center;
}
main.main_list section.search .box_search .field.name {
  padding: 0 20px;
  width: 41%;
  text-align: left;
}
main.main_list section.search .box_search .btn_send {
  float: left;
  padding: 0 10px;
  margin: 10px 1% 8px 0;
  width: 12%;
  height: 50px;
  background-image: url("../images/bg_btn_send.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
}
main.main_list section.search .box_search ::-webkit-input-placeholder {
  color: #666666;
  opacity: 10;
}
main.main_list section.search .box_search :-moz-placeholder {
  color: #666666;
  opacity: 10;
}
main.main_list section.search .box_search ::-moz-placeholder {
  color: #666666;
  opacity: 10;
}
main.main_list section.search .box_search :-ms-input-placeholder {
  color: #666666;
  opacity: 10;
}
main.main_list section.video {
  padding: 85px 0 55px 0;
  background-color: #F0EAE5;
  text-align: center;
  position: relative;
  z-index: 1;
}
main.main_list section.video .title {
  padding: 0;
  font-size: 30px;
  color: #151515;
  line-height: 33px;
}
main.main_list section.video .box_video {
  margin: 40px 0 0 0;
  display: inline-block;
  width: 560px;
  height: auto;
  max-width: 100%;
  text-align: center;
}
main.main_list section.video .box_video iframe {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: 315px;
}
main.main_list section.video .create {
  margin: auto;
  padding: 0 20px;
  position: absolute;
  top: auto;
  bottom: -22px;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 322px;
  height: 44px;
  border: none;
  border-radius: 4px;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 10%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 10%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 10%, #F28D1F);
  background: linear-gradient(left, #C44E57 10%, #F28D1F);
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 50px;
  text-align: left;
}
main.main_list section.video .create:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 44px;
  background-image: url("../images/bg_btn_payment.png");
  background-repeat: no-repeat;
  background-position: center;
}
main.main_list section.infos {
  padding: 100px 0;
  background-color: #FFFFFF;
  position: relative;
}
main.main_list section.infos .create {
  margin: auto;
  padding: 0 20px;
  position: absolute;
  top: -22px;
  bottom: auto;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 322px;
  height: 44px;
  border: none;
  border-radius: 4px;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 10%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 10%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 10%, #F28D1F);
  background: linear-gradient(left, #C44E57 10%, #F28D1F);
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 50px;
  text-align: left;
}
main.main_list section.infos .create:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 44px;
  background-image: url("../images/bg_btn_payment.png");
  background-repeat: no-repeat;
  background-position: center;
}
main.main_list section.infos .section_box_img {
  padding: 0 0 20px 0;
  text-align: center;
}
main.main_list section.infos .section_box_img .img_item {
  display: inline-block;
  max-width: 100%;
}
main.main_list section.infos .section_title {
  padding: 0;
  font-weight: 600;
  font-size: 41px;
  color: #333333;
  line-height: 44px;
  text-align: center;
}
main.main_list section.infos .section_text {
  padding: 5px 0 0 0;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  text-align: center;
}
main.main_list section.infos .infos_table_desktop {
  padding: 55px 0 0 0;
  position: relative;
}
main.main_list section.infos .infos_table_desktop .line_title {
  padding: 0;
  position: relative;
  text-align: center;
}
main.main_list section.infos .infos_table_desktop .line_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
}
main.main_list section.infos .infos_table_desktop .line_title .item {
  /*float: left;*/
  display: inline-block;
  margin: 0;
  padding: 5px 20px;
  width: auto;
  height: 44px;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  border-left: 1px solid #E2E2E2;
  cursor: pointer;
}
main.main_list section.infos .infos_table_desktop .line_title .item:hover span,
main.main_list section.infos .infos_table_desktop .line_title .item.active span {
  padding: 5px 0;
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #333333;
}/*
main.main_list section.infos .infos_table_desktop .line_title .item:nth-child(1) {
  margin-left: 70%;
}*/
main.main_list section.infos .infos_table_desktop .line_infos {
  padding: 0;
  margin: 40px 0 0 0;
  display: none;
}
main.main_list section.infos .infos_table_desktop .line_infos.active {
  display: inline-block;
}
main.main_list section.infos .infos_table_desktop .line_infos .title1 {
  float: left;
  width: 70%;
  min-height: 60px;
  padding: 0 0 0 20px;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  text-align: left;
}
main.main_list section.infos .infos_table_desktop .line_infos .title1 span {
  display: inline-block;
  padding: 5px 0;
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_list section.infos .infos_table_desktop .line_infos .title2 {
  float: left;
  width: 30%;
  min-height: 60px;
  padding: 0 0 0 20px;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  border-left: 1px solid #E2E2E2;
}
main.main_list section.infos .infos_table_desktop .line_infos .title2 span {
  display: inline-block;
  padding: 5px 0;
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_list section.infos .infos_table_desktop .line_infos .box {
  padding: 0;
  border-bottom: 1px solid #E2E2E2;
}
main.main_list section.infos .infos_table_desktop .line_infos .box:nth-last-child(1) {
  padding: 0;
  border-bottom: none;
}
main.main_list section.infos .infos_table_desktop .line_infos .item_large {
  float: left;
  width: 70%;
  height: 130px;
  padding: 35px 0 0 20px;
  font-size: 20px;
  color: #747474;
  line-height: 24px;
  text-align: left;
}
main.main_list section.infos .infos_table_desktop .line_infos .item_large span {
  color: #000000;
}

main.main_list section.infos .infos_table_desktop .line_infos .item_large .item_saques {
  font-size: 15px;
  display: inline-block;
  padding: 5px 0;
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


main.main_list section.infos .infos_table_desktop .line_infos .item_small {
  float: left;
  width: 10%;
  height: 130px;
  padding: 35px 0 0 0;
  font-size: 20px;
  color: #747474;
  line-height: 24px;
  text-align: center;
  border-left: 1px solid #E2E2E2;
}
main.main_list section.infos .infos_table_desktop .line_infos .item_small span {
  color: #000000;
}
main.main_list section.infos .infos_table_mobile {
  padding: 20px 0 0 0;
  position: relative;
  display: none;
}
main.main_list section.infos .infos_table_mobile .container {
  padding: 0;
}
main.main_list section.infos .infos_table_mobile .line_title {
  padding: 0 0 0 20px;
  position: relative;
}
main.main_list section.infos .infos_table_mobile .line_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
}
main.main_list section.infos .infos_table_mobile .line_title .item {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 44px;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
main.main_list section.infos .infos_table_mobile .line_title .item:hover span,
main.main_list section.infos .infos_table_mobile .line_title .item.active span {
  padding: 5px 0;
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #333333;
}
main.main_list section.infos .infos_table_mobile .line_infos {
  padding: 0;
  margin: 40px 0 55px 0;
  display: none;
}
main.main_list section.infos .infos_table_mobile .line_infos.active {
  display: inline-block;
}
main.main_list section.infos .infos_table_mobile .line_infos .title1 {
  float: left;
  width: 70%;
  min-height: 60px;
  padding: 0 0 0 20px;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  border-right: 1px solid #E2E2E2;
}
main.main_list section.infos .infos_table_mobile .line_infos .title1 span {
  display: inline-block;
  padding: 5px 0;
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_list section.infos .infos_table_mobile .line_infos .title2 {
  float: left;
  width: 30%;
  height: 60px;
  padding: 0 0 0 20px;
  margin-left: -1px;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  border-left: 1px solid #E2E2E2;
}
main.main_list section.infos .infos_table_mobile .line_infos .title2 span {
  display: inline-block;
  padding: 5px 0;
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_list section.infos .infos_table_mobile .line_infos .box {
  padding: 0;
  border-bottom: 1px solid #E2E2E2;
}
main.main_list section.infos .infos_table_mobile .line_infos .box:nth-last-child(1) {
  padding: 0;
  border-bottom: none;
}
main.main_list section.infos .infos_table_mobile .line_infos .item_large {
  float: left;
  width: 70%;
  min-height: 90px;
  padding: 35px 0 20px 20px;
  font-size: 18px;
  color: #747474;
  line-height: 22px;
  text-align: left;
  border-right: 1px solid #E2E2E2;
}
main.main_list section.infos .infos_table_mobile .line_infos .item_large span {
  color: #000000;
}
main.main_list section.infos .infos_table_mobile .line_infos .item_large .item_saques {
  font-size: 15px;
  display: inline-block;
  padding: 5px 0;
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_list section.infos .infos_table_mobile .line_infos .item_small {
  float: left;
  width: 30%;
  min-height: 90px;
  padding: 35px 0 0 0;
  margin-left: -1px;
  font-size: 18px;
  color: #747474;
  line-height: 22px;
  text-align: center;
  border-left: 1px solid #E2E2E2;
}
main.main_list section.infos .infos_table_mobile .line_infos .item_small span {
  color: #000000;
}
main.main_list section.tax {
  padding: 90px 0 115px 0;
  background-color: #EFECEA;
}
main.main_list section.tax .section_title {
  padding: 0;
  font-weight: 600;
  font-size: 41px;
  color: #333333;
  line-height: 44px;
  text-align: center;
}
main.main_list section.tax .section_text {
  padding: 5px 0 60px 0;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  text-align: center;
}
main.main_list section.tax .section_text2 {
  padding: 30px 0 45px 0;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  text-align: center;
}
main.main_list section.tax .column {
  padding: 8px;
}
main.main_list section.tax .column.no_padding {
  padding: 0;
}
main.main_list section.tax .box_white {
  padding: 30px;
  margin: 0 0 15px 0;
  background-color: #FFFFFF;
}
main.main_list section.tax .box_white .box_white_title {
  padding: 0 0 30px 0;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
}
main.main_list section.tax .box_white .box_white_title span {
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_list section.tax .box_white .box_white_title_small {
  padding: 0 0 15px 0;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
}
main.main_list section.tax .box_white .box_white_title_small span {
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_list section.tax .box_white .box_white_title_orange {
  padding: 0 0 30px 0;
  font-weight: 300;
  font-size: 22px;
  color: #000000;
  line-height: 25px;
}
main.main_list section.tax .box_white .box_white_title_orange span {
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_list section.tax .box_white .box_white_text {
  padding: 0 0 10px 28px;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  position: relative;
}
main.main_list section.tax .box_white .box_white_text:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  border: 1px solid #EF8A21;
}
main.main_list section.tax .box_white .box_white_text_large {
  padding: 20px 0 35px 0;
  font-weight: 200;
  font-size: 22px;
  color: #000000;
  line-height: 25px;
  position: relative;
}
main.main_list section.tax .box_white label {
  cursor: pointer;
  padding: 0 0 5px 0;
}
/*TIPO RADIO*/
main.main_list section.tax .box_white .radio_fake {
  border: 1px solid #CCCCCC;
  border-radius: 100%;
  float: left;
  margin: 0;
  width: 18px;
  height: 18px;
  position: relative;
  margin: 0 4px 5px 0;
}
main.main_list section.tax .box_white .radio_fake:before {
  content: "";
  border: none;
  border-radius: 100%;
  float: left;
  margin: 0;
  width: 10px;
  height: 10px;
  background-color: #C44E57;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.main_list section.tax .box_white input[type="radio"] {
  display: none;
}
main.main_list section.tax .box_white input[type="radio"]:checked + .radio_fake:before {
  opacity: 1;
}
/*TIPO RADIO*/

/*TIPO CHECKBOX*/

main.main_list section.tax .box_white .checkbox_fake {
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  float: left;
  margin: 0;
  width: 18px;
  height: 18px;
  position: relative;
  margin: 0 4px 5px 0;
  text-align: center;
  line-height: 18px;
}
main.main_list section.tax .box_white .checkbox_fake .fa {
  border: none;
  border-radius: 100%;
  float: left;
  margin: 0;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  font-size: 14px;
  color: #C44E57;
  line-height: 18px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.main_list section.tax .box_white input[type="checkbox"] {
  display: none;
}
main.main_list section.tax .box_white input[type="checkbox"]:checked + .checkbox_fake .fa {
  opacity: 1;
}
/*TIPO CHECKBOX*/
main.main_list section.tax .box_white .item_form {
  padding: 0 0 18px 0;
  font-size: 18px;
  color: #5C5C5C;
  line-height: 21px;
}
main.main_list section.tax .box_white .box_amout {
  padding: 4px 0 0 0;
  border: 1px solid transparent;
  border-image: linear-gradient(100deg, #C44E57, #F28D1F);
  border-image-slice: 1;
  position: relative;
}
main.main_list section.tax .box_white .box_amout .field {
  float: left;
  padding: 0 45px 0 55px;
  margin: 0;
  width: 100%;
  height: 44px;
  background-color: #FFFFFF;
  border: none;
  position: relative;
  z-index: 0;
  font-weight: 500;
  font-size: 29px;
  color: #000000;
  line-height: 44px;
  text-align: right;
}
main.main_list section.tax .box_white .box_amout .coin {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  font-weight: 500;
  font-size: 29px;
  color: #000000;
  line-height: 44px;
  text-align: left;
  padding: 0 0 0 16px;
}
main.main_list section.tax .box_white .box_amout .plus {
  position: absolute;
  top: 3px;
  right: 4px;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #B2B2B2;
  width: 23px;
  height: 19px;
  font-weight: 500;
  font-size: 19px;
  color: #666666;
  line-height: 20px;
  text-align: center;
}
main.main_list section.tax .box_white .box_amout .less {
  position: absolute;
  top: 21px;
  right: 4px;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #B2B2B2;
  width: 23px;
  height: 19px;
  font-weight: 500;
  font-size: 19px;
  color: #666666;
  line-height: 15px;
  text-align: center;
}
main.main_list section.tax .box_white .box_select {
  margin: 5px 0 0 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  height: 44px;
  border: 1px solid #EFECEA;
  background-color: #FFFFFF;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 44px;
  text-align: left;
  border-radius: 0;
  outline: none;
  position: relative;
}
main.main_list section.tax .box_white .box_select .option {
  padding: 0 0 0 20px;
}
main.main_list section.tax .box_white .box_select .arrow_select {
  width: 35px;
  height: 44px;
  background-image: url("../../assets/images/img_orange_down.png") !important;
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
  margin: 0;
}
main.main_list section.tax .box_white .box {
  padding: 0;
  border-bottom: 1px solid #E2E2E2;
}
main.main_list section.tax .box_white .box span {
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_list section.tax .box_white .text1 {
  padding: 17px 0;
  font-weight: 400;
  font-size: 20px;
  color: #747474;
  line-height: 24px;
}
main.main_list section.tax .box_white .text2 {
  padding: 17px 0 17px 15px;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  border-left: 1px solid #E2E2E2;
}
main.main_list section.tax .box_white .box:nth-child(2) .text1 {
  padding-top: 0;
}
main.main_list section.tax .box_white .box:nth-child(2) .text2 {
  padding-top: 0;
}
main.main_list section.tax .box_white .box:nth-last-child(1) {
  border-bottom: none;
}
main.main_list section.tax .box_orange {
  padding: 45px 50px;
  margin: 0 0 15px 0;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
}
main.main_list section.tax .box_orange .box_orange_title {
  padding: 0 0 20px 0;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 23px;
}
main.main_list section.tax .box_orange .box_orange_title span {
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_list section.tax .box_orange .box {
  padding: 0;
  border-bottom: 1px solid #FFFFFF;
}
main.main_list section.tax .box_orange .box span {
  font-weight: 700;
}
main.main_list section.tax .box_orange .text1 {
  padding: 17px 0;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
}
main.main_list section.tax .box_orange .text2 {
  padding: 17px 0 17px 15px;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
  border-left: 1px solid #FFFFFF;
}
main.main_list section.tax .box_orange .box:nth-child(2) .text1 {
  padding-top: 0;
}
main.main_list section.tax .box_orange .box:nth-child(2) .text2 {
  padding-top: 0;
}
main.main_list section.tax .box_orange .box:nth-last-child(1) {
  border-bottom: none;
}
main.main_list section.rescue {
  padding: 50px 0;
  background-color: #37ACB5;
  text-align: center;
  position: relative;
  z-index: 1;
}
main.main_list section.rescue .box_img {
  padding: 0 0 25px 0;
  text-align: center;
}
main.main_list section.rescue .box_img .img_item {
  display: inline-block;
  max-width: 100%;
}
main.main_list section.rescue .title {
  padding: 0;
  font-weight: 600;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 39px;
}
main.main_list section.rescue .text {
  padding: 20px 0 0 0;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
}
main.main_list section.rescue a {
  color: #FFFFFF;
  text-decoration: underline !important;
}
main.main_list section.rescue a:hover {
  text-decoration: underline !important;
  color: #FFFFFF;
}
main.main_list section.rescue .request {
  margin: auto;
  padding: 0 20px;
  position: absolute;
  top: auto;
  bottom: -22px;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 322px;
  height: 44px;
  border: none;
  border-radius: 4px;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 10%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 10%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 10%, #F28D1F);
  background: linear-gradient(left, #C44E57 10%, #F28D1F);
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 50px;
  text-align: left;
}
main.main_list section.rescue .request:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 44px;
  background-image: url("../images/bg_btn_payment.png");
  background-repeat: no-repeat;
  background-position: center;
}
main.main_list section.deadline {
  padding: 90px 0 65px 0;
  background-color: #E5DBD3;
  position: relative;
  z-index: 0;
}
main.main_list section.deadline .container {
  width: 710px;
}
main.main_list section.deadline .box_img {
  padding: 0 0 25px 0;
  text-align: center;
}
main.main_list section.deadline .box_img .img_item {
  display: inline-block;
  max-width: 100%;
}
main.main_list section.deadline .title {
  padding: 0;
  font-size: 34px;
  color: #333333;
  line-height: 38px;
  text-align: center;
}
main.main_list section.deadline .text {
  padding: 28px 0 0 0;
  font-size: 16px;
  color: #747474;
  line-height: 20px;
}
main.main_list section.deadline .box_white {
  padding: 27px 35px 0 35px;
  background-color: #FFFFFF;
  margin: 35px 0 0 0;
}
main.main_list section.deadline .box_white .text1 {
  padding: 0 40px 27px 0;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
}
main.main_list section.deadline .box_white .text2 {
  padding: 0 0 27px 0;
  font-size: 20px;
  color: #747474;
  line-height: 24px;
}
main.main_list section.free {
  padding: 60px 0;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 5%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 5%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 5%, #F28D1F);
  background: linear-gradient(left, #C44E57 5%, #F28D1F);
  text-align: center;
  position: relative;
  z-index: 1;
}
main.main_list section.free .box_img {
  padding: 0 0 45px 0;
  text-align: center;
}
main.main_list section.free .box_img .img_item {
  display: inline-block;
  max-width: 100%;
}
main.main_list section.free .title {
  padding: 0;
  font-weight: 600;
  font-size: 78px;
  color: #FFFFFF;
  line-height: 78px;
}
main.main_list section.free .subtitle {
  padding: 5px 0 0 0;
  font-weight: 300;
  font-size: 35px;
  color: #FFFFFF;
  line-height: 38px;
}
main.main_list section.free .text {
  padding: 15px 0 0 0;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
}
main.main_list section.free .box_link {
  padding: 25px 0 0 0;
}
main.main_list section.free .box_link a {
  display: inline-block;
  padding: 0 15px 0 20px;
  margin: 0;
  width: auto;
  height: 43px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 23px;
  color: #333333;
  line-height: 46px;
  text-align: left;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
  overflow: hidden;
  position: relative;
}
main.main_list section.free .box_link a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}
main.main_list section.free .box_link a .img_item {
  float: right;
  margin: 10px 0 0 30px;
  position: relative;
  z-index: 1;
  width: 20px;
}
main.main_list section.free .box_link a span {
  position: relative;
  z-index: 1;
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_list section.free .box_link a:hover {
  box-shadow: 1px 1px 10px #F28D1F;
}

/*lista-de-presentes*/
/*planos-e-recursos*/
main.main_plan .header_plan {
  padding: 185px 0 350px 0;
  background: #151515;
  text-align: center;
  position: relative;
  z-index: 0;
}
main.main_plan .header_plan .title {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 64px;
}
main.main_plan .header_plan .text {
  padding: 5px 0 0 0;
  margin: 0;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 29px;
}
main.main_plan section.plan {
  padding: 0 0 90px 0;
  background-color: #FFFFFF;
}
main.main_plan section.plan:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url("../images/bg_wave_white.png");
  background-repeat: repeat-x;
  background-position: center top;
}
main.main_plan section.plan .slide_plan_list {
  margin-top: -230px;
}
main.main_plan section.plan .container {
  width: 1380px;
}
main.main_plan section.plan .box_cards {
  padding: 75px 0 0 0;
  text-align: center;
}
main.main_plan section.plan .box_cards .img_paypal {
  display: inline-block;
  max-width: 100%;
  width: auto;
  margin: 0 35px 15px 0;
}
main.main_plan section.plan .box_cards .img_item {
  display: inline-block;
  max-width: 100%;
  width: auto;
  margin: 0 0 15px 0;
}
main.main_plan section.plan .item {
  padding: 37px 18px 18px 18px;
  border-radius: 5px 5px 0 0;
  border: 1px solid #E7E7E7;
  background-color: #FFFFFF;
  min-height: 512px;
}
main.main_plan section.plan .item .title {
  padding: 0;
  font-size: 26px;
  color: #000000;
  line-height: 29px;
  text-align: center;
}
main.main_plan section.plan .item .text {
  padding: 0;
  font-size: 16px;
  color: #747474;
  line-height: 19px;
  text-align: center;
}
main.main_plan section.plan .item .item_text {
  padding: 25px 0 0 0;
  font-size: 18px;
  color: #747474;
  line-height: 22px;
  text-align: center;
}
main.main_plan section.plan .item .item_select {
  padding: 55px 0 0 0;
  font-size: 16px;
  color: #747474;
  line-height: 19px;
  text-align: center;
}
main.main_plan section.plan .item .box_select {
  margin: 15px 0 0 0;
  padding: 0 0 0 18px;
  float: left;
  width: 100%;
  height: 45px;
  border: 1px solid #EAE8E8;
  background-color: #FFFFFF;
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 19px;
  color: #747474;
  line-height: 45px;
  border-radius: 0;
  outline: none;
}
main.main_plan section.plan .item .box_select .option {
  padding: 0;
}
main.main_plan section.plan .item .box_select .arrow_select {
  width: 30px;
  height: 44px;
  background-image: url("../../assets/images/img_orange_down.png") !important;
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
  margin: 0;
}
main.main_plan section.plan .item .box_price {
  margin: 15px 0 0 0;
  padding: 0;
  text-align: center;
}
main.main_plan section.plan .item .box_price .block_price {
  display: inline-block;
  width: auto;
  position: relative;
  padding: 0 0 0;
}
main.main_plan section.plan .item .box_price .times {
  position: absolute;
  left: 0;
  bottom: 56px;
  width: auto;
  font-weight: 700;
  font-size: 36px;
  color: #000000;
  line-height: 39px;
}
main.main_plan section.plan .item .box_price .coin {
  display: inline-block;
  width: auto;
  font-weight: 300;
  font-size: 33px;
  color: #5D5D5D;
  line-height: 33px;
}
main.main_plan section.plan .item .box_price .price {
  display: inline-block;
  width: auto;
  font-weight: 600;
  font-size: 120px;
  color: #5D5D5D;
  line-height: 120px;
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_plan section.plan .item .box_price .cent {
  display: inline-block;
  width: auto;
  font-weight: 500;
  font-size: 33px;
  color: #5D5D5D;
  line-height: 33px;
}
main.main_plan section.plan .item .start {
  margin: 25px 0 0 0;
  padding: 6px 0;
  border-radius: 4px;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 23px;
  text-align: center;
  border: 1px solid #E7E7E7;
  background-color: #FFFFFF;
}
main.main_plan section.plan .item .start span {
  display: inline-block;
  width: auto;
  padding: 5px 0;
  margin: 0;
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_plan section.plan .item .start:hover {
  box-shadow: 1px 1px 10px #CCCCCC;
}
main.main_plan section.plan .item.trial {
  padding: 37px 18px 18px 18px;
  border-color: transparent;
  border: none;
  background-color: #C44E57;
  background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
  background: linear-gradient(left, #C44E57 30%, #F28D1F);
}
main.main_plan section.plan .item.trial:before {
  content: "";
  z-index: 0;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 1px;
  left: 0.5%;
  width: 99%;
  height: 55%;
  border-radius: 0 97px 0 0;
}
main.main_plan section.plan .item.trial .title {
  color: #FFFFFF;
}
main.main_plan section.plan .item.trial .text {
  color: #FFFFFF;
}
main.main_plan section.plan .item.trial .item_text {
  color: #FFFFFF;
}
main.main_plan section.plan .item.trial .item_select {
  padding: 103px 0 0 0;
}
main.main_plan section.plan .item.trial .box_price .times {
  color: #FFFFFF;
}
main.main_plan section.plan .item.trial .box_price .coin {
  color: #FFFFFF;
}
main.main_plan section.plan .item.trial .box_price .price {
  color: #FFFFFF;
  background: #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_plan section.plan .item.trial .box_price .cent {
  color: #FFFFFF;
}
main.main_plan section.plan .item.trial .start {
  margin: 50px 0 0 0;
  padding: 6px 0;
  border-radius: 4px;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 23px;
  text-align: center;
  border: 1px solid #E7E7E7;
}
main.main_plan section.plan .item.trial .start span {
  display: inline-block;
  width: auto;
  padding: 5px 0;
  margin: 0;
  background: -webkit-linear-gradient(left, #C34C58, #EF8A21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_plan section.plan .item.trial .start:hover {
  box-shadow: 1px 1px 10px #CCCCCC;
}
main.main_plan section.blog {
  padding: 120px 0 100px 0;
  background-color: #35A6AF;
  text-align: center;
  position: relative;
}
main.main_plan section.blog:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url("../images/bg_section_blog.png");
  background-repeat: repeat-x;
  background-position: center top;
}
main.main_plan section.blog .container {
  width: 1450px;
}
main.main_plan section.blog .title {
  padding: 0;
  font-weight: 700;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 63px;
}
main.main_plan section.blog .text {
  padding: 5px 0 70px 0;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 29px;
}
main.main_plan section.blog .item {
  padding: 0 8px;
}
main.main_plan section.blog .item .box_img {
  position: relative;
  overflow: hidden;
  height: 352px;
  margin: 0 0 15px 0;
}
main.main_plan section.blog .item .box_img .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.main_plan section.blog .item .text1 {
  padding: 0;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 25px;
  text-align: center;
}
main.main_plan section.blog .item .text2 {
  padding: 0;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
}
main.main_plan section.blog .item:hover .box_img .cover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
main.main_plan section.infos {
  padding: 100px 0;
  background-color: #FFFFFF;
  position: relative;
}
main.main_plan section.infos .infos_table_desktop {
  padding: 0;
  position: relative;
}
main.main_plan section.infos .infos_table_desktop .line_infos {
  padding: 0;
  margin: 40px 0 0 0;
}
main.main_plan section.infos .infos_table_desktop .line_infos .box_title {
  padding: 0;
  border-bottom: 1px solid #E2E2E2;
  overflow: hidden;
}
main.main_plan section.infos .infos_table_desktop .line_infos .box_title .item_large {
  float: left;
  /*width: 70%;*/
  width: 42%;
  min-height: 60px;
  padding: 20px 0;
  border-right: 1px solid #E2E2E2;
  font-size: 22px;
  color: #333333;
  line-height: 25px;
}
main.main_plan section.infos .infos_table_desktop .line_infos .box_title .item_small {
  float: left;
  width: 10%;
  min-height: 60px;
  padding: 20px 0 0 0;
  margin: 0 0 0 -1px;
  font-size: 20px;
  color: #333333;
  line-height: 22px;
  text-align: center;
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  position: relative;
}
main.main_plan section.infos .infos_table_desktop .line_infos .box_title .item_small:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 500px;
  background-color: #E2E2E2;
}
main.main_plan section.infos .infos_table_desktop .line_infos .box_title .item_small:nth-last-child(1) {
  border-right: none;
}
main.main_plan section.infos .infos_table_desktop .line_infos .box:nth-last-child(1) {
  padding: 0;
  border-bottom: none;
}
main.main_plan section.infos .infos_table_desktop .line_infos .box {
  padding: 0;
  border-bottom: 1px solid #F0F0F0;
  overflow: hidden;
}
main.main_plan section.infos .infos_table_desktop .line_infos .box .item_large {
  float: left;
  /*width: 70%;*/
  width: 42%;
  min-height: 100px;
  padding: 25px 0;
  border-right: 1px solid #F0F0F0;
}
main.main_plan section.infos .infos_table_desktop .line_infos .box .item_large .text1 {
  padding: 0;
  font-size: 20px;
  color: #000000;
  line-height: 23px;
}
main.main_plan section.infos .infos_table_desktop .line_infos .box .item_large .text2 {
  padding: 0;
  font-size: 16px;
  color: #747474;
  line-height: 19px;
}
main.main_plan section.infos .infos_table_desktop .line_infos .box .item_large a {
  color: #000000;
}
main.main_plan section.infos .infos_table_desktop .line_infos .box .item_small {
  float: left;
  width: 10%;
  min-height: 100px;
  padding: 40px 0 0 0;
  margin: 0 0 0 -1px;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  text-align: center;
  border-left: 1px solid #F0F0F0;
  border-right: 1px solid #F0F0F0;
  position: relative;
}
main.main_plan section.infos .infos_table_desktop .line_infos .box .item_small:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 500px;
  background-color: #F0F0F0;
}
main.main_plan section.infos .infos_table_desktop .line_infos .box .item_small span {
  color: #000000;
}
main.main_plan section.infos .infos_table_desktop .line_infos .box .item_small img {
  display: inline-block;
  width: auto;
  margin: 0;
}
main.main_plan section.infos .infos_table_desktop .line_infos .box .item_small:nth-last-child(1) {
  border-right: none;
}
main.main_plan section.infos .infos_table_desktop .line_infos .box:nth-last-child(1) {
  padding: 0;
  border-bottom: none;
}

/*planos-e-recursos*/


@media (max-width: 1400px) {
  main.main_plan section.plan .item .box_price .price {
    font-size: 100px;
  }
}
@media (max-width: 1300px) {
  main.main_plan section.plan .item .box_price .price {
    font-size: 100px;
  }

  main.main_be_provider section.plan .item {
    padding: 40px 30px 25px 30px;
  }

  main.main_provider_view section.contact .column2 .text_form {
    font-size: 24px;
    line-height: 28px;
  }

  main.main_templates section.templates .box_items .item_exemplo .box_button .view {
    width: 32%;
  }
  main.main_templates section.templates .box_items .item_exemplo .box_button .create {
    width: 65%;
  }

  main.main_cart section.cart .box_items .item .column_product {
    width: 54%;
  }
  main.main_cart section.cart .box_items .item .column_price {
    width: 15%;
  }
}
@media (max-width: 1290px) {
  .header_main .menu ul {
    margin-left: 0 !important;
  }
  .header_main .menu li {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  main.main_plan section.plan .item .box_price .price {
    font-size: 80px;
  }
  main.main_be_provider section.plan .item {
    padding: 40px 20px 25px 20px;
  }
  main.main_be_provider section.plan .item .box_price {
    margin-top: 40px;
  }
  main.main_be_provider section.plan .item .box_price .price {
    font-size: 100px;
  }
  main.main_be_provider section.plan .item .box_price .times {
    bottom: 60px;
  }
  main.main_be_provider section.plan .item .start {
    margin-top: 25px;
  }

  main.main_be_provider section.why .column_title {
    font-size: 20px;
    line-height: 23px;
  }

  main.main_provider section.provider .column_category {
    width: 22%;
  }
  main.main_provider section.provider .column_product {
    padding-left: 0;
    width: 78%;
  }

  main.main_templates section.templates .box_items .row {
    margin: 0 -20.5px;
  }
  main.main_templates section.templates .box_items .item_exemplo {
    padding: 0 20px;
  }

  .header_main .menu li .item_menu {
    padding: 8px;
  }
  .header_main .menu li .account {
    font-size: 14px;
    padding: 0 10px;
    margin-left: 13px;
  }

  main.main_exemplos section.exemplos .box_items .row {
    margin: 0 -10.5px;
  }
  main.main_exemplos section.exemplos .box_items .item_exemplo {
    padding: 0 10px;
  }

  main.main_reviews section.reviews .item_review {
    padding: 0 20px;
  }
  main.main_reviews section.reviews .box_pagination {
    padding: 0 80px;
  }

  main.main_list_gift .how_works .item {
    padding: 65px 10px 40px 10px;
  }

  main.main_be_provider .how_works .item {
    padding: 65px 10px 40px 10px;
  }

  main.main_home .banner .item {
    min-height: 800px;
  }
  main.main_home .banner .item .title {
    margin-top: 300px;
    font-size: 80px;
    line-height: 84px;
  }

  .footer_main .box_1 {
    width: 40%;
  }
}
@media (max-width: 1100px) {
  main.main_provider_view section.contact .column2 .text_form {
    font-size: 22px;
    line-height: 25px;
  }
  main.main_provider_view section.contact .column2 .btn_send {
    font-size: 20px;
  }

  main.main_gifts section.gifts .box_items .row {
    margin: 0 -10px;
  }
  main.main_gifts section.gifts .box_items .product {
    padding: 0 10px;
  }
  main.main_gifts section.gifts .box_pagination {
    padding: 0 10px;
  }

  main.main_blog .menu .li_mother {
    font-size: 18px;
  }

  main.main_templates section.templates .box_items .item_exemplo .box_button .view {
    width: 35%;
  }
  main.main_templates section.templates .box_items .item_exemplo .box_button .create {
    width: 62%;
    font-size: 16px;
  }

  main.main_cart section.cart .box_items .item .column_product {
    width: 50%;
  }
  main.main_cart section.cart .box_items .item .column_product .text1 {
    width: 100%;
  }
  main.main_cart section.cart .box_items .item .column_price {
    width: 17%;
  }

  main.main_list_gift section.blog .item .box_img {
    height: 300px;
  }

  main.main_plan section.blog .item .box_img {
    height: 300px;
  }

  main.main_be_provider section.blog .item .box_img {
    height: 300px;
  }

  main.main_reviews section.blog .item .box_img {
    height: 300px;
  }

  main.main_provider section.reviews {
    padding: 75px 0;
  }
  main.main_provider section.reviews .item {
    padding: 0 20px;
  }
  main.main_provider section.reviews .item .text {
    padding: 0 20px 0 40px;
  }
  main.main_provider section.reviews .item .name {
    padding-left: 40px;
  }

  main.main_provider_view section.reviews {
    padding: 75px 0;
  }
  main.main_provider_view section.reviews .item {
    padding: 0 20px;
  }
  main.main_provider_view section.reviews .item .text {
    padding: 0 20px 0 40px;
  }
  main.main_provider_view section.reviews .item .name {
    padding-left: 40px;
  }

  main.main_home section.reviews {
    padding: 75px 0;
  }
  main.main_home section.reviews .item {
    padding: 0 20px;
  }
  main.main_home section.reviews .item .text {
    padding: 0 20px 0 40px;
  }
  main.main_home section.reviews .item .name {
    padding-left: 40px;
  }
  main.main_home section.blog .item .box_img {
    height: 300px;
  }

  .footer_main .box_2 {
    width: 45%;
  }

  .footer_main .box_phones .item .number {
    font-size: 22px;
    line-height: 25px;
  }
  .footer_main .box_phones .item .text {
    font-size: 14px;
    line-height: 18px;
  }

  .header_main .home .logo {
    width: 120px;
  }
  .header_main .menu {
    margin-top: 3px;
  }
  .header_main .menu li .account {
    font-size: 14px;
    padding: 0 10px;
    margin-left: 13px;
  }
}
@media (max-width: 1060px) {
  main.main_resources section.resources .box_user .item {
    padding: 180px 50px 150px 50px;
  }

  .header_main .menu li .item_menu {
    padding: 8px 5px;
  }
}
@media (max-width: 1020px) {

  main.main_list_gift section.search_results .item {
    width: 50%;
  }

  main.main_list_gift section.search .box_search .text {
    display: none;
  }
  main.main_list section.search .box_search .text2 {
    display: none;
  }
  main.main_list section.infos .infos_table_mobile .line_title {
    padding: 0;
  }
  main.main_list section.infos .infos_table_desktop {
    display: none;
  }
  main.main_list section.infos .infos_table_mobile {
    display: block;
  }

  main.main_list section.search {
    padding: 0;
    background-color: #151515;
    position: relative;
    height: auto;
  }
  main.main_list section.search:before, main.main_list section.search:after {
    display: none;
  }
  main.main_list section.search .container {
    padding: 0;
  }
  main.main_list section.search .box_bg {
    background-image: url("../images/bg_box_bg3.png");
    min-height: inherit;
  }
  main.main_list section.search .box_search {
    padding: 45px 45px 30px 45px;
    width: 100%;
    background-color: #C44E57;
    background: -webkit-linear-gradient(left, #C44E57 30%, #F28D1F);
    background: -o-linear-gradient(left, #C44E57 30%, #F28D1F);
    background: -moz-linear-gradient(left, #C44E57 30%, #F28D1F);
    background: linear-gradient(left, #C44E57 30%, #F28D1F);
    margin: 360px 0 0 0;
  }
  main.main_list section.search .box_search .text1 {
    padding: 0;
    font-weight: 300;
    font-size: 45px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: left;
  }
  main.main_list section.search .box_search .text1 span {
    font-weight: 700;
  }
  main.main_list section.search .box_search .text2 {
    padding: 1px 0 15px 0;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
  }
  main.main_list section.search .box_search .field {
    float: left;
    padding: 0 10px;
    margin: 10px 1% 0px 0;
    width: 14%;
    height: 50px;
    background-color: #FFFFFF;
    border: none;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    font-size: 19px;
    color: #666666;
    line-height: 50px;
    text-align: center;
  }
  main.main_list section.search .box_search .field.name {
    padding: 0 20px;
    width: 41%;
    text-align: left;
  }
  main.main_list section.search .box_search .btn_send {
    float: left;
    padding: 0 10px;
    margin: 10px 1% 8px 0;
    width: 12%;
    height: 50px;
    background-image: url("../images/bg_btn_send.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    font-size: 19px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
  }
  main.main_list section.search .box_search ::-webkit-input-placeholder {
    color: #666666;
    opacity: 10;
  }
  main.main_list section.search .box_search :-moz-placeholder {
    color: #666666;
    opacity: 10;
  }
  main.main_list section.search .box_search ::-moz-placeholder {
    color: #666666;
    opacity: 10;
  }
  main.main_list section.search .box_search :-ms-input-placeholder {
    color: #666666;
    opacity: 10;
  }

  main.main_provider_view section.contact .column1 {
    width: 100%;
  }
  main.main_provider_view section.contact .column1 .infos {
    padding: 125px 0 40px 0;
  }
  main.main_provider_view section.contact .column1 .infos .box_img {
    top: -125px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
  }
  main.main_provider_view section.contact .column1 .name,
main.main_provider_view section.contact .column1 .text {
    text-align: center;
  }
  main.main_provider_view section.contact .column2 {
    width: 100%;
  }
  main.main_provider_view section.contact .column2 .social_media {
    text-align: center;
  }
  main.main_provider_view section.contact .column2 .social_media .text {
    text-align: center;
  }
  main.main_provider_view section.contact .column2 .social_media a {
    float: none;
    display: inline-block;
  }
  main.main_provider_view section.phone {
    background-color: #F0EAE5;
  }
  main.main_provider_view section.phone .address {
    width: 100%;
    padding-bottom: 30px;
  }
  main.main_provider_view section.phone .phones {
    width: 100%;
  }
  main.main_provider_view section.about {
    background-color: #F0EAE5;
    padding-top: 45px;
    padding-bottom: 25px;
  }
  main.main_provider_view section.gallery {
    padding: 30px 0;
  }

  main.main_gifts section.gifts .section_breadcrumb ul {
    width: 100%;
  }
  main.main_gifts section.gifts .box_form {
    width: 100%;
    float: left;
    margin-bottom: 25px;
  }
  main.main_gifts section.gifts .box_form label {
    margin: 0;
  }
  main.main_gifts section.gifts .box_form .cart {
    margin-top: 8px;
  }
  main.main_gifts section.gifts .box_items .row {
    margin: 0 -25px;
  }
  main.main_gifts section.gifts .box_items .product {
    padding: 0 25px;
    width: 33.3%;
  }
  main.main_gifts section.gifts .box_pagination {
    padding: 0 20px;
  }

  main.main_provider section.provider .column_category {
    width: 30%;
  }
  main.main_provider section.provider .column_product {
    padding-left: 0;
    width: 70%;
  }
  main.main_provider section.provider .column_product .row {
    margin-right: -9px;
  }
  main.main_provider section.provider .column_product .product {
    width: 50%;
    padding: 0 10px;
  }

  main.main_blog {
    padding-top: 88px !important;
  }
  main.main_blog .box_pagination ul {
    text-align: center;
  }
  main.main_blog .box_pagination ul li {
    float: none;
    display: inline-block;
  }
  main.main_blog .menu .text_mobile {
    display: block;
  }
  main.main_blog .menu .container {
    padding: 0;
  }
  main.main_blog .menu .ul_mother {
    padding: 0 15px 25px 15px;
    display: none;
  }
  main.main_blog .menu .li_mother {
    width: 100%;
    padding: 2px 0;
  }
  main.main_blog .menu .li_mother a {
    border: 1px solid #525252;
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
  }
  main.main_blog .menu .li_mother a .fa {
    position: absolute;
    top: 10px;
    right: 10px;
    transform: rotate(-90deg);
  }
  main.main_blog .menu .li_mother .ul_child {
    position: relative;
    top: auto;
    left: auto;
    float: left;
    width: 100%;
    background: none;
    padding-top: 15px;
  }
  main.main_blog .menu .li_mother a.active .fa {
    transform: rotate(0);
  }

  main.main_templates section.templates .box_items {
    text-align: center;
    padding-top: 50px;
  }
  main.main_templates section.templates .box_items .item_exemplo {
    width: 700px;
    max-width: 100%;
    float: none;
    display: inline-block;
  }
  main.main_templates section.templates .box_items .item_exemplo .box_button .create {
    font-size: 19px;
  }

  main.main_resources section.resources .item_resource {
    width: 50%;
  }

  main.main_faq section.faq .section_breadcrumb ul {
    width: 100%;
  }
  main.main_faq section.faq .section_breadcrumb .box_form {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  main.main_faq section.faq .box_view .text {
    margin-top: 40px;
  }

  main.main_reviews section.reviews .item_review {
    width: 50%;
  }

  main.main_list_gift section.search {
    padding: 0;
    background-color: #FFF3EB;
    background: -webkit-linear-gradient(top, #FFF3EB 30%, #FFF6F0);
    background: -o-linear-gradient(top, #FFF3EB 30%, #FFF6F0);
    background: -moz-linear-gradient(top, #FFF3EB 30%, #FFF6F0);
    background: linear-gradient(top, #FFF3EB 30%, #FFF6F0);
    position: relative;
  }
  main.main_list_gift section.search:before {
    display: none;
  }
  main.main_list_gift section.search:after {
    display: none;
  }
  main.main_list_gift section.search .container {
    padding: 0;
  }
  main.main_list_gift section.search .box_center {
    min-height: inherit;
  }
  main.main_list_gift section.search .box_text {
    min-height: inherit;
    width: 100%;
    background-color: #DDDAD9;
    margin: 400px 0 0 0;
  }
  main.main_list_gift section.search .box_text .box {
    margin: 0;
    padding: 60px 45px 0 45px;
    width: 100%;
    font-size: 36px;
    color: #606060;
    line-height: 39px;
    text-align: center;
  }
  main.main_list_gift section.search .box_text .box span {
    font-weight: 700;
  }
  main.main_list_gift section.search .box_search {
    padding: 25px 45px 0 45px;
    float: left;
    width: 100%;
    background-color: #DDDAD9;
  }
  main.main_list_gift section.search .box_search .text {
    padding: 0;
    font-weight: 400;
    font-size: 21px;
    color: #7B6E6B;
    line-height: 24px;
    text-align: center;
  }

  main.main_home section.provider {
    background-image: none;
  }
  main.main_home section.provider .container {
    padding: 0;
  }
  main.main_home section.provider .box_slide {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    float: left;
  }
  main.main_home section.provider .box_text {
    padding: 55px 15px 45px 15px;
    width: 100%;
    min-height: inherit;
    background-color: #7B6E6B;
    text-align: center;
  }
  main.main_home section.provider .box_text .text {
    padding: 0;
  }
  main.main_home section.provider .box_text .title {
    display: none;
  }
  main.main_home section.provider .box_text .box_button {
    text-align: center;
  }

  main.main_home .banner .item {
    min-height: 600px;
  }
  main.main_home .banner .item .title {
    margin-top: 200px;
    font-size: 60px;
    line-height: 64px;
  }
  main.main_home .banner .item .text {
    font-size: 43px;
    line-height: 46px;
  }

  .footer_main .container {
    padding: 0;
  }
  .footer_main .box_footer {
    padding: 0;
    background-color: #FFFFFF;
  }
  .footer_main .box_newsletter {
    background-color: #ECECEC;
    margin-top: 30px;
    padding: 25px 20px;
  }
  .footer_main .media_social {
    text-align: center;
  }
  .footer_main .media_social a {
    float: none;
    display: inline-block;
  }
  .footer_main .box_cards {
    text-align: center;
  }
  .footer_main .box_cards .img_paypal {
    margin-right: 0;
  }
  .footer_main .help {
    background-color: #FFF4EC;
    float: left;
    width: 100%;
    height: 335px;
    margin: 0 0 40px 0;
    position: relative;
    left: auto;
    bottom: auto;
    background-image: none;
  }
  .footer_main .help:before {
    content: "";
    z-index: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #FFFFFF;
  }
  .footer_main .help:after {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/img_box_footer.png");
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .footer_main .box_1 {
    width: 100%;
  }
  .footer_main .box_2 {
    width: 100%;
  }
  .footer_main .column {
    width: 100%;
  }
  .footer_main .column.column_links {
    border: 1px solid #E0E0E0;
    margin: 1px 0;
    padding: 10px 20px;
  }
  .footer_main .column.column_links .title {
    padding: 0;
    cursor: pointer;
  }
  .footer_main .column.column_links .title .fa {
    display: block;
  }
  .footer_main .column.column_links ul {
    padding: 30px 0 0 0;
    display: none;
  }
  .footer_main .column_links.active ul {
    display: block;
  }
  .footer_main .box_phones {
    padding: 0 15px;
  }
  .footer_main .box_phones .title {
    text-align: center;
  }
  .footer_main .box_phones .item {
    width: 33.3%;
  }
  .footer_main .box_phones .item .number {
    font-size: 26px;
    line-height: 29px;
  }
  .footer_main .box_phones .item .text {
    font-size: 16px;
    line-height: 19px;
  }

  .header_main {
    background-color: #000000;
  }
  .header_main:before {
    display: none;
  }
  .header_main .btn_menu {
    display: block;
  }
  .header_main .home .logo {
    width: 140px;
  }
  .header_main .menu li .item_menu {
    display: none;
  }
  .header_main .menu li .account {
    display: none;
  }
  .header_main .menu li .img_user {
    display: block;
  }
}
@media (max-width: 900px) {
  .fixed_media {
    display: none;
  }

  main.main_plan section.infos .infos_table_desktop .line_infos .box_title .item_large {
    width: 55%;
  }
  main.main_plan section.infos .infos_table_desktop .line_infos .box_title .item_small {
    width: 15%;
  }
  main.main_plan section.infos .infos_table_desktop .line_infos .box .item_large {
    width: 55%;
  }
  main.main_plan section.infos .infos_table_desktop .line_infos .box .item_small {
    width: 15%;
  }

  main.main_list section.tax .column {
    padding: 0;
    width: 100%;
  }

  main.main_provider .container {
    padding: 0;
  }
  main.main_provider section.search:before, main.main_provider section.search:after {
    display: none;
  }
  main.main_provider section.search .box_bg {
    padding-top: 325px;
    background-size: auto 325px;
  }
  main.main_provider section.search .box_text_left {
    width: 100%;
    background-color: #DDDAD9;
    text-align: center;
    padding: 50px 15px 0 15px;
    min-height: inherit;
  }
  main.main_provider section.search .box_text_left .box {
    color: #3E3736;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  main.main_provider section.search .box_text_left a {
    float: none;
  }
  main.main_provider section.search .box_text_right {
    width: 100%;
    background-color: #DDDAD9;
    text-align: center;
    padding: 40px 15px;
    min-height: inherit;
  }
  main.main_provider section.search .box_text_right .box {
    color: #3E3736;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  main.main_provider section.search .box_text_right a {
    float: none;
  }

  main.main_provider_view .container {
    padding: 0;
  }
  main.main_provider_view section.search:before, main.main_provider_view section.search:after {
    display: none;
  }
  main.main_provider_view section.search .box_bg {
    padding-top: 325px;
    background-size: auto 325px;
  }
  main.main_provider_view section.search .box_text_left {
    width: 100%;
    background-color: #DDDAD9;
    text-align: center;
    padding: 50px 15px 0 15px;
    min-height: inherit;
  }
  main.main_provider_view section.search .box_text_left .box {
    color: #3E3736;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  main.main_provider_view section.search .box_text_left a {
    float: none;
  }
  main.main_provider_view section.search .box_text_right {
    width: 100%;
    background-color: #DDDAD9;
    text-align: center;
    padding: 40px 15px;
    min-height: inherit;
  }
  main.main_provider_view section.search .box_text_right .box {
    color: #3E3736;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  main.main_provider_view section.search .box_text_right a {
    float: none;
  }

  main.main_blog .column_posts {
    width: 100%;
    padding: 0;
  }
  main.main_blog .column_category {
    width: 100%;
    margin-top: 35px;
  }

  main.main_faq section.faq .box_items .item_faq {
    width: 50%;
  }

  main.main_exemplos section.exemplos .box_items .item_exemplo {
    width: 33.3%;
  }

  main.main_cart section.cart .box_items .item .column_product {
    width: 100%;
  }
  main.main_cart section.cart .box_items .item .column_price,
main.main_cart section.cart .box_items .item .column_amount {
    width: 33%;
  }
  main.main_cart section.cart .box_items .item .column_remove {
    width: 100%;
    height: 30px;
  }
  main.main_cart section.cart .box_items .item .column_remove .remove {
    bottom: auto;
    left: auto;
    right: 15px;
  }

  main.main_home section.templates {
    min-height: inherit;
    padding-bottom: 200px;
  }
  main.main_home section.templates:before {
    content: "";
    background-color: transparent;
    z-index: 2;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    background-image: url("../images/bg_tv.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 100%;
  }
  main.main_home section.templates:after {
    display: none;
  }
  main.main_home section.templates .box_templates {
    background-image: none;
    background-color: #36A8B0;
    padding: 0 0 135px 0;
    background-image: url("../images/shadow_box_templates.png");
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  main.main_home section.templates .box_text {
    padding: 0;
    width: 100%;
  }
  main.main_home section.templates .box_text .box {
    margin: 60px 0 40px 0;
    width: 100%;
    text-align: center;
  }
  main.main_home section.templates .text_free {
    text-align: center;
  }
  main.main_home section.templates .box_links {
    padding: 20px 0 0 0;
    text-align: center;
  }

  main.main_resources section.resources .box_user .item .name {
    font-size: 42px;
    line-height: 45px;
  }
  main.main_resources section.resources .box_user .item .date {
    font-size: 32px;
    line-height: 35px;
  }
}
@media (max-width: 850px) {
  main.main_contact .content_contact .title {
    margin: 60px 0 40px 0;
  }
  main.main_contact .content_contact .item {
    width: 100%;
  }
  main.main_provider_view section.contact .column1 .banner .item {
    height: 350px;
  }

  main.main_gifts section.gifts .box_items .row {
    margin: 0 -10px;
  }
  main.main_gifts section.gifts .box_items .product {
    padding: 0 10px;
  }
  main.main_gifts section.gifts .box_pagination {
    padding: 0 10px;
  }
}
@media (max-width: 800px) {
  main.main_list .header_list {
    padding: 200px 0 80px 0;
  }
  main.main_list .header_list .text1 {
    font-size: 42px;
    line-height: 45px;
  }
  main.main_list .header_list .text2 {
    font-size: 42px;
    line-height: 45px;
  }
  main.main_list .header_list .text3 {
    font-size: 22px;
    line-height: 25px;
    margin: 25px 0 0 0;
  }

  main.main_list_gift .how_works .title {
    font-size: 42px;
    line-height: 45px;
  }
  main.main_list_gift .how_works .subtitle {
    font-size: 32px;
    line-height: 35px;
  }

  main.main_be_provider .how_works .title {
    font-size: 32px;
    line-height: 35px;
  }
  main.main_be_provider .how_works .subtitle {
    font-size: 32px;
    line-height: 35px;
  }

  main.main_gifts section.gifts .box_items .row {
    margin: 0 -10px;
  }
  main.main_gifts section.gifts .box_items .product {
    padding: 0 10px;
  }
  main.main_gifts section.gifts .box_pagination {
    padding: 0 10px;
  }

  main.main_provider section.provider .column_category {
    width: 40%;
  }
  main.main_provider section.provider .column_product {
    padding-left: 0;
    width: 60%;
  }
  main.main_provider section.provider .column_product .row {
    margin-right: 0;
  }
  main.main_provider section.provider .column_product .product {
    width: 100%;
    padding: 0 10px;
  }

  main.main_templates .section_breadcrumb ul {
    width: 100%;
  }
  main.main_templates section.templates .box_form {
    width: 100%;
    margin: 0 0 25px 0;
  }

  main.main_exemplos .section_breadcrumb ul {
    width: 100%;
  }
  main.main_exemplos section.exemplos .box_form {
    width: 100%;
    margin: 0 0 25px 0;
  }

  main.main_provider .be_provider .item {
    width: 100%;
    padding: 0;
  }

  main.main_home section.provider .box_slide .item {
    height: 375px;
  }
  main.main_home section.count {
    padding: 410px 0 0 0;
    background-position: left top;
    background-size: auto 370px;
    background-color: #F9F0E9;
  }
  main.main_home section.count .item {
    width: 100%;
    padding: 30px 0;
  }

  main.main_list_gift section.count {
    padding: 410px 0 0 0;
    background-position: left top;
    background-size: auto 370px;
    background-color: #F9F0E9;
  }
  main.main_list_gift section.count .item {
    width: 100%;
    padding: 30px 0;
  }
}
@media (max-width: 700px) {
  main.main_list section.infos .infos_table_mobile .line_infos .title2 {
    font-size: 16px;
    line-height: 20px;
  }
  .modal_buy .box_img {
    width: 100%;
  }
  .modal_buy .box_infos {
    width: 100%;
    padding: 25px 0 0 0;
  }

  .modal_buy .box_img .img_item {
    max-height: 200px;
    width: auto;
  }
  .modal_buy .item {
    width: 100%;
    padding-right: 0;
  }
  main.main_provider_view .publicity .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  main.main_gifts section.gifts .box_items .product {
    width: 50%;
  }

  section.instagram .box_img a {
    border: none;
  }

  main.main_exemplos section.exemplos .box_items .item_exemplo {
    width: 50%;
  }
}
@media (max-width: 650px) {
  main.main_resources section.resources .box_user .item {
    padding: 120px 50px;
  }

  main.main_faq section.faq .box_search .field {
    padding-left: 15px;
  }
  main.main_faq section.faq .box_items .title {
    text-align: center;
  }
  main.main_faq section.faq .box_items .item_faq {
    width: 100%;
  }

  main.main_reviews section.reviews .item_review {
    width: 100%;
  }

  main.main_home .banner .item {
    padding: 0 15px;
  }
  main.main_home .banner .item .box_button a {
    font-size: 16px;
    line-height: 19px;
    height: auto;
    padding-top: 8px;
    padding-bottom: 5px;
  }
  main.main_home .banner .item .box_button a .img_item {
    margin-top: -3px;
  }
  main.main_home section.party .title {
    font-size: 40px;
    line-height: 43px;
  }
  main.main_home section.party .text {
    font-size: 26px;
    line-height: 29px;
  }
  main.main_home section.gift .box_text .title {
    font-size: 40px;
    line-height: 43px;
  }
  main.main_home section.gift .box_text .text {
    font-size: 26px;
    line-height: 29px;
  }
  main.main_home section.blog .title {
    font-size: 42px;
    line-height: 46px;
  }

  main.main_list_gift section.blog .title {
    font-size: 42px;
    line-height: 46px;
  }

  main.main_plan section.blog .title {
    font-size: 42px;
    line-height: 46px;
  }

  main.main_be_provider section.blog .title {
    font-size: 42px;
    line-height: 46px;
  }

  main.main_reviews section.blog .title {
    font-size: 42px;
    line-height: 46px;
  }

  .footer_main .box_phones .item {
    width: 50%;
  }
}
@media (max-width: 600px) {

  main.main_list_gift section.search_results .item {
    width: 100%;
  }

  .section_error .box {
    padding: 140px 0 0 0;
    background-position: center 0;
  }

  .section_cart_error .box {
    padding: 140px 0 0 0;
    background-position: center 0;
  }
  .section_cart_error main.main_plan section.infos .infos_table_desktop .line_infos .box .item_large .text1 {
    font-size: 16px;
    line-height: 19px;
  }
  .section_cart_error main.main_plan section.infos .infos_table_desktop .line_infos .box .item_large .text2 {
    font-size: 14px;
    line-height: 17px;
  }
  .section_cart_error main.main_plan section.infos .infos_table_desktop .line_infos .box .item_small {
    font-size: 14px;
    line-height: 17px;
  }
  .section_cart_error main.main_list section.search .box_search {
    padding: 45px 5px 30px 15px;
  }
  .section_cart_error main.main_list section.search .box_search .text1 {
    font-size: 38px;
    line-height: 41px;
  }
  .section_cart_error main.main_list section.search .box_search .text2 {
    font-size: 21px;
    line-height: 24px;
  }
  .section_cart_error main.main_list section.search .box_search .field.name {
    width: 90%;
  }
  .section_cart_error main.main_list section.search .box_search .field {
    width: 25%;
  }
  .section_cart_error main.main_list section.video {
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
    background-color: #FFF3EB;
  }
  .section_cart_error main.main_list section.video:before {
    content: "";
    position: absolute;
    left: -50%;
    bottom: 0;
    width: 200%;
    height: 30px;
    box-shadow: inset 0 -5px 7px #CCCCCC;
  }
  .section_cart_error main.main_list section.video .box_video iframe {
    width: 320px;
    height: 180px;
  }
  .section_cart_error main.main_list section.video .create {
    bottom: 35px;
  }
  .section_cart_error main.main_list section.infos {
    padding: 60px 0;
    background-color: #FFF3EB;
  }
  .section_cart_error main.main_list section.infos .section_title {
    font-size: 32px;
    line-height: 35px;
    padding-bottom: 10px;
  }
  .section_cart_error main.main_list section.tax .section_title {
    font-size: 32px;
    line-height: 35px;
  }
  .section_cart_error main.main_list section.tax .section_text {
    font-size: 18px;
    line-height: 22px;
    padding-top: 15px;
  }
  .section_cart_error main.main_list section.rescue {
    padding: 50px 0 170px 0;
  }
  .section_cart_error main.main_list section.rescue .request {
    bottom: 80px;
  }
  .section_cart_error main.main_list section.deadline .box_white .text1 {
    width: 100%;
    padding-bottom: 20px;
  }
  .section_cart_error main.main_list section.deadline .box_white .text2 {
    width: 100%;
  }
  .section_cart_error main.main_list section.free .title {
    font-size: 48px;
    line-height: 51px;
  }
  .section_cart_error main.main_plan .header_plan .title {
    font-size: 40px;
    line-height: 43px;
  }
  .section_cart_error main.main_plan .header_plan .text {
    font-size: 22px;
    line-height: 25px;
  }
  .section_cart_error main.main_gifts .header_gifts .name {
    font-size: 42px;
    line-height: 45px;
  }
  .section_cart_error main.main_gifts section.gifts .box_form label {
    width: 100%;
    padding: 15px 0;
  }
  .section_cart_error main.main_gifts section.gifts .box_form .cart {
    margin-top: 8px;
  }
  .section_cart_error main.main_provider .header_provider {
    padding-top: 140px;
  }
  .section_cart_error main.main_provider .header_provider .title {
    font-size: 42px;
    line-height: 45px;
  }
  .section_cart_error main.main_provider section.provider .column_category {
    width: 100%;
  }
  .section_cart_error main.main_provider section.provider .column_product {
    width: 100%;
  }
  .section_cart_error main.main_templates section.templates .box_items {
    text-align: center;
  }
  .section_cart_error main.main_templates section.templates .box_items .item_exemplo .box_button .view {
    width: 100%;
  }
  .section_cart_error main.main_templates section.templates .box_items .item_exemplo .box_button .create {
    width: 100%;
  }
  .section_cart_error main.main_templates section.templates .box_form .box_select {
    width: 100%;
  }
  .section_cart_error main.main_templates section.templates .box_form .field {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .section_cart_error main.main_exemplos section.exemplos .box_form .box_select {
    width: 100%;
  }
  .section_cart_error main.main_exemplos section.exemplos .box_form .field {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .section_cart_error main.main_faq section.faq .box_form .box_select {
    width: 100%;
  }
  .section_cart_error main.main_faq section.faq .box_form .field {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .section_cart_error main.main_reviews section.reviews .box_pagination {
    padding: 0 15px;
  }
  .section_cart_error main.main_resources .header_resources .title {
    font-size: 42px;
    line-height: 46px;
  }
  .section_cart_error main.main_exemplos .header_exemplos .title {
    font-size: 42px;
    line-height: 46px;
  }
  .section_cart_error main.main_cart .header_cart .name {
    font-size: 42px;
    line-height: 46px;
  }
  .section_cart_error main.main_payment .header_payment .name {
    font-size: 42px;
    line-height: 46px;
  }
  .section_cart_error main.main_reviews .header_reviews .title {
    font-size: 42px;
    line-height: 46px;
  }
  .section_cart_error main.main_list_gift section.blog {
    background-color: #35A6AF;
    padding: 70px 0;
  }
  .section_cart_error main.main_be_provider section.blog {
    padding: 70px 0;
  }
  .section_cart_error main.main_reviews section.blog {
    padding: 70px 0;
  }
  .section_cart_error main.main_plan section.blog {
    padding: 70px 0;
  }
  .section_cart_error main.main_list section.tax .box_orange {
    padding: 30px 20px;
  }
  .section_cart_error main.main_list section.tax .box_orange .text1 {
    font-size: 18px;
    line-height: 22px;
  }
  .section_cart_error main.main_list section.tax .box_orange .text2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 550px) {
  main.main_list section.search .box_search {
    padding: 35px 25px;
  }
  main.main_blog .column_category .box_search .field {
    padding-left: 15px;
    font-size: 18px;
  }

  main.main_list_gift section.search .box_search .field {
    width: 28%;
  }
  main.main_list_gift section.search .box_search .field.name {
    width: 86%;
  }
}
@media (max-width: 500px) {

  main.main_contact .content_contact .item {
    padding: 0;
  }
  main.main_plan section.infos .infos_table_desktop .line_infos .box_title .item_large {
    width: 40%;
    font-size: 16px;
    line-height: 19px;
  }
  main.main_plan section.infos .infos_table_desktop .line_infos .box_title .item_small {
    width: 20%;
    font-size: 16px;
    line-height: 19px;
  }
  main.main_plan section.infos .infos_table_desktop .line_infos .box .item_large {
    width: 40%;
  }
  main.main_plan section.infos .infos_table_desktop .line_infos .box .item_large .text1 {
    font-size: 16px;
    line-height: 19px;
  }
  main.main_plan section.infos .infos_table_desktop .line_infos .box .item_large .text2 {
    font-size: 14px;
    line-height: 17px;
  }
  main.main_plan section.infos .infos_table_desktop .line_infos .box .item_small {
    width: 20%;
    font-size: 14px;
    line-height: 17px;
  }

  main.main_provider_view section.phone .phones {
    padding-left: 40px;
  }
  main.main_provider_view section.phone .phones .item_phone {
    width: 100%;
  }

  main.main_provider_view section.contact .column1 .banner .item {
    height: 250px;
  }

  main.main_provider section.search .box_text_left a,
main.main_provider section.search .box_text_right a {
    width: 100%;
    text-align: left;
  }
  main.main_provider section.search .box_text_left a .img_item,
main.main_provider section.search .box_text_right a .img_item {
    margin-left: 15px;
  }

  main.main_provider_view section.search .box_text_left a,
main.main_provider_view section.search .box_text_right a {
    width: 100%;
    text-align: left;
  }
  main.main_provider_view section.search .box_text_left a .img_item,
main.main_provider_view section.search .box_text_right a .img_item {
    margin-left: 15px;
  }

  main.main_resources section.resources .item_resource {
    width: 100%;
  }

  main.main_exemplos section.exemplos .box_items .row {
    margin: 0;
  }
  main.main_exemplos section.exemplos .box_items .item_exemplo {
    width: 100%;
    padding: 0;
  }

  main.main_cart section.cart .box_items .item .column_product {
    height: auto;
    padding: 25px 25px;
    text-align: center;
  }
  main.main_cart section.cart .box_items .item .column_product .box_img {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    margin: 0 0 40px 0;
    width: 100px;
  }
  main.main_cart section.cart .box_items .item .column_price {
    width: 100%;
    height: auto;
    padding: 10px 10px;
  }
  main.main_cart section.cart .box_items .item .column_price .text1,
main.main_cart section.cart .box_items .item .column_price .text2 {
    text-align: center;
  }
  main.main_cart section.cart .box_items .item .column_amount {
    width: 100%;
    text-align: center;
    height: auto;
    padding: 15px 10px 5px 10px;
  }
  main.main_cart section.cart .box_items .item .column_amount .box_amount {
    float: none;
    display: inline-block;
    width: 100px;
  }

  main.main_home .banner .item {
    min-height: 600px;
  }
  main.main_home .banner .item .title {
    font-size: 42px;
    line-height: 45px;
  }
  main.main_home .banner .item .text {
    font-size: 28px;
    line-height: 33px;
  }
}
@media (max-width: 480px) {

  main.main_list_gift section.search .box_text .box {
    padding: 60px 20px 0 20px;
  }

  main.main_list_gift section.search .box_search {
    padding: 25px 20px 0 20px;
  }

  .credit-card-box .number {
    font-size: 31px;
  }
  .section_error .title {
    font-size: 42px;
    line-height: 46px;
  }

  .section_cart_error .title {
    font-size: 42px;
    line-height: 46px;
  }

  main.main_gifts section.gifts .box_items .row {
    margin: 0;
  }
  main.main_gifts section.gifts .box_items .product {
    padding: 0;
    width: 100%;
  }
  main.main_gifts section.gifts .box_pagination {
    padding: 0;
  }
}
@media (max-width: 430px) {

  main.main_list section.search .box_search {
    padding: 35px 10px;
  }

  .modal_buy .box_recaptcha {
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  main.main_plan section.infos .infos_table_desktop .line_infos .box .item_large .text1 {
    font-size: 15px;
    line-height: 18px;
  }
  main.main_plan section.infos .infos_table_desktop .line_infos .box .item_large .text2 {
    font-size: 12px;
    line-height: 15px;
  }
  main.main_plan section.infos .infos_table_desktop .line_infos .box .item_small {
    font-size: 12px;
    line-height: 15px;
  }

  main.main_provider section.search .box_text_left a,
main.main_provider section.search .box_text_right a {
    font-size: 18px;
  }

  main.main_provider_view section.search .box_text_left a,
main.main_provider_view section.search .box_text_right a {
    font-size: 18px;
  }

  main.main_reviews section.reviews .item_review {
    padding: 0;
  }

  main.main_list_gift section.blog .item .box_img {
    height: 200px;
  }

  main.main_plan section.blog .item .box_img {
    height: 200px;
  }

  main.main_be_provider section.blog .item .box_img {
    height: 200px;
  }

  main.main_reviews section.blog .item .box_img {
    height: 200px;
  }

  main.main_home section.templates {
    padding-bottom: 150px;
  }
  main.main_home section.templates:before {
    background-size: 90% auto;
  }
  main.main_home section.blog .item .box_img {
    height: 200px;
  }

  .footer_main .title {
    font-size: 22px;
  }
  .footer_main .box_phones .item {
    width: 100%;
  }
}
@media (max-width: 400px) {

  .credit-card-box .number {
    font-size: 25px;
  }
  main.main_be_provider section.plan .item {
    padding: 40px 20px 25px 20px;
  }
  main.main_be_provider section.plan .item .box_price {
    margin-top: 20px;
  }
  main.main_be_provider section.plan .item .box_price .price {
    font-size: 70px;
  }
  main.main_be_provider section.plan .item .start {
    margin-top: 5px;
  }

  main.main_provider_view section.contact .column1 .infos {
    padding-top: 70px;
  }
  main.main_provider_view section.contact .column1 .infos .box_img {
    width: 160px;
    height: 160px;
  }

  main.main_provider section.search .box_text_left a,
main.main_provider section.search .box_text_right a {
    font-size: 18px;
  }

  main.main_provider_view section.search .box_text_left a,
main.main_provider_view section.search .box_text_right a {
    font-size: 18px;
  }

  main.main_blog section.blog .item .box_img {
    height: 270px;
  }

  main.main_plan section.blog .item .box_img {
    height: 270px;
  }

  main.main_templates section.templates .box_items .item_exemplo .box_button .create {
    font-size: 15px;
  }

  main.main_home section.templates {
    padding-bottom: 100px;
  }
  main.main_home section.templates:before {
    height: 250px;
  }

  main.main_list section.infos .infos_table_mobile .line_infos .title1 {
    width: 60%;
  }
  main.main_list section.infos .infos_table_mobile .line_infos .item_large {
    width: 60%;
  }
  main.main_list section.infos .infos_table_mobile .line_infos .item_small {
    width: 40%;
  }
  main.main_list section.tax .box_white {
    padding: 30px 20px;
  }
  main.main_list section.tax .box_white .text1 {
    font-size: 18px;
    line-height: 22px;
  }
  main.main_list section.tax .box_white .text2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 370px) {
  main.main_provider section.search .box_text_left a,
main.main_provider section.search .box_text_right a {
    font-size: 14px;
  }

  main.main_provider_view section.search .box_text_left a,
main.main_provider_view section.search .box_text_right a {
    font-size: 14px;
  }

  main.main_home section.gift .how_works .box .link_create {
    width: 100%;
  }
  main.main_home section.gift .how_works .box .link_gift {
    width: 100%;
  }
}

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