header {
    margin: 0;
    padding: 0;
    transition: 0.6;
}

.navbar-custom {
    position: fixed;
    z-index: 1030;
    top: 0;
    right: 0;
    left: 0;
    transition: 0.6s;
}

.navbar>.container-fluid {
    /* justify-content: space-around; */
    margin-left: 9%;
    margin-right: 10%;
}

.container-fluid a {
    margin-left: 10%; 
    margin-right: 10%;
    transition: 0.6s;
}

.container-fluid a img {
    transition: 0.6s;
}

nav.sticky {
    /* padding: 5px 100px; */
    background: #fff;
    transition: 0.6s;
}

nav.sticky ul .menu-item a {
    color: #000;
}

.elementor-container {
    box-sizing: border-box;
}

.menu-item {
    color: #000;
    font-size: var(--wdtFontSize_Ext);
    font-weight: calc(var(--wdtFontWeight_Ext) + 0);
    letter-spacing: var(--wdtSubtitle_letr_spcing);
    text-transform: uppercase;
    font-family: var(--wdtFontTypo_Ext);
    padding: 20px;
    transition: 0.4s;
}

.menu .menu-item a {
    color: #000;
    /* color: var(--wdtHeadAltColor); */
    text-decoration: none;
    transition: 0.4;
    width: max-content;
}

.menu .menu-item a:hover {
    color: #8d99af !important;
    margin-right: 1px;
}

/* Toggler e offCanvas */
.offcanvas {
    background-color: #2b2b2b;
    opacity: 90%;
}

.offcanvas-body ul li {
    margin-left: 15px;
    margin-bottom: 20px;
}

.navbar-toggler {
    color: #fff;
    opacity: 40%;
    border: 1px solid #fff
}

.navbar-toggler span {
    background-color: #fff;
}

.canvas-menu-item {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.4;
}

.canvas-menu-item:hover {
    color: #8d99af !important;
    margin-right: 1px;
}

@media (min-width: 1200px) {
    .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1200px) {
    .menu {
        display: none !important;
    }
}

@media (max-width: 900px) {
    .navbar-custom {
        margin-left: 0%; 
        margin-right: 0%;
    }
}

@media (max-width: 768px) {
    .navbar>.container-fluid {
        margin-left: 0;
        margin-right: 0;
    }

    .container-fluid a {
        margin-left: 0;
    }
}   


/* Section main */
h6 {
    font-weight: 700;
}

.contact-container {
    margin-top: 10%;
    margin-left: 10%;
}

.contact-address .icon {
    width: 45px;
}

.contact-address .content {
    width: calc(100% - 45px);
    padding-left: 15px;
}

.contact-address .content .text {
    color: #141414;
    font-weight: 400;
}

.contact-address .content .text a {
    color: #141414;
    font-weight: 400;
}

a {
    display: inline-block;
    transition: .3s;
    text-decoration: none;
}

.btn--base {
    background-color: #ED5F10;
    color: #fff;
    padding: 13px 30px;
    font-family: "Teko", sans-serif;
    letter-spacing: .5px;
    font-weight: 400;
    font-size: 20px;
    position: relative;
    isolation: isolate;
    transition: .4s;
    border-radius: 5px;
    text-align: center;
}

button {
    border: none;
}

.btn-custom {
    width: 164px; 
    height: 50px;
}

.btn-custom a {
    font-family: Catamaran, sans-serif; 
    font-size: 17px;
    text-decoration: none;
    color: #000;
}

/* Footer */
.container-footer {
    opacity: 80%;
}

@media (max-width: 600px) {
    .contact-container {
        margin-top: 30%;
        margin-left: 0;
    }

    .formulario {
        margin-top: 50px;
    }

    #emailEd {
        margin-top: 15px;
    }

    #assuntoEd {
        margin-top: 15px;
    }
}
