/* Generic imports */
/* Media Query */
/* @include mq(min,max){} */
/* @include mq(min,max){} */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
  outline: none;
}

html[data-agent*=Trident] .section-video .blur {
  display: none;
}

html[data-agent*=Trident] .section-video .blur-ie {
  display: block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  touch-action: manipulation;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

i {
  font-style: italic;
}

b {
  font-weight: 700;
}

input, input:before, input:after {
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
  -webkit-appearance: none;
  border-radius: 0;
}

body, html {
  font-family: "NouvelR" !important;
  height: 100%;
  font-size: 62.5% !important;
}

body {
  background-color: #ffffff;
  width: 100%;
  overflow-x: hidden;
}
body .ui-page-active {
  min-height: unset !important;
  background-image: url("../images/top_of_the_pop_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 0) and (max-width: 1023px) {
  .MainHeader__desktop {
    z-index: 20000 !important;
  }
}
@keyframes fade-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right-2 {
  0% {
    transform: translate(100px, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(0px, -50%);
    opacity: 1;
  }
}
@keyframes fade-right-3 {
  0% {
    transform: translate(100px, 0%);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0%);
    opacity: 1;
  }
}
@keyframes letter-bold {
  0% {
    font-weight: 400;
  }
  100% {
    font-weight: 700;
  }
}
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
  transition: all 1s;
}

.active.fade-top {
  animation: fade-top 1s ease-in;
}

.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}

.active.fade-left {
  animation: fade-left 1s ease-in;
}

.active.fade-right {
  animation: fade-right 1s ease-in;
}

.active.fade-right-2 {
  animation: fade-right-2 1s ease-in;
}

@media (max-width: 1023px) {
  .active.fade-right-2 {
    animation: fade-right-3 1s ease-in;
  }
}
.reveal.active .text .letter-bold {
  font-weight: 700;
  transition-delay: 3s;
  transition: all 1s ease-in;
}

@keyframes jumpInfinite {
  0% {
    top: 0;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}
.down-arrow {
  animation: jumpInfinite 1.5s infinite;
}

/* Module imports */
.navbar {
  width: 100%;
  padding: 0;
}
.navbar .wrapper-navbar {
  display: none;
  z-index: 10000;
  background-color: #000000;
  height: 63px;
  padding: 0px 25px;
  width: 100%;
  position: relative;
  box-shadow: 0 5px 8px -4px rgba(0, 0, 0, 0.2);
}
.navbar .wrapper-navbar .text {
  width: calc(100% - 250px);
  text-align: center;
  height: 63px;
  display: inline-block;
}
.navbar .wrapper-navbar .text div {
  margin: 16px 25px 16px 0;
  vertical-align: middle;
  color: #ffffff;
  font-size: 3rem;
  line-height: 2.5rem;
  font-weight: 600;
}
.navbar .wrapper-navbar .text div span {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  hyphens: none;
}
.navbar .wrapper-navbar .cta-main {
  float: right;
  margin: 8px 0px;
  text-decoration: none;
}
.navbar .wrapper-navbar .cta-main .cta-yellow {
  background-color: #efdf00;
  width: 250px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: all 1s;
}
.navbar .wrapper-navbar .cta-main .cta-yellow p {
  text-decoration: none;
  color: black;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 15px 0px;
}
.navbar .wrapper-navbar .cta-main .cta-yellow:hover {
  transition: all 1s;
  background-color: #000000;
}
.navbar .wrapper-navbar .cta-main .cta-yellow:hover p {
  color: #ffffff;
}
.navbar .sticky {
  position: fixed;
  top: 0;
}
.navbar .sticky-cta-mobile {
  display: none;
}
.navbar .submeter-cta {
  display: none;
}

@media (min-width: 0) and (max-width: 1200px) {
  .navbar .wrapper-navbar .text div {
    font-size: 2.5rem;
    line-height: 2.2rem;
  }
  .navbar .wrapper-navbar .text div span {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
@media (min-width: 0) and (max-width: 1080px) {
  .navbar .wrapper-navbar .text div {
    font-size: 2.5rem;
    line-height: 2.2rem;
  }
  .navbar .wrapper-navbar .text div span {
    font-size: 1.65rem;
    line-height: 2.2rem;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  .navbar .wrapper-navbar {
    display: none;
  }
  .navbar {
    /*.sticky-cta-mobile{
        display: block !important;
        position: fixed;
        bottom:0;
        width:100%;
        background-color: $white;
        padding:13px 23px;
        z-index: 10000;
        .cta-yellow{
            background-color: $yellow;                
            width:100%;
            text-align: center;
            vertical-align: middle;               
            p{
                text-decoration: none;
                color:black;
                font-size: 1.6rem;
                font-weight: 600;
                padding: 15px 0px;
            }
        }
        .disabled{
            background-color: #f2f2f2;
            cursor:auto;
            p{
                color:#888;
            }
        }
    }*/
  }
  .navbar .submeter-cta {
    display: none;
  }
  .navbar .submeter-cta.toggled {
    display: block;
    padding: 13px 23px !important;
  }
  .navbar .pedir-proposta-cta.toggled {
    display: none;
  }
}
.container-banner {
  max-height: 948px;
  height: 100%;
}
.container-banner .wrapper-banner {
  height: 948px;
  position: relative;
}
.container-banner .wrapper-banner .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(0, 0, 0) 100%);
}
.container-banner .wrapper-banner .container-img {
  display: block;
  width: 100%;
  height: 948px;
  background-image: url("../images/top_of_the_pop_cars.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.container-banner .sucesso-banner {
  width: 100%;
}
.container-banner .sucesso-banner .container-sucesso {
  border-radius: 20px;
  max-width: 1200px;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  height: auto;
  position: absolute;
  left: 25%;
  top: 10%;
  text-align: center;
}
.container-banner .sucesso-banner .container-sucesso .icone {
  width: 100px;
  height: 100px;
  margin: 50px auto 30px auto;
}
.container-banner .sucesso-banner .container-sucesso .sucess-txt {
  font-size: 4rem;
  color: #000000;
  font-family: "NouvelR";
  font-weight: 600;
  margin: 20px auto;
  width: 70%;
}
.container-banner .sucesso-banner .container-sucesso .sucess-subtxt {
  font-size: 3rem;
  line-height: 4rem;
  color: #000000;
  font-family: "NouvelR";
  margin: 20px auto 70px auto;
}
.container-banner .sucesso-banner .container-sucesso .btnBack {
  text-align: center;
  height: 100px;
}
.container-banner .sucesso-banner .container-sucesso .btnBack .back {
  background-color: #000000;
  padding: 17px 89px 29px 89px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 1s;
  transition: all 1s;
  cursor: pointer;
  color: #ffffff;
}
.container-banner .sucesso-banner .container-sucesso .btnBack .back p {
  margin-top: 10px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
.container-banner .sucesso-banner .container-sucesso .btnBack .back:hover {
  background-color: #efdf00;
}
.container-banner .sucesso-banner .container-sucesso .btnBack .back:hover p {
  color: #000000;
}

@media (min-width: 0) and (max-width: 1760px) {
  .container-banner .sucesso-banner .container-sucesso {
    top: 10%;
    width: 60%;
    left: 20%;
  }
}
@media (min-width: 0) and (max-width: 1440px) {
  .container-banner .sucesso-banner .container-sucesso {
    top: 10%;
    width: 60%;
    left: 20%;
  }
  .container-banner .sucesso-banner .container-sucesso .icone {
    width: 80px;
    height: 80px;
    margin: 50px auto 30px auto;
  }
  .container-banner .sucesso-banner .container-sucesso .sucess-txt {
    font-size: 3rem;
    color: #000000;
    font-family: "NouvelR";
    font-weight: 600;
    margin: 20px auto;
    width: 60%;
    line-height: 4rem;
  }
  .container-banner .sucesso-banner .container-sucesso .sucess-subtxt {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (min-width: 0) and (max-width: 1280px) {
  .container-banner {
    max-height: 650px;
  }
  .container-banner .wrapper-banner {
    height: 650px;
  }
  .container-banner .wrapper-banner .container-img {
    height: 650px;
  }
  .container-banner .sucesso-banner .container-sucesso {
    top: 10%;
    width: 66%;
    left: 17%;
  }
  .container-banner .sucesso-banner .container-sucesso .icone {
    width: 80px;
    height: 80px;
    margin: 30px auto 30px auto;
  }
  .container-banner .sucesso-banner .container-sucesso .sucess-txt {
    font-size: 3rem;
    color: #000000;
    font-family: "NouvelR";
    font-weight: 600;
    margin: 10px auto;
    width: 70%;
    line-height: 3.7rem;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  .container-banner {
    max-height: 550px;
    overflow-y: hidden;
  }
  .container-banner .wrapper-banner {
    height: 550px;
  }
  .container-banner .wrapper-banner .container-img {
    height: 550px;
  }
  .container-banner .sucesso-banner .container-sucesso {
    top: 10%;
    width: 70%;
    left: 15%;
  }
  .container-banner .sucesso-banner .container-sucesso .icone {
    width: 60px;
    height: 60px;
    margin: 20px auto;
  }
  .container-banner .sucesso-banner .container-sucesso .sucess-txt {
    font-size: 2.5rem;
    color: #000000;
    font-family: "NouvelR";
    font-weight: 600;
    margin: 10px auto;
    width: 70%;
    line-height: 3rem;
  }
  .container-banner .sucesso-banner .container-sucesso .sucess-subtxt {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 10px auto 30px auto;
  }
  .container-banner .sucesso-banner .container-sucesso .btnBack {
    height: 80px;
  }
}
@media (min-width: 0) and (max-width: 900px) {
  .container-banner .sucesso-banner .container-sucesso {
    top: 10%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .container-banner {
    max-height: 400px;
  }
  .container-banner .wrapper-banner {
    height: 400px;
  }
  .container-banner .wrapper-banner .container-img {
    height: 400px;
  }
  .container-banner .sucesso-banner .container-sucesso {
    top: 10%;
    width: 90%;
    left: 5%;
  }
  .container-banner .sucesso-banner .container-sucesso .icone {
    width: 60px;
    height: 60px;
    margin: 20px auto;
  }
  .container-banner .sucesso-banner .container-sucesso .sucess-txt {
    font-size: 1.8rem;
    color: #000000;
    font-family: "NouvelR";
    font-weight: 600;
    margin: 10px auto;
    width: 90%;
    line-height: 2.3rem;
  }
}
.container-form {
  min-height: 1120px;
  height: 100%;
  font-size: 0;
  margin: 0px auto;
  padding: 0 30px;
  max-width: 1040px;
}
.container-form .wrapper-form {
  text-align: center;
  margin-bottom: 40px;
}
.container-form .wrapper-form .title {
  font-size: 5.5rem;
  line-height: 6rem;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
}
.container-form .wrapper-form .text {
  font-size: 3.5rem;
  line-height: 5rem;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.container-form .formContainer {
  width: 100%;
  max-width: 1200px;
  margin: 25px auto 0 auto;
}
.container-form .formContainer .row .col {
  margin-bottom: 30px;
}
.container-form .formContainer .row .col p {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #ffffff;
}
.container-form .formContainer .row .col p a {
  color: #ffffff;
}
.container-form .formContainer .row .col p.link-regulamento {
  text-align: center;
  text-decoration: underline;
  margin: 30px 0 0;
}
.container-form .formContainer .row .form-input {
  text-align: left;
}
.container-form .formContainer .row .form-input .ui-textinput input {
  width: 100%;
  border: 1px solid #ffffff;
  border-top-left-radius: 2.72px;
  border-top-right-radius: 2.72px;
  border-bottom-left-radius: 2.72px;
  border-bottom-right-radius: 2.72px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 13px;
  box-sizing: border-box;
  outline: none;
  font-family: "NouvelR";
  font-size: 1.4rem;
  line-height: 18px;
  color: #ffffff;
}
.container-form .formContainer .row .form-input .ui-textinput input::placeholder {
  font-size: 1.4rem;
  line-height: 18px;
  color: #ffffff;
  font-family: "NouvelR";
  font-weight: 400;
}
.container-form .formContainer .row .form-input textarea {
  width: 100%;
  border: 1px solid #ffffff;
  border-top-left-radius: 2.72px;
  border-top-right-radius: 2.72px;
  border-bottom-left-radius: 2.72px;
  border-bottom-right-radius: 2.72px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 13px;
  box-sizing: border-box;
  outline: none;
  font-family: "NouvelR";
  font-size: 1.4rem;
  line-height: 18px;
  color: #ffffff;
  height: 170px;
}
.container-form .formContainer .row .form-input textarea::placeholder {
  font-size: 1.4rem;
  line-height: 18px;
  color: #ffffff;
  font-family: "NouvelR";
  font-weight: 400;
}
.container-form .formContainer .row .form-input p {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #ffffff;
}
.container-form .formContainer .row .form-input .last {
  padding-right: 11px;
}
.container-form .formContainer .row .form-input .error {
  border-bottom: 1px solid #e91630;
  border-top: 0px solid #eeeeee;
  border-left: 0px solid #eeeeee;
  border-right: 0px solid #eeeeee;
}
.container-form .formContainer .row .form-error {
  display: block;
  padding-top: 4px;
  font-size: 1.2rem;
  color: #e91630;
}
.container-form .formContainer .row .success-wrap {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  margin-bottom: 32px;
}
.container-form .formContainer .row .success-wrap h3 {
  font-size: 1.8rem;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
}
.container-form .formContainer .row .success-wrap p {
  font-size: 1.6rem;
  line-height: 20px;
}
.container-form .formContainer .row .success-wrap .button-wrap {
  margin: 40px 0 0 0;
  text-align: center;
  height: 40px;
}
.container-form .formContainer .row .success-wrap .button-wrap a {
  background-color: #efdf00;
  padding: 14px 89px 26px 89px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 1s;
  transition: all 1s;
  cursor: pointer;
  color: #000000;
}
.container-form .formContainer .row .success-wrap .button-wrap a p {
  margin-top: 10px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
}
.container-form .formContainer .row .success-wrap .button-wrap a:hover {
  background-color: #000000;
}
.container-form .formContainer .row .success-wrap .button-wrap a:hover p {
  color: #ffffff;
}
.container-form .formContainer .row .error-wrap {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  margin-bottom: 32px;
}
.container-form .formContainer .row .error-wrap h3 {
  font-size: 1.8rem;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
}
.container-form .formContainer .row .error-wrap p {
  font-size: 1.6rem;
  line-height: 20px;
}
.container-form .formContainer .row .error-wrap .button-wrap {
  margin: 40px 0 0 0;
  text-align: center;
  height: 40px;
}
.container-form .formContainer .row .error-wrap .button-wrap a {
  background-color: #efdf00;
  padding: 14px 89px 26px 89px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 1s;
  transition: all 1s;
  cursor: pointer;
  color: #000000;
}
.container-form .formContainer .row .error-wrap .button-wrap a p {
  margin-top: 10px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
}
.container-form .formContainer .row .error-wrap .button-wrap a:hover {
  background-color: #000000;
}
.container-form .formContainer .row .error-wrap .button-wrap a:hover p {
  color: #ffffff;
}
.container-form .btnSend {
  margin: 30px 0;
  text-align: center;
}
.container-form .btnSend .send {
  background-color: #efdf00;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 1s;
  transition: all 1s;
  cursor: pointer;
  color: #000000;
  border: none;
}
.container-form .btnSend .send p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
}
.container-form .btnSend .send:hover {
  background-color: #000000;
}
.container-form .btnSend .send:hover p {
  color: #ffffff;
}
.container-form .disabled .send {
  background-color: #f2f2f2;
  cursor: auto;
}
.container-form .disabled .send p {
  color: #888;
}
.container-form .disabled .send:hover {
  background-color: #f2f2f2;
}
.container-form .disabled .send:hover p {
  color: #888;
}
.container-form .btn-sec {
  margin: 20px auto 45px auto;
  text-align: left;
  width: 100%;
  max-width: 1200px;
}
.container-form .btn-sec a {
  text-decoration: none;
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  width: 260px;
}
.container-form .btn-sec a p {
  font-size: 1.34rem;
  font-weight: 400;
  color: #000000;
  text-decoration: underline;
  display: block;
}
.container-form .btn-sec a p b {
  font-weight: 600;
}
.container-form .wrap-scroll {
  margin-top: 50px;
}
.container-form .wrap-scroll .button-scroll-top {
  margin: 20px;
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
}

@media (min-width: 0) and (max-width: 1200px) {
  .container-form .wrapper-form .title {
    font-size: 4.5rem;
    line-height: 5rem;
  }
  .container-form .wrapper-form .text {
    font-size: 3rem;
    line-height: 4rem;
  }
  .container-form .formContainer .row .form-input {
    margin-bottom: 25px;
  }
  .container-form .btn-sec {
    margin: 30px 0 35px 0;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  .container-form {
    padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px));
    min-height: 1050px;
  }
  .container-form .wrapper-form .title {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .container-form .wrapper-form .text {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .container-form .formContainer .row .form-input {
    text-align: left;
    margin-bottom: 50px;
  }
  .container-form .formContainer .row .form-input label {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  .container-form .formContainer .row .form-input p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .container-form .formContainer .row .form-input .checkbox {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  .container-form .formContainer .row .form-input .consent-check {
    display: block;
  }
  .container-form .formContainer .row .col {
    flex: none;
    display: block;
  }
  .container-form .formContainer .row .col p.text {
    margin: 0 0 30px 0;
  }
  .container-form .formContainer .row .col-6 {
    width: 100%;
  }
  .container-form .btnSend {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    margin: 0;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px)) 16px;
    background: #ffffff;
    box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.12);
  }
  .container-form .btnSend .send {
    display: block;
    width: 100%;
    max-width: none;
    border-radius: 0;
  }
  .container-form .btnSend .send p {
    margin: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .container-form .wrapper-form .title {
    font-size: 3rem;
    line-height: 4rem;
  }
  .container-form .wrapper-form .text {
    font-size: 2rem;
    line-height: 3rem;
  }
  .container-form .formContainer .row .form-input .radio {
    margin-top: 0;
  }
  .container-form .formContainer .row .form-input .radio input {
    display: block;
    margin-bottom: 10px;
  }
  .container-form .formContainer .row .form-input .checkbox p {
    width: 88%;
  }
}
@media (min-width: 0) and (max-width: 531px) {
  .container-form {
    min-height: 1100px;
  }
}
@media (min-width: 0) and (max-width: 370px) {
  .container-form {
    min-height: 1200px;
    padding: 0 20px;
  }
}
.box-select .select2-container .select2-selection {
  width: 100%;
  border: 1px solid #ffffff;
  border-top-left-radius: 2.72px;
  border-top-right-radius: 2.72px;
  border-bottom-left-radius: 2.72px;
  border-bottom-right-radius: 2.72px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 13px;
  box-sizing: border-box;
  outline: none;
  font-family: "NouvelR";
  font-size: 1.4rem;
  line-height: 18px;
  color: #ffffff;
  height: 46px;
}
.box-select .select2-container .select2-selection .select2-selection__rendered {
  color: #ffffff;
}
.box-select .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #ffffff;
}
.box-select .select2-container .select2-selection .select2-selection__arrow b {
  border-width: 0.75rem 0.75rem 0 0.75rem;
  border-color: #ffffff transparent transparent transparent;
  margin-left: -20px;
}
.box-select .select2-container .select2-selection.select2-container--open .select2-selection__arrow b {
  border-width: 0.75rem 0.75rem 0 0.75rem;
  border-color: transparent transparent #ffffff transparent;
}

@media (min-width: 0) and (max-width: 1023px) {
  .box-select {
    margin-bottom: 20px;
  }
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options {
  padding: 5px;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  font-size: 1.4rem;
  padding: 6px;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #000000;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option::before {
  content: "";
  display: inline-block;
  position: relative;
  height: 14px;
  width: 14px;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  background-color: #fff;
  margin-right: 10px;
  vertical-align: middle;
  color: #707070;
  border-radius: 50%;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true]:before {
  font-family: fontAwesome;
  content: "\f111";
  color: #707070;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  display: inline-block;
  padding-left: 2.5px;
  font-size: 0.85rem;
  padding-top: 2.5px;
  border-radius: 50%;
}

.container-form .formContainer .row .form-input.options p {
  text-align: justify;
}
.container-form .formContainer .row .form-input.checkbox-declaro .checkbox {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 25px 0;
  text-align: justify;
}
.container-form .formContainer .row .form-input.checkbox-declaro .checkbox label {
  margin: 0 10px 0 0;
}
.container-form .formContainer .row .form-input .checkbox {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 10px;
  margin-right: 15px;
  padding: 8px 0px;
  display: inline-block;
}
.container-form .formContainer .row .form-input .checkbox input {
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
}
.container-form .formContainer .row .form-input .checkbox label {
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #707070;
  padding: 1px 9px;
  vertical-align: bottom;
  margin: 0 15px 0 5px;
}
.container-form .formContainer .row .form-input .checkbox label::after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 8px;
  height: 4px;
  background: transparent;
  top: 5px;
  left: 5px;
  border: 2px solid #707070;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
.container-form .formContainer .row .form-input .checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

@media (min-width: 0) and (max-width: 1023px) {
  .container-form .formContainer .row .form-input.checkbox-declaro .checkbox {
    margin: 0;
    font-size: 1.4rem;
  }
  .container-form .formContainer .row .form-input .consent-check {
    display: block;
  }
}

/*# sourceMappingURL=main.css.map */
