@font-face {
  font-family: "lynstonelight";
  src: url("fonts/asset-ac112d9b229c.woff2") format("woff2"), url("fonts/asset-721b275140a0.bin") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "lynstone";
  src: url("fonts/asset-dd4805daea86.woff2") format("woff2"), url("fonts/asset-71967d0bdfc3.bin") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "lynstonebold";
  src: url("fonts/asset-f78efe746b3e.woff2") format("woff2"), url("fonts/asset-e68dc91531fb.bin") format("woff");
  font-weight: 600;
  font-style: normal;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.30751, 203.65604, 206.63249);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.30751, 203.65604, 206.63249);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.70595, 222.95406, 187.26654);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.70595, 222.95406, 187.26654);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.51524, 221.13327, 229.14474);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.51524, 221.13327, 229.14474);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.43417, 176.70583, 182.90735);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.43417, 176.70583, 182.90735);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.02168, 187.09, 189.15833);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.02168, 187.09, 189.15833);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.14655, 77.125, 85.10345);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.14655, 77.125, 85.10345);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

a {
  color: #C63527;
  text-decoration: underline;
}
a:hover {
  /*color: darken($red, 10%);*/
  color: #C63527;
  text-decoration: none;
}

blockquote {
  font-family: "lynstonelight";
}
@media all and (min-width: 0) {
  blockquote {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 576px) {
  blockquote {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 768px) {
  blockquote {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 992px) {
  blockquote {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1200px) {
  blockquote {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1400px) {
  blockquote {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
blockquote {
  font-style: italic;
  color: #333;
  padding-left: 36px;
  padding-top: 36px;
  margin-top: 48px;
  margin-bottom: 48px;
  background: url("images/asset-e86628f6f0fb.png") no-repeat left top;
}
@media (min-width: 576px) {
  blockquote {
    padding-left: 150px;
    padding-top: 0;
    margin-top: 96px;
    margin-bottom: 96px;
  }
}
blockquote p {
  margin-bottom: 0;
}

h1 {
  font-family: "lynstonelight", sans-serif;
  font-weight: normal;
}
@media all and (min-width: 0) {
  h1 {
    font-size: 2.8865075rem;
    line-height: 52px;
  }
}
@media all and (min-width: 576px) {
  h1 {
    font-size: 2.8865075rem;
    line-height: 52px;
  }
}
@media all and (min-width: 768px) {
  h1 {
    font-size: 4.623627rem;
    line-height: 80px;
  }
}
@media all and (min-width: 992px) {
  h1 {
    font-size: 4.623627rem;
    line-height: 80px;
  }
}
@media all and (min-width: 1200px) {
  h1 {
    font-size: 4.623627rem;
    line-height: 80px;
  }
}
@media all and (min-width: 1400px) {
  h1 {
    font-size: 4.623627rem;
    line-height: 80px;
  }
}
h1 {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  h1 {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  h1 {
    margin-bottom: 24px;
  }
}

h2 {
  font-family: "lynstonelight", sans-serif;
  font-weight: normal;
}
@media all and (min-width: 0) {
  h2 {
    font-size: 2.2806973rem;
    line-height: 40px;
  }
}
@media all and (min-width: 576px) {
  h2 {
    font-size: 2.2806973rem;
    line-height: 40px;
  }
}
@media all and (min-width: 768px) {
  h2 {
    font-size: 2.5657845rem;
    line-height: 48px;
  }
}
@media all and (min-width: 992px) {
  h2 {
    font-size: 2.5657845rem;
    line-height: 48px;
  }
}
@media all and (min-width: 1200px) {
  h2 {
    font-size: 2.8865075rem;
    line-height: 52px;
  }
}
@media all and (min-width: 1400px) {
  h2 {
    font-size: 2.8865075rem;
    line-height: 52px;
  }
}
h2 {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  h2 {
    margin-bottom: 36px;
  }
}

p + h2, ol + h2, ul + h2 {
  margin-top: 36px;
  margin-bottom: 12px;
}

h3 {
  font-family: "lynstonelight", sans-serif;
  font-weight: normal;
}
@media all and (min-width: 0) {
  h3 {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 576px) {
  h3 {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 768px) {
  h3 {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 992px) {
  h3 {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1200px) {
  h3 {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1400px) {
  h3 {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
h3 {
  margin-bottom: 24px;
}

p + h3, ol + h3, ul + h3 {
  margin-top: 12px;
  margin-bottom: 12px;
}

p {
  margin-bottom: 24px;
  font-size: inherit;
}

p strong {
  font-family: "lynstonebold", Arial, sans-serif;
  font-weight: normal;
}

section {
  scroll-margin-top: 100px;
}

ol {
  padding-left: 16px;
  color: #C63527;
}
ol span {
  color: #C63527;
}
ol li {
  margin-bottom: 12px;
}
ol p {
  color: #333;
  margin-bottom: 0;
}

ul {
  padding-left: 16px;
  margin-bottom: 24px;
}
ul li {
  list-style-image: url("images/asset-84bc7c3a6885.svg");
  padding-left: 4px;
  margin-bottom: 12px;
}
ul strong {
  font-family: "lynstonebold", sans-serif;
}
ul li ul {
  padding-left: 0;
  margin-top: 8px;
  border-top: 1px solid #ccc;
  margin-top: 12px;
  padding-top: 12px;
}
ul li ul li {
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.table {
  border-top: 1px solid #C63527;
  border-bottom: 1px solid #C63527;
  padding-bottom: 0;
  margin-bottom: 0;
}
.table caption {
  visibility: hidden;
}
.table th:last-child, .table td:last-child {
  text-align: right;
}
.table thead {
  color: #C63527;
}
.table thead th {
  padding: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
.table tbody th, .table tbody td {
  padding: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}
.table tbody tr:last-child th, .table tbody tr:last-child td {
  padding-bottom: 16px;
}
.table th {
  border: 0 !important;
}
.table td {
  border: 0 !important;
}
.table .bg-primary {
  background: #F5F5F5;
}
.table .bg-primary th, .table .bg-primary td {
  padding-right: 4px;
  padding-left: 4px;
  font-family: "lynstonebold", sans-serif;
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}
bjec.clearfix {
  clear: both;
}

.eupopup-container {
  background-color: rgba(25, 25, 25, 0.9);
  color: #efefef;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1.2em;
  text-align: center;
  display: none;
  z-index: 9999999;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.eupopup-container-fixedtop {
  position: fixed;
}

.eupopup-container-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.eupopup-container-bottomleft {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 300px;
}

.eupopup-container-bottomright {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 300px;
}

.eupopup-head {
  font-size: 1.2em;
  font-weight: bold;
  padding: 7px;
  color: #fff;
}

.eupopup-body {
  color: #a2a2a2;
}

body .eupopup-color-inverse {
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
}

body .eupopup-color-inverse .eupopup-head {
  color: #000;
}

body .eupopup-style-compact {
  text-align: left;
  padding: 8px 30px 7px 20px;
  line-height: 15px;
}

body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
  display: inline;
  padding: 0;
  margin: 0;
}

body .eupopup-style-compact .eupopup-button {
  margin: 0 5px;
}
.c-background {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #EDEDED;
}
@media (min-width: 768px) {
  .c-background {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.c-background--lighter {
  background: #F5F5F5;
}

.c-banner {
  background: #666 url("images/asset-e56f3ee9cf17.jpg") center left no-repeat;
  background-size: cover;
  padding-top: 48px;
  padding-bottom: 48px;
  color: #fff;
}
@media (min-width: 768px) {
  .c-banner {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media (min-width: 768px) {
  .c-banner {
    min-height: 600px;
  }
}

@media all and (min-width: 0) {
  .c-banner__text {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 576px) {
  .c-banner__text {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 768px) {
  .c-banner__text {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 992px) {
  .c-banner__text {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 1200px) {
  .c-banner__text {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 1400px) {
  .c-banner__text {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
.c-banner__text {
  margin-bottom: 36px;
}

.c-banner__soluciones {
  background-image: url("images/asset-2bb054efdf31.jpg");
}

.c-callbox {
  padding: 24px;
  background: #EDEDED;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  margin-top: 36px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .c-callbox {
    margin-top: 0;
  }
}
@media all and (min-width: 0) {
  .c-callbox p {
    font-size: 1rem;
    line-height: 24px;
  }
}
@media all and (min-width: 576px) {
  .c-callbox p {
    font-size: 1rem;
    line-height: 24px;
  }
}
@media all and (min-width: 768px) {
  .c-callbox p {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media all and (min-width: 992px) {
  .c-callbox p {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media all and (min-width: 1200px) {
  .c-callbox p {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media all and (min-width: 1400px) {
  .c-callbox p {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
.c-callbox p {
  color: #666;
  margin-bottom: 24px;
}
.c-callbox strong {
  font-family: "lynstone", Arial, sans-serif;
  font-weight: normal;
  color: #C63527;
}
.c-callbox .c-button, .c-callbox .c-cookies__btn {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.c-callbox svg {
  width: 72px;
  height: 72px;
}

.c-ctabox {
  background: #C63527;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .c-ctabox {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.c-ctabox {
  text-align: center;
}
.c-ctabox .c-button--outline, .c-ctabox .c-cookies__btn--secondary {
  border-color: white;
  color: white;
}
.c-ctabox .c-button--outline:hover, .c-ctabox .c-cookies__btn--secondary:hover {
  background: white;
  color: #C63527;
}

@media all and (min-width: 0) {
  .c-ctabox__title {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 576px) {
  .c-ctabox__title {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 768px) {
  .c-ctabox__title {
    font-size: 2.2806973rem;
    line-height: 40px;
  }
}
@media all and (min-width: 992px) {
  .c-ctabox__title {
    font-size: 2.2806973rem;
    line-height: 40px;
  }
}
@media all and (min-width: 1200px) {
  .c-ctabox__title {
    font-size: 2.8865075rem;
    line-height: 52px;
  }
}
@media all and (min-width: 1400px) {
  .c-ctabox__title {
    font-size: 2.8865075rem;
    line-height: 52px;
  }
}
.c-ctabox__title {
  font-family: "lynstonelight";
  color: white;
  margin-bottom: 36px;
}

.c-download {
  height: 100%;
}
.c-download ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .c-download ul {
    padding-top: 36px;
  }
}
@media (min-width: 1200px) {
  .c-download ul {
    padding-bottom: 36px;
  }
}
.c-download li {
  padding: 0;
  margin: 0 0 24px;
}
.c-download li:last-child {
  margin: 0;
}
.c-download a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}
.c-download a:hover {
  text-decoration: underline;
}
@media all and (min-width: 0) {
  .c-download span {
    font-size: 1rem;
    line-height: 24px;
  }
}
@media all and (min-width: 576px) {
  .c-download span {
    font-size: 1rem;
    line-height: 24px;
  }
}
@media all and (min-width: 768px) {
  .c-download span {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media all and (min-width: 992px) {
  .c-download span {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media all and (min-width: 1200px) {
  .c-download span {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media all and (min-width: 1400px) {
  .c-download span {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
.c-download span {
  margin-left: 12px;
}
@media (min-width: 1200px) and (min-width: 0) {
  .c-download span {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media (min-width: 1200px) and (min-width: 576px) {
  .c-download span {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .c-download span {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .c-download span {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .c-download span {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  .c-download span {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
.c-download svg {
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .c-download svg {
    width: 72px;
    height: 72px;
  }
}

.c-footer {
  background: #222;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 576px) {
  .c-footer {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

@media (max-width: 991.98px) {
  .c-footer__logo {
    display: block;
    text-align: center;
    margin-bottom: 48px;
  }
}
.c-footer__logo img {
  width: 190px;
}
@media (min-width: 1200px) {
  .c-footer__logo img {
    width: 250px;
  }
}

.c-footer__list .c-footer__list__title {
  font-family: "lynstonebold";
}
@media all and (min-width: 0) {
  .c-footer__list .c-footer__list__title {
    font-size: 1rem;
    line-height: 24px;
  }
}
@media all and (min-width: 576px) {
  .c-footer__list .c-footer__list__title {
    font-size: 1rem;
    line-height: 24px;
  }
}
@media all and (min-width: 768px) {
  .c-footer__list .c-footer__list__title {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media all and (min-width: 992px) {
  .c-footer__list .c-footer__list__title {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media all and (min-width: 1200px) {
  .c-footer__list .c-footer__list__title {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media all and (min-width: 1400px) {
  .c-footer__list .c-footer__list__title {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media (max-width: 575.98px) {
  .c-footer__list .c-footer__list__title {
    text-align: center;
    margin-bottom: 12px;
  }
}
.c-footer__list .c-footer__list__title {
  color: #999;
}
.c-footer__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 575.98px) {
  .c-footer__list ul {
    border-bottom: 1px solid #333;
    margin-bottom: 36px;
  }
}
.c-footer__list ul li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .c-footer__list ul li {
    text-align: left;
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .c-footer__list ul li:last-child {
    margin-bottom: 36px;
  }
}
.c-footer__list ul a {
  color: #999;
  text-decoration: none;
  transition: all 0.3s ease;
}
.c-footer__list ul a:hover {
  color: #EDEDED;
  text-decoration: underline;
}

#footer .c-footer__social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
@media (min-width: 768px) {
  #footer .c-footer__social {
    position: relative;
  }
}
@media (max-width: 575.98px) {
  #footer .c-footer__social {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#footer .c-footer__social {
  list-style: none;
  margin-top: 8px;
}
#footer .c-footer__social li {
  width: 35px;
  height: 35px;
  margin-right: 8px;
  list-style: none !important;
}
#footer .c-footer__social li a {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
}
#footer .c-footer__social li a:hover {
  background: #999;
}
#footer .c-footer__social li svg {
  height: 16px;
  width: 16px;
}
@media (max-width: 575.98px) {
  #footer .c-footer__social li:last-child {
    margin-right: 0;
  }
}

.c-footer__legal {
  color: #999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .c-footer__legal {
    margin-top: 36px;
    padding-top: 16px;
    border-top: 1px solid #999;
  }
}
@media (min-width: 992px) {
  .c-footer__legal {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 36px;
  }
}

.c-footer__legal__copy {
  color: #999;
  font-size: 12px;
  line-height: 1.3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 36px;
}
@media (min-width: 768px) {
  .c-footer__legal__copy {
    -webkit-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
  }
}

.c-footer__legal__links {
  font-size: 0.8888889rem;
  line-height: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-footer__legal__links li {
  display: block;
  margin: 0 12px 12px;
  padding: 0;
}
@media (min-width: 992px) {
  .c-footer__legal__links li {
    margin-left: 8px;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.c-footer__legal__links a {
  color: #999;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
  margin-right: 36px;
}
.c-footer__legal__links a:hover {
  color: #EDEDED;
  text-decoration: underline;
}

.sellos-lista {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  padding: 0;
}
@media (max-width: 991.98px) {
  .sellos-lista {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .sellos-lista {
    margin-left: 55px;
  }
}
@media (min-width: 1200px) {
  .sellos-lista {
    margin-left: 80px;
  }
}

.sellos-lista_item {
  max-width: 30.000002%;
  list-style: none;
  margin-right: 5px;
}
.sellos-lista_item img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .sellos-lista_item img {
    height: 50px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .sellos-lista_item img {
    height: 40px;
    width: auto;
  }
}

.c-iconbox i {
  margin-bottom: 36px;
}
@media (max-width: 575.98px) {
  .c-iconbox {
    margin-bottom: 24px;
  }
}
.c-iconbox .c-iconbox__btn {
  bottom: 36px;
}
.c-iconbox .c-iconbox__btn svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-iconbox svg {
  width: 130px;
  height: 130px;
}
@media (min-width: 768px) {
  .c-iconbox svg {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 992px) {
  .c-iconbox svg {
    width: 172px;
    height: 172px;
  }
}

.c-iconbox__link {
  height: 100%;
  background: #EDEDED;
  text-decoration: none;
  padding: 36px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 366px;
}
@media (min-width: 768px) {
  .c-iconbox__link {
    min-height: 356px;
  }
}
@media (min-width: 992px) {
  .c-iconbox__link {
    min-height: 452px;
  }
}
.c-iconbox__link:hover {
  text-decoration: none;
}
.c-iconbox__link:hover .c-iconbox__btn {
  background: rgb(155.39241, 41.594936, 30.607595);
}
.c-iconbox__link.collapsed {
  min-height: 330px;
}
@media (min-width: 768px) {
  .c-iconbox__link.collapsed {
    min-height: 320px;
  }
}
@media (min-width: 992px) {
  .c-iconbox__link.collapsed {
    min-height: 416px;
  }
}
.c-iconbox__link.collapsed i {
  margin-bottom: 0;
}
.c-iconbox__link.collapsed .c-iconbox__btn {
  bottom: 0;
}
.c-iconbox__link.collapsed .c-iconbox__btn svg {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.c-iconbox__link.collapsed:hover {
  background: rgb(229.35, 229.35, 229.35);
}
@media (max-width: 1199.98px) and (min-width: 0) {
  .c-iconbox__link h3 {
    font-size: 1.4238281rem;
    line-height: 28px;
  }
}
@media (max-width: 1199.98px) and (min-width: 576px) {
  .c-iconbox__link h3 {
    font-size: 1.4238281rem;
    line-height: 28px;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .c-iconbox__link h3 {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .c-iconbox__link h3 {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .c-iconbox__link h3 {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1400px) {
  .c-iconbox__link h3 {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}

.c-iconbox__title {
  color: #222;
}

.c-iconbox__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  background: #C63527;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-iconbox__btn svg {
  width: 12px;
  height: 12px;
}

.c-icontext {
  text-align: center;
  margin-bottom: 36px;
}
.c-icontext p {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .c-icontext {
    text-align: left;
  }
}
.c-icontext svg {
  width: 80px;
  height: 80px;
}
@media (min-width: 1200px) {
  .c-icontext svg {
    width: 120px;
    height: 120px;
  }
}

.c-icontext__title {
  font-family: "lynstone", sans-serif;
  font-weight: normal;
}
@media all and (min-width: 0) {
  .c-icontext__title {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 576px) {
  .c-icontext__title {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 768px) {
  .c-icontext__title {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 992px) {
  .c-icontext__title {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 1200px) {
  .c-icontext__title {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 1400px) {
  .c-icontext__title {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
.c-icontext__title {
  margin-top: 24px;
  margin-bottom: 8px;
  color: #C63527;
}

.info-box {
  border: 1px solid #999;
  padding: 10%;
  background-color: #fff;
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.info-box > .info-box-title {
  font-size: 40px;
  font-family: "lynstonebold";
  margin-bottom: 10px;
}
.info-box.info-box-no-upper-border {
  border-top: 0px;
}

.c-textbox {
  margin-bottom: 36px;
}
@media (max-width: 575.98px) {
  .c-textbox {
    margin-bottom: 24px;
  }
}
.c-textbox strong {
  color: #333;
  font-family: "lynstonebold", arial, sans-serif;
}

.c-textbox__content {
  height: 100%;
  background: #EDEDED;
  text-decoration: none;
  padding: 36px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-textbox__content * {
  width: 100%;
}
.c-textbox__content .c-button, .c-textbox__content .c-cookies__btn {
  width: auto;
}
.c-textbox__content h3 {
  color: #C63527;
}
@media (max-width: 1199.98px) and (min-width: 0) {
  .c-textbox__content h3 {
    font-size: 1.4238281rem;
    line-height: 28px;
  }
}
@media (max-width: 1199.98px) and (min-width: 576px) {
  .c-textbox__content h3 {
    font-size: 1.4238281rem;
    line-height: 28px;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .c-textbox__content h3 {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .c-textbox__content h3 {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .c-textbox__content h3 {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media (max-width: 1199.98px) and (min-width: 1400px) {
  .c-textbox__content h3 {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
.c-textbox__content ul li {
  margin-bottom: 0;
}

.c-textbox__title {
  color: #222;
}

.c-texto-legal {
  padding-top: 12px;
  font-size: 11px !important;
  line-height: 20px;
}

.c-hero {
  background: #333;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .c-hero {
    margin-bottom: 96px;
  }
}
.c-hero.c-hero--quienes-somos {
  background: #333 url("images/asset-308f573a6bdd.jpg") center center no-repeat;
  background-size: cover;
}
.c-hero.c-hero--porque-singular-bank {
  background: #666 url("images/asset-8e1b6fcfbdc4.jpg") center center no-repeat;
  background-size: cover;
}
.c-hero.c-hero--su-banquero {
  background: #666 url("images/asset-a20a62a23e5c.jpg") center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
.c-hero.c-hero--landing {
  background: #666 url("images/asset-c50aef022f87.png") center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
.c-hero.c-hero--details-top {
  background: #666 url("images/asset-a81671004d6b.png") center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
.c-hero.c-hero--details-plus {
  background: #666 url("images/asset-7c660d2297a8.png") center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
.c-hero.c-hero--details-zero {
  background: #666 url("images/asset-2dc925701988.png") center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
.c-hero.c-hero--contacto {
  background: #666 url("images/asset-5ad9ac7df22c.jpg") center center no-repeat;
  background-size: cover;
}
.c-hero.c-hero--soluciones {
  background: #666 url("images/asset-bae77936e3af.jpg") center center no-repeat;
  background-size: cover;
}
.c-hero.c-hero--oficinas-y-contacto {
  background: #666 url("images/asset-c284939aa646.jpg") center center no-repeat;
  background-size: cover;
}
.c-hero.c-hero--trabaja-con-nosotros {
  background: #666 url("images/asset-541e48bb01e4.jpg") center center no-repeat;
  background-size: cover;
}
.c-hero.c-hero--noticias {
  background: #666 url("images/asset-1f738e44225b.jpg") center center no-repeat;
  background-size: cover;
}

.c-hero__meta {
  font-size: 0.70233196rem;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 48px;
  color: #fff;
  font-family: "lynstonelight", sans-serif;
}

.c-hero__container {
  height: 600px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: white;
}
@media (min-width: 1200px) {
  .c-hero__container {
    height: 720px;
  }
}
.c-hero__container * {
  width: 100%;
}

.c-news__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-news-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 48px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .c-news-item {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .c-news-item {
    -webkit-flex: 0 0 33.333332%;
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    max-width: 33.333332%;
  }
}
.c-news-item * {
  width: 100%;
}
.c-news-item .c-button, .c-news-item .c-cookies__btn {
  width: auto;
}

.c-news__photo {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 300px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .c-news__photo {
    height: 300px;
  }
}
.c-news__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-news-item:nth-child(1) {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .c-news-item:nth-child(1) {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.c-news-item:nth-child(1) .c-news__photo {
  height: 300px;
}
@media (min-width: 992px) {
  .c-news-item:nth-child(1) .c-news__photo {
    height: 350px;
  }
}

.c-news-item:nth-child(2) {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .c-news-item:nth-child(2) {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .c-news-item:nth-child(2) {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.c-news-item:nth-child(2) .c-news__photo {
  height: 300px;
}
@media (min-width: 992px) {
  .c-news-item:nth-child(2) .c-news__photo {
    height: 350px;
  }
}

.c-news__breadcrumbs {
  font-size: 0.8888889rem;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 16px;
  letter-spacing: 2px;
  color: #C63527;
  text-decoration: none;
}
.c-news__breadcrumbs:after {
  content: "/";
  color: #333;
  margin-left: 5px;
}

.c-news__category {
  font-size: 0.8888889rem;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

@media all and (min-width: 0) {
  .c-news__title {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 576px) {
  .c-news__title {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 768px) {
  .c-news__title {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 992px) {
  .c-news__title {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1200px) {
  .c-news__title {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1400px) {
  .c-news__title {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
.c-news__title {
  font-family: "lynstonelight";
}

@media all and (min-width: 0) {
  .c-news__title--small {
    font-size: 1.4238281rem;
    line-height: 28px;
  }
}
@media all and (min-width: 576px) {
  .c-news__title--small {
    font-size: 1.4238281rem;
    line-height: 28px;
  }
}
@media all and (min-width: 768px) {
  .c-news__title--small {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 992px) {
  .c-news__title--small {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 1200px) {
  .c-news__title--small {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 1400px) {
  .c-news__title--small {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
.c-news__title--small {
  font-family: "lynstonelight";
}

@media all and (min-width: 0) {
  .c-news__text {
    font-size: 1rem;
    line-height: 24px;
  }
}
@media all and (min-width: 576px) {
  .c-news__text {
    font-size: 1rem;
    line-height: 24px;
  }
}
@media all and (min-width: 768px) {
  .c-news__text {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media all and (min-width: 992px) {
  .c-news__text {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media all and (min-width: 1200px) {
  .c-news__text {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media all and (min-width: 1400px) {
  .c-news__text {
    font-size: 1.125rem;
    line-height: 28px;
  }
}

.c-news__more {
  margin-top: 48px;
  margin-bottom: 48px;
  text-align: center;
  width: 100%;
}

.c-news__fecha {
  font-family: "lynstonebold";
  text-transform: uppercase;
  font-size: 0.8888889rem;
  line-height: 20px;
}

@media all and (min-width: 0) {
  .c-news__entradilla {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 576px) {
  .c-news__entradilla {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 768px) {
  .c-news__entradilla {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 992px) {
  .c-news__entradilla {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 1200px) {
  .c-news__entradilla {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 1400px) {
  .c-news__entradilla {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}

.c-news__author {
  margin-top: 96px;
}
.c-news__author p {
  margin-bottom: 0;
}

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

@media (max-width: 575.98px) {
  .c-persona {
    margin-bottom: 36px;
  }
}

.c-persona--half {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .c-persona--half {
    margin-bottom: 48px;
  }
}

.c-persona__image {
  display: block;
  position: relative;
  margin-bottom: 12px;
  -webkit-appearance: inherit;
  height: 250px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-persona__image {
    height: 330px;
    margin-bottom: 24px;
  }
}
.c-persona__image:hover .c-persona__btn {
  background: rgb(155.39241, 41.594936, 30.607595);
}

.c-persona--half .c-persona__image {
  height: 150px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-persona--half .c-persona__image {
    height: 230px;
  }
}

.c-persona__btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  background: #C63527;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-persona__btn svg {
  width: 12px;
  height: 12px;
}

.c-persona__btn--top-right {
  top: 0;
  right: 0;
  left: auto;
}
.c-persona__btn--top-right svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 0 !important;
}
.c-persona__btn--top-right:hover {
  cursor: pointer;
  background: #9b2a1f;
}

@media all and (min-width: 0) {
  .c-persona__title {
    font-size: 1.8020325rem;
    line-height: 32px;
  }
}
@media all and (min-width: 576px) {
  .c-persona__title {
    font-size: 1.8020325rem;
    line-height: 32px;
  }
}
@media all and (min-width: 768px) {
  .c-persona__title {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 992px) {
  .c-persona__title {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1200px) {
  .c-persona__title {
    font-size: 2.2806973rem;
    line-height: 40px;
  }
}
@media all and (min-width: 1400px) {
  .c-persona__title {
    font-size: 2.2806973rem;
    line-height: 40px;
  }
}
.c-persona__title {
  margin-bottom: 8px;
}

@media all and (min-width: 0) {
  .c-persona--half .c-persona__title {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 576px) {
  .c-persona--half .c-persona__title {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 768px) {
  .c-persona--half .c-persona__title {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 992px) {
  .c-persona--half .c-persona__title {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1200px) {
  .c-persona--half .c-persona__title {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1400px) {
  .c-persona--half .c-persona__title {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
.c-persona--half .c-persona__title {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .c-persona--half .c-persona__title {
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .c-persona--half .c-persona__title {
    margin-bottom: 8px;
  }
}

.c-persona__position {
  text-transform: uppercase;
  color: #999;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-size: 0.8888889rem;
  line-height: 20px;
}

.c-persona__modal {
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.7);
}
.c-persona__modal .c-persona__image {
  position: inherit;
}
.c-persona__modal .close {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.c-persona__modal .close .c-persona__btn {
  position: relative;
}
.c-persona__modal .close .c-persona__btn:hover {
  background: rgb(155.39241, 41.594936, 30.607595);
}
.c-persona__modal .close .c-persona__btn svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-persona__modal .modal-body,
.c-persona__modal .modal-content {
  border-radius: 0;
  padding: 0;
  border: 0;
  background: #F5F5F5;
}
.c-persona__modal .c-persona__modal__image {
  width: 100%;
}
@media (min-width: 992px) {
  .c-persona__modal .c-persona__modal__image {
    width: auto;
  }
}
.c-persona__modal .c-persona__modal__container {
  padding: 24px;
  background: #F5F5F5;
}
@media (min-width: 1200px) {
  .c-persona__modal .c-persona__modal__container {
    padding: 48px;
  }
}
.c-persona__modal .c-persona__modal__text {
  font-size: 100%;
  line-height: 24px;
  color: #666;
}
.c-persona__modal .c-persona__modal__text--data {
  margin-top: 48px;
  margin-bottom: 48px;
}
.c-persona__modal .c-persona__modal__text--data p {
  line-height: 1.3;
}
.c-persona__modal .c-persona__modal__text--data strong {
  color: #222;
}

.c-product {
  background: #EDEDED;
}

.c-product__title {
  font-family: "lynstonelight", sans-serif;
  font-weight: normal;
}
@media all and (min-width: 0) {
  .c-product__title {
    font-size: 1.8020325rem;
    line-height: 32px;
  }
}
@media all and (min-width: 576px) {
  .c-product__title {
    font-size: 1.8020325rem;
    line-height: 32px;
  }
}
@media all and (min-width: 768px) {
  .c-product__title {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 992px) {
  .c-product__title {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1200px) {
  .c-product__title {
    font-size: 2.2806973rem;
    line-height: 40px;
  }
}
@media all and (min-width: 1400px) {
  .c-product__title {
    font-size: 2.2806973rem;
    line-height: 40px;
  }
}
.c-product__title {
  margin-top: 96px;
  margin-bottom: 36px;
}
@media (max-width: 991.98px) {
  .c-product__title {
    margin-left: 36px;
  }
}

.c-product__item {
  padding: 24px 12px 24px 36px;
}

.c-product__item__title {
  font-family: "lynstonebold", sans-serif;
  color: #222;
  margin-bottom: 12px;
}
.c-product__item__title svg {
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.c-product__item__desc {
  color: #666;
}

.c-product--carousel {
  height: 100%;
}
.c-product--carousel .carousel-inner,
.c-product--carousel .carousel-item {
  height: 100%;
}
.c-product--carousel .carousel-inner img,
.c-product--carousel .carousel-item img {
  min-width: 100%;
}
.c-product--carousel .carousel-indicators {
  background: #fff;
  right: auto;
  bottom: 80px;
  margin: 0;
  width: 100%;
  height: 80px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .c-product--carousel .carousel-indicators {
    width: 50%;
    bottom: 0;
  }
}
.c-product--carousel .carousel-indicators li {
  background-color: #C63527;
  margin-bottom: 0;
}
.c-product--carousel .carousel-indicators--bottom {
  bottom: 0;
}

.c-product__link {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #C63527;
  height: 80px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-family: "lynstonelight", sans-serif;
}
@media (min-width: 992px) {
  .c-product__link {
    width: 50%;
  }
}
.c-product__link:before {
  content: ">";
  color: #fff;
  font-size: 36px;
  -webkit-transform: scaleY(1.3);
  transform: scaleY(1.3);
  margin-right: 16px;
  margin-top: -8px;
}
.c-product__link:hover {
  background: rgb(155.39241, 41.594936, 30.607595);
  color: #fff;
}

.c-product--list {
  width: 100%;
  position: relative;
}
.c-product--list svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
@media (min-width: 992px) {
  .c-product--list svg {
    margin-right: 16px;
  }
}

.c-product--list__item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-product--list__item__z-index {
  z-index: 15;
}

.c-testimonial {
  background: #666 url("images/asset-edfb4120ab72.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 96px;
  padding-bottom: 96px;
  color: white;
}

.c-testimonial__pretitle {
  font-size: 0.8888889rem;
  line-height: 20px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

@media all and (min-width: 0) {
  .c-testimonial__title {
    font-size: 2.2806973rem;
    line-height: 40px;
  }
}
@media all and (min-width: 576px) {
  .c-testimonial__title {
    font-size: 2.2806973rem;
    line-height: 40px;
  }
}
@media all and (min-width: 768px) {
  .c-testimonial__title {
    font-size: 2.5657845rem;
    line-height: 48px;
  }
}
@media all and (min-width: 992px) {
  .c-testimonial__title {
    font-size: 2.5657845rem;
    line-height: 48px;
  }
}
@media all and (min-width: 1200px) {
  .c-testimonial__title {
    font-size: 2.8865075rem;
    line-height: 52px;
  }
}
@media all and (min-width: 1400px) {
  .c-testimonial__title {
    font-size: 2.8865075rem;
    line-height: 52px;
  }
}
.c-testimonial__title {
  font-family: "lynstonelight";
}

@media all and (min-width: 0) {
  .c-testimonial__text {
    font-size: 1rem;
    line-height: 24px;
  }
}
@media all and (min-width: 576px) {
  .c-testimonial__text {
    font-size: 1rem;
    line-height: 24px;
  }
}
@media all and (min-width: 768px) {
  .c-testimonial__text {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media all and (min-width: 992px) {
  .c-testimonial__text {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media all and (min-width: 1200px) {
  .c-testimonial__text {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media all and (min-width: 1400px) {
  .c-testimonial__text {
    font-size: 1.125rem;
    line-height: 28px;
  }
}

@media all and (min-width: 0) {
  .c-testimonial__cite {
    font-size: 1rem;
    line-height: 24px;
  }
}
@media all and (min-width: 576px) {
  .c-testimonial__cite {
    font-size: 1rem;
    line-height: 24px;
  }
}
@media all and (min-width: 768px) {
  .c-testimonial__cite {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media all and (min-width: 992px) {
  .c-testimonial__cite {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media all and (min-width: 1200px) {
  .c-testimonial__cite {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media all and (min-width: 1400px) {
  .c-testimonial__cite {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
.c-testimonial__cite {
  display: block;
  margin-top: 36px;
}

.c-title--pre {
  font-family: "lynstonelight", sans-serif;
  font-weight: normal;
  font-size: 0.8888889rem;
  line-height: 20px;
  margin-bottom: 12px;
  color: #999;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.c-news__antetitle {
  color: #C63527;
}

.c-title--sub {
  font-family: "lynstonelight", sans-serif;
  font-weight: normal;
}
@media all and (min-width: 0) {
  .c-title--sub {
    font-size: 1.8020325rem;
    line-height: 32px;
  }
}
@media all and (min-width: 576px) {
  .c-title--sub {
    font-size: 1.8020325rem;
    line-height: 32px;
  }
}
@media all and (min-width: 768px) {
  .c-title--sub {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 992px) {
  .c-title--sub {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1200px) {
  .c-title--sub {
    font-size: 2.2806973rem;
    line-height: 40px;
  }
}
@media all and (min-width: 1400px) {
  .c-title--sub {
    font-size: 2.2806973rem;
    line-height: 40px;
  }
}
.c-title--sub {
  margin-bottom: 0;
}

.legal__title {
  margin-top: 64px;
  border-top: 1px solid #333;
  padding-top: 8px;
}

.c-rrss {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-rrss li {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.c-rrss li a {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.c-rrss li svg {
  height: 100%;
  width: 100%;
}

.c-scroll {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 50px;
  z-index: 10;
  width: 100%;
}

.c-scroll__container {
  position: relative;
  width: 24px;
  height: 24px;
}

.c-scroll__arrow {
  position: absolute;
  width: 28px;
  height: 4px;
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: move 3s ease-out infinite;
  animation: move 3s ease-out infinite;
}

.c-scroll__arrow:first-child {
  -webkit-animation: move 3s ease-out 1s infinite;
  animation: move 3s ease-out 1s infinite;
}

.c-scroll__arrow:nth-child(2) {
  -webkit-animation: move 3s ease-out 2s infinite;
  animation: move 3s ease-out 2s infinite;
}

.c-scroll__arrow:before,
.c-scroll__arrow:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.c-scroll__arrow:before {
  left: 0;
  -webkit-transform: skew(0deg, 30deg);
  transform: skew(0deg, 30deg);
}

.c-scroll__arrow:after {
  right: 0;
  width: 50%;
  -webkit-transform: skew(0deg, -30deg);
  transform: skew(0deg, -30deg);
}

@-webkit-keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.25;
  -webkit-animation: pulse 2s linear alternate infinite;
  animation: pulse 2s linear alternate infinite;
}

@-webkit-keyframes pulse {
  to {
    opacity: 1;
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
.c-cifra {
  font-family: "lynstonelight", Arial, sans-serif;
  font-weight: normal;
  color: #C63527;
  display: block;
  margin-bottom: 16px;
}
@media all and (min-width: 0) {
  .c-cifra {
    font-size: 2.5657845rem;
    line-height: 48px;
  }
}
@media all and (min-width: 576px) {
  .c-cifra {
    font-size: 2.5657845rem;
    line-height: 48px;
  }
}
@media all and (min-width: 768px) {
  .c-cifra {
    font-size: 4.1098905rem;
    line-height: 72px;
  }
}
@media all and (min-width: 992px) {
  .c-cifra {
    font-size: 4.1098905rem;
    line-height: 72px;
  }
}
@media all and (min-width: 1200px) {
  .c-cifra {
    font-size: 5.2015805rem;
    line-height: 80px;
  }
}
@media all and (min-width: 1400px) {
  .c-cifra {
    font-size: 5.2015805rem;
    line-height: 80px;
  }
}
@media (min-width: 768px) {
  .c-cifra {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .c-cifra {
    font-size: 100px;
    line-height: 105px;
  }
}
@media (min-width: 1200px) {
  .c-cifra {
    font-size: 160px;
    line-height: 135px;
  }
}

.c-entradilla {
  font-family: "lynstonelight", Arial, sans-serif;
  font-weight: normal;
}
@media all and (min-width: 0) {
  .c-entradilla {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 576px) {
  .c-entradilla {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 768px) {
  .c-entradilla {
    font-size: 2.2806973rem;
    line-height: 40px;
  }
}
@media all and (min-width: 992px) {
  .c-entradilla {
    font-size: 2.2806973rem;
    line-height: 40px;
  }
}
@media all and (min-width: 1200px) {
  .c-entradilla {
    font-size: 2.8865075rem;
    line-height: 52px;
  }
}
@media all and (min-width: 1400px) {
  .c-entradilla {
    font-size: 2.8865075rem;
    line-height: 52px;
  }
}
@media (max-width: 575.98px) {
  .c-entradilla {
    margin-bottom: 0;
  }
}

.c-photo-definition {
  padding: 24px;
}
@media (min-width: 768px) {
  .c-photo-definition {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .c-photo-definition {
    padding: 36px;
  }
}
@media (min-width: 1200px) {
  .c-photo-definition {
    padding: 48px;
  }
}
@media all and (min-width: 0) {
  .c-photo-definition .c-entradilla {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 576px) {
  .c-photo-definition .c-entradilla {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 768px) {
  .c-photo-definition .c-entradilla {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 992px) {
  .c-photo-definition .c-entradilla {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1200px) {
  .c-photo-definition .c-entradilla {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1400px) {
  .c-photo-definition .c-entradilla {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}

.c-photo-definition__photo {
  height: 100%;
  color: #fff;
}

.c-photo-definition__photo--mision {
  background: url("images/asset-15485aaeda83.jpg") center center no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .c-photo-definition__photo--mision {
    border-bottom: 2px solid #fff;
  }
}

.c-photo-definition__photo--vision {
  background: url("images/asset-4e745ec647fe.jpg") center center no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .c-photo-definition__text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-photo-definition__text .c-photo-definition__tit {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .c-photo-definition__text .c-photo-definition__tit {
    margin-bottom: 24px;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .c-photo-definition__text .c-photo-definition__def {
    width: 75%;
  }
}

@media (max-width: 575.98px) {
  .c-photo-text {
    margin-bottom: 24px;
  }
}

.c-photo-text__content ul li {
  margin-bottom: 0;
}

.c-localizacion {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-localizacion svg {
  height: 24px;
  width: 24px;
  margin-right: 12px;
}

.c-destacado {
  padding: 24px;
  background: #EDEDED;
}

@media all and (min-width: 0) {
  .datos-destacaddos_block h2 {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 576px) {
  .datos-destacaddos_block h2 {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 768px) {
  .datos-destacaddos_block h2 {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 992px) {
  .datos-destacaddos_block h2 {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1200px) {
  .datos-destacaddos_block h2 {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1400px) {
  .datos-destacaddos_block h2 {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
.datos-destacaddos_block h2 span {
  font-size: 0.8888889rem;
  line-height: 20px;
}

.datos-destacados {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 40px;
}

.datos-destacados_item {
  margin: 0 40px;
  text-align: center;
}
.datos-destacados_item span {
  display: block;
}
@media all and (min-width: 0) {
  .datos-destacados_item .num-destacado {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 576px) {
  .datos-destacados_item .num-destacado {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 768px) {
  .datos-destacados_item .num-destacado {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 992px) {
  .datos-destacados_item .num-destacado {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1200px) {
  .datos-destacados_item .num-destacado {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1400px) {
  .datos-destacados_item .num-destacado {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
.datos-destacados_item .num-destacado {
  color: #C63527;
  font-weight: bold;
}
.datos-destacados_item .codigo {
  font-weight: bold;
}

.datos-destacados_txt {
  font-size: 0.8888889rem;
  line-height: 20px;
}
.datos-destacados_txt p {
  margin-bottom: 5px;
  font-weight: 600;
  font-family: "lynstonebold";
}

.c-contacto-legal {
  padding: 24px 0 36px;
  border-top: 1px solid #EDEDED;
  text-align: center;
}
.c-contacto-legal p {
  margin: 0 auto;
  font-size: 0.8888889rem;
  line-height: 20px;
}
.c-contacto-legal p span {
  color: #C63527;
}
.c-contacto-legal p span.divider {
  margin: 0 16px;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15.000001%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("images/asset-c9701ff96675.svg");
}

.carousel-control-next-icon {
  background-image: url("images/asset-8d0055e6d8cf.svg");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15.000001%;
  margin-left: 15.000001%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15.000001%;
  bottom: 20px;
  left: 15.000001%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.628378, 24.25, 26.871622);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.navbar {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("images/asset-ce9705c3ee13.svg");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("images/asset-4008dda5f9b7.svg");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.p-basica {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (min-width: 768px) {
  .p-basica {
    padding-top: 150px;
  }
}
@media all and (min-width: 0) {
  .p-basica h1 {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 576px) {
  .p-basica h1 {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 768px) {
  .p-basica h1 {
    font-size: 2.2806973rem;
    line-height: 40px;
  }
}
@media all and (min-width: 992px) {
  .p-basica h1 {
    font-size: 2.2806973rem;
    line-height: 40px;
  }
}
@media all and (min-width: 1200px) {
  .p-basica h1 {
    font-size: 2.8865075rem;
    line-height: 52px;
  }
}
@media all and (min-width: 1400px) {
  .p-basica h1 {
    font-size: 2.8865075rem;
    line-height: 52px;
  }
}
@media all and (min-width: 0) {
  .p-basica h2 {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 576px) {
  .p-basica h2 {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 768px) {
  .p-basica h2 {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 992px) {
  .p-basica h2 {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1200px) {
  .p-basica h2 {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1400px) {
  .p-basica h2 {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 0) {
  .p-basica h3 {
    font-size: 1.4238281rem;
    line-height: 28px;
  }
}
@media all and (min-width: 576px) {
  .p-basica h3 {
    font-size: 1.4238281rem;
    line-height: 28px;
  }
}
@media all and (min-width: 768px) {
  .p-basica h3 {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 992px) {
  .p-basica h3 {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 1200px) {
  .p-basica h3 {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 1400px) {
  .p-basica h3 {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
.p-basica h3 {
  color: #C63527;
}
@media all and (min-width: 0) {
  .p-basica .entradilla {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 576px) {
  .p-basica .entradilla {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 768px) {
  .p-basica .entradilla {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 992px) {
  .p-basica .entradilla {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 1200px) {
  .p-basica .entradilla {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 1400px) {
  .p-basica .entradilla {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
.p-basica .entradilla {
  font-family: "lynstone", Arial, sans-serif;
  font-weight: normal;
}

/* HERO */
.p-bienvenida {
  padding-top: 96px;
}
@media (min-width: 768px) {
  .p-bienvenida {
    padding-top: 150px;
  }
}

.p-bienvenida-hero {
  background: #f2f2f2 url("images/asset-9d90ce26d4e6.jpg") right top no-repeat;
  background-size: cover;
  padding: 80px 30px;
}
@media (min-width: 768px) {
  .p-bienvenida-hero {
    padding: 215px 60px;
    background-position: center top;
  }
}

@media all and (min-width: 0) {
  .p-bienvenida-hero__title {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 576px) {
  .p-bienvenida-hero__title {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 768px) {
  .p-bienvenida-hero__title {
    font-size: 2.2806973rem;
    line-height: 40px;
  }
}
@media all and (min-width: 992px) {
  .p-bienvenida-hero__title {
    font-size: 2.2806973rem;
    line-height: 40px;
  }
}
@media all and (min-width: 1200px) {
  .p-bienvenida-hero__title {
    font-size: 2.8865075rem;
    line-height: 52px;
  }
}
@media all and (min-width: 1400px) {
  .p-bienvenida-hero__title {
    font-size: 2.8865075rem;
    line-height: 52px;
  }
}
.p-bienvenida-hero__title {
  color: #C63527;
  line-height: 1.4;
  margin-bottom: 0;
  text-align: right;
}

/* SEPARATOR */
.p-bienvenida-separator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 49%, rgb(198, 53, 39) 50%, rgb(255, 255, 255) 51%, rgb(255, 255, 255) 100%);
}

.p-bienvenida-separator__logo {
  width: 90px;
  padding: 0 20px;
  background: white;
}
.p-bienvenida-separator__logo svg {
  width: 100%;
}

/* ACCESS */
.p-bienvenida-access {
  background: #f2f2f2;
  padding: 60px 20px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  color: #333 !important;
  transition: all 0.3s ease;
  text-decoration: none;
}
.p-bienvenida-access:hover {
  color: #C63527 !important;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .p-bienvenida-access {
    border-bottom: 8px solid #C63527;
  }
}
@media (min-width: 768px) {
  .p-bienvenida-access {
    padding: 120px 0;
  }
}
.p-bienvenida-access.p-bienvenida-access--private {
  background: #f2f2f2 url("images/asset-ec7a1e68b202.jpg") right center no-repeat;
  background-size: 80%;
}
@media (min-width: 768px) {
  .p-bienvenida-access.p-bienvenida-access--private {
    background: #f2f2f2 url("images/asset-8bcb961a39b9.jpg") center center no-repeat;
    background-size: auto;
  }
}
@media (min-width: 1200px) {
  .p-bienvenida-access.p-bienvenida-access--private {
    background-position: right center;
    background-size: cover;
  }
}
.p-bienvenida-access.p-bienvenida-access--public {
  background: #f2f2f2 url("images/asset-f7c57797cb5a.jpg") right center no-repeat;
  background-size: 80%;
}
@media (min-width: 768px) {
  .p-bienvenida-access.p-bienvenida-access--public {
    background: #f2f2f2 url("images/asset-b2c19daf779c.jpg") center center no-repeat;
    background-size: auto;
  }
}
@media (min-width: 1200px) {
  .p-bienvenida-access.p-bienvenida-access--public {
    background-position: left center;
    background-size: cover;
  }
}
.p-bienvenida-access::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #C63527;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.p-bienvenida-access:hover {
  text-decoration: none;
}
.p-bienvenida-access:hover::before {
  -webkit-transform: scaleY(0.03);
  transform: scaleY(0.03);
}
.p-bienvenida-access:hover .p-bienvenida-access__title {
  color: #333;
}
.p-bienvenida-access:hover .p-bienvenida-access__subtitle {
  color: #999;
}

.p-bienvenida-access__title {
  font-family: "lynstonelight", Arial, sans-serif;
  font-weight: normal;
}
@media all and (min-width: 0) {
  .p-bienvenida-access__title {
    font-size: 2.2806973rem;
    line-height: 40px;
  }
}
@media all and (min-width: 576px) {
  .p-bienvenida-access__title {
    font-size: 2.2806973rem;
    line-height: 40px;
  }
}
@media all and (min-width: 768px) {
  .p-bienvenida-access__title {
    font-size: 2.5657845rem;
    line-height: 48px;
  }
}
@media all and (min-width: 992px) {
  .p-bienvenida-access__title {
    font-size: 2.5657845rem;
    line-height: 48px;
  }
}
@media all and (min-width: 1200px) {
  .p-bienvenida-access__title {
    font-size: 2.8865075rem;
    line-height: 52px;
  }
}
@media all and (min-width: 1400px) {
  .p-bienvenida-access__title {
    font-size: 2.8865075rem;
    line-height: 52px;
  }
}
.p-bienvenida-access__title:hover {
  color: #C63527 !important;
}

.p-bienvenida-access__subtitle {
  font-weight: normal;
}
@media all and (min-width: 0) {
  .p-bienvenida-access__subtitle {
    font-size: 1.4238281rem;
    line-height: 28px;
  }
}
@media all and (min-width: 576px) {
  .p-bienvenida-access__subtitle {
    font-size: 1.4238281rem;
    line-height: 28px;
  }
}
@media all and (min-width: 768px) {
  .p-bienvenida-access__subtitle {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 992px) {
  .p-bienvenida-access__subtitle {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 1200px) {
  .p-bienvenida-access__subtitle {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 1400px) {
  .p-bienvenida-access__subtitle {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
.p-bienvenida-access__subtitle {
  color: #999;
  display: inline-block;
  border-bottom: 1px solid #C63527;
}

.p-bienvenida__video iframe {
  width: 100%;
  height: 380px;
}
@media (min-width: 768px) {
  .p-bienvenida__video iframe {
    height: 480px;
  }
}
@media (min-width: 992px) {
  .p-bienvenida__video iframe {
    height: 760px;
  }
}

.p-contacto {
  margin-bottom: 0;
}
.p-contacto .c-hero__container {
  height: 100vh;
}
.p-contacto h1 {
  margin-bottom: 48px;
}
.p-contacto p {
  margin-bottom: 24px;
  color: #fff;
}
.p-contacto .c-title--pre {
  margin-bottom: 0;
  color: #999;
  margin-bottom: 12px;
}

.page-mapa-web {
  background: #222;
}

.p-mapa-web {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #666 url("images/asset-38b1db765544.jpg") center center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-mapa-web {
    padding-top: 150px;
  }
}
@media all and (min-width: 0) {
  .p-mapa-web h1 {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 576px) {
  .p-mapa-web h1 {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 768px) {
  .p-mapa-web h1 {
    font-size: 2.2806973rem;
    line-height: 40px;
  }
}
@media all and (min-width: 992px) {
  .p-mapa-web h1 {
    font-size: 2.2806973rem;
    line-height: 40px;
  }
}
@media all and (min-width: 1200px) {
  .p-mapa-web h1 {
    font-size: 2.8865075rem;
    line-height: 52px;
  }
}
@media all and (min-width: 1400px) {
  .p-mapa-web h1 {
    font-size: 2.8865075rem;
    line-height: 52px;
  }
}
.p-mapa-web h1 {
  color: #fff;
  margin-bottom: 36px;
}
@media all and (min-width: 0) {
  .p-mapa-web h2 {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 576px) {
  .p-mapa-web h2 {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 768px) {
  .p-mapa-web h2 {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 992px) {
  .p-mapa-web h2 {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 1200px) {
  .p-mapa-web h2 {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
@media all and (min-width: 1400px) {
  .p-mapa-web h2 {
    font-size: 1.265625rem;
    line-height: 28px;
  }
}
.p-mapa-web h2 {
  color: #fff;
  margin-bottom: 12px;
}
.p-mapa-web ul {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.p-mapa-web ul li {
  list-style-image: url("images/asset-46034ff46a44.svg");
}
.p-mapa-web ul li ul li {
  list-style: none;
  color: #999;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.p-noticia--hero {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (min-width: 768px) {
  .p-noticia--hero {
    padding-top: 150px;
  }
}
@media (min-width: 992px) {
  .p-noticia--hero {
    padding-top: 180px;
  }
}

.page-noticias .c-news__fecha {
  margin-bottom: 4px;
}

.page-noticia .c-header {
  background: rgba(34, 34, 34, 0.95);
}
@media all and (min-width: 0) {
  .page-noticia .c-news__title {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 576px) {
  .page-noticia .c-news__title {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 768px) {
  .page-noticia .c-news__title {
    font-size: 2.2806973rem;
    line-height: 40px;
  }
}
@media all and (min-width: 992px) {
  .page-noticia .c-news__title {
    font-size: 2.2806973rem;
    line-height: 40px;
  }
}
@media all and (min-width: 1200px) {
  .page-noticia .c-news__title {
    font-size: 2.8865075rem;
    line-height: 52px;
  }
}
@media all and (min-width: 1400px) {
  .page-noticia .c-news__title {
    font-size: 2.8865075rem;
    line-height: 52px;
  }
}
.page-noticia .c-news__photo {
  width: 50%;
  height: auto;
  margin-right: 15px;
  margin-bottom: 36px;
  float: left;
}
@media (min-width: 992px) {
  .page-noticia .c-news__photo {
    margin-left: -25%;
  }
}
.page-noticia .c-news__photo.c-news__photo--left {
  float: left;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .page-noticia .c-news__photo.c-news__photo--left {
    margin-left: -25%;
  }
}
.page-noticia .c-news__photo.c-news__photo--right {
  float: right;
  margin-left: 15px;
}
@media (min-width: 992px) {
  .page-noticia .c-news__photo.c-news__photo--right {
    margin-right: -25%;
  }
}
.page-noticia blockquote {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .page-noticia blockquote {
    margin-left: -25%;
  }
}
.page-noticia img {
  max-width: 100%;
}

.c-news__firma strong {
  display: block;
}

.p-oficinas-list__item {
  padding-left: 40px;
}
@media (max-width: 991.98px) {
  .p-oficinas-list__item {
    font-size: 0.8888889rem;
    line-height: 20px;
  }
}
.p-oficinas-list__item svg {
  margin-left: -40px;
}

.scale-up-ver-top {
  -webkit-animation: scale-up-ver-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-ver-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-up-ver-top {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
}
@keyframes scale-up-ver-top {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
}
.landing .red-text {
  color: #C63527;
  letter-spacing: 1.12px;
}
.landing .gray-text {
  color: #999;
}
.landing .wide-btn {
  width: 200px;
  text-align: center;
}
.landing .landing-table {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .landing .landing-table {
    margin-bottom: 24px;
  }
}
.landing .landing-table table {
  font-size: 15px;
}
.landing .landing-table table .labels-col {
  width: 40%;
}
.landing .landing-table table .plan-col {
  width: 20%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
  color: #666;
}
.landing .landing-table table .plan-col.price {
  color: #999;
  font-size: 18px;
}
.landing .landing-table table .plan-col.price > .price-num {
  color: #333;
  font-size: 24px;
  font-family: "lynstonebold";
}
.landing .landing-table table .table-title {
  color: #C63527;
  position: relative;
  font-size: 36px;
}
.landing .landing-table table .table-title > div {
  position: absolute;
  top: 0%;
  left: 0;
  width: 90%;
  height: 100%;
}
.landing .landing-table table .table-title > div > h2 {
  margin-top: 30px;
}
.landing .landing-table table .plan-name {
  font-family: "lynstonebold";
  color: #C63527;
  text-align: center;
  padding-bottom: 30px;
  font-size: 18px;
}
.landing .landing-table table .bottom-plan-name {
  font-family: "lynstonebold";
  color: #C63527;
  font-size: 18px;
  padding-top: 30px;
}
.landing .landing-table table .red-text {
  color: #C63527;
  padding-bottom: 10px;
  font-size: 16px;
}
.landing .landing-table table .gray-text {
  color: #C63527;
  font-family: "lynstonelight";
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 0.5px solid #c63527;
}
.landing .landing-table table .c-button.table-btn, .landing .landing-table table .table-btn.c-cookies__btn {
  width: 100%;
  font-weight: lighter;
  font-size: 16px;
}
.landing .landing-table table img {
  max-width: 100%;
  height: auto;
}
.landing .landing-table table .cross {
  opacity: 0.5;
}
.landing .landing-table > .mobile {
  display: none;
  width: 100%;
}
.landing .landing-table > .mobile > h2 {
  color: #C63527;
  text-align: center;
  font-size: 36pt;
  margin-bottom: 50px;
}
.landing .landing-table > .mobile > .plan-selector {
  width: 100%;
  color: #C63527;
}
.landing .landing-table > .mobile > .plan-selector > .plan-tile {
  width: 100%;
  border-bottom: 1px solid #666;
  text-align: center;
  font-family: "lynstonebold";
  padding-bottom: 10px;
  font-size: 16px;
  cursor: pointer;
}
.landing .landing-table > .mobile > .plan-selector > .plan-tile.selected {
  border-bottom: 3px solid #C63527;
}
.landing .landing-table > .mobile > .plan-content > .description {
  text-align: center;
  margin-top: 30px;
}
.landing .landing-table > .mobile > .plan-content > .price {
  margin-top: 30px;
}
.landing .landing-table > .mobile > .plan-content > .price > .number {
  font-family: "lynstonebold";
  font-size: 24px;
  margin-right: 10px;
}
.landing .landing-table > .mobile > .plan-content > .price > .label {
  font-weight: lighter;
  color: #999;
}
.landing .landing-table > .mobile > .plan-content > .plan-btn {
  width: 200px;
  margin-top: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.landing .landing-table > .mobile > .plan-content > table {
  margin-top: 50px;
  width: 100%;
}
.landing .landing-table > .mobile > .plan-content > table .red-text {
  color: #C63527;
  padding-bottom: 10px;
  font-size: 16px;
  letter-spacing: 3.2pt;
}
.landing .landing-table > .mobile > .plan-content > table .gray-text {
  color: #C63527;
  font-family: "lynstonelight";
  font-size: 16px;
  padding-top: 25px;
  padding-bottom: 25px;
  letter-spacing: 0.96pt;
}
.landing .landing-table > .mobile > .plan-content > table .label-cell {
  width: 70%;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 19px;
}
.landing .landing-table > .mobile > .plan-content > table .value-cell {
  width: 30.000002%;
  font-weight: lighter;
  color: #666;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 19px;
  text-align: center;
}
.landing .landing-table > .mobile > .plan-content > table .value-cell > img {
  max-width: 100%;
  height: auto;
}
.landing .landing-table > .mobile > .plan-content > .bottom-plan-name {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #C63527;
  font-size: 20px;
  font-family: "lynstonebold";
}
.landing .landing-table > .mobile > .plan-content > .c-button.bottom-plan-btn, .landing .landing-table > .mobile > .plan-content > .bottom-plan-btn.c-cookies__btn {
  background-color: #C63527;
  width: 200px;
  text-align: center;
  border: unset;
  color: #fff;
  transition: 0.2s;
  font-size: 16px;
  font-weight: lighter;
  margin-left: auto;
  margin-right: auto;
}
.landing .landing-table > .mobile > .plan-content > .c-button.bottom-plan-btn:hover, .landing .landing-table > .mobile > .plan-content > .bottom-plan-btn.c-cookies__btn:hover {
  background-color: rgb(143, 51, 38);
}
.landing div.remove-col-padding {
  padding-left: unset !important;
  padding-right: unset !important;
}
.landing .remove-row-margins {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.landing .cards-container-padding {
  padding: 50px;
}
.landing .plan-card-left {
  padding: 50px;
  background-color: #F5F5F5;
}
.landing .plan-card-left .plan-picture {
  width: 100%;
  padding-bottom: 100%;
}
.landing .plan-card-left .plan-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
}
.landing .plan-card-left .plan-price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.landing .plan-card-left .plan-price .bold {
  font-size: 24px;
  color: black;
}
.landing .plan-card-right {
  padding: 50px;
  background-color: white;
}
.landing .plan-card-right .main-title {
  font-size: 58px;
  line-height: 60px;
}
.landing .plan-card-right .main-subtitle {
  font-size: 36px;
}
.landing .plan-card-right .plan-title {
  font-size: 30px;
}
.landing .plan-card-right .card-title {
  font-size: 36px;
}
.landing .plan-card-right .main-description {
  font-size: 24px;
}
.landing .plan-card-right .description {
  font-size: 20px;
}
.landing img.plan-card-icon {
  max-width: 100px;
  min-width: unset;
}
.landing .fit-icon-height {
  height: 80px;
}
.landing .ventajas-btn {
  position: absolute;
  right: 30px;
  bottom: 90px;
  color: #C63527;
  font-family: "lynstonebold";
  font-size: 18px;
  margin-right: 30px;
  cursor: pointer;
}
.landing .carousel-indicators {
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
  border-top: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
  max-width: 100%;
}
.landing .carousel#carousel-singular-zero .content {
  height: 600px;
}
.landing .carousel#carousel-singular-plus .content {
  height: 600px;
}
.landing .carousel#carousel-singular-top .content {
  height: 600px;
}
.landing .aguila {
  background: url("images/asset-ac656c90a918.png") center center no-repeat;
}
.landing .tigre {
  background: url("images/asset-f9a34e5d7095.png") center center no-repeat;
}
.landing .aguila2 {
  background: url("images/asset-04a919955ef7.png") center center no-repeat;
}
.landing .bold {
  font-family: "lynstonebold";
}
.landing .aguila-background {
  background: #666 url("images/asset-a81671004d6b.png") center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
.landing .white-text {
  color: white;
}
.landing .phone-img-container {
  position: relative;
}
.landing .phone-img-container > img {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 90%;
}
.landing .pd-tb-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}
.landing .pl-70 {
  padding-left: 70px;
}
.landing .subtitle-font-sizes {
  letter-spacing: 1.12px;
  font-size: 16px;
}
.landing .title-font-size {
  font-size: 60px;
  line-height: 72px;
}

@media (max-width: 1000px) {
  div.landing {
    width: 100%;
  }
  div.landing .c-button-w-xs-100 {
    width: 100%;
    text-align: center;
  }
  div.landing .landing-table > table.desktop {
    display: none;
  }
  div.landing .landing-table > .mobile {
    display: block;
  }
  div.landing .landing-table > .mobile td {
    font-size: 18px;
  }
  div.landing div.plan-card-left {
    padding: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  div.landing div.plan-card-left .plan-picture {
    width: 100%;
    height: 200px;
    padding-bottom: unset;
    background-size: cover;
  }
  div.landing div.plan-card-left .sub-picture {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  div.landing div.plan-card-right .mt-mobile {
    margin-top: 30px;
  }
  div.landing div.fit-icon-height {
    height: auto;
  }
  div.landing div.cards-container-padding {
    padding: 0px;
  }
  div.landing div.carousel#carousel-singular-zero .content {
    height: 720px;
  }
  div.landing div.carousel#carousel-singular-plus .content {
    height: 840px;
  }
  div.landing div.carousel#carousel-singular-top .content {
    height: 940px;
  }
  div.landing div.phone-img-container {
    display: none;
  }
  div.landing div.pl-70 {
    padding-left: 30px;
  }
}
@media (max-width: 380px) {
  div.carousel#carousel-singular-zero .content {
    height: 840px;
  }
  div.carousel#carousel-singular-plus .content {
    height: 920px;
  }
  div.carousel#carousel-singular-top .content {
    height: 1060px;
  }
}
.plan-details .section-details tr {
  border-bottom: 1px solid #f5f5f5;
}
.plan-details .wide-btn {
  width: 200px;
  text-align: center;
}
.plan-details .icon-check {
  max-width: 16px;
  height: auto;
}
.plan-details .background-gray {
  background-color: #F5F5F5;
}
.plan-details .price-number {
  font-size: 24px;
}
.plan-details .bold {
  font-family: "lynstonebold";
}
.plan-details .red-text {
  color: #C63527;
  letter-spacing: 1.12px;
}
.plan-details .w-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.plan-details .img-table-width {
  width: 100px;
}
.plan-details .gray-text {
  color: #999;
}
.plan-details .data-section-mb {
  margin-bottom: 50px;
}
.plan-details .section-details td {
  font-size: 14px;
}
.plan-details .label-cell {
  width: 70%;
  padding-right: 20px;
}
.plan-details .data-cell {
  width: 30.000002%;
  text-align: center;
}
.plan-details .red-container {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #C63527;
}
.plan-details .pd-tb-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}
.plan-details .pl-70 {
  padding-left: 70px;
}
.plan-details .phone-img-container {
  position: relative;
}
.plan-details .phone-img-container > img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
}
.plan-details .white-text {
  color: white;
}
.plan-details .aguila-background {
  background: #666 url("images/asset-a81671004d6b.png") center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
.plan-details .leopard-background {
  background: #666 url("images/asset-7c660d2297a8.png") center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
.plan-details .garza-background {
  background: #666 url("images/asset-2dc925701988.png") center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
.plan-details .subtitle-font-sizes {
  letter-spacing: 1.12px;
  font-size: 16px;
}
.plan-details .title-font-size {
  font-size: 60px;
  line-height: 72px;
}
.plan-details .remove-row-margins {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 1000px) {
  div.plan-details .box-margin-top {
    margin-top: 50px;
  }
  div.plan-details .background-gray {
    background-color: white;
  }
  div.plan-details table.table-mg-top {
    margin-top: 20px;
  }
  div.plan-details .img-table-width {
    width: 80px;
  }
  div.plan-details .section-title > h3 {
    font-size: 20px;
  }
  div.plan-details .section-title > .subtitle {
    font-size: 18px;
  }
  div.plan-details div.phone-img-container {
    display: none;
  }
  div.plan-details div.pl-70 {
    padding-left: 30px;
  }
}
.header {
  padding: 40px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
@media all and (min-width: 0) {
  .header h2 {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 576px) {
  .header h2 {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 768px) {
  .header h2 {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 992px) {
  .header h2 {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1200px) {
  .header h2 {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1400px) {
  .header h2 {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
.header h2 {
  margin: 0;
}

.c-header__nav__logo {
  height: 65px;
  margin-right: 60px;
}

.section-listado {
  padding: 40px 0;
}
@media all and (min-width: 0) {
  .section-listado h2 {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 576px) {
  .section-listado h2 {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 768px) {
  .section-listado h2 {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 992px) {
  .section-listado h2 {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1200px) {
  .section-listado h2 {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1400px) {
  .section-listado h2 {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
.section-listado .link {
  margin-bottom: 25px;
  display: block;
  text-decoration: none;
}

.p-singularity__hero {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 520px;
  margin-bottom: 48px;
  padding: 7.5rem 0 96px;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-singularity__hero {
    margin-bottom: 96px;
    min-height: 600px;
  }
}
@media (min-width: 992px) {
  .p-singularity__hero {
    padding-top: 8.5rem;
    min-height: 640px;
  }
}
@media (min-width: 1200px) {
  .p-singularity__hero {
    min-height: 720px;
  }
}

.p-singularity__hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  z-index: 0;
}

.p-singularity__hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.2) 0%, rgba(51, 51, 51, 0.5) 45%, rgba(51, 51, 51, 0.82) 100%);
}

.p-singularity__hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.p-singularity__hero-title {
  font-family: "lynstonebold", sans-serif;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  line-height: 1.08;
  max-width: 16ch;
  margin-bottom: 64px;
  color: #fff;
}

.p-singularity__hero-lead {
  font-size: clamp(1.125rem, 2vw, 1.35rem);
  line-height: 1.45;
  max-width: 36rem;
  margin-bottom: 0;
  font-family: "lynstonelight", sans-serif;
  color: rgba(255, 255, 255, 0.95);
}

.p-singularity__col-img {
  width: 100%;
  overflow: hidden;
  border-radius: 2px;
}
.p-singularity__col-img .p-singularity__img {
  width: 100%;
  max-width: 100%;
}

.p-singularity__col-img--chart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-singularity__img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}
@media (min-width: 992px) {
  .p-singularity__img {
    max-height: 460px;
  }
}

.p-singularity__img--split {
  max-height: 300px;
}
@media (min-width: 768px) {
  .p-singularity__img--split {
    max-height: 360px;
  }
}
@media (min-width: 992px) {
  .p-singularity__img--split {
    max-height: 400px;
  }
}

img.p-singularity__img--chart {
  max-height: 480px;
  object-fit: contain;
  object-position: center top;
}

.p-singularity__chapter-label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C63527;
  margin-bottom: 48px;
  font-family: "lynstonebold", sans-serif;
}

.p-singularity__stat {
  text-align: center;
  padding: 96px 64px;
  border: 1px solid rgba(51, 51, 51, 0.08);
  background: #fff;
  margin-top: 96px;
}
@media (min-width: 768px) {
  .p-singularity__stat {
    padding: 96px;
  }
}

.p-singularity__stat-num {
  display: block;
  font-family: "lynstonebold", sans-serif;
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 1;
  color: #C63527;
  letter-spacing: -0.02em;
}

.p-singularity__stat-caption {
  display: block;
  margin-top: 48px;
  font-size: 1.0625rem;
  line-height: 1.5;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  color: #666;
}

.p-singularity__pullquote {
  margin: 96px 0;
  padding: 48px 0 48px 96px;
  border-left: 3px solid #C63527;
  font-family: "lynstonebold", sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  line-height: 1.4;
  color: #222;
}

.p-singularity__timeline {
  margin-top: 96px;
}

.p-singularity__phase {
  padding: 96px 0;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.p-singularity__phase:first-child {
  border-top: none;
  padding-top: 0;
}

.p-singularity__phase-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 48px;
  margin-bottom: 48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-singularity__phase-icon {
  font-size: 1.25rem;
  line-height: 1;
}

.p-singularity__phase-title {
  font-family: "lynstonebold", sans-serif;
  font-size: 1.125rem;
  margin: 0;
}

.p-singularity__phase-body {
  padding-left: 0;
}
@media (min-width: 768px) {
  .p-singularity__phase-body {
    padding-left: 2.25rem;
  }
}

.p-singularity__pill-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px;
  margin-top: 96px;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.p-singularity__pill-list span {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  font-size: 0.9375rem;
  line-height: 1.3;
}

.p-singularity__band--dark {
  background: #222;
  color: #fff;
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (min-width: 768px) {
  .p-singularity__band--dark {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.p-singularity__band--dark .p-singularity__chapter-label {
  color: rgba(255, 255, 255, 0.85);
}
.p-singularity__band--dark .p-singularity__pullquote {
  border-left-color: #C63527;
  color: rgba(255, 255, 255, 0.95);
}
.p-singularity__band--dark ul li {
  list-style-image: url("images/asset-2c36cee36336.svg");
}
.p-singularity__band--dark strong {
  color: #fff;
}

.page-productos-digitales-singularity section + section {
  padding-top: 64px;
}
.page-productos-digitales-singularity section + section.p-singularity__band--dark {
  padding-top: calc(64px + 96px);
}
.u-ancla {
  scroll-margin-top: 100px;
}

.u-black-dark {
  color: #222;
}

.u-mb-base {
  margin-bottom: 24px;
}

.u-mb-1 {
  margin-bottom: 36px;
}

.u-mb-2 {
  margin-bottom: 48px;
}

.u-mb-3 {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .u-mb-3 {
    margin-bottom: 64px;
  }
}

.u-mb-4 {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .u-mb-4 {
    margin-bottom: 96px;
  }
}

.u-mt-base {
  margin-top: 24px;
}

.u-mt-1 {
  margin-top: 36px;
}

.u-mt-2 {
  margin-top: 48px;
}

.u-mt-3 {
  margin-top: 36px;
}
@media (min-width: 768px) {
  .u-mt-3 {
    margin-top: 64px;
  }
}

.u-mt-4 {
  margin-top: 96px;
}

.u-mb-xl {
  margin-bottom: 30px !important;
}

.u-pb-base {
  padding-bottom: 24px;
}

.u-pb-1 {
  padding-bottom: 36px;
}

.u-pb-2 {
  padding-bottom: 48px;
}

.u-pb-3 {
  padding-bottom: 36px;
}
@media (min-width: 768px) {
  .u-pb-3 {
    padding-bottom: 64px;
  }
}

.u-pb-4 {
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .u-pb-4 {
    padding-bottom: 96px;
  }
}

.u-pt-base {
  padding-top: 24px;
}

.u-pt-1 {
  padding-top: 36px;
}

.u-pt-2 {
  padding-top: 48px;
}

.u-pt-3 {
  padding-top: 36px;
}
@media (min-width: 768px) {
  .u-pt-3 {
    padding-top: 64px;
  }
}

.u-pt-4 {
  padding-top: 96px;
}

.u-text-base {
  font-size: 1rem;
  line-height: 24px;
}

@media all and (min-width: 0) {
  .u-text-l {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 576px) {
  .u-text-l {
    font-size: 1.4238281rem;
    line-height: 32px;
  }
}
@media all and (min-width: 768px) {
  .u-text-l {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 992px) {
  .u-text-l {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1200px) {
  .u-text-l {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}
@media all and (min-width: 1400px) {
  .u-text-l {
    font-size: 1.8020325rem;
    line-height: 36px;
  }
}

.u-no-underline {
  text-decoration: none;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top, .c-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 4rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

.m-8 {
  margin: 7rem !important;
}

.mt-8,
.my-8 {
  margin-top: 7rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 7rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 7rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 7rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

.p-8 {
  padding: 7rem !important;
}

.pt-8,
.py-8 {
  padding-top: 7rem !important;
}

.pr-8,
.px-8 {
  padding-right: 7rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 7rem !important;
}

.pl-8,
.px-8 {
  padding-left: 7rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-n6 {
  margin: -4rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

.m-n8 {
  margin: -7rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -7rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -7rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -7rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -7rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 4rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .m-sm-8 {
    margin: 7rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 7rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 7rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 7rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }
  .p-sm-8 {
    padding: 7rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 7rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 7rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 7rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important;
  }
  .m-sm-n8 {
    margin: -7rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -7rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -7rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -7rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -7rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 4rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .m-md-8 {
    margin: 7rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 7rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 7rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 7rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 7rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .p-md-8 {
    padding: 7rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 7rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 7rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 7rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 7rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -4rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }
  .m-md-n8 {
    margin: -7rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -7rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -7rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -7rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -7rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 4rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .m-lg-8 {
    margin: 7rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 7rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 7rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 7rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .p-lg-8 {
    padding: 7rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 7rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 7rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 7rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }
  .m-lg-n8 {
    margin: -7rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -7rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -7rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -7rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 4rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .m-xl-8 {
    margin: 7rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 7rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 7rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 7rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .p-xl-8 {
    padding: 7rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 7rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 7rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 7rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }
  .m-xl-n8 {
    margin: -7rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -7rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -7rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -7rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -7rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .m-xxl-6 {
    margin: 4rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 4rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 4rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 4rem !important;
  }
  .m-xxl-7 {
    margin: 6rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 6rem !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 6rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 6rem !important;
  }
  .m-xxl-8 {
    margin: 7rem !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 7rem !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 7rem !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 7rem !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 7rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .p-xxl-6 {
    padding: 4rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 4rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 4rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 4rem !important;
  }
  .p-xxl-7 {
    padding: 6rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 6rem !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 6rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 6rem !important;
  }
  .p-xxl-8 {
    padding: 7rem !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 7rem !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 7rem !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 7rem !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 7rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-n6 {
    margin: -4rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -4rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -4rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -4rem !important;
  }
  .m-xxl-n7 {
    margin: -6rem !important;
  }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -6rem !important;
  }
  .m-xxl-n8 {
    margin: -7rem !important;
  }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -7rem !important;
  }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -7rem !important;
  }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -7rem !important;
  }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -7rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.54077, 78.58584, 83.95923) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.217392, 105.28261, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.13043, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.48102, 29.018988, 42.28481) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.706896, 19.75, 21.793104) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(51, 51, 51, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}
