body {
    font-family: "Open Sans", sans-serif;
    color: #272829;
}

html {
    scroll-behavior: smooth;
}


/*HEADER*/

#header {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    transition: all ease-in-out 0.5s;
    z-index: 9997;
    transition: all 0.5s;
    padding: 0 15px;
    background: black;
    overflow-y: auto;
}

#header .profile img {
    margin: 130px auto;
    display: block;
    width: 200px;
}

#main {
    margin-left: 300px;
}

@media (max-width: 1199px) {
    #header {
        left: -300px;
    }
    #main {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    #main h1 {
        font-size: 40px;
        line-height: 36px;
        text-justify: auto;
    }
    #main h2 {
        font-size: 25px;
        line-height: 36px;
        text-align: center;
    }
}


/* Desktop Navigation */

.nav-menu {
    padding-top: 50px;
}

.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
}

.nav-menu a {
    display: flex;
    align-items: center;
    color: white;
    padding: 17px 70px;
    margin-bottom: 8px;
    transition: 0.3s;
    font-size: 15px;
}

.nav-menu a i {
    font-size: 24px;
    padding-right: 10px;
    color: #6f7180;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    text-decoration: none;
    color: #fff;
}

.nav-menu a:hover i,
.nav-menu .active>a i,
.nav-menu li:hover>a i {
    color: #ffffff;
}


/* Mobile Navigation */

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: black;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active #header {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: white;
}


/*banner Section*/

#banner-serviços {
    width: 100%;
    height: 30vh;
    background: url("../img/banner-2.jpg") top right;
    background-size: cover;
}

#banner-serviços {
    position: relative;
    z-index: 2;
    min-width: 300px;
}

#banner-serviços h1 {
    margin: 0 0 10px 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

@media (min-width: 1024px) {
    #banner-serviços {
        background-size: 100%;
    }
}

@media (max-width: 768px) {
    #banner-serviços h1 {
        font-size: 40px;
        line-height: 36px;
    }
}


/*banner Section*/

#banner-serviços {
    width: 100%;
    height: 30vh;
    background: url("../img/banner-2.jpg") top;
    background-size: cover;
}

#banner-serviços h1 {
    position: relative;
    margin: 0 0 10px 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

@media (min-width: 1024px) {
    #banner-serviços {
        background-size: 100%;
    }
}

@media (max-width: 768px) {
    #banner-serviços h1 {
        font-size: 40px;
        line-height: 36px;
        color: white;
    }
}


/*banner Section*/

#banner-about {
    width: 100%;
    height: 30vh;
    background: url("../img/banner-3.jpg") top right;
    background-size: cover;
}

#banner-about .hero-container {
    position: relative;
    z-index: 2;
    min-width: 300px;
}

#banner-about h1 {
    margin: 0 0 10px 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

@media (min-width: 1024px) {
    #banner-about {
        background-size: 100%;
    }
}

@media (max-width: 768px) {
    #banner-about h1 {
        font-size: 40px;
        line-height: 36px;
    }
}


/*banner Section*/

#banner-contacto {
    width: 100%;
    height: 22vh;
    background: url("../img/banner-4.jpg") top right;
    background-size: cover;
}

#banner-contacto .hero-container {
    position: relative;
    z-index: 2;
    min-width: 300px;
}

#banner-contacto h1 {
    margin: 0 0 10px 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

@media (min-width: 1024px) {
    #banner-contacto {
        background-size: 100%;
    }
}

@media (max-width: 768px) {
    #banner-contacto h1 {
        font-size: 40px;
        line-height: 36px;
    }
}


/*

# Hero Section

*/

#hero {
    width: 100%;
    height: 100vh;
    background: url("../img/index1.jpg") top center;
    background-size: cover;
}

#hero:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

#hero .hero-container {
    position: relative;
    z-index: 2;
    min-width: 300px;
    text-align: center;
}

#hero h1 {
    margin: 0 0 10px 0;
    max-width: 520px;
    font-weight: 700;
    line-height: 56px;
    color: rgb(255, 255, 255);
}

#hero p {
    color: rgb(255, 255, 255);
    margin-bottom: 50px;
    font-size: 26px;
    font-family: "Poppins", sans-serif;
    padding-left: 50px;
}

#hero p span {
    color: rgb(255, 255, 255);
    padding-bottom: 4px;
    letter-spacing: 1px;
}

.img-m {
    max-width: 100%;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
    .img-m {
        max-width: 70%;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 45px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    #hero p {
        padding-left: 0px;
    }
    .img-m {
        max-width: 70%;
        text-align: center;
    }
}


/*

# Breadcrumbs

*/

.breadcrumbs {
    padding: 20px 0;
    background: #f9f9f9;
}

.breadcrumbs h2 {
    font-size: 26px;
    font-weight: 300;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #0e2442;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}


/*

# Sections General

*/

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background: #f5f8fd;
}

.section-title {
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #173b6c;
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #149ddd;
    bottom: 0;
    left: 0;
}

.section-title p {
    margin-bottom: 0;
}

.thumbnail:hover {
    opacity: 0.5;
}


/*

# Back to top button

*/

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    right: 15px;
    bottom: 15px;
    background: #1589ca;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 7px;
    left: 12px;
}

.back-to-top:hover {
    color: #fff;
    background: #0f2f98;
    transition: background 0.2s ease-in-out;
}


/*SERVIÇOS*/

@media (min-width: 1024px) {
    #serviços h1 {
        font-size: 35px;
        line-height: 36px
    }
    #serviços h2 {
        font-size: 25px;
        line-height: 36px
    }
}

@media (max-width: 768px) {
    #serviços h1 {
        font-size: 34px;
        line-height: 36px
    }
    #serviços h2 {
        font-size: 22px;
        line-height: auto;
    }
}


/*About*/

@media (min-width: 1024px) {
    #about h1 {
        font-size: 35px;
        line-height: 36px
    }
    #about h2 {
        font-size: 25px;
        line-height: 36px
    }
}

@media (max-width: 768px) {
    #about h1 {
        font-size: 34px;
        line-height: 36px
    }
    #about h2 {
        font-size: 22px;
        line-height: auto;
    }
}


/*footer*/

.card {
    background-color: #2B2B2B;
    color: white;
    margin-left: 0px;
    margin-top: 50px;
    border: none
}

@media (min-width: 1200px) {
    .card {
        margin-left: 280px;
    }
}

.head1 {
    font-weight: 900;
    font-size: 30px
}

.bdr {
    border-bottom: 1.5px solid #FFB74D;
    width: 70px;
    margin-right: auto;
    margin-left: auto
}

.fa-hand-holding-usd {
    color: #FFB74D
}

.card-title {
    margin-bottom: .75rem;
    font-weight: 900;
    font-size: 15px;
    margin-top: 1.75rem
}

.card-title-1 {
    text-align: center;
    margin-bottom: .75rem;
    font-weight: 900;
    font-size: 15px;
    margin-top: 1.75rem
}

.learn-more {
    color: #FF6A00
}

.fa-angle-right {
    margin-left: 10px
}

.card-content>p {
    color: white
}

.heading {
    position: relative;
    top: 75px
}

.follow-text {
    color: white
}

footer {
    display: block;
    text-align: center;
    padding-left: 300px;
}

@media (max-width: 768px) {
    footer {
        padding-left: 10px;
    }
}


/*ESCREVER*/

.container p span.typed-text {
    font-weight: normal;
    color: #dd7732;
}

.container p span.cursor {
    display: inline-block;
    background-color: #ccc;
    width: 3px;
    animation: blink 1s infinite;
}

.container p span.cursor.typing {
    animation: none;
}

@keyframes blink {
    0% {
        background-color: #ccc;
    }
    49% {
        background-color: #ccc;
    }
    50% {
        background-color: transparent;
    }
    99% {
        background-color: transparent;
    }
    100% {
        background-color: #ccc;
    }
}