.content-section p.quote {
    font-weight: 700;
    position: relative;
    padding-left: 50px;
    color: #2a338d;
    text-transform: uppercase;
}

.content-section p.quote::before {
    content: '"';
    position: absolute;
    left: -5px;
    top: 40px;
    font-size: 150px;
    color: #d1d1d1;
    font-weight: 700;
}

.dots {
    width: 100%;
    height: 130px;
    background: url(../img/dots.png) repeat-y right center;
}

.responsive-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 20px;
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.content-section h3 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 26px;
}

.content-section h3:before {
  content: "";
  display: block;
  margin-bottom: 5px;
  width: 30px;
  border-top: 2px solid #2a338d;
}

.content-section p {
  color: #9a9ba1;
  text-align: justify;
  line-height: 25px;
}

.content-section {
  margin-bottom: 120px;
}

.content-section h3.fonte-big{
  font-size: 30px;
}
.content-section p {
  font-size: 20px;
  font-weight: 300;
}
.content-section .texto-informativo p {
  color: #2a338d;
  font-size: 20px;
}
.content-section .botao_azul {
  height: 47px;
  padding: 0 20px;
  background-color: #2a338d;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  line-height: 47px;
}
.content-section .botao_azul:hover {
  background-color: #3641b4;
}
.content-section form .fileinputs {
  padding: 10px;
  border-radius: 50px;
  position: relative;
  width: 100%;
  background-color: #2a338d;
  color: #fff;
}

.feature-grid {
	display: grid;
	height: 630px;
	width: 100%;
	gap: 15px 15px;
	grid-template-columns: 1.15fr 0.85fr;
	grid-template-rows: 1fr 1fr;
	grid-template-areas:
		"feature-one feature-two"
		"feature-one feature-three";
        margin-bottom: 15px;
}

.feature-grid .feature-one { grid-area: feature-one; }
.feature-grid .feature-two { grid-area: feature-two; }
.feature-grid .feature-three { grid-area: feature-three; }

.marcas .marca {
	display: flex;
	flex-direction: column;
    position: relative;
}

.marcas .marca:not(.feature) {
    height: 375px;
}

.marcas .marca .imagem {
	text-align: center;
	overflow: hidden;
	max-width: 100%;
    height: 100%;
	position: relative;
    width: 100%;
	flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.marcas .marca img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center center;
	transition: all 0.4s ease;
	z-index: -1;
    filter: grayscale(1);
}

.marcas .marca a {
	overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.6rem
}

.marcas .marca a::before,
.marcas .marca a::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 50%;
    background-color: #2a338d;
    opacity: 0.8;
    z-index: 1;
    transition: all 0.4s ease;
}

.marcas .marca a::before {
    left: 0;
    top: 0;
}

.marcas .marca a::after {
    right: 0;
    bottom: 0;
}

.marcas .marca a:hover:before,
.marcas .marca a:hover:after {
    width: 0;
}

.marcas .marca a:hover img {
   filter: grayscale(0);
}


.marcas .marca a span {
    position: absolute;
    z-index: 2;
}

.marcas .flex-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.marcas .flex-row [class^="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-bottom: 15px;
}

.filters {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.filters .filter-group:not(:last-child) {
    margin-right: 20px;
}

.filters .filter-group label {
    display: block;
    text-transform: uppercase;
    color: #2a338d;
    margin-bottom: 0;
    font-size: 1rem;
}

.filters .filter-group .filter-select {
    display: block;
    width: 200px;
    height: 40px;
    border: 1px solid #2a338d;
    border-radius: 0;
    padding: 0 5px;
    background-color: transparent;
}

.marcas-produtos {
    display: flex;
    flex-wrap: wrap;
}

.marcas-produtos .marca {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    margin-bottom: 50px;
}

.marcas-produtos .marca:not(:nth-child(4n)):not(:last-child) {
    border-right: 1px solid #cccccc;
}

.marcas-produtos .marca img {
    max-width: 100%;
    height: auto;
}

@media(max-width: 767.98px) {
    #carreiras h3, #nossasmarcas h3, #sejacliente h3 {
        margin-bottom: 30px;
    }

    .content-section p.quote {
        font-size: 0.9rem;
        padding-left: 30px;
    }

    .content-section p.quote::before {
        left: -8px;
        top: 29px;
        font-size: 100px;
    }
}

@media (max-width: 575.98px) {
    .feature-grid {
        height: 170px;
        grid-template-columns: 1fr 1fr;
        gap: 5px 5px;
        margin-bottom: 5px;
    }

    .marcas .flex-row {
        margin-left: -2.5px;
        margin-right: -2.5px;
    }
    
    .marcas .flex-row [class^="col-"] {
        padding-right: 2.5px;
        padding-left: 2.5px;
        margin-bottom: 5px;
    }

    .marcas .marca:not(.feature) {
        height: 170px;
    }

    .marcas .marca a {
        font-size: 0.9rem;
    }

    .filters {
        flex-direction: column;
        align-items: flex-start;
    }

    .filters .filter-group:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .marcas-produtos .marca {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 0px;
        border-bottom: 1px solid #cccccc;
    }

    .marcas-produtos .marca:not(:nth-child(4n)):not(:last-child) {
        border-right: none;
    }
    
    .marcas-produtos .marca:not(:nth-child(2n)):not(:last-child) {
        border-right: 1px solid #cccccc;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .feature-grid {
        height: 285px;
    }

    .marcas .marca:not(.feature) {
        height: 160px;
    }

    .marcas .marca a {
        font-size: 1rem;
    }

    .marcas-produtos .marca {
        flex: 0 0 33.3333333%;
        max-width: 33.3333333%;
        margin-bottom: 30px;
    }

    .marcas-produtos .marca:not(:nth-child(4n)):not(:last-child) {
        border-right: none;
    }
    
    .marcas-produtos .marca:not(:nth-child(3n)):not(:last-child) {
        border-right: 1px solid #cccccc;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .feature-grid {
        height: 390px;
    }

    .marcas .marca:not(.feature) {
        height: 220px;
    }

    .marcas .marca a {
        font-size: 1.2rem;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .feature-grid {
        height: 526px;
    }

    .marcas .marca:not(.feature) {
        height: 300px;
    }
}

#produto .produto-tipo,
#produto .produto-logo {
    margin-bottom: 30px;
}

#produto .produto-logo img {
    border: 1px solid #2a338d;
}

#produto .flag-icon {
    display: block;
    font-size: 2.2rem;
    border-radius: 50%;
}

#produto .produto-tipo {
    display: flex;
    align-items: center;
}

#produto .produto-tipo p {
    text-transform: uppercase;
    color: #FFF;
    padding: 0 15px;
    background-color: #2a338d;
    margin-bottom: 0;
    margin-right: 10px;
    line-height: 35px;
}

#produto .produto-titulo {
    text-transform: uppercase;
    margin-bottom: 15px;
}

#produto .produto-descricao {
    text-align: left;
    line-height: 1.5em;
}

#produto .informacao {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#produto .informacao .informacao-wrapper {
    flex: 1;
}

#produto .informacao .informacao-titulo {
    color: #939393;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
}

#produto .informacao .informacao-descricao {
    color: #939393;
    font-size: 1rem;
    margin-bottom: 0;
}

#produto .produto-imagem {
    text-align: center;
    position: relative;
    height: 600px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#produto .produto-imagem .package_picture {
    position: absolute;
    height: 100%;
    width: auto;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

#produto .produto-imagem .package_picture.package_picture--active {
    opacity: 1;
}

#produto .text-right {
    text-align: right;
}

#produto .text-right h3:before {
    margin-left: auto;
}

#produto .text-right h3,
#produto .text-right p {
    text-align: right;
}

#produto .produto-coloracao {
    margin: 50px 0;
    width: 190px;
    position: relative;
    display: inline-block;
}

#produto .produto-coloracao::after,
#produto .produto-coloracao .arrow {
    content: '';
    display: block;
}

#produto .produto-coloracao::after {
    background: url(../img/cor_cerveja.png) 0 0 no-repeat;
    width: 100%;
    height: 27px;
}

#produto .produto-coloracao .arrow {
    background: url(../img/arrow.png) 0 0 no-repeat;
    width: 12px;
    height: 19px;
    position: absolute;
    bottom: -6px;
}

#produto .informacao-icone {
    width: 35px;
    height: 35px;
    margin-left: 5px;
}

#produto .produto-logo img,
#produto .informacao-icone  img {
    max-width: 100%;
    height: auto;
}

.embalagens-box {
    border: 2px solid #c2c1c1;
    padding: 5px 10px;
    display: flex;
    flex-wrap: wrap;
    width: 320px;
    margin-bottom: 30px;
}

.embalagens-box .embalagem {
    flex: 0 0 20%;
    max-widtH: 20%;
    color: #939393;
    text-align: center;
    margin: 3px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.embalagens-box .embalagem.embalagem--active span {
    color: #2a338d;
    font-weight: 700;
}

.embalagens-box .embalagem.embalagem--active .embalagem-icone {
    filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);
}

.embalagens-box .embalagem-icone {
    height: 50px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    width: 100%;
    text-align: center;
}

.embalagens-box .embalagem-icone img {
    display: inline-block;
}

.embalagem-select {
    display: none;
    margin-bottom: 30px;
}

.embalagem-select select {
    position: relative;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    border: 1px solid #cccccc;
    padding: 10px 40px 10px 18px;
    width: 100%;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 8px center;
}

@media (max-width: 767.98px) {
    #produto .produto-coloracao {
        display: block;
        margin: 30px auto;
    }

    #produto .produto-descricao {
        line-height: 1.3em;
        font-size: 1.2rem;
        text-align: justify;
    }

    #produto .text-right h3 {
        text-align: left;
    }
    #produto .text-right p {
        text-align: justify;
    }

    #produto .text-right h3:before {
        margin-left: 0;
        margin-right: auto;
    }

    #produto .flag-icon {
        width: 30px;
        height: 30px;
    }

    #produto .produto-tipo p {
        font-size: 17px;
        line-height: 30px;
    }

    #produto .produto-logo {
        width: 120px;
        margin-bottom: 10px;
    }

    #produto .produto-imagem {
        height: 250px;
        margin: 20px 0;
    }

    .embalagens-box {
        display: none;
    }

    .embalagem-select {
        display: block;
    }
}
