html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.main {
  overflow-x: hidden;
}

.hide {
  display: none;
}

.show {
  display: block;
}

@media (max-width: 39.9375em) {
  .hide-for-mobile {
    display: none;
  }
}

@media (min-width: 40em) {
  .hide-for-desktop {
    display: none;
  }
}

a {
  text-decoration: none;
  color: #000080;
}

a:visited {
  color: #000080;
}

h1 {
  color: #000080;
}

h3 {
  color: #d9261c;
}

ul {
  list-style: none;
}

.mb-s {
  margin-bottom: 1rem;
}

.mb-m {
  margin-bottom: 2rem;
}

.mt-s {
  margin-top: 1rem;
}

.mt-m {
  margin-top: 2rem;
}

.px-l {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.ma {
  margin-left: auto;
  margin-right: auto;
}

.nav {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(135deg, #A6C3EB 0%, #eafaff 100%);
  width: 100%;
  min-width: 350px;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 5px 14px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 14px 5px rgba(0, 0, 0, 0.25);
}

.nav__logo {
  background-image: url(./src/headerLogo.png);
  background-repeat: no-repeat;
  background-size: 10rem 3rem;
  margin-top: 0.5rem;
  margin-left: 5vw;
  height: 3rem;
  width: 10rem;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.nav__logo:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.nav__menu {
  position: absolute;
  right: 5vw;
}

.nav__menu span {
  font-weight: 700;
  display: inline-block;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.nav__menu span:hover {
  border-bottom: solid #d9261c 4px;
  background: #a6c3eb;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.nav__icon {
  margin-top: 0.75rem;
  font-size: 200%;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  color: #000080;
}

.nav__icon-turn {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  color: #d9261c;
}

.nav__popup {
  position: absolute;
  top: 3.5rem;
  width: 100%;
  height: 90vh;
  background-color: #000080d3;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-clip-path: polygon(95% 0, 95% 0, 95% 0, 95% 0);
          clip-path: polygon(95% 0, 95% 0, 95% 0, 95% 0);
  display: block;
}

.nav__popup-open {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.nav__popup__box {
  position: relative;
  top: 1rem;
  margin: auto;
  width: 93vw;
  height: auto;
  text-align: center;
  background-color: #a6c3eb;
  border-radius: 10px;
  padding: 2rem;
  color: #000080;
  font-size: 95%;
}

.nav__popup__box a {
  color: #d9261c;
  font-weight: 700;
}

.nav__popup__box ul {
  position: relative;
  left: -20px;
}

.hero__image {
  max-height: 100vh;
  background-image: url(./src/herobg.JPG);
  background-color: #a6c3eb;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero__text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #a6c3ebd8;
  -webkit-box-shadow: 0px 0px 50px 24px #A6C3EB;
  box-shadow: 0px 0px 50px 24px #A6C3EB;
}

@media (max-width: 63.9375em) {
  .hero__text {
    width: 70vw;
  }
}

.hero__logo {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

@media (max-width: 63.9375em) {
  .hero__logo {
    position: relative;
    width: 300px;
  }
}

.hero__extra {
  color: #d9261c;
}

.hero h3 {
  color: #000080;
}

.blur-zone {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.blur-free-zone {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
}

.blur-free-zone__plate {
  display: none;
  border-radius: 10px;
  margin: 30vh auto auto;
  padding: 3rem;
  width: 23rem;
  height: 16rem;
  text-align: center;
  background-color: #ffffff;
  color: #000080;
  font-size: 20px;
}

.btn__inv {
  margin: auto;
  margin-top: 1rem;
  width: 16rem;
  height: 40px;
  background-color: #000080;
  border: none;
  color: #a6c3eb;
  font-size: 20px;
  font-family: Verdana, serif;
}

.btn__inv:hover {
  color: #d9261c;
}

.reasons {
  margin: auto;
  width: 90vw;
  min-height: 100vh;
  height: auto;
  text-align: center;
}

@media (min-width: 40em) {
  .reasons__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.reasons__card {
  padding: 1rem;
  margin: 1%;
  margin-top: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#D9F6FF), to(#A6C3EB));
  background: linear-gradient(to bottom, #D9F6FF 0%, #A6C3EB 100%);
  border-radius: 0.5rem;
  -webkit-box-shadow: 17px 24px 26px -12px rgba(0, 0, 0, 0.5);
  box-shadow: 17px 24px 26px -12px rgba(0, 0, 0, 0.5);
}

@media (min-width: 40em) {
  .reasons__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
  }
}

@media (min-width: 64em) {
  .reasons__card {
    padding: 3rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.reasons__icon img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

@media (min-width: 64em) {
  .reasons__icon img {
    width: 150px;
    height: 150px;
  }
}

.reasons__title {
  color: #000080;
}

@media (min-width: 64em) {
  .reasons__title {
    font-size: 140%;
  }
}

.reasons__descritpion {
  color: #000080;
}

@media (min-width: 64em) {
  .reasons__descritpion {
    font-size: 140%;
  }
}

.reasons h4 {
  color: #d9261c;
}

.colaboration {
  background: #a6c3eb;
  min-height: 100vh;
  text-align: center;
  -webkit-box-shadow: 0px 7px 14px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 7px 14px 5px rgba(0, 0, 0, 0.25);
}

.colaboration__grid {
  padding-top: 2rem;
  margin: auto;
  width: 90vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.colaboration__card {
  padding: auto;
  margin: 1%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  border: #d9261c 2px solid;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 17px 24px 26px -12px rgba(0, 0, 0, 0.5);
  box-shadow: 17px 24px 26px -12px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 1s ease;
  transition: 1s ease;
  overflow: hidden;
}

.colaboration__card:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

@media (min-width: 40em) {
  .colaboration__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
  }
}

@media (min-width: 64em) {
  .colaboration__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.5%;
            flex: 0 0 14.5%;
  }
}

.colaboration__card img {
  position: relative;
  width: 100%;
  height: 100%;
}

.colaboration h1 {
  color: #000080;
}

.recomendation {
  display: none;
  min-height: 100vh;
}

.recomendation h1 {
  text-align: center;
}

@media (min-width: 40em) {
  .recomendation {
    display: block;
    margin: auto;
    width: 90vw;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}

.container {
  margin-top: 9rem;
  margin-left: -180vw;
  height: 20rem;
  width: 450vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (min-width: 64em) {
  .container {
    margin-left: -106vw;
    margin-top: 8rem;
  }
}

.ui-card {
  width: 15rem;
  position: relative;
  z-index: 1;
  -webkit-transform: scale(0.5) translateY(-2rem);
  transform: scale(0.5) translateY(-2rem);
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#D9F6FF), to(#A6C3EB));
  background: linear-gradient(to bottom, #D9F6FF 0%, #A6C3EB 100%);
  -webkit-transition: 1s;
  transition: 1s;
  border-radius: 5px;
  height: 50vh;
}

@media (min-width: 64em) {
  .ui-card {
    width: 20vw;
    height: 42vh;
    opacity: 0.3;
  }
}

@media (min-width: 87.5em) {
  .ui-card {
    width: 20vw;
    height: 38vh;
    opacity: 0.3;
  }
}

.ui-card__tag {
  position: absolute;
}

.ui-card__pic {
  position: absolute;
  top: 1vh;
  left: 1vw;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media (min-width: 64em) {
  .ui-card__pic {
    left: 0;
    padding: 1rem;
  }
}

@media (min-width: 87.5em) {
  .ui-card__pic {
    padding: 2rem;
    left: 1rem;
  }
}

.ui-card__name {
  text-align: center;
  position: absolute;
  left: 2rem;
  color: #d9261c;
  font-weight: 1000;
  font-size: 75%;
  top: 0.25rem;
  width: 25vw;
}

@media (min-width: 64em) {
  .ui-card__name {
    padding-top: 2rem;
    width: 17vw;
  }
}

.ui-card__stars {
  position: absolute;
  top: 1.75rem;
  left: 9vw;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

@media (min-width: 64em) {
  .ui-card__stars {
    padding-top: 2rem;
    left: 6vw;
  }
}

.ui-card__text {
  color: #000080;
  top: 2rem;
  position: absolute;
  font-size: 55%;
  padding: 0.5rem;
  padding: 1rem;
}

@media (min-width: 40em) {
  .ui-card__text {
    padding: 2rem;
    font-size: 85%;
  }
}

@media (min-width: 87.5em) {
  .ui-card__text {
    padding: 3rem;
    font-size: 100%;
  }
}

.container .ui-card.active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 6px 15px 5px rgba(0, 0, 0, 0.64);
  box-shadow: 0px 6px 15px 5px rgba(0, 0, 0, 0.64);
  -webkit-transform: scale(1.6) translateY(0) translateX(0);
  transform: scale(1.6) translateY(0) translateX(0);
}

.container .ui-card.prev,
.container .ui-card.next {
  z-index: 0;
  -webkit-transform: scale(0.8) translateY(-1rem) translateX(0);
  transform: scale(0.8) translateY(-1rem) translateX(0);
  opacity: 0.6;
  pointer-events: auto;
  -webkit-transition: 1s;
  transition: 1s;
}

.footer {
  width: 100%;
  min-height: 88vh;
  background-color: #000080;
  color: #000080;
  height: auto;
}

.footer__grid {
  padding-top: 3vh;
  margin: auto;
  width: 90vw;
}

@media (min-width: 64em) {
  .footer__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer h1 {
  color: #a6c3eb;
  text-align: center;
}

@media (min-width: 64em) {
  .footer__map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.footer__map iframe {
  width: 100%;
  height: 105%;
  min-height: 30rem;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 15px 5px rgba(0, 0, 0, 0.64);
  box-shadow: 0px 6px 15px 5px rgba(0, 0, 0, 0.64);
}

@media (min-width: 64em) {
  .footer__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 39.9375em) {
  .footer__info {
    display: none;
  }
}

.footer__card {
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#D9F6FF), to(#A6C3EB));
  background: linear-gradient(to bottom, #D9F6FF 0%, #A6C3EB 100%);
  width: 80%;
  padding: 0.5rem;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 15px 5px rgba(0, 0, 0, 0.64);
  box-shadow: 0px 6px 15px 5px rgba(0, 0, 0, 0.64);
}

.footer__card ul {
  position: relative;
  left: -20px;
}

.footer__me {
  padding-left: 50vw;
  background-color: black;
}

.footer__me img {
  width: 4rem;
  height: 3rem;
  -webkit-transform: translateX(-1.5rem) translateY(-1rem);
          transform: translateX(-1.5rem) translateY(-1rem);
  background-color: black;
  padding: 1rem 1rem 0 1rem;
  border-radius: 1rem;
}
/*# sourceMappingURL=style.css.map */