body, html {
    max-width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
}

@font-face {
    font-family: HelveticaLTStd-Bold;
    src: url(/fonts/HelveticaLTStd-Bold.otf);
}

@font-face {
    font-family: HelveticaLTStd-Obl;
    src: url(/fonts/HelveticaLTStd-Obl.otf);
}

@font-face {
    font-family: HelveticaLTStd-Roman;
    src: url(/fonts/HelveticaLTStd-Roman.otf);
}

@font-face {
    font-family: HelveticaNeueLTStd-Bd;
    src: url(/fonts/HelveticaNeueLTStd-Bd.otf);
}

@font-face {
    font-family: TypoGraphica_demo;
    src: url(/fonts/TypoGraphica_demo.otf);
}

@font-face {
    font-family: HelveticaNeueLight;
    src: url(/fonts/HelveticaNeueLight.ttf);
}

/* GLOBALS */

/*Animation Classes */

.fade-in-bck {
    -webkit-animation: fade-in-bck .6s ease-in-out both;
    animation: fade-in-bck .6s ease-in-out both
}

/*Animation Classes */

.links_internos{
  color: #212529;
  font-weight: bold;
  text-decoration: none;
}
.links_internos:hover{
  color: #212529;
  font-weight: bold;
  text-decoration: none;
}

#view {
    position: absolute;
    bottom: 0;
}

.banner {
    width: 100%;
    height: 35vh;
    padding-top: 80px;
    min-height: 250px;
    background-size: 100% auto;
    background-position: top 80px right;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 0;
}

.active {
    font-weight: bold;
}

.paralax-wrap {
    margin-top: 35vh;
    position: relative;
    background-color: #fff;
}

.banner h1 {
    position: relative;
    color: #fff;
    font-size: 5vw;
    letter-spacing: 6px;
    font-family: HelveticaNeueLight;
    margin-left: 5vw;
}

.banner-text {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    text-align: center;
}

.lazy {
    background-image: url('/images/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50% !important;
    background-size: contain !important;
    background-attachment: unset !important;
}

.lazy > * {
    display: none !important;
}

.duplanet-color {
    background: #ffef00;
}

.container-w-90 {
    width: 90% !important;
    margin: auto;
}

.container-w-100 {
    width: 100% !important;
    margin: auto;
}

.font-title {
    font-family: HelveticaLTStd-Bold;
}

.font-content {
    font-family: HelveticaLTStd-Roman;
}

.font-subscrever {
    font-family: HelveticaNeueLTStd-Bd;
}

.text-yellow {
    color: #fff400;
}

.h-sobre-nos {
    min-height: 850px
}

.btn {
    color: #222 !important;
    font-size: 1.5rem;
    background-color: #fff400;
    color: #222;
    border: 0;
    border-radius: 5px;
    padding: 2% 1.5% 2% 1.5%;
    text-align: left;
    cursor: pointer;
}

.btn:disabled {
    background: lightgrey;
}

.contacte-nos button {
    background: #fff400;
    font-size: 1.5rem;
    background-color: #fff400;
    color: #222;
    border: 0;
    border-radius: 5px;
    padding: 2% 1.5% 2% 1.5%;
    text-align: left;
    cursor: pointer;
}

.contacte-nos span {
    width: 100%;
    font-size: 1.5rem;
}

.icon-bigger-than {
    width: 40px;
}

/* GLOBALS */

/* NAVBAR */

.bandeiras {
    position: absolute;
    top: 0;
    right: 0.8rem;
    z-index: 999;
}

.bandeiras img {
    width: 30px;
    height: 10px;
    padding: 0 5px;
}

.seta-topo {
    position: fixed;
    bottom: 90px;
    right: 1vw;
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 999;
    border-top: 3px solid #fff400;
}

.navbar {
    padding: 0 !important
}

.nav-padding {
    padding-top: 70px;
}

.nav-item {
    text-transform: uppercase;
}

.navbar-brand {
    padding: 10px 15px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.cookies {
    width: 100%;
    height: auto;
    background: rgba(52, 58, 64, 0.95);
    color: #FFF;
    font-size: 1rem;
    z-index: 99;
    position: fixed;
    bottom: 0;
    padding: 1.5rem;
    padding-bottom: 0.3rem;
    line-height: 1.2rem;
}

.close {
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: bold;
}

/* NAVBAR */

.btn-accept-cookies {
    background: #fff400;
    border: 0;
    border-radius: 5px;
    margin: auto;
    padding: 10px 15px;
    color: #000;
    font-size: 1.2rem;
}

.btn-accept-cookies:hover {
    opacity: 0.9
}

/* FOOTER */

footer {
    width: 100vw;
    background: #222;
    color: #fff;
}

footer a {
    color: #fff;
}

.navegacao {
    text-align: right;
}

.navegacao-span {
    margin-right: 5px;
}

footer li {
    list-style: none;
    display: inline-flex;
    text-align: right;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1rem;
    border-left: 1px solid #222;
}

footer li:first-of-type {
    border-left: none;
}

footer li a {
    color: #fff;
    text-decoration: none;
}

footer li a:hover {
    color: lightgrey;
    text-decoration: none;
}

@media only screen and (max-width:992px) {
    .navbar-nav {
        padding-left: 15px;
        margin-bottom: 0;
        background: #222;
    }
    .banner{
        background-size: unset;
    }
}

@media only screen and (max-width: 980px) {
    .contacte-nos {
        text-align: left !important;
    }
    .btn {
        text-align: center;
        width: auto;
        font-size: 2rem !important;
    }
    .nav-link {
        font-size: 0.7rem;
    }
    .newsletter h1 {
        font-size: 1.8rem !important;
    }
    .newsletter button {
        width: auto;
        margin-left: 0;
        margin-top: 35px;
    }
    .navegacao {
        text-align: left !important;
    }
    .contacte-nos button {
        font-size: 1.8rem;
    }
    .contacte-nos span {
        font-size: 1.8rem;
    }
    i {
        height: 50px
    }
    .icon-bigger-than {
        min-width: 50px;
        height: 60%;
    }
    /* SERVIÇOS */
    footer span {
        font-size: 0.7rem;
    }
    footer li {
        display: block;
        text-align: left;
        padding: 0 !important
    }
    footer li:first-of-type {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 400px) {
    .banner {
        height: 40vh !important;
    }
    .banner-text{
        justify-content: middle;
        padding-bottom: 25px;
    }
    .btn {
        font-size: 1.5rem !important;
    }
    .contacte-nos button {
        width: auto;
        font-size: 1rem;
    }
    .contacte-nos span {
        font-size: 0.8rem;
        text-transform: capitalize;
    }
    i {
        height: auto;
    }
    .icon-bigger-than {
        min-width: 0;
    }
    .seta-topo {
        right: 20vw;
        width: 1px !important
    }
}

/* Animations */

@-webkit-keyframes fade-in-bck {
    0% {
        -webkit-transform: translateZ(80px);
        transform: translateZ(80px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes fade-in-bck {
    0% {
        -webkit-transform: translateZ(80px);
        transform: translateZ(80px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

/* Animations */
