:root {
  --main-color: #fff;
  --black-color: #000;
  --active-color: #2797cb;
  --background-color: #063f56;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    outline: none !important;
}
body {
    font-family: "Roboto", Helvetica, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-optical-sizing: auto;
    line-height: 1.24;
    color:  var(--main-color);
    padding: 0;
    margin: 0;
    background-color: var(--background-color);
    background-image: url('../img/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
p {
    margin: 0 0 20px 0;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
figure {
    margin: 0;
}
strong {
    font-weight: 800;
}
a {
    color: var(--main-color);
    text-decoration: underline;
}
a:hover {
    color: var(--active-color);
}
.sr-only {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.container {
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding: 0px 15px;
}
.vcenter {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 80px 0;
}
.header__title {
    margin: 0;
}
.header__logo {
    width: 160px;
    height: auto;
}
.header__logo path {
    fill: var(--main-color);
}
.header__lang {
    display: flex;
    align-items: center;
    color: var(--black-color);
    background-color: var(--main-color);
    padding: 20px 25px;
    border-radius: 50px;
}
.header__lang__item {
    display: block;
}
.header__lang__item + .header__lang__item {
    display: flex;
    margin-left: 8px;
}
.header__lang__item + .header__lang__item::before {
    display: inline-block;
    content: '|';
    margin-right: 8px;
    color: var(--black-color);
}
.header__lang__link {
    color: var(--black-color);
    text-decoration: none;
    font-weight: 700;
}
.header__lang__active {
    color: #7a7a7a;
    font-weight: 700;
}
.intro {
    max-width: 660px;
    text-align: center;
    font-size: 29px;
    font-weight: 300;
    margin: 0 auto 80px auto;
}
.intro p:last-child {
    margin-bottom: 0;
}
.title {
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.title--vcenter {
    margin: 30px 0 0 0;
}
.banner  {
    margin-bottom: 60px;
}
.banner__figcaption {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0 0 0;
}
.btn-download {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black-color);
    background-color: var(--main-color);
    border-radius: 50px;
    font-size: 28px;
    font-weight: 700;
    text-decoration: none;
    padding: 20px 40px;
}
.btn-download svg {
    width: 36px;
    height: auto;
    margin-left: 12px;
}
.btn-download svg path {
    fill: var(--main-color);
}
.section {
    background-color: rgba(39, 151, 203, 0.5);
    border-radius: 50px;
    padding: 60px;
    margin-bottom: 60px;
}
.section p:last-child {
    margin-bottom: 0;
}
.section__icon {
    width: 82px;
    height: auto;
    margin-bottom: 20px;
}
.section__grid {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 20px 6%;
}
.section__grid__item {
    display: flex;
    flex: 0 1 33.3333%;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
}
.section__grid__item__inner {
    width: 100%;
    max-width: 130px;
}
.section__grid__item__title {
    margin: 0;
    font-weight: 300;
}
.section__grid__item__icon {
    align-self: flex-start;
    width: auto;
    height: 96px;
    margin-bottom: 20px;
}
.section__grid__item__icon path {
    fill: var(--main-color);
}
.concello {
    text-align: center;
    max-width: 880px;
    margin: auto;
}
.concello__logo {
    width: 160px;
    height: auto;
    margin-top: 30px;
}
.footer {
    margin: 80px 0 30px 0;
}
.footer__links__list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.footer__links__list li {
    display: inline-block;
    padding: 8px 15px;
}
.footer__links__list_item {
    display: inline-block;
    color: var(--main-color);
    transition: color .25s;
}
.footer__links__list_item:hover {
    color: var(--active-color);
}

.default-text {
    max-width: 700px;
    margin: 0 auto 120px auto;
}
.text-center {
    text-align: center;
}
.appstore {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.appstore__link {
    margin: 10px
}

@media (max-width: 820px) {
    .section {
        padding: 30px;
        margin-bottom: 30px;
    }
    .section__grid {
        padding: 20px 0%;
    }
    .section__grid__item {
        padding: 30px 10px;
    }
    .section__grid__item__icon {
        height: 80px;
    }
    .section__grid__item__inner {
        width: 100%;
        max-width: 90px;
    }
    .section__grid__item__title {
        font-size: 17px;
    }
}

@media (max-width: 560px) {
    .section__grid__item__icon {
        height: 56px;
    }
}
@media (max-width: 430px) {
    .header__logo {
        width: 130px;
    }
    .title {
        font-size: 28px;
    }
    .intro {
        text-align: center;
        font-size: 23px;
        font-weight: 300;
        margin-bottom: 30px;
    }
    .banner {
        margin-bottom: 30px;
    }
    .banner__figcaption {
        margin-top: 30px;
    }
    .btn-download {
        font-size: 23px;
    }
    .section__grid__item__inner {
        text-align: center;
    }
    .section__grid__item {
        flex: 1 1 50%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media (max-width: 360px) {
    .section__grid__item {
        padding: 20px 5px;
    }
}