html, body {
    color: #111213;
    font-family: 'alk-text-light', sans-serif;
    font-weight: 100;
    height: 100vh;
    margin: 0;
    font-size: 1em;
}

#wrapper {
    min-height: 99vh;
    position: relative;
}

#content {
    padding-bottom: 15vh;
    /* Height of the footer element */
  }

#footer {    
    width: 100%;
    height: 15vh;
    position: absolute;
    bottom: 0;
    left: 0;
  }
h1{
    font-size: 1.71429em;
    font-family: 'alk-text-extrabold', sans-serif; 
}
h2{
    font-size: 1.5em;
    font-family: 'alk-text-extrabold', sans-serif; 
}
h3{
    font-size: 1.3em;
    font-family: 'alk-text-bold', sans-serif;
}
h4{
    font-size: 1.2em;
    font-family: 'alk-text-bold', sans-serif;
}
h5{
    font-size: 1.1em;
    font-family: 'alk-text-bold', sans-serif;
}
h5{
    font-size: 1.6em;
    font-family: 'alk-text-bold', sans-serif;
}
strong{
    font-family: 'alk-text-bold', sans-serif;
}
footer label{
    color: #dcdcdc;
    font-weight: 600;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
a{
    color: #dcdcdc;
    transition: 0.4s;
    text-decoration: none;
}
a:hover{
    color:#76a4ae;
    text-decoration: none;
}
.alert-p {
    color: white;
    background-color: #76a4ae;
    border-color: #76a4ae;
}
.nav-pills .nav-link.active {
    color: #fff;
    background-color: #055a6b;
}
.nav-link {
    color: #055a6b;
}
.bg-p{
    color: #dcdcdc;
    background-color:#055a6b;
}
.bg-p-light{
    background-color:#5ab6ff;
}
.bg-p-dark{
    background-color:#29a073;
}

.bg-s{
    background-color:#76a4ae;
}
.bg-s-light{
    background-color:#ffb944;
}
.bg-s-dark{
    background-color:#c15a00;
}

.bg-gradient-p{
    background: rgb(5,28,44);
background: linear-gradient(326deg, #055a6b 0%, #294b52 100%);
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    width: 100%;
}

.text-p{
    color:#055a6b;
}
.text-p-light{
    color:#5ab6ff;
}
.text-p-dark{
    color:#29a073;
}

.text-s{
    color:#76a4ae;
}
.text-s-light{
    color:#ffb944;
}
.text-s-dark{
    color:#c15a00;
}

section{
    padding:50px 0px;
}
.btn-link {
    text-decoration:none;
}
.btn-link:hover {
    color:#76a4ae;
}


.btn-p:hover{
    color: #fff;
    background-color: rgb(21 62 90);;
    border-color: rgb(21 62 90);;
}

.btn-p{
    color: #fff;
    background-color: #055a6b;
    border-color: #055a6b;
}

.btn-s:hover{
    color: #42526e;
    background-color: #091e4214;
}

.btn-s{
    color: #42526e;
    background-color: #091e420a;
}

/* FROM OLD STYLE.CSS*/



.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.title {
    font-size: 84px;
    font-family: 'alk-text-black' sans-serif;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}



.vimeo-wrapper {
    position: relative;
top: 0;
left: 0;
width: 100%;
height: 100vh;
z-index: 0;
pointer-events: none;
overflow: hidden;
}
.vimeo-text{
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
z-index: 2;
}
.vimeo-wrapper iframe {
width: 100vw;
height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
min-height: 100vh;
min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}


.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
    cursor: pointer;
}

.hero-text button:hover {
    background-color: #555;
    color: white;
}
hr.left-p{
    border-top: 16px solid rgb(21 62 90);
    text-align: left;
margin-left: 0;
}
hr.center-p{
    border-top: 16px solid rgb(21 62 90);
    margin: auto;
margin-left: 0;
}
hr.right-p{
    border-top: 16px solid rgb(21 62 90);
    text-align: right;
margin-right: 0;
}
.fixed-top.scrolled {
background-color: #055a6b  !important;
transition: background-color 300ms linear;
}

footer{
    background-color: #055a6b  !important;
    color: #dcdcdc;
}
label{
    display:unset;
}
img.nudge-up{
    transition: 0.3s;
    }
img.nudge-up:hover{
margin-bottom: 10px;
}

.team-title{
    background-color: #294b52;
    color: white;
    padding: 20px;
    margin-top: -40px;
}

.intro-text:first-child:first-letter {
    color: #055a6b;
    float: left;
    font-family: 'CentraNo2-Black' sans-serif;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
  }

  .service-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #153e5a;
    
  }
  
  .service-nav li {
    float: left;
  }
  li.active {
    background-color: #294b52;
  }
  
  .service-nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
  }
  
  .service-nav li a:hover {
    background-color: #294b52;
  }
  div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 126px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
  }
  .input-group-text{
  padding:9px;
  }
  .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #76a4ae14;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.form-control{
    background-color: #76a4ae14;
}
.form-select{
    background-color: #fafbfc;
}
.form-control:disabled, .form-control[readonly] {
        background-color: #afafaf;
    opacity: 1;
    color: #f4f8f9;
}
   /* Font Faces alk*/
   @font-face {
    font-family: 'alk-text-black';
    font-style: normal;
    font-display: swap;
    src: url('https://admin.alk.pt/fonts/alk-text-black.ttf') format('truetype');
    }
    @font-face {
        font-family: 'alk-text-bold';
        font-style: normal;
        font-display: swap;
        src: url('https://admin.alk.pt/fonts/alk-text-bold.ttf') format('truetype');
    }

    @font-face {
        font-family: 'alk-text-extrabold';
        font-style: normal;
        font-display: swap;
        src: url('https://admin.alk.pt/fonts/alk-text-extrabold.ttf') format('truetype');
    }

    @font-face {
        font-family: 'alk-text-extralight';
        font-style: normal;
        font-display: swap;
        src: url('https://admin.alk.pt/fonts/alk-text-extralight.ttf') format('truetype');
    }
    @font-face {
        font-family: 'alk-text-light';
        font-style: normal;
        font-display: swap;
        src: url('https://admin.alk.pt/fonts/alk-text-light.ttf') format('truetype');
    }
    @font-face {
        font-family: 'alk-text-thin';
        font-style: normal;
        font-display: swap;
        src: url('https://admin.alk.pt/fonts/alk-text-thin.ttf') format('truetype');
    }
    @font-face {
        font-family: 'alk-title-extrabold';
        font-style: normal;
        font-display: swap;
        src: url('https://admin.alk.pt/fonts/alk-title-extrabold.ttf') format('truetype');
    }
    @font-face {
        font-family: 'alk-title-light';
        font-style: normal;
        font-display: swap;
        src: url('https://admin.alk.pt/fonts/alk-title-light.ttf') format('truetype');
    }
    @font-face {
        font-family: 'alk-title-text-extrabold';
        font-style: normal;
        font-display: swap;
        src: url('https://admin.alk.pt/fonts/alk-title-text-extrabold.ttf') format('truetype');
    }
    @font-face {
        font-family: 'alk-title-text-light';
        font-style: normal;
        font-display: swap;
        src: url('https://admin.alk.pt/fonts/alk-title-text-light.ttf') format('truetype');
    }
   /* Font Faces Centra*/
   @font-face {
    font-family: 'CentraNo2-Black';
    font-style: normal;
    font-display: swap;
    src: url('https://admin.alk.pt/fonts/CentraNo2-Black') format("opentype");
}
@font-face {
    font-family: 'CentraNo2-Bold';
    font-style: normal;
    font-display: swap;
    src: url('https://admin.alk.pt/fonts/CentraNo2-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'CentraNo2-Book';
    font-style: normal;
    font-display: swap;
    src: url('https://admin.alk.pt/fonts/CentraNo2-Book.otf') format('opentype');
}

@font-face {
    font-family: 'CentraNo2-Extrabold';
    font-style: normal;
    font-display: swap;
    src: url('https://admin.alk.pt/fonts/CentraNo2-Extrabold.otf') format('opentype');
}
@font-face {
    font-family: 'CentraNo2-Hairline';
    font-style: normal;
    font-display: swap;
    src: url('https://admin.alk.pt/fonts/CentraNo2-Hairline.otf') format('opentype');
}
@font-face {
    font-family: 'CentraNo2-Light';
    font-style: normal;
    font-display: swap;
    src: url('https://admin.alk.pt/fonts/CentraNo2-Light.otf') format('opentype');
}
@font-face {
    font-family: 'CentraNo2-Medium';
    font-style: normal;
    font-display: swap;
    src: url('https://admin.alk.pt/fonts/CentraNo2-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'CentraNo2-Thin';
    font-style: normal;
    font-display: swap;
    src: url('https://admin.alk.pt/fonts/CentraNo2-Thin.otf') format('opentype');
}