.opacity {
    padding-top: 60px;
    background: transparent linear-gradient(180deg, #141414 0%, #80808000 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.container-fluid {
    color: #7E7E7E;
}

.colorYellow {
    color: #f3ba1a;
}

.colorGreen {
    color: #7FAC00;
}

#mainImage {
    position: relative;
}

#contentMainImage {
    position: absolute;
    top: 45%;
    color: white;
    font-size: 1.8vw;
}

#contentMainImage hr {
    margin: 0.25rem 0 0.5rem 0;
    border: 1px solid #FFC114;
    opacity: 1;
}

#carbon_delivery_svg path {
    fill: #f3ba1a;
}

#titleDivText {
    font-size: 2.4rem;
    text-align: center;
}

.titleDivContent {
    font-size: 1.45rem;
}

.numberTitle {
    font-size: 2rem;
}

.titleDivContent a {
    color: #7E7E7E;
}

.starSize {
    width: 110px;
}

#buttonVisitUs {
    font-size: 1.2rem;
    color: #F9A825;
    padding: 2px 5px 2px 5px;
    border: 1px solid #FFC114;
    border-radius: 25px;
    background: transparent;
    align-items: center;
}

#buttonVisitUs a {
    text-decoration: none;
    color: #F9A825;
}

#imgVisitUs {
    margin: 2px;
    padding: 1px;
    width: 15px;
}

@media only screen and (min-width: 1024px) and (max-width: 1600px) {
    #titleDivText {
        font-size: 1.75rem;
        text-align: center;
    }

    .titleDivContent {
        font-size: 1rem;
    }

    .numberTitle {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    #mainImage {
        margin-top: 7.3rem;
    }

    #contentMainImage {
        left: 6vw;
        top: 6vw;
        font-size: 7vw;
    }

    #contentMainImage hr {
        margin: 0.15rem 0 0.15rem 0;
        border: 1px solid #FFC114;
    }

    #mainImageTitle {
        line-height: 9vw;
    }

    #carbon_delivery_svg {
        width: 35px;
    }

    #contentSuppliers {
        margin-top: -230px;
        color: #7E7E7E;
    }

    #titleContentSuppliers {
        font-size: 4.5vw;
    }

    .numberTitle {
        font-size: 1.1rem;
    }

    .iconSize {
        width: 80px;
    }

    .numberIconSize {
        width: 30px;
    }

    .textSizeContent {
        font-size: 0.85rem;
    }

    .textSizeContent p a {
        color: #7E7E7E;
    }

    .custom-list {
        list-style-type: none;
        padding-left: 0;
    }
}

