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;
}

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

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

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


/* 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;
    }
}


/* main */

.about-container {
    margin-top: 150px;
    /* margin-left: 10%; */
}

.testimonial {
    background-size: 100% 60%;
    background-position: top center;
}

.overlay-bg {
    position: relative;
    isolation: isolate;
}

.bg-img {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.about-right-thumb {
    position: relative;
    max-height: 490px;
}

.about-right-thumb img:last-child {
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-183px);
    transform: translateY(-183px);
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header .subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #DF0E0E;
    margin-bottom: 6px;
}

.testimonial .section-header .title {
    color: #fff;
}

.section-header .title {
    max-width: 29ch;
    margin: 0 auto;
    font-size: 40px;
    font-weight: 600;
}

/* Testemunho */
.testimonail-wrapper {
    background-color: #fff;
    padding: 80px 30px 0px;
}

.testimonial-item {
    background-color: #fbfbfb;
    padding: 30px;
    border-bottom: 2px solid transparent;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.testimonial-item .thumb {
    margin-top: -65px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid #fff;
}

.testimonial-item .thumb img {
    width: 75px;
    -o-object-fit: cover;
    object-fit: cover;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.testimonial-item .background-img {
    background-color: #333;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: 0.7s ease-in-out;
}

.testimonial-item .content .icon {
    color: #f1a8a8;
    font-size: 60px;
}

.testimonial-item .content .para {
    line-height: 2;
    font-style: italic;
    margin-bottom: 20px;
    letter-spacing: 1px;
    max-width: 265px;
}

/* p {
    color: #777777;
    font-size: 16px;
    margin: 0;
    font-weight: 300;
} */

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

.rating-star {
    margin-bottom: 20px;
    margin-left: -3px;
    margin-right: -3px;
}

.fa-solid, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.rating-star li {
    padding: 0 3px;
    color: #DF0E0E;
}

.fa-star:before {
    content: "\f005";
}
*, ::after, ::before {
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .imagens {
        display: none;
    }

    .container {
        margin-top: 25%;
        margin-left: 0;
    }
}