@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/********** Template CSS **********/
:root {
    --primary: #009cff;
    --secondary: #777777;
    --light: #f0f0f0;
    --light-gray: #e4e4e4;
    --dark: #252525;
    --hover: #8f1414;
    --navbar: #fb503f;
    --background: #1775b0;
    --background2: #23d6be;
    --gold: #c5953d;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.top-page {
    background-color: #fff;
    height: 100px;
    width: 100%;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: 0.5s;
}

.btn.btn-primary {
    color: #ffffff;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-outline-navbar {
    color: #000;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 20px 0;
    color: #ffffff;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--dark);
}

.navbar.sticky-top {
    top: -100px;
    transition: 0.5s;
}

.navbar-item-menu {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    line-height: 1.2rem;
    /* width: 15%; */
}

.navbar-item-menu span {
    font-size: 12px;
    /* color: #fff; */
    color: #000;
}

.navbar-item-menu span:hover {
    color: var(--hover);
    font-weight: 700;
}

#navbarCollapse .me-auto {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    margin-left: 200px;
}

.btn {
    line-height: 1.8rem;
}

.btn-2 {
    line-height: 1.5rem;
}

.btn-lg-square-menu {
    width: 54px;
    height: 54px;
    margin-top: -10px;
    margin-left: 65px;
}

.btn-lg-square-menu:hover {
    /* background: rgba(163, 40, 40, 0.6); */
    background: rgba(255, 255, 255, 0.6);
}

.navbar-expand-lg {
    height: 5rem;
    /* background-color: #fb503f; */
    /* background-color: #23d6be; */
    /* background-color: var(--gold); */
    /* background-color: var(--background) !important; */
}

.image-navbar {
    width: 40px;
    height: 40px;
    margin-top: 6px;
    margin-left: 3px;
}

.pl-1 {
    margin-left: 10px;
}

.nav-class {
    display: flex;
    justify-content: center;
}

.nav-info-back {
    /* background-color: #fb503f !important; */
    /* background-color: #ffffff !important; */
    background-color: #1775b0 !important;
    display: flex;
    justify-content: center;
    height: 5.5rem;
    position: absolute;
    z-index: 9;
}

.nav-info {
    /* background-color: #23d6be !important; */
    /* background-color: #ffc933 !important; */
    /* background-color: #1775b0 !important; */
    width: 90%;
    height: 2.5rem;
    position: absolute;
    z-index: 9;
}

.bg-info {
    /* background-color: #23d6be !important; */
    /* background-color: var(--background) !important; */
    /* background-color: #fff !important; */

    height: 5.5rem;
    position: absolute;
    z-index: 9;
    background-color: #fff !important;
}

.btn-info {
    /* color: #000; */
    color: #fff;
    /* background-color: #ffc933; */
    /* background-color: #ffa600; */
    background-color: var(--gold);
    border-color: #bd7b00;
    margin-top: 20px;
    width: 180px;
}

.btn-info:hover {
    color: #000;
    background-color: #ffc933;
    border-color: #bd7b00;
    margin-top: 20px;
    width: 180px;
}

.motor-busca label {
    color: #fff;
}

.img-fluid {
    max-width: 100%;
    width: 700px;
    height: 300px;
}

.img-fluid-footer {
    max-width: 100%;
    width: 700px;
    height: 98px;
}
.bg-info .container {
    margin-left: 10px;
}

.btn-footer {
    line-height: 1.5rem;
}

.back-logo {
    background-color: #fff;
}

.top-bar {
    background-color: #8f1414;
}

.carousel-item img {
    height: 550px;
    object-fit: fill;
}

.py-6 {
    padding-top: 5.5rem !important;
}

section {
    padding: 10px 20px 100px 20px;
}

/*** Header ***/
#header-carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background: rgba(0, 0, 0, .5); */
    z-index: 1;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
    width: 10%;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

#header-carousel .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #ffffff;
    border-radius: 60px;
    overflow: hidden;
}

#header-carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--secondary);
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    background-color: var(--light-gray) !important;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 4px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}

/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
    left: 80px;
    top: -20px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 9rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
    border-radius: 6px;
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(85% - 3rem);
    height: calc(100% - 3rem);
    object-fit: fill;
    border-radius: 6px;
}

.r-sociais {
    width: 150px;
}

/*** Facts ***/
.fact-item {
    transition: 0.5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #ffffff !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}

/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
    border: 1px solid transparent;
    transition: 0.5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: none;
    border: 1px solid #dee2e6;
}

/*** Feature ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}

/*** Project ***/
.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    opacity: 0;
    transition: 0.5s;
}

.project-item:hover a {
    opacity: 1;
}

.project-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.project-carousel .owl-dot {
    width: 35px;
    height: 35px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
    border-radius: 35px;
    transition: 0.5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
    color: #ffffff;
    border-color: var(--primary);
    background: var(--primary);
}

/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}

.team-item .team-text {
    position: relative;
    height: 65px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.team-item:hover .team-title {
    top: -65px;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 65px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    transition: 0.5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #ffffff !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
    border-radius: 50px;
    font-size: 18px;
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #ffffff;
    border-color: var(--primary);
    background: var(--primary);
}

/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

/* ============================================================ */

header {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    flex-direction: row;
    align-items: center;
    padding: 15px 0 50px 100px;
    transition: 0.5s ease;
}

header .brand {
    width: 350px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    /* text-transform: uppercase; */
    text-decoration: none;
}

header .brand span {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
}

header .navigation {
    position: relative;
}

header .navigation .navigation-items a {
    position: relative;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    margin-left: 30px;
    transition: 0.3s ease;
}

header .navigation .navigation-items a:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    transition: 0.3s ease;
}

header .navigation .navigation-items a:hover:before {
    width: 100%;
}

/* section {
    padding: 100px 200px;
} */

.home {
    position: relative;
    width: 100%;
    min-height: 75vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* background: #2696e9; */
}

/* .home:before {
    z-index: 777;
    content: '';
    position: absolute;
    background: rgba(3, 96, 251, 0.3);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
} */

.home .content {
    z-index: 888;
    color: #fff;
    /* width: 70%; */
    /* margin-top: 50px; */
    /* display: none; */
}

.home .content.active {
    display: block;
}

.home .content h1 {
    font-size: 4em;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 75px;
    margin-bottom: 40px;
}

.home .content h1 span {
    font-size: 1.2em;
    font-weight: 600;
}

.home .content p {
    margin-bottom: 65px;
}

.home .content a {
    background: #fff;
    padding: 15px 35px;
    color: #1680ac;
    font-size: 1.1em;
    font-weight: 500;
    text-decoration: none;
    border-radius: 2px;
}

.home .media-icons {
    z-index: 888;
    position: absolute;
    right: 30px;
    display: flex;
    flex-direction: column;
    transition: 0.5s ease;
}

.home .media-icons a {
    color: #fff;
    font-size: 1.6em;
}

.home .media-icons a:not(:last-child) {
    margin-bottom: 20px;
}

.home .media-icons a:hover {
    transform: scale(1.3);
    transition: 0.3s ease;
}

.home video {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-navigation {
    z-index: 888;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(80px);
    margin-bottom: 12px;
}

.slider-navigation .nav-btn {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    transition: 0.3s ease;
}

.slider-navigation .nav-btn.active {
    background: #2696e9;
}

.slider-navigation .nav-btn:not(:last-child) {
    margin-right: 20px;
}

.slider-navigation .nav-btn:hover {
    transform: scale(1.2);
}

.video-slide {
    position: absolute;
    width: 100%;
    clip-path: circle(0.3% at 0 50%);
}

.video-slide.active {
    clip-path: circle(150% at 0 50%);
    transition: 1s ease;
    transition-property: clip-path;
}

.whatsapp-link {
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 1000;
}

#logo-fol {
    margin-top: 20px;
    margin-left: 30px;
}

.galeria {
    height: 230px;
}

#sec-018a {
    margin-top: 10px;
    padding: 40px 0 20px 0 !important;
    background-color: var(--light);
}

.email-icon,
.instagram-icon,
.whats-icon {
    width: 35px;
    height: 35px;
    margin-top: -10px;
}

#logo-rs {
    position: fixed;
    top: 5px;
    right: 30px;
    z-index: 1000;
}

.u-body {
    /* --theme-sheet-width-xl: 1162px; */
    /* --theme-sheet-width-lg: 940px;  */
    /* --theme-sheet-width-md: 740px; */
    /* --theme-sheet-width-sm: 540px; */
    /* --theme-sheet-width-xs: 340px; */
    --theme-sheet-width-xl: 940px;
    --theme-sheet-width-lg: 720px;
    --theme-sheet-width-md: 720px;
    --theme-sheet-width-sm: 450px;
    --theme-sheet-width-xs: 300px;
}

/* ========================   media   ====================== */
@media (min-width: 1440px) {
    .col-lg-3 {
        width: 31%;
    }
    .col-lg-4 {
        width: 32%;
    }
    .back-logo {
        display: flex;
        justify-content: start;
        margin-left: 40px;
    }
    .logo-rs {
        display: flex;
        justify-content: end;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 40%;
    }
    .col-lg-4 {
        width: 27%;
    }
    #texto-video {
        height: 498px !important;
    }
    #texto-video h4 {
        display: flex;
        justify-content: center;
        text-align: center;
        width: 400px !important;
        font-weight: 500;
        margin-left: -25px;
    }
    #texto-video img {
        width: 350px !important;
        margin-left: -25px;
    }
}

@media (min-width: 1366px) and (max-width: 1439px) {
    .col-lg-3 {
        width: 31%;
    }
    .col-lg-4 {
        width: 32%;
    }
    .back-logo {
        display: flex;
        justify-content: start;
        margin-left: 40px;
    }
    .logo-rs {
        display: flex;
        justify-content: end;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 40%;
    }
    .col-lg-4 {
        width: 27%;
    }
    #texto-video {
        height: 515px !important;
    }
    #texto-video h4 {
        display: flex;
        justify-content: center;
        text-align: center;
        width: 400px !important;
        font-weight: 500;
    }
    #texto-video img {
        width: 350px !important;
        margin-left: -10px;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .col-lg-2 {
        width: 20% !important;
    }
    .col-lg-3 {
        width: 24% !important;
    }
    .col-lg-4 {
        width: 32% !important;
    }
    .back-logo {
        display: flex !important;
        justify-content: start !important;
        margin-left: 10px !important;
    }
    .logo-rs {
        display: flex !important;
        justify-content: end !important;
    }
    .u-section-1 .u-image-1,
    .u-section-1 .u-image-3,
    .u-section-1 .u-image-5,
    .u-section-1 .u-image-7,
    .u-section-1 .u-image-9,
    .u-section-1 .u-image-11,
    .u-section-1 .u-image-13,
    .u-section-1 .u-image-15 {
        transition-duration: 0.5s !important;
        width: 248px !important;
        height: 250px !important;
        margin-top: 5px !important;
        margin-left: 3px !important;
        margin-right: -3px !important;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 40%;
    }
    .col-lg-4 {
        width: 27%;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .col-lg-2 {
        width: 25%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 25%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 40%;
    }
    .back-logo {
        display: flex;
        justify-content: start;
        margin-left: 20px;
    }
    .logo-rs {
        display: flex;
        justify-content: end;
    }
    .u-section-1 .u-image-1 {
        transition-duration: 0.5s !important;
        width: 210px !important;
        height: 205px !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: -3px !important;
    }
    .u-section-1 .u-image-3,
    .u-section-1 .u-image-5,
    .u-section-1 .u-image-7,
    .u-section-1 .u-image-9,
    .u-section-1 .u-image-11,
    .u-section-1 .u-image-13,
    .u-section-1 .u-image-15 {
        transition-duration: 0.5s !important;
        width: 210px !important;
        height: 205px !important;
        margin-top: 5px !important;
        margin-left: 2px !important;
        margin-right: -3px !important;
    }
    .u-section-1 .u-sheet-1 {
        min-height: 480px;
    }
    .fale-vendedor {
        margin-left: 25px !important;
    }
    footer .col-lg-3 {
        width: 30%;
    }
    footer .col-lg-4 {
        width: 28%;
    }
    footer .col-lg-5 {
        flex: 0 0 auto;
        width: 42%;
    }
    .u-section-1 .u-image-2 {
        margin-top: -25px !important;
    }
    #texto-video {
        height: 385px !important;
    }
    #texto-video h4 {
        display: flex;
        justify-content: center;
        text-align: center;
        width: 300px !important;
        font-weight: 500;
    }
    #texto-video img {
        width: 250px !important;
        margin-left: -10px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .top-page {
        height: 90% !important;
    }
    .col-lg-2 {
        width: 22% !important;
    }
    .col-lg-2 span {
        font-size: 16px !important;
    }
    .col-lg-3 {
        width: 10% !important;
    }
    .col-lg-4 {
        width: 25% !important;
    }
    .back-logo {
        display: flex !important;
        justify-content: start !important;
        margin-left: -10px !important;
    }
    #logo-fol {
        width: 100px !important;
        height: 50px !important;
        margin-left: 20px !important;
    }
    .logo-rs img {
        width: 150px !important;
        height: 60px !important;
        display: flex !important;
        margin-top: 10px !important;
        margin-left: 40px !important;
        justify-content: end !important;
    }
    .u-section-1 .u-image-1,
    .u-section-1 .u-image-3,
    .u-section-1 .u-image-5,
    .u-section-1 .u-image-7,
    .u-section-1 .u-image-9,
    .u-section-1 .u-image-11,
    .u-section-1 .u-image-13,
    .u-section-1 .u-image-15 {
        transition-duration: 0.5s !important;
        width: 320px !important;
        height: 340px !important;
        margin-top: -5px !important;
        margin-left: 5px !important;
        margin-right: -3px !important;
    }
    .u-section-1 .u-sheet-1 {
        min-height: 1100px;
    }
    footer .col-lg-3 {
        width: 50% !important;
        height: 280px !important;
    }
    footer .col-lg-4 {
        width: 40% !important;
        height: 280px !important;
    }
    footer .col-lg-5 {
        width: 0 !important;
        height: 0 !important;
    }
    footer .col-lg-5 h5 {
        font-size: 0 !important;
    }
    .u-section-1 .u-image-2,
    .u-section-1 .u-image-4,
    .u-section-1 .u-image-6 {
        position: relative;
        z-index: 99999;
    }
    .u-section-1 .u-image-2 {
        margin-top: -20px !important;
    }
    #texto-video {
        height: 288px !important;
    }
    #texto-video h4 {
        display: flex;
        justify-content: center;
        text-align: center;
        width: 200px !important;
        font-weight: 500;
    }
    #texto-video img {
        width: 160px !important;
        margin-left: -10px;
    }
}

@media (min-width: 425px) and (max-width: 767px) {
    #logo-fol {
        width: 110px !important;
        height: 60px !important;
    }
    .back-logo {
        display: flex !important;
        justify-content: start !important;
        margin-left: -25px !important;
    }
    /* .col-lg-3 .logo-rs img {
        width: 20px !important;
        height: 10px !important;
        font-size: 0 !important;
        display: none !important;
    } */
    .email-icon,
    .instagram-icon {
        width: 0 !important;
        height: 0 !important;
        font-size: 0 !important;
        display: none !important;
    }
    .whats-icon {
        width: 30px !important;
        height: 30px !important;
        margin-top: 5px !important;
        margin-left: 15px !important;
    }
    .col-lg-2 {
        width: 42% !important;
        margin-top: 0 !important;
        margin-left: 25px !important;
    }
    .col-lg-2 span {
        font-size: 18px !important;
    }
    .col-lg-3 {
        width: 20% !important;
        margin-top: -45px !important;
        margin-left: 320px !important;
    }
    .logo-rs img {
        width: 75px !important;
        height: 30px !important;
        margin-top: 25px !important;
        margin-left: -120px !important;
    }
    .col-lg-4 {
        width: 35% !important;
    }
    .u-section-1 .u-list-2 {
        width: 342px !important;
    }
    .u-section-1 .u-image-1,
    .u-section-1 .u-image-3,
    .u-section-1 .u-image-5,
    .u-section-1 .u-image-7,
    .u-section-1 .u-image-9,
    .u-section-1 .u-image-11,
    .u-section-1 .u-image-13,
    .u-section-1 .u-image-15 {
        transition-duration: 0.5s !important;
        width: 320px !important;
        height: 325px !important;
        margin-top: 5px !important;
        margin-left: 5px !important;
        margin-right: -3px !important;
    }
    .u-section-1 .u-image-3,
    .u-section-1 .u-image-5,
    .u-section-1 .u-image-7,
    .u-section-1 .u-image-9,
    .u-section-1 .u-image-11,
    .u-section-1 .u-image-13,
    .u-section-1 .u-image-15 {
        margin-left: 10px !important;
    }
    .u-section-1 .u-sheet-1 {
        min-height: 1700px;
    }
    .fale-vendedor {
        margin-left: 40px !important;
    }
    footer .container {
        height: 500px !important;
    }
    footer .col-lg-3 {
        width: 100% !important;
        height: 280px !important;
        margin-top: 50px !important;
        margin-left: 20px !important;
    }
    footer .col-lg-4 {
        width: 100% !important;
        height: 280px !important;
    }
    footer .col-lg-5 {
        width: 100% !important;
        height: 250px !important;
    }
    footer .col-lg-5 h5 {
        font-size: 0 !important;
    }
    footer .copyright {
        margin-top: 300px !important;
    }
    .u-section-1 .u-image-2,
    .u-section-1 .u-image-4,
    .u-section-1 .u-image-6 {
        position: relative;
        z-index: 999;
    }
    .u-section-1 .u-image-2 {
        margin-top: -45px !important;
    }
    #texto-video {
        height: 250px !important;
    }
    #texto-video h4 {
        display: flex;
        justify-content: center;
        text-align: center;
        width: 300px !important;
        font-weight: 500;
    }
    #texto-video img {
        width: 160px !important;
        margin-left: -10px;
    }
}

@media (min-width: 300px) and (max-width: 424px) {
    .top-page {
        height: 140px !important;
    }
    .back-logo {
        display: flex !important;
        justify-content: start !important;
        margin-left: 40px !important;
    }
    #logo-fol {
        width: 110px !important;
        height: 60px !important;
        margin-top: 10px;
    }
    /* .col-lg-1 {
        width: 0 !important;
        height: 0 !important;
        font-size: 0 !important;
        display: none !important;
    } */
    /* .col-lg-3 .logo-rs img {
        font-size: 0 !important;
        display: none !important;
    } */
    .col-lg-2 {
        margin-top: 20px;
        margin-left: -40px !important;
    }
    .col-lg-3 {
        width: 20% !important;
    }
    .logo-rs img {
        width: 75px !important;
        height: 30px !important;
        margin-top: -200px;
        margin-left: 160px;
        /* display: none !important; */
    }
    .email-icon,
    .instagram-icon {
        width: 0 !important;
        height: 0 !important;
        font-size: 0 !important;
        display: none !important;
    }
    .whats-icon {
        width: 30px !important;
        height: 30px !important;
        margin-top: -40px !important;
        margin-left: 260px !important;
    }
    .u-section-1 .u-list-2 {
        width: 342px !important;
    }
    .u-section-1 .u-image-1,
    .u-section-1 .u-image-3,
    .u-section-1 .u-image-5,
    .u-section-1 .u-image-7,
    .u-section-1 .u-image-9,
    .u-section-1 .u-image-11,
    .u-section-1 .u-image-13,
    .u-section-1 .u-image-15 {
        transition-duration: 0.5s !important;
        width: 320px !important;
        height: 325px !important;
        margin-top: 5px !important;
        margin-left: 5px !important;
        margin-right: -3px !important;
    }
    .u-section-1 .u-sheet-1 {
        min-height: 1900px;
    }
    .fale-vendedor {
        margin-left: 60px !important;
    }
    footer .container {
        height: 500px !important;
    }
    footer .col-lg-3 {
        width: 100% !important;
        height: 280px !important;
    }
    footer .col-lg-4 {
        width: 100% !important;
        height: 280px !important;
    }
    footer .col-lg-5 {
        width: 100% !important;
        height: 250px !important;
    }
    footer .col-lg-5 h5 {
        font-size: 0 !important;
    }
    footer .copyright {
        margin-top: 300px !important;
    }
    #texto-video {
        height: 240px !important;
    }
    #texto-video h4 {
        display: flex;
        justify-content: center;
        text-align: center;
        width: 300px !important;
        font-weight: 500;
    }
    #texto-video img {
        width: 160px !important;
        margin-left: -10px;
    }
}

#sec-018a {
    margin-top: 10px;
    padding: 40px 65px 20px 0 !important;
    background-color: var(--light);
}
