.producao-video {
    background-image: url(../../img/cimento-listrado.png);
    background-size: contain;
}
.video {
    position: relative;
    margin-bottom: 12rem;
}
.video__button {
    position: absolute;
    background: transparent;
    border: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(0, 0, 0, .5);
    outline: none;
    cursor: pointer;
}
.video__button::after {
    content: '\f04b';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 12rem;
    color: rgba(255, 255, 255, .6);
}
.video__button:active::after {
    font-size: 10rem;    
}
.video__thumbnail {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.video__iframe {
    width: 100%;
    height: 500px;
    border: none;
    position: relative;
    z-index: 0;
}
.description .negocios-description p {
    text-align: left;
}
.description .negocios-description .text-red {
    font-size: 3rem;
    display: block;
    text-align: center;
}
.description .negocios-description p:first-child {
    margin-bottom: 2rem;
}
.section-mapa {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.section-mapa::before,
.section-mapa::after {
    content: '';
    position: absolute;
    background-color: #d83533;
    left: 50%;
    display: block;
}
.section-mapa::before {
    bottom: 2rem;
    height: 20px;
    width: 20px;
    transform: translateX(-0.95rem);
    border-radius: 100%;
}
.section-mapa::after {
    bottom: 0;
    height: 2rem;
    width: 2px;
    /* transform: translateX(-0.6rem); */
}
.mapa__paises {
    cursor: pointer;
}
.mapa__paises:hover,
.mapa__paises.active {
    fill: #a50806;
}
.mapa__paises:hover ~ .mapa__pin {
    fill: #b2b2b2;
    transform: translateY(-5px);
}
.mapa__paises.active ~ .mapa__pin {
    fill: #b2b2b2;
    transform: translateY(0);
}
.mapa__info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
}
.mapa__info.active {
    opacity: 1;
    visibility: visible;
}
.mapa__photo {
    display: flex;
    align-items: center;
}
.mapa__description {
    position: absolute;
    background-color: #e6e7e9;
    transform: scale(0.7);
    transition: transform .4s;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    left: 1px;
    top: 1px;
}
.mapa__description.active {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.mapa__description::before {
    content: '';
    width: 120px;
    position: absolute;
    left: 1px;
    height: 100%;
    transform: translateX(-100%);
    background-color: #e6e7e9;
    opacity: .5;
    -webkit-clip-path: polygon(0 70%, 100% 100%, 100% 0);
    clip-path: polygon(0 70%, 100% 100%, 100% 0);
}
.mapa__photo img {
    height: 80%;
    margin: 0 auto;
}
.mapa__text {
    background-color: #fff;
    position: relative;
}
.mapa__text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 15%;
    background-color: #d83533;
}
.mapa__content {
    padding: 2rem 5rem;
    border-bottom: 1px solid #c3c3c3;
}
.mapa__content a {
    text-decoration: none;
}
.mapa__content > * {
    padding: 1rem 0;
}
.mapa__name {
    font-size: 2.5rem;
}
.mapa__marcas {
    border-top: 1px solid;
    border-bottom: 2px solid;
    border-color: #c3c3c3;
    padding: 1.5rem 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.marcas__title {
    flex: 0 0 100%;
    margin-bottom: 1rem;
}
.mapa__marcas div { 
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background-color: #e6e7e9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.mapa__marcas a {
    text-decoration: none;
}
.mapa__link {
    padding: 2rem 3rem;
    text-decoration: none;
    display: inline-block;
}
.mapa__link i {
    margin-right: 1rem;
}
.mapa__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}
.mapa__close i {
    font-size: 2.3rem;
    line-height: normal;
}
.section-quantidade {
    display: flex;
    align-items: center;
    justify-content: center;
}
.quantidade .flex__title.text-bold {
    font-family: Bold;
    margin-bottom: 0;
}
.negocios-description {
    padding-top: 6rem;
}
.section-producao .section-why {
    background-color: #f1f1f1;
    margin-bottom: 10rem;
}
.section-producao .section-why p {
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.8px;
}
.negocios__content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8rem 0;
    background-color: #fff;
}
.negocios__content > * {
    flex: 0 0 50%;
}
.negocios__content > img {
    margin: 0 auto;
    display: block;
    max-width: 270px;
    flex: unset;
}
.negocios__content > div {
    text-align: left;
    border-left: 2px solid #c3261f;
    padding: 5rem 0 5rem 5rem;
}
.negocios__content > div p {
    text-align: left;
    font-size: 2rem;
}
.negocios__content > div p span {
    display: block;
    font-size: 3rem;
}
@media only screen and (max-width: 500px) {
    .quantidade .flex__title.text-bold {
        font-size: 3rem;
    }
}
.quantidade {
    text-align: right;
    padding: 1rem 3.4rem;
    flex: 0 0 50%;
}
.quantidade--esquerda {
    text-align: left;
    border-left: 2px solid #d83533;
    /* padding-left: calc(2rem - 1px); */
}
.quantidade * {
    margin: 0.5rem 0;
}

@media only screen and (max-width: 800px) {
    .mapa__info {
        position: relative;
        height: auto;
        z-index: 5;
    }
    .mapa__description.flex-content {
        flex-direction: row;
        width: 100%;
        left: initial !important;
        top: initial !important;
    }
    .mapa__photo {
        width: 50%;
    }
    .mapa__text {
        width: 50%;
    }
    .mapa__description.active {
        position: initial;
    }
    .mapa__description::before {
        display: none;
    }
    .mapa {
        /* transform: scale(2.1); */
    }
    .section-mapa {
        overflow: scroll;
    }
    .section-quantidade {
        align-items: initial;
    }
}
@media only screen and (max-width: 500px) {
    .mapa__description.flex-content {
        flex-direction: column;
    }
    .mapa__photo,
    .mapa__text {
        width: 100%;
    }
    .section-mapa::before, .section-mapa::after {
        display: none;
    }
}

/* Alto contraste */
.high-contrast .section-quantidade {
    background-color: #464646;
    padding-bottom: 5rem;
}
.high-contrast .section-producao {
    background-color: #464646;
}
.high-contrast .producao-video {
    margin: 0;
    background: #343434;
}
.high-contrast .section-mapa::before,
.high-contrast .section-mapa::after {
    background-color: #fff;
}
.high-contrast .quantidade--esquerda {
    border-color: #fff;
}