/* Fonts */

/* Montserrat - Regular */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

/* Montserrat - Bold */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

/* Montserrat - SemiBold */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

/* Globals */
a {
    text-decoration: none !important;
}

a, span, p, h1, h2, h3, h4, h5, h6{
    font-family: "Montserrat";
}

/* NavBar */
@media (min-width: 768px) {
    /* Reajuste do logo para PC */
    ul > li > a > img{
        width: 135%;
        height: auto;
    }
}

#hamburger {
    color: #6c8cc7;
}
#hamburger:hover {
    color: #1f4555;
}
.nav-link {
    color: #58595b !important;
    font-size: 1.2rem !important;
}
.nav-link.active {
    color: #FFF !important;
    background-color: #6c8cc7;
    padding: .5rem 1rem;
    border-radius: 2rem;
}
.nav-link:hover {
    color: #1f4555 !important;
}

#hamburger-links {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    width: 100%;
}

#hamburger-links.active {
    max-height: 50vh;
    display: block;
}

.hamburger-link {
    color: #6c8cc7;
}
.hamburger-link:hover {
    color: #1f4555;
}

.social-icon {
    width: 2rem;
    height: 2rem;
}

/* Carousel */
.carousel {
    overflow: hidden;
}

.carousel-indicators button {
    height: 1rem !important;
    width: 1rem !important;
    border-radius: 50%;
    background-color: #1f4555 !important;
}
.carousel-indicators button.active {
    background-color: #6c8cc7 !important;
}
.carousel-indicators button:focus {
    outline: 1px solid #FFF;
}

.carousel-item {
    height: 68.66vh;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, black 0, rgba(0, 0, 0, 0) 60%);
    pointer-events: none;
}

.carousel-caption {
    z-index: 10;
    width: 25%;
    bottom: 50%;
    margin-bottom: 10%;
    left: 0 !important;
}

/* .carousel-caption-br {
    display: none;
}

@media (max-width: 460px) {
    .carousel-caption-br {
        display: inline;
    }
} */

@media (max-width: 992px) {
    .gradient-overlay {
        background: radial-gradient(circle at top center, rgba(0, 0, 0, 0), black);
    }
    .carousel-caption {
        bottom: 0;
        width: 75%;
    }
}


@media (min-width: 992px) and (max-width: 1400px) {
    .carousel-caption {
        width: 50%;
    }
}

.heading-button {
    background-color: #1f4555 !important;
}
.heading-button:hover {
    background-color: #17333d !important;
}

/* Info Icons */
.info-icon {
    width: 6rem;
}

.info-hl {
    color: #1f4555;
}

/* Chamada WhatsApp */
.chamada-container {
    background-color: #1f4555;
}

@media (max-width: 1200px) {
    .chamada-img {
        width: 50%;
    }
}

/* Info Soluções */
.infosol-container {
    background: url('../images/solucoes.webp') no-repeat center center;
    background-size: cover;
}
.infosol-text {
    margin-bottom: 15%;
}

@media (max-width: 992px) {
    .infosol-container {
        background: none;
    }
    .infosol-text {
        margin-bottom: 0;
    }
}

.infosol-heading {
    color: #1f4555;
}

/* Collect */
.collect-heading {
    color: #1f4555;
}

.collect-paragraph {
    width: 75%;
}

@media (max-width: 992px) {
    .collect-paragraph {
        width: 100%;
    }
}

.collect-graph {
    height: 30vh;
}

.collect-mobile-icon {
    width: 4.5rem !important;
}

.collect-info-card {
    background-color: #e6e6e4;
}

.collect-icon {
    width: 7rem;
    margin-top: -10%;
}

.collect-button {
    background-color: #1f4555 !important;
}
.collect-button:hover {
    background-color: #17333d !important;
}

/* Grupo AZtronic */
.gaz-container {
    background-color: #1f4555;
}

.gaz-text-wrap {
    width: 75%;
}
@media (max-width: 992px) {
    .gaz-text-wrap {
        width: 100%;
    }
}

.gaz-link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.1rem;
    background-color: white;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: bottom right;
}
.gaz-link:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.gaz-watermark {
    filter: brightness(0) invert(1);
}

/* AZtronic Solutions */
.azsol-heading, .azsol-subheading{
    color: #1f4555;
}

.azsol-heading-br {
    display: none;
}
@media (max-width: 460px) {
    .azsol-heading-br {
        display: inline;
    }
}

.azsol-card {
    background-color: #e6e6e4;
}

.azsol-button {
    background: #1f4555 !important; 
}
.azsol-button:hover {
    background-color: #17333d !important;
}

/* Clientes */
.clientes-heading {
    color: #1f4555;
}

/* Feedbacks */
.feedbacks-container {
    background-color: #e6e6e4
}

.feedbacks-heading {
    color: #1f4555;
}

.feedbacks-quote {
    width: 10rem;
    height: 10rem;
}

.feedbacks-container span {
    color: #1f4555;
}

/* Blog */

.blog-heading h3 {
    color: #1f4555;
}

.blog-heading span {
    color: #1f4555;
}

.post-thumbnail {
    height: 20rem;
}

.post-title {
    color: #1f4555;
    font-size: 1rem;
}

@media (max-width: 992px) {
    .post-thumbnail {
        height: 15rem;
    }
    .post-title {
        font-size: 1.5rem;
    }
}

.post-button {
    background-color: #1f4555 !important;
}
.post-button:hover {
    background-color: #17333d !important;
}

/* Form Contato */
.form-container {
    background-color: #1f4555;
}

.required-label::after {
    content: " *";
    color: red;
}

.required-info::before {
    content: "*";
    color: red;
}

.form-button {
    color: #1f4555 !important;
}
.form-button:hover {
    background-color: #e6e6e4 !important;
}

.form-watermark {
    filter: brightness(0) invert(1);
}

/* Botão Flutuante do WhatsApp */
.whatsapp-button {
    z-index: 1000;
}

.whatsapp-button img {
    width: 6rem;
}

@media (max-width: 992px) {
    .whatsapp-button img {
        width: 5rem;
    }
}

/* Footer */
.footer-logo {
    width: 20rem;
}

.footer-icons {
    width: 2rem;
    height: 2rem;
}

.footer-trademark {
    background-color: #1f4555;
}
