/*
font-family: 'Josefin Sans', sans-serif;
font-family: 'Readex Pro', sans-serif;
font-family: 'Chivo', serif;
*/
@font-face {
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: normal;
    src: local('Chivo'), url('AnticDidone-Regular.woff') format('woff');
    }
html {
    margin:0;
    height: 100vh;
    min-height: 100vh !important;
}
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'Chivo', sans-serif;
    color: #000;
    height: 100vh;
    width: 100%;
    min-height: 100vh !important;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    overflow-x: hidden;
    /*
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;*/
}
.mobile {
    display: none!important;
}
button:focus {
    outline: 0 !important;
}
address, dl, fieldset, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul {
    font-family: inherit;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit
}
b {
    font-weight: 600
}

ol {
    margin-left: 20px
}

button {
    cursor: pointer
}
.container a, a {
    /*color: inherit!important;*/
    text-decoration: none;
    background-color: transparent
}
a:hover {
    /*text-decoration: none !important;*/
    color: inherit!important;
}
a, button {
    outline: 0
}
img {
    border: 0;
    outline: 0
}
.uppercase {
    text-transform: uppercase
}

::placeholder {
    color: #1a315c;
    opacity: 1
}

.space-3 {
    width: 100%;
    display: table;
    height: 3px
}

.space-5 {
    width: 100%;
    display: table;
    height: 5px
}

.space-10 {
    width: 100%;
    display: table;
    height: 10px;
    transition-duration: .5s
}

.space-15 {
    width: 100%;
    display: table;
    height: 15px;
    transition-duration: .5s
}

.space-20 {
    width: 100%;
    display: table;
    height: 20px;
    transition-duration: .5s
}

.space-30 {
    width: 100%;
    display: table;
    height: 30px;
    transition-duration: .5s
}

.space-40 {
    width: 100%;
    display: table;
    height: 40px;
    transition-duration: .5s
}
.space-60 {
    width: 100%;
    display: table;
    height: 60px;
    transition-duration: .5s
}
.padding0 {
    padding: 0
}
.padding10 {
    padding: 10px
}
.padding15 {
    padding: 15px
}
.padding20 {
    padding: 20px
}
.paddingright20 {
    padding-right: 20px
}
.padding30 {
    padding: 30px
}
.padding40 {
    padding: 40px
}
.nohover:hover {
    color: inherit !important
}
.nodeco {
    text-decoration: none !important
}
.nodisplay
{
    display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.owl-carousel .owl-item img {
    display: inherit;
    width: inherit;
}
/****************************************************************************** LEADERBOARD / TOPO ************************************/
.leaderboard1
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 120px;
    line-height: 120px;
    text-align: center;
    color: #FFFFFF;
}
.leaderboard2
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;

}
.topmenu
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 90px;
    line-height: 130px;
    text-align: center;
    color: #D7C69E!important;
    display: block;
}
.topmenu:hover, .topmenu.active
{
    font-weight: 900;
    background-size: contain;
    background-position: center;
    background-image: url("../img/menu-bg.svg");
    background-repeat: no-repeat;
    color: #D7C69E!important;
}
.fullscreen-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    object-fit: cover;
    object-position: top;
    background-size: cover;
    background-color: #000;
}
.customNextBtn, .customPrevBtn
{
    cursor: pointer;
}
.fullscreen-bg-black {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -90;
    object-fit: cover;
    object-position: top;
    background-color: rgba(0,0,0,.3);
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: -95;
}
.cruz
{
    max-width:32px;
}
.menuTopoSpace
{
    height: 170px;
    width: 100%;
}
.menuTopoContainer
{
    background-color: rgba(0,0,0,.0);
    position: fixed;
    z-index: 100;
    height: 170px;
    transition: .5s;
}
.menuTopoContainer .logotopo
{
    transition: .5s;
    height: 145px;
    margin: 10px;
    margin-top: 15px;
}
.menuTopoContainer .topNav
{
    list-style: none;
}
.menuTopoContainer .topNav li
{
    display: inline-block;
    margin-right: 20px;
}
.menuTopoContainer .topNav li a
{
    font-family: Readex Pro;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 40px;
    text-align: right;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.menuTopoContainer .topNav li.active a
{
    font-weight: 600;
}
.menuTopoContainer .topNav li:last-child a
{
    padding-right: 0px;
}
.menuTopoContainer .topNav li:hover a
{
    color: #FFFFFF!important;
}
.menuTopoContainer .topSocial
{
    transition: .5s;
}
.menuTopoContainer.scrolled
{
    height: 55px;
    background-color: rgba(62,15,29,.9);
    transition: .5s;
    border-bottom: 0px;
}
.menuTopoContainer.scrolled .topSocial
{
    margin-top: -50px;
    transition: .5s;
}
.menuTopoContainer.scrolled .logotopo
{
    height: 40px;
    margin: 5px;
    transition: .5s;
}
.menuTopoContainer.scrolled .topspacer20
{
    height: 10px;
    transition: .5s;
}
/************* MENU HEADER BLACK *******************************/


.menuTopoContainer.black
{
    background-color: rgba(255,255,255,.0);
}
.menuTopoContainer.black .topNav li a
{
    color: #000000;
}
.menuTopoContainer.black .topNav li:hover a
{
    color: #000!important;
}
.menuTopoContainer.black.scrolled
{
    background-color: rgba(255,255,255,.9);
}
/******************* MENU HEADER BLACK FIM **********************/
.home12
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #691A32;
}
.btn-simple
{
    background-color: transparent;
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #D12030;
    border: 0px;
    background-image: url('../img/btn-line2.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
}
.family-bg
{
    background-image: url('../img/home-family-bg.png');
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat;
}
.title-bordeaux
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #691A32;
}
.footer-link
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #D7C69E;
    transition: .5s;
}
.footer-link:hover
{
    color: #fff!important;
    transition: .5s;
}
.footer-email
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #D7C69E;
    transition: .5s;
}
.footer-email:hover
{
    color: #fff!important;
    transition: .5s;
}
.footer-text-mini
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #D7C69E;
    opacity: .8;
}
.home-family-menu
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #691A32;
}
.horizontalscroll
{
    height: 470px;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden
}
div.horizontalscroll::-webkit-scrollbar {
    height: 8px;
    cursor: pointer;
}

/* Track */
div.horizontalscroll::-webkit-scrollbar-track {
    background: #D7C69E;
    cursor: pointer;
}

/* Handle */
div.horizontalscroll::-webkit-scrollbar-thumb {
    background: #691A32;
    cursor: pointer;
}

/* Handle on hover */
div.horizontalscroll::-webkit-scrollbar-thumb:hover {
    background: #000;
    cursor: pointer;
}
.footerMenu
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: right;

    color: #EFE8D8;
}
.footer-text2
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #D7C69E;
}

.footer-submit
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #D7C69E;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: transparent;
    border: 0px;
    background-image: url('../img/btn-line3.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
}
.footer-input
{
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #D7C69E;
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #D7C69E;
    width: 95%;
}
.footer-input::placeholder
{
    opacity: .8;
    color: #D7C69E;
}
.footer-tit
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
    color: #691A32;
}
.footer-text
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 35px;
    line-height: 41px;
    color: #D7C69E;
}
.boxProdutorHome
{
    width: 350px;
    min-height:450px;
    height: 450px;
    max-width: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.boxProdutorHome .titleProdutor
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    height: 130px;
    background-position: center;
    background-repeat: no-repeat;
    white-space: break-spaces;
}
.boxProdutorHome .titleProdutorBrands
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    height: 130px;
    background-position: center;
    background-repeat: no-repeat;
}

.boxProdutor
{
    width: 100%;
    min-height:450px;
    height: 450px;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.boxProdutor .titleProdutor
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    height: 130px;
    background-position: center;
    background-repeat: no-repeat;
    white-space: break-spaces;
}
.boxProdutor .titleProdutorBrands
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    height: 130px;
    background-position: center;
    background-repeat: no-repeat;
}
.linha-vinho
{
    height: 1px;
    border-bottom: 1px solid #491424;
    width: 100%;
}
.home-frase1
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #D12030;
}
.home-frase2
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 30px;
    line-height: 38px;
    color: #691A32;
}
.text-destaque1
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;

    /* Vinho */

    color: #691A32;

}
.text-destaque2
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 50px;
    line-height: 60px;

    /* Vinho */

    color: #691A32;
}
.home-destaques1 .home-destaques-box .regionNome, .home-destaques1 .home-destaques-box .title
{
    color:#D7C69E;
}
.home-destaques2 .home-destaques-box .regionNome, .home-destaques2 .home-destaques-box .title
{
    color:#691A32;
}
.home-destaques3 .home-destaques-box .regionNome, .home-destaques3 .home-destaques-box .title
{
    color:#691A32;
}
.home-destaques-box
{

    background-repeat: no-repeat;
}
.home-destaques-box:hover
{
    background-image: url(../img/product-hover.svg);
    background-repeat: no-repeat;
    background-position: top 30px center;
}
.home-destaques1 .home-destaques-box .home-seta-right
{
    fill: #D7C69E;
    transition: .5s;
}
.home-destaques2 .home-destaques-box .home-seta-right
{
    fill: #D7C69E;
    transition: .5s;
}
.home-destaques3 .home-destaques-box .home-seta-right
{
    fill: #691A32;
    transition: .5s;
}
.home-destaques1 .home-destaques-box:hover .home-seta-right, .home-destaques2 .home-destaques-box:hover .home-seta-right, .home-destaques3 .home-destaques-box:hover .home-seta-right
{
    fill: #D12030;
    color: #D12030;
    transition: .5s;
}
.home-destaques-box .title
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #691A32;
    margin-top:10px;
}
.home-destaques-box .regionNome
{
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #691A32;
    text-transform: uppercase;
}
.home-destaques-menu
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 50px;
    line-height: 60px;
    opacity: 0.6;
}
.home-destaques-menu:hover .home-destaques-menu-op1
{
    color:#fff!important;
}
.home-destaques-menu:hover .home-destaques-menu-op2
{
    color:#D12030!important;
}
.home-destaques-menu.active, .home-destaques-menu.active:hover
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    color: #D12030!important;
    opacity: 1;
}

.home-destaques-menu-op1, .home-destaques-menu-op1:hover
{
    color:#D7C69E!important;
}
.home-destaques-menu-op2, .home-destaques-menu-op2:hover
{
    color:#691A32!important;
}
.home-destaques-menu-op3, .home-destaques-menu-op3:hover
{
    color:#691A32!important;
}
.home-destaques-menu2, .home-destaques-menu2:hover
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #D7C69E;
}
.marcas-list-region {
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    height: 20px;
    /* margin-bottom: -20px; */
    /* padding-top: 20px; */
    position: relative;
    bottom: 0px;
    height: 40px;
    text-align: center;
}
.content-title
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    /* or 100% */


    /* Vinho */

    color: #691A32;
    margin-bottom: 20px;
}
.content-subtitle
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
    color: #691A32;
}
.linha-preta
{
    width: 100%;
    height: 1px;
    border-bottom:1px solid #691A32;
}










































.imgBackground
{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.text-white
{
    color:#ffffff;
}
a img.imgSocial
{
    transition: transform .2s;
    width: 100%;
}
a:hover img.imgSocial
{
    transform: scale(1.08);
    transition: transform .2s;
}
.modulo2 .title
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 56px;
    color: #000000;
}
.modulo2 .subtitle
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    color: #000000;
}
.modulo2 .text
{
    font-family: Readex Pro;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.modulo3 .title
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 56px;    
    color: #000000;
}
.modulo3 .subtitle
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;    
    color: #000000;
}
.modulo3 .text
{
    font-family: Readex Pro;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}
.modulo3 a.button
{
    font-family: Readex Pro;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 28px;
color: #000000;
}
.modulo3 .image
{
    width:100%;
}
.border-right-20
{
    border-right:20px solid #fff;
}
.border-left-20
{
    border-left:20px solid #fff;
}
.pagination, .pagination a
	{
		margin:auto;
		width: fit-content;
	}
	.pagination .current-page a
	{
		font-family: 'Chivo', sans-serif;
		font-style: normal;
		font-weight: normal;
		font-size: 24px;
		line-height: 30px;
		color: #000000!important;
		margin-left:20px;
		margin-right:20px;
		border-bottom:3px solid transparent;
	}
	.pagination .current-page.active a
	{
		border-bottom:3px solid #A12743;
	}
.noticiaList .imgSize
{
	width:100%;
	height:100%;
	max-height: 500px;
}
.submenu
{
	list-style: none;
	max-width:auto;
	width:auto;
	margin:auto;
}
.only1366
{
    display: none;
}
.submenu li
{
	display:inline-block;
}
.submenu li a
{
    font-family: Readex Pro;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	/* or 125% */

	display: flex;
	align-items: center;
	text-align: center;
	margin-left:20px;
	margin-right:20px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:17px;
	padding-top:20px;
	color: #000000;
	border-bottom:3px solid transparent;
}

.submenu li a.active, .submenu li:hover a
{
	border-bottom:3px solid #000;
}
.garrafa-catalogo
{
    height: 40vh;
}
.catalogCheckbox
{
    /*background-color: #000!important;*/
}
.title-number
{
	font-family: 'Chivo', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 200px;
	line-height:180px;
	letter-spacing: -0.1em;
	font-feature-settings: 'pnum' on, 'lnum' on;

	color: rgba(206, 206, 206, 0.35);
	margin-right:-40px;
}
.title-name
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 72px;
    line-height: 80px;
    color: #000000;
    margin-left:-40px;
}
.title-name2 {
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 72px;
    line-height: 80px;
    color: #000000;
    position: absolute;
    width: 100%;
    height: 180px;
    vertical-align: middle;
    text-align: match-parent;
}
.title-number2 {
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 200px;
    line-height: 180px;
    letter-spacing: -0.1em;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: rgba(206, 206, 206, 0.35);
    position: absolute;
    width: 100%;
    height: 180px;

}
.detail-title-name
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 60px;
    /* or 120% */

    text-align: center;

    color: #FFFFFF;
}

.detail-title-name2
{
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.15em;
    color: #000000;
    text-transform: uppercase;
}
.title-name-white
{
	font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 80px;
    line-height: 90px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    text-transform: uppercase;
}
.historia-ano
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #A12743;
}
.historia-text
{
    font-family: Readex Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}
.title-red
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 72px;
    line-height: 66px;
    color: #A12743;
}
.title-red2
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 71px;
    color: #A12743;
}
.title-red3
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 61px;
    color: #A12743;
}
.red
{
    color:#D12030!important;
}
.caixaProdutorbg
{
    background-image:url('../img/produtores-bg.png');
    background-repeat:repeat-x;
    background-position:top;
}
.button-catalogo
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
    color: #691A32;
    margin-left: 0px;
    margin-right: 30px;
    padding: 0px;
    padding-top:10px;
    padding-bottom:10px;
    cursor: pointer;
    border: 0;
    background-color: transparent;
}

.button-catalogo.active
{
    border-bottom:4px solid #000;
}
.blog-height
{
    height:40vh
}
.blog-categoria
{
    font-family: Readex Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #000000;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom:10px;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    text-transform: uppercase;
}
.blog-categoria.is-checked
{
    border-bottom:3px solid #000;
}
.blog-list-categoria
{
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #000000;
    text-transform: uppercase;
}
.blog-list-title
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 56px;
    color: #000000;
}
.blog-list-content
{
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #212121;
}
.img-blog
{
    width:50%; float:right; margin-bottom:50px; margin-left: 50px;
}
.marca-detalhe-height
{
    height: 75vh;
}
.home-produtores-background
{
    /*background: linear-gradient(0deg, #ffffff 70%, #000000 50%);*/
    background-image:url('../img/produtores-bg.png'); background-repeat:repeat-x; background-position:center;
}
.product-container
{
    /*background: linear-gradient(90deg, #ffffff 50%, #000000 50%);*/
}
.footer-social
{
    float: right;
}
.colunaCategorias
{
    margin:auto; width: max-content;
}
.category-span
{
}
.category-span div
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.05em;
    padding: 8px;
    padding-left:10px;
    padding-right:10px;
    border-bottom:1px solid rgba(199, 199, 199, 1);
    background-color: transparent;
    width: fit-content;
    display: inline-block;
    margin-left: 10px;
    margin-top:15px;
    margin-bottom:15px;
}
.produtos-checkbox
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #D12030;
    text-align: left;
}
.produtos-checkbox input
{
    margin-right:6px;
}
.barra-filtrar, .barra-filtrar a
{
    padding-top: 25px;
    padding-bottom: 25px;
    background-color:transparent;
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    color: #D12030!important;
}
.container-filters
{
    display: none;
    /*background-color:rgba(255,255,255,.7);*/
}
div.checkbox-filters
{
    max-height: 350px;
    overflow: auto;
}
div.checkbox-filters::-webkit-scrollbar {
    width: 7px;
}

/* Track */
div.checkbox-filters::-webkit-scrollbar-track {
    background: #000000;
}

/* Handle */
div.checkbox-filters::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
div.checkbox-filters::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.product-list-title
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    transition: .5s;
    margin-top: 5px;
}
.productbox:hover .product-list-title, .mais-circle, .mais-stroke
{
    color:#A12743!important;
    transition: .5s;
    fill: #fff;
}
.productbox:hover .mais-circle
{
    fill: #A12743;
    transition: .5s;
}
.productbox:hover .mais-stroke
{
    stroke: #fff;
    transition: .5s;
}
.product-list-region
{
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}
.product-detail-price
{
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 36px;
    /* or 72% */

    text-align: center;

    /* Verde Vinalda */

    color: #767B4D;
}

.product-detail-price span
{
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}
.breadcrumbs, .breadcrumbs a
{
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
}
.product-detail-image
{
    height: 80vh;
}
.product-detail-title
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 66px;
    color: #000000;
}
.product-details1
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 5px;
}
.product-details2
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #D12030;
}
.content-text
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}
.content-text a
{
    color: #691A32!important;
}
.content-text h2, .news-text h2
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 36px;
    line-height: 44px;
    color: #691A32;
}
.content-text-mini
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}
.marcas-list-box
{
    min-height: 55vh;
    height: 55vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.marcas-list-box .titleAnim
{
    transition: 1.5s;
}
.marcas-list-box:hover .titleAnim
{
    margin-bottom: 50px;
    transition: .5s;
}
.marcas-list-box .insideDiv
{
    background-color:rgba(0,0,0,.4);
    transition: 1.5s;
}
.marcas-list-box:hover .insideDiv
{
    background-color:rgba(0,0,0,.2);
    transition: .5s;
}
.seta-paginacao
{
    max-width: 30px;
}
.marcas-list-title
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
}
.marcas-list-region
{
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    height: 20px;
    margin-bottom: -20px;
    padding-top: 20px;
}
.input-select
{

    border: 0px;
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    outline: none;
}
.input-text
{
    border:0px;
    border-bottom:1px solid #000;
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    outline: none;
}
.input-text-black
{
    border:0px;
    border-bottom:1px solid #fff;
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    outline: none;
    background-color: #000;
}
.input-text-black::placeholder
{
    color:#666;
}
.regioes-detail-subtitle
{
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #A12743;
}
.home-destaques-upperlink
{
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #000000;
    margin-left: 5px;
}
.home-destaques-link
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #B0B0B0;
    transition: .5s;
}
.home-destaques-link.active
{
    color: #A12743;
    transition: .5s;
}
.hoverwhite:hover
{
    color:#fff!important;
}
.formStyle input
{
    border-radius: 0px;
    border: 0px;
    border-bottom:1px solid #000;
    padding-left: 0px;
    outline: none!important;
    box-shadow: none;
}
.formStyle input:focus
{
    border-bottom:1px solid #A12743;
}
.formStyle input::placeholder
{
    font-style: normal;
    font-weight: 400;
    color:#000;
}
.formStyle textarea, .formStyle input[type=checkbox]
{
    border-radius: 0px;
    border:1px solid #000;
}
.formStyle textarea:focus
{
    border:1px solid #A12743;
}
*:focus {
    outline: none!important;
}
.footerMenu
{
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #FFFFFF;
}
.footerMenu:hover
{
    color: #FFFFFF!important;
}

/************************************ MODAL ************************************************************************/
#modal_screen {
    font-family: 'Readex Pro';
    position: fixed;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1100;
    background-color: rgba(102,26,48,.9);
}

#modal_screen.nope {
    background-color: rgba(102,26,48,1);
}

#modal_content {
    font-family: 'Readex Pro';
    position: fixed;
    z-index: 1101;
    margin: 0 auto;
    background-color: rgba(102,26,48,1);
    border:0px solid #444;
    font-size: 12px;
    width:290px; /* if you adjust it from the original 290px, adjust the difference in the width of #modal_content nav too */
    height: 290px; /* if you adjust it from the original 290px, adjust the difference in the width of #modal_content nav too */

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    background-position: center 2em;
    background-repeat: no-repeat;
    background-size: 100px auto;
    /*background-image: url(../img/logo.svg);*/
}

#modal_content .content_wrapper {
    padding-top: 0em;
    margin:0em auto 0;
    text-align: center;
    background: none!important;
}

#modal_content h2 {
    margin: 0 0 0 0;
    font-family: 'Readex Pro';
    color:#D7C69E;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    font-size: 44px;
    line-height: 54px;
}

#modal_content p {
    font-family: 'Readex Pro';
    max-width: 75%;
    margin: 1.2em auto 0;
    color:#D7C69E;
}

#modal_content nav {font-size: 16px; display:table; width: 282px;}
#modal_content nav ul {display:table-row; width: 100%; margin:0; padding:0;}
#modal_content nav li {display: table-cell; text-align: right; width: auto;}

#modal_content nav:after {
    content: "";
    display: block;
    clear: both;
}

#modal_content nav small {
    display: block;
    text-align: center;
    color: #888;
    margin: 1em 0 0;
}

#modal_content nav a.av_btn {
    display:block;
    text-align:center;
    margin:10px;
    text-decoration: none;
    padding:20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Chivo';
    font-style: normal;
}

#modal_content nav .av_go {
    background-color: #169064;
}

#modal_content nav .av_no {
    background-color: #000;
}

#modal_content nav .av_btn:hover {
   /* background-color: #1e0924;*/
    color: #fff;
}

#modal_content #modal_regret_wrapper nav a.av_btn {
    margin:0;
    font-size: 25px;
}

@media (min-width: 800px) {
    #modal_content {
        top: 10em;
        top: 30vh;
        left: 30vw;
        width: 90%;
        max-width: 500px;
        height:500px;
        padding:3em;
        background-position: center 3em;
        background-size: 160px auto;
        font-size: 16px;
    }

    #modal_content .content_wrapper {
        padding-top: 0px;
        margin:0em auto 0;
        text-align: center;
        background-image: none!important;
    }

    #modal_content h2 {
        margin: 0 0 0 0;
        font-size: 44px;
        line-height: 54px;
    }

    #modal_content p {
        font-family: 'Chivo';
        font-style: normal;
        font-weight: 100;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 20px;
    }

    #modal_content nav {width: 396px;}

    #modal_content nav a.av_btn {
        padding:10px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 20px;
    }
}
.produtorType
{
    font-family: 'Chivo', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-top: -40px;
}
.color-brown
{
    color:#691A32!important;
}