* {
    margin: 0;
    padding: 0;
    font-family: 'Baloo Thambi 2', cursive;
    box-sizing: border-box;
}

body, html {
    overflow-x: hidden;
}

nav a {
    color: #ff5000;
    text-decoration: none;
    transition: 0.3s;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 35px;
    background-color: rgb(255, 255, 255);
    height: 10vh;
}

main {
    background-color: #3b3b3b;
    background-size: cover;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.nav-list {
    list-style: none;
    display: flex;
    position: absolute;
    top: 8vh;
    right: 0;
    width: 50vw;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    transform: translateX(100%);
    z-index: 1;
}

.nav-list li {
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 18px;
    margin-left: 10px;
    opacity: 0;
}

.nav-disabled {
    color: #ffbd99 !important;
    pointer-events: none;
    cursor: default;
}

.nav-list li:after {
    content: "";
    width: 0%;
    height: 1.8px;
    background: #ff5000;
    display: block;
    margin: auto;
    transition: 0.25s;
}

.nav-list li:hover:after {
    width: 100%;
}

.mobile-menu {
    display: block;
    cursor: pointer;
    background-color: #fff;
}

.mobile-menu div {
    width: 32px;
    height: 3px;
    background: #ff5000;
    margin: 8px;
    transition: 0.3s;
}

.capavibracampobelo {
    max-width: 100%;
    width: 100%;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
}

.bannercapa {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.logoprodutoresp {
    display: block;
    position: static;
    width: 100%;
    margin: 0 auto;
    background-color: #ff5000;
}

.logoproduto {
    display: none;
}

.backgndimg {
    display: none;
}

.containerinfo {
    width: 90%;
    margin: 1rem auto;
}

.cardinfo {
    background-color: rgb(240, 240, 240);
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.28);
    align-items: center;
    border-radius: 15px;
    margin-top: 30px;
    display: flex;
    flex-direction: column; 
    overflow: hidden;
}

.cardimg, .cardimg-sup {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cardimg img, .cardimg-sup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cardcontent {
    margin: auto;
    position: relative;
    padding: 1rem 2rem;
}

.cardtext {
    margin-bottom: 30px;
}

.cardbtn {
    justify-content: center;
    display: flex;
}

.btntour {
    text-decoration: none;
    color: #fff;
    padding: 0.6rem;
    background-color: #ff5000;
    border-radius: 20px;
    cursor: pointer;
    letter-spacing: 3px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.btntour:hover {
    background-color: #3b3b3b;
    color: #ff5000;
}

.cardinfo h1 {
    color: #3b3b3b;
    text-align: center;
}

.cardtext h1 {
    font-size: 30px;
}

.cardinfo h2 {
    color: #ff5000;
    font-weight: 700;
}

.cardinfo p {
    font-size: 18px;
    color: black;
}

.optionsbtns {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.btnopt {
    background-color: #ff5000;
    margin: 5px;
    border: none;
    padding: 6px;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 2px;
    text-decoration: none;
}

.btnopt:hover {
    background-color: #3b3b3b;
    color: #ff5000;
}

.boxcoord {
    background-color: #ff5000;
    padding: 12px 0;
}

.boxcoordtext {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    align-content: center;
    flex-wrap: wrap;
}

.boxtext {
    line-height: 0.9;
    display: flex;
    color: #fff;
    margin: 3% 0;
    text-align: center;
    align-items: center;
    font-size: 10px;
}

.coord {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
}

.boxtext h1 {
    font-size: 30px;
}

.boxtext .fa {
    color: #fff;
    margin: 0 10px;
    font-size: 28px;
}

.boxtext a {
    text-decoration: none;
}

.boxtext a :after {
    content: "";
    width: 0%;
    height: 3px;
    background: #3b3b3b;
    display: block;
    margin: auto;
    transition: 0.25s;
    border-radius: 5px;
}

.boxtext a :hover:after {
    width: 100%;
}

footer {
    position: relative;
    height: auto;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 50px;
}

.footercontainer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}

.sec {
    margin-top: 1px;
    margin-right: 0;
    margin-bottom: 40px;
    justify-content: space-between;
    align-items: center;
}

.sec.aboutus {
    width: 100%;
}

.sec.aboutus img {
    margin-left: 80px;
    margin-top: 30px;
}

.footercontainer h2 {
    position: relative;
    color: #ff5000;
    margin-bottom: 10px;
}

.footercontainer h2:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #ff5000;
}

footer p {
    color: #3b3b3b;
}

.sci {
    margin-top: 40px;
    display: flex;
    margin-left: -20px;
}

.sci li {
    list-style: none;
}

.sci li a {
    display: inline-flex;
    width: 70px;
    height: 50px;
    align-items: center;
    margin-right: 14px;
    justify-content: center;
    text-decoration: none;
    color: #ff5000;
    font-size: 40px;
}

.sci li a:hover {
    color: #3b3b3b;
}

.quickLinks {
    position: relative;
    width: 100%;
}

.quickLinks h2 {
    margin-left: 0;
}

.quickLinks ul li {
    list-style: none;
}

.quickLinks ul li a {
    color: #3b3b3b;
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-block;
    margin-left: 0;
}

.quickLinks ul li a:hover {
    color: #ff5000;
}

.contactus {
    width: 100%;
    margin-right: 0 !important;
    overflow: hidden;
}

.contactus h2 {
    margin-left: 0;
}

.contactus .info {
    position: relative;
}

.contactus .info li {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    margin-left: 0;
}

.contactus .info li span:nth-child(1) {
    color: #ff5000;
    font-size: 30px;
    margin-right: 20px;
}

.contactus .info li span {
    color: #3b3b3b;
}

.contactus .info li a {
    color: #ff5000;
    text-decoration: none;
}

.contactus .info li a:hover {
    color: #3b3b3b;
}

.popupImage {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.popupContainer {
    position: relative;
}

.lock {
    overflow: hidden;
}

.nav-list.active {
    transform: translateX(0);
    transition: transform 0.3s ease-in;
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.mobile-menu.active .line1 {
    transform: rotate(-45deg) translate(-8px, 8px);
}

.mobile-menu.active .line2 {
    opacity: 0;
}

.mobile-menu.active .line3 {
    transform: rotate(45deg) translate(-5px, -7px);
}

.list-fichatec {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.li-fichatec {
    font-weight: bold;
}

span {
    font-weight: normal;
    font-size: 16px;
}

.modal {
    display: none;
    position: absolute;
    z-index: 99999;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 900px;
    max-width: 95vw;
    height: 550px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.close-modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-modal:hover,
.close-modal:focus {
    color: #ff5000;
    text-decoration: none;
    cursor: pointer;
}

#modal-title {
    color: #ff5000;
    text-align: center;
    margin-bottom: 20px;
}

#modal-files-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    max-height: 200px;
}

#modal-files-list a {
    font-size: 14px;
}

.file-link {
    display: block;
    color: #ff5000;
    text-decoration: none;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}


.file-link:hover {
    background-color: #ff5000;
    color: #3b3b3b;
    font-weight: bold;
}

.modal-body-container {
    display: flex;
    gap: 20px;
    flex: 1;
    min-height: 0;
    width: 100%;
    flex-direction: column;
}

.modal-right {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    min-height: 200px;
}

#modal-preview-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
    overflow: hidden;
}

#modal-preview-container img,
#modal-preview-container iframe {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: none;
}

.lista-corretores {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

/* -----------------------------
   TABLET (min-width: 501px up to 768px for modal)
   ----------------------------- */
@media (min-width: 501px) {
    .boxcoordtext {
        flex-direction: row;
        align-items: center;
        align-content: normal;
        flex-wrap: nowrap;
        justify-content: space-around;
    }

    .boxtext {
        margin: 0;
        text-align: center;
    }

    .boxtext h1 {
        font-size: inherit; 
    }

    .coord {
        font-size: 18px; 
    }
}

@media (min-width: 769px) {
    .modal-body-container {
        flex-direction: row;
    }

    .modal-right {
        border-top: none;
        padding-top: 0;
        min-height: auto;
    }

    #modal-files-list {
        max-height: none;
    }
}

/* -----------------------------
   DESKTOP (min-width: 1000px)
   ----------------------------- */
@media screen and (min-width: 1000px) {
    body, html {
        overflow-x: auto;
    }

    .nav-list {
        position: static;
        width: auto;
        height: auto;
        background: transparent;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        transform: none;
    }

    .nav-list li {
        margin-left: 32px;
        opacity: 1;
    }

    .mobile-menu {
        display: none;
    }

    .backgndimg {
        display: block;
    }

    .logoprodutoresp {
        display: none;
    }

    .logoproduto {
        display: block;
        position: absolute;
        top: 15%;
        width: 30%;
        background-color: rgba(0, 0, 0, 0.6);
        box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.7);
    }

    .boxtext {
        font-size: medium; 
    }

    .boxtext .fa {
        font-size: 50px; 
    }

    .coord {
        font-size: 30px; 
    }

    .cardinfo h1 {
        font-size: 200%; 
    }

    .cardtext h1 {
        font-size: initial;
    }

    .cardinfo {
        display: flex;
        flex-direction: row;
        min-height: 35rem;
        height: auto;
        align-items: stretch;
    }

    .cardcontent {
        padding: 1rem 5rem;
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .cardimg, .cardimg-sup {
        width: 50%;
        position: relative;
        min-height: 35rem;
        height: auto;
    }

    .cardimg img, .cardimg-sup img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .footercontainer {
        flex-direction: row;
    }

    .sec {
        margin-right: 30px;
        margin-bottom: 0px;
    }

    .sec.aboutus {
        width: 40%;
    }

    .quickLinks {
        width: 25%;
    }

    .contactus {
        width: calc(35% - 60px);
    }

    .sci {
        margin-left: 0;
    }

    .sci li a {
        margin-right: 10px;
        justify-content: flex-start; 
    }

    .quickLinks h2 {
        margin-left: 30px;
    }

    .quickLinks ul li a {
        margin-left: 30px;
    }

    .contactus h2 {
        margin-left: 20px;
    }

    .contactus .info li {
        margin-left: 20px;
    }
}

@media (min-width: 1100px) {
    .sci li a {
        margin-right: 1px;
    }
}