* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

body {
    font-family: "Open Sans", sans-serif;
}

.institutional-header {
    display: flex;
    padding: 1rem 2rem;
    width: 100%;
    height: auto;
    justify-content: space-between;
    align-items: center;
}

.logo-img {
    height: 80px;
    width: 250px;
}

.contact-header {
    display: flex;
    gap: 2rem;
}

.contact-header-item {
    display: flex;
    align-items: center;
    gap: 5px;

}

.contact-header-item svg {
    height: 25px;
    width: 25px;
}

.contact-header-item span {
    color: #0063a3;
    font-weight: 500;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
}

.title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    background-color: #003054;
}

.title h1 {
    color: #FFF;
    font-size: 2rem;
}

.content-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    min-height: 80vh;
    height: 100%;
}

.content {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.content h2 {
    color: #003054;
    font-size: 2rem;
    margin: 2rem 0;
}

.content h3 {
    color: #003054;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-bottom: 2rem;
}


.item-container {
    width: 100%;
    display: flex;
    gap: .8rem;
    margin: 1rem 0;
}

.item-container.column {
    flex-direction: column;
    gap: .5rem;
}

.item-container.contact-channel {
    gap: .2rem;
    align-items: center;
}

.item-option {
    color: #666666;
    font-weight: bold;
    text-align: left;
    font-size: 1.1rem;
}

.description {
    font-size: 1rem;
    color: #666666;
}

.rodape-totalcad-loja-sketchup {
    background-color: #1c1c1c;
    color: #fff;
    padding: 30px 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4rem;

}

.logo-totalcad {
    width: 200px;
    padding: 8px;

    border-radius: 8px;

    & {
        @media(max-width:992px) {
            width: 140px;
        }
    }
}

.coluna.institucional {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.coluna.certificados {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.coluna.certificados .certificados-badge-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

}

.coluna.certificados img {
    width: 80px;
}

.rodape-totalcad-loja-sketchup .coluna {
    flex: 1 1 340px;
    margin: 10px;
    max-width: 340px;
}

.rodape-totalcad-loja-sketchup h4,
.coluna-sobre-nos-h4,
.coluna-redes-sociais-h4 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 26px;
    margin: 5px;
    color: white;
}

.rodape-totalcad-loja-sketchup p,
.rodape-totalcad-loja-sketchup a,
.contact-container-menu.footer span {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400 !important;
    color: #8f8f8f;
    text-decoration: none;
    margin: 5px;
}

.contact-container-menu.footer {
    margin-top: 1rem !important;
    height: auto;
    flex-direction: column;
    align-items: start;
}

.rodape-totalcad-loja-sketchup a:hover,
.rodape-totalcad-loja-sketchup p:hover,
.contact-container-menu.footer span:hover {
    color: #fff;
}

.rodape-totalcad-loja-sketchup .redes-sociais {
    display: block;
    gap: 10px;
    align-items: center;
}

.rodape-totalcad-loja-sketchup .redes-sociais a img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.rodape-totalcad-loja-sketchup .redes-sociais a img:hover {
    transform: scale(1.1);
}

.contact-container-menu {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-menu-item {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.contact-menu-item svg {
    height: 30px;
    width: 30px;
}



@media screen and (max-width:768px) {
    .logo-img {
        height: 80px;
        width: 250px;
    }

    .contact-header-item svg {
        height: 20px;
        width: 20px;
    }

    .contact-header-item span {
        font-size: 1.2rem;
    }

    .institutional-header {
        padding: 1rem;
        gap: 1rem;
        flex-direction: column;
    }

    .content {
        width: 100%;
        padding: 1.5rem;
    }

    .content h2 {
        font-size: 2rem;
        text-align: center;
    }

    .title h1 {
        font-size: 2rem;
    }

    .rodape-totalcad-loja-sketchup {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }

    .rodape-totalcad-loja-sketchup .coluna {
        max-width: 100%;
        text-align: center;
        flex: none;

    }

    .certificados-badge-container {
        flex-wrap: wrap;
    }

    .contact-container-menu {
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .contact-menu-item {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }





}


@media (max-width:500px) {

    .contact-header {
        flex-direction: column;
        align-items: center;
    }

    .contact-header-item span {
        font-size: 1.2rem;
    }

    .content h2 {
        font-size: 1.8rem;
    }

    .content h3 {
        font-size: 1.1rem;

    }

    .item-container.contact-channel span {
        font-size: .8rem;
    }

    .item-container.contact-channel p {
        font-size: .8rem;
    }

}