@font-face {
    font-family: 'OpenSans';
    src: url('../webfonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
}

body {
    scroll-behavior: smooth;
    font-family: 'OpenSans', sans-serif;
    overflow-x: hidden;
}
.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
            radial-gradient(farthest-side, #a80202 94%,#0000) top/8px 8px no-repeat,
            conic-gradient(#0000 30%, #a80202);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: l13 1s infinite linear;
}
@keyframes l13{
    100%{transform: rotate(1turn)}
}
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    z-index: 9999;
}

#header {
}
#menu {
    & nav {
        z-index: 2;
        background-color: #fff;
        border-bottom: #710102ff solid 4px;
        transition: all 0.2s ease-in-out;
        position: relative;
    }
    & .fa-xs {
        margin-bottom: 2px;
    }
    & .nav-link {
        color: #000;
        text-transform: uppercase;
        font-size: 14px !important;
        box-shadow: inset 0 0 0 0 #31302B;
        -webkit-transition: all ease 0.8s;
        -moz-transition: all ease 0.8s;
        transition: all ease 0.8s;
        font-weight: 600;

        &:hover .fa-stack-1x{
            /*color: #fff!important;*/
        }
    }
    & .menu-icons{
        & .fa-phone {
            color: #fff;
        }
        & span:last-child {
            font-size: 14px;
        }
    }
    & .idiomas img {
        width: 26px;
        height: 26px;
        margin: 5px;
        &:hover {
            margin-bottom: 8px;
            margin-top: 2px;
            transition: all 0.2s ease-in-out;

        }
    }
    & .dropdown-menu {
        background-color: #fff;
        & li {
            & a {
                color: #000;
                font-weight: 500;
                &:active {
                    background-color: #710102;
                    color: #fff;
                }
            }
        }
    }
}
.social-icons{
    & .fas.fa-circle {
        color: #000;
        border: 2px solid white;
        border-radius: 50%;
        font-size: 22px;
        width: 26px;
        transition: all 0.2s ease-in-out;
    }
    & .fab.fa-stack-1x {
        color: #fff;
        font-size: 12px;
        line-height: 26px;
        width: 26px;
    }
    & span:hover .fas.fa-circle {
        color: #710102;
    }
}
#banner-principal {
    & .banner-info {
        z-index: 1;
        max-width: 500px;
        & img {
            width: 100%;
        }
    }
    & .swiper {
        & .swiper-pagination {
            &:first-child {
                position: unset;
                width: auto;
            }
            & span {
                color: #fff;
                opacity: 1;
                background-color: #fff;
                width: 10px;
                height: 10px;
                &.swiper-pagination-bullet-active {
                    width: 30px;
                    border-radius: 15px;
                    transition: width .2s ease-in;
                }
                &:hover {
                    background-color: #000;
                }
            }
        }
        & .buttons {
            & i {
                color: #fff;
                font-size: 14px;
                line-height: 14px;
                padding: 0 10px;
                &:hover {
                    color: #000;
                    cursor: pointer;
                }
            }
        }
    }
}
#servicos {
    z-index: 1;
    position: relative;
    & h1 {
        margin: 30px 0;
        font-weight: 600;
    }
    & .col {
        position: relative;
    }
    & a.svg-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    & p {
        font-size: 16px;
        font-weight: 600;
    }
    & a.saibamais {
        text-decoration: none;
        color: #fff;
        background-color: #710102;
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
        padding: 10px 20px;
        border-radius: 30px;
        width: max-content;
        margin: 0 auto;
        &:hover {
            background-color: #000;
            color: #fff;
        }
    }
}
#midbanner {
    background-image: url('../images/banners/parallax-home.jpg');
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    & h1 {
        font-weight: 500;
    }
}
#quem-somos-home {
    & h1 {
        color: #710102;
        font-weight: 600;
        font-family: 'OpenSans', sans-serif;
    }
    & p {
        text-align: justify;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }
}
#youtube-video {
    height: 350px;
}
#blocos {
    & .swiper-wrapper {
        height: 500px;
        & .swiper-slide {
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }
        & .cert {
            background-image: url('../images/banners/cert.jpg');
        }
        & .lab {
            background-image: url('../images/banners/lab.jpg');
        }
        & .des {
            background-image: url('../images/banners/des.jpg');
        }

        & .content {
            background-color: rgba(0, 0, 0, 0.7);
            color: #fff;
            padding: 0 16px;
            margin-top: auto;
            height: min-content;
            position: relative;

            & h1 {
                font-weight: 600;
                color: #fff;
                border-bottom: #fff solid 2px;
                height: 70px;
                font-size: 25px;
                align-content: center;
                margin-bottom: 0;
            }
            & p {
                font-size: 14px;
                text-align: justify;
                line-height: 18px;
                margin-top: 5px;
            }
        }
        & .swiper-slide {
            overflow: hidden;
            cursor: pointer;
            &:hover .content {
                margin-bottom: 0!important;
            }
        }

    }
    & .swiper-button-next::after, .swiper-button-prev::after {
        font-weight: 900;
        color: #710102;
        text-shadow: 2px 2px 2px #797979;
    }
}
#comercio-banner {
    background-image: url('../images/banners/comercio-global.jpg');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 800px;
    & .content {
        background-color: rgba(0, 0, 0, 0.53);
        padding: 16px;
        border-radius: 10px;
        & h4 {
            color: #fff;
            font-size: 25px;
        }
        & p {
            color: #fff;
            font-size: 14px;
            text-align: justify;
            padding-right: 18px;
            line-height: 16px;
        }
    }
}
footer {
    & .bar {
        background-color: #f2f2f2;
        border-top: 3px solid #801b1b;
        border-bottom: 3px solid #801b1b;
        & img {
            mix-blend-mode: multiply;
        }
    }
    & .menu {
        background-color: #cccdcf;
    }
    & .col {
        & p {
            color: #801b1b;
        }
        & ul {
            & li {
                line-height: 20px;
                font-weight: 550;
                & a {
                    color: #000;
                    text-decoration: none;
                    font-size: 16px;
                    &:hover {
                        color: #801b1b;
                    }
                }
            }
            &.icons li {
                margin-bottom: 5px;
                & .fa-stack-1x {
                    color: #cccdcf;
                }
            }
        }
    }
    & .copyright {
        background-color: #000;
        & .social-icons ul {
            max-width: fit-content;
            margin: auto;
        }
        & .dev a {
            color: #fff;
            transition: all 0.2s ease-in-out;
            &:hover {
                color: #801b1b;
            }
        }
    }
}
#banner-interno {
    background-image: url('../images/interna.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0 40px 0;
    & img {
        max-width: 400px;
        width: 100%;
        margin: 0 auto 20px;
    }
}
#contato {
    & .map {
        height: 500px;
    }
    & .logo-overmap {
        top: 50%;
        left: 50%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
        pointer-events: none;
        & img {
            max-width: 400px;
            width: 100%;
            position: absolute;
            top: 25%;

        }
    }
}
#contato-form {
    & form {
        & input, & textarea {
            width: 100%;
            padding: 10px;
            border-radius: 5px;
            border: 1px solid #710102;
            background-color: #f2f2f2;
            font-size: 16px;
            line-height: 18px;
            margin-bottom: 15px;
            color: #710102;
            font-weight: 700;
            &::placeholder {
                color: #696969;
                font-weight: 700;
            }
        }
    }
    & .statusMessage, .successmessage, .errormessage {
        display: none;
        width: 100%;
        height: auto;
        left: 0px;
        right: 0px;
        top: 0px;
        border: 1px solid #e1e1e1;
        margin: 20px auto 25px auto;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        color: #000;
    }
    & button {
        background-color: #710102;
        color: #fff;
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
        padding: 10px 20px;
        border-radius: 30px;
        width: max-content;
        border: none;
        cursor: pointer;
        &:hover {
            background-color: #000;
            color: #fff;
        }
    }
}
& .icons.contato {
    font-weight: 600;
    & a:hover, span:hover {
       color: #710102;
    }
}
.social-icons.contato {
    & li {
        margin: auto;
        & a {
            line-height: 34px;
            height: 34px;
            display: block;

        }
    }
    & .fas.fa-circle {
        color: #710102;
        border: 2px solid white;
        border-radius: 50%;
        font-size: 30px;
        width: 34px;
        transition: all 0.2s ease-in-out;
    }
    & .fab.fa-stack-1x {
        color: #fff;
        font-size: 18px;
        line-height: 34px;
        width: 34px;
    }
    & span:hover .fas.fa-circle {
        color: #fff;
        border: 2px solid #710102;
    }
    & span:hover .fab.fa-stack-1x {
        color: #710102;
    }
}
#conteudo-produto {
    & h1 {
        font-weight: 600;
        color: #710102;
        font-size: 30px;
    }
    & p {
        text-align: justify;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
    }
    & .swiper {
        & .swiper-button-next {
            & span {
                color: #000;
                &:hover {
                    color: #801b1b;
                }
            }
            &::after {
                content: "";
            }
        }
        & .swiper-button-prev {
            & span {
                color: #000;
                &:hover {
                    color: #801b1b;
                }
            }
            &::after {
                content: "";
            }
        }
    }
    & .button {
        background-color: #801b1b;
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
        padding: 10px 20px;
        border-radius: 30px;
        width: max-content;
        &:hover {
            background-color: #000;
            color: #fff;
        }
    }
}
.social {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    gap: 10px;
    list-style: none;
}

.social li {
    position: relative;
    flex-basis: 4.5rem;
}

.social li::after {
    position: absolute;
    /* content: "Tooltip"; */
    content: attr(data-tooltip);
    inset: -45% auto auto 50%;
    z-index: -1;
    translate: -50%;
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    color: #fff;
    /* background: #070707; */
    background: var(--bg, #070707);
    border-radius: 0.25rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    /* transition: all 0.3s ease-in-out; */
    transition: inset 0.4s cubic-bezier(0.47, 2, 0.41, 1.5),
    visibility 0.3s ease-in-out, opacity 0.2s ease-in-out;
}

.social li:has(a:hover, a:focus-visible)::after {
    opacity: 1;
    visibility: visible;
    inset-block-start: -60%;
}

.social a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    font-size: 1.75rem;
    color: #070707;
    border: 1px solid;
    border-radius: 100%;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    transition: color 0.3s ease-in-out;
}

.social a > i {
    position: relative;
    z-index: 1;
}

.social a::after {
    position: absolute;
    content: "";
    inset: 100% 0 0;
    /* background: #070707; */
    background: var(--bg, #070707);
    pointer-events: none;
    transition: inset 0.3s ease-in-out;
}

.social a:hover,
.social a:focus-visible {
    color: #fff;
}

.social a:hover::after,
.social a:focus-visible::after {
    inset-block-start: 0;
}
@media (max-width: 575.98px) {
    #blocos {
        & .swiper-slide {
            & .content {
                & h1 {
                    font-size: 25px;
                }

            }
        }
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {

}
@media (min-width: 768px) and (max-width: 991.98px) {

}


@media (min-width: 768px) {
    & .nav-item {
        display: flex;
        align-items: center;
    }
    #servicos {
        margin-top: -200px;
        & h1 {
            color: #fff;
        }
    }
    #menu {
        & nav {
            position: fixed;
            background-color: rgba(0, 0, 0, 0.6);
            & .nav-link {
                color: #fff;
                font-weight: 400;
                &:hover {
                    box-shadow: inset 300px 0 0 0 #710102ff;
                }
            }
            & .menu-icons {
                & .fa-phone {
                    color: #000;
                }
            }
            & .dropdown-menu {
                background-color: rgba(0, 0, 0, 0.9);
                & li a {
                    color: #fff;
                    &:hover {
                        background-color: #710102;
                    }
                }
            }
        }
    }
}
@media (min-width: 992px) {
    #youtube-video {
        height: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
}
@media (min-width: 992px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }
    #servicos {
        margin-top: -250px;
    }
}
@media (min-width: 1200px) {
    .idiomas {
        padding: 0 21px;
    }
    #comercio-banner {
        & .content {
            background-color: unset;
        }
    }
}

