html {
    font-size: 10px;
}

.breve {
    z-index: 20;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}

body {
    font-family: 'Metropolis', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #f2eded;
    background: #f2eded;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cera Pro', sans-serif;
    font-weight: bold;
    letter-spacing: .02em;
    color: #f2eded;
}

h1 {
    font-size: 7.2rem;
}

h2 {
    font-size: 4.7rem;
}

h3 {
    font-size: 3.9rem;
}

h4 {
    font-size: 2.9rem;
}

h5 {
    font-size: 2.3rem;
}

h6 {
    font-size: 1.9rem;
}

p,
li {
    font-size: 1.8rem;
    line-height: 1.7em;
}

a,
a:hover,
a:focus {
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;

    color: #f2eded;
}

button {
    border: 2px solid #f2eded;
    background: none;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border-color: #f2eded !important;
    outline: none !important;
    background: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.preloader {
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    background: #f2eded;
}

.preloader.hide-preloader {
    width: 0;

    -webkit-transition: .7s ease .3s;
    -o-transition: .7s ease .3s;
    transition: .7s ease .3s;
}

.preloader .spinner {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;

    -webkit-animation: spinner-pulse .6s infinite ease-in-out;
    animation: spinner-pulse .6s infinite ease-in-out;
    text-align: center;

    opacity: 1;
    border-radius: 100%;
    background-color: #111;
}

.preloader.hide-preloader .spinner {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;

    opacity: 0;
}

@-webkit-keyframes spinner-pulse {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);

        opacity: 0;
    }
}

@keyframes spinner-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);

        opacity: 0;
    }
}

.image-container {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-container .background-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;

    background: url(../img/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.image-container-intro {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.image-container-intro .background-img-intro {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;

    height: 100%;
    width: 100vw;

    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;

    background: url(../img/diogobraz.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-area {
    position: relative;
    left: 0;

    width: 100%;
}

.content-area .content-area-inner {
    position: relative;

    width: 100%;
    padding: 0 20px;
    overflow-x: hidden;
}

.content-area .content-area-inner section {
    max-width: 700px;
    margin: 0 auto 20vh auto;
}

.content-area .content-area-inner section:last-child {
    margin-bottom: 10vh;
}

.content-area .content-area-inner section h3.headline {
    margin-bottom: 1.4em;
}

#intro {
    position: relative;

    height: 100vh;
    margin-bottom: 0;

    text-align: center;
}

.corner {
    position: absolute;
    text-align: left;
    font-weight: 600;
    top: 0;
    left: 0;

    width: 100%;
    padding: 3em;

    font-size: 1.6rem;
    line-height: 1.4em;

    color: #f2eded;
}

#intro .container-mid {
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#intro .container-mid h1 {
    font-weight: 500;
    margin-bottom: .6em;
}

.subtitle {
    text-align: left;
    margin-top: 0.8em;
    line-height: 1.5em;
}

#intro .container-mid a {
    font-size: 2.5rem;
    line-height: 2.92em;

    position: relative;

    display: inline-block;
    overflow: hidden;

    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    letter-spacing: .04em;

    border-radius: 100px;
}

#intro .container-mid a .circle {
    font-size: 1em;
    line-height: 5.7rem;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 5.7rem;
    height: 5.7rem;
    margin-left: 1em;

    vertical-align: middle;

    border: 3px solid #f2eded;
    border-radius: 100%;
}

#intro .container-mid a .circle i {
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

#intro .container-mid a .circle i:first-child {
    top: -50%;
}

#intro .container-mid a:hover .circle i:first-child {
    top: 50%;

    -webkit-transition: .15s ease;
    -o-transition: .15s ease;
    transition: .15s ease;
}

#intro .container-mid a .circle i:last-child {
    top: 50%;
}

#intro .container-mid a:hover .circle i:last-child {
    top: 150%;

    -webkit-transition: .15s ease;
    -o-transition: .15s ease;
    transition: .15s ease;
}

#intro .animation-container {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

#intro .animation-container.animation-fade {
    opacity: 0;
}

#intro .animation-container.animation-fade.run-animation {
    opacity: 1;
}

#intro .animation-container.animation-fade-up {
    -webkit-transform: translateY(10vh);
    -ms-transform: translateY(10vh);
    transform: translateY(10vh);

    opacity: 0;
}

#intro .animation-container.animation-fade-up.run-animation {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    opacity: 1;
}

#intro .animation-container.animation-fade-down {
    -webkit-transform: translateY(-10vh);
    -ms-transform: translateY(-10vh);
    transform: translateY(-10vh);

    opacity: 0;
}

#intro .animation-container.animation-fade-down.run-animation {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    opacity: 1;
}

#intro .animation-container.animation-fade-left {
    -webkit-transform: translateX(10vh);
    -ms-transform: translateX(10vh);
    transform: translateX(10vh);

    opacity: 0;
}

#intro .animation-container.animation-fade-left.run-animation {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

    opacity: 1;
}

#intro .animation-container.animation-fade-right {
    -webkit-transform: translateX(-10vh);
    -ms-transform: translateX(-10vh);
    transform: translateX(-10vh);

    opacity: 0;
}

#intro .animation-container.animation-fade-right.run-animation {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

    opacity: 1;
}

#programa p {
    margin: 0;
}

#programa h3 {
    margin-bottom: 0;
}

.hashtag {
    margin-top: 1.5em;
    width: 100%;
    height: auto;
}

.button-container {
    background-color: #f2eded;
    border-radius: 20px;
    position: relative;
    width: auto;
    display: inline-block;
    padding: 0.5em 1.3em;
    margin-top: 0.8em;
    margin-left: -0.6em;
    cursor: pointer;
}

.programa-download {
    text-align: right;
    font-size: 1.4em;
    font-weight: 700;
    background-image: url('../img/background.jpg');
    background-position: center center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

#equipa .services-list {
    margin-bottom: 0;
    padding: 0;

    list-style: none;
}

#equipa .services-list li {
    display: block;
}

#equipa .services-list li button {
    font-size: 2.4rem;
    font-size: 2rem;
    font-weight: 300;
    line-height: 3.4em;

    position: relative;

    display: block;

    width: 100%;
    margin-bottom: 1rem;
    padding: 0;

    text-align: left;

    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
}

#equipa .services-list li button:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.7rem;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\f078';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #f2eded;
}

#equipa .services-list li .well {
    min-height: 20px;
    margin-bottom: 0;
    padding: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;

    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;

    border: none;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: top;
    justify-content: space-evenly;
}

.well article {
    width: 30%;
    text-align: center;
}

.elemento {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top;
    margin-bottom: 0.6em;
    margin-top: 0.8em;
}

.well article p, .well article h6 {
    margin: 0;
    line-height: 1.4em;
}

.well article p {
    font-size: 0.8em;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table th,
table td {
    padding: 0.5em;
}

table td:first-child {
    font-weight: 600;
    width: 45%;
}

table td:nth-child(2) {
    width: 35%;
}


#video {
    margin-top: 20vh;
    overflow: visible;
}

video {
    position: relative;
    height: 90vh;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    margin: 0;
}

.showcase {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 1em;
    row-gap: 1em;
}

.naide-gomes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 2em;
    row-gap: 2em;
}

.bio {
    width: 55%;
    flex-grow: 1;
}

.bio p {
    font-size: 1.5rem;
    line-height: 1.4em;
    text-align: justify;
    letter-spacing: 0.025em;
}

.mandataria {
    width: 40%;
    object-fit: cover;
    flex-grow: 1;
}

#honra .showcase .item {
    position: relative;

    overflow: hidden;

    width: 220px;
    height: 220px;
    margin: 0;

    border-radius: 0;
    background: #111;
    flex-grow: 0;
}

#honra .showcase .item:last-child {
    margin-bottom: 0;
}

#honra .showcase .item .info {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;

    width: 0;
    height: 0;

    -webkit-transition: .25s ease;
    -o-transition: .25s ease;
    transition: .25s ease;

    color: #f2eded;
    background: #f2eded;

    background: -webkit-linear-gradient(bottom left, rgba(83, 50, 121, 1) 1%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom left, rgba(83, 50, 121, 1) 1%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top right, rgba(83, 50, 121, 1) 1%, rgba(0, 0, 0, 0) 100%);
}


#honra .showcase .item:hover .info {
    width: 100%;
    height: 100%;
}

#honra .showcase .item .info .container-mid {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 1.5rem;
}

#honra .showcase .item .info .container-mid h5 {
    font-size: 1.6em;
    margin: 0;
    margin-bottom: .2em;

    -webkit-transform: translateX(4vh);
    -ms-transform: translateX(4vh);
    transform: translateX(4vh);

    opacity: 0;
    color: #f2eded;
}

#honra .showcase .item:hover .info .container-mid h5 {
    -webkit-transition: .15s ease .15s;
    -o-transition: .15s ease .15s;
    transition: .15s ease .15s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

    opacity: 1;
}

#honra .showcase .item .info .container-mid p {
    font-size: 1.2em;
    position: relative;

    margin-bottom: 0;

    -webkit-transform: translateX(4vh);
    -ms-transform: translateX(4vh);
    transform: translateX(4vh);

    opacity: 0;
}

#honra .showcase .item:hover .info .container-mid p {
    -webkit-transition: .15s ease .2s;
    -o-transition: .15s ease .2s;
    transition: .15s ease .2s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

    opacity: 1;
}

#honra .showcase .item .background-image {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#subscritores .showcase {
    row-gap: 2em;
    column-gap: 2em;
}

#subscritores .showcase img {
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
}

.featherlight .featherlight-content {
    max-height: 95%;
    padding: 0;

    border-bottom: 0;
    background: rgba(140, 148, 216, .7);
}

.featherlight .featherlight-content .featherlight-close-icon {
    font-size: 2.8rem;
    line-height: 2em;

    top: 4.5vh;
    right: 4vh;

    width: 2em;

    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);

    color: #f2eded;
    outline: none !important;
    background: none;
}

.featherlight .featherlight-content .work-lightbox {
    max-width: 900px;
    padding: 9vh 8vh;

    text-align: center;
}

.featherlight .featherlight-content .work-lightbox img {
    margin: 0 auto 6vh auto;
}

.featherlight .featherlight-content .work-lightbox h3 {
    margin-bottom: .2em;
}

.featherlight .featherlight-content .work-lightbox p.subline {
    margin-bottom: 1.6em;

    letter-spacing: .025em;
}

.featherlight .featherlight-content .work-lightbox p {
    max-width: 660px;
    margin: 0 auto;
    margin-bottom: 2em;
}

.featherlight .featherlight-content .work-lightbox p:last-child {
    margin-bottom: 0;
}

#contact #contact-form {
    position: relative;
}

#contact #contact-form .fhp-input {
    display: none;

    pointer-events: none;

    opacity: 0;
}

#contact #contact-form input,
#contact #contact-form textarea {
    font-size: 2rem;

    margin-bottom: 3.4vh;

    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;

    color: #f2eded;
    border: none;
    border-bottom: 2px solid #f2eded;
    border-radius: 0;
    outline: none !important;
    background: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#contact #contact-form.success input,
#contact #contact-form.success textarea,
#contact #contact-form.success button {
    border: none;
}

#contact #contact-form.success input,
#contact #contact-form.success textarea,
#contact #contact-form.success button {
    line-height: 0;

    height: 0;
    margin: 0;
    padding: 0;

    opacity: 0;
}

#contact #contact-form input::-webkit-input-placeholder,
#contact #contact-form textarea::-webkit-input-placeholder {
    color: #f2eded;
}

#contact #contact-form input:-ms-input-placeholder,
#contact #contact-form textarea:-ms-input-placeholder {
    color: #f2eded;
}

#contact #contact-form input::-ms-input-placeholder,
#contact #contact-form textarea::-ms-input-placeholder {
    color: #f2eded;
}

#contact #contact-form input::placeholder,
#contact #contact-form textarea::placeholder {
    color: #f2eded;
}

#contact #contact-form input.error,
#contact #contact-form textarea.error {
    border-color: red;
}

#contact #contact-form input {
    line-height: 3.2em;

    height: 3.4em;
    padding: 0;
}

#contact #contact-form textarea {
    line-height: 1.7em;

    min-width: 100%;
    max-width: 100%;
    height: 8em;
    margin-bottom: 4.4rem;
    padding: 0;
    padding-top: 1em;
}

#contact #contact-form .button-container {
    margin-top: 0;
    border-radius: 25px;
    padding: 0.5em 2.4em;
}

#contact #contact-form button {
    text-align: right;
    font-size: 1.4em;
    margin: 0;
    padding: 0;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    background-image: url('../img/background.jpg');
    background-position: center center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    border: 0;
    box-shadow: none;
}


#contact #contact-form .success-message {
    font-size: 2rem;
    line-height: 0;

    position: relative;
    bottom: 0;
    left: 0;

    height: 0;
    margin-top: -1.6em;
    padding: 0 2em;

    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    pointer-events: none;

    opacity: 0;
    color: #f2eded;
    border: 2px solid limegreen;
    border-radius: 0;
    background: none;
}

#contact #contact-form.success .success-message {
    line-height: 6em;

    height: 6em;

    pointer-events: all;

    opacity: 1;
}

#contact #contact-form .success-message i {
    font-size: 2.4rem;

    margin-right: .7em;
}

.contact-p {
    margin-bottom: 2em;
    margin-top: -2em;
    font-size: 1.6rem;
    width: 90%;
}

#footer .social-icons {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    row-gap: 1.6em;
    column-gap: 3em;
}

.instagram {
    font-size: 2.5rem;

    width: 5rem;
    height: 5rem;
    margin: 0;

    color: #f2eded;
    background: none;
}

#footer {
    max-width: 700px;
    margin: 0 auto 5vh auto;
}

#footer a {
    color: #f2eded;
    text-decoration: underline;
}

.footer-text {
    font-size: 1em;
}



@media (max-width:600px) {
    html {
        font-size: 8px;
    }
}

@media (max-width:500px) {
    html {
        font-size: 7px;
    }

    #honra .showcase .item {
        flex-grow: 1;
    }
}

@media (orientation: portrait) {
    .bio p {
        font-size: 1.1em;
    }

    .hashtag {
        margin-bottom: 1.5em;
    }

    video {
        width: 90vw;
        height: auto;
    }

    .image-container-intro .background-img-intro {
        background-position: right -15vw top;
    }

    .animation-container {
        margin-top: 120%;
    }
}
