* {
  -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
  color-adjust: exact !important;                 /*Firefox*/
}


.h2{
  font-size: 30px;
  font-family: 'orev_blackregular';
  color: #2E6EB5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  display: block;
}

.content p.h3 {
    font-size: 25px;
    color: #2E6EB5;
    margin: 30px 0;
    font-weight: bold;
}

.bg-white{
  background: #fff;
}

.w-container{
  margin: 0 auto;
  max-width: 700px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

label {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 700;
  cursor: pointer;
  color: #555;
}

.h60{
  width: 60%; 
  float: left;
}

.h40{
  width: 40%; 
  float: left;
}

.personalize-form input[type=text],
.personalize-form input[type=tel]{
  display: block;
  width: 100%;
  height: 44px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.w-button{
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px;
  margin-top: 30px;
  border: 2px solid #3898EC;
  font-family: 'orev_bookregular';
  font-size: 20px;
  transition: all .4s ease;
  font-weight: bold;

}

.logo-center {
  display: block;
  margin: 0 auto 70px !important;
}

.container-personalize,
.container-personalize p {
  font-family: 'orev_bookregular';
  font-size: 20px;
}

.personalize-form {
  margin-top: 40px;
  margin-bottom: 40px;
}



/* cartao */



#cartao{
    margin: 50px auto;
    background: #fff;
}

#cartao img {
    max-width: 1150px;
    display: block;
    margin: 0 auto;
}

#cartao > table{
    font-family: 'PT Sans Narrow', sans-serif;
    background: url(http://redeafasiabrasil.com.br/img/bg-dobra.png) no-repeat center;
    background-size: contain;
    height: 540px;
    width: 1165px;
    margin: 0px auto;
    padding: 135px 100px 110px;
}

#cartao .leia {
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 0 0 15px;
}

#cartao .leia p {
    color: #fff;
    font-weight: 900;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
}

#cartao .leia .bold {
  font-size: 21px;
  text-align: center;
    margin: 0px;
    margin-bottom: 15px;
}


#cartao .ola{
  background: url(http://redeafasiabrasil.com.br/img/ola.png) no-repeat top;
    background-size: contain;
    vertical-align: top;
    padding: 14px 0 20px 25px;
    font-size: 20px;
    font-weight: 900;
    height: 60px;
}

#cartao .bold strong{
  margin-bottom: 10px;
  display: block;
  
}

#cartao .nome{
  color: #000;
  font-weight: bold;
  font-size: 22px;
  width: 90%;
  margin-top: 10px;
  text-transform: capitalize;
}

#cartao .endereco {
  width: 80%;
}

#cartao .logos{
  width: 210px;
  padding: 0px 20px 0px 0;
}



.cartao_esq {
  margin-top: 4px;
  width: 100%;
  padding-left: 30px;
  color: #505050;
}

.branco{
  color: #fff;
}

.foto {
  margin: 30px 20px 0px 0px;
}

.foto,
.foto img {
  width: 120px;
  height: 160px;
  object-fit: cover;
  object-position: center;
}


.extra{
  margin-top: 8px;
}



.upload-btn .btn-overflow{
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn .btn {
  pointer-events: none;
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px;
  font-size: 20px;
  border: 2px solid #3898EC;
  font-family: 'orev_bookregular';
  transition: all .4s ease;
  font-weight: bold;
}

.upload-btn > div:hover .btn,
.w-button:hover{
  background-color: transparent;
  color: #3898EC;
  border-color: #3898EC;
}

.upload-btn input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.upload-btn.selected .btn{
  background-color: green;
  color: #fff;
  border-color: #fff;
}

label.error {
  font-size: 12px;
  font-family: arial;
  font-weight: 600;
  margin: 0;
  color: #3898EC;
}
 

 @media print {
  
  html, body{
    background: #fff!important;
  }

 }

 @media only screen and (max-width:800px){
    #cartao {
        zoom: .7;
    }

  .h60, .h40{width: 100%; float: none;}
  .h60 input{width: 100% !important}

 }