body{
    color:#000000;
}
* {
  font-family: 'Montserrat', sans-serif;
}
a:hover {
    color: #ffffff;
    text-decoration:none;
}
a {
    color: #ffffff;
    text-decoration:none;
}

#cargo{
    width: 100%;
    border-color: currentcolor;
    display: block;
    height: 54px;
    border-radius: 10px;
    box-shadow: 5.1px 6.1px 9px 0 rgba(0, 0, 0, 0.2);
    border: none;
    font-size: 18px;
    padding: 0 16px;
    background: white;
    color: gray;
}

select option {
  color: black;
}

select option[disabled] {
  color: gray;
}

.politica {
    color: #f99500;
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
}


@media screen and (min-width:1100px){
    .container {
        max-width: 1043px;
    }
}
img {
    height:auto;
}
.btn-new-fix {
  width: 100% !important;
}
.new-btn{
  width: 96% !important;
  margin: 0 !important;
  height: 54px !important;
}

button.btn {
  display: block;
  background-color: #f99500;
  color: white;
  font-size: 30px;
  font-weight: bold;
  width: 317px;
  height: 62px;
  border-radius: 10px;
  box-shadow: 5.1px 6.1px 9px 0 rgba(0, 0, 0, 0.2);
}
button.btn:focus {
  outline: none;
  box-shadow: none;
  transform: scale(0.95);
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

input {
  display: block;
  width: 317px;
  height: 54px;
  border-radius: 10px;
  box-shadow: 5.1px 6.1px 9px 0 rgba(0, 0, 0, 0.2);
  border: none;
  font-size: 18px;
  padding: 0 16px;
}
input:focus {
  outline: none;
}

.section-1 {
  background-image: url(../img/Global/img_head_desk_1.jpg);
  background-position: center;
  background-size: cover;
  height: 538px;
  color: white;
  text-align: center;
}

.section-1 .title-wrapper {
    /*padding: 10px;*/
    /*background-color: rgba(0,0,0,0.5);*/
    /*max-width: 700px;*/
    /*margin: 0 auto;*/
    /*border-radius: 25px;*/
}
.section-1 img {
  width: 128px;
  margin-top: 15px;
}
.section-1 h1 {
  font-size: 55px;
  font-weight: bold;
  letter-spacing: -2.3px;
  margin-top: 18.2px;
  text-shadow: 2px 2px 1px #000000;
}
.section-1 p {
  font-size: 28px;
  letter-spacing: -0.9px;
  width: 80%;
  margin: 0 auto;
  margin-top: 8px;
  text-shadow: 2px 2px 1px #000000;
  background: rgba(255, 255, 255, 0.6);
  padding: 13px 0;
  color: #f99500;
  font-weight: 700;
}

.form {
  position: absolute;
  max-width: 1013px;
  height: auto;
  top: 325px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #2c64a0;
  border: 4px solid #f99500;
  color: white;
  border-radius: 25px;
  box-shadow: 9.6px 11.5px 20px 0 rgba(0, 0, 0, 0.55);
}

.section3 {
  background: #efefef;
  margin-top: 65px;
}
.sec-3-img{
  padding-bottom: 40px;
}
.sec-3-img img {
  max-width: 55%;
}
.sec-3-title{
  padding: 50px 0 10px 0;
}

.sec-3-title p{
  font-size: 25px;
  font-weight: 700;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form {
        max-width: 100%;
        width: 1013px;
    }
}
.form p:nth-child(1),.form .more_letters {
  text-align: center;
  font-size: 18px;
  letter-spacing: -1.1px;
  margin-top: 50.3px;
  margin-bottom: 40.7px;
  
}
.form .more_letters {padding:15px;}
.form .flex {
  display: flex;
}
.form .selection img {
  cursor: pointer;
  transition: 0.2s;
}
.form .selection img:hover {
  transform: scale(1.05);
}
.form .selection p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.7px;
  margin-top: 14.7px;
}

#form-2, #form-3, #form-4, #form-5, #form-6, #form-7 {
  display: none;
}

#form-1 .flex {
  justify-content:space-around;
}
#form-1 .selection {
  text-align: center;
}
#form-1 .flex .selection:nth-child(1) {
  margin-left: 148.6px;
}
#form-1 .flex .selection:nth-child(2) {
  margin-right: 205.1px;
}

#form-1 .input-1[data="empresa"]:hover{
    background-image: url(../img/1/1_icon_1_on.png);
}
#form-1 .input-1[data="particular"]:hover{
    background-image: url(../img/1/1_icon_2_on.png);
}


#form-2 .flex {
  justify-content: space-around;
}
#form-2 .selection {
  text-align: center;
}

#form-2 .input-2[data="1-10"]:hover{
    background-image: url(../img/2/2_icon_1_on.png);
}
#form-2 .input-2[data="11-50"]:hover{
    background-image: url(../img/2/2_icon_2_on.png);
}
#form-2 .input-2[data="51-250"]:hover{
    background-image: url(../img/2/2_icon_3_on.png);
}
#form-2 .input-2[data=">250"]:hover{
    background-image: url(../img/2/2_icon_4_on.png);
}
#form-3 .flex {
  justify-content: space-between;
}
#form-3 .selection {
  text-align: center;
}
#form-3 .flex .selection:nth-child(1) {
  margin-left: 174.3px;
}
#form-3 .flex .selection:nth-child(3) {
  margin-right: 185.1px;
}

#form-3 .input-3[data="-4,77"]:hover{
    background-image: url(../img/3/3_icon_1_on.png);
}
#form-3 .input-3[data="4,77 - 7,63"]:hover{
    background-image: url(../img/3/3_icon_2_on.png);
}
#form-3 .input-3[data="+7,63"]:hover{
    background-image: url(../img/3/3_icon_3_on.png);
}

#form-4 input {
  margin: 0 auto;
}
#form-4 button {
  margin: 0 auto;
  margin-top: 63px;
}

#form-5 {
  text-align: center;
}
#form-5 p:nth-child(2) {
  width: 704px;
  font-size: 20px;
  line-height: 2.75;
  letter-spacing: -0.7px;
  margin: 0 auto;
}
#form-5 img {
  width: 56px;
  margin-top: 20px;
}
#form-4 button {
    margin-bottom: 50px;
}
#form-1,#form-2,#form-3,#form-5{
    padding-bottom:40px;
}

#form-6 p:nth-child(1) {
  display: none;
}
#form-6 .inputs {
     display: -ms-flexbox;
    display: grid;
    padding-top: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 20px;
    justify-items: center;
}
#form-6 .inputs2 {
    padding-top:30px;
    display: grid;
    display: -ms-flexbox;
    grid-template-columns: 1fr 1fr 2fr;
    grid-row-gap: 20px;
    justify-items: center;
}
#form-6 .inputs .input-group,#form-6 .inputs2 .input-group  {
  width: 215.5px;
  height: auto;
}
#form-6 .input-group input {
  width: 100%;
}
#form-6 button {
  width: 343px;
  font-size: 20px;
  margin: 12px auto 50px;
}
#form-6 input.error {
  margin-bottom: 0;
  border: 2px solid #D82C43;
  background-color: #FAF4F4;
}
#form-4 .error, #form-6 label.error  {
  margin-bottom: 0;
  color: #ffc000;
  font-weight: 500;
  padding-top: 10px;
}
.sub-sec-2 {
  font-size: 20px !important;
  margin: 0px auto 63px auto !important;
  font-weight: 700;
}
.section-2 > p {
  font-size: 24px;
  letter-spacing: -0.8px;
  width: 80%;
  margin: 220px auto 10px auto;
  text-align: center;
}
.section-2 .boxes {
  display: flex;
  justify-content: space-between;
}
.section-2 .box {
  text-align: center;
}
.section-2 .box .hd {
  display: none;
}
.section-2 .box p {
  font-size: 20px;
  letter-spacing: -0.7px;
  font-weight: bold;
}
.section-2 .box:nth-child(1) {
  width: 195px;
}
.section-2 .box:nth-child(1) p {
  margin-top: 55.2px;
}
.section-2 .box:nth-child(1) img {
  margin-top: 24px;
}
.section-2 .box:nth-child(2) {
  width: 202px;
}
.section-2 .box:nth-child(2) p {
  margin-top: 35px;
}
.section-2 .box:nth-child(3) {
  width: 200px;
}
.section-2 .box:nth-child(3) p {
  margin-top: 35px;
}
.section-2 .box:nth-child(4) {
  width: 232px;
}
.section-2 .box:nth-child(4) p {
  margin-top: 38px;
}
#thank-y-f {
  margin: 250px auto 10px auto;
}
.divider {
  height: 99px;
  display: flex;
  color: white;
  text-align: center;
}
.divider div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.divider .blue {
    flex: 0.7;
    background-color: #00a4d9;
    font-size: 24.1px;
    letter-spacing: -0.8px;
}
.divider .orange {
    flex: 0.3;
    background-color: #f97304;
    font-size: 35px;
    letter-spacing: -1.2px;
    color:#fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.divider .orange:hover{
    text-decoration:none;
}

.divider .newblue {
    background-color: #f99500;
}
.divider .red {
    background-color: #2c64a0;
}
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  background-color: #efefef;
}
footer img {
    width: 252px;
}
/*@media (max-width: 1250px) {
  .section-2 .boxes {
    padding: 0 50px;
  }
}*/

@media (max-width: 1250px) {
  .sec-3-img img {
    max-width: 50%;
  }
}

@media (max-width: 1100px) {
  
  .section-1 {
    background-image: url(../img/Global/img_head_desk_1.jpg);
    height: 400px;
  }
  .section-1 img {
    width: 128.1px;
    margin-top: 46.2px;
  }
  .section-1 h1 {
    font-size: 54px;
    letter-spacing: -1.89px;
    margin-top: 14.8px;
  }
  .section-1 p {
    font-size: 20px;
    letter-spacing: -0.7px;
    width: 480px;
    margin-top: 16.1px;
  }

  .form {
    position: static;
    width: 100%;
    height: auto;
    top: 384px;
    border-radius: 0;
    padding-top: 27.3px;
    box-shadow: 0 11.5px 20px 0 rgba(0, 0, 0, 0.55);
  }
  .form p:nth-child(1) {
    width: 430px;
    font-size: 24px;
    letter-spacing: -0.84px;
    margin: 0 auto 22.7px auto;
  }

  #form-1 .flex .selection:nth-child(1) {
    margin-left: 174px;
  }
  #form-1 .flex .selection:nth-child(2) {
    margin-right: 202px;
  }

  #form-2 {
    height: 500px;
  }
  #form-2 .flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 140px;
    grid-column-gap: 70px;
    grid-row-gap: 29px;
  }
  #form-2 .selection p {
    margin-bottom: 0;
  }

  #form-3 .flex .selection:nth-child(1) {
    margin-left: 115px;
  }
  #form-3 .flex .selection:nth-child(3) {
    margin-right: 115px;
  }

  #form-4 {
    padding: 40px 0;
  }
  #form-4 p {
    margin-bottom: 38px;
  }
  #form-4 input {
    height: 50px;
  }
  #form-4 button {
    margin: 0 auto;
    margin-top: 43px;
    height: 55px;
  }

  #form-5 {
    text-align: center;
  }
  #form-5 p:nth-child(2) {
    width: 614px;
    line-height: 1.75;
  }
  #form-5 img {
    width: 56px;
    margin-top: 32px;
  }
    #form-4 button {
      margin-bottom: 65px;
  }

  #form-6 {
    padding: 43px 60px;
    height: auto;
  }
  #form-6 .inputs,#form-6 .inputs2 {
    padding-top: 0;
    display:flex;
    display:-ms-flexbox;
    justify-items: center;
    flex-direction:column;
    align-items: center;
  }
  #form-6 .input-group {
    width: auto!important;
    height: 86px;
    margin:10px 0;
  }
  #form-6 .input-group input {
    width: 100%;
  }
  #form-6 button {
    width: 343px;
    font-size: 20px;
    margin: 10px auto 43px;
    height: 50px;
  }

  .section-2 > p {
    margin: 60px auto 10px auto;
  }
  .section-2 .boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 100px;
    grid-gap: 100px;
  }
  .section-2 .box {
    margin: 0 !important;
    width: auto !important;
    text-align: center;
  }
  .section-2 .box p {
    font-size: 19px;
    letter-spacing: -0.67px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-2 .box:nth-child(1) p {
    margin-top: 45px;
    width: 192px;
  }
  .section-2 .box:nth-child(2) p {
    margin-top: 35px;
    width: 180px;
  }
  /*.section-2 .box:nth-child(2) img {
    margin-top: 24px;
  }*/
  .section-2 .box:nth-child(3) p {
    margin-top: 35px;
    width: 190px;
  }
  .section-2 .box:nth-child(4) p {
    margin-top: 38px;
    width: 215px;
  }

  .divider {
    margin-top: 0;
  }
  .divider .blue {
    font-size: 20px;
    letter-spacing: -0.7px;
  }
  .divider .orange {
    color: #ffffff;
  }

  footer {
    height: 101px;
  }
  footer img {
    width: 178px;
  }
}

@media (max-width: 767px) {
  .sec-3-img img {
    max-width: 60%;
  }
  .sec-3-title p{
    font-size: 20px;
  }
  .section-1 {
    height: 350px;
  }
  .section-1 img {
    width: 100px;
    margin-top: 27px;
  }
  .section-1 h1 {
    width: 100%;
    font-size: 31px;
    letter-spacing: -1.19px;
    margin: 0 auto;
    margin-top: 15.6px;
  }
  .section-1 p {
    font-size: 18px;
    letter-spacing: -0.63px;
    width: 330px;
    margin-top: 22.1px;
  }

  .form {
    height: auto;
    padding-top: 20.3px;
  }
  .form p:nth-child(1) {
    width: 100%;
    font-size: 15px;
    letter-spacing: -0.7px;
    margin: 0 auto 30.7px auto;
  }

  #form-1 .flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    grid-column-gap: 25px;
    grid-row-gap: 50px;
  }
  #form-1 .flex .selection {
    margin: 0 !important;
  }
  #form-1 .flex .selection:nth-child(2) {
    margin-top: 0 !important;
  }
  #form-1 .flex .selection p {
    font-size: 16px;
  }

  #form-2 {
    height: 500px;
  }
  #form-2 .flex {
    /*padding: 0;
    display: flex;
    flex-direction: column;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    grid-column-gap: 25px;
    grid-row-gap: 50px;
  }
  .form .selection p {
    font-size: 16px;
  }
  #form-2 .selection {
    margin-top: 0;
  }
  #form-2 .selection:nth-child(1) {
    margin-top: 0;
  }
  #form-2 .selection p {
    margin-top: 0;
  }

  #form-3 {
    height: 669px;
  }
  #form-3 .flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #form-3 .flex .selection{
    margin-top: 41.3px;
  }
  #form-3 .flex .selection:nth-child(1) {
    margin: 0;
  }
  #form-3 .flex .selection:nth-child(3) {
    margin-right: 0;
  }
  #form-3 .flex .selection p {
    margin: 0;
  }

  #form-4 {
    height: 312px;
    padding-top: 20.3px;
  }
  #form-4 input {
    margin: 0 auto;
  }
  #form-4 button {
    margin-top: 34.5px;
    font-size: 25px;
    letter-spacing: -0.88px;
    height: 50px;
  }

  #form-5 {
    height: 312px;
  }
  #form-5 p:nth-child(1) {
    margin-bottom: 20px;
  }
  #form-5 p:nth-child(2) {
    width: 318px;
    font-size: 17px;
    letter-spacing: -0.6px;
  }
  #form-5 img {
    width: 40px;
    margin-top: 23px;
  }

  #form-6 {
    padding: 20px 0;
  }
  #form-6 p:nth-child(1) {
    display: block;
    margin-bottom: 19.7px;
  }
  #form-6 .inputs {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #form-6 .input-group {
    width: 300px;
    height: 81px;
  }
  #form-6 .input-group input {
    width: 300px;
    height: 45px;
    margin:10px 0;
  }
  #form-6 .inputs .input-group, #form-6 .inputs2 .input-group{
      width:auto;
  }
  .new-btn{
    margin: 10px auto 43px !important;
  }
  .terms-text{
    /*padding-left: 15px !important;*/
}
  #form-6 button {
        margin: 10px auto 43px;
        width: 90%;
        font-size:16px;
  }
  #form-4 button {
      margin-bottom: 43px;
  }
  #form-6 input.error {
    font-size: 18px;
  }
  #form-6 label.error {
    font-size: 17px;
  }
    #form-6 .inputs2 {
        padding-top: 0;
        justify-items: center;
        display: flex;
        display: -ms-flexbox;
        flex-direction: column;
        align-items: center;
    }

  .sub-sec-2 {
    font-size: 15px !important;
  }
  .section-2 > p {
    font-size: 20px;
    letter-spacing: -0.7px;
    width: 326px;
    margin: 68px auto 10px auto;
  }
  .section-2 .boxes {
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: 30.5px;
    grid-gap: 0;
  }
  .section-2 .box {
    text-align: center;
  }
  .section-2 .box .hd {
    display: block;
    height: 2px;
    width: 100px;
    background-color: #e2e2e2;
    margin: 28px auto;
  }
  .section-2 .box p {
    font-size: 17px;
    letter-spacing: -0.6px;
    margin: 0 auto !important;
  }
  .section-2  img {
    margin-top: 0 !important;
    margin-bottom: 30px;
  }
  .section-2 .box:nth-child(1) p {
    width: 290px;
  }
  .section-2 .box:nth-child(2) p {
    width: 198px;
  }
  .section-2 .box:nth-child(3) p {
    width: 230px;
  }
  .section-2 .box:nth-child(4) p {
    width: 244px;
  }

  .divider {
    display: block;
    height: auto;
  }
  .divider .blue {
    font-size: 20px;
    letter-spacing: -0.7px;
    height: 99px;
  }
  .divider .orange {
    font-size: 30px;
    color: white;
    height: 65px;
  }

  footer {
    height: 101px;
  }
}

@media (max-width: 670px) {
  .sec-3-img img {
    max-width: 70%;
  }
}

/* -------- Politica de Cookies -------- */

#warning_EU_cookiemsg{
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0;
    left: 0;
}

#warning_EU_cookiemsg .cookies{
    padding: 8px 0;
    background: #FFF;
    color: #000000;
}

#warning_EU_cookiemsg .cookies .wrapper{
    position: relative;
}

#warning_EU_cookiemsg .wrapper{
    text-align: center;
    max-width: 1600px;
    padding: 0 4.68%;
    padding-top: 0px;
    padding-right: 4.68%;
    padding-bottom: 0px;
    padding-left: 4.68%;
}

#warning_EU_cookiemsg .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;
}

#warning_EU_cookiemsg .cookies .text{
    width: 85%;
    font-size: 14px;
}

#warning_EU_cookiemsg .cookies .button, .cookies .text{
    display: inline;
    vertical-align: middle;
    font-size:12px;
}

#warning_EU_cookiemsg .cookies .button, .cookies .text{
    display: inline;
    vertical-align: middle;
}

#warning_EU_cookiemsg .text a:link{
    text-decoration: none;
}

#warning_EU_cookiemsg .text a{
    color: #000000;
    text-decoration: none;
}

#warning_EU_cookiemsg .text a:hover{
    color: #000;
}

#warning_EU_cookiemsg button.btn{
    padding: 0;
    width: auto;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    transform: translateZ(0);
    margin-top: -5px;
}

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

}

#warning_EU_cookiemsg #btn-fechar{
    color: #000;
}

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

#warning_EU_cookiemsg [class*=" btn-txt"], #warning_EU_cookiemsg [class^=btn-txt] {
    position: relative;
    margin: 4px 0;
}

#warning_EU_cookiemsg .mask img{
    height: 15px;
}

#warning_EU_cookiemsg .btn {
    display: inline;
    vertical-align: middle;
    color: #2c2c2c;
}

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

#politicacookies{
    color: #000;
}
.terms-text{
    padding: 30px 50px;
    text-align: left;
}
.terms-text input[type=checkbox] {
	display:none;
} /* to hide the checkbox itself */

.terms-text input[type=checkbox] + label {
	color:#fff;
	font-size:11px;
  line-height: 1.1;
	font-weight: 400;
  text-align: left;
}

.terms-text input[type=checkbox] + label:before {
  font-family: 'FontAwesome';
  display: inline-block;
}

.terms-text input[type=checkbox] + label:before { 
	content: "\f096"; 
} /* unchecked icon */

.terms-text input[type=checkbox] + label:before {
	letter-spacing: 10px;
} /* space between checkbox and label */

.terms-text input[type=checkbox]:checked + label:before {
	content: "\f046";
} /* checked icon */

.terms-text input[type=checkbox]:checked + label:before {
	letter-spacing: 5px;
} /* allow space for check mark */
.error{
    color:#ffc000;
}
#form-1 #warning{
    display:none;
    padding: 30px;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}
#form-1 #warning img{
    padding-bottom:10px
}
#form-1 #warning p{
    overflow:hidden;
    font-size: 14px;
    font-style: italic;
    line-height: 1.71;
    letter-spacing: 0.3px;
}
#form-1 #warning .botao{
    padding: 10px 20px;
    border: 3px solid #fff;
    font-size: 16px;
    font-style: normal;
    max-width: 250px;
    margin: 0 auto;
}




#form-7 {
  text-align: center;
}
#form-7 p:nth-child(2) {
  width: 704px;
  font-size: 20px;
  line-height: 2.75;
  letter-spacing: -0.7px;
  margin: 0 auto;
}
#form-7 img {
  width: 56px;
  margin-top: 20px;
}
#form-7{
    padding-bottom:40px;
}

 #form-7 {
    text-align: center;
  }
  
  
  #form-7 p:nth-child(2) {
    width: 614px;
    line-height: 1.75;
  }
  
   #form-7 img {
    width: 56px;
    margin-top: 32px;
  }
  
   #form-7 {
    height: 312px;
  }

  @media (max-width: 767px) {
  #form-7 img {
    width: 40px;
    margin-top: 23px;
  }
   #form-7 p:nth-child(2) {
    width: 318px;
    font-size: 17px;
    letter-spacing: -0.6px;
  }
  #form-7 p:nth-child(1) {
    margin-bottom: 20px;
  }
  }