@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

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%;
  font: inherit;
  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; }

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

body {
  font-family: "Montserrat", sans-serif; }

.button {
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 2rem;
  border-radius: 0.25rem;
  background-color: #ffe26d;
  color: #000;
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase; }

.button:hover {
  background-color: #62497c;
  color: #fff;
  transition: 0.5s ease-in-out; }

#header {
  max-width: 100%;
  background: url("../../../assets/imgs/header-img.png") no-repeat;
  background-size: 100vw; }

/*=== MENU ===*/
.header__menu-container {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }

.header__nav-container {
  max-width: 100vw;
  padding: 0 1rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); }

.header__nav {
  max-width: 100vw;
  height: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2e425d; }

@media screen and (max-width: 760px) {
  .nav__menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    padding: 1.5rem 0 1rem;
    text-align: center;
    background-color: #fff;
    transition: 0.4s;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    border-radius: 0 0 0.75rem 0.75rem;
    z-index: 100; } }
.nav__item {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #2e425d; }

.nav__logo {
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff; }

.nav__link {
  transition: 0.3s; }

.nav__link:hover {
  color: yellow; }

.nav__toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  cursor: pointer; }

/* Show menu  */
.show-menu {
  top: 3rem; }

/*=== Header info ===*/
.header__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  color: #fff; }

.header__info-title {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 1rem; }

.header__info-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin-bottom: 1rem; }

.header__button {
  background-color: #ffe26d;
  color: #000;
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase; }

.header__button:hover {
  background-color: #62497c;
  color: #fff;
  transition: 0.5s ease-in-out; }

/* Screen size 768px  */
@media screen and (min-width: 768px) {
  #header {
    width: 100vw;
    background: url("../../../assets/imgs/header-img.png") no-repeat;
    background-position: 80% 8%;
    background-size: 100vw; }

  .nav__toggle {
    display: none; }

  .nav__menu {
    position: static;
    width: 0;
    padding: 0;
    text-align: initial;
    box-shadow: none;
    border-radius: none;
    z-index: 0; }

  .header__container {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
    height: 30vh; }

  .header__menu-container {
    max-width: 700px;
    margin: 0 auto;
    padding-top: 1rem;
    position: static; }

  .header__nav-container {
    position: static;
    max-width: 700px;
    margin: 0 auto;
    padding: 2rem 0 0;
    background-color: initial;
    box-shadow: none; }

  .nav__logo {
    font-size: 1.5rem; }

  .nav__menu {
    flex: 1; }

  .nav__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 2; }

  .nav__item {
    color: #fff;
    font-size: 0.85rem;
    margin-bottom: 0;
    margin-left: 1.5rem;
    text-transform: uppercase; }

  .nav__link:hover {
    color: #ffe26d;
    transition: 0.4s; } }
/* Screen size 1024px  */
@media screen and (min-width: 1024px) {
  .header__container {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
    height: 80vh; }

  .header__menu-container {
    max-width: 700px;
    margin: 0 auto;
    padding-top: 1rem;
    position: static; }

  .nav__logo {
    font-size: 2rem; }

  .nav__link {
    font-size: 0.65rem; }

  .header__info {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
    display: block;
    padding-top: 4rem;
    position: relative; }

  .header__info-title {
    max-width: 700px;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    line-height: 3rem; }

  .header__info-text {
    position: absolute;
    max-width: 500px;
    margin-bottom: 2rem; }

  .header__button {
    margin-top: 5rem; } }
.welcome__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem; }

.welcome__title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 3rem; }

.welcome__session-1 p {
  display: none; }

.welcome__session-1 img {
  display: none; }

.welcome__cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem; }

.welcome__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem; }

.welcome__card img {
  background-color: #62497c;
  border-radius: 50%;
  padding: 1rem;
  margin-bottom: 1rem; }

.welcome__card h2 {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #62497c;
  margin-bottom: 1rem; }

.welcome__card p {
  text-align: center;
  line-height: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  width: 50%;
  color: #b5b5b5;
  margin-bottom: 1rem; }

/* Screen size 768px  */
@media screen and (min-width: 768px) {
  .welcome__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    width: 700px;
    margin: 0 auto; }

  .welcome__session-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem; }

  .welcome__info {
    max-width: 440px;
    font-size: 2rem;
    font-weight: 300;
    padding-right: 1rem; }

  .welcome__session-1 h1 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center; }

  .welcome__session-1 p {
    display: block; }

  .welcome__session-1 img {
    display: initial;
    max-width: 260px; }

  .welcome__cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3rem; }

  .welcome__card p {
    text-align: center;
    line-height: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    width: 80%;
    color: #b5b5b5;
    margin-bottom: 1rem; }

  .welcome__card p {
    text-align: center;
    line-height: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    width: 80%;
    color: #b5b5b5;
    margin-bottom: 1rem; }

  .welcome__card p {
    text-align: center;
    line-height: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    width: 80%;
    color: #b5b5b5;
    margin-bottom: 1rem; } }
/* Screen size 1024px  */
@media screen and (min-width: 1024px) {
  .welcome__card:first-child {
    margin-right: 5rem; }

  .welcome__card p {
    text-align: center;
    line-height: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    width: 90%;
    color: #b5b5b5;
    margin-bottom: 1rem; }

  .welcome__card:last-child {
    margin-left: 5rem; } }
.newsletter__container {
  height: 15vh;
  max-width: 100vw;
  background-image: url("../../../assets/imgs/newsletter-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.newsletter__container h1 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); }

.newsletter__container form {
  display: flex; }

.newsletter__container form > input {
  border: none;
  outline: none;
  padding: 0.35rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.newsletter__container form > input::placeholder {
  opacity: 0.5;
  padding-left: 0.75rem; }

.newsletter__container form > button {
  border: none;
  outline: none;
  padding: 0.65rem;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ffe26d;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.newsletter__container form > button:hover {
  background-color: #62497c;
  color: #fff;
  transition: 0.5s ease-in-out; }

/* Screen size 768px  */
@media screen and (min-width: 768px) {
  .newsletter__container {
    height: 20vh;
    background-position: 80% -15%; }

  .newsletter__container h1 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    margin-top: 1rem; }

  .newsletter__container form > input {
    padding: 1rem;
    font-size: 0.65rem;
    font-weight: 600;
    width: 40vw; }

  .newsletter__container form > input::placeholder {
    opacity: 0.5;
    padding-left: 0rem;
    font-size: 0.75rem; }

  .newsletter__container h1 {
    font-size: 1.8rem; } }
/* Screen size 1024px  */
@media screen and (min-width: 1024px) {
  .newsletter__container {
    height: 50vh;
    background-position: 80% -10%; }

  .newsletter__container h1 {
    font-size: 2.8rem;
    margin-bottom: 2.5rem;
    margin-top: 1rem; }

  .newsletter__container form > input {
    padding: 1.3rem;
    font-size: 0.65rem;
    font-weight: 600;
    width: 25vw; }

  .newsletter__container form > button {
    border: none;
    outline: none;
    padding: 0 2rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #ffe26d;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; } }
.blog__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  max-width: 700px;
  margin: 0 auto; }

.blog__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 1.5rem; }

.blog__cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem; }

.blog__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem; }

.blog__card img {
  height: 100px;
  width: 200px;
  object-fit: cover;
  margin-bottom: 1.5rem; }

.blog__card h1 {
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
  max-width: 45vw; }

.blog__date {
  color: #b5b5b5;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1rem; }

.blog__text {
  text-align: center;
  max-width: 60vw;
  margin-bottom: 2rem; }

/* Screen size 768px  */
@media screen and (min-width: 768px) {
  .blog__cards {
    flex-direction: row; }

  .blog__title {
    font-size: 2.5rem; }

  .blog__card:first-child {
    margin-right: 2rem; }

  .blog__card:last-child {
    margin-left: 2rem; } }
.contact__container {
  display: flex;
  flex-direction: column; }

.map__container {
  display: none; }

.form__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 1.5rem;
  background-color: #ffe26d; }

.form__container h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem; }

.form__container form {
  display: flex;
  flex-direction: column; }

.form__container form > label {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 0.65rem; }

.form__container form > input,
textarea {
  margin-bottom: 0.65rem;
  border: none;
  outline: none;
  resize: none; }

.form__container form > input {
  width: 70vw;
  padding: 0.65rem; }

.form__container form > button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem;
  background-color: #62497c;
  color: #fff;
  border: none;
  outline: none; }

/* Screen size 768px  */
@media screen and (min-width: 768px) {
  .contact__container {
    display: flex;
    flex-direction: row; }

  .map__container {
    display: block;
    width: 50vw; }

  .map__container iframe {
    width: 50vw;
    height: 100%; }

  .form__container {
    width: 50vw;
    justify-content: flex-start;
    align-items: flex-start; }

  .form__container form > input {
    width: 40vw; } }
/* Screen size 1024px  */
@media screen and (min-width: 1024px) {
  .form__container {
    padding: 3rem 1.5rem; }

  .form__container form {
    padding: 2rem 1rem; }

  .form__container h1 {
    font-size: 3rem;
    margin-left: 1rem;
    margin-bottom: 0; }

  .form__container form > label {
    font-size: 1rem; }

  .form__container form > input {
    width: 15vw;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1); }

  .form__container form > textarea {
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1); }

  .form__container form > button {
    margin-top: 1.5rem; } }
.footer__container {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.footer__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem; }

.footer__section h1 {
  font-size: 0.65rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.75rem; }

.footer__section:first-child {
  text-align: center; }

.footer__section:first-child p {
  width: 50vw;
  line-height: 1.5rem;
  font-weight: 400; }

.footer__section:nth-child(2) ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 50vw; }

.footer__section:nth-child(2) ul > li {
  font-size: 1rem;
  padding: 0.65rem; }

.footer__section:nth-child(2) ul > li:hover {
  color: #62497c; }

/* Screen size 768px  */
@media screen and (min-width: 768px) {
  .footer__container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3rem 2rem 3rem 2rem;
    max-width: 700px;
    margin: 0 auto; }

  .footer__section:first-child p {
    text-align: center;
    width: 20vw; }

  .footer__section:nth-child(2) {
    width: 30vw; }

  .footer__section:nth-child(2) ul {
    flex-direction: row;
    justify-content: center;
    align-content: center;
    width: 30vw; } }
/* Screen size 1024px  */
@media screen and (min-width: 1024px) {
  .footer__container {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 3rem 1rem;
    max-width: 700px;
    margin: 0 auto; }

  .footer__section {
    margin-bottom: 0; }

  .footer__section:first-child p {
    text-align: center;
    width: 10vw; }

  .footer__section:nth-child(2) {
    width: 30vw; }

  .footer__section:nth-child(2) ul {
    flex-direction: row;
    justify-content: center;
    align-content: center;
    width: 10vw; }

  .footer__section:nth-child(2) ul > li {
    font-size: 1rem;
    padding: 0.85rem; } }

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