body {
  background-color: #f7f7f7;
  font-family: "Noto Sans";
  font-size: 0.875rem;
  line-height: 1.5rem;
}

/* header */
.navbar {
  height:                     56px;
  padding:                    16px;
}
.navbar .logo {
  max-width:                16rem;
  width: 100%;
}

/* footer */
.footer-copyright {
  height:                   5rem;
}

footer {
    color:                  #4C4C4C;
}


.modal-body p {
    margin-bottom:          0;
}

/* content */

.container {
    max-width: 992px;
}
.mapfre-content {
    margin-top: 3.5rem;
}

.center-on-page {
  align-items: center;
  display: flex;
  min-height: calc(100vh - 190px);
  justify-content: center;
}

.card.mapfre.single-page-card {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 1.5rem;
  background: #ffffff;
}

/*** Global ***/
.grey-color {
  color: #737373;
}
.grey-color i {
  color: #737373;
}
.grey-color svg path {
  fill: #737373;
}
.grey-color:hover {
  color: #737373;
}

.green-color {
  color: #749806;
}
.green-color i {
  color: #749806;
}
.green-color svg path {
  fill: #749806;
}
.green-color:hover {
  color: #749806;
}

.red-color {
  color: #be0f0f;
}
.red-color i {
  color: #be0f0f;
}
.red-color svg path {
  fill: #be0f0f;
}
.red-color:hover {
  color: #be0f0f;
}

.div-check {
  background-color: #fff000;
}

.lh24 {
  line-height: 1.5rem;
}

.margin-bottom.mb4 {
  margin-bottom: 0.25rem !important;
}
.margin-bottom.mb8 {
  margin-bottom: 0.5rem !important;
}
.margin-bottom.mb16 {
  margin-bottom: 1rem !important;
}
.margin-bottom.mb24 {
  margin-bottom: 1.5rem !important;
}
.margin-bottom.mb32 {
  margin-bottom: 2rem !important;
}
.margin-bottom.mb40 {
  margin-bottom: 2.5rem !important;
}

.margin-top.mt4 {
  margin-top: 0.25rem !important;
}
.margin-top.mt8 {
  margin-top: 0.5rem !important;
}
.margin-top.mt16 {
  margin-top: 1rem !important;
}
.margin-top.mt24 {
  margin-top: 1.5rem !important;
}
.margin-top.mt32 {
  margin-top: 2rem !important;
}
.margin-top.mt40 {
  margin-top: 2.5rem !important;
}

.margin-vertical.mv4 {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}
.margin-vertical.mv8 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}
.margin-vertical.mv16 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
.margin-vertical.mv24 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}
.margin-vertical.mv32 {
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
}
.margin-vertical.mv40 {
  margin-bottom: 2.5rem !important;
  margin-top: 2.5rem !important;
}

.padding-bottom.pb4 {
  padding-bottom: 0.25rem !important;
}
.padding-bottom.pb8 {
  padding-bottom: 0.5rem !important;
}
.padding-bottom.pb16 {
  padding-bottom: 1rem !important;
}
.padding-bottom.pb24 {
  padding-bottom: 1.5rem !important;
}
.padding-bottom.pb32 {
  padding-bottom: 2rem !important;
}
.padding-bottom.pb40 {
  padding-bottom: 2.5rem !important;
}

.padding-top.pt4 {
  padding-top: 0.25rem !important;
}
.padding-top.pt8 {
  padding-top: 0.5rem !important;
}
.padding-top.pt16 {
  padding-top: 1rem !important;
}
.padding-top.pt24 {
  padding-top: 1.5rem !important;
}
.padding-top.pt32 {
  padding-top: 2rem !important;
}
.padding-top.pt40 {
  padding-top: 2.5rem !important;
}

.padding-vertical.pv4 {
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}
.padding-vertical.pv8 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}
.padding-vertical.pv16 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.padding-vertical.pv24 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}
.padding-vertical.pv32 {
  padding-bottom: 2rem !important;
  padding-top: 2rem !important;
}
.padding-vertical.pv40 {
  padding-bottom: 2.5rem !important;
  padding-top: 2.5rem !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

/* ---- https://github.com/drublic/Sass-Mixins/blob/master/partials/_rem.scss --- */
/*
    --- Global Button styles ---
    All specific styles can be found in the mapfre-button component
*/
.btn-icon i {
  font-size: 1.5rem;
}

.footer-flat .first-icon i {
  font-size: 1rem;
  position: relative;
  top: 0.1875rem;
}
.footer-flat .second-icon i {
  font-size: 0.75rem;
  position: relative;
  top: 0.0625rem;
}

/*
  --- Default Font Sizing and Styling ---
  If it's not in a varable and it's considered to be a default styling
*/
h1 {
  font-size: 7rem;
  line-height: 9rem;
}

h2 {
  font-size: 3.5rem;
  line-height: 4.5rem;
}

h3 {
  font-size: 3rem;
  line-height: 4rem;
}

h4 {
  font-size: 1.9999999994rem;
  line-height: 3rem;
}

.font-small {
  font-size: 0.7525rem;
}

body {
  background-color: #f7f7f7;
  font-family: "Noto Sans";
  font-size: 0.875rem;
  line-height: 1.5rem;
}

a,
button {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a {
  color: #006580;
  border-bottom: thin solid transparent;
  text-decoration: none !important;
}
a:hover {
  color: #006580;
}
a:visited {
  border-bottom-color: #006580;
}

.underline:hover {
  border-bottom-color: #006580;
}

hr {
  border: solid thin #EAE9E9;
}
hr.header {
  margin-top: 0;
  margin-bottom: 5rem;
}
hr.body {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
hr.hr-login {
  margin-top: 2.5rem;
  margin-bottom: 1.75rem;
}

input[type=text]:focus,
textarea:focus {
  outline: 0;
  box-shadow: none;
}

*:focus,
.form-control:focus:not(input[type=text]),
input[type=submit]:focus, input:focus,
textarea:focus {
  outline: 0;
  box-shadow: none;
}

.bold,
.strong {
  font-weight: 900;
}

.border-radius {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.center-margin {
  margin: auto;
}

.center-on-page {
  align-items: center;
  display: flex;
  min-height: calc(100vh - 190px);
  justify-content: center;
}

.header-icon {
  margin: auto;
  margin-top: 0;
}
.header-icon.full-icon {
  margin-bottom: 0.5rem;
}
.header-icon .svg-container {
  height: 5rem;
  display: flex;
  align-items: center;
}
.header-icon .svg-container svg {
  margin: auto;
  display: block;
  height: 5rem;
  width: 5rem;
}

.disclaimer {
  font-family: "Inter UI", sans-serif;
}
.disclaimer.disclaimer-small-size {
  font-size: 0.75rem;
  line-height: 1rem;
}
.disclaimer.disclaimer-large-size {
  font-size: 0.875rem;
  line-height: 1.4rem;
}
.disclaimer.legal {
  color: #adaaaa;
}

.logo {
  max-width: 21.875rem;
  width: 100%;
}

.mapfre-content {
  margin-top: 3.5rem;
}
@media (max-width: 375px) {
  .mapfre-content {
    margin-top: 10%;
  }
}

.no-border {
  border: none !important;
}

.prefix {
  float: left;
  padding-right: 1.125rem;
}

.right {
  text-align: right;
}

.sub-title-copy {
  color: #737373;
}

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

.title-copy {
  font-family: "Noto Sans";
  font-size: 1.125rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  padding: 0;
}

.uppercase {
  text-transform: uppercase;
}
.uppercase span {
  text-transform: uppercase;
}

@media (max-width: 375px) {
  .container {
    padding: 0;
  }
}

.navbar {
  box-shadow: none;
}

.red-background, .red {
  background-color: #df0027 !important;
}

.modal-backdrop {
  z-index: 1028;
}

.card.mapfre {
  background-color: #fff;
  border: thin solid #ededed;
  box-shadow: none;
  padding: 1.5rem;
}
@media (min-width: 320px) {
  .card.mapfre {
    margin-top: 22px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
.card.mapfre.single-page-card {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 1.5rem;
}
.card.mapfre.single-page-card .card-content {
  margin: auto;
}
@media (min-width: 320px) {
  .card.mapfre.single-page-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 375px) {
  .card.mapfre.single-page-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .card.mapfre.single-page-card {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  .card.mapfre.single-page-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .card.mapfre.single-page-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .card.mapfre.single-page-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1440px) {
  .card.mapfre.single-page-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.card.mapfre.single-page-card .card-content {
  width: 18.5rem;
}
@media (min-width: 320px) and (max-width: 374.98px) {
  .card.mapfre.single-page-card .card-content {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}

.btn.mapfre {
  align-items: center;
  box-shadow: none;
  cursor: pointer;
  font-family: "Noto Sans";
  font-weight: bold;
  justify-content: center;
  line-height: 1.5rem;
  padding: 0 1.5rem;
  pointer-events: auto !important;
  position: relative;
  text-transform: uppercase;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn.mapfre:disabled, .btn.mapfre.disabled, .btn.mapfre.disabled[disabled] {
  cursor: not-allowed !important;
}
.btn.mapfre:disabled:hover, .btn.mapfre.disabled:hover, .btn.mapfre.disabled[disabled]:hover {
  box-shadow: none !important;
}
.btn.mapfre.basic {
  border: none;
  color: #fff;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.btn.mapfre.basic.default {
  background: #df0027;
  border-color: #df0027;
}
.btn.mapfre.basic.default:disabled {
  background: #ffc9c9;
  border-color: #ffc9c9;
}
.btn.mapfre.basic.primary {
  background: #8DB602;
  border-color: #8DB602;
}
.btn.mapfre.basic.primary:disabled {
  background: #c6db80;
  border-color: #c6db80;
}
.btn.mapfre.basic.secondary {
  background: #737373;
  border-color: #737373;
}
.btn.mapfre.basic.secondary:disabled {
  background: #c5c5c5;
  border-color: #c5c5c5;
}
.btn.mapfre.basic.tertiary {
  background: #006580;
  border-color: #006580;
}
.btn.mapfre.basic.tertiary:disabled {
  background: #1fc1ff;
  border-color: #1fc1ff;
}
.btn.mapfre.basic.white {
  background: #fff;
  border-color: #fff;
  color: #4C4C4C;
}
.btn.mapfre.basic.white:disabled {
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.btn.mapfre.basic:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.btn.mapfre.flat, .btn.mapfre.header-flat, .btn.mapfre.footer-flat {
  background: transparent;
  border: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn.mapfre.flat:hover, .btn.mapfre.header-flat:hover, .btn.mapfre.footer-flat:hover {
  background: #f7f7f7;
}
.btn.mapfre.flat.primary, .btn.mapfre.primary.header-flat, .btn.mapfre.primary.footer-flat {
  color: #8DB602;
}
.btn.mapfre.flat.primary:disabled, .btn.mapfre.primary.header-flat:disabled, .btn.mapfre.primary.footer-flat:disabled {
  color: #c6db80;
}
.btn.mapfre.flat.secondary, .btn.mapfre.secondary.header-flat, .btn.mapfre.secondary.footer-flat {
  color: #737373;
}
.btn.mapfre.flat.secondary:disabled, .btn.mapfre.secondary.header-flat:disabled, .btn.mapfre.secondary.footer-flat:disabled {
  color: #c5c5c5;
}
.btn.mapfre.flat.tertiary, .btn.mapfre.tertiary.header-flat, .btn.mapfre.tertiary.footer-flat {
  color: #006580;
}
.btn.mapfre.flat.tertiary:disabled, .btn.mapfre.tertiary.header-flat:disabled, .btn.mapfre.tertiary.footer-flat:disabled {
  color: #1fc1ff;
}
.btn.mapfre.flat.default, .btn.mapfre.default.header-flat, .btn.mapfre.default.footer-flat {
  color: #df0027;
}
.btn.mapfre.flat.default:disabled, .btn.mapfre.default.header-flat:disabled, .btn.mapfre.default.footer-flat:disabled {
  color: #ffc9c9;
}
.btn.mapfre.flat.link, .btn.mapfre.link.header-flat, .btn.mapfre.link.footer-flat {
  color: #006580;
}
.btn.mapfre.flat.white, .btn.mapfre.white.header-flat, .btn.mapfre.white.footer-flat {
  color: #fff;
}
.btn.mapfre.flat.white:disabled, .btn.mapfre.white.header-flat:disabled, .btn.mapfre.white.footer-flat:disabled {
  color: #e6e6e6;
}
.btn.mapfre.ghost {
  background: transparent;
  border: 0.125rem solid;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.btn.mapfre.ghost.default {
  color: #df0027;
  border-color: #df0027;
}
.btn.mapfre.ghost.default:disabled {
  color: #ffc9c9;
  border-color: #ffc9c9;
}
.btn.mapfre.ghost.default:hover {
  background: #df0027;
  color: #fff;
}
.btn.mapfre.ghost.primary {
  border-color: #8DB602;
  color: #8DB602;
}
.btn.mapfre.ghost.primary:disabled {
  border-color: #c6db80;
  color: #c6db80;
}
.btn.mapfre.ghost.primary:hover {
  background: #8DB602;
  color: #fff;
}
.btn.mapfre.ghost.secondary {
  border-color: #737373;
  color: #737373;
}
.btn.mapfre.ghost.secondary:disabled {
  border-color: #c5c5c5;
  color: #c5c5c5;
}
.btn.mapfre.ghost.secondary:hover {
  background: #737373;
  color: #fff;
}
.btn.mapfre.ghost.tertiary {
  border-color: #006580;
  color: #006580;
}
.btn.mapfre.ghost.tertiary:disabled {
  border-color: #1fc1ff;
  color: #1fc1ff;
}
.btn.mapfre.ghost.tertiary:hover {
  background: #006580;
  color: #fff;
}
.btn.mapfre.ghost.white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.mapfre.ghost.white:disabled {
  border-color: #e6e6e6;
  color: #e6e6e6;
}
.btn.mapfre.ghost.white:hover {
  background: #fff;
  color: #df0027;
}
.btn.mapfre.normal-link {
  color: #006580;
  font-weight: 400;
  text-transform: capitalize;
}
.btn.mapfre.footer-flat {
  color: #4C4C4C;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
}
.btn.mapfre.footer-flat:hover {
  background: #dedede;
}
.btn.mapfre.header-flat {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media (max-width: 575.98px) {
  .btn.mapfre.header-flat {
    margin-right: -0.5357142857rem !important;
  }
  .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.btn.mapfre.header-flat:hover {
  background: #bf0f0f;
}
.btn.mapfre.blue-color {
  color: #006580;
}
.btn.mapfre.blue-background {
  background-color: #006580;
}
.btn.mapfre.large {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  height: 3rem;
  max-width: 100%;
}
.btn.mapfre.medium {
  width: 75%;
}
.btn.mapfre.small {
  font-size: 0.875rem;
  height: 2rem;
}
.btn.mapfre.full {
  display: block;
  width: 100%;
}
.btn.mapfre.xsmall {
  font-size: 0.875rem;
  line-height: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.btn.mapfre span {
  white-space: normal;
}
.btn.mapfre .custom-button-icon {
  padding-right: 0.5rem;
}
.btn.mapfre .custom-button-icon.align-middle {
  position: relative;
  top: -0.0625rem;
}

p {
  color: #737373;
  font-size: 14px;
  font-family: NotoSans;
  text-align: center;
  line-height: 24px;
  margin-bottom: 16px;
}

.padding-top.pt36 {
  padding-top: 36px;
}

.flat {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.title-copy {
  margin-top: 24px;
}



  