@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
/* FONTS */
/* WEIGHTS */
/* COLORS */
/* ===================================
    GENERAL
=================================== */
*,
:after,
:before {
  box-sizing: border-box; }

*:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

body {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif; }
  body b {
    font-weight: 700; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

a {
  text-decoration: none;
  color: inherit; }

p:first-child {
  margin-top: 0; }

p:last-child {
  margin-bottom: 0; }

input,
select,
textarea {
  font-family: "Montserrat", sans-serif;
  appearance: none;
  -webkit-appearance: initial;
  border-radius: 0;
  box-shadow: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: #fff;
  background-image: none;
  color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-text-fill-color: #000 !important; }

textarea {
  resize: none; }

.fa-phone {
  transform: scaleX(-1); }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal; }
  .flex .flex-content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

.customRow {
  -ms-flex-direction: row;
  flex-direction: row; }

.customColumn {
  -ms-flex-direction: column;
  flex-direction: column; }

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.content-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.content-center-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.content-center-column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.content-start {
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start; }

.content-start-column {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }

.content-start-row {
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start; }

.content-end {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end; }

.content-end-column {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end; }

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

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

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

.space-between {
  justify-content: space-between; }

.center {
  margin-left: auto;
  margin-right: auto; }

.height-100 {
  height: 100%; }

.width-100 {
  width: 100%; }

.width-90 {
  width: 90%; }

.width-80 {
  width: 80%; }

.width-75 {
  width: 75%; }

.width-70 {
  width: 70%; }

.width-66 {
  width: 66.66%; }

.width-60 {
  width: 60%; }

.width-50 {
  width: 50%; }

.width-40 {
  width: 40%; }

.width-33 {
  width: 33.333%; }

.width-30 {
  width: 30%; }

.width-25 {
  width: 25%; }

.width-20 {
  width: 20%; }

.width-10 {
  width: 10%; }

.fixed {
  position: fixed; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.display-none {
  display: none; }

.image-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.bg-img {
  object-fit: cover; }

.paragrafo {
  margin: 60px 0; }

.paragrafo p {
  margin-bottom: 0; }

.form-mr {
  font-family: "Montserrat", sans-serif;
  margin-top: 0 !important;
  width: 600px !important;
  max-width: 100%;
  border: 0;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(3, 76, 60, 0.3) !important;
  padding: 40px; }
  .form-mr .customColumn {
    margin-bottom: 0; }
    .form-mr .customColumn.width-50:first-child {
      padding-right: 15px; }
    .form-mr .customColumn.width-50:last-child {
      padding-left: 15px; }
  .form-mr .customRow.inputRow {
    margin-top: 24px; }
  .form-mr .inputTitle {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #010060; }
  .form-mr h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 18px;
    margin-right: 0;
    color: #010060; }
  .form-mr input[type="text"],
  .form-mr input[type="email"],
  .form-mr input[type="tel"],
  .form-mr select {
    max-width: initial;
    margin: 0;
    margin-right: 0;
    border-radius: 4px !important;
    background: rgba(1, 0, 96, 1) !important;
    border: 2px solid #007bff !important;
    background-image: none;
    height: 52px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    padding: 14px !important; }
    .form-mr input[type="text"]::placeholder,
    .form-mr input[type="text"] option,
    .form-mr input[type="email"]::placeholder,
    .form-mr input[type="email"] option,
    .form-mr input[type="tel"]::placeholder,
    .form-mr input[type="tel"] option,
    .form-mr select::placeholder,
    .form-mr select option {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      color: #ffffff;
      font-size: 18px;
      line-height: 18px; }
    .form-mr input[type="text"]:focus,
    .form-mr input[type="email"]:focus,
    .form-mr input[type="tel"]:focus,
    .form-mr select:focus {
      box-shadow: none !important; }
    @media screen and (max-width: 767px) {
      .form-mr input[type="text"],
      .form-mr input[type="email"],
      .form-mr input[type="tel"],
      .form-mr select {
        height: 46px;
        font-size: 16px;
        line-height: 20px;
        padding: 11px 10px !important; }
        .form-mr input[type="text"]::placeholder,
        .form-mr input[type="email"]::placeholder,
        .form-mr input[type="tel"]::placeholder,
        .form-mr select::placeholder {
          font-size: 16px;
          line-height: 20px; } }
  .form-mr input {
    margin: 0; }
  .form-mr input[type="tel"] {
    padding-left: 52px !important; }
  .form-mr .iti__arrow {
    border-top-color: #BDECC4; }
  .form-mr .iti__country {
    background: #034C3C;
    color: #BDECC4; }
    .form-mr .iti__country.iti__highlight {
      background-color: rgba(3, 76, 60, 0.7); }
  .form-mr .iti__country-list {
    border: none;
    border-radius: 8px;
    margin-top: 4px; }
  .form-mr .iti__dial-code {
    color: #BDECC4; }
  .form-mr .iti--allow-dropdown {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; }
  .form-mr .error-mobile_number {
    font-weight: 800;
    background: rgba(255, 0, 0, 0.7);
    border: 2px solid red;
    color: white;
    border-radius: 5px;
    margin-top: 6px;
    padding: 6px;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    display: none; }
  .form-mr .autocomplete-components .autocomplete.success .autocomplete-input {
    background: #010060 !important; }
  .form-mr .customCheckbox {
    padding-left: 24px;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #010060;
    font-weight: 400;
    cursor: pointer; }
    .form-mr .customCheckbox::before {
      content: '';
      display: inline-flex;
      width: 18px;
      height: 18px;
      border: 1px solid #010060;
      border-radius: 4px;
      background: transparent;
      position: absolute;
      top: 0;
      left: 0; }
    .form-mr .customCheckbox::after {
      content: "";
      display: none;
      position: absolute;
      top: 9px;
      left: 0;
      transform: rotate(45deg) translate(0, -80%);
      height: 10px;
      width: 6px;
      border-color: #010060;
      border-bottom-width: 2px;
      border-bottom-style: solid;
      border-right-width: 2px;
      border-right-style: solid;
      transition: all .2s; }
  .form-mr input:checked + .customCheckbox::after {
    display: inline-flex; }
  .form-mr .estero_check {
    margin-top: 12px; }
    .form-mr .estero_check input {
      width: 0;
      height: 0; }
  .form-mr .autocomplete .autocomplete-result-list {
    background: #010060;
    color: #ffffff; }
  .form-mr .inputText {
    background: rgba(1, 0, 96, 1);
    color: #ffffff;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    height: 0;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 0;
    transition: all 0.6s; }
    .form-mr .inputText.visible {
      height: 200px;
      margin-bottom: 12px;
      padding-top: 12px;
      padding-bottom: 12px; }
  .form-mr .consent {
    margin-top: 30px; }
    .form-mr .consent input {
      width: 0;
      height: 0; }
    .form-mr .consent .consentTitle {
      font-size: 18px;
      line-height: 24px;
      color: #010060;
      font-weight: 600;
      margin-bottom: 20px; }
    .form-mr .consent > label:last-child {
      margin-top: 12px; }
  .form-mr .form-submit {
    border: none;
    background: #007bff;
    border-radius: 50px;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 21px;
    margin-top: 36px;
    transition: background 0.3s;
    cursor: pointer; }
    .form-mr .form-submit:hover {
      background: #01005C; }
  .form-mr a {
    text-decoration: underline; }
    .form-mr a:hover {
      text-decoration: underline;
      color: #01005C; }

@media screen and (max-width: 1024px) {
  div.homepage .customColumn {
    display: flex !important; } }

@media screen and (max-width: 767px) {
  .paragrafo {
    margin: 36px 0; }
  .form-mr {
    padding: 24px 18px; }
    .form-mr h5 {
      margin-bottom: 0;
      font-size: 21px;
      line-height: 24px; }
    .form-mr .customColumn.width-50 {
      width: 100%; }
      .form-mr .customColumn.width-50:last-child {
        margin-top: 18px; }
      .form-mr .customColumn.width-50:first-child {
        padding-right: 0; }
      .form-mr .customColumn.width-50:last-child {
        padding-left: 0; }
    .form-mr .customRow.inputRow {
      margin-top: 18px; }
    .form-mr .inputTitle {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 6px; }
    .form-mr .customCheckbox {
      padding-left: 20px;
      font-size: 10px;
      line-height: 14px; }
      .form-mr .customCheckbox::before {
        width: 14px;
        height: 14px; }
      .form-mr .customCheckbox::after {
        transform: rotate(45deg) translate(-20%, -100%);
        height: 8px;
        width: 4px; }
    .form-mr .estero_check {
      margin-top: 8px; }
    .form-mr .inputText {
      font-size: 12px;
      line-height: 14px;
      padding-left: 10px;
      padding-right: 10px;
      min-height: 0; }
      .form-mr .inputText.visible {
        height: auto;
        min-height: 90px;
        margin-bottom: 10px;
        padding-top: 10px;
        padding-bottom: 10px; }
    .form-mr .consent {
      margin-top: 24px; }
      .form-mr .consent .consentTitle {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 16px; }
      .form-mr .consent > label:last-child {
        margin-top: 6px; }
    .form-mr .form-submit {
      font-size: 14px;
      line-height: 14px;
      padding: 15px 21px;
      margin-top: 24px;
      width: auto !important; } }