/**
*
* Testing
*
**/
@media (max-width: 320px) {
  .include-media-test {
    background-color: #def;
  }
  .include-media-test:before {
    content: "<=phone";
  }
}
@media (min-width: 321px) {
  .include-media-test {
    background-color: #abc;
  }
  .include-media-test:before {
    content: ">phone";
  }
}
@media (min-width: 815px) and (max-width: 1023px) {
  .include-media-test {
    background-color: #fed;
  }
  .include-media-test:before {
    content: ">=815px, <desktop";
  }
}
@media (min-width: 1024px) {
  .include-media-test {
    background-color: #fab;
  }
  .include-media-test:before {
    content: ">=desktop";
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .include-media-test:after {
    content: "Retina" !important;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html, *, * > * {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.bg-primary {
  background-color: #3074A0;
  color: #FFFFFF;
}

.-textWhite {
  color: #FFFFFF;
}

.-scroll {
  background-color: #fff !important;
}

.text-primary {
  color: #3074A0 !important;
}

.shadow {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: "Muli", sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  margin: 0;
}
h1.title__slide {
  font-size: 4rem;
}

h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

h3 {
  font-size: 2.1rem;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  color: #151515;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
}

p {
  font-size: 18px;
  color: #8a8a8a;
}
p.subtitle__slide {
  color: #FFFFFF;
}

.swiper-container {
  width: 100%;
  height: 100vh;
}

.swiper-socialMedia {
  position: absolute;
  color: white;
  z-index: 123456743;
  top: 93%;
  left: 2%;
}
.swiper-socialMedia .icon {
  font-size: 1.5rem;
  color: #FFFFFF;
  padding-right: 0.5rem;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.slide {
  display: flex;
  justify-content: center;
}
.slide-bg {
  width: 100vw;
  height: 100vh;
}
.slide-bg-img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.slide-bg-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100vh;
  width: 100vw;
  z-index: 1;
}
.slide-text {
  max-width: 1200px;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
}
.slide a:not(:first-child) {
  margin-left: 1rem;
}

.a-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
  outline: none;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
  padding: 0.625rem 3rem;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0px 7px 10px -5px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease-in-out 0s;
  cursor: pointer;
  z-index: 0;
}
.a-button-nav,
.a-button .-secondary, .a-button- {
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  background-color: #FFFFFF;
  color: #3074A0;
  border-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
.a-button-nav::before,
.a-button .-secondary::before, .a-button-::before {
  content: "";
  position: absolute;
  width: 30px;
  left: 0;
  top: -50%;
  height: 200%;
  background-color: rgba(255, 255, 255, 0.7);
  transform: rotate(-15deg) translateX(-150%);
  z-index: -1;
  transition: all 0.5s ease-in-out 0s;
}
.a-button-nav::after,
.a-button .-secondary::after, .a-button-::after {
  content: "";
  position: absolute;
  width: 30px;
  left: 0;
  top: -50%;
  height: 200%;
  background-color: rgba(255, 255, 255, 0.7);
  transform: rotate(-15deg) translateX(-150%);
  z-index: -1;
  transition: all 0.5s ease-in-out 0s;
  transition-delay: 0.075s;
}
.a-button-nav:hover,
.a-button .-secondary:hover, .a-button-:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.a-button-nav:hover::before,
.a-button .-secondary:hover::before, .a-button-:hover::before {
  left: 100%;
  transform: rotate(-15deg) translateX(100%);
}
.a-button-nav:hover::after,
.a-button .-secondary:hover::after, .a-button-:hover::after {
  left: 100%;
  transform: rotate(-15deg) translateX(100%);
}

.-primary {
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  background-color: #3074A0;
  color: #FFFFFF;
  border-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
.-primary::before {
  content: "";
  position: absolute;
  width: 30px;
  left: 0;
  top: -50%;
  height: 200%;
  background-color: rgba(255, 255, 255, 0.7);
  transform: rotate(-15deg) translateX(-150%);
  z-index: -1;
  transition: all 0.5s ease-in-out 0s;
}
.-primary::after {
  content: "";
  position: absolute;
  width: 30px;
  left: 0;
  top: -50%;
  height: 200%;
  background-color: rgba(255, 255, 255, 0.7);
  transform: rotate(-15deg) translateX(-150%);
  z-index: -1;
  transition: all 0.5s ease-in-out 0s;
  transition-delay: 0.075s;
}
.-primary:hover {
  background-color: #FFFFFF;
  color: #3074A0;
}
.-primary:hover::before {
  left: 100%;
  transform: rotate(-15deg) translateX(100%);
}
.-primary:hover::after {
  left: 100%;
  transform: rotate(-15deg) translateX(100%);
}

input {
  background-color: #5990B3;
  color: #FFFFFF;
  width: 100%;
  margin: 0 0 1rem 0;
  height: 40px;
  border: 0;
  border-radius: 5px;
}

input::placeholder {
  color: #FFFFFF;
  padding-left: 0.5rem;
}

.a-linkNav {
  position: relative;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.75px;
  padding: 0.5rem 0 !important;
  color: #FFFFFF;
  transition: ease-in-out(all, 2s);
  text-decoration: none;
}
.a-linkNav::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 3.5rem;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  transition: all 0.3s ease-in-out 0s;
}
.a-linkNav:hover::after {
  opacity: 1;
  visibility: visible;
  top: 2rem;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .a-linkNav {
    color: #3074A0;
  }
}

.m-nav {
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  text-transform: capitalize;
  padding: 0 2rem;
  transition: all 0.5s ease-in-out 0s;
}
.m-nav__item {
  margin: 0;
  padding: 0;
  position: relative;
  margin-right: 1.5rem;
}
@media (max-width: 768px) {
  .m- {
    /*shows elements in a column*/
  }
  .m-nav {
    display: none;
    flex-direction: column;
    width: 100%;
    position: absolute;
    left: 0;
    top: 70px;
    padding: 0;
    background-color: #FFFFFF;
  }
  .m-nav__item {
    padding: 1rem 1.5rem;
  }
}

.m-card {
  max-width: 328px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 34px 30px;
  transition: all ease 0.25s;
}
@media (max-width: 768px) {
  .m-card {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
  }
}
.m-card:hover {
  transition: all ease 0.25s;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
}
.m-card__icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 25px auto;
  transition: all ease 0.25s;
}
.m-card__icon:hover {
  box-shadow: 0;
  background-color: #3074A0;
  color: #FFFFFF;
}

.m-cardMini {
  text-align: left;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 30px;
  transition: all ease 0.25s;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
}
.m-cardMini__icon {
  color: #3074A0;
  height: 3rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.m-cardMini__icon img {
  height: 6rem;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
  border-radius: 17px;
  margin-top: -1rem;
}
.m-cardMini__title {
  margin-top: 2.5rem;
}

.m-boxWeb {
  padding-bottom: 4.5rem;
}
.m-boxWeb__img {
  height: 300px;
}
.m-boxWeb__img a {
  transition: all ease 0.25s;
  display: flex;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  height: inherit;
}
.m-boxWeb__img a:hover {
  transform: translateY(-10px);
  transition: all ease 0.25s;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.m-boxWeb__img a img {
  border-radius: 6px;
  max-width: 100%;
  object-fit: cover;
  object-position: top;
  transition: all ease 2s;
}
.m-boxWeb__img a img:hover {
  object-position: bottom;
}
.m-boxWeb__title {
  font-size: 20px;
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
}
.m-boxWeb__title:hover {
  color: #3074A0;
  cursor: pointer;
}

.m-topBar {
  padding: 2.5rem;
}
.m-topBar__titleLeft {
  text-align: left;
}
@media (max-width: 768px) {
  .m-topBar__titleLeft {
    text-align: center;
  }
}
.m-topBar__textRight {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: left;
}
@media (max-width: 768px) {
  .m-topBar__textRight {
    flex-direction: column;
  }
}
.m-topBar__textRight__icon {
  font-size: 3rem;
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .m-topBar__textRight__icon {
    padding: 1rem;
  }
}
.m-topBar__textRight__text {
  line-height: 2;
  font-size: 1.2rem;
  font-family: "Muli", sans-serif;
}
@media (max-width: 768px) {
  .m-topBar__textRight__text {
    text-align: center;
  }
}

.m-boxContact {
  display: flex;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 3rem 0;
}
@media (max-width: 768px) {
  .m-boxContact {
    flex-direction: column;
    margin: 0;
  }
}
.m-boxContact__left {
  width: 50%;
  background-color: #FFFFFF;
  padding: 30px 30px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.m-boxContact__left__title {
  color: #3074A0;
}
@media (max-width: 768px) {
  .m-boxContact__left {
    width: 100%;
  }
}
.m-boxContact__right {
  width: 50%;
  background-color: #3074A0;
  padding: 30px 30px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.m-boxContact__right__title {
  color: #FFFFFF;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .m-boxContact__right {
    width: 100%;
  }
}

.m-boxSuscribe {
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.m-boxSuscribe__input {
  background-color: #FFFFFF;
  color: #000000;
  width: 50%;
  border: 1px solid #E2E1E2;
  text-align: center;
}
.m-boxSuscribe__title {
  margin-bottom: 1rem;
}

.o-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 1035;
  padding: 0 1rem 0 1rem;
  height: 75px;
  width: 100vw;
  transition: all 0.5s ease-in-out 0s;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
}
.o-header__logo {
  margin: 0;
}
.o-header__logo img {
  height: 40px;
}
.o-header__logo .-movil {
  display: none;
}
@media (max-width: 768px) {
  .o-header__logo .-desktop {
    display: none;
  }
  .o-header__logo .-movil {
    display: block;
  }
}
.o-header__menu {
  margin-left: auto;
  margin-right: 3rem;
}
@media (max-width: 768px) {
  .o-header__menu {
    margin-left: 0;
    margin-right: 0;
  }
}

.o-box {
  padding: 3rem 0;
}
.o-box::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #f3f1fc;
  border-bottom-right-radius: 80px;
  width: 45%;
  height: 90%;
  transform: translateY(-2.8rem);
  z-index: 0;
}
@media (max-width: 768px) {
  .o-box::before {
    width: 90%;
    height: 60vh;
  }
}
.o-box__left {
  z-index: 1;
  width: 80%;
  text-align: left;
}
@media (max-width: 768px) {
  .o-box__left {
    padding-bottom: 1.5rem;
  }
}
.o-box__right {
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 15px;
}
@media (max-width: 768px) {
  .o-box__right {
    grid-template-columns: 1fr;
  }
}

.o-footer {
  background-color: #333333;
  color: #FFFFFF;
}

.boxFooter__title {
  color: #3074A0;
  font-size: 1rem;
}
.boxFooter__list {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

article {
  width: 100vw;
  padding: 3rem 0;
  display: grid;
  grid-template-columns: minmax(50px, auto) minmax(375px, 1200px) minmax(50px, auto);
  grid-template-rows: auto;
}
@media (max-width: 768px) {
  article {
    grid-template-columns: minmax(1rem, auto) 1fr minmax(1rem, auto);
  }
}
article .container {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
}
@media (max-width: 768px) {
  article .container {
    grid-template-columns: 1fr;
  }
}

.gridTitleCards {
  padding: 0;
  background-color: #f3f1fc;
  width: 100vw;
  display: grid;
  grid-template-columns: minmax(50px, auto) minmax(375px, 1200px) minmax(50px, auto);
  grid-template-rows: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .gridTitleCards {
    grid-template-columns: minmax(1rem, auto) 1fr minmax(1rem, auto);
  }
}
.gridTitleCards h3 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 0;
  grid-row-end: 1;
  padding: 3.5rem 0;
}
.gridTitleCards .container {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
}
@media (max-width: 768px) {
  .gridTitleCards .container {
    grid-template-columns: 1fr;
  }
}

.gridMiniCard,
.gridSuscribe {
  padding: 0;
  width: 100vw;
  display: grid;
  grid-template-columns: minmax(50px, auto) minmax(375px, 1200px) minmax(50px, auto);
  grid-template-rows: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .gridMiniCard,
.gridSuscribe {
    grid-template-columns: minmax(1rem, auto) 1fr minmax(1rem, auto);
  }
}
.gridMiniCard::after,
.gridSuscribe::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #f3f1fc;
}
.gridMiniCard .container,
.gridSuscribe .container {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 40px;
}
@media (max-width: 768px) {
  .gridMiniCard .container,
.gridSuscribe .container {
    grid-template-columns: 1fr;
  }
}
.gridMiniCard .container .subgrid,
.gridSuscribe .container .subgrid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  justify-content: center;
  align-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .gridMiniCard .container .subgrid,
.gridSuscribe .container .subgrid {
    grid-template-columns: 1fr;
  }
}

.gridContact {
  padding: 0;
  width: 100vw;
  display: grid;
  grid-template-columns: minmax(50px, auto) minmax(375px, 1200px) minmax(50px, auto);
  grid-template-rows: auto;
}
@media (max-width: 768px) {
  .gridContact {
    grid-template-columns: minmax(1rem, auto) 1fr minmax(1rem, auto);
  }
}
.gridContact .container {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 40px;
}
@media (max-width: 768px) {
  .gridContact .container {
    grid-template-columns: 1fr;
  }
}
.gridContact .container .subgrid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  justify-content: center;
  align-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .gridContact .container .subgrid {
    grid-template-columns: 1fr;
  }
}

.gridSuscribe {
  background-color: #f3f1fc;
}

.o-footer {
  padding: 0;
  width: 100vw;
  display: grid;
  grid-template-columns: minmax(50px, auto) minmax(375px, 1200px) minmax(50px, auto);
  grid-template-rows: auto;
}
@media (max-width: 768px) {
  .o-footer {
    grid-template-columns: minmax(1rem, auto) 1fr minmax(1rem, auto);
  }
}
.o-footer .container {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .o-footer .container {
    grid-template-columns: 1fr;
  }
}
.o-footer .container .subgrid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  justify-content: center;
  align-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .o-footer .container .subgrid {
    grid-template-columns: 1fr;
  }
}

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