* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch; }

html {
  font-family: Dosis, Arial, Helvetica, sans-serif;
  font-size: 16px; }

a {
  text-decoration: none; }

strong {
  font-weight: 800; }

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden; }

ul {
  list-style: none; }

form {
  width: 100%; }

.checkbox {
  cursor: pointer; }

input, select, textarea {
  font-family: Dosis, sans-serif; }

address {
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/checkout/icomoon.eot?fg48vg");
  src: url("../fonts/checkout/icomoon.eot?fg48vg#iefix") format("embedded-opentype"), url("../fonts/checkout/icomoon.ttf?fg48vg") format("truetype"), url("../fonts/checkout/icomoon.woff?fg48vg") format("woff"), url("../fonts/checkout/icomoon.svg?fg48vg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-rewind:before {
  content: "\e900"; }

.icon-lock:before {
  content: "\e98f"; }

.icon-bin:before {
  content: "\e9ac"; }

.icon-plus:before {
  content: "\ea0a"; }

.icon-checkmark:before {
  content: "\ea10"; }

[class^="sprite-card"], [class*=" sprite-card"] {
  background: url("../img/sprite-credit-card.png") no-repeat; }

.sprite-card-american-express {
  background-position: 0 -15px;
  width: 64px;
  height: 22px; }

.sprite-card-master-card {
  background-position: -69px 0;
  width: 64px;
  height: 49px; }

.sprite-card-diners-club {
  background-position: -138px 0;
  width: 64px;
  height: 46px; }

.sprite-card-visa {
  background-position: -275px 0px;
  width: 64px;
  height: 46px; }

.sprite-card-elo {
  background-position: -204px 0px;
  width: 68px;
  height: 46px; }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 33.75em) {
    .container {
      width: 80%; } }
  @media only screen and (min-width: 75em) {
    .container {
      width: 75%;
      max-width: 60rem; } }

.row {
  width: 100%; }

.row [class^="column"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem; }

.row::after {
  content: "";
  display: table;
  clear: both; }

.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-10,
.column-11,
.column-12 {
  width: 96%; }

.column-1-small {
  width: 4.33333%; }

.column-2-small {
  width: 12.66667%; }

.column-3-small {
  width: 21%; }

.column-4-small {
  width: 29.33333%; }

.column-5-small {
  width: 37.66667%; }

.column-6-small {
  width: 46%; }

.column-7-small {
  width: 54.33333%; }

.column-8-small {
  width: 62.66667%; }

.column-9-small {
  width: 71%; }

.column-10-small {
  width: 79.33333%; }

.column-11-small {
  width: 87.66667%; }

.column-12-small {
  width: 96%; }

@media only screen and (min-width: 50em) {
  .column-1 {
    width: 4.33333%; }
  .column-2 {
    width: 12.66667%; }
  .column-3 {
    width: 21%; }
  .column-4 {
    width: 29.33333%; }
  .column-5 {
    width: 37.66667%; }
  .column-6 {
    width: 46%; }
  .column-7 {
    width: 54.33333%; }
  .column-8 {
    width: 62.66667%; }
  .column-9 {
    width: 71%; }
  .column-10 {
    width: 79.33333%; }
  .column-11 {
    width: 87.66667%; }
  .column-12 {
    width: 96%; }
  .hidden-small {
    display: block; } }

.hidden {
  display: none; }

.left {
  float: left; }

.not-left-margin {
  margin-left: 0 !important; }

.right {
  float: right; }

.lower {
  text-transform: lowercase; }

.upper {
  text-transform: uppercase; }

.captalize {
  text-transform: capitalize; }

.text-left {
  text-align: left; }

.text-strong {
  font-weight: bold; }

.text-center {
  text-align: center; }

.button {
  border: none;
  padding: 10px 25px;
  color: #fff;
  border-radius: 5px;
  font-weight: 800;
  outline: none;
  text-align: center;
  font-size: .85rem;
  cursor: pointer; }

.button-light {
  background: #fff;
  color: #878a92;
  border: solid 1px #dbdcde; }

.button-light:hover {
  transition: .6s;
  color: #6b6e79; }

.button-green {
  background: #7ecd7a; }

.button-red {
  background: #ee746c; }

.button-upper {
  text-transform: uppercase; }

.button-captalize {
  text-transform: capitalize; }

.button-flex {
  width: 100%; }

.header {
  background: #7a52d1;
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px; }

.logo {
  float: left;
  width: 150px; }

.input {
  border: solid 1px #dbdcde;
  background: #fff;
  height: 40px;
  border-radius: 10px;
  outline: none;
  width: 100%;
  font-size: 1rem;
  color: #555;
  font-weight: 300; }

::placeholder {
  color: #878a92;
  opacity: 1; }

:-ms-input-placeholder {
  color: #878a92; }

::-ms-input-placeholder {
  color: #878a92; }

.input-text {
  padding: 1em; }

.div-input-text{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.input-none{
  border: none;
  font-size: 1rem;
  color: #555;
  font-weight: 300;
  width: 75%;
}

.input-none:focus {
    outline: none;
    border: none;
}

.input-select {
  text-indent: .4rem;
  cursor: pointer; }

.input-read-only {
  color: #696969;
  font-weight: 800;
  background: #f0f0f0; }

.timeline-container {
  background: #ededed;
  float: left;
  border-radius: 5px;
  padding: 10px 12px 8px 10px;
  min-width: 120px;
  width: 100%;
  margin-left: 8px;
  font-size: 17px; }

.timeline-item {
  display: inline-block;
  cursor: pointer; }

.timeline-step {
  margin: 0 4px;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  float: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }

.timeline-normal-step {
  background: #7a52d1; }

.complete-step {
  background: #75c16b; }

.timeline-text {
  float: left;
  padding-top: 2px;
  color: #555;
  font-weight: 400; }

.timeline-text:hover {
  text-decoration: underline; }

.form-title-section {
  margin: .5rem 0; }

.form-title {
  color: #7a52d1;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 10px; }

.form-subtitle {
  font-size: 1.125em;
  color: #6b6e79;
  font-weight: normal; }

.security {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75rem;
  line-height: 2.5;
  color: #6b6e79;
  font-weight: normal; }

.message, .message-container {
  float: left;
  width: 100%; }

.message {
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  padding: .5rem; }

.message-error {
  background: #ee746c;
  color: #fff; }

.link {
  font-size: 1rem;
  color: #6b6e79;
  cursor: pointer;
  padding: 7px 0;
  text-transform: capitalize; }

.link:hover {
  font-weight: 800; }

.link-icon {
  display: inline-block; }

.form-navigation {
  margin-top: 1rem;
  float: left;
  width: 100%; }

.credit-card-container {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.credit-card {
  min-width: 308px;
  height: auto;
  float: left;
  position: relative;
  background: #3e6edf;
  border-radius: .6rem;
  box-shadow: 2.1px 5.6px 16px 0 rgba(81, 111, 162, 0.5);
  color: #fff;
  font-family: OpenSans, sans-serif;
  padding: 20px;
  padding-bottom: 50px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.credit-card-number {
  text-align: left;
  width: 100%;
  float: left;
  font-size: 1.2rem;
  display: block;
  margin: 0 0 1rem 0;
  word-spacing: 1px;
  letter-spacing: 3px;
  text-align: center; }

.credit-card-value {
  font-size: .8rem; }

.contract-view, .contract-view-container, .accept-contract {
  width: 100%;
  float: left;
  position: relative; }

.contract-view {
  height: 300px;
  border: solid 1px #ededed;
  overflow-x: hidden;
  padding: 2rem;
  cursor: pointer;
  overflow-y: scroll;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1); }

.contract-view-container {
  padding: .45rem; }

.accept-contract {
  color: #878a92;
  margin-top: 1rem;
  color: #6b6e79;
  font-size: 1.063rem; }

.accept-check {
  margin-top: 4px;
  margin-left: 8px; }

#coupon-button {
  float: left;
  width: 100%;
  cursor: pointer;
  color: darkblue; }

.coupon-container {
  margin-top: 1rem;
  float: left;
  width: 100%; }

.coupon-title {
  margin-left: .9rem; }

#apply-coupon {
  float: left;
  border: 0;
  padding: 10px 15px;
  border-radius: 5px;
  background: #75c16b;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer; }

.payment-label {
  background: #3e6edf;
  color: #fff;
  padding: 10px 0 10px 10px;
  border-radius: 100px;
  width: 210px;
  font-weight: bold;
  float: right;
  box-shadow: 2.1px 5.6px 16px 0 rgba(81, 111, 162, 0.5); }

.payment-method-icon {
  margin-right: 10px;
  color: #3e6edf;
  background: #fff;
  display: block;
  float: left;
  border-radius: 100px;
  padding: 4px;
  box-shadow: 2.1px 5.6px 16px 0 rgba(62, 110, 223, 0.7); }

.payment-text {
  padding-top: 2px;
  display: inline-block; }

.main-container {
  padding: 16px 2%;
  position: relative;
  float: left;
  width: 100%;
  padding-top: 48px; }

.authorize-text {
  color: #878a92;
  width: 85%;
  float: left; }

.check-authorize {
  margin-top: 5px; }

.app-checkbox {
  width: 15px;
  height: 15px;
  padding: 5px;
  float: right; }

.button-nav-space {
  margin-left: 23px; }

#tg {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #cccccc; }

#temp_back {
  background-image: url("img/timbrado_body.jpg");
  background-repeat: repeat-y;
  background-size: 950px 1440px; }

#tg .tg-yw4l {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  width: auto;
  font-weight: 700;
  font-size: 16px;
  vertical-align: middle;
  padding: 7px;
  border: 1px solid #cccccc; }

#tg td input {
  width: 91%;
  margin-right: 50px;
  background-color: #eeeeee;
  color: #a8a8a8;
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #dadada;
  height: 30px;
  max-width: auto;
  padding: 0px 10px 0px 10px; }

#tg td input.single-row {
  width: 97%; }

.text-decoration-underline {
  text-decoration: underline; }

.logo-amar-assist {
  width: 200px;
  height: 70px;
  background-image: url("img/timbrado_logo.jpg");
  background-repeat: repeat-y;
  background-size: 200px 70px; }

.input-readonly {
  background: #f0f0f0; }

#dependentes {
  margin-left: 10px; }

.payment-day-label {
  color: #878a92;
  font-size: 1rem; }

.payment-method {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 1rem; }

.authorize-container {
  text-align: right;
  position: relative;
  float: left; }

.authorize-text {
  width: 91%;
  float: left; }

.order-message {
  text-transform: uppercase;
  color: #818181;
  margin-left: 12px; }

.hidden-item-in-mobile {
  display: none; }

@media (min-width: 600px) {
  .hidden-item-in-mobile {
    display: inline; }
  .timeline-container {
    width: auto; }
  .credit-card-number {
    font-size: 16px; }
  .credit-card {
    max-width: 365px;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .button {
    font-size: 16px; } }

@media (min-width: 900px) {
  .main-container {
    padding: 16px 50px; }
  .credit-card-container {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .message-container {
    padding: 0 10px; }
  .form-title, .form-subtitle {
    margin-left: -10px; }
  .credit-card {
    width: 365px; }
  .credit-card-number {
    font-size: 19px; } }

@media (min-width: 1200px) {
  .main-container {
    padding: 16px 100px; } }

@media (min-width: 1400px) {
  .main-container {
    padding: 16px 150px; } }

@media (min-width: 1920px) {
  .main-container {
    padding: 16px 18%; } }

.hr-lindao {
  width: 100%;
  height: 6px;
  border: solid 1px #ededed;
  background-color: #ededed;
}

.bg-70 {
  background: url('../img/70.png') no-repeat center left; 
  width: 100%; 
  min-height: 128px; 
  padding-left: 150px; 
  line-height: 30px;
}

.bg-70-text {
   padding-top: 0;
}

@media (min-width: 520px) {
  .bg-70-text {
     padding-top: 5px;
  }
}

@media (min-width: 820px) {
  .bg-70-text {
     padding-top: 17px;
  }
}

.order-ul {
  padding-left:25px;
  line-height: 30px;
  margin-bottom: 15px;
}

.order-ul li{
  list-style-image: url(../img/ul-18.png);
  vertical-align: middle;
}

.app-class {
  max-width: 200px; 
  font-weight: 600 !important;
}

.ios {
  margin-top:20px;
  margin-left: 0;
}

@media (min-width: 470px) {
  .ios {
    margin-top:20px;
    margin-left: 0;
  }
}

@media (min-width: 471px) {
  .ios {
     margin-left: 35px;
     margin-top: 0;
  }
}
