
/* 01. Google Font */
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500|Rambla:400,700');

/* 02. General Settings */

html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    font-family: 'Rambla', sans-serif;
    color: #888;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.75em;
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
    background-color: #101828;
}

p {
    font-family: 'Rambla', sans-serif;
    font-size: 15px;
    line-height: 1.75em;
    font-weight: 400;
    color: #888;
    margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #fff;
    font-weight: 500;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
    color: inherit;
    text-decoration: none;
}

hr {
    background-color: #eee;
    border: 0;
    height: 3px;
    margin-top: 60px;
    margin-bottom: 60px;
}

ul,
ol,
dl,
table,
pre,
form {
    margin: 0;
}

ul {
    list-style-type: disc;
    padding: 0;
}

ol {
    list-style-type: decimal;
    padding: 0;
}

ul ul,
ol ul {
    list-style-type: circle;
}

ul ol,
ol ol {
    list-style-type: lower-alpha;
}

ol ol ol {
    list-style-type: decimal;
}

ul ul,
ol ul {
    padding-left: 1em;
}

ul ol,
ol ol {
    padding-left: 1.4em;
}

dt {
    font-weight: 500;
}

dd {
    margin-left: 0;
    padding-left: 1.5em;
}

figure {
    margin: 0;
}

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

caption {
    font-size: 2rem;
    text-align: left;
}

th {
    font-weight: 500;
}

td {
    font-weight: 400;
}

th,
td {
    border-bottom: 1px solid #f9f9f9;
    padding: .75em 0;
    text-align: left;
}

thead {
    font-size: 1.2rem;
    text-transform: uppercase;
}

thead th {
    padding: .5em 0;
    border-bottom-width: 3px;
}

table tfoot tr:last-child td {
    border-bottom: 0;
}

fieldset {
    border-width: 0;
    clear: both;
    margin: 0 0 3.25em;
    padding: 0;
}

fieldset > :last-child {
    margin-bottom: 0;
}

legend {
    border-bottom: 1px solid #f9f9f9;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.625;
    margin-bottom: 1.625em;
    padding-bottom: 0.53846154em;
    text-transform: uppercase;
    width: 100%;
}

dfn,
cite,
em,
i,
q {
    font-style: italic;
}

address {
    margin: 0 0 1.625em;
}

pre {
    font-size: .9rem;
    line-height: 1.6;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #f9f9f9;
    border: 3px solid #f9f9f9;
    color: #101010;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: 'Rambla', sans-serif;
    -webkit-hyphens: none;
    hyphens: none;
    -ms-hyphens: none;
}

ins {
    padding: 0 .3em;
    text-decoration: none;
    background-color: #fffad4;
    border-radius: 3px;
}

mark {
    padding: 0 .3em;
    background-color: #101010;
    color: #fff;
    border-radius: 3px;
}

abbr[title],
acronym[title] {
    text-decoration: none;
    border-bottom: 1px dotted #EEE;
    cursor: help;
}

img {
    border: 0;
    height: auto;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    vertical-align: middle;
}

del,
.low-opacity {
    opacity: .6;
}

big,
.big {
    font-size: 120%;
}

small,
.small {
    font-size: 80%;
}

video {
    height: auto;
}

video,
embed,
iframe,
object {
    max-width: 100%;
    margin-bottom: 1.5em;
}

.mt-30 {
    margin-top: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}


/* Links */

a,
a:hover {
    color: #F68338;
}

a {
    text-decoration: none;
    font-weight: 500;
}

a:focus {
    outline: inherit;
}

b,
strong {
    font-weight: bold;
    color: #fff;
}


/* Form elements */
/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Rambla', sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Rambla', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    background-image: none;
    border-bottom: 1px solid #222;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #F68338;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: #F68338;
    border: 1px solid transparent;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: #323232;
    color: #fff;
    border: 1px solid transparent;
}
select {
    padding: 10px;
    border-radius: 5px;
}
table,
th,
tr,
td {

}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
/* submit and alert success  */
input[type="submit"] {
    background: #F68338;
    color: #fff;
    padding: 8px 20px;
    margin: 0;
    position: relative;
}
.alert-success {
    background: transparent;
    color: #888;
    border: 1px solid #F68338;
    border-radius: 0px;
}
/* placeholder */
::-webkit-input-placeholder {
    color: #888;
}
:-moz-placeholder {
    color: #888;
}
::-moz-placeholder {
    color: #888;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #888;
}



/* button */
.btn {
    padding: 8px 20px;
    cursor: pointer;
    background: #F68338;
    -webkit-appearance: none;
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #F68338;
}

.btn:hover {
    color: #fff;
    background-color: #222;
    border: 1px solid #222;
}


/* 03. Useful classes */

.sr-only,
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0 none;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.alignleft {
    float: left;
    margin-right: 1.65em;
    margin-bottom: 1.65rem;
}

.alignright {
    float: right;
    margin-left: 1.65em;
    margin-bottom: 1.65rem;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

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

.no-bottom {
    color: #101010;
    font-weight: 500;

    word-spacing: 0;
    margin-bottom: 0px;
    font-size: 15px;
    text-transform: uppercase
}

.d-none {
    display: none;
}

.grid-container {
   display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
}

.grid-container .grid-column {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}

@media (min-width: 768px) and (max-width: 991px),
(min-width: 1200px) {
    .grid-container .grid-column {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .grid-container .order-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
}

@media (min-width: 1440px) {
    .grid-container {
        margin-right: -60px;
        margin-left: -60px;
    }

    .grid-container .grid-column {
        padding-right: 60px;
        padding-left: 60px;
    }
}


/* Themify */

.ti:before {
    display: inline-block;
    font: normal normal normal 24px/1 "Themify";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ti-chevron-right:before {
    content: "\e649";
}

.ti-chevron-left:before {
    content: "\e64a";
}

.ti-plus:before {
    content: "\e61a";
}


/* List */



.list {
    margin-bottom: 0px;
}

.list li {
    display: block;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
}

.list li strong {
    font-size: 15px;
    color: #fff;
}

.list li:last-child {
    margin-bottom: 0px;
}

/* Instagram Thumb */

.insta-thumb {
    float: left;
    width: 100%;
}

.insta-thumb a {
    float: left;
    width: 33.3%;
    padding: 5px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.insta-thumb a img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 0;
}

.insta-thumb a:hover {
    opacity: 0.6;
}

.divider1 {
    height: 1px;
    width: 100%;
    background: #222;
    margin: 60px 0;
}

.divider2 {
    height: 1px;
    width: 100%;
    background: #222;
    margin: 60px 0;
}




/* Media */


@media (min-width: 1320px) {



}

@media (min-width: 1440px) {

    
}



/* 05. Hero Section */


.cv .hero-media,
.contact .hero-media {
    height: 320px;
}

.fullpage .hero-media,
.hero-media .map,
.hero-media .one-image {
    height: 100%;
}

.hero-media .one-image,
.hero-media .map {
    z-index: 2;
}


@media (min-width: 768px) {
    .hero-media {
        height: 300px;
    }

    .cv .hero-media,
    .contact .hero-media {
        height: 540px;
    }

    .fullpage .hero-media {
        height: 100%;
    }
}

@media (min-width: 992px) {

    .hero-media,
    .hero-media,
    .contact .hero-media {
        position: fixed;
        top: 0;
        left: 0;
        right: 50%;
        width: auto;
    }

    .hero-media,
    .cv .hero-media,
    .hero-media,
    .cv .hero-media,
    .contact .hero-media {
        height: 100%;
    }

    .expanded-hero.expanded-hero-completed .hero-media,
    .expanded-hero.expanded-hero-completed .hero-media,
    .fullpage .hero-media,
    .fullpage .hero-media {
        right: 0;
    }

}

@media (min-width: 1200px) {

    .hero-media,
    .hero-media,
    .contact .hero-media {
        right: 760px;
    }
}

@media (min-width: 1320px) {

    .hero-media,
    .hero-media,
    .contact .hero-media {
        right: 850px;
    }
}

@media (min-width: 1440px) {

    .hero-media,
    .hero-media,
    .contact .hero-media {
        right: 910px;
    }
}

@media (min-width: 1600px) {

    .hero-media,
    .hero-media,
    .contact .hero-media {
        right: 990px;
    }
}

@media (min-width: 1860px) {

    .hero-media,
    .hero-media,
    .contact .hero-media {
        right: 1090px;
    }
}


@media (max-width: 575px) and (min-height: 567px) {
    .hero-media .text {
        bottom: 294px;
    }
}

@media (min-width: 576px) and (max-width: 767px) and (min-height: 567px) {
    .hero-media .text {
        bottom: 219px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-height: 567px) {
    .hero-media .text {
        bottom: 264px;
    }
}

@media (max-width: 767px) and (max-height: 568px) {
    .hero-media .text {
        bottom: 81px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (max-height: 568px) {
    .hero-media .text {
        bottom: 120px;
    }
}

@media (min-width: 768px) {
    .hero-media .text {
        top: 110px;
        left: 50px;
        right: 50px;
    }
}

@media (min-width: 992px) {
    .hero-media .text {
        top: 0;
        bottom: 0;
    }
}

@media (min-width: 1440px) {
    .hero-media .text {
        left: 80px;
        right: 80px;
    }
}

@media (min-width: 1860px) {
    .hero-media .text {
        left: 100px;
        right: 100px;
    }
}


/* 06. Logo */

#identity {
    position: absolute;
    z-index: 8;
    top: 30px;
    right: 80px;
    left: 15px;
}

@media (min-width: 768px) {
    #identity {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 60px;
        left: 50px;
        right: 110px;
    }

    .fullpage #identity {
        position: fixed;
    }
}

@media (min-width: 992px) {
    #identity {
        position: fixed;
    }

    .full-content #identity {
        position: absolute;
    }
}

@media (min-width: 1200px) {
    #identity {
        right: 760px;
    }

    .full-content #identity {
        position: fixed;
    }
}

@media (min-width: 1320px) {
    #identity {
        right: 850px;
    }
}

@media (min-width: 1440px) {
    #identity {
        top: 50px;
        left: 80px;
        right: 910px;
    }
}

@media (min-width: 1600px) {
    #identity {
        right: 990px;
    }
}

@media (min-width: 1860px) {
    #identity {
        left: 100px;
        right: 1090px;
    }
}



/* 07. Mobile menu toggle */

.site-menu-toggle {
    position: absolute;
    z-index: 7;
    top: 30px;
    right: 15px;
}

@media (min-width: 768px) {
    .site-menu-toggle {
        top: 60px;
        right: 50px;
    }

    .mobile-menu-opened .site-menu-toggle {
        z-index: 10;
    }
}

@media (min-width: 1200px) {
    .site-menu-toggle {
        display: none;
    }
}

@media (min-width: 1440px) {
    .site-menu-toggle {
        top: 50px;
        right: 80px;
    }
}

@media (min-width: 1860px) {
    .site-menu-toggle {
        right: 100px;
    }
}

.site-menu-toggle a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #F68338;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

.full-content .site-menu-toggle a {
    background-color: #EEE;
}

@media (min-width: 992px) {
    .site-menu-toggle a {
        background-color: #F68338;
    }

    .expanded-hero .site-menu-toggle a,
    .fullpage .site-menu-toggle a {
        background-color: #F68338;
    }
}

.site-menu-toggle a:focus {
    outline: 0;
}

.site-menu-toggle a:hover,
.site-menu-toggle a:focus,
.mobile-menu-opened .site-menu-toggle a:hover,
.mobile-menu-opened .site-menu-toggle a:focus {
    background-color: #F68338;
    color: #fff;
}

.site-menu-toggle a:before {
    content: "\e740";
    color: #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu-opened .site-menu-toggle a {
    background-color: #F68338;
    color: #fff;
    color: inherit;
}

.mobile-menu-opened .site-menu-toggle a:before {
    content: "\e740";
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}


/* 08. Site Menu */

[id] {
    scroll-margin-top: 200px; /* ajuste conforme a altura do seu header fixo */
  }

.nav-menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.flag-icon {
    width: 20px;
    margin-right: 8px;
    border-radius: 30%; /* Isso deixa redondinho */
    display: inline-block;
}

.nav-menu .menu-item-has-children {
    position: relative;
}

.nav-menu,
.nav-menu a {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #888;
    text-decoration: none;
    position: relative;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* Isso dá mais peso e prioridade à classe active */
.nav-menu a.active {
    color: #ff6600 !important;
  }

.expanded-hero .nav-menu a {
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 1199px) {
    #site-menu {
        position: absolute;
        z-index: 6;
        top: 147px;
        left: 0;
        right: 0;
        margin-top: 30px;
        background-color: #111;
        visibility: hidden;
        opacity: 0;
    }

    .mobile-menu-opened #site-menu {
        z-index: 9;
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }

    #site-menu .nav-menu {
        border-bottom: 0px solid #101010;
        padding: 15px;
    }

    .nav-menu li {
        border-bottom: 1px solid #101010;
    }

    .nav-menu a {
        display: block;
        padding: 10px 0px;
    }

    .nav-menu ul ul a {
        padding-left: 30px;
    }

    .nav-menu ul ul ul a {
        padding-left: 45px;
    }

    .nav-menu ul ul ul ul a {
        padding-left: 60px;
    }

    .nav-menu .current-menu-item > a {
        background-color: #111;
    }

    .nav-menu .menu-item-has-children > a:first-child {
        padding-right: 35px;
    }

    .nav-menu .current-menu-item > .menu-expand {
        background-color: transparent;
    }

    .nav-menu .menu-expand {
        position: absolute;
        top: 0;
        right: 0;
    }

    .nav-menu .menu-item-has-children .menu-expand {
        position: absolute;
        top: 0;
        right: 0;
        padding: 7px 10px;
        color: inherit;
        font-size: 18px;
        text-align: center;
    }

    .no-js .nav-menu .menu-item-has-children .menu-expand {
        display: none;
    }

    .nav-menu .menu-item-has-children .menu-expand:before {
        content: "\e64b";
        font-family: 'Themify';
        font-size: 10px;
        color: #F68338;
    }

    .nav-menu .menu-item-has-children.collapse > .menu-expand:before {
        content: "\e648";
        font-family: 'Themify';
        font-size: 10px;
        color: #F68338;
    }

    .nav-menu .menu-item-has-children ul {
        display: none;
    }

    .nav-menu .menu-item-has-children.collapse > ul {
        display: block;
    }

    .nav-menu .menu-item-has-children {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #site-menu {
        top: 170px;
        left: auto;
        right: 50px;
        bottom: 0;
        width: 320px;
        margin: 0;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
    }

    .mobile-menu-opened #site-menu {
        visibility: visible;
        opacity: 1;
        margin-bottom: 50px;
        bottom: auto;
        overflow: auto;
    }

    #site-menu .nav-menu {
        margin-bottom: 0;
    }

    .nav-menu .menu-item-has-children {
        display: block;
    }
}

@media (min-width: 1200px) {
    #site-menu {
        position: fixed;
        z-index: 4;
        top: 0;
        right: 0;
        width: 760px;
        height: 140px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #1e2939;
    }

    .full-content #site-menu {
        padding-left: 35%;
        width: 100%;
    }

    .fullpage #site-menu,
    .expanded-hero-start #site-menu,
    .expanded-hero #site-menu {
        background: transparent;
    }

    .nav-menu {
        position: relative;
        margin-top: 0px;
        width: 100%;
        text-align: center;
    }

    .has-additional-menu-content .nav-menu:after {
        content: '';
        position: absolute;
        right: 130px;
        top: 50%;
        margin-top: -1px;
        height: 1px;
        width: 30px;
        background-color: #EEE;
        background-color: rgba(0, 0, 0, .05);
    }

    .has-additional-menu-content.light-hero-colors .nav-menu:after {
        background-color: rgba(255, 255, 255, .2);
    }

    .nav-menu ul {
        padding-right: 50px;
    }

    .has-additional-menu-content .nav-menu > ul {
        padding-right: 180px;
    }

    .nav-menu li {
        display: inline-block;
    }

    .nav-menu a {
        display: inline-block;
        padding: 5px 10px;
    }

    .fullpage.light-hero-colors .nav-menu > ul > li > a {
        color: #fff;
    }

    .nav-menu .menu-expand {
        display: none;
    }

    .nav-menu > ul > li > a,
    .nav-menu > ul > li > a {
        position: relative;
    }

    .nav-menu > ul > li > a:after {
        content: '';
    position: absolute;
    z-index: -1;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 1px;
    background-color: transparent;
    pointer-events: none;
    transition: background .3s, bottom .3s;
    }

    .nav-menu > ul > li > a:hover:after,
.nav-menu > ul > li.hover > a:after,
.nav-menu > ul > li > a:focus:after {
    bottom: 6px;
    background-color: #F68338;
}

.nav-menu > ul > li > a:after,
.nav-menu > ul > li > a:hover:after,
.nav-menu > ul > li.hover > a:after,
.nav-menu > ul > li > a:focus:after {
    content: none !important;
    background: none !important;
    display: none !important;
}


    .light-hero-colors .nav-menu > ul > li > a:hover:after,
    .light-hero-colors .nav-menu > ul > li.hover > a:after,
    .light-hero-colors .nav-menu > ul > li > a:focus:after {
        background-color: #F68338;
    }

    #site-menu .nav-menu > ul > .current-menu-item > a:after,
    #site-menu .nav-menu > ul > .current-menu-parent > a:after {
        bottom: 6px;
        background-color: #F68338;
    }

    .nav-menu .menu-item-has-children ul {
        visibility: hidden;
        position: absolute;
        z-index: 97;
        top: 100%;
        right: 50%;
        width: 200px;
        margin-top: 10px;
        margin-right: -7.5rem;
        padding-top: 10px;
        padding-right: 0;
        text-align: left;
        opacity: 0;
        -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.07);
        box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.07);
    }

    .no-touch .nav-menu .menu-item-has-children:hover > ul,
    .nav-menu .menu-item-has-children.hover > ul {
        visibility: visible;
        margin-top: 0;
        opacity: 1;
    }

    .nav-menu .menu-item-has-children .menu-item-has-children > ul {
        top: -1rem;
        left: auto;
        right: 100%;
        margin: 0;
        padding-top: 0;
        font-size: 1em;
    }

    .nav-menu .menu-item-has-children .menu-item-has-children:first-child > ul {
        top: 0;
    }

    .nav-menu .menu-item-has-children li {
        display: block;
        background-color: #222;
        border-bottom: 1px solid #292929;
    }

    .nav-menu .menu-item-has-children li:first-child {
        padding-top: 5px;
    }

    .nav-menu .menu-item-has-children li:last-child {
        padding-bottom: 5px;
    }

    .nav-menu .menu-item-has-children li a {
        display: block;
        margin: 0;
        color: #888;
    }

    .nav-menu .menu-item-has-children li a:hover {
        display: block;
        margin: 0;
        color: #F68338;
    }

    .nav-menu .menu-item-has-children li .menu-expand {
        display: block;
        padding: 0;
    }

}

@media (min-width: 1320px) {
    #site-menu {
        width: 850px;
    }

    .has-additional-menu-content .nav-menu > ul {
        padding-right: 200px;
    }

    .has-additional-menu-content .nav-menu:after {
        width: 50px;
    }

    .nav-menu a {
        padding: 5px 15px;
    }

    .nav-menu > ul > li > a:after {
        left: 15px;
        right: 15px;
        bottom: 0;
    }

    .nav-menu > ul > li > a:hover:after,
    .nav-menu > ul > li.hover > a:after,
    .nav-menu > ul > li > a:focus:after,
    #site-menu .nav-menu > ul > .current-menu-item > a:after,
    #site-menu .nav-menu > ul > .current-menu-parent > a:after {
        bottom: 8px;
    }
}

@media (min-width: 1440px) {
    #site-menu {
        width: 910px;
        height: 140px;
    }

    .nav-menu {
        margin-top: 0px;
    }

    .nav-menu ul {
        padding-right: 80px;
    }

    .has-additional-menu-content .nav-menu > ul {
        padding-right: 52px;
    }

    .has-additional-menu-content .nav-menu:after {
        right: 160px;
    }
}

@media (min-width: 1600px) {
    #site-menu {
        width: 990px;
    }
}

@media (min-width: 1860px) {
    #site-menu {
        width: 1090px;
    }

    .nav-menu ul {
        padding-right: 100px;
    }

    .has-additional-menu-content .nav-menu > ul {
        padding-right: 250px;
    }

    .has-additional-menu-content .nav-menu:after {
        right: 180px;
    }
}


/* 09. Social Links & Menu */

#social-profiles {
    position: fixed;
    top: 50%;
    right: 20px;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    z-index: 9;
    visibility: visible;
    opacity: 1;
    font-size: 0;
}

/* Estilo da lista */
#social-profiles {
    position: fixed;
    top: 50%;
    left: 40px; /* distância da borda esquerda */
    transform: translateY(-50%);
    z-index: 9;
    visibility: visible;
    opacity: 1;
    font-size: 0;
}

/* Lista em coluna */
#social-profiles {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
    width: 80px; /* largura da faixa preta */
    display: flex;
    justify-content: center;
}

#social-profiles .social-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Ícones redondos */
#social-profiles .social-menu ul li a {
    display: inline-block;
    width: 42px;
    height: 42px;
    background-color: #f97316;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    font-size: 18px;
    transition: background 0.3s ease;
}

#social-profiles .social-menu ul li a:hover {
    background-color: #ea580c;
}
/* Social Menu */

.social-menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.social-menu li,
.social-menu a {
    display: inline-block;
    color: #fff;
}

.social-menu a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    background-color: #101010;
    border-radius: 50%;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

@media (min-width: 768px) {
    .social-menu a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        margin-left: 10px;
        background-color: #111;
    }

    .social-menu li:first-child > a {
        margin-left: 0;
    }

    .mobile-menu-opened .social-menu a,
    .full-content .social-menu a,
    .fullpage.mobile-menu-opened .social-menu a {
        background-color: #111;
    }

    .expanded-hero .social-menu a,
    .fullpage .social-menu a {
        background-color: #111;
    }
}

@media (min-width: 1200px) {

    .social-menu a,
    .social-menu li:first-child > a {
        margin: 0 10px 10px 0;
    }
}

.social-menu a:hover,
.social-menu a:focus,
.mobile-menu-opened .social-menu a:hover,
.mobile-menu-opened .social-menu a:focus,
.fullpage .social-menu a:hover,
.fullpage .social-menu a:focus {
    background-color: #111;
    color: #fff;
}

.expanded-hero .social-menu a:hover {
    background-color: #F68338;
    color: #fff;
}

@media (min-width: 992px) {
    .social-menu a {
        background-color: #F68338;
    }

    .fullpage .social-menu a {
        background-color: #fff;
    }
}

@media (min-width: 1200px) {
    .social-menu a {
        background-color: #F68338;
    }
}

.social-menu a .ti:before {
    content: "\F3CC";
}

.social-menu a[href*="facebook.com"] .ti:before {
    content: "\e741";
}

.social-menu a[href*="plus.google.com"] .ti:before,
.social-menu a[href*="profiles.google.com"] .ti:before {
    content: "\e73e";
}

.social-menu a[href*="instagram.com"] .ti:before {
    content: "\e73d";
}

.social-menu a[href*="linkedin.com"] .ti:before {
    content: "\e735";
}

.social-menu a[href*="pinterest.com"] .ti:before {
    content: "\e731";
}

.social-menu a[href*="twitter.com"] .ti:before {
    content: "\e74b";
}

.social-menu a[href*="youtube.com"] .ti:before {
    content: "\e728";
}


/* 10. Additional Menu Content */

.additional-menu-content {
    display: none;
    text-align: center;
}

.additional-menu-content .title {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.5em;
}

.additional-menu-content .title-small {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #F68338;
    font-weight: 400;
    letter-spacing: 5px;
}

.additional-menu-content img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin-bottom: 30px;
    text-align: center;
}

@media (min-width: 1200px) {
    .additional-menu-content {
        display: block;
        position: absolute;
        z-index: 9;
        top: 170px;
        right: 50px;
        bottom: 0;
        width: 320px;
        margin-right: -320px;
        margin-bottom: 50px;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
    }

    .mobile-menu-opened .additional-menu-content {
        margin-right: 0;
        bottom: auto;
        overflow: auto;
        visibility: visible;
        opacity: 1;
    }

    .additional-menu-content > :last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 1440px) {
    .additional-menu-content {
        top: 170px;
        right: 80px;
        width: 380px;
        margin-right: -380px;
        margin-bottom: 80px;
    }
}

@media (min-width: 1860px) {
    .additional-menu-content {
        right: 100px;
        width: 420px;
        margin-right: -420px;
        margin-bottom: 100px;
    }
}


/* 11. Menu overlay */

.menu-overlay {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    visibility: hidden;
    opacity: 0;
}

@media (min-width: 768px) {
    .menu-overlay {
        position: fixed;
        z-index: 8;
        left: auto;
        right: -430px;
        width: 430px;
    }

    .mobile-menu-opened .menu-overlay {
        z-index: 8;
    }

    .menu-overlay:before {
        content: '';
        position: fixed;
        z-index: 5;
        left: 0;
        top: 0;
        right: 0;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        visibility: hidden;
        opacity: 0;
    }

    .mobile-menu-opened .menu-overlay:before {
        right: 430px;
        visibility: visible;
        opacity: 1;
    }
}

@media (min-width: 1440px) {
    .menu-overlay {
        right: -540px;
        width: 540px;
    }

    .mobile-menu-opened .menu-overlay:before {
        right: 540px;
    }
}

@media (min-width: 1860px) {
    .menu-overlay {
        right: -620px;
        width: 620px;
    }

    .mobile-menu-opened .menu-overlay:before {
        right: 620px;
    }
}

.mobile-menu-opened .menu-overlay {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 768px) {
    .mobile-menu-opened .menu-overlay {
        right: 0;
    }
}


/* 12. My Info */

@media (max-width: 991px) {
    .my-info {
        display: none;
    }

    #social-profiles {
        display: none;
    }
}

/* 13. Content Section */

.content-wrap {
    position: relative;
    z-index: 3;
    padding: 30px 15px;
    background-color: #101828;
    -webkit-transition: translate3d(0, 0, 0);
    overflow: hidden;
}

@media (max-width: 991px) {
    .content-wrap .content > :last-child {
        margin-bottom: 0;
    }
}

.full-content .content-wrap {
    padding-top: 110px;
}

@media (min-width: 768px) {
    .content-wrap {
        padding: 50px;
    }

    .full-content .content-wrap {
        padding-top: 170px;
    }
}

@media (min-width: 992px) {
    .content-wrap {
        float: right;
        width: 50%;
        padding-top: 170px;
    }

    .cv .content-wrap {
        margin-bottom: 100px;
    }

    .full-content .content-wrap {
        float: none;
        width: auto;
        margin-bottom: -15px;
    }

    .expanded-hero.expanded-hero-completed .content-wrap {
        -webkit-transform: translate(100%);
        -ms-transform: translate(100%);
        transform: translate(100%);
    }
}

@media (min-width: 1200px) {
    .content-wrap {
        width: 760px;
    }

    .full-content .content-wrap {
        position: static;
        margin-bottom: 0;
        padding-bottom: 160px;
    }

    .full-content .content-wrap,
    .full-content .content-wrap .page {
        min-height: 100%;
    }
}

@media (min-width: 1320px) {
    .content-wrap {
        width: 850px;
    }
}

@media (min-width: 1440px) {
    .content-wrap {
        width: 910px;
        padding-top: 160px;
        padding-left: 80px;
        padding-right: 80px;
    }

    .cv .content-wrap {
        margin-bottom: 110px;
    }

    .full-content .content-wrap {
        padding-top: 190px;
    }
}

@media (min-width: 1600px) {
    .content-wrap {
        width: 990px;
    }

    .full-content .content-wrap {
        padding-bottom: 210px;
        margin-bottom: 0;
    }
}

@media (min-width: 1860px) {
    .content-wrap {
        width: 1090px;
        padding-left: 100px;
        padding-right: 100px;
    }
}

.content-wrap .title {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.5em;

}

.content-wrap .title-small {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #F68338;
    font-weight: 400;
    letter-spacing: 5px;
}

.media {
    margin-bottom: 20px;
}

.media > a {
    position: relative;
    display: block;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
}

.media > a .ti {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    font-size: 25px;
    background-color: #fff;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

.media img {
    width: 100%;
    display: block;
}

.blog-listing .post {
    margin-bottom: 60px;
}

.post h4 {
    font-weight: 700;
}

.project-listing .project {
    margin-bottom: 0px;
}

.blog-listing .post .header h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0px;
}

.header .meta-data {
    margin-bottom: 10px;
}

.single .header .meta-data {
    margin-bottom: 1.65rem;
}

.header .meta-data,
.header .meta-data a {
    color: #888;
}

.header .meta-data > span:before {
    content: '—';
    display: inline-block;
    margin: 0 .6rem 0 .4rem;
    color: #F68338;
}

.header .meta-data > span:first-child:before {
    content: none;
}

.header .meta-data .ti {
    font-size: 18px;
    margin-right: .3rem;
    line-height: 1;
    vertical-align: -10%;
}

.header .meta-data a {
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
}

.header .meta-data a:hover {
    color: #F68338;
}

.header .meta-date {
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
}

/* Author box */

.comment-contact {
    margin-top: 30px;
    padding-top: 30px;
}

.author-box {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #222;
}

.form-box,
#contactform {
    margin: 20px 0;
}

.author-box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.author-box .author-box-image {
    width: 100px;
    height: 100px;
    max-width: 100px;
    margin-right: 15px;
    border-radius: 100%;
}

@media (min-width: 1320px) {
    .author-box .author-box-image {
        width: 100px;
        height: 100px;
        max-width: 100px;
        border-radius: 100%;
    }
}

.author-box .author-box-image img {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.author-box .author-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.author-box .author-box-title {
    padding-top: 5px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 700;
}

.reply-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
}

.author-box .author-box-description > p:last-child {
    margin-bottom: 0;
}


/* Form */

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    height: 54px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0;
    font-family: 'Rambla', sans-serif;
    font-size: 15px;
    line-height: 1.75em;
    font-weight: 400;
}

.form-control:active,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #101010;
    border-bottom: 2px solid #101010;
}

.toolbar {
    padding: 0;
}


#message {
    height: 130px;
}


/* Sidebar */
.mccan-sidebar-part {}

.mccan-sidebar-block {
    margin-bottom: 35px;
    position: relative;
}

.mccan-sidebar-block .mccan-sidebar-block-title {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

/* Search */

.mccan-sidebar-search-form {
    position: relative;
}

.mccan-sidebar-search-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    background: none;
    border: 0;
    padding: 12px 15px;
    font-size: 17px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #888;
    background: transparent;
}


/* Categories */

.ul1 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ul1 > li {
    padding: 8px 0;
    border-bottom: 1px solid #222;
    line-height: 32px;
}

.ul1 > li a {
    color: #888;
    font-weight: 400;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.ul1 > li a:hover {
    color: #F68338;
    text-decoration: none;
}


/* Latest Posts */

.latest {
    margin-bottom: 10px;
    border-bottom: 1px solid #222;
    padding-bottom: 10px;
}

.latest a {
    color: #888;
    display: block;
    text-decoration: none;
}

.latest a .txt1 {
    font-weight: 400;
    line-height: 1.5em;
}

.latest a .txt2 {
    color: #888;
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.latest a:hover .txt1 {
    color: #F68338;
}

/* Tags, Keywords */

.tags {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.tags li {
    display: inline-block;
    margin: 0 5px 5px 0px;
    float: left;
}

.tags li a {
    display: inline-block;
    background: transparent;
    border: 1px solid #222;
    padding: 4px 12px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    color: #888;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.tags li a:hover {
    background: #F68338;
    color: #fff;
    border-color: #F68338;
}


/*** 15. Services styles ***/

.feature {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    position: relative;
    padding: 30px;
    border: 1px solid #222;
    text-align: center;
}

.feature .mccan-icon {
    text-align: center;
    background: transparent;
    margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {}

.feature .mccan-text {
    width: 100%;
    display: table-cell;
}

.feature .mccan-text p {
    margin: 0;
    padding: 0;
}

.feature .mccan-text h2,
.feature .mccan-text h3 {
    margin: 0;
    padding: 0;
}

.feature .mccan-text h3 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-family: 'Rambla', sans-serif;
}

.feature.feature-sm .mccan-text {
    margin-top: 6px;
}

.feature.feature-sm .mccan-icon i {
    color: #FFF;
    font-size: 40px;
}

@media screen and (max-width: 1200px) {
    .feature.feature-sm .mccan-icon i {
        font-size: 28px;
    }
}

.back-icon {
    position: absolute;
    opacity: .06;
    padding-left: 40px;
    font-size: 100px;
    left: 0;
}

.feature-left span {
    width: 45px;
    color: #F68338;
}

.font-30px {
    font-size: 35px;
}

.font-35px {
    font-size: 35px;
}


/* 16. Timeline styles */

.timeline {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.timeline:before {
    content: "";
    position: absolute;
    width: 1px;
    left: 8px;
    top: 10px;
    bottom: 10px;
    background-color: #222;
}

.timeline.boxed-timeline:before {
    top: 0;
    bottom: 0;
}

.timeline > li {
    margin-bottom: 15px;
    margin-left: 10px;
}

.timeline > li:last-child {
    margin-bottom: 0;
}

.timeline > li:hover .timeline-content:before {
    background-color: #F68338;
    border: 1px solid #F68338;
}

.timeline > li .timeline-content {
    padding: 0 50px;
    position: relative;
}

.timeline > li .timeline-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    background-color: #222;
    border: 1px solid #222;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 100;
    margin-left: -8px;
    border-radius: 50%;
}

.timeline > li .timeline-content h4 {
    margin-top: 0px;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    font-family: 'Rambla', sans-serif;
}

.timeline > li .timeline-content h5 {
    display: block;
    margin: 0 0 5px 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 1px;
    font-weight: 400;
}

.timeline > li .timeline-content p {
    margin-top: 5px;
    margin-bottom: 30px;
}

.timeline > li .timeline-content .timeline-date {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #888;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


/* 17. Project styles */

.project {
    position: relative;
    margin-bottom: 30px;
}

.project .desc {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    background: rgba(246, 131, 56, 0.8);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.project .desc .con {
    padding: 30px;
    display: block;
    position: relative;
}

.project .desc .con .icon {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px
}

.project .desc .con .icon span {
    display: inline;
    padding-right: 5px
}

.project .desc .con .icon span a {
    color: #ccc;
    padding: 5px;
    background: #101010;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.project .desc .con .icon i {
    font-size: 17px;
    color: #ccc
}

.project .desc h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    margin-bottom: 5px;
}

.project .desc h3 a {
    color: #fff
}

.project .desc span {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0)
}

.project .desc span a {
    color: #101010
}

.project:hover .desc {
    opacity: 1
}

.project:hover .desc h3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.project:hover .desc span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.project-desc h2 {
    color: #101010;
    font-family: 'Rambla', sans-serif;
    font-weight: 500;
    font-size: 25px;
}

.project-desc span {
    display: block;
    color: #666;
    font-size: 15px;
    margin-bottom: 15px
}

.project-desc span a {
    color: #666
}

.project-desc .icon span {
    display: inline;
    padding-right: 5px
}


/* 14. Footer */

.copyright {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #222;
}

.copyright p:last-child {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 13px;
}

@media (min-width: 768px) {
    .copyright {
        margin-top: 50px;
        padding-top: 50px;
    }
}

@media (min-width: 992px) {
    .copyright {
        margin-top: 30px;
        padding-top: 50px;
    }

    .full-content .copyright {
        margin-top: 50px;
    }
}

@media (min-width: 1200px) {
    .copyright {
        margin-top: 50px;
    }

    .full-content .copyright {
        position: absolute;
        left: 60px;
        right: 60px;
        bottom: 0;
        margin-top: 0;
        padding-left: 300px;
        padding-bottom: 60px;
        text-align: right;
        background-color: #fff;
    }
}

@media (min-width: 1320px) {
    .copyright {
        padding-bottom: 0px;
    }
}

@media (min-width: 1440px) {
    .full-content .copyright {
        left: 90px;
        right: 90px;
    }
}

@media (min-width: 1600px) {
    .copyright {
        margin-top: 50px;
    }

    .full-content .copyright {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media (min-width: 1860px) {
    .full-content .copyright {
        left: 90px;
        right: 90px;
    }
}

.pdf-container {
  border: 2px solid #374151;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #f3f4f6; /* força cor atrás do PDF */
}

.pdf-blur {
  width: 100%;
  height: 200px;
  filter: blur(4px);
  pointer-events: none;
  display: block; /* garante que o embed ocupe o espaço direitinho */
  border: none; /* previne bordas internas que alguns browsers colocam */
  background-color: #f3f4f6; /* evita fundo branco debaixo do PDF */
}

.botao-full {
  width: 100%;
  height: 100px;
  font-size: 24px;
  background-color: #F68338;
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.botao-full:hover {
  background-color: #4b5563;
}

.grid-container {
    display: flex;
    justify-content: center;
  }
  
  .grid-column {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  
  .skill-box {
    padding: 20px;
  }
  
  .skills-circle ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 0;
    margin: 0;
  }
  
  .skill {
    width: 150px;
    height: 150px;
  }
  
  .skill-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(#C2185B 0deg, #ddd 0deg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.4s ease-in-out;
  }
  
  .skill-inner {
    width: 85%;
    height: 85%;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .skill .text {
    font-size: 14px;
    color: #2d2d2d;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .skill b {
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }

  /* Webcrumbs Container */
#webcrumbs .webcrumbs-container {
    background-color: rgb(243, 244, 246);
    border-radius: 12px;
    margin-bottom: 30px;
    padding: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

#webcrumbs .webcrumbs-container:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Media Queries */
@media (min-width: 1024px) {
    #webcrumbs .webcrumbs-container {
    }
}

/* Webcrumbs Header */
.webcrumbs-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.webcrumbs-header .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: rgb(115, 65, 255);
}

.webcrumbs-header .dot {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: white;
}

/* Text Styling */
.webcrumbs-header .text-primary {
    color: rgb(99, 27, 255);
    font-weight: 500;
}

/* Webcrumbs Title */
.webcrumbs-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 36px;
    color: rgb(17, 24, 39);
    letter-spacing: -0.025em;
}

/* Webcrumbs Link */
.webcrumbs-link {
    color: rgb(115, 65, 255);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.arrow-icon {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.webcrumbs-link:hover .arrow-icon {
    transform: translateX(4px);
}

/*===============================
  Scroll To Top
  ===============================*/
  .progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #1f2029;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  .lightScrollIcon::after {
    color: #ecedf3 !important;
  }
  
  .progress-wrap:hover::after {
    opacity: 0;
  }
  
  .progress-wrap::before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    opacity: 0;
    background-image: linear-gradient(298deg, #da2c4d, #f8ab37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  .progress-wrap:hover::before {
    opacity: 1;
  }
  
  .progress-wrap svg path {
    fill: none;
  }
  
  .progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }