/** font **/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');


body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif !important;
}

.hidden{
    display:none !important;
}

/* Codigo Politica Cookies */
#warning_EU_cookiemsg {
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0;
    left: 0;
    display: block;
}
#warning_EU_close {
  background: none !important;
  padding: 10px !important;
}
#warning_EU_close:hover {
  background: none;
}
.cookies {
    padding: 10px 0;
    background: rgba(113, 110, 111, 0.5);
    color: #fff;
}

.cookies .wrapper {
    position: relative;
    text-align: center;
}
.cookies .button, .cookies .text {
    text-align: center;
}
.wrap,
.wrap-grid,
.wrap-section,
.wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.cookies .text {
    width: 85%;
    font-size: 12px;
}

.cookies .button,
.cookies .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-bottom: 0;
}

.cookies .button {
    display: block;
    float: right;
}

.cookies .button button:focus {
    outline: 0;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.text a:link {
    text-decoration: none;
}

.text a {
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
}

.text a:hover {
    color: #1d3125;
}

#warning_EU_close.btn {
    padding: 0;
    transform: translateZ(0);
    margin-top: 0px;
}

.btn-txt-light {
    color: #333;
    background: transparent;
}

#btn-fechar {
    color: #000;
}

#btn-fechar:hover {
    color: #fff;
    background: #000;
}

.mask img {
    height: 20px;
}

#politicacookies .modal-body {
    padding: 15px;
}

#politicacookies {
    color: #000;
}

@media (max-width: 767px) {
    .mask img {
        height: 20px;
    }

    .cookies .text,
    #Politica p {
        font-size: 12px;
    }

    #PoliticaLabel {
        font-size: 20px;
    }
    #section-2 {
        margin-bottom: 20px;
    }
}
.modal {
  margin-top: 20px;
  overflow-y: hidden !important;
}
.modal-inner-content {
  max-height: 450px;
  overflow-y: auto;
}
.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}
.modal-title {
  font-weight: 700;
  color: #ff8a00;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  border:  none;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  background: none;
}
.btn-special {
  border-radius: 20px;
  border: solid 1px #04AA6D;
  background: #04AA6D;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 11px 0;
}
#terms {
   max-width: 5%;
   margin: 0;
   padding: 0;
}
/************iframe***************/
#frame-change{
    width:100%;
    border:0;
    position:absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 70px;
}
/************fim*********************/

/** make it bold **/
#big {
  font-weight: 700;
}

/** header **/ 
.navbar {
  background: #fff;
  text-align: center;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.dropdown-menu {
  min-width: 85px !important;
}
#flag-p {
  text-align: center;
}
#logo {
  max-width: 60%;
}
#flag {
  max-width: 40px;
  border: 1px solid #000000;
}
.nav-link {
  color: #000 !important;
}
.nav-link:hover {
  color: #ff8a00 !important;
  text-decoration: underline;
}
#header {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("../../impressora/img/bg.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}
#header-box {
  padding: 10px 0;
  text-align: center;
}
#header-txt h4{
  font-size: 22px;
  color: #000000;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 30px;
}
#header-txt h1{
  font-size: 45px;
  color: #ff8a00;
  font-weight: 700;
}
#header-txt p {
  padding-top: 10px;
  font-size: 20px;
}
#pc-pic {
  text-align: center;
}
#pc-pic img {
  max-width: 80%;
}

/** form **/

.error-box label.error{
    margin-top: 20px;
    margin-bottom: 10px;
}
#regForm {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 30px 50px;
  width: 80%;
  border-radius: 20px;
  border: 2px solid #ff8a00;
  min-width: 300px;
}

#regForm h1 {
  font-size: 25px;
  padding-bottom: 20px;
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
  border-radius: 20px;
  background-color: #e9e9ed;
  max-width: 500px;
}
.opt {
  border-radius: 20px;
  font-size: 16px;
  margin: 0 0 2px 0;
}
.opt:focus {
  background: #04AA6D;
  color: #ffffff;
  font-weight: 700;
}

.vbox {
  margin: 10px 5px;
  min-height: 150px;
  border-radius: 20px;
  background: #e9e9ed;
  border: 2px solid #3c53ca;
}
.vbox img {
  padding-top: 10px;
  max-width: 70%;
  margin: 0 auto;
}
.vbox p {
  font-weight: 700;
  font-size: 12px !important;
  line-height: 1.1;
  margin: 0 0 20px 0;
}
.vbox:hover, input[name="tipo_veiculos[]"]:checked + .vbox {
  background: #6ad1ab;
}
#passo2 {
  margin-bottom: 20px;
}
#info {
  font-size: 12px;
}
#final-t p{
  text-align: left;
  padding-left: 5px;
}
#icons {
  max-width: 80px;
  margin-bottom: 30px;
}
select {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
  border-radius: 20px;
  background-color: #e9e9ed;
  color: grey;
  -webkit-appearance: none;
  max-width: 500px;
}
select:focus {
  color: #000000;
}
/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}
.tab.active{
    display: block;
}
.tab h3 {
  font-size: 25px;
  padding: 10px 0 20px 0;
  color: #3c53ca;
  font-weight: 700;
}
.tab h5 {
  padding-bottom: 20px;
}

.tab label:not(.vbox) {
  font-size: 16px;
  max-width: 90%;
  padding-bottom: 5px;
  margin: 0 auto;
  display: block;
}

.tab label.error {
    padding-bottom: 0;
    color: red;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.tab[data-step="8"] label {
    max-width: 100%;
    text-align: center;
}

.tab label.labels-buttons {
    padding: 10px;
    width: 90%;
    max-width: 500px;
    background-color: #e9e9ed;
    border: 1px solid #aaaaaa;
    border-radius: 20px;
    margin: 0 auto 20px;
    cursor: pointer;
}

.tab label.labels-buttons:hover, input[type="radio"]:checked + label.labels-buttons{
    background: #04AA6D;
    color: #fff;
}

#form-cta button {
  background-color: #04AA6D;
  color: #ffffff;
  border: none;
  padding: 10px 60px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 20px !important;
}

#form-cta button:hover, #footer-con button:hover {
  opacity: 0.8;
}

#form-cta #prevBtn {
  color: #bbbbbb;
  background: #ffffff;
  font-size: 11px;
  padding: 5px 20px;
  margin-left: -100px;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}

/** section1 **/
#section1 {
  padding: 30px 0 50px 0;
  text-align: center;
}
#sec1-t h2{
  color: #000;
  font-size: 30px;
}
#sec1-t h5{
  color: #000;
  font-size: 20px;
}
#cat {
  padding-top: 30px;
}
#cat-box {
  background: #f5f5f5;
  border: 2px solid #ff8a00;
  border-radius: 10px;
  min-height: 260px;
  max-width: 215px;
  margin: 0 20px 30px 20px;
}
#cat-box img {
  padding: 20px 0 15px 0;
}
#cat-box p {
  font-size: 18px;
  line-height: 1;
  color: #000;
}
.btn {
  background: #e2362f !important;
  border: #e2362f !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 17px !important;
  padding: 7px 35px !important;
}
.btn:hover {
  background: #5e73df !important;
}

/** section2 **/
#section2 {
  padding: 50px 0;
  background: #f5f5f5;
}
#sec2-img img {
  max-width: 100%;
}
#sec2-t h3 {
  font-size: 25px;
  color: #000;
  margin: 0;
}
#sec2-t p {
  font-size: 16px;
  color: #000;
}
#sec2-list {
  list-style-image: url('../../impressora/img/bullet.png');
}
#sec2-list li {
  font-size: 20px;
  color: #000;
  line-height: 2.5;
}
/** section3 **/
#section3 {
  padding: 50px 0;
  text-align: center;
}
#icon-box p {
  padding-top: 20px;
  color: #000;
  line-height: 1.4;
}
/** section4 **/
#section4 {
  padding: 50px 0;
  background: #ffffff;
}
#sec4-img img {
  max-width: 100%;
}
#sec4-t h3 {
  font-size: 25px;
  color: #000;
  margin: 0;
  padding-bottom: 10px;
}
#sec4-t p {
  font-size: 16px;
  color: #000;
}
/** section5 **/
#section5 {
  padding: 50px 0;
  background: #f5f5f5;
  text-align: center;
}

#sec5 h1 {
  font-size: 30px;
  font-weight: 700;
  color: #ff8a00;
  padding-bottom: 20px;
}
.accordion-button {
  font-weight: 700;
  /*color: #3c53ca !important;*/
}
.accordion-button:not(.collapsed) {
  color: #3c53ca !important;
}
.accordion-body {
  text-align: left;
}
/** footer **/
#footer {
  padding: 50px 0 40px 0;
  background: rgb(55,79,199);
  background: linear-gradient(180deg, rgba(55,79,199,1) 0%, rgba(84,106,217,1) 100%); 
  text-align: center;
}
.list-group-item {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  font-size: 13.5px;
  text-align: left;
  
}
#footer-con h3{
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 10px;
}
#footer-con p {
  color: #fff;
  margin: 0;
  font-size: 15px;
  padding-bottom: 5px;
}
#list-footer h3{
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}
#footer-l {
  color: #ffffff !important;
  padding: 0 !important;
  font-size: 13px;
  margin-left: 2px;
  margin-right: 13px;
}
#final-f {
  padding-top: 30px;
  text-align: center;
  color: #fff;
}
#final-f p {
  font-size: 14px;
}
#pp {
  color: #fff;
  text-decoration: none;
}
#pp:hover {
  text-decoration: underline;
}
#footer-con button{
  background-color: #04AA6D;
  color: #ffffff;
  border: none;
  padding: 10px 60px;
  font-size: 25px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 20px !important;
}

/** Media Queries **/
@media only screen and (min-width: 1400px) {
  #header {
    min-height: 350px;
  }
  #pc-pic img {
    max-width: 70%;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .nav-link {
    font-size: 14px !important;
  }
}
@media (max-width: 1200px) {
  #regForm {
    width: 100%;
  }
}
@media only screen and (max-width: 920px) {
  #header-txt h4 {
    font-size: 25px;
    max-width: 80%;
  }
  #header-txt h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 768px) {
  #regForm {
    padding: 30px;
  }
  #prevBtn {
    margin-bottom: 20px;
  }
  #header-txt h1 {
    font-size: 25px;
  }
  #header-txt h4 {
    font-size: 20px;
  }
  #header-txt p {
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 10px;
  }
  .accordion-body p {
    font-size: 13px;
  }
  #header {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #home {
    max-width: 75%;
  }
  .navbar-nav {
    background: #fff;
    padding: 15px !important;
  }
  .dropdown-item {
    text-align: left !important;
  }
  #header-txt {
    text-align: center;
  }
  #pc-pic {
    text-align: center;
  }
  #header-txt h4 {
    max-width: 100%;
  }
  #cat-box {
    margin: 20px 40px;
  }
  #sec2-t h3 {
    text-align: center;
    padding-top: 20px;
  }
  #sec2-t p {
    text-align: center;
  }
  #sec2-img {
    text-align: center;
  }
  #sec4-t {
    text-align: center;
  }
  #sec4-img {
    padding-top: 20px;
    text-align: center;
  }
  #footer-con {
    text-align: center;
  }
  #list-footer {
    text-align: center;
  }
  .list-group-item {
    text-align: center;
  }
  #footer-con h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 340px) {
  #home {
    max-width: 73%;
  }
  .navbar-brand {
    max-width: 50%;
  }
  #header-txt h4 {
    font-size: 20px;
  }
  .btn {
    padding: 7px 20px;
  }
  #sec2-list li {
    font-size: 15px;
  }
}



