@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@100;200;300;400;500;600;700;800;900&display=swap');
.no_padding {
    padding: 0;
}
.text-right {
    text-align: right !important;
}



/*modal cidades*/
#modal_loading .modal-dialog {
  height: 90% !important;
}
#modal_loading .logo {
  width: 183px;
  height: 54px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#modal_cadastro_estado_cidade {
  padding: 0;
}
#modal_cadastro_estado_cidade .modal-dialog {
  width: 700px;
  max-width: 100%;
  padding: 50px 0 0 0;
}
#modal_cadastro_estado_cidade .modal-content {
  border-radius: 0;
  background: none;
  border: none;
  padding: 0;
}
#modal_cadastro_estado_cidade .modal-body {
  padding: 0 20px 0 0;
}
#modal_cadastro_estado_cidade .box_white {
  padding: 40px 50px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
}
#modal_cadastro_estado_cidade .box_white .btn_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  background: none;
  border: none;
  padding: 0;
}
#modal_cadastro_estado_cidade .box_white .btn_close img {
  width: auto;
  height: auto;
}
#modal_cadastro_estado_cidade .box_white .text1 {
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
#modal_cadastro_estado_cidade .box_white .text2 {
  padding: 5px 0 0 0;
  font-weight: 700;
  font-size: 28px;
  color: #f5811e;
  line-height: 33px;
}
#modal_cadastro_estado_cidade .box_white .text3 {
  padding: 15px 0 0 0;
  font-weight: 600;
  font-size: 18px;
  color: #808080;
  line-height: 22px;
}
#modal_cadastro_estado_cidade .box_white .text3 .field {
  padding: 0 15px;
  margin: 7px 0 0 0;
  display: inline-block;
  width: 100%;
  height: 45px;
  background: #3b3b3b1a;
  border-radius: 7px;
  border: none;
  font-weight: 500;
  font-size: 17px;
  color: #6C7287;
  line-height: 22px;
}
#modal_cadastro_estado_cidade .box_white .btn_clear {
    padding: 9px 15px;
    margin: 7px 20px 0 0;
    float: left;
    width: auto;
    height: auto;
    background: #f5811e;
    border-radius: 10px;
    border: none;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
}
#modal_cadastro_estado_cidade .box_white .text_results {
    padding: 9px 0;
    margin: 7px 5px 0 0;
    float: left;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 10px;
    border: none;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 28px;
}
#modal_cadastro_estado_cidade .box_white .results {
    padding: 9px 0;
    margin: 7px 20px 0 0;
    float: left;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    line-height: 28px;
}
#modal_cadastro_estado_cidade .box_white .list {
  margin-top: 15px;
  padding: 10px 20px;
  background: #EEEEEE;
  max-height: 535px;
  overflow-x: hidden;
}
#modal_cadastro_estado_cidade .box_white .list li {
  margin: 3px 0;
  list-style: none;
}
#modal_cadastro_estado_cidade .box_white .list a {
  float: left;
  margin: 0;
  width: 100%;
}
#modal_cadastro_estado_cidade .box_white .list .text_left {
  float: left;
  width: auto;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 23px;
}
#modal_cadastro_estado_cidade .box_white .list .text_right {
  float: right;
  width: auto;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 23px;
}
/*modal cidades*/

.credit-card-box {
  -webkit-perspective: 1000;
  perspective: 1000;
  max-width: 100%;
  width: 307px;
  height: 194px;
  display: inline-block;
  margin: 0 0 25px 0;
  text-align: left;
}
.credit-card-box .front,
.credit-card-box .back {
  max-width: 100%;
  width: 307px;
  height: 194px;
  border-radius: 15px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: -webkit-linear-gradient(315deg, #252223, #0a0a0a);
  background: linear-gradient(135deg, #252223, #0a0a0a);
  position: absolute;
  color: #fff;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  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: 0.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 .front .logo {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 35px;
}
.credit-card-box .front .logo img {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}
.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 {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 35px;
}
.credit-card-box .back .logo img {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}
.credit-card-box .chip {
  position: absolute;
  width: 50px;
  height: 37px;
  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: 35px;
  top: 30px;
  left: 0;
}
.credit-card-box .number {
  position: absolute;
  margin: 0 auto;
  top: 70px;
  left: 19px;
  font-size: 28px;
  color: #FFFFFF;
  text-shadow: 1px 1px 5px #000000;
}
.credit-card-box label {
  font-size: 10px !important;
  letter-spacing: 1px !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  opacity: 0.5 !important;
  display: block !important;
  margin-bottom: 3px !important;
  color: #FFFFFF !important;
}
.credit-card-box .card-holder,
.credit-card-box .card-expiration-date {
  position: absolute;
  margin: 0 auto;
  top: 120px;
  left: 19px;
  font-size: 18px;
  color: #FFFFFF;
  text-shadow: 1px 1px 5px #000000;
  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: 100px;
  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 !important;
  color: #fff !important;
}

.credit-card-box:hover .flip,
.credit-card-box.hover .flip {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ui-widget.ui-widget-content {
  max-height: 250px;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
body {
  background-color: #F4F4F4;
  /*font-family: "Montserrat", sans-serif;*/  
  font-family: "hind", sans-serif;
  font-weight: 400;
}
body.bg_white {
  background-color: #FFFFFF;
}
.container.relative {
  position: relative;
}
.container {
  max-width: 100%;
  width: 1200px;
  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: 20px !important;
  color: #656569 !important;
  line-height: 25px !important;
}
.ui-menu-item {
  font-family: "Hind", sans-serif !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  color: #656569 !important;
  line-height: 25px !important;
}
@media (min-width: 1021px) {
  .menu_mobile {
    display: none !important;
  }
}
.menu_mobile {
  text-align: right;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  max-width: 100%;
  width: 340px;
  height: 100%;
  padding: 25px 20px;
  background: #f5811e;
  display: none;
}
.menu_mobile .box_user {
  padding: 35px 0 0 0;
  margin-left: 10px;
}
.menu_mobile .box_user .welcome {
  padding: 0 10px 0 0;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}
.menu_mobile .box_user .box_links {
  padding: 0;
  font-size: 12px;
  color: #FFFFFF;
  text-align: right;
}
.menu_mobile .box_user .box_links a {
  color: #FFFFFF;
  display: inline-block;
  margin: 0 10px 10px 10px;
}
.menu_mobile .img_close {
  float: left;
  margin: 20px 0 0 0;
  cursor: pointer;
}
.menu_mobile .btn_menu {
  float: right;
  width: 25px;
  height: auto;
  margin: 15px 0 0 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.menu_mobile .btn_menu .line {
  float: left;
  margin: 0 0 8px 0;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
}
.menu_mobile .menu {
  padding: 80px 0 0 0;
}
.menu_mobile .menu ul {
  margin: 0;
  padding: 0;
}
.menu_mobile .menu ul li {
  padding: 0;
  margin: 0 0 -1px 0;
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 25px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #f5811e;
}
.menu_mobile .menu ul li a {
  color: #FFFFFF;
  float: left;
  margin: 0;
  width: 100%;
  padding: 12px 0;
}
.menu_mobile .menu ul li:nth-last-child(1) {
  border-bottom: none;
}
.header_main {
  padding: 25px 30px 0 30px;
  position: relative;
  z-index: 1;
}
.header_main .home {
  float: left;
  margin: 0;
}
.header_main .home .logo {
  float: left;
  margin: 0;
  width: 230px;
}
.header_main .img_light {
  float: left;
  margin: 10px 0 0 25px;
  width: auto;
}
.header_main .btn_menu {
  float: right;
  width: 25px;
  height: auto;
  margin: 10px 0 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: #404040;
}
.header_main .img_arrow_header {
  float: right;
  margin: 11px 15px 0 0;
  display: none;
}
.header_main .box_user_desktop {
  float: right;
  margin: 0 5px 0 0;
  padding: 0 0 0 21px;
  width: 180px;
  background-image: url("../images/img_user.png");
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-size: 21px auto;
}
.header_main .box_user_desktop .welcome {
  padding: 0 0 0 10px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}
.header_main .box_user_desktop .box_links {
  padding: 0;
  font-size: 12px;
  color: #FFFFFF;
}
.header_main .box_user_desktop .box_links a {
  color: #FFFFFF;
  display: inline-block;
  margin: 0 10px 10px 10px;
}
.header_main .menu {
  float: right;
  margin: 9px 0 0 0;
  padding: 0;
}
.header_main .menu li {
  float: left;
  margin: 0;
  width: auto;
  font-weight: 500;
  font-size: 14px;
  color: #f5811e;
  line-height: 16px;
}
.header_main .menu li img {
    margin: 0 8px 0 0;
    max-width: 25px;
    max-height: 25px;
}
.header_main .menu li a {
  float: left;
  margin: 0 0 0 15px;
  padding: 8px 15px 6px 15px;
  width: auto;
  height: 38px;
  color: #FFF;    
  /*background: #FFFFFF;*/
}
/*
.header_main .menu li a:hover {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background: transparent;
}
.header_main .menu li a:hover img {
  filter: invert(1) brightness(10);
}
*/
.footer_main {
  padding: 0 35px;
  position: relative;
  z-index: 1;
  display: none;
}
.footer_main .box_img {
  padding: 69px 0 0 0;
  text-align: left;
}
.footer_main .box_img .img_item {
  display: inline-block;
  margin: 0 0 30px 25px;
}
.footer_main .box_text {
  padding: 90px 0 0 0;
  text-align: left;
}
.footer_main .box_text .text {
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  text-align: right;
}
.footer_main .box_text .text.color_white {
  color: #FFFFFF !important;
}
.menu_fixed {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background-color: #FF8700;
  background-image: url("../images/shadow_menu.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.menu_fixed .btn_menu {
  margin: 0;
  padding: 5px 16px 0 16px;
  border: none;
  background: transparent;
  width: 50px;
  height: 70px;
}
.menu_fixed .btn_menu .line {
  float: left;
  margin: 0 0 7px 0;
  width: 100%;
  height: 2px;
  background-color: #FFC48E;
}
.menu_fixed ul {
  padding: 0;
  margin: 0;
}
.menu_fixed li {
  padding: 0;
  margin: 0;
  text-align: center;
  border-top: 1px solid #CF6500;
}
.menu_fixed li a {
  float: left;
  margin: 0;
  width: auto;
  min-width: 50px;
  height: 45px;
  position: relative;
}
.menu_fixed li a .img_item {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.menu_fixed li a .txt {
  float: left;
  padding: 14px 0 0 0;
  margin: 0;
  width: auto;
  height: 45px;
  z-index: 0;
  position: absolute;
  top: 0;
  left: -200px;
  background-color: #FF8700;
  width: 130px;
  border-radius: 0 2px 2px 0;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 18px;
  opacity: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu_fixed li a:hover .txt {
  left: 50px;
  opacity: 1;
}
main {
  position: relative;
  z-index: 1;
}
main .header_internal {
  padding: 30px;
  border-radius: 4px;
  background-color: #FFFFFF;
}
main .header_internal .title {
  padding: 0;
  font-weight: 200;
  font-size: 33px;
  color: #656569;
  line-height: 36px;
}
main .header_internal .text {
  padding: 5px 0 0 0;
  font-weight: 300;
  font-size: 18px;
  color: #404040;
  line-height: 21px;
}
main .header_internal.light {
  background-image: url("../images/bg_geader_internal.png");
  background-repeat: no-repeat;
  background-position: top right;
}
/*cadastro*/
body.body_register {
    background-image: url("../images/bg_plan.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
body.body_register:before {
  content: "";
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 470px;
  height: 100%;
  background-color: #EDEEF3;
}

main.main_contact {
  /*padding: 20px 20px 30px 20px;*/
  padding: 20px 0 30px 0;
}
main.main_contact .title {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  color: #656569;
  line-height: 32px;
  text-transform: uppercase;
}
main.main_contact .title .img_item {
  float: right;
  margin: 8px 0 0 0;
}
main.main_contact .title.white {
  color: #FFFFFF;
}
main.main_contact .box1 {
  padding: 0 14px;
    
}
main.main_contact .box2 {
  padding: 0 14px;
  overflow: hidden;
}
main.main_contact .box_form {
  margin: 20px 0 0 0;
  padding: 40px;
  background-color: #fff;  
  min-height: 790px;    
    -webkit-box-shadow: 2px 5px 16px 0px #0B325E, 5px 5px 15px 5px rgba(0,0,0,0); 
box-shadow: 2px 5px 16px 0px #0B325E, 5px 5px 15px 5px rgba(0,0,0,0);
}
main.main_contact .box_form .text_required {
  padding: 0 0 15px 0;
  font-size: 14px;
  color: #656569;
  line-height: 17px;
  text-align: left;
}
main.main_contact .box_form .title_form {
  padding: 0 0 20px 0;
  font-weight: 700;
  font-size: 45px;
  color: #0d5c87;
  line-height: 50px;
    
}
main.main_contact .box_form .title_form .img_item {
  float: left;
  margin: -4px 15px 0 0;
}
main.main_contact .box_form .column {
  padding: 0 10px;
}
main.main_contact .box_form .box_date {
  padding: 0;
  margin: 0 0 0 -1px;
}
main.main_contact .box_form .item {
  padding: 0;
  font-size: 14px;
  color: #656569;
  line-height: 18px;
  text-align: left;
  position: relative;
}
main.main_contact .box_form .item a {
    display: inline-block;
    width: auto;
    margin: 30px 0 0 0;
    font-weight: 700;
    font-size: 22px;
    color: #f5811e;
}
main.main_contact .box_form .item .text {
  padding: 0;
  min-height: 20px;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}
main.main_contact .box_form .item .text .required {
  position: relative;
  color: #FF0000;
}
main.main_contact .box_form .item_hide {
  display: none;
}
main.main_contact .box_form .change_view {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 43px;
  height: 43px;
  border: none;
  background-color: transparent;
  background-image: url("../images/bg_password.png");
  background-repeat: no-repeat;
  background-position: center left;
  cursor: pointer;
}
main.main_contact .box_form .item.box_phone {
  font-size: 20px !important;
  line-height: 23px !important;
  margin-bottom: 30px;
}
main.main_contact .box_form .item.box_phone .field {
  margin: 8px 0 0 0;
}

main.main_contact .box_form .label_checkbox {
  float: left;
  margin: -10px 0 20px 0;
  padding: 0 0 0 30px;
  width: auto;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
main.main_contact .box_form .label_checkbox a {
  color: #000000;
  text-decoration: underline !important;
}
main.main_contact .box_form .label_checkbox .checkbox_fake {
  position: absolute;
  top: 1px;
  left: 0;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  border: 2px solid #f5811e;
  border-radius: 3px;
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
}
main.main_contact .box_form .label_checkbox .checkbox_fake .fa {
  display: none;
}
main.main_contact .box_form .label_checkbox input[type=checkbox] {
  display: none;
}
main.main_contact .box_form .label_checkbox input[type=checkbox]:checked + .checkbox_fake {
  background-color: #f5811e;
}
main.main_contact .box_form .label_checkbox input[type=checkbox]:checked + .checkbox_fake .fa {
  display: block;
}



/**/
.main_plan .item_form .label_checkbox {
  float: left;
  margin: 15px 10px 0 0;
  padding: 0 0 0 30px;
  width: auto;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
.main_plan .item_form .label_checkbox a {
  color: #000000;
  text-decoration: underline !important;
}
.main_plan .item_form .label_checkbox .checkbox_fake {
  position: absolute;
  top: 1px;
  left: 0;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  border: 2px solid #f5811e;
  border-radius: 3px;
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
}
.main_plan .item_form .label_checkbox .checkbox_fake .fa {
  display: none;
}
.main_plan .item_form .label_checkbox input[type=checkbox] {
  display: none;
}
.main_plan .item_form .label_checkbox input[type=checkbox]:checked + .checkbox_fake {
  background-color: #f5811e;
}
.main_plan .item_form .label_checkbox input[type=checkbox]:checked + .checkbox_fake .fa {
  display: block;
}
/**/
main.main_contact .box_form .btn_save {
    float: right;
    margin: 15px 0 0 35px;
    padding: 13px 25px;
    width: auto;
    height: auto;
    
    border: none;
    background: #007733;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;
    border-radius: 30px;
}
main.main_contact .box_form .btn_save .img_item {
    float: left;
    margin: -2px 12px -4px -14px;
}
main.main_contact .box_form .field.link {
    background-image: url('../images/img_link.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50px auto;
    padding-right: 60px;
}
main.main_contact .box_form .field {
  margin: 2px 0 25px 0;
  padding: 0 20px;
  float: left;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: none;
  background-color: #3b3b3b1a;
  font-weight: 500;
  font-size: 18px;
  color: #6C7287;
  line-height: 60px;
}
main.main_contact .box_form .field.password {
  padding-right: 50px;
}
main.main_contact .box_form .box_select {
    margin: 2px 0 25px 0;
    padding: 0 0 0 20px;
    float: left;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    border: none;
    background-color: #3b3b3b1a;
    font-weight: 500;
    font-size: 18px;
    color: #6C7287;
    line-height: 22px;
    outline: none;
}
main.main_contact .box_form .box_select .option {
  padding: 20px 0 0 0;
}
main.main_contact .box_form .box_select .arrow_select {
  width: 40px;
  height: 60px;
  background-image: url("../../assets/images/img_select_black.png") !important;
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
  margin: 0;
}
main.main_contact .box_form .textarea {
  margin: 2px 0 40px 0;
  padding: 10px 20px;
  float: left;
  width: 100%;
  height: 184px;
  border-radius: 6px;
  border: 1px solid #DFDFDF;
  background-color: #FFFFFF;
  font-weight: 400;
  font-size: 20px;
  color: #656569;
  line-height: 23px;
  resize: none;
}
main.main_contact .box_form .box_recaptcha {
  float: left;
  margin: 0;
  padding: 0;
}
main.main_contact .box_form .btn_next {
  float: left;
  margin: 30px 0 0 0;
  padding: 0 15px;
  max-width: 100%;
  width: 258px;
  height: 43px;
  border: none;
  background: #f5811e;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 40px;
  text-align: left;
}
main.main_contact .box_form .btn_next .img_item {
  float: right;
  margin: 11px 0 0 0;
}
main.main_contact .box_form .btn_next:hover {
  background: #15408c; /*over azul marine*/
}
main.main_contact .box_form .btn_next_login {
  float: left;
  margin: 30px 0 0 0;
  padding: 0 15px;
  max-width: 100%;
  width: 100%;
  min-width: 220px;
  height: 43px;
  border: none;
  background: #f5811e;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: left;
}
main.main_contact .box_form .btn_next_login .img_item {
  float: right;
  margin: 11px 0 0 0;
}
main.main_contact .box_form .btn_next_login:hover {
  background: #102241; /*verde marine hover*/
}
main.main_contact .box_form .btn_send {
  margin: 35px 0 0 0;
  padding: 0 50px 0 20px;
  float: left;
  width: auto;
  height: 37px;
  border: none;
  border-radius: 9px;
  background-color: #007F00;
  font-weight: 400;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 37px;
  text-align: left;
  background-image: url("../images/bg_arrow.png");
  background-repeat: no-repeat;
  background-position: center right;
}
main.main_contact .box_form .btn_send:hover {
  box-shadow: 1px 1px 10px #656569;
}
main.main_contact .box_form .btn_send.orange {
  background-color: #F4861F;
}
main.main_contact .box_form .btn_send.margin_right {
  margin-right: 35px;
}
main.main_contact .box_form .btn_cancel {
  margin: 35px 0 0 0;
  padding: 0 18px;
  float: left;
  width: auto;
  height: 37px;
  border: none;
  border-radius: 9px;
  background-color: #FF0C00;
  font-weight: 400;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 37px;
  text-align: left;
}
main.main_contact .box_form .btn_cancel:hover {
  box-shadow: 1px 1px 10px #656569;
}
main.main_contact .box_form .or {
  float: left;
  margin: 45px 0 0 0;
  padding: 0 13px;
  width: auto;
  font-weight: 400;
  font-size: 18px;
  color: #656569;
  line-height: 18px;
}
main.main_contact .box_form .msg_success {
  padding: 0;
  margin: 25px 0 0 0;
  font-weight: 700;
  font-size: 24px;
  color: #00923D;
  line-height: 24px;
  text-align: left;
}
main.main_contact .box_form .msg_error {
  padding: 0;
  margin: 25px 0 0 0;
  font-weight: 700;
  font-size: 24px;
  color: #DD0000;
  line-height: 24px;
  text-align: left;
}
main.main_contact .box_form ::-webkit-input-placeholder {
  color: #6C7287;
  opacity: 10;
}
main.main_contact .box_form :-moz-placeholder {
  color: #6C7287;
  opacity: 10;
}
main.main_contact .box_form ::-moz-placeholder {
  color: #6C7287;
  opacity: 10;
}
main.main_contact .box_form :-ms-input-placeholder {
  color: #6C7287;
  opacity: 10;
}
main.main_contact .box_form .text_agree {
  display: inline-block;
  margin: 5px 0 0 0;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
main.main_contact .box_form .text_agree a {
  font-weight: 500;
  font-size: 18px;
  color: #f5811e;
}
main.main_contact .box_form .box_item_checkbox {
  padding: 3px 0 20px 47px;
  position: relative;
  font-weight: 800;
  font-size: 18px;
  color: #404040;
  line-height: 23px;
}
main.main_contact .box_form .box_item_checkbox label {
  cursor: pointer;
}
main.main_contact .box_form .box_item_checkbox .box_checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #DDDDDD;
}
main.main_contact .box_form .box_item_checkbox .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 .box_form .box_item_checkbox input[type=checkbox] {
  display: none;
}
main.main_contact .box_form .box_item_checkbox input[type=checkbox]:checked + .box_checkbox:before {
  opacity: 10;
}
/*cadastro*/
/*checkout planos*/
body.body_plan {
  background-color: #FFFFFF;
  background-image: url("../images/bg_plan.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
  position: relative;
}
body.body_plan:before {
  content: "";
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  max-width: 28%;
  width: 450px;
  height: 100%;
  background-color: #f0f0f0;
}/*
body.body_plan:after {
  content: "";
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  width: 260px;
  height: 100%;
  background-image: url("../images/bg_plan.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}*/
.modal_add_address {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #f5811e;
  padding: 25px 30px 30px 40px;
  display: none;
}
.modal_add_address .img_close {
  float: right;
  margin: 0 10px 0 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.modal_add_address .box_content_form {
  padding: 0 10px 0 0;
  overflow: hidden;
  height: 90%;
}
.modal_add_address .title_address {
  margin: 25px 0 0 0;
  padding: 0 0 15px 0;
  font-weight: 700;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 36px;
}
.modal_add_address .item {
  padding: 0;
}
.modal_add_address .btn_send_form {
  margin: 15px 0 0 0;
  padding: 0 20px;
  float: left;
  width: 100%;
  height: 50px;
  border-radius: 2px;
  border: none;
  background: #FFFFFF;
  font-weight: 900;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 46px;
  text-transform: uppercase;
  text-align: left;
}
.modal_add_address .btn_send_form span {
  background: -webkit-linear-gradient(left, #f5811e, #00296F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal_add_address .btn_send_form .img_item {
  float: right;
  margin: 11px 0 0 0;
}
.modal_add_address .btn_send_form:hover {
  box-shadow: 1px 1px 10px #656569;
}
.modal_add_address .field {
  margin: 2px 0 15px 0;
  padding: 0 16px;
  float: left;
  width: 100%;
  height: 43px;
  border-radius: 2px;
  border: 1px solid #DFDFDF;
  background-color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
  color: #656569;
  line-height: 43px;
}
.modal_add_address .box_select {
  margin: 2px 0 15px 0;
  padding: 0 0 0 20px;
  float: left;
  width: 100%;
  height: 43px;
  border-radius: 2px;
  border: 1px solid #DFDFDF;
  background-color: #FFFFFF;
  font-weight: 400;
  font-size: 20px;
  color: #656569;
  line-height: 43px;
  outline: none;
}
.modal_add_address .box_select .option {
  padding: 0;
}
.modal_add_address .box_select .arrow_select {
  width: 43px;
  height: 43px;
  background-image: url("../../assets/images/img_select_gray.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: 0;
}
.modal_add_address .text {
  padding: 5px 5px 0 0;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 17px;
}
.modal_add_address ::-webkit-input-placeholder {
  color: #656569;
  opacity: 10;
}
.modal_add_address :-moz-placeholder {
  color: #656569;
  opacity: 10;
}
.modal_add_address ::-moz-placeholder {
  color: #656569;
  opacity: 10;
}
.modal_add_address :-ms-input-placeholder {
  color: #656569;
  opacity: 10;
}
.error_form {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 350px;
  max-width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #D08034;
  background: -webkit-linear-gradient(left, #f5811e, #00296F);
  background: -o-linear-gradient(left, #f5811e, #00296F);
  background: -moz-linear-gradient(left, #f5811e, #00296F);
  background: linear-gradient(left, #f5811e, #00296F);
  box-shadow: 5px 0 10px #333333;
}
.error_form:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 25px;
  height: 100%;
  background-image: url("../images/img_shadow.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.error_form .img_close {
  float: right;
  margin: 22px 22px 0 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.error_form .box_msg {
  padding: 0 20px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
}
.error_form .title_msg {
  padding: 0;
  font-weight: 700;
  font-size: 55px;
  color: #FFFFFF;
  line-height: 55px;
  text-align: center;
}
.error_form .text_msg {
  padding: 10px 0 0 0;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 25px;
  text-align: center;
}
.error_form.bg_red {
  background: #FF0000;
}
.success_form {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 350px;
  max-width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #058943;
  opacity: 0.98;
  box-shadow: 5px 0 10px #333333;
  background-image: url("../images/img_shadow.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.success_form .img_close {
  float: right;
  margin: 22px 22px 0 0;
  cursor: pointer;
}
.success_form .box_msg {
  padding: 0 20px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
}
.success_form .title_msg {
  padding: 0;
  font-weight: 700;
  font-size: 55px;
  color: #FFFFFF;
  line-height: 55px;
  text-align: center;
}
.success_form .text_msg {
  padding: 10px 0 0 0;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 25px;
  text-align: center;
}



/*updates*/
main.main_plan .item_payment {
    padding: 0;
    border: 1px solid #FFFFFF;
    margin: 0 0 -1px 0;
}
main.main_plan .item_payment .box_1 {
    padding: 0;
}
main.main_plan .item_payment .row_number {
    margin: 0 -4px;
}
main.main_plan .item_payment .box_field_card {
    padding: 0 4px;
}
main.main_plan .item_payment .cvv {
    width: 99% !important;
    background-image: url("../../assets/images/bg_code.png") !important;
    background-repeat: no-repeat;
    background-position: center right;
    text-align: left !important;
}
main.main_plan .item_payment .box_2 {
    padding: 40px 30px;
    background: #FFFFFF;
    display: none;
}
main.main_plan .item_payment .box_2 .text {
    padding: 0;
    font-size: 17px;
    color: #656569;
}
main.main_plan .item_payment .box_1 label {
    padding: 0;
    font-weight: 400;
}
main.main_plan .item_payment .box_1 .box_bg {
    padding: 15px 60px 15px 120px;
    font-weight: 400;
    cursor: pointer;
    /*border-radius: 15px;*/
    background: #3b3b3b1a;
    min-height: 100px;
}
main.main_plan .item_payment .box_1 .radio_fake {
    margin: auto;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 20px;
    width: 30px;
    height: 30px;
    border: 2px solid #f5811e;
    /*border-radius: 100%;*/
    background: transparent;
}
main.main_plan .item_payment .box_1 .radio_fake::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 18px;
    height: 18px;
    /*border-radius: 100%;*/
    background: #ffffff;
    opacity: 0;
}
main.main_plan .item_payment .box_1 input[type="radio"] {
    display: none;
}
main.main_plan .item_payment .box_1 input[type="radio"]:checked + .radio_fake {
    border-color: #ffffff;
}
main.main_plan .item_payment .box_1 input[type="radio"]:checked + .radio_fake::before {
    opacity: 1;
}
main.main_plan .item_payment .box_1 input[type="radio"]:checked + .radio_fake + .box_bg {
    background-color: #f5811e;
}
main.main_plan .item_payment .box_1 input[type="radio"]:checked + .radio_fake + .box_bg .text1,
main.main_plan .item_payment .box_1 input[type="radio"]:checked + .radio_fake + .box_bg .text2 {
    color: #ffffff;
}
main.main_plan .item_payment .box_1 .text1 {
    padding: 0;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
}
main.main_plan .item_payment .box_1 .text2 {
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}
main.main_plan .item_payment .box_1 .img_item_payment {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: auto;
    max-width: 90px;
    max-height: 85%;
}
/*updates*/










main.main_plan {
  padding: 0 40px 130px 40px;
}
main.main_plan .title {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #656569;
  line-height: 32px;
}
main.main_plan .title .img_item {
  float: right;
  margin: 8px 0 5px 0;
}
main.main_plan .box {
  padding: 0 10px;
}
main.main_plan .box_tab {
  padding: 0;
  min-height: 650px;
}
main.main_plan .box_white.active .box_tab, main.main_plan .box_green.active .box_tab {
  display: block;
}
main.main_plan .box_green .btn_payment2 {
  padding: 10px 15px 15px 15px;
  margin: 19px 0 0 0;
  font-weight: 700;
  font-size: 27px;
  color: #FFFFFF;
  line-height: 27px;
  text-align: left;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  overflow: hidden;
  background: #14b794;
  border: none;
  width: 100%;
  height: auto;
  display: none;
}
main.main_plan .box_green .btn_payment2 .img_item {
  float: right;
  margin: 5px 0 0 0;
}
main.main_plan .box_white .btn_next,
main.main_plan .box_green .btn_next {
  margin: 35px 0 0 0;
  padding: 0 20px;
  float: left;
  width: 100%;
  height: 51px;
  border: none;
  border-radius: 15px;
  background-color: #f5811e;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 37px;
  text-align: left;
  display: none;
}
main.main_plan .box_white {
  margin: 15px 0 0 0;
  padding: 25px 15px 10px 25px;
  background-color: #FFFFFF;
  /*border: 1px solid #E2E2E2;
  border-radius: 20px;
    */
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
  min-height: 680px;
  position: relative;
}
main.main_plan .box_white .section_title {
  padding: 0;
  font-weight: 700;
  font-size: 28px;
  color: #f5811e;
  line-height: 32px;
  text-align: left;
}
main.main_plan .box_white .section_title span {
  color: #f5811e;
  float: right;
  margin: 0 5px 0 0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  border: none;
  border-radius: 100%;
}
main.main_plan .box_white .section_title_mobile {
    padding: 0;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 1;
    cursor: pointer;font-weight: 700;
    font-size: 22px;
    color: #f5811e;
    line-height: 34px;
    display: none;
}
main.main_plan .box_white .section_title_mobile span {
    float: left;
    margin: 1px 15px 0 0;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 31px;
    text-align: center;
    border: none;
    border-radius: 100%;
    background-color: #f5811e;
}/*
main.main_plan .box_white .section_title_mobile.done {
  background-image: url("../images/bg_valid.png");
  background-repeat: no-repeat;
  background-position: top right;
}
main.main_plan .box_white .section_title_mobile.done span {
  color: #DDDDDD;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
}*/
main.main_plan .box_white .section_text {
  padding: 0;
  font-weight: 700;
  font-size: 22px;
  color: #f5811e;
  line-height: 25px;
  text-align: left;
}
main.main_plan .box_white .text_freight {
  /*padding: 30px 0 0 0;*/
  padding: 5px 0px 10px 0;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  text-align: left;
}

main.main_plan .box_white .box_text_time {
  padding: 30px 0 0 0;
}
main.main_plan .box_white .box_text_time .text_time {
  padding: 2px 0;
}
main.main_plan .box_white .box_text_time .text_time_1 {
  padding: 0 10px 0 0;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 22px;
  text-align: left;
}
main.main_plan .box_white .box_text_time .text_time_2 {
  padding: 0 10px 0 0;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  line-height: 22px;
  text-align: right;
}
main.main_plan .box_white .item_form {
  padding: 0;
}
main.main_plan .box_white .box_select {
  margin: 2px 0 10px 0;
  padding: 0 0 0 20px;
  float: left;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: none;
  background-color: #3b3b3b1a;
  font-weight: 500;
  font-size: 18px;
  color: #6C7287;
  line-height: 60px;
  outline: none;
}
main.main_plan .box_white .box_select .option {
  padding: 0;
}
main.main_plan .box_white .box_select .arrow_select {
  width: 40px;
  height: 60px;
  background-image: url("../../assets/images/img_select_black.png") !important;
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
  margin: 0;
}
main.main_plan .box_white .box_content {
  padding: 0 10px 0 0;
  /*height: 585px;*/
  /*height: 650px;*/
  height: 100%;
  overflow: hidden;
}
main.main_plan .box_white .perfect_scrollbar .ps__scrollbar-y-rail {
  width: 1px;
  background-color: #FFFFFF !important;
  position: absolute;
  top: 0;
  right: 0;
}
main.main_plan .box_white .perfect_scrollbar .ps__scrollbar-y {
  width: 1px;
  background-color: #D5D5D5 !important;
  position: absolute;
  top: 0;
  right: 0;
}
main.main_plan .box_white .perfect_scrollbar .form_delivery {
  padding: 0;
  display: none;
}
main.main_plan .box_white .perfect_scrollbar .column_form {
  padding: 0 8px 0 0;
}
main.main_plan .box_white .perfect_scrollbar .item_form .field {
  margin: 2px 0 5px 0;
  padding: 0 16px;
  float: left;
  width: 100%;
  height: 43px;
  border-radius: 2px;
  border: 1px solid #DFDFDF;
  background-color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
  color: #656569;
  line-height: 43px;
}
main.main_plan .box_white .perfect_scrollbar .item_form .field:focus, main.main_plan .box_white .perfect_scrollbar .item_form .box_select:focus, main.main_plan .box_white .perfect_scrollbar .item_form .textarea:focus {
  border: 1px solid transparent;
  border-image: linear-gradient(45deg, #f5811e, #00296F);
  border-image-slice: 1;
}
main.main_plan .box_white .perfect_scrollbar .item_form ::-webkit-input-placeholder {
  color: #656569;
  opacity: 10;
}
main.main_plan .box_white .perfect_scrollbar .item_form :-moz-placeholder {
  color: #656569;
  opacity: 10;
}
main.main_plan .box_white .perfect_scrollbar .item_form ::-moz-placeholder {
  color: #656569;
  opacity: 10;
}
main.main_plan .box_white .perfect_scrollbar .item_form :-ms-input-placeholder {
  color: #656569;
  opacity: 10;
}
main.main_plan .box_white .box_slide_address {
  padding: 0;
  margin: 5px 0 0 0;
  border: 1px solid #DDDDDD;
}
main.main_plan .box_white .box_slide_address .item {
  padding: 0 30px;
}
main.main_plan .box_white .box_slide_address label {
  padding: 25px 20px 25px 70px;
  cursor: pointer;
}
main.main_plan .box_white .box_slide_address label .box_checkbox {
  position: absolute;
  top: 0;
  left: 25px;
  width: 25px;
  height: 25px;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
}
main.main_plan .box_white .box_slide_address label .box_checkbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg_checked_orange.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_plan .box_white .box_slide_address label input[type=checkbox],
main.main_plan .box_white .box_slide_address label input[type=radio] {
  display: none;
}
main.main_plan .box_white .box_slide_address label input[type=checkbox]:checked + .box_checkbox,
main.main_plan .box_white .box_slide_address label input[type=radio]:checked + .box_checkbox {
  background-color: #f5811e;
  border-color: #f5811e;
}
main.main_plan .box_white .box_slide_address label input[type=checkbox]:checked + .box_checkbox:before,
main.main_plan .box_white .box_slide_address label input[type=radio]:checked + .box_checkbox:before {
  opacity: 10;
}
main.main_plan .box_white .box_slide_address .title_address {
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
}
main.main_plan .box_white .text_address {
  padding: 5px 0 0 0;
  font-weight: 500;
  font-size: 16px;/*20px*/
  color: #000000;
  line-height: 24px;
}
main.main_plan .box_white .box_newsletter {
  padding: 0;
}
main.main_plan .box_white .box_newsletter .title {
  padding: 0 0 10px 0;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
}
main.main_plan .box_white .box_newsletter label {
  padding: 0;
  margin: 0 18px 10px 0;
  font-weight: 400;
  font-size: 18px;
  color: #656569;
  line-height: 25px;
  cursor: pointer;
}
main.main_plan .box_white .box_newsletter label .box_checkbox {
  position: relative;
  top: auto;
  left: auto;
  width: 25px;
  height: 25px;
  border: 1px solid #DDDDDD;
  float: left;
  margin: -1px 10px 0 0;
}
main.main_plan .box_white .box_newsletter label .box_checkbox:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #D08034;
  background: -webkit-linear-gradient(left, #f5811e, #00296F);
  background: -o-linear-gradient(left, #f5811e, #00296F);
  background: -moz-linear-gradient(left, #f5811e, #00296F);
  background: linear-gradient(left, #f5811e, #00296F);
  opacity: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.main_plan .box_white .box_newsletter label input[type=checkbox], main.main_plan .box_white .box_newsletter label input[type=radio] {
  display: none;
}
main.main_plan .box_white .box_newsletter label input[type=checkbox]:checked + .box_checkbox:before, main.main_plan .box_white .box_newsletter label input[type=radio]:checked + .box_checkbox:before {
  opacity: 10;
}
main.main_plan .box_white .btn_address {
  margin: 25px 0 0 0;
  padding: 5px 20px 5px 10px;
  float: right;
  max-width: 100%;
  width: auto;
  height: auto;
  /*border-radius: 25px;*/
  border: none;
  background: #f5811e;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 31px;
  text-align: left;
}
main.main_plan .box_white .btn_address .img_item {
  float: left;
  margin: 5px 10px 0 0;
}
main.main_plan .box_white .btn_address:hover {
  background: #102241; /*verde marine hover*/
}
main.main_plan .box_white .box_user {
  padding: 0;
  margin: 23px 0 20px 0;
}
main.main_plan .box_white .box_user .column_img {
  padding: 0 8px 0 0;
}
main.main_plan .box_white .box_user .column_img .box_img {
  padding: 0;
  height: 76px;
  position: relative;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}
main.main_plan .box_white .box_user .column_img .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
}
main.main_plan .box_white .box_user .box_infos {
  padding: 0;
  position: relative;
  border-radius: 2px;
  min-height: 75px;
}
main.main_plan .box_white .box_user .box_infos .column {
  padding: 0;
}
main.main_plan .box_white .box_user .box_infos .name {
  padding: 0;
  font-weight: 700;
  font-size: 16px;/*22px*/
  color: #000000;
  line-height: 25px;
}
main.main_plan .box_white .box_user .box_infos .email {
  margin: 5px 0 0 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;/*22px*/
  color: #000000;
  line-height: 25px;
  word-break: break-all;
}
main.main_plan .box_white .box_user .box_infos .box_link {
  padding: 0;
  text-align: right;
}
main.main_plan .box_white .box_user .box_infos .logout {
  display: inline-block;
  width: auto;
  padding: 5px 10px;
  border-radius: 15px;
  border: 1px solid #D60000;
  font-size: 18px;
  color: #D60000;
  line-height: 18px;
}
main.main_plan .box_white .box_user .box_infos .logout .img_item {
    float: left;
    margin: 0 4px 0 0;
}
main.main_plan .box_white .box_user .box_infos .user {
  margin: 8px 0 0 0;
  display: inline-block;
  width: auto;
  font-size: 12px;
  color: #f5811e;
  line-height: 14px;
}
main.main_plan .box_white .box_plans {
  padding: 0 12px 0 0;
  margin: 15px 0 0 0;
  height: 395px;
}
main.main_plan .box_white .box_plans .ps__scrollbar-y-rail {
  width: 2px;
  background-color: #DFDFDF !important;
  position: absolute;
  top: 0;
  right: 0;
}
main.main_plan .box_white .box_plans .ps__scrollbar-y {
  width: 2px;
  background-color: #f5811e !important;
  position: absolute;
  top: 0;
  right: 0;
}
main.main_plan .box_white label {
  padding: 0;
  position: relative;
}
main.main_plan .box_white label .box_checkbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: auto;
  margin: auto;
  width: 25px;
  height: 25px;
  border: 1px solid #DDDDDD;
}
main.main_plan .box_white label .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_plan .box_white label input[type=checkbox], main.main_plan .box_white label input[type=radio] {
  display: none;
}
main.main_plan .box_white label input[type=checkbox]:checked + .box_checkbox:before, main.main_plan .box_white label input[type=radio]:checked + .box_checkbox:before {
  opacity: 10;
}
main.main_plan .box_white label input[type=checkbox]:checked + .box_checkbox + .item_plan, main.main_plan .box_white label input[type=radio]:checked + .box_checkbox + .item_plan {
  border: 2px solid #396A40;
  padding: 34px 0 29px 64px;
}
main.main_plan .box_white label .item_plan {
  padding: 35px 0 30px 65px;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  min-height: 180px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.main_plan .box_white label .item_plan .column {
  padding: 0;
}
main.main_plan .box_white label .item_plan .name {
  padding: 0 5px 0 0;
  font-weight: 400;
  font-size: 21px;
  color: #000000;
  line-height: 24px;
}
main.main_plan .box_white label .item_plan .text {
  padding: 5px 5px 0 0;
  font-weight: 400;
  font-size: 16px;
  color: #747373;
  line-height: 19px;
}
main.main_plan .box_white label .item_plan .price {
  padding: 19px 0 0 0;
  font-weight: 500;
  font-size: 19px;
  color: #5D5D5C;
  line-height: 19px;
  position: relative;
}
main.main_plan .box_white label .item_plan .price span {
  font-size: 40px;
  background: -webkit-linear-gradient(left, #f5811e, #00296F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_plan .box_white label .item_plan .price .times {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: auto;
  height: auto;
  font-weight: 700;
  font-size: 22px;
  color: #000000;
  line-height: 22px;
}
main.main_plan .box_white label .item_plan .text_price {
  padding: 9px 0 0 0;
  font-weight: 400;
  font-size: 14px;
  color: #4C4D4D;
  line-height: 17px;
}
main.main_plan .box_white label .item_plan .test {
  padding: 10px 10px 7px 10px;
  margin: 13px 0 0 0;
  border-radius: 4px;
  font-weight: 500;
  font-size: 13px;
  color: #4C4D4D;
  line-height: 13px;
  text-align: center;
  float: left;
  max-width: 100%;
  width: 160px;
  height: auto;
  background: #D08034;
  background: -webkit-linear-gradient(left, #f5811e, #00296F);
  background: -o-linear-gradient(left, #f5811e, #00296F);
  background: -moz-linear-gradient(left, #f5811e, #00296F);
  background: linear-gradient(left, #f5811e, #00296F);
  position: relative;
  border: 1px solid transparent;
}
main.main_plan .box_white label .item_plan .test:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #FFFFFF;
  border-radius: 4px;
}
main.main_plan .box_white label .item_plan .test span {
  position: relative;
  z-index: 1;
  background: -webkit-linear-gradient(left, #f5811e, #00296F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main.main_plan .box_white label .item_plan .box_select {
  margin: 10px 0 0 0;
  padding: 0 0 0 12px;
  float: left;
  width: 160px;
  height: 29px;
  border-radius: 1px;
  border: 1px solid #DFDFDF;
  background-color: #FFFFFF;
  font-weight: 400;
  font-size: 15px;
  color: #747373;
  line-height: 29px;
  outline: none;
}
main.main_plan .box_white label .item_plan .box_select .option {
  padding: 0;
}
main.main_plan .box_white label .item_plan .box_select .arrow_select {
  width: 25px;
  height: 29px;
  background-image: url("../../assets/images/img_select_gray.png") !important;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 12px auto;
  position: relative;
  margin: 0;
}
main.main_plan .box_white .box_list_plans {
  padding: 0 10px 0 0;
  margin: 15px 0 0 0;
  width: calc(100% + 40px);
  margin-left: -25px;
  height: 250px;
}
main.main_plan .box_white .box_list_plans .ps__scrollbar-y-rail {
  width: 2px;
  background-color: #DFDFDF !important;
  position: absolute;
  top: 0;
  right: 0;
}
main.main_plan .box_white .box_list_plans .ps__scrollbar-y {
  width: 2px;
  background-color: #f5811e !important;
  position: absolute;
  top: 0;
  right: 0;
}
main.main_plan .box_white .box_list_plans .item {
  padding: 0 25px;
  margin: 0;
  border-bottom: 1px solid #EDEEF3;
  cursor: pointer;
}
main.main_plan .box_white .box_list_plans .item .delete {
  position: absolute;
  bottom: 20px;
  right: -15px;
  margin: 0;
  padding: 4px 10px;
  width: auto;
  height: auto;
  border: 1px solid #D60000;
  border-radius: 20px;
  background-color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  color: #D60000;
}
main.main_plan .box_white .box_list_plans .item .delete:hover {
  background-color: #D60000;
  color: #FFFFFF;
}
main.main_plan .box_white .box_list_plans .item .box_name {
  padding: 20px 30px 20px 70px;
}
main.main_plan .box_white .box_list_plans .item .box_name .box_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
}
main.main_plan .box_white .box_list_plans .item .box_name .box_img .img_item {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
}
main.main_plan .box_white .box_list_plans .item .box_name .fa {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  font-size: 30px;
  color: #000000;
  line-height: 15px;
}
main.main_plan .box_white .box_list_plans .item .box_name .name {
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 18px;
}
main.main_plan .box_white .box_list_plans .item .box_name .name .text_name {
  float: left;
  margin: 0;
  width: auto;
  max-width: 65%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.main_plan .box_white .box_list_plans .item.active .box_name .name .text_name {
    width: 100%;
    max-width: 100%;
    white-space: normal;
}
main.main_plan .box_white .box_list_plans .item .box_name .name .price {
  float: right;
  margin: 0;
  width: 35%;
  font-weight: 700;
  font-size: 18px;
  color: #f5811e;
  text-align: right;
  line-height: 15px;
}
main.main_plan .box_white .box_list_plans .item.active .box_name .name .price {
    display: none;
}
main.main_plan .box_white .box_list_plans .item .content_item {
  padding: 5px 0 20px 0;
  display: none;
  position: relative;
}

main.main_plan .box_white .box_list_plans .item .box_infos {
  padding: 0;
  float: left;
  width: 70%;
  position: relative;
}
main.main_plan .box_white .box_list_plans .item .box_infos.col-xs-12 {
  padding: 0;
  width: 100%;
}
main.main_plan .box_white .box_list_plans .item .box_infos .code {
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  line-height: 14px;
}
main.main_plan .box_white .box_list_plans .item .box_infos .name {
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  color: #f5811e;
  line-height: 18px;
}
main.main_plan .box_white .box_list_plans .item .box_infos .price {
  padding: 27px 0 0 0;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  line-height: 14px;
}
main.main_plan .box_white .box_list_plans .item .box_infos .price span {
  color: #000000;
}
main.main_plan .box_white .box_list_plans .item .box_infos .box_price {
  padding: 17px 0 0 0;
}
main.main_plan .box_white .box_list_plans .item .box_infos .box_price .box_select {
  margin: 10px 20px 0 0;
  padding: 0 0 0 12px;
  float: left;
  width: 81px;
  height: 32px;
  border-radius: 1px;
  border: 1px solid #DFDFDF;
  background-color: #FFFFFF;
  font-weight: 400;
  font-size: 15px;
  color: #747373;
  line-height: 29px;
  outline: none;
}
main.main_plan .box_white .box_list_plans .item .box_infos .box_price .box_select .option {
  padding: 0;
}
main.main_plan .box_white .box_list_plans .item .box_infos .box_price .box_select .arrow_select {
  width: 25px;
  height: 32px;
  background-image: url("../../assets/images/img_select_gray.png") !important;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 12px auto;
  position: relative;
  margin: 0;
}
main.main_plan .box_white .box_list_plans .item .box_infos .box_price .box_amount {
  padding: 0;
  margin: 10px 0 0 0;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  float: left;
  width: 80px;
  position: relative;
}
main.main_plan .box_white .box_list_plans .item .box_infos .box_price .box_amount .field {
  border: none;
  display: inline-block;
  width: 40px;
  height: 30px;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  text-align: center;
}
main.main_plan .box_white .box_list_plans .item .box_infos .box_price .box_amount .btn_less {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  right: auto;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  border: none;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 15px;
  text-align: center;
}
main.main_plan .box_white .box_list_plans .item .box_infos .box_price .box_amount .btn_plus {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 3px;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  border: none;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 15px;
  text-align: center;
}
main.main_plan .box_white .box_list_plans .item .box_infos .box_price .price_item {
  float: right;
  margin: 15px 0 0 0;
  font-weight: 700;
  font-size: 18px;
  color: #f5811e;
  line-height: 20px;
}
main.main_plan .box_white .box_list_plans .item.active .content_item {
  display: block;
}
main.main_plan .box_white .box_coupon {
  padding: 30px 0 0 0;
}
main.main_plan .box_white .box_coupon .text {
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  line-height: 18px;
}
main.main_plan .box_white .box_coupon .box_form {
  padding: 0 80px 0 0;
  margin: 5px 0 0 0;
}
main.main_plan .box_white .box_coupon .box_form .field {
  float: left;
  margin: 0;
  width: 100%;
  height: 40px;
  background-color: #3b3b3b1a;
  border: none;
  /*border-radius: 10px;*/
  font-weight: 500;
  font-size: 15px;
  color: #6C7287;
  line-height: 40px;
}
main.main_plan .box_white .box_coupon .box_form ::-webkit-input-placeholder {
  color: #6C7287;
  opacity: 10;
}
main.main_plan .box_white .box_coupon .box_form :-moz-placeholder {
  color: #6C7287;
  opacity: 10;
}
main.main_plan .box_white .box_coupon .box_form ::-moz-placeholder {
  color: #6C7287;
  opacity: 10;
}
main.main_plan .box_white .box_coupon .box_form :-ms-input-placeholder {
  color: #6C7287;
  opacity: 10;
}
main.main_plan .box_white .box_coupon .box_form .status_coupon {
  float: right;
  width: 50px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
}
main.main_plan .box_white .box_coupon .box_form .status_coupon.valid {
  background-image: url("../images/bg_valid.png");
}
main.main_plan .box_white .box_coupon .box_form .status_coupon.invalid {
  background-image: url("../images/bg_invalid.png");
  background-size: 30px auto;
}
main.main_plan .box_white .box_coupon .box_form .btn_coupon {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  width: 118px;
  /*width: 70px;*/
  height: 40px;
  border: none;
  /*border-radius: 10px;*/
  background-color: #020202;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 40px;
}
main.main_plan .box_white .box_coupon .box_form .btn_coupon:hover {
  background: #102241; /*verde marine hover*/
}
main.main_plan .box_white .box_infos_price {
  padding: 0;
  margin: 30px 0 0 0;
}
main.main_plan .box_white .box_infos_price .text {
  padding: 0 0 8px 5px;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  text-align: right;
}
main.main_plan .box_white .box_infos_price .text span {
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
}
main.main_plan .box_green {
  margin: 15px 0 0 0;
  padding: 23px 15px 40px 25px;
  min-height: 680px;
  background-color: #FFFFFF;
  /*border-radius: 20px;*/
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}/*
main.main_plan .box_green:before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 5px;
}*/
main.main_plan .box_green .section_title_mobile {
  padding: 0;
  margin: 0 0 20px 0;
  position: relative;
  z-index: 1;
  cursor: pointer;font-weight: 700;
  font-size: 22px;
  color: #f5811e;
  line-height: 34px;
  display: none;
}
main.main_plan .box_green .section_title_mobile span {
  float: left;
  margin: 1px 15px 0 0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 31px;
  text-align: center;
  border: none;
  border-radius: 100%;
  background-color: #f5811e;
}
main.main_plan .box_green .section_title {
  padding: 0;
  margin: 0 0 30px 0;
  font-weight: 700;
  font-size: 28px;
  color: #f5811e;
  line-height: 32px;
  text-align: left;
  position: relative;
  z-index: 1;
}
main.main_plan .box_green .section_title span {
    color: #f5811e;
    float: right;
    margin: 0 5px 0 0;
    padding: 0;
    width: 30px;
    height: 30px;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    border: none;
    border-radius: 100%;
}
main.main_plan .box_green .payment_OLD {
  padding: 10px 13px 10px 15px;
  margin: 15px 0 0 0;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 23px;
  text-align: left;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  overflow: hidden;
}
main.main_plan .box_green .payment_OLD:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-image: linear-gradient(45deg, #f5811e, #00296F);
  border-image-slice: 1;
}
main.main_plan .box_green .payment {
  padding: 0 0 0 15px;
  margin: 15px 0 15px 0;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 23px;
  text-align: left;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  overflow: hidden;
  background-color: transparent;
  border: none;
  width: 100%;
  height: 43px;
}
main.main_plan .box_green .payment:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-image: linear-gradient(45deg, #FFFFFF, #FFFFFF);
  border-image-slice: 1;
}
main.main_plan .box_green .payment .option {
  padding: 10px 0 0 0;
}
main.main_plan .box_green .payment .arrow_select {
  width: 43px;
  height: 43px;
  background-image: url("../../assets/images/img_select_white.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: 0;
}
main.main_plan .box_green .card {
  padding: 0 0 0 15px;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 18px;
  color: #656569;
  line-height: 23px;
  text-align: left;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  overflow: hidden;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  width: 100%;
  height: 43px;
}
main.main_plan .box_green .card .option {
  padding: 11px 0 0 0;
}
main.main_plan .box_green .card .arrow_select {
  width: 43px;
  height: 43px;
  background-image: url("../../assets/images/img_select_gray.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: 0;
}
main.main_plan .box_green .box_select {
  padding: 0 0 0 15px;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 18px;
  color: #656569;
  line-height: 23px;
  text-align: left;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  overflow: hidden;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  width: 100%;
  height: 43px;
}
main.main_plan .box_green .box_select .option {
  padding: 11px 0 0 0;
}
main.main_plan .box_green .box_select .arrow_select {
  width: 43px;
  height: 43px;
  background-image: url("../../assets/images/img_select_gray.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: 0;
}
main.main_plan .box_green .field {
  padding: 0 10px;
  margin: 0 0 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  overflow: hidden;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  width: 100%;
  height: 40px;
  background-color: #3b3b3b1a;
  border: none;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  color: #6C7287;
  line-height: 40px;
  text-align: center;
}
main.main_plan .box_green .field.card_card_holder {
  text-align: left;
}
main.main_plan .box_green .field.code {
  background-image: url("../../assets/images/bg_code.png") !important;
  background-repeat: no-repeat;
  background-position: center right;
}
main.main_plan .box_green ::-webkit-input-placeholder {
  color: #6C7287;
  opacity: 10;
}
main.main_plan .box_green :-moz-placeholder {
  color: #6C7287;
  opacity: 10;
}
main.main_plan .box_green ::-moz-placeholder {
  color: #6C7287;
  opacity: 10;
}
main.main_plan .box_green :-ms-input-placeholder {
  color: #6C7287;
  opacity: 10;
}
main.main_plan .box_green .item {
  padding: 0 5px 0 0;
}
main.main_plan .box_green .text_price {
  padding: 20px 0 0 0;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 19px;
}
main.main_plan .box_green .value_price {
  padding: 5px 0 40px 0;
  font-weight: 900;
  font-size: 31px;
  color: #db1b4e;
  line-height: 34px;
}
main.main_plan .box_green .box_item_checkbox {
  padding: 2px 0 5px 32px;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 15px;
}
main.main_plan .box_green .box_item_checkbox label {
  cursor: pointer;
  font-weight: 400;
}
main.main_plan .box_green .box_item_checkbox .box_checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  background-color: #FFFFFF;
}
main.main_plan .box_green .box_item_checkbox .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;
  background-size: 9px auto;
  opacity: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.main_plan .box_green .box_item_checkbox input[type=checkbox] {
  display: none;
}
main.main_plan .box_green .box_item_checkbox input[type=checkbox]:checked + .box_checkbox:before {
  opacity: 10;
}
main.main_plan .box_green .box_item_checkbox a {
  color: #95D69F;
}
main.main_plan .box_green .text_agree {
  padding: 5px 0 0 32px;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 15px;
}
main.main_plan .box_green .btn_payment {
  padding: 10px 15px 15px 15px;
  margin: 19px 0 0 0;
  font-weight: 700;
  font-size: 27px;
  color: #FFFFFF;
  line-height: 27px;
  text-align: left;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  overflow: hidden;
  background-color: transparent;
  border: none;
  width: 100%;
  height: auto;
}
main.main_plan .box_green .btn_payment:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-image: linear-gradient(45deg, #f5811e, #f5811e);
  border-image-slice: 1;
}
main.main_plan .box_green .btn_payment .img_item {
  float: right;
  margin: 5px 0 0 0;
}
main.main_plan .box_green .box_payment {
  background-color: #FFFFFF;
  padding: 20px 5px 5px 5px;
  margin: 12px 0 0 0;
  border-radius: 6px;
}
main.main_plan .box_green .box_payment .box_logo {
  padding: 0;
  text-align: center;
}
main.main_plan .box_green .box_payment .box_logo .img_item {
  display: inline-block;
  max-width: 90%;
}
main.main_plan .box_green .box_payment .box_img {
  padding: 0;
  margin: 25px 0 0 0;
  text-align: center;
}
main.main_plan .box_green .box_payment .box_img .img_item {
  display: inline-block;
  max-width: 90%;
}
main.main_plan .box_green .box_payment .btn_send {
  padding: 10px 15px 10px 15px;
  margin: 25px 0 0 0;
  font-weight: 700;
  font-size: 27px;
  color: #97A0A8;
  line-height: 27px;
  text-align: left;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  overflow: hidden;
  background-color: #FFFFFF;
  border: 1px solid #97A0A8;
  width: 100%;
  height: auto;
}
main.main_plan .box_green .box_payment .btn_send .img_item {
  float: right;
  margin: 3px 0 0 0;
}
main.main_plan .box_form {
  margin: 0;
  padding: 0;
}
main.main_plan .box_form .text_required {
  padding: 0 0 15px 0;
  font-size: 14px;
  color: #656569;
  line-height: 17px;
  text-align: left;
}
main.main_plan .box_form .column {
  padding: 0 8px 0 0;
}
main.main_plan .box_form .box_date {
  padding: 0;
  margin: 0 0 0 -1px;
}
main.main_plan .box_form .item {
  padding: 0;
  font-size: 14px;
  color: #656569;
  line-height: 18px;
  text-align: left;
  position: relative;
}
main.main_plan .box_form .item .text {
  padding: 0;
  min-height: 20px;
}
main.main_plan .box_form a {
  font-size: 14px;
  color: #656569;
  line-height: 18px;
}
main.main_plan .box_form .change_view {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 43px;
  height: 43px;
  border: none;
  background-color: transparent;
  background-image: url("../images/bg_password.png");
  background-repeat: no-repeat;
  background-position: center left;
  cursor: pointer;
}
main.main_plan .box_form .item.box_phone {
  font-size: 20px !important;
  line-height: 23px !important;
  margin-bottom: 30px;
}
main.main_plan .box_form .item.box_phone .field {
  margin: 8px 0 0 0;
}
main.main_plan .box_form .btn_start {
  margin: 2px 0 40px 0;
  padding: 0 16px;
  float: left;
  width: 100%;
  height: 43px;
  border-radius: 2px;
  border: 1px solid #EDEDED;
  background-color: #FFFFFF;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 43px;
  text-align: left;
}
main.main_plan .box_form .btn_start .img_item {
  float: right;
  margin: 8px -5px 0 0;
}
main.main_plan .box_form .btn_start:hover {
  box-shadow: 1px 1px 10px #656569;
}
main.main_plan .box_form .btn_register {
  margin: 2px 0 40px 0;
  padding: 0 16px;
  float: left;
  width: 100%;
  height: 43px;
  border-radius: 2px;
  border: none;
  background: #D08034;
  background: -webkit-linear-gradient(left, #f5811e, #00296F);
  background: -o-linear-gradient(left, #f5811e, #00296F);
  background: -moz-linear-gradient(left, #f5811e, #00296F);
  background: linear-gradient(left, #f5811e, #00296F);
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 43px;
  text-align: left;
}
main.main_plan .box_form .btn_register .img_item {
  float: right;
  margin: 8px -5px 0 0;
}
main.main_plan .box_form .btn_register:hover {
  box-shadow: 1px 1px 10px #656569;
}
main.main_plan .box_form .btn_send {
  margin: -35px 0 5px 0;
  padding: 0 16px;
  float: left;
  width: 100%;
  height: 43px;
  border-radius: 2px;
  border: none;
  background: #D08034;
  background: -webkit-linear-gradient(left, #f5811e, #00296F);
  background: -o-linear-gradient(left, #f5811e, #00296F);
  background: -moz-linear-gradient(left, #f5811e, #00296F);
  background: linear-gradient(left, #f5811e, #00296F);
  font-weight: 700;
  font-size: 27px;
  color: #FFFFFF;
  line-height: 43px;
  text-align: left;
}
main.main_plan .box_form .btn_send .img_item {
  float: right;
  margin: 10px -5px 0 0;
}
main.main_plan .box_form .btn_send:hover {
  box-shadow: 1px 1px 10px #656569;
}
main.main_plan .box_form .field {
  margin: 2px 0 40px 0;
  padding: 0 16px;
  float: left;
  width: 100%;
  height: 43px;
  border-radius: 2px;
  border: 1px solid #DFDFDF;
  background-color: #FFFFFF;
  font-weight: 400;
  font-size: 20px;
  color: #656569;
  line-height: 43px;
}
main.main_plan .box_form .field.password {
  padding-right: 50px;
}
main.main_plan .box_form .box_select {
  margin: 2px 0 40px 0;
  padding: 0 0 0 16px;
  float: left;
  width: 100%;
  height: 43px;
  border-radius: 2px;
  border: 1px solid #DFDFDF;
  background-color: #FFFFFF;
  font-weight: 400;
  font-size: 20px;
  color: #656569;
  line-height: 43px;
  outline: none;
}
main.main_plan .box_form .box_select .option {
  padding: 0;
}
main.main_plan .box_form .box_select .arrow_select {
  width: 43px;
  height: 43px;
  background-image: url("../../assets/images/img_select_gray.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: 0;
}
main.main_plan .box_form .textarea {
  margin: 2px 0 40px 0;
  padding: 10px 16px;
  float: left;
  width: 100%;
  height: 184px;
  border-radius: 6px;
  border: 1px solid #DFDFDF;
  background-color: #FFFFFF;
  font-weight: 400;
  font-size: 20px;
  color: #656569;
  line-height: 23px;
  resize: none;
}
main.main_plan .box_form .field:focus, main.main_plan .box_form .box_select:focus, main.main_plan .box_form .textarea:focus {
  border: 1px solid transparent;
  border-image: linear-gradient(45deg, #f5811e, #00296F);
  border-image-slice: 1;
}
main.main_plan .box_form .box_recaptcha {
  float: left;
  margin: 0;
  padding: 0;
}
main.main_plan .box_form .btn_next {
  float: left;
  margin: 30px 0 0 0;
  padding: 0 15px;
  width: 258px;
  height: 43px;
  border: none;
  background: #D08034;
  background: -webkit-linear-gradient(left, #f5811e, #00296F);
  background: -o-linear-gradient(left, #f5811e, #00296F);
  background: -moz-linear-gradient(left, #f5811e, #00296F);
  background: linear-gradient(left, #f5811e, #00296F);
  font-weight: 700;
  font-size: 27px;
  color: #FFFFFF;
  line-height: 46px;
  text-align: left;
}
main.main_plan .box_form .btn_next .img_item {
  float: right;
  margin: 11px 0 0 0;
}
main.main_plan .box_form .btn_next:hover {
  box-shadow: 1px 1px 10px #656569;
}
main.main_plan .box_form .msg_success {
  padding: 0;
  margin: 25px 0 0 0;
  font-weight: 700;
  font-size: 24px;
  color: #00923D;
  line-height: 24px;
  text-align: left;
}
main.main_plan .box_form .msg_error {
  padding: 0;
  margin: 25px 0 0 0;
  font-weight: 700;
  font-size: 24px;
  color: #DD0000;
  line-height: 24px;
  text-align: left;
}
main.main_plan .box_form ::-webkit-input-placeholder {
  color: #656569;
  opacity: 10;
}
main.main_plan .box_form :-moz-placeholder {
  color: #656569;
  opacity: 10;
}
main.main_plan .box_form ::-moz-placeholder {
  color: #656569;
  opacity: 10;
}
main.main_plan .box_form :-ms-input-placeholder {
  color: #656569;
  opacity: 10;
}
main.main_plan .box_form .text_agree {
  display: inline-block;
  margin: 5px 0 0 0;
  width: 450px;
  max-width: 100%;
  font-weight: 400;
  font-size: 17px;
  color: #656569;
  line-height: 20px;
}
main.main_plan .box_form .box_item_checkbox {
  padding: 3px 0 20px 47px;
  position: relative;
  font-weight: 800;
  font-size: 18px;
  color: #404040;
  line-height: 23px;
}
main.main_plan .box_form .box_item_checkbox label {
  cursor: pointer;
}
main.main_plan .box_form .box_item_checkbox .box_checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #DDDDDD;
}
main.main_plan .box_form .box_item_checkbox .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_plan .box_form .box_item_checkbox input[type=checkbox] {
  display: none;
}
main.main_plan .box_form .box_item_checkbox input[type=checkbox]:checked + .box_checkbox:before {
  opacity: 10;
}
.bg_image_payment {
  width: 30px !important;
  height: 30px !important;
  background-size: 100% auto !important;
  background-position: center !important;
}
/*checkout planos*/
/*login*/
body.body_login {
  background-color: #f5a400;
  background-image: url("../images/bg_plan.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  position: relative;
}
body.body_login:before {
  content: "";
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 480px;
  height: 100%;
  background-color: #FFF;
    
}
main.main_login {
  padding: 38px 40px 53px 40px;
}
main.main_login .box_img {
  padding: 30px 0;
  text-align: left;
}
main.main_login .box_mobile {
  padding: 150px 0 180px 0;
  display: none;
}
main.main_login .box_mobile .title {
  padding: 0;
  font-weight: 300;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
}
main.main_login .box_mobile .box {
  padding: 20px 0 0 0;
  text-align: center;
}
main.main_login .box_mobile .box .login {
  margin: 0 1px;
  padding: 84px 0 0 0;
  font-weight: 700;
  font-size: 27px;
  color: #fff;
  line-height: 27px;
  text-align: center;
  max-width: 48%;
  width: 166px;
  height: 166px;
  display: inline-block;
  border-radius: 8px;
  background-color: #FFFFFF;
  /*background-image: url("../images/bg_title_login.png");*/
  /*background-image: url("../images/open-account-login.png");*/
  background-image: url("../images/open-account-login.png"), radial-gradient(circle at top left, #f5811e, #00296F 50%);
  background-repeat: no-repeat;
  background-position: center 29px, 0 0;
}
main.main_login .box_mobile .box .register {
  margin: 0 1px;
  padding: 85px 0 0 0;
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 27px;
  text-align: center;
  max-width: 48%;
  width: 166px;
  height: 166px;
  display: inline-block;
  border-radius: 8px;
  background-color: #FFFFFF;
  /*background-image: url("../images/bg_title_register.png"), radial-gradient(circle at top left, #f5811e, #00296F 50%);*/
  background-image: url("../images/account-circle.png"), radial-gradient(circle at top left, #f5811e, #00296F 50%);
  background-repeat: no-repeat;
  background-position: center 24px, 0 0;
}
main.main_login .box_login {
  padding: 0;
  width: 420px;
  float: left;
}
main.main_login .box_login .recover_password {
  padding: 15px 0 40px 0;
  display: none;
}
main.main_login .box_login .box_white {
  padding: 0;
}
main.main_login .box_login .box_white .section_title {
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  color: #656569;
  line-height: 32px;
  text-align: left;
  text-transform: uppercase
}
main.main_login .box_login .box_white .box_form {
  margin: 0;
  padding: 55px 35px 35px 35px;
  /*background-color: #FFFFFF;
  border: 1px solid #E1E3EC;
  border-radius: 20px;*/
  min-height: 640px;
}
main.main_login .box_login .box_white .box_form .title {
  padding: 0;
  font-weight: 700;
  font-size: 45px;
  color: #f5811e;
  line-height: 50px;
}
main.main_login .box_login .box_white .box_form .text {
  padding: 25px 0;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 23px;
}
main.main_login .box_login .box_white .box_form .item {
  padding: 0;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}
main.main_login .box_login .box_white .box_form .field {
  margin: 5px 0 8px 0;
  padding: 0 25px;
  float: left;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #DFDFDF;
  background-color: #f3eef2;
  font-weight: 500;
  font-size: 18px;
  color: #6C7287;
  line-height: 60px;
}
main.main_login .box_login .box_white .box_form .field:focus {
  border: 1px solid transparent;
  border-image: linear-gradient(45deg, #f5811e, #00296F);
  border-image-slice: 1;
}
main.main_login .box_login .box_white .box_form .change_view {
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 43px;
  height: 43px;
  border: none;
  background-color: transparent;
  background-image: url("../images/bg_password.png");
  background-repeat: no-repeat;
  background-position: center left;
  cursor: pointer;
}
main.main_login .box_login .box_white .box_form .btn_send {
  float: left;
  margin: 15px 0 0 0;
  padding: 13px 25px;
  width: auto;
  height: auto;
  border-radius: 30px;
  border: none;
  background: #007733;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  text-align: left;
}
main.main_login .box_login .box_white .box_form .btn_send .img_item {
  float: left;
  margin: 0 12px 0 0;
}
main.main_login .box_login .box_white .box_form .btn_send:hover {
  background: #f5811e; /*azul-claro-segundario*/
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.main_login .box_login .box_white .box_form .btn_facebook {
  float: left;
  margin: 20px 0 0 0;
  padding: 0 0 0 43px;
  width: 100%;
  height: 37px;
  border: none;
  background-color: #33629F;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 37px;
  text-align: left;
  background-image: url("../images/bg_facebook.png");
  background-repeat: no-repeat;
  background-position: 17px 8px;
}
main.main_login .box_login .box_white .box_form .btn_facebook:hover {
  background-color: #f5811e;
}
main.main_login .box_login .box_white .box_form .btn_google {
  float: left;
  margin: 5px 0 0 0;
  padding: 0 0 0 43px;
  width: 100%;
  height: 37px;
  border: 1px solid #DADADA;
  background-color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  color: #808080;
  line-height: 37px;
  text-align: left;
  background-image: url("../images/bg_google.png");
  background-repeat: no-repeat;
  background-position: 8px 4px;
}
main.main_login .box_login .box_white .box_form .btn_facebook:hover {
  background-color: #f5811e;
}
main.main_login .box_login .box_white .box_form a {
  font-weight: 700;
  font-size: 18px;
  color: #f5811e;
  line-height: 22px;
  float: left;
  width: auto;
  margin: 8px 0 0 0;
}
main.main_login .box_login .box_white .box_form .text_required {
  padding: 35px 0 0 0;
  font-size: 14px;
  color: #969696;
  line-height: 17px;
  text-align: left;
}
main.main_login .box_register {
  padding: 0;
  width: 420px;
  float: left;
  margin: 0 0 0 30px;
}
main.main_login .box_register .box {
  padding: 0;
}
main.main_login .box_register .box .box_form {
  margin: 0;
  padding: 55px 35px 35px 35px;
  /*background: #ffffff;
  border-radius: 20px;
    */
  min-height: 640px;
}
main.main_login .box_register .box .box_form .title {
  padding: 0;
  font-weight: 700;
  font-size: 45px;
  color: #f3eef2;
  line-height: 50px;
}
main.main_login .box_register .box .box_form .text {
  padding: 25px 0 20px 0;
  font-weight: 500;
  font-size: 18px;
  color: #f3eef2;
  line-height: 22px;
}
main.main_login .box_register .box .box_form .item {
  padding: 0;
  position: relative;
}
main.main_login .box_register .box .box_form .field {
  margin: 0 0 8px 0;
  padding: 0 20px;
  float: left;
  width: 100%;
  height: 43px;
  border-radius: 2px;
  border: 1px solid #DFDFDF;
  background-color: #FFFFFF;
  font-weight: 400;
  font-size: 20px;
  color: #656569;
  line-height: 43px;
}
main.main_login .box_register .box .box_form .field:focus {
  border: 1px solid transparent;
  border-image: linear-gradient(45deg, #f5811e, #00296F);
  border-image-slice: 1;
}
main.main_login .box_register .box .box_form .change_view {
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 43px;
  height: 43px;
  border: none;
  background-color: transparent;
  background-image: url("../images/bg_password.png");
  background-repeat: no-repeat;
  background-position: center left;
  cursor: pointer;
}
main.main_login .box_register .box .box_form .btn_send {
    float: left;
    margin: 15px 0 0 0;
    padding: 13px 25px;
    width: auto;
    height: auto;
    border-radius: 30px;
    border: none;
    background: #f5811e;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;
}
main.main_login .box_register .box .box_form .btn_send .img_item {
    float: left;
    margin: -2px 12px -4px -14px;
}
main.main_login .box_register .box .box_form .btn_send span {
  color: #020202;
}
main.main_login .box_register .box .box_form .btn_send:hover {
  background-color: #f5811e; /*azul-claro-segundario*/
  color: #FFFFFF;
}
main.main_login .box_register .box .box_form .text_required {
  padding: 20px 0 0 0;
  font-size: 14px;
  color: #f5811e;
  line-height: 17px;
  text-align: left;
}
/*login*/






/*compra sem cartão*/
.main_checkout {
    padding: 0 25px 25px 25px;
}
.main_checkout .column_1 {
    padding: 0 30px 0 0;
}
.main_checkout .column_1 .box_column {
    padding: 20px 20px;
    border-radius: 7px;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
}
.main_checkout .column_1 .title_column {
    padding: 0;
    margin: 0 0 45px 0;
    font-weight: 600;
    font-size: 32px;
    color: #0A0A0A;
}
.main_checkout .column_1 .box {
    padding: 0;
    margin: 0 0 35px 0;
}
.main_checkout .column_1 .box .box_title {
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: 700;
    font-size: 22px;
    color: #f5811e;
    text-transform: uppercase;
}
.main_checkout .column_1 .box .box_title span {
    border-radius: 100%;
    padding: 0;
    margin: 0 15px 0 0;
    position: relative;
    top: 5px;
    display: inline-block;
    background: #f5811e;
    width: 45px;
    height: 45px;
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
}
.main_checkout .column_1 .box .item {
    padding: 0 5px 0 0;
    margin-bottom: 15px;
}
.main_checkout .column_1 .box .text_field {
    padding: 0;
    margin: 0 0 5px 0;
    font-weight: 400;
    font-size: 16px;
    color: #656569;
}
.main_checkout .column_1 .box .field {
  margin: 0;
  padding: 0 20px;
  float: left;
  width: 100%;
  height: 43px;
  border-radius: 2px;
  border: 1px solid #DFDFDF;
  background-color: #FFFFFF;
  font-weight: 400;
  font-size: 20px;
  color: #656569;
  line-height: 43px;
}
.main_checkout .column_1 .box .cupom {
    padding: 0 5px 0 0;
    margin-bottom: 15px;
    border: 1px solid #DFDFDF;
}
.main_checkout .column_1 .box .cupom .field_cupom {
  margin: 0;
  padding: 0 150px 0 20px;
  float: left;
  width: 100%;
  height: 43px;
  border-radius: 2px;
  border: none;
  background-color: #FFFFFF;
  font-weight: 400;
  font-size: 20px;
  color: #656569;
  line-height: 43px;
}
.main_checkout .column_1 .box .cupom .btn_add_cupom {
  margin: 0;
  padding: 0 20px;
  position: absolute;
  top: 4px;
  right: 5px;
  width: 130px;
  height: 35px;
  border-radius: 2px;
  border: none;
  background-color: #f5811e;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 35px;
  text-align: center;
}
.main_checkout .column_1 .box .cupom .btn_remove_cupom {
  margin: 0;
  padding: 0 20px;
  position: absolute;
  top: 4px;
  right: 5px;
  width: 130px;
  height: 35px;
  border-radius: 2px;
  border: none;
  background-color: #DD0000;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 35px;
  text-align: center;
}
.main_checkout .column_infos {
    padding: 0 0 0 25px;
    float: right;
}
.main_checkout .column_infos .box_content {
    padding: 0;
}
.main_checkout .column_infos .box {
    padding: 20px 25px;
    border-radius: 7px;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    position: relative;
}
.main_checkout .column_infos .box.fixed {
    position: fixed;
    top: 20px;
    height: 90%;
    overflow: hidden;
}
.main_checkout .column_infos .box .ps__scrollbar-y-rail {
  width: 2px;
  background-color: #DDDDDD;
  position: absolute;
  top: 0;
  right: 8px;
}
.main_checkout .column_infos .box .ps__scrollbar-y {
  width: 2px;
  background-color: #f5811e;;
  position: absolute;
  top: 0;
  right: 0;
}
.main_checkout .column_infos .title1 {
    padding: 0 0 5px 0;
    font-weight: 600;
    font-size: 32px;
    color: #0A0A0A;
    text-transform: uppercase;
}
.main_checkout .column_infos .title2 {
    padding: 0 0 5px 0;
    font-weight: 500;
    font-size: 24px;
    color: #999999;
}
.main_checkout .column_infos .box_product {
    padding: 0;
    margin-top: 15px;
}
.main_checkout .column_infos .box_product .item {
    padding: 0 0 0 100px;
    min-height: 110px;
}
.main_checkout .column_infos .box_product .item .box_product_img {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 100px;
}
.main_checkout .column_infos .box_product .item .box_product_img .img_item {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}
.main_checkout .column_infos .box_product .item .box_product_infos {
    padding: 0;
}
.main_checkout .column_infos .box_product .item .text1 {
    padding: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    color: #0A0A0A;
}
.main_checkout .column_infos .box_product .item .text2 {
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    color: #656569;
}
.main_checkout .column_infos .box_product .item .text3 {
    padding: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    color: #f5811e;
}
.main_checkout .column_infos .box_delevery {
    margin-top: 25px;
    padding: 20px 0 0 0;
    font-weight: 400;
    font-size: 18px;
    color: #86866;
    border-top: 1px solid #DDDDDD;
}
.main_checkout .column_infos .box_delevery .box1 {
    padding: 0;
}
.main_checkout .column_infos .box_delevery .box2 {
    padding: 0;
    text-align: right;
}
.main_checkout .column_infos .subtotal {
    padding: 5px 0 0 0;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}
.main_checkout .column_infos .subtotal .box1 {
    padding: 0;
}
.main_checkout .column_infos .subtotal .box2 {
    padding: 0;
    text-align: right;
}
.main_checkout .column_infos .total {
    margin-top: 25px;
    padding: 5px 0 0 0;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    border-top: 1px solid #DDDDDD;
}
.main_checkout .column_infos .total .box1 {
    padding: 10px 0 0 0;
}
.main_checkout .column_infos .total .box2 {
    padding: 0;
    font-size: 28px;
    text-align: right;
}
.main_checkout .column_infos .btn_payment {
  padding: 10px 15px 15px 15px;
  margin: 35px 0 0 0;
  font-weight: 700;
  font-size: 27px;
  color: #FFFFFF;
  line-height: 27px;
  text-align: left;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  overflow: hidden;
  background: #14b794;
  border: none;
  width: 100%;
  height: auto;
}
.main_checkout .column_infos .text {
    margin-top: 25px;
    padding: 5px 0 0 0;
    font-weight: 400;
    font-size: 15px;
    color: #969696;
}




















.main_checkout .item_payment {
    padding: 0;
    border: 1px solid #DDDDDD;
    margin: 0 0 -1px 0;
}
.main_checkout .item_payment .box_1 {
    padding: 0;
}
.main_checkout .item_payment .row_number {
    margin: 0 -4px;
}
.main_checkout .item_payment .box_field_card {
    padding: 0 4px;
}
.main_checkout .item_payment .cvv {
    width: 99% !important;
    background-image: url("../../assets/images/bg_code.png") !important;
    background-repeat: no-repeat;
    background-position: center right;
}
.main_checkout .item_payment .box_2 {
    padding: 40px 30px;
    display: none;
}
.main_checkout .item_payment .box_2 .text {
    padding: 0;
    font-size: 17px;
    color: #656569;
}
.main_checkout .item_payment .box_1 label {
    padding: 10px 100px 10px 80px;
    font-weight: 400;
    cursor: pointer;
}
.main_checkout .item_payment .box_1 .radio_fake {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    right: auto;
    width: 15px;
    height: 15px;
    border: 1px solid #656569;
    border-radius: 100%;
    background: #DDDDDD;
}
.main_checkout .item_payment .box_1 .radio_fake::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #003da5;
    opacity: 0;
}
.main_checkout .item_payment .box_1 input[type="radio"] {
    display: none;
}
.main_checkout .item_payment .box_1 input[type="radio"]:checked + .radio_fake::before {
    opacity: 1;
}
.main_checkout .item_payment .box_1 .text1 {
    padding: 0;
    font-size: 24px;
    color: #656569;
}
.main_checkout .item_payment .box_1 .text2 {
    padding: 0;
    font-size: 16px;
    color: #656569;
}
.main_checkout .item_payment .box_1 .img_item_payment {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 15px;
    max-width: 80px;
    max-height: 80px;
}
.main_checkout .item_payment .btn_payment {
  padding: 10px 15px 15px 15px;
  margin: 35px 0 0 0;
  font-weight: 700;
  font-size: 27px;
  color: #FFFFFF;
  line-height: 27px;
  text-align: left;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  overflow: hidden;
  background: #14b794;
  border: none;
  width: 100%;
  height: auto;
}

@media (max-width: 1450px) {
    main.main_contact .box_form .item .text {
      font-size: 15px;
    }
    main.main_contact .box_form .label_checkbox {
        font-size: 15px;
    }
    main.main_contact .box_form .text_agree {
        font-size: 15px;
    }
    main.main_contact .box_form .item a {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    .main_checkout .column_infos {
        padding: 0;
    }
    .main_checkout .column_1 {
        padding-right: 20px;
    }
}

@media (max-width: 900px) {
    .main_checkout .column_infos {
        padding: 35px 0 100px 0;
        width: 100%;
        float: left;
    }
    .main_checkout .column_1 {
        padding: 0;
        width: 100%;
    }
}

@media (max-width: 500px) {
    main.main_contact .box_form ::-webkit-input-placeholder {
      font-size: 13px;
    }
    main.main_contact .box_form :-moz-placeholder {
      font-size: 13px;
    }
    main.main_contact .box_form ::-moz-placeholder {
      font-size: 13px;
    }
    main.main_contact .box_form :-ms-input-placeholder {
      font-size: 13px;
    }
    .main_checkout {
        padding: 0 0 25px 0;
    }
}

@media (max-width: 400px) {
    .main_checkout .column_1 .box .item {
        width: 100%;
        padding: 0;
    }

    main.main_plan .box_white .box_coupon .box_form .field {
      font-size: 14px;
    }
}
/*compra sem cartão*/







@media (max-width: 1700px) {

  main.main_plan {
    padding: 0 25px 25px 25px;
  }
  /*main.main_plan .box_white .box_coupon ::-webkit-input-placeholder {
    font-size: 11px !important;
  }
  main.main_plan .box_white .box_coupon :-moz-placeholder {
    font-size: 11px !important;
  }
  main.main_plan .box_white .box_coupon ::-moz-placeholder {
    font-size: 11px !important;
  }
  main.main_plan .box_white .box_coupon :-ms-input-placeholder {
    font-size: 11px !important;
  }*/
}
@media (max-width: 1600px) {
}
@media (max-width: 1400px) {
  main.main_contact .box_form {
    padding: 40px 15px;
  }
  main.main_contact .box_form .btn_next {
    font-size: 22px;
  }
  main.main_contact .box_form .btn_next_login {
    font-size: 22px;
  }
  main.main_plan .box_white label .item_plan .price {
    font-size: 13px;
  }
  main.main_plan .box_white label .item_plan .price .times {
    font-size: 13px;
    bottom: 15px;
  }
  main.main_plan .box_white label .item_plan .price span {
    font-size: 32px;
  }
}
@media (min-width: 1301px) {
  .box_tab {
    display: block !important;
  }
}
@media (max-width: 1300px) {
  main.main_plan .title .img_item {
    display: none;
  }
  main.main_plan .box_tab {
    display: none;
  }
  main.main_plan .box_white .section_title {
    display: none;
  }
  main.main_plan .box_white .section_title_mobile {
    display: block;
    /*text-transform: uppercase;*/
  }
  /*main.main_plan .box_green {
    background-color: #f5811e;
    box-shadow: none;
    margin-top: 5px;
    padding-bottom: 23px;
    border-radius: 2px;
  }
  main.main_plan .box_green:before {
    display: none;
  }*/
  main.main_plan .box_green .section_title {
    display: none;
  }
  main.main_plan .box_green .section_title_mobile {
    display: block;
    /*text-transform: uppercase;*/
  }
  main.main_plan .box {
    width: 100%;
  }
  main.main_plan .box_white, main.main_plan .box_green {
    min-height: inherit;
  }
  main.main_contact .box1, main.main_contact .box2 {
    padding: 0 10px;
  }
  main.main_contact .box_form {
    padding: 40px 15px;
  }
  main.main_contact .box_form .column {
    padding: 0 5px;
  }
  main.main_contact .box_form .item {
    font-size: 12px;
  }
}
@media (max-width: 1300px) {
  main.main_contact .box1 {
    padding: 0 20px;
    width: 100%;
  }
  main.main_contact .box2 {
    padding: 50px 20px 0 20px;
    width: 100%;
  }
  main.main_contact .title.white {
    color: #656569;
  }
  main.main_contact .box_form {
    padding: 40px 35px;
  }
  main.main_contact .box_form .column {
    padding: 0 15px;
  }
  main.main_contact .box_form .column {
    padding: 0 10px;
  }
  main.main_contact .box_form .item {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  main.main_plan .box_white .btn_next,
  main.main_plan .box_green .btn_next {
    display: block;
    text-align: center;
    /*text-transform: uppercase;*/
  }
  body.body_login:before {
    width: 50%;
  }
  body.body_login main.main_login {
    padding: 55px 15px 130px 15px;
  }
  body.body_login main.main_login .box_login {
    width: 50%;
    padding-right: 15px;
  }
  body.body_login main.main_login .box_login .box_white {
    width: 310px;
    max-width: 100%;
    float: right;
  }
  body.body_login main.main_login .box_register {
    width: 50%;
    margin: 0;
    padding-left: 15px;
  }
  body.body_login main.main_login .box_register .box {
    width: 310px;
    max-width: 100%;
  }
}
@media (max-width: 1120px) {
  body.body_register:after {
    width: 400px;
  }
  body.body_plan:after {
    width: 400px;
  }
}
@media (max-width: 768px) {
    main.main_login .box_login.mobile .box_white .box_form {
    background: #f0f0f0;
  }
}
@media (max-width: 1020px) {
  main.main_login {
    padding: 2px 0 10px 0;
  }
  main.main_login .box_login.mobile {
    padding: 20px 0 0 0;
    width: 100%;
  }
  main.main_login .box_login.mobile .box_white .section_title {
    padding: 0 20px;
  }
  main.main_login .box_login.mobile .box_white .box_form {
    border-top: 2px solid #F4F4F4;
  }
  main.main_login .box_register.mobile {
    width: 100%;
    margin: 0;
  }
  main.main_login .box_register.mobile .box {
    margin: 0;
    background-color: #FFFFFF;
  }
  main.main_login .box_register.mobile .box .section_title {
    padding: 15px 20px;
    font-size: 22px;
    color: #404040;
    line-height: 25px;
    text-align: left;
  }
  main.main_login .box_register.mobile .box .box_form {
    margin: 0;
    border-radius: 0;
  }
  .header_main {
    padding: 15px 25px 15px 25px;
    background: #ffffff;
  }
  .header_main .home .logo {
      width: 130px;
  }
  .header_main .box_user_desktop {
    display: none;
  }
  .header_main .btn_menu {
    display: block;
  }
  .header_main .img_arrow_header {
    display: block;
  }
  .header_main .menu {
    display: none;
  }
  .footer_main .box_text .text {
    color: #656569;
  }
  body.body_register {
    background-color: #FFFFFF;
  }
  body.body_register:before, body.body_register:after {
    display: none;
  }
  body.body_plan {
    background-color: #FFFFFF;
  }
  body.body_plan:before, body.body_plan:after {
    display: none;
  }
  main.main_contact .box1, main.main_contact .box2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  main.main_contact .title {
    padding: 15px 0;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
  }
  main.main_contact .box1 .box_form {
    padding-bottom: 0 !important;
  }
  main.main_contact .box2 {
    padding-top: 0;
  }
  main.main_contact .title.white {
    display: none;
  }
  main.main_contact .title .img_item {
    display: none;
  }
  main.main_contact .box_form {
    border: none;
    box-shadow: none;
    padding: 40px 10px;
    min-height: inherit;
  }
  main.main_contact .box_form:before {
    display: none;
  }
  main.main_contact .box_form .column {
    padding: 0 10px;
  }
}
@media (max-width: 900px) {
    main.main_contact .box_form .title_form {
        font-size: 24px;
        line-height: 30px;
    }
  .header_main .home {
    width: 110px;
  }
  .header_main .img_light {
    margin-top: 0;
  }
  main.main_contact .box1 .column {
    width: 100%;
  }
  main.main_contact .box2 .column.col-xs-5, main.main_contact .box2 .column.col-xs-7 {
    width: 50%;
  }
  main.main_contact .box2 .column.col-xs-6 {
    width: 100%;
  }
  main.main_contact .box_form .btn_next {
    width: 100%;
  }
}
@media (max-width: 600px) {
    main.main_contact .box_form {
        padding: 45px 10px 25px 10px;
    }
  body.body_login {
    background-position: center;
  }
  body.body_login:before {
    display: none;
  }
  body.body_login main.main_login {
    padding: 10px 15px;
  }
  body.body_login main.main_login .box_mobile {
    display: block;
  }
  body.body_login main.main_login .box_login, body.body_login main.main_login .box_register {
    display: none;
  }
  main.main_plan .box_white .box_user .column_img {
    width: 20%;
  }/*
  main.main_plan .box_white .box_user .box_infos {
    width: 80%;
  }*/
  main.main_plan .box {
    padding: 0;
  }
  .footer_main .box_img {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  .footer_main .box_text {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .footer_main .box_text .text {
    text-align: center;
  }
  main.main_contact .box_item_contact {
    padding: 30px 20px;
  }
  main.main_contact .box_item_contact .box_answer {
    padding: 15px 20px;
  }
  main.main_contact .box_form {
    padding: 45px 0 30px 0;
  }
  main.main_contact .box_form .field {
    margin: 2px 0 15px 0;
  }
  main.main_contact .box_form .change_view {
    bottom: 14px;
  }
  main.main_contact .box_form .btn_next_login {
    margin: 13px 0 0 0;
  }
  main.main_plan .box_white .box_content {
    /*height: 702px;*/
    height: 100%;
  }
}
@media (max-width: 580px) {
    .credit-card-box {
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -moz-transform-origin: center;
        -webkit-transform-origin: center;
        transform-origin: center;
    }
    main.main_plan .box_white .box_user .box_infos .name {
        font-size: 16px;
    }
    main.main_plan .box_white .box_user .box_infos .email {
        font-size: 16px;
    }
    main.main_plan .box_white .text_freight {
        font-size: 16px;
    }
    main.main_plan .box_white .box_slide_address .title_address,
    main.main_plan .box_white .text_address {
        font-size: 16px;
    }
    main.main_plan .box_white .box_text_time .text_time_1 {
        font-size: 14px;
    }
    main.main_plan .box_white .box_text_time .text_time_2 {
        font-size: 14px;
    }
    main.main_plan .box_white .box_list_plans .item.active .box_name .name .text_name {
        font-size: 16px;
    }
    main.main_plan .box_white .box_list_plans .item .box_name .name .price {
        font-size: 16px;
    }
    main.main_plan .box_white .box_list_plans .item .box_infos .box_price .price_item {
        font-size: 16px;
    }
    main.main_plan .box_white .box_user .box_infos .logout {
        font-size: 12px;
    }
    main.main_plan .box_white .btn_address {
        font-size: 14px;
    }
    main.main_plan .box_white .box_infos_price .text {
        font-size: 16px;
    }
    main.main_plan .box_white .box_infos_price .text span {
        font-size: 22px;
    }
    main.main_plan .box_white .section_title_mobile {
        font-size: 18px;
    }
    main.main_plan .item_payment .box_2 {
        padding: 40px 0;
    }
    main.main_plan .box_green .field {
        font-size: 14px;
    }
  main.main_contact .box1, main.main_contact .box2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 500px) {
    .header_main .home .logo {
        width: 130px;
    }
  main.main_plan .box_green .item.month {
    width: 100%;
  }
  main.main_plan .box_green .item.year, main.main_plan .box_green .item.code {
    width: 50%;
  }
  .header_main {
    padding: 15px 25px 15px 25px;
    background: #FFFFFF;
  }
  main.main_plan {
    padding: 0 0 130px 0;
  }
  main.main_contact .box_form .box_date {
    width: 100%;
  }
}
@media (max-width: 450px) {
  main.main_plan .box_white .box_slide_address label {
    padding-left: 40px;
  }
  main.main_plan .box_white .box_slide_address label .box_checkbox {
    left: 10px;
  }
  main.main_plan .box_white label .item_plan .column {
    width: 100%;
  }
  main.main_plan .box_white .box_coupon .box_form .status_coupon {
    float: left;
  }
  main.main_plan .box_white .box_coupon .box_form .field {
    width: 100%;
    max-width: 100%;
  }
  main.main_plan .box_white {
    padding: 25px 10px 10px 15px;
  }
  main.main_plan .box_green {
    padding: 23px 10px 40px 15px;
  }
  main.main_plan .box_form .column {
    width: 100%;
  }
  main.main_contact .box_form .column {
    width: 100% !important;
  }
  main.main_contact .box_form .box_recaptcha {
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -moz-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
}
@media (max-width: 400px) {
  main.main_plan .box_white .box_user .column_img {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
  }
  main.main_plan .box_white .box_user .box_infos {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
