@font-face {
  font-family: "Poppins";
  src: url("./fonts/Poppins-SemiBold.woff2") format("woff2"), url("./fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./fonts/Poppins-Regular.woff2") format("woff2"), url("./fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.mira-container {
  max-width: 1524px !important;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px !important;
}
@media (min-width: 992px) {
  .mira-container {
    padding: 0 32px !important;
  }
}
.mira-container .elementor-widget-wrap {
  flex-wrap: nowrap;
  gap: clamp(1.5rem, 0.0273rem + 6.2835vw, 6.625rem);
}
.mira-semibold, .mira-story-link, .mira-title-section {
  font-weight: 600;
}
.mira-title-section {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  justify-content: initial;
  align-items: center;
  order: "initial";
  max-width: 213px;
  width: 100%;
  display: block;
  line-height: 1.2;
}
.mira-title-section:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #D75B65;
  border-radius: 24px;
  position: absolute;
  left: 0;
  top: 4px;
}
.mira-section {
  background-color: rgba(111, 123, 182, 0.05);
}
.mira-medium-title {
  font-size: clamp(2.4375rem, 2.0424rem + 1.6858vw, 3.8125rem);
}
.mira-white * {
  color: #ffffff !important;
}
.mira-linkedin {
  color: #ffffff;
}
.mira-linkedin:hover * {
  color: #B34049 !important;
}

body.mentions-legales .mira-main {
  margin-top: 0;
}

@media (min-width: 992px) {
  .hide-on-desktop, .mira-header #menu-item-20,
  .mira-header #menu-item-395 {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.elementor-element[data-element_type=container] {
  padding: 0;
}

.elementor-element-populated {
  padding: 0 !important;
}

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

.elementor-section:not(.no-padding) {
  padding: clamp(3rem, 1.5632rem + 6.1303vw, 8rem) 0;
}
.elementor-section:not(.no-padding).mira-section-stats {
  padding: clamp(3rem, 1.5632rem + 6.1303vw, 8rem) 0;
}

.elementor-widget-cube-title-section {
  max-width: 213px;
}

.elementor-element-populated {
  flex-direction: column;
}
@media (min-width: 992px) {
  .elementor-element-populated {
    flex-direction: row;
  }
}

.elementor-widget:not(:last-child) {
  margin: 0 !important;
}

body:not(.home) .mira-main {
  margin-top: 88px;
}
@media (min-width: 992px) {
  body:not(.home) .mira-main {
    margin-top: 144px;
  }
}

.grecaptcha-badge {
  display: none;
}

.mira-header {
  padding: 24px 0;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
}
.clear .mira-header {
  background-color: #22335C;
}
.scrolling .mira-header {
  padding: 24px 0;
}
.mira-header .mira-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  order: "initial";
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .mira-header {
    padding: 52px 0;
  }
}
.mira-header-btn {
  background-color: #D75B65;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  order: "initial";
  color: #fff;
  height: 40px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 24px;
  border: 0;
}
.mira-header-btn:hover {
  background-color: #B34049;
}
.mira-header #toggleMenu {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 40px;
  padding: 0;
}
.mira-header #toggleMenu:hover .bar:first-child, .mira-header #toggleMenu.open .bar:first-child {
  transform: rotate(45deg);
  top: 20px;
}
.mira-header #toggleMenu:hover .bar:last-child, .mira-header #toggleMenu.open .bar:last-child {
  transform: rotate(-45deg);
  bottom: 18px;
}
.mira-header #toggleMenu .bar {
  width: 40%;
  height: 2px;
  background-color: white;
  position: absolute;
  transition: 0.3s all;
}
.mira-header #toggleMenu .bar:first-child {
  top: 17px;
}
.mira-header #toggleMenu .bar:last-child {
  bottom: 15px;
}
.mira-logo, .mira-header-btn {
  position: relative;
  z-index: 1;
}
.mira-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  order: "initial";
  background-color: #22335C;
  flex-direction: column;
  gap: 32px;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: calc(-100vh - 88px);
  left: 0;
  transition: top 0.3s;
  z-index: 1;
}
.mira-nav.active {
  top: -24px;
}
@media (min-width: 992px) {
  .mira-nav.active {
    top: 50%;
  }
}
@media (min-width: 992px) {
  .mira-nav {
    background-color: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
  }
}
.mira-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  order: "initial";
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .mira-nav ul {
    flex-direction: row;
  }
}
.mira-nav ul a {
  color: #fff;
}
.mira-nav ul a:hover {
  color: #D75B65;
}

body:not(.home) .mira-header {
  background-color: #22335C;
}

.mira-footer {
  background-color: #15203F;
  padding: 32px 0;
  position: relative;
}
@media (min-width: 992px) {
  .mira-footer {
    padding: 64px 0 45px;
  }
}
.mira-footer .sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  order: "initial";
}
.mira-footer-nav {
  margin-top: 48px;
}
@media (min-width: 992px) {
  .mira-footer-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: translateX(-50%);
    top: 71px;
  }
}
.mira-footer-nav ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .mira-footer-nav ul {
    flex-direction: row;
    gap: 32px;
  }
}
.mira-footer-nav a {
  color: #ffffff;
}
.mira-footer .legal {
  display: block;
  font-size: 14px;
  text-align: left;
  width: -moz-max-content;
  width: max-content;
  margin: 48px 0 0;
}
@media (min-width: 992px) {
  .mira-footer .legal {
    margin: 78px auto 0;
    text-align: center;
  }
}
.mira-footer a:hover {
  color: #B34049 !important;
}

.mira-lcp-banner {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  order: "initial";
  padding: 0 24px;
  overflow: hidden;
}
.mira-lcp-banner:before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background: linear-gradient(#15203F, transparent);
  top: 0;
  z-index: 1;
}
@media (min-width: 576px) {
  .mira-lcp-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    order: "initial";
  }
}
.mira-lcp-banner img, .mira-lcp-banner video {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (min-width: 992px) {
  .mira-lcp-banner img, .mira-lcp-banner video {
    transform: scale(1.05);
  }
}
.mira-lcp-banner .controls {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: 24px;
}
@media (min-width: 992px) {
  .mira-lcp-banner .controls {
    bottom: 49px;
  }
}
.mira-lcp-banner .controls svg {
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
.mira-lcp-banner .controls svg.hide {
  display: none;
}
.mira-lcp-banner .controls svg:hover rect {
  fill: #22335C;
}
.mira-lcp-banner h1 {
  position: relative;
  max-width: 828px;
  width: 100%;
  color: #fff;
  font-size: clamp(3rem, 1.7249rem + 5.4406vw, 7.4375rem);
  line-height: 0.9;
  top: 114px;
  z-index: 2;
}
@media (min-width: 576px) {
  .mira-lcp-banner h1 {
    top: 0;
  }
}

.mira-offers {
  max-width: 1144px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, -0.6523rem + 7.0498vw, 6.75rem);
}
@media (min-width: 992px) {
  .mira-offers {
    flex-direction: row;
  }
}
.mira-offer {
  border-radius: 12px;
  padding: clamp(4.5rem, 2.1114rem + 10.1916vw, 12.8125rem) clamp(1rem, 0.4253rem + 2.4521vw, 3rem) clamp(1.5rem, 0.9612rem + 2.2989vw, 3.375rem);
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  flex: 1;
}
@media (min-width: 992px) {
  .mira-offer {
    max-width: 516px;
    width: 100%;
    flex: none;
  }
}
.mira-offer-wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, -0.6523rem + 7.0498vw, 6.75rem);
}
.mira-offer-image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.mira-offer-image img {
  width: 100%;
}
.mira-offer-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mira-offer-title {
  font-size: 39px;
}
.mira-offer-subtitle {
  font-size: 20px;
}
.mira-offer-body {
  font-weight: normal;
}

.mira-stats {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, -0.0086rem + 6.4368vw, 6.75rem);
}
@media (min-width: 992px) {
  .mira-stats {
    flex-direction: row;
  }
}
.mira-stat {
  color: #ffffff;
  width: 100%;
}
@media (min-width: 992px) {
  .mira-stat {
    max-width: 25%;
  }
}
.mira-stat .title {
  font-size: 61px;
}

.mira-stories {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, -0.0086rem + 6.4368vw, 6.75rem);
}
@media (min-width: 992px) {
  .mira-stories {
    flex-direction: row;
  }
}
.mira-story {
  width: 100%;
}
@media (min-width: 992px) {
  .mira-story {
    width: 33.3333333333%;
  }
}
.mira-story-image {
  margin-bottom: 19px;
  border-radius: 4px;
  position: relative;
  height: 231px;
  overflow: hidden;
}
.mira-story-image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mira-story-title {
  margin-bottom: 16px;
  font-size: 25px;
}
.mira-story-body {
  margin-bottom: 8px;
  font-weight: normal;
}
.mira-story-link {
  text-decoration: underline !important;
  color: #D75B65;
  font-size: 16px;
}

.mira-culture-posts {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mira-culture-post-image, .mira-culture-post-body {
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 992px) {
  .mira-culture-post-image, .mira-culture-post-body {
    width: 50%;
  }
}
.mira-culture-post-image {
  height: 343px;
}
@media (min-width: 992px) {
  .mira-culture-post-image {
    height: auto;
  }
}
.mira-culture-post-body {
  background-color: #ffffff;
}
.mira-culture-post-body h3 {
  font-size: 25px;
  margin-bottom: 18px;
  line-height: 1;
}
@media (min-width: 992px) {
  .mira-culture-post-body h3 {
    margin-bottom: 32px;
  }
}
.mira-culture-post {
  display: flex;
  gap: 4px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .mira-culture-post {
    flex-direction: row;
  }
}
.mira-culture-post-image {
  position: relative;
  order: 1;
}
@media (min-width: 992px) {
  .mira-culture-post-image {
    order: initial;
  }
}
.mira-culture-post-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .mira-culture-post:nth-child(odd) .mira-culture-post-image {
    order: 1;
  }
}
.mira-culture-post-body {
  border-radius: 4px;
  padding: clamp(2rem, 1.6049rem + 1.6858vw, 3.375rem) clamp(1rem, 0.3175rem + 2.9119vw, 3.375rem);
}
.mira-culture-img {
  display: flex;
  gap: 10px;
  margin-top: 52px;
}
@media (max-width: 992px) {
  .mira-culture-img {
    justify-content: center;
  }
}
.mira-culture-img img {
  width: 133px;
}

.mira-bannerImg {
  height: 375px;
  position: relative;
}
@media (min-width: 992px) {
  .mira-bannerImg {
    height: auto;
    min-height: 1050px;
  }
}
.mira-bannerImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mira-contact h2 {
  font-size: clamp(2.4375rem, 2.0424rem + 1.6858vw, 3.8125rem);
  margin-bottom: clamp(1.5rem, 0.9612rem + 2.2989vw, 3.375rem);
  line-height: 1.2;
}

.wpcf7 form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.wpcf7 form p, .wpcf7 form span, .wpcf7 form input, .wpcf7 form textarea {
  font-family: Poppins, sans-serif;
}
.wpcf7 form p, .wpcf7 form .wpcf7-form-control {
  width: 100%;
}
.wpcf7 form p.wpcf7-not-valid, .wpcf7 form .wpcf7-form-control.wpcf7-not-valid {
  border-color: #B34049;
  border-width: 2px;
}
@media (min-width: 992px) {
  .wpcf7 form p:nth-of-type(1),
  .wpcf7 form p:nth-of-type(2),
  .wpcf7 form p:nth-of-type(3),
  .wpcf7 form p:nth-of-type(4) {
    width: calc(50% - 12px);
  }
}
.wpcf7 form p:last-of-type {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .wpcf7 form p:last-of-type {
    justify-content: space-between;
    flex-direction: row;
  }
}
.wpcf7 form p:last-of-type span {
  font-size: 12px;
}
@media (max-width: 992px) {
  .wpcf7 form p:last-of-type span {
    order: 1;
    margin-top: 16px;
  }
}
.wpcf7 form label {
  display: block;
  position: relative;
}
.wpcf7 form .wpcf7-form-control {
  border-radius: 4px;
  border: 1px solid rgba(21, 32, 63, 0.25);
  padding: 0 19px;
  font-size: 16px;
  margin-top: 8px;
}
.wpcf7 form .wpcf7-form-control:focus {
  border: 2px solid #6F7BB6;
}
.wpcf7 form input {
  height: 48px;
}
.wpcf7 form textarea {
  padding: 19px !important;
  outline: none;
  width: 100% !important;
  height: 115px;
}
.wpcf7 form .wpcf7-submit {
  background-color: #6F7BB6;
  border: 0;
  height: 60px;
  color: #ffffff;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}
.wpcf7 form .wpcf7-submit:hover, .wpcf7 form .wpcf7-submit:focus {
  background-color: #404F8E;
}
@media (min-width: 992px) {
  .wpcf7 form .wpcf7-submit {
    max-width: 204px;
  }
}
.wpcf7 form .wpcf7-spinner {
  position: absolute;
  right: 0;
  transform: translateY(50%);
}
@media (min-width: 992px) {
  .wpcf7 form .wpcf7-spinner {
    bottom: 30px;
  }
}
.wpcf7 form .wpcf7-not-valid-tip {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 12px;
}
.wpcf7 form .wpcf7-form-control-wrap {
  position: initial;
}
.wpcf7 form .wpcf7-response-output {
  height: 60px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  background-color: #6F7BB6;
  color: #fff;
  border: 0;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  order: "initial";
}
.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}

.mira-sponsors {
  display: flex !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  order: "initial";
}
@media (max-width: 992px) {
  .mira-sponsors-container {
    padding: 0 !important;
  }
}
@media (max-width: 992px) {
  .mira-sponsors-container .elementor-widget-cube-title-section {
    padding-left: 16px;
  }
}
@media (min-width: 992px) {
  .mira-sponsors {
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .mira-sponsors {
    gap: 0;
  }
}
@media (min-width: 992px) {
  .mira-sponsors-img {
    width: calc(14.2857142857% - 20px);
  }
}
@media (min-width: 1280px) {
  .mira-sponsors-img {
    width: auto;
  }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}

h1, h2, h3, p, span, a {
  line-height: normal;
  color: #15203F;
  font-family: Poppins, sans-serif;
}

h1, h2, h3 {
  font-weight: 600;
}

a {
  text-decoration: none;
}

input {
  outline: none;
}
input:focus {
  outline: none;
}

.mentions-legales .elementor-widget-container {
  width: 100%;
  margin-left: auto;
}
@media (min-width: 992px) {
  .mentions-legales .elementor-widget-container {
    max-width: 1144px;
  }
}
.mentions-legales h2 {
  font-size: 39px;
  margin-bottom: 12px;
}
.mentions-legales h3 {
  font-size: 20px;
}
