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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
summary,
time,
video {
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}

body {
  font-family: Poppins, sans-serif;
}

a {
  text-decoration: none;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 4rem;

  color: #005292;
}

.header__section {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header img {
  width: 64px;
}

.button {
  padding: 1rem;
  text-decoration: none;
  border-radius: 2rem;
  font-family: "Roboto", sans-serif;

  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: nowrap;

  font-size: 1rem;
}

.button i {
  color: white;
}

.button a {
  color: white;
}

.button--aqua {
  background-color: #7fdef1;
}

.button--blue {
  background-color: #2f528d;
}

.button--white {
  background-color: white;
}

.main {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  overflow-x: hidden;
  position: relative;
}

/* MAIN CONTENT */

.slider-container {
  width: 100%;
  overflow: hidden;
  margin: auto;
  position: absolute;
  z-index: -100;
  border-bottom-right-radius: 380px;
  height: 100%;
}
.slider {
  display: flex;
  width: 700%;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}
.slide {
  width: 100%;
  height: 100%;
}

.main .main__content {
  position: relative;
  background: transparent;
  height: 600px;
  width: 100%;
  color: white;
}

.main .main__content .inner {
  padding: 4rem 6rem;

  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}

.main .main__content .inner > i {
  font-size: 2.5rem;
}

.main .main__content h2 {
  font-size: 4rem;
  font-weight: normal;
}

.main .main__content h3 {
  font-size: 2rem;
  font-weight: lighter;
}

.main .main__content .button-bar {
  display: flex;
  gap: 2rem;
}

.main .main__content .button-bar .button {
  padding: 2rem;
  border-radius: 4rem;
}

.main .main__content .button-bar .button i,
.main .main__content .button-bar .button a {
  color: #20214d;
}

.main .main__content .button-bar .button a {
  font-weight: bold;
}

.holidays {
  color: white;
  max-width: 700px;
}

/* BLOCKS */

.main .block {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;

  width: 100%;
  padding: 4rem 0;
  gap: 1rem;
}

.block__inner.info__style {
  height: 700px;
  align-items: start;
}

.block__content.info__style {
  height: 600px;
}

.block__content.info__style p {
  margin-top: 1rem;
}

.block__content.info__style p > a {
  color: #3d3d3d;
}

.main .block .block__inner {
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
}

.main .block .block__inner .block__content {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.main .block .block__inner .block__content .grid__info {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
  height: 600px;
  width: 100%;
  gap: 1rem;
  margin-right: 1rem;
}

.block__content .grid__info .dsalus__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  max-width: 100%;
}

.dsalus__info {
  text-overflow: inherit;
  word-break: inherit;
  line-break: inherit;
}

.dsalus__info i {
  font-size: 26px;
}

.dsalus__info .content {
  font-weight: 200;
}

.dsalus__info .extra-content {
  font-size: 14px;
}

.block__content .map {
  width: 100%;
  height: 100%;
}

.main .block .block__inner .block__content > img {
  max-width: 100%;
}

.block__title {
  color: #005292;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}

.block__title .icon {
  background-color: #6ec1e4;
  padding: 1.75rem;
  border-radius: 50%;
  color: white;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.75rem;
}

.block__title h2 {
  margin-top: 2rem;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  text-align: center;
}

.main .block .block__inner .block__content.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}

.block .text {
  color: #7a7a7a;
  padding: 0 2rem;
  margin-bottom: 1rem;
  width: 100%;
}

.block .text ul {
  margin-top: 2rem;
  padding-left: 2rem;
}

.block .button {
  margin-top: 2rem;
  display: inline-block;
}

.block .block__button {
  width: 100%;
  display: flex;
  justify-content: center;
}

.block .card {
  background-color: white;
  color: #7a7a7a;
  max-width: 300px;
  padding: 2rem 1rem;
  height: 200px;
}

.block .card.large {
  height: 575px;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.block .card.large img {
  margin-bottom: 1rem;
  max-width: 100%;
  height: auto;
  max-height: 320px;
}

.block .card.large * {
  flex: 1 0.8 1;
  text-align: center;
}

.block .card .card__title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

.card__title.blue {
  color: #005292;
}

.gotop-btn {
  position: fixed;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #dbdbdb;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.gotop-btn.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1300px) {
  .grid__info {
    grid-template-columns: 45% 45% !important;
    grid-template-rows: 50% 50% !important;
  }

  .main .main__content .inner {
    max-width: 900px !important;
    padding: 4rem 4rem !important;
  }

  .main .main__content .inner h2 {
    font-size: 2.75rem !important;
  }
}

@media screen and (max-width: 900px) {
  .header {
    flex-direction: column;
    gap: 1rem;
  }

  .slider-container {
    border-bottom-right-radius: 0px;
  }



  .main .main__content {
    height: auto;
  }

  .main .main__content h2 {
    font-size: 2.75rem;
  }

  .main .block .block__inner {
    flex-wrap: wrap;
  }

  .main .block .block__inner.info__style {
    flex-wrap: wrap;
  }

  .main .block .block__inner .block__content > img {
    max-width: 300px;
  }

  .main .block .block__inner .block__content {
    flex-basis: 100%;
  }

  .main .block .block__inner .block__content.row {
    gap: 1rem;
  }

  .block .card {
    max-width: none;
    margin: 0 0rem;
    max-width: 300px;
    height: 200px;
  }

  .block .card.large {
    height: 575px;
  }

  .grid__info {
    grid-template-columns: 50% 50% !important;
    grid-template-rows: 50% 50% !important;
  }

  .block__inner.info__style .button {
    margin-top: 5rem;
  }
}


@media screen and (max-width: 740px) {
  .block .card {
    height: auto !important;
  }

  .block .card.large {
    height: auto !important;
  }

  .button-bar {
    flex-direction: column;
  }

}
