@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/* BUF FIXING */
@media (max-width: 1100px) {
    
    .card-group {
        margin: 0px auto;
        margin-bottom: 0 !important;
    }

    .card-group-show {
        display: table !important;
    }

    .card-group>.card {
        margin-bottom: 1rem;
    }

}

@media (max-width: 900px) {

    p {
        font-size: 16px;
    }

    .section-padding {
        padding: 50px 20px !important;
    }

    .turismo-div {
        padding: 4rem 2rem !important;
    }

    .concursos {
        margin: 0px 20px !important;
    }

    .img-apoio {
        max-height: 2.5rem !important;
        max-width: auto;
    }

}

@media (max-width: 500px) {
    .turismo-div {
        padding: 4rem 1rem !important;
    }
}

@media (max-width: 468px) {
    .card {
        width: 16rem !important;
        height: 22rem !important;
    }
}

/* GERAL */
.subtitulo {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.subtitulo-invertido {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 60px;
}

.section-padding {
    padding: 50px 50px;
}

.featured-section {
    padding: 100px 50px;
}

.text-indent {
    text-indent: 30px;
}

/* HOME */
.hero-section {

    .roboto-condensed {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 700;
        font-style: normal;
    }

    a {
        font-weight: 400;
    }
}


/* O CAFE NA REGIAO */
.influencia-prod {
    margin: 50px 0px;
}

/* COCAMPI */
.cargos-div {
    margin: 60px 0px;

    ul {
        margin-bottom: 2rem;
    }

    li{
        font-size: large;
        color: black;
    }
}

/* INDICAÇÃO GEOGRAFICA */
.custom-block-bg-overlay-wrap {
    background: #15432A;
}
  
.custom-block-bg-overlay-wrap:hover {
    background: #95ac2c;
    transform: scale(1.05);
}

/* ASSOCIADOS */
.card-group {

    margin-bottom: 2rem;
    display: none;

    .card {
        width: 18rem;
        height: 24rem;
    }

    .border-primary {
        border: 1px solid #95ac2c !important;
        border-radius: 1rem !important;
    }

    .card-img-top {

        height: 11rem;
        width: auto;
        object-fit: scale-down;

        margin: 1rem;
    }
}

.card-group-show {
    display: flex;
}

.btn-hidden {
    display: none;
}

/* TURISMO DO CAFE */
.turismo-div {

    background-color: #ffffff;
    border-radius: 1.5rem;
    padding: 4rem;
    margin: 4rem 0rem;

    hr {
        margin: 2rem 0rem;
    }

    .carousel {
        
        margin: 50px 50px 0px 50px;

    }

    .services-image {
        margin-bottom: 3rem;
        max-width: 15rem;
        max-height: 15rem;
        height: auto;
        width: auto;
    }

    .carousel-item img {
        border-radius: 1.5rem;
        max-height: 40rem;
        height: 100%;
        width: 100%;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 6rem;
        height: 6rem;
    }

    

}

.turismo-header {
    
    h2 {
        font-size: 55px !important; 
    };
    
    
    padding: 3rem 3rem;
    
}



/* NOSSOS CONCURSOS */
.concursos {
    margin: 0px 50px;

    .carousel {
        margin: 0 auto;
        max-height: 40rem;
        height: auto;
        width: 50rem;

        img {
            border-radius: 1.5rem;
        }

        .carousel-control-prev-icon, .carousel-control-next-icon {
            width: 6rem;
            height: 6rem;
        }
    }
}

/* FINAL */
.site-footer {
    padding-bottom: 50px;
}

.apoio {
    color: #15432A;
}

.img-apoio {
    max-height: 3rem;
    max-width: auto;
}

/*Opção 1  de Cores*/
.subtitulo {
    color: #95ac2c;
    text-shadow: 2px 2px 1px #15432A;
}

.influencia-prod {
    color: #15432A;
}

.telefone-strong {
    color: #15432A;
}

.social-icon-link {
    background: #15432A;
}

.about-section h6 {
    color: #15432A;
}
    
.custom-btn {
    background: #15432A;
    color: var(--white-color);
    font-weight: 400;
}

.custom-btn:hover {
    background: #95ac2c;
    color: var(--white-color);
}

.site-footer-link {
    color: #95ac2c;
}

.site-footer-link:hover {
    color: #15432A;
}

a:hover {
    color: #95ac2c;
}