
body.lock,
html.lock {
  overflow: hidden;
}

#loading {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.5);
    z-index:99999999999999;
}

.ds-none{
    display: none;  
}

:root{
    font-size: 16px;
}
*{
    padding: 0;
    margin: 0;
    font-family: "Hero New";
	font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

input:focus, button:focus{
    outline: none;
}

@media(min-width: 1200px) {
	.container{
		max-width:1335px
	}
	.container.container-sm {
		max-width: 885px; /* 850 + 40 padding */
	}
    .contactos .container{
		max-width:1040px
    }
    
    .newsletter .container{
		max-width:1140px
	}
	
}

@media(min-width: 1600px) {
	.container.container-portfolio {
		max-width: 1550px; /* 850 + 40 padding */
	}
}
@media(max-width: 1024px) {
	.container {
		padding-right: 25px;
		padding-left: 25px;
	}
}

.pesquisa-padding{
	padding-top: 40px;
}

.search-result a{
	color: var(--black);
	font-size: 1.125rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.67;
	display: inline;
}

.template-module ul.pesquisa-padding li.search-result{
    
    font-size: 1.125rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.67;
}

.search-result a:hover{
	text-decoration: none;
    cursor: pointer;
    outline: none;
    box-shadow: none;
	color: var(--lightgreen);
}


a, a:hover, a:focus,
button, button:hover, button:focus {
	transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	text-decoration: none;
	cursor: pointer;
	color: currentColor;
	outline: none;
	box-shadow: none;
}
*:focus {
	outline: none;
	box-shadow: none;
}
*::placeholder, *::-webkit-placeholder {
	color: currentColor;
}
*:-ms-input-placeholder {
	color: currentColor;
}

.btn.button{
    position: relative;
    background: var(--lightgreen);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #fff;
    text-decoration: none;
    margin: 0;
	font-weight: 300;
    font-style: normal;
    font-size: .75rem;
    letter-spacing: 2.4px;
    border-radius: 0;
    border: none;
    padding: 20px 60px;
    transition: all .4s ease-out;
	text-transform: uppercase;
}
.btn.button::after {
    position: absolute;
    top: 0;left: 0;
    margin: auto;
    width: 0;
    height: 100%;
    content: '';
    background-color: var(--darkgreen);
    transition: all 0.4s ease;
}
.btn.button:hover::after {
    width: 100%;
}
.btn.button span {
    position: relative;
    z-index: 2;
    font-size: 0.75rem;
}

.btn.button.button-store{
    margin: 100px auto 0;
    display: table;
}
.btn.button.button-store span{
    font-size: 12px;
    font-weight: inherit;
}
.btn.button.button-store span::before{
    content: "";
    background: url(/img/icon_cart.svg) no-repeat;
    width: 23px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 15px;
    position: relative;
    border: none;
}

.btn.link {
	font-family: "Hero New";
	display: inline-block;
	position: relative;
	font-size: 12px;
	font-weight: 300;
	color: var(--lightgreen);
	line-height: 2;
    letter-spacing: 2.4px;
	text-transform: uppercase;
	padding-right: 52px;
	padding-left: 0
}

.btn.link.white,
.btn.link.white:hover, 
.btn.link.white:focus {
	color: white;
}

.btn.link:hover,
.btn.link:focus {
	color: var(--lightgreen);
}

.btn.link::after {
	content: "";
	width: 39px;
    height: 19px;
	position: absolute;
	top: -2px;bottom: 0;
	right: 0;
	margin: auto;
	background-image: url(../assets/img/arrow-green.svg);
	background-size: cover;
	background-position: -45px;
	transition: all .4s ease-in-out;
}

.btn.link.white::after {
	background-image: url(../assets/img/arrow-link-white.svg);
}

.btn.link:hover::after,
.btn.link:focus::after {
	background-position: 39px;
}

.btn.more{
    height: 37px;
    width: 37px;
    margin: auto;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    position: relative;
}

.btn.more::before, .btn.more::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 100%;
    background-color: var(--lightgreen);
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

.btn.more::after {
    transform: rotate(90deg);
}

.btn.more:hover, .btn.more:focus {
    transform: scale(1.1);
}

header{
    /* padding: 40px 48px 25px 30px; */
    padding: 40px 48px 0px 30px;
    display: flex;
    position: fixed;
    width: 100%;
    justify-content: space-between;
    color: #fff;
    z-index: 10;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

header .img{
    background-image: url('../img/logonegativo.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 26%;
    max-width: 325px;
    max-height: 82px;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

header .img.img_questionario{
    height: 92px;
    margin: auto;
}

header .img a{
	display: block;
	width: 100%;
	height: 100%
}

header .menuBtn, .navMobile{
    display: none;
}

header nav{
    display: flex;
    flex-direction: column;
    width: 74%;
}

header nav ul{
    display: inline-flex;
    list-style: none;
}

header nav a{
    text-decoration: none;
    color: #fff;
    font-family: "Hero New";
	font-weight: 300;
    font-style: normal;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

header nav .primary, header nav .secondary{
    display: flex;
    justify-content: flex-end;
}

header nav .primary{
	margin-top:15px
}

header nav .primary a, header .primary .searchInput, header .primary .searchInput::placeholder{
    color: rgba(255,255,255,.4);
    font-size: .75rem;
    line-height: 2;
    letter-spacing: 2.4px;
}

header nav .primary a{
	color: rgba(255,255,255,1);
    margin: 0 auto;
    padding: 0px 13px;
}

header .primary .search{
    margin-bottom: auto;
    transition: all 1s;
	margin-left:10px;
	margin-top:2px
}

header .primary .searchInput{
    width: 0px;
    opacity: 0;
    background-color: initial;
    color: rgba(255,255,255,.4);
    border: none;
    transition: all 1s;
}

header .primary .searchBtn{
    background-color: unset;
    border: none;
    color: rgba(255,255,255,.4);
    font-size: 1rem;
    cursor: pointer;
}

header .primary .search form .searchInput.open{
    border: none;
    width: 150px;
    opacity: 1;
    border-bottom: solid 1px rgba(255,255,255,.4);
}

header nav a:hover,
header .primary li.active a{
    text-decoration: none;
    color: var(--lightgreen);
}

header nav .secondary a, header nav .secondary .listing p{
    color: #a7a6aa;
    font-size: .6875rem;
    line-height: 2.18;
    letter-spacing: 0.55px;
    padding: 0px 25px;
}

header nav .secondary a:hover, header nav .secondary .listing p:hover{
    color: #fff;
} 

header nav .secondary .listing p{
    margin: 0;
}

header nav .secondary .listing .items .accordion div .toggle{
    padding-left: 13px;
    transform: scale(1);
	width: auto;
    top: 12px;
}

header nav .secondary .listing .items .accordion div .toggle:before,
header nav .secondary .listing .items .accordion div .toggle:after{
	display:none
}

header nav .secondary .listing .items .accordion div .toggle img{
    width: 9px;
}

header nav .secondary .listing .items .accordion .description{
    position: absolute;
    background-color: var(--darkgreen);
    right: 0;
    width: 50px;
    text-align: center;
    z-index: 1;
}

header nav .secondary .listing .items .accordion .description ul{
    display: flex;
    flex-direction: column;
	margin-bottom:15px
}

header nav .secondary .listing .accordion > div{
    padding: 0;
}

header.fixed{
    background-color: var(--darkgreen);
}


header.fixed .img {
    background-image: url('../img/logo.png');
}
@media (max-width: 1342px){

    header nav .primary a {
        padding: 0px 6px;
    }
    
    header nav .secondary a{
        padding: 0px 12.5px;
    }

}
.navMobile .body .top .langs .listing .accordion .toggle:before,
.navMobile .body .top .langs .listing .accordion .toggle:after{
	content:"";
	display: none
}
.cart-mobile{
    display: none;
}
@media (max-width: 1350px){

    header{
        align-items: center;
        padding: 15px 20px 13px;
    }

    header nav{
        display: none;
    }

    header .img{
        flex: 1;
    }

    
    .cart-mobile{
        display: block;
        margin-bottom: 5px;
        margin-right: 10px;
    }

    .navMobile{
        display: block;
        position: fixed;
        right: -100%;
        height: 100vh;
        width: 100%;
        top:0;
        background-color: var(--darkgreen);
        z-index: 12;
        overflow: auto;
        max-height: initial;
        transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
    }
    
    .navMobile::-webkit-scrollbar {
        width: 5px;
    }
    
    .navMobile::-webkit-scrollbar-track {
        background-color: var(--darkgreen);
    }
    
    .navMobile::-webkit-scrollbar-thumb {
        background-color: rgba(255,255,255,0.05);
    }
    
    .navMobile::-webkit-scrollbar-thumb:hover {
        background-color: rgba(255, 255, 255, 0.25);
    }

    .navMobile .header{
        padding: 20px 20px 40px;
        display: flex;
        justify-content: space-between;
    }

    header .img{
        background-position: left;
        width: 227px;
        height: 55px;
        max-width: 100%;
        max-height: 60px;
        margin: 0 5px;
    }
    .navMobile .header .img{
        background-image: url('../img/logo.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 227px;
        height: 55px;
        max-width: 300px;
        max-height: 60px;
        transition: var(--transition);
        -webkit-transition: var(--transition);
    }

    header .menuBtn, .navMobile .header .closeBtn{
        display: flex;
        width: 40px;
        height: 25px;
        max-width: 40px;
        max-height: 25px;
        margin: 0 5px;
    }

    .navMobile .closeBtn{
        width: 47px;
        height: 46px;
        max-width: 47px;
        max-height: 46px;
        margin: 0 12.5px;
    }

    .navMobile.open{
        right: 0;
        top:0
    }

    .navMobile .header{
        align-items: center;
    }

    .navMobile .body .top{
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 0 20px;
        align-items: baseline;
    }

    .navMobile .body .top .langs{
        width: 100%;
        max-width: 53px;
    }

    .navMobile .body .top .langs .listing .accordion > div{
        padding: 0;
    }

    .navMobile .body .top .langs .listing p{
        color: #a7a6aa;
        font-family: "Hero New";
        font-weight: 300;
        font-style: normal;
        font-size: 1rem;
        letter-spacing: 1.12px;
    }

    .navMobile .body .top .langs .listing p:hover{
        color: #a7a6aa;
    }

    .navMobile .body .top .langs .listing .accordion .toggle{
        width: 17px;
		height: auto
    }

    .navMobile .body .top .langs .listing .accordion .toggle::before,
	.navMobile .body .top .langs .listing .accordion .toggle::after{
        width: 17px;
        height: 10px;
    }
    
    .navMobile .body .top .langs .listing .accordion .description{
        position: absolute;
    }

    .navMobile .body .top .langs .listing .accordion .description a{
        text-decoration: none;
        color: #a7a6aa;
    }
	.navMobile .body .top .langs .listing .accordion .description ul{
		background:  var(--darkgreen);
		padding: 15px 10px;
	}

    .navMobile .body .top .search{
        margin-bottom: 0;
        transition: all 1s;
        width: 100%;
        max-width: 240px;
        border-bottom: solid 1px rgba(255,255,255,.35);
        margin: 0 0 0 20px;
    }
    
    .navMobile .body .top .searchInput{
        border: none;
		font-family: "Hero New";
        width: 85%;
        background-color: initial;
        color: rgba(255,255,255,.35);
        padding-bottom: 15px
    }
    
    .navMobile .body .top .searchBtn{
        background-color: unset;
        border: none;
        color: #fff;
        font-size: 1.1rem;
        cursor: pointer;
    }

    .navMobile .body nav{
        padding: 0 22px;
    }

    .navMobile .body nav ul{
        list-style: none;
    }
    .navMobile .body nav .primary{
        padding: 50px 0 30px;
    }

    .navMobile .body nav .secondary{
        padding-bottom: 50px;
    }
    .navMobile .body nav .primary ul li{
        font-family: "Hero New";
        font-weight: 300;
        font-style: normal;
        letter-spacing: 2.8px;
        color: #fff;
		margin-bottom: 18px
    }
	
	.navMobile .body nav .primary ul li a{
		font-size: .80rem;
		text-transform: uppercase
	}
	
	.navMobile .body nav .primary ul li > ul{
		margin-top:16px;
	}

    .navMobile .body nav .primary ul li > ul li{
        font-family: "Hero New";
        font-weight: 300;
        font-style: normal;
        font-size: .8rem;
        letter-spacing: 4px;
        color: #b8b688;
        padding-left: 18px;
		margin-bottom: 16px
    }
	
	.navMobile .body nav .primary ul li > ul li a{
		font-size: .7rem;
	}

    .navMobile .body nav .secondary ul li{
        font-family: "Hero New";
        font-weight: 300;
        font-style: normal;
        font-size: .7rem;
        letter-spacing: 1.1px;
        color: #a7a6aa;
		margin-bottom: 18px
		
    }
	
	.navMobile .body nav .secondary ul li a{
		font-size: .7rem;
	}

    .navMobile .footer{
        padding: 0 52px 0 52px;
    }

    .navMobile .footer{
        padding-bottom: 96px;
    }

    .navMobile .footer .social a{
        color: #fff;
        margin-right: 47px;
        font-size: 2rem;
    }
}

.hp-banner{
    height: 100vh;
}

.hp-banner .slider, .hp-banner .slider .slide{
    height: 100%;
}

.hp-banner .slide{
    position: relative;
}

.hp-banner .slider .slide .image{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}


.hp-banner .image::before {
    background-image: linear-gradient(to bottom, #878686, #878686);
    mix-blend-mode: multiply;
    opacity: 1;
}

.hp-banner .image::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, #878686, #878686);
    pointer-events: none;
    z-index: 2;
}


.hp-banner .slider .slide .image img.desktop{
    display: initial;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: static;
    transform: none;
    max-height: 100vh;
}

.hp-banner .slider .slide .image img.mobile{
    display: none;
}

.hp-banner .slider .slide a .container{
    display: flex;
    position: absolute;
    align-items: center;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.hp-banner .container .description{
    width: 100%;
    max-width: 625px;
    margin: 0 auto;
    position: relative;
}



.hp-banner .slider .slide a .container .description h2{
    font-family: "Hero New";
	font-weight: 700;
    font-style: normal;
    font-size: 3.75rem;
    color: #fff;
    line-height: 1.22;
}





.hp-banner .slider-arrows a {
    position: absolute;
    height: auto;
    width: 49px;
    background-color: transparent;
    top: auto;bottom: 40px;
    margin: auto;
	transition: var(--transition);
    -webkit-transition: var(--transition);
    font-size: 0;
    opacity: 0.4;
    cursor: pointer;
}

.hp-banner .slider-arrows a:hover {
    opacity: 1;
}

.hp-banner .slider-arrows a::before {
	content: "";
	display: block;
	position: relative;
    top: 50%;
	height: 97px;
	width: 49px;
	background-image: url(../img/slider-arrow.svg);
	background-size: cover;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.hp-banner .slider-arrows a.prev {
    right: 75px;
    padding: 0 15px;
}
.hp-banner .slider-arrows a.prev::before {
    transform: translateY(-50%) rotate(180deg);
}

.hp-banner .slider-arrows a.next {
    right: 5px;
    padding: 0 15px;
}

.scroll-down {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 36px;
    height: 87px;
}

.scroll-down > div {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.scroll-down > div > div {
    display: block;
    background-image: url(../img/scroll-arrow.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    animation: scroll 2s infinite linear;
    animation-delay: -.43s;
}

@keyframes scroll {
	0% 		{ transform:translateY(-46px) }
    100% 	{ transform:translateY(87px) }
}

.hp-banner .social{
    display: flex;
    position: absolute;
    bottom: 50px;
    right: 0;
    padding: 0;
    padding-right: 50px;
}

.hp-banner .social a{
    padding: 0 11px;
    color: #fff;
    text-decoration: none;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

.hp-banner .social a:hover{
    color: var(--lightgreen);
    text-decoration: none;
}

.hp-banner .primary .search{
    color: #fff;
    margin-top: 35px;
    margin-right: 40px;
    padding: 10px;
}

@media(min-width: 768px) {
	
    .hp-banner .slider-arrows a {
        position: absolute;
        height: 160px;
		width: 80px;
        top: 0;bottom: 0;
    }

	.hp-banner .slider-arrows a.prev {
        left: 0;right: auto;
        padding: 0 0 0 50px;
	}
	.hp-banner .slider-arrows a.prev::before {
        transform: translateY(-50%) rotate(180deg);
	}

	.hp-banner .slider-arrows a.next {
        right: 0;
        padding: 0 50px 0 0;
	}
}

@media(min-width: 1200px) {
    .hp-banner .slider-arrows a,
    .hp-banner .slider-arrows a:hover {
		height: 180px;
        width: 95px;
	}
}

@media (max-width: 1024px){
	.hp-banner .container .description{
		padding:0 35px;
	}
	.hp-banner .slider .slide a .container .description h2 {
		font-size: 2rem;
		line-height: 1.32;
	}
	
    .hp-banner .slider .slide .image img.desktop{
        display: none;
    }

    .hp-banner .slider .slide .image img.mobile{
        display: initial;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: static;
        transform: none;
        max-height: 100vh;
    }

    .hp-banner .social {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 40px;
    }

    .hp-banner .social a{
        padding: 20px 0;
    }
	
	.hp-banner .slider-arrows a::before {
		height: 53px;
    width: 28px;
		transform: translateY(-50%);
	}
}

@media(max-width: 768px) {
	
	.pesquisa-padding{
		padding-top: 20px;
	}

    .hp-banner .slider-arrows a.prev {
        right: unset;
    }

    .hp-banner .slider-arrows a.next {
        right: 15px;
    }

    .hp-banner .slider-arrows a {
        top: 0;
        bottom: 0;
		opacity: .7
    }

    .hp-banner .slider-arrows a::before {
        transform: translateY(-50%);
    }
}

.about{
    background: linear-gradient(to right, #fff 60%, rgba(171, 163, 37, .2) 60%);
    padding-bottom: 210px;
	padding-top: 217px
}

.about .slider{
    padding: 0;
}



.about .info{
    padding-right: 50px;
    align-self: center;
}

.about  .info .subtitle{
    margin: 0;
    font-family: "Hero New";
	font-weight: 300;
    font-style: normal;
    font-size: 1rem;
    letter-spacing: 8px;
    padding-bottom: 34px;
}

.about .info .title{
    margin: 0;
    font-family: "Hero New";
	font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    line-height: 1,28;
    letter-spacing: -0.9px;
    padding-bottom: 50px;
}

.about .info p:not(.subtitle){
    margin: 0;
    font-family: "Hero New";
	font-weight: 300;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.67;
    letter-spacing: -0.45px;
    padding-bottom: 50px;
}



.about .slider .slide .content{
    display: flex;
	position: relative;
	padding-top: 68.8%;
}

.about .slider .slide .content img{
    max-width: 836px;
    max-height: 575px;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}



.about span.loader{
    max-height: 575px;
    height: 100%;
    border-right: solid 1px var(--lightgreen);
    padding-left: 29px;
    animation: timeline 3s infinite;
    animation-delay: 1.4s;
	position: absolute;
	right: 0;
	top: 0
}

.about span.loader.stop-animation{
    animation: 0;
    animation-delay: 0;
	display: none
}

.about .slider-arrows{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    height: 75px;
    width: 52px;
    margin: 0 auto;
    right: 32%;
    bottom: -130px;
}

.about .slider-arrows a {
    display: inline-block;
    position: relative;
    height: 26px;
    width: 52px;
    background-color: transparent;
    margin: auto;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    font-size: 0;
    cursor: pointer;
}

.about .slider-arrows a.prev{
    padding-bottom: 25px;
}

.about  .slider-arrows a::after {
    content: "";
    position: absolute;
    width: 52px;
    height: 26px;
    margin: auto;
    background-image: url(../img/arrow-link-lightgreen.svg);
    background-position: -95px;
    background-size: cover;
    transition: all .4s ease-in-out;
    transform: translateY(-50%);
}

.about .slider-arrows a.prev::after {
    transform: rotate(180deg);
}

.about .slider-arrows a:hover::after{
    background-position: 0px;
}
.about .video::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .75);
    z-index: 1;
}
.about .video a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border: 1px solid white;
    border-radius: 100%;
    opacity: .75;
    z-index: 1;
}

.about .video a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../assets/img/play-white.svg);
}

.about .video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}

@media (max-width: 1370px){

    .about{
        padding-bottom: 0;
    }
    
    .about .slider{
        padding: 0;
    }

    .about .slider .slide{
        flex-direction: column;
        margin-bottom: 0;
        align-items: center;
    }

    .about .info{
        background-color: #fff;
        padding: 120px 50px 151px 50px;
    }

    /*.about .slider .slide .content{
        order: -1;
        margin-bottom: 164px;
        padding: 0 50px 0 50px;
    }*/

    
    .about .slider .slide .content img{
        width: 100%;
    }

    .about .slider-arrows{
        right: 42%;
		bottom: 45px;
		height: 63px;
		width: 72px;
    }

    .about .slider-arrows a{
        height: 35px;
        width: 72px;
    }
	
	

}

@keyframes timeline {
	0% 		{ height: 0%;}
    89% 	{ height: 100%; }
}


@media (max-width: 1024px){
	.about {
		background: linear-gradient(to right, #fff 40%, rgba(171, 163, 37, .2) 40%);
		padding-bottom: 0;
		padding-top: 100px;
	}
	
	
	.about .col-lg-4{
		order:2;
		
	}
	.about .col-lg-8{
		order:1;
		padding-left: 35px;
		padding-right: 45px
	}
	
	.about .slider-arrows{
        right: 36%;
		bottom: 15px;
		height: 63px;
		width: 72px;
    }
	.about .slider-arrows a {
		height: 11px;
		width: 72px;
	}
	.about .slider .slide .content{
		padding:0 40px 0 0;
		padding-top: 68.8%;
		margin-bottom: 104px;
	}
	.about span{
		right:27px;
		max-height:  68.8%;
	}
	
	.about .info {
		padding: 60px 30px 60px 30px;
		margin-right: -45px
	}
}
@media (max-width: 767px){
.about .info {
    margin-right: -25px;
}

}
.statistics{
    height: auto;
    position: relative;
    z-index: 2;
}

.statistics::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0, 0.5);
    background-blend-mode: multiply;
    z-index: 2;
}

.statistics .image{
    width: 100%;
    height: 100%;
    z-index: 0;
}

.statistics .image::before{
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0, 0.5);
    background-blend-mode: multiply;
    z-index: 2;
}

.statistics .image img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.statistics .data{
    display: flex;
    position: relative;
    z-index: 3;
    color: #fff;
    padding: 213px 50px;
}

.statistics .data div{
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 930px;
    width: 100%;
    align-content: baseline;
    align-items: center;
    text-align: center;
}

.statistics .data div div.value,.statistics .data div div.value span, .statistics .data div div.value p{
    font-family: "Hero New";
	font-weight: 500;
    font-style: normal;
    font-size: 3.75rem;
    line-height: 1;
    letter-spacing: -1.5px;
    padding: 0;
}

.statistics .data div div.value p{
    margin: 0;
    padding-left: 22px;
}

.statistics .data div div.value{
    padding-bottom: 54px;
}

.statistics .data div .description{
    font-family: "Hero New";
	font-weight: 300;
    font-style: normal;
    font-size: 1rem;
    line-height: 2.25;
    letter-spacing: 8px;
	text-transform: uppercase
}

@media (max-width: 1024px){
    
    .statistics .data {
        padding: 60px 50px;
        flex-wrap: wrap;
    }

    .statistics .data div {
        padding: 30px 0;
        max-width: 100%;
    }
	.statistics .data div div.value {
		padding-bottom: 44px;
	}
	
	.statistics .data div div.value, .statistics .data div div.value span, .statistics .data div div.value p {

		font-size: 2.75rem;

	}

}

.plantasOrnamentais > .info{
    margin: 0 auto;
    padding: 140px 0 81px 0;
    text-align: center;
    max-width: 1000px;
    width: 100%;
}

.plantasOrnamentais > .info .title{
    margin: 0;
    font-family: "Hero New";
	font-weight: 300;
    font-style: normal;
    font-size: 3rem;
    line-height: 1.25;
    letter-spacing: -1.2px;
}

.plantasOrnamentais > .info .subtitle{
    margin: 0;
    font-family: "Hero New";
	font-weight: 300;
    font-style: normal;
    font-size: 1rem;
    line-height: 4.56;
    letter-spacing: 8px;
}


.plantasOrnamentais .sliderContainer .slider{
	width:94%
}
 .plantasOrnamentais .sliderContainer.destaque_imgTxt .row:nth-child(even) {
		flex-direction: row!important;
	}
	
.plantasOrnamentais .sliderContainer.destaque_imgTxt .row:nth-child(even) .txt,
.plantasOrnamentais .sliderContainer.destaque_imgTxt .row:nth-child(even) .txt h3,
.plantasOrnamentais .sliderContainer.destaque_imgTxt .row:nth-child(even) .txt p{
		text-align: left!important
	}
	
.plantasOrnamentais .sliderContainer.destaque_imgTxt .row:nth-child(even) .txt{
		padding-left: 150px;
		padding-right:0
	}
.plantasOrnamentais .sliderContainer.destaque_imgTxt .row:nth-child(even) .txt:before{
		left:0;
		right:auto;
}


.plantasOrnamentais .sliderContainer .slick-initialized .slick-slide{
    display: flex;
}

.plantasOrnamentais .sliderContainer .slick-dots{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 0;
    align-items: center;
    list-style: none;
    text-align: center;
    margin: 0 auto;
    padding-right: 30px;
    top: -12px;
	width: 100px
}
.plantasOrnamentais .sliderContainer .slick-dots li:before{
	content:"";
	display: none;
}
.plantasOrnamentais .sliderContainer .slick-dots li{
    width: 4px;
    height: 4px;
    margin: 11px 0;
    padding: 0;
    cursor: pointer;
}

.plantasOrnamentais .sliderContainer .slick-dots li button{
    background-color: var(--darkgreen);
    color: var(--lightgreen);
    width: 4px;
    height: 4px;
    padding: 0px;
    border-radius: 50%;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

.plantasOrnamentais .sliderContainer .slick-dots li.slick-active button{
    background-color: var(--lightgreen);
    width: 8px;
    height: 8px;
    padding: 0px;
}


.plantasOrnamentais .container .image img{
    width: 100%;
    position: relative;
    max-width: 1833px;
    max-height: 1568px;
    left: 0px;
}

.plantasOrnamentais .container .info{
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.plantasOrnamentais .container .info .title{
    margin: 0;
    font-family: "Hero New";
	font-weight: 700;
    font-style: normal;
    font-size: 2.25rem;
    line-height: 1.28;
    letter-spacing: -0.9px;
    color: var(--darkgreen);
    padding-bottom: 37px;
}

.plantasOrnamentais .container .info .description{
    margin: 0;
    font-family: "Hero New";
	font-weight: 300;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.66;
    letter-spacing: -0.45px;
    color: var(--grey);
    padding-bottom: 46px;
}




@media (max-width: 1650px){

    .plantasOrnamentais .container .image img{
        width: 120%;
        position: relative;
        max-width: 1833px;
        max-height: 1568px;
        left: -50px;
    }

    .plantasOrnamentais .container .sliderContainer {
        width: 45%;
    }

}

@media (max-width: 1024px){

    .plantasOrnamentais{
        padding-top:84px;
        padding-bottom: 54px;
    }
	.plantasOrnamentais > .info {
		margin: 0 auto;
		padding:0 30px;
		text-align: center;
		max-width: 100%;
		width: 100%;
	}
	
	.plantasOrnamentais > .info .title {
		margin: 0;
		font-size: 2rem;
	}
	
	.plantasOrnamentais > .info .subtitle {
		line-height:normal;
		margin-bottom: 40px;
	}

    .plantasOrnamentais .container {
        display: flex;
        flex-wrap: wrap;
        padding: 0 15px;
        max-width: 960px;
        align-items: center;
    }

    .plantasOrnamentais .container .image{
        width: 100%;
    }

    .plantasOrnamentais .container .image img{
        width: 100%;
        position: relative;
        max-width: 1833px;
        max-height: 1568px;
        left: unset;
    }

	.plantasOrnamentais .destaque_imgTxt h2 {
	   font-size: 1.8rem;
	}
	
	.plantasOrnamentais .sliderContainer.destaque_imgTxt .row .txt,
	.plantasOrnamentais .sliderContainer.destaque_imgTxt .row:nth-child(even) .txt {
		padding-left: 20px;
		padding-right: 20px;
	}

    .plantasOrnamentais .container span{
        display: none;
    }

    .plantasOrnamentais .container .sliderContainer {
        width: 100%;
        flex-wrap: wrap;
    }

    .plantasOrnamentais .container .sliderContainer .slick-dots{
        flex-direction: row;
        order: -1;
    }

    .plantasOrnamentais .container .sliderContainer .slick-dots li{
        margin: 0 11px;
        padding: 104px 0 99px 0;
    }
	
	.plantasOrnamentais .sliderContainer .slider{
		width:100%!important;
		
	}
	
	.plantasOrnamentais .sliderContainer .slider .sliders{
		height:500px;
	}
	
	.plantasOrnamentais .sliderContainer .slider .sliders img{
	max-width: 510px
	}
	
	.plantasOrnamentais .sliderContainer .slick-dots {
		flex-direction: row;
		right: auto;
		left:auto;
		padding:0px;
		top: 450px;
		width: 100%;
		height: 50px;
	}
	.plantasOrnamentais .sliderContainer .slick-dots li {
		width: 8px;
		height: 8px;
		margin: 0 11px;
		padding: 0;
		cursor: pointer;
	}
	.plantasOrnamentais .sliderContainer .slick-dots li button{
		width: 8px;
		height: 8px;
	}
	
	.plantasOrnamentais .destaque_imgTxt .row{
		margin-bottom:0
	}

}


@media(max-width:767px){
	.plantasOrnamentais .sliderContainer .slider .sliders{
		height:390px;
	}
	.plantasOrnamentais .sliderContainer .slider .sliders img{
	max-width: 100%
	}
	
	.plantasOrnamentais .sliderContainer .slick-dots {
		flex-direction: row;
		right: auto;
		left:auto;
		padding:0px;
		top: 340px;
		width: 100%;
		height: 50px;
	}
}
.quoteArea, .newsletter{
    background-color: #fafaee;
    display: flex;
    align-content: center;
}

.quoteArea{
    background-color: #fcfcf5;
}

.quoteArea div{
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 860px;
    text-align: center;
    margin: 0 auto;
    padding: 78px 0 87px 0;
}

.quoteArea div img{
    width: 46px;
    height: 33px;
}

.quoteArea  p:first-of-type, .quoteArea .author{
    margin: 0;
    font-family: "Hero New";
	font-weight: 300;
}

.quoteArea p:first-of-type{
    font-style: italic;
    font-size: 3rem;
    line-height: 1.25;
    letter-spacing: -1.2px;
    padding: 39px 0 37px 0;
}

.quoteArea .author{
    font-style: normal;
    font-size: .623rem;
    letter-spacing: 5px;
}


@media (max-width: 1024px){
	.quoteArea{
		padding: 48px 20px 47px;
	}
	.quoteArea div{
		 padding: 0;
	}
	.quoteArea p:first-of-type{
		font-style: italic;
		font-size: 2.2rem;
		line-height: 1.25;
		letter-spacing: -1.2px;
		padding: 39px 0 37px 0;
	}
}

.blog{
    display: flex;
    position: relative;
}

.blog .image{
    min-width: 636px;
}

.blog .image img{
    object-fit: cover;
    object-position: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.blog .articleList{
    padding: 217px 25px 227px 25px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.blog .articleList .article{
    padding-bottom: 84px;
}

.blog .articleList .article .date{
    color: var(--grey);
    font-family: "Hero New";
	font-weight: 300;
    font-style: normal;
    font-size: .623rem;
    letter-spacing: 5px;
}

.blog .articleList .article .title{
    font-family: "Hero New";
	font-weight: 700;
    font-style: normal;
    font-size: 2.25rem;
    line-height: 1.28;
    letter-spacing: -0.9px;
    color: var(--darkgreen);
    padding-bottom: 37px;
}

.blog .articleList .article a{
    display: inline-block;
    position: absolute;
    color: var(--lightgreen);
    text-decoration: none;
    font-family: "Hero New";
	font-weight: 300;
    font-style: normal;
    font-size: .75rem;
    line-height: 2;
    letter-spacing: 2.4px;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    text-transform: uppercase;
}

.blog .articleList .article a:hover{
    color: var(--darkgreen);
}

.blog .articleList .article a:after{
    content: "";
    position: absolute;
    width: 39px;
    height: 19px;
    right: -59px;
    margin: auto;
    background-image: url(../img/arrow-link-lightgreen.svg);
    background-position: -68px;
    background-size: cover;
    transition: all .4s ease-in-out;
}

.blog .articleList .article a:hover::after{
    background-position: 0px;
}



@media (max-width: 1024px){
    
    .blog{
        flex-wrap: wrap;
    }
	
	.blog .articleList {
		padding: 90px 25px 90px 25px;
		max-width: 800px;
		width: 100%;
		margin: 0 auto;
	}

    .blog .image {
        overflow: hidden;
        width: 100%;
        min-width: unset;
        max-height: 381px;
        order: -1;
    }

    .blog .image img {
        object-fit: cover;
        object-position: center;
        height: 100%;
        width: 100%;
        position: relative;
    }
	
	.blog .articleList .article .title {
		font-size: 1.75rem;
		line-height: 1.28;
		padding-bottom: 17px;
	}
}

.newsletter div{
    display: flex;
    position: relative;
    padding: 125px 25px 126px 25px;
    margin: 0 auto;
    justify-content: space-between;
}

.newsletter div p, .newsletter div p strong{
    margin: 0;
    font-family: "Hero New";
	font-weight: 300;
    font-style: normal;
    font-size: 3rem;
    line-height: 1.25;
    letter-spacing: -1.2px;
}

.newsletter div p strong{
    font-weight: 700;
}



@media (max-width: 1024px){

    .newsletter div{
        justify-content: center;
        flex-wrap: wrap;
		padding: 75px 25px;
    }

    .newsletter div p{
        text-align: center;
        padding-bottom: 49px;
    }
	
	.newsletter div p, .newsletter div p strong{
		font-size: 2.1rem;
	}

}

footer{
    display: flex;
}

footer .image{
    max-width: 380px;
}

footer .image img{
    object-fit: cover;
    object-position: center;
    position: relative;
    width: 100%;
    height: 100%;
}

footer > .info{
    background-color: var(--darkgreen);
    width: 100%;
    padding: 84px 0 84px 0;
}

.page-contact .image{
    overflow: hidden;
    max-height: 240px;
}



footer > .info .container > .info{
    padding-top: 124px;
}

footer.page-contact > .info{
    padding: 0;
}

footer.page-contact > .info .container > .info{
    padding-top: 90px;
}

footer > .info .container > .info .social{
    display: flex;
    justify-content: flex-end;
}

footer > .info .container > .info .infoSite p,
footer > .info .container > .info .infoSite3 p{
    color: #767877;
    font-size: .75rem;
    line-height: 1.92;
}

footer > .info .container > .info .infoSite p > a,
footer > .info .container > .info .infoSite3 p > a{
    padding-left:14px;
}

footer > .info .container > .info .infoSite p > a h3,
footer > .info .container > .info .infoSite3 p > a h3{
    padding-left:14px;
}

footer > .info .container > .info .infoSite h3,
footer > .info .container > .info .infoSite3 h3{
    display: inline;
}

footer > .info .container > .info .infoSite p,
footer > .info .container > .info .infoSite3 p{
    display: inline;
}

footer > .info .container > .info .infoSite h3 a,
footer > .info .container > .info .infoSite3 h3 a{
    color: #fff;
    text-decoration: none;
    font-size: .75rem;
    line-height: 1.92;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

footer > .info .container > .info .infoSite a, 
footer > .info .container > .info .infoSite h3,
footer > .info .container > .info .infoSite3 a, 
footer > .info .container > .info .infoSite3 h3,
footer > .info .container > .info .infoSite a{
    color: #fff;
    text-decoration: none;
    font-size: .75rem;
    line-height: 1.92;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

footer > .info .container > .info .social a{
    color: #fff;
    padding: 0 11px;
    text-decoration: none;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

footer > .info .container > .info .infoSite a h3:hover{
    color: var(--lightgreen);
    text-decoration: none;
}

footer > .info .container > .info .social a:hover, footer > .info .container > .info .infoSite a:hover{
    color: var(--lightgreen);
    text-decoration: none;
}

footer > .info .container .viveirosList .viveiro {
    padding-top: 40px;
}


footer > .info .container .viveirosList .viveiro .title{
    font-family: "Hero New";
	font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    color: #fff;
    margin: 0;
    padding-bottom: 31px;
}

footer > .info .container .viveirosList .viveiro .maps{
    font-family: "Hero New";
	font-weight: 300;
    font-style: normal;
	letter-spacing: 2.4px;
    font-size: .75rem;
    color: var(--lightgreen);
    padding-left: 15px;
    text-decoration: none;
    transition: var(--transition);
    -webkit-transition: var(--transition);
	margin-bottom: 36px;
	display: block;
	text-transform: uppercase
}

footer > .info .container .viveirosList .viveiro .maps:hover{
    color: #fff;
}

footer > .info .container .viveirosList .viveiro .maps::before{
    content: "";
    display: inline-block;
    position: relative;
    width: 15px;
    height: 18px;
    background-image: url(../img/iconLocation.svg);
    background-repeat: no-repeat;
    top: 4px;
    right: 15px;
}

footer > .info .container .viveirosList .viveiro .phone{
    display: block;
}

footer > .info .container .viveirosList .viveiro p{
    font-family: "Hero New";
	font-weight: 300;
    font-style: normal;
    font-size: 1rem;
    color: #767877;
	 max-width: 370px;
}

footer > .info .container .viveirosList .viveiro .phone{
    margin: 0;
}

footer > .info .container .viveirosList .viveiro p a{
    display: block;
    font-family: "Hero New";
	font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    color: var(--lightgreen);
    display: inline-block;
    border-bottom: 1px dashed transparent;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

footer > .info .container .viveirosList .viveiro p a:hover{
    border-bottom: 1px dashed var(--lightgreen);
    text-decoration: none;
}

@media (max-width: 767px){

    footer .image{
        min-width: 86px;
        max-width: 86px;
    }
	
    footer > .info .container .viveirosList .viveiro {
        padding-top: 15px;
    }

	footer > .info .container .viveirosList .viveiro .title{
		font-size:1.2rem
	}

    

    footer > .info .container > .info {
        flex-direction: column;
    }

    footer .viveirosList.row {
        flex-direction: column;
        align-content: center;
    }
	footer.page-contact > .info .container > .info {
		padding-top: 60px;
		padding-bottom: 60px
	}
    footer .viveiro.col-6,.infoSite.col-6,.social.col-6{
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }

    footer > .info .container > .info {
        padding-top: 103px;
    }

    footer > .info .container > .info .infoSite p > a {
        padding-left: 0;
        padding-top: 14px;
        display: block;
    }

    footer > .info .container > .info .social{
        justify-content: flex-start;
        order: -1;
        padding-bottom: 101px;
    }

}

.top-title{
	padding-top:130px;
}

.top-title .container{
	padding:60px 0;
	position: relative;
}

.top-title .container:before{
	content:"";
	background: rgba(171, 163, 37,.2);
	height: 100%;
	width: 140%;
	position: absolute;
	top: 0;
	left:-120%;
	z-index: 0
}

.top-title h1, .top-title .h1{
	font-family: "Hero New";
	font-size: 3.75rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: -1.5px;
	text-align: left;
	color: #111c17;
	position: relative;
	margin-top:20px
}

.top-title .breadcrumb{
	background:none;
	font-family: "Hero New";
	position: relative;
	padding-left: 0;
	margin: 0;
	font-size: 10px;
	font-weight: 500;
	color: #111c17;
}

.top-title .breadcrumb a,
.top-title .breadcrumb li{
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 5px;
	color: #111c17;
	text-transform: uppercase;
	text-decoration: none;
}

.top-title .breadcrumb a:hover{
	color: #aba325;
}

.template.top-description{
	margin-top:100px;
	margin-bottom:60px
}


.content.shop + #popUp + .template.top-description{
    padding-top: 0;
    margin-top: 0;
}

@media(max-width:1024px){
	.template.top-description{
		margin-top:50px;
		margin-bottom:50px
	}
	
	.top-title {
		padding-top: 90px;
	}
	
	.top-title .container{
		padding:50px 25px
	}
	.top-title h1, .top-title .h1{
		font-size:2.5rem
	}
	.top-title .container:before {
		content: "";
		background: rgba(171, 163, 37,.2);
		height: 100%;
		width: 130%;
		left: -117%;
		position: absolute;
		top: 0;
		z-index: 0;
	}
	
	.top-title .breadcrumb a, .top-title .breadcrumb li{
		font-size:8px;
		line-height: 2
	}
}
@media(max-width:767px){
	.top-title .container:before {
		width: 90px;
		left: 0;
	}
}
.template{
	font-family: "Hero New";
}
.template h2{
	font-family: "Hero New";
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: -1.2px;
	text-align: left;
	color: #111c17;
}

.template h2 b,.template h2 strong{
	font-family: "Hero New";
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -1.2px;
	text-align: left;
	color: #111c17;
}

.template h3{
	font-family: "Hero New";
	font-size: 2.25rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: -0.9px;
	text-align: left;
	color: #111c17;
}

.template p{
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.67;
	letter-spacing: -0.45px;
	text-align: left;
	color: #767877;
}

.template strong,
.template p strong{
	font-weight: 500;
	color: #111c17;
}

.template p strong{
	font-size: 1.125rem;
}

.destaque_imgTxt{position:relative}
.destaque_imgTxt .row{
	align-items: center;
	margin: 0;
	margin-bottom: 70px
}
.destaque_imgTxt .row:last-of-type{
	margin-bottom: 0px
}
.destaque_imgTxt .col-6,
.destaque_imgTxt .col-12{
	padding:0
}

.destaque_imgTxt .col-6.sliders,
.destaque_imgTxt .col-12.sliders{
	/*max-width:916px;*/
	width: 100%;
	height: auto;
	padding-bottom:40px;
}

.destaque_imgTxt img{
	/*max-width:916px;*/
	width: 100%;
	height: auto
}


.destaque_imgTxt .col-6.sliders .slick-dots{
	bottom:-30px;
	text-align: right;
}

.destaque_imgTxt .col-6.sliders .slick-dots li{
	 width: 12px;
  	 height: 12px;
}
.destaque_imgTxt .col-6.sliders .slick-dots li::before {
    content: "";
    display: inline-block;
    height: 4px;
	width: 4px;
	background: none;
  	background-color: #111c17;
	border-radius: 50%;
    margin-left: -2em;
    margin-right: 1em;
	vertical-align: middle;
}

.destaque_imgTxt .col-6.sliders .slick-dots li.slick-active::before  {
  width: 8px;
  height: 8px;
  background-color: #aba325;
}


@media(min-width: 992px) {
	
}
.destaque_imgTxt .txt{
	position: relative;
	padding-left: 15px;
	padding-right:15px
}




.destaque_imgTxt h2{
	margin-bottom:18px;
	font-size: 2.25rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: -0.9px;
	text-align: left;
	color: #111c17;
}

.destaque_imgTxt .btn{
	margin-top:24px
}

@media(min-width: 992px) {
	.destaque_imgTxt .txt{
		max-width:700px;
		position: relative;
		padding-left: 150px;
		padding-right:0px
	}

	.destaque_imgTxt .txt:before{
		content:"";
		position: absolute;
		top: 25px;
		left: 0;
		border-top: solid 1px var(--lightgreen);
		max-width: 119px;
		width: 100%;
	}
	
}

@media(min-width: 769px) {	
	.destaque_imgTxt .row {
		flex-direction: initial;
	}
    .destaque_imgTxt .row:nth-child(even) {
		flex-direction: row-reverse;
	}
	
	.destaque_imgTxt .row:nth-child(even) .col-6.sliders .slick-dots{
		text-align: left;
	}
	
	.destaque_imgTxt .row:nth-child(even) .txt,
	.destaque_imgTxt .row:nth-child(even) .txt h2,
	.destaque_imgTxt .row:nth-child(even) .txt p{
		text-align: right!important
	}
	
	.destaque_imgTxt .row:nth-child(even) .txt{
		padding-left: 0;
		padding-right:150px
	}
	.destaque_imgTxt .row:nth-child(even) .txt:before{
		left:auto;
		right:0;
	}
	
}

@media(max-width: 992px) {	
	.destaque_imgTxt .col-6.sliders,
	.destaque_imgTxt .col-12.sliders,
	.destaque_imgTxt .txt{
		flex: 0 0 100%;
    	max-width: 100%;
	}
	
	.destaque_imgTxt .txt{
		padding-top:25px;
		padding-left: 30px;
		padding-right:30px
	}
	
}
.bg-grey{
	background: #fafafa;
	width:100%;
}

.enquadramento{
	padding-top: 70px;
	padding-bottom:90px
}


.enquadramento select {
    appearance: none;
    -webkit-appearance: none;
    padding: 30px 30px;
    border: solid 1px rgba(231, 229, 200, 0.98);
    border-radius: 0;
    background-color: white;
    width: 100%;
    font-size: 14px;
	font-weight: 300;
	line-height: 1.86;
	letter-spacing: -0.35px;
	text-align: left;
	color: #767877;
}

.enquadramento .select-wrapper::after {
    content: "";
    position: absolute;
    top: 41px;
    bottom: auto;
    right: 40px;
    margin: auto;
    width: 13px;
    height: 9px;
    background-image: url(../assets/img/caret-color.svg);
	background-repeat: no-repeat;
    transform: rotate(0deg);
    pointer-events: none;
}

/**************************************/
/********** GLOSSARY LISTING **********/
/**************************************/

/********** GLOSSARY FILTER **********/


.glossary-select.filter{
	margin-bottom:0
}

.glossary-select.filter select:focus option:checked {
	background: rgba(171, 163, 37,.2);
  /*background: red linear-gradient(0deg, red 0%, red 100%);*/
}




.enquadramento .glossary-filter {
	margin-top:40px;
	margin-bottom: 40px;
	white-space: nowrap;
	overflow: auto;
}


.enquadramento .glossary-filter a {
	position: relative;
	
	font-family: "Hero New";
	font-size: 14px;
	font-weight: 500;
	letter-spacing: normal;
	text-align: center;
	 color: var(--lightgreen);
	
	display: inline-block;
	padding: 0 4px 5px;
	margin: 10px 3px;
}
.enquadramento .glossary-filter a.disabled {
	opacity: .5;
	pointer-events: none;
}

.enquadramento .glossary-filter a:hover::before,
.enquadramento .glossary-filter a:focus::before,
.enquadramento .glossary-filter a.active::before {
	opacity: 1;
}

.enquadramento .glossary-filter a.active{
	color:var(--darkgreen)
}


.glossary-listing .row{
	margin: auto;
    max-width: 1400px;
	
}

.item-center{justify-content: center}
.glossary-listing .article{
	padding: 0 25px;
	max-width:350px;
	width: 100%;
	margin-bottom: 50px;
	display: inline-block;
}

.glossary-listing .article .image{
	position:relative;
	display: block;
    overflow: hidden;
}
.glossary-listing .article .image{
	margin:0;
	padding: 0
}
.glossary-listing .article .image img {
    transition: var(--transition);
	margin: 0;
	padding: 0
}
.artigo-referencia .item .indisponivel{
	position:relative
}
.glossary-listing .article.indisponivel .aviso_indisponivel,
.artigo-referencia .item .indisponivel .aviso_indisponivel{
	background:rgba(255,255,255,.8);
	position: absolute;
	width: 100%;
	height: auto;
	font-family: "Hero New";
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 5px;
	text-align: center;
	color: #aba325;
	text-transform: uppercase;
	z-index: 1;
	padding-top: 17px;
	padding-bottom: 17px;
	top: 50%;
	transform: translateY(-50%)
}

.glossary-listing .article .image:hover img,
.glossary-listing .article .image:focus img{
    transform: scale(1.1);
}

.glossary-listing .article div.bg-white{
	background:#fff;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex: 1 1 300px;
	margin: 1em;
}


.glossary-listing .article h2{
	font-family: "Hero New";
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.42;
	letter-spacing: -0.6px;
	text-align: left;
	color: #111c17;
	padding:25px 28px 0;
	margin: 0;
	    flex: 0 0 24%;
}

.glossary-listing .article .button{
	align-self: auto;
	margin:20px 28px 0px;
	
}

.glossary-listing .article.indisponivel .image img,
.artigo-referencia .item .indisponivel img{
	opacity: .2
}

.artigo-referencia{
	padding-top:100px;
	padding-bottom:80px
}
.artigo-referencia .item{
	display:flex;
	background:#fff;
	flex-wrap: wrap;
	margin-bottom:10px
	
}
.artigo-referencia img.img-fluid{
	max-width:260px;
	max-height:260px;
}

.artigo-referencia .description{
	flex: 1;
	padding:40px;
	font-family: "Hero New";
	color: #111c17;
	text-align: left;
	position: relative
}

.artigo-referencia .description h2{
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.42;
	letter-spacing: -0.6px;
	margin: 0
}

.artigo-referencia .description p.ref{
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 5.5px;
	color: #c3c3bc;
	text-transform: uppercase;
	margin-bottom:7px
}

.artigo-referencia .description img{
	width: 40px;
	height: 40px;
}

.artigo-referencia .description p{
	margin: 0
}

.artigo-referencia .description .row{
	position:absolute;
	width: 100%;
	bottom: 40px;
}

.artigo-referencia .description .col-5{
	display: flex;
	flex-wrap: wrap
}

.artigo-referencia .description .col-5 p{
	font-size: .938rem;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: var(--grey);
	margin-left: 20px
}
.artigo-referencia .description .col-5 p strong{
	font-weight: normal;
	color: var(--darkgreen);
}

@media(max-width:768px){
	.glossary-listing .article h2{
		font-size:1.3rem;
		padding: 21px 24px 0;
	}
	
	.glossary-listing .article div.bg-white{margin:0}
	.glossary-listing .article .button{
		margin: 0 24px 21px;
	}
	
	.glossary-listing .items{
		justify-content:center
	}
	
	.artigo-referencia {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.artigo-referencia .description{
		padding:25px;
	}
	
	.artigo-referencia .description h2{
		font-size:1.3rem
	}
	.artigo-referencia .description .row{
		margin-top:20px
	}
	.artigo-referencia .description .col-5 {
		display: flex;
		flex-wrap: initial;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.artigo-referencia .description img {
		width: 30px;
		height: 30px;
	}
	.artigo-referencia .description .col-5 p strong {
		font-size:14px
	}
	.artigo-referencia .description .col-5 p{
		margin-left:10px
	}
}

@media(max-width:767px){
	.glossary-listing .article{
		max-width: 100%;
	}
       
	.artigo-referencia img.img-fluid {
		max-width: 100%;
		width: 100%;
		max-height: 100%;
	}
	
	.artigo-referencia .description .row {
		position: relative;
		width: 100%;
		bottom: 0;
	}
}

/*<----------------------------------------------TEMPLATE MODULE---------------------------------------------------> */

.template .template-module h2:first-of-type,
.template .template-module.wrap h2:first-of-type,
.template .template-module h3:first-of-type,
.template .template-module.wrap h3:first-of-type,
.template .template-module h4:first-of-type,
.template .template-module.wrap h4:first-of-type,
.template .template-module p:first-child,
.template .template-module ul:first-child,
.template .template-module ol:first-child {
	margin-top: 0;
	padding-top: 0;
}

.template .template-module h2:last-of-type,
.template .template-module h3:last-of-type,
.template .template-module h4:last-of-type,
.template .template-module p:last-of-type,
.template .template-module ul:last-of-type,
.template .template-module ol:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}


.template{
	margin-bottom:100px
}

@media (min-width: 992px){
	.template-module {
		margin: 120px 0;
	}
	
	/*.wrap.module2 .container div,
	.wrap.module3 .container div{
		display: grid;
	}*/
}



.template-module{
	font-family: "Hero New";
	color:var(--grey);
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
}
.template-module h2 {
	color: var(--darkgreen);
	font-size: 3rem;
	line-height: 1.25;
	letter-spacing: -1.2px;
	font-weight: 300;
	padding: 0;
	/*padding-top: 120px;*/
}

.template-module h3{
	color: var(--darkgreen);
    font-size: 2.25rem;
	font-weight: bold;
    line-height: 1.28;
  	letter-spacing: -0.9px;
    padding: 0;
    /*padding-top: 120px;*/
}

.template .h3{
	color: var(--darkgreen);
    font-size: 1.5rem;
	font-weight: bold;
    line-height: 1.92;
    letter-spacing: -0.6px;
	padding: 0;
   /* padding-top: 60px;*/
}



.template-module h4{
    color: var(--darkgreen);
    font-size: 1.375rem;
	font-weight: bold;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.55px;
    padding: 0;
    /*padding-top: 120px;*/
}

.template-module p {
    font-size: 1.125rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.67;
    margin: 0;
    padding: 0;
    padding-top: 35px;
	
}

.template-module p a{
    font-weight: 500;
  	color: var(--lightgreen);
	font-size: 1.125rem;
    font-style: normal;
    line-height: 1.67;
    margin: 0;
    padding: 0;
	display: inline;
}

.template-module p strong {
    font-weight: 500;
    color: var(--darkgreen);
	font-size: 1.125rem;
    font-style: normal;
    line-height: 1.67;
    margin: 0;
    padding: 0;
}

.template-module ul{
    list-style: none;
	padding-left: 40px
}
.template-module ul li,.template ol li{
    color: var(--black);
    font-size: 1.125rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.67;
}

.template ul,.template ol {
	padding-left: 2em;
	list-style: none;
	margin: 1.5em 0;
}
.template ul li, .template ol li {
	position: relative;
}
.template ul li p, .template ol li p {
	margin: 0;
}
.template ul li::before {
	content: "";
	display: inline-block;
	height: 14px;
	width: 1em;
	margin-left: -2em;
	margin-right: 1em;
	background-image: url(../assets/img/arrow-sm-color.png);
	background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.template ol {
	counter-reset: item;
}
.template ol li {
	counter-increment: item;
}
.template ol li::before {
	content: counter(item) ".";
	display: inline-block;
	width: 2em;
	margin-left: -2em;
	color: #aba325;
	vertical-align: middle;
	font-size: 1.125rem;
    font-weight: 500;
    font-style: normal;
}

.template p small, .template p small strong{
	font-size:.75rem;
    letter-spacing: -0.3px;
}

.template p small b,
.template p small strong {
	color: var(--darkgreen);
}

.template p big,
.template blockquote p {
    font-size: 2.375rem;
	line-height: 1.32;
	letter-spacing: -0.95px;
	color: var(--darkgreen);
	font-weight: 300
}
.template p big {
	position: relative;
	display: inline-block;
	padding: 1.2em 0 1em 77px;
	z-index: 1;
}
.template p big::before {
	content: "";
	position: absolute;
	top: 0;left: 0;
	width: 142px;
	height: 174px;
	opacity: .2;
	background-color: var(--lightgreen);
	transform-origin: top right;
	z-index: -1;
}

.template blockquote {
	display: block;
	padding: 10px 0 1em 77px;
	position: relative;
	text-align: left;
    margin: 0;
	font-style: italic;
	line-height: 1.32
}
.template blockquote p {
	font-style: italic;
	line-height: 1.32;
	margin-bottom: 0;
	padding-top: 0
}

.template blockquote small {
    display: block;
    font-size: 10px;
    color: var(--darkgreen);
	font-weight: normal;
	line-height: 5;
	letter-spacing: 5px;
	text-transform: uppercase
}

.template blockquote::before {
	content: "";
	position: absolute;
	top: 0;left: 0;
	width: 46px;
  	height: 33px;
	background:url(../assets/img/quote.png) no-repeat;
	background-size: contain;
	transform-origin: top right;
	z-index: -1;
}


.container .template-module .listing .container{
    padding: 0;
}
.items .fujiBtn{
    margin-bottom: 50px;
}

.template-module .listing .container .header .h2{
	font-weight: 500;
    font-style: normal;
    font-size: 2rem;
}

.template-module .video + p.text-center{
	bottom:15px
}



.template .listing .items .h4,
.template .cta .h4{
    color: var(--darkgreen);
    font-size: 1.75rem;
	font-weight: 300;
	  line-height: 2.14;
	  letter-spacing: -0.7px;
	  text-align: left;
	padding: 0
}

.template .cta .h4{
	color:#fff;
}


.template .listing .accordion .h4 {
    padding-right: 35px;
    line-height: 1.6;
}

.template-module .listing .container .items .accordion div h3{
	font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    padding-top: 0;
}



.template-module .listing .container .items .accordion .description{
	font-weight: 300;
    font-style: normal;
    font-size: 1rem;
}

.template .listing .item{
	background: #fafaee;
	margin-bottom: 10px;
	padding: 37px 42px;
	padding-right:0
}

.template .listing .items .file .image{margin-right:31px}
.template .listing .link{
	height:26px;
	position: relative;
	display: inline-block;
}
.template .listing .file .link{
	flex: auto;
	text-align: right
}
.template .listing .link:before{
	content:"";
	background: url(../assets/img/arrow-green.svg) no-repeat;
	width: 52px;
	height:26px;
    background-position: 0px;
    transition: all .4s ease-in-out;
	display: inline-block;
	margin-right: 42px;
}
.template .listing .link:hover::before{
	margin-right: 25px;
}

.template .listing .file .link:before{
	margin-right: 0px;
}
.template .listing .file .link:hover::before{
	margin-right: 0;
}



.template-module .cta {
    display: flex;
    position: relative;
    width: 100%;
    padding: 28px 40px;
	padding-right: 230px;
    background-color: var(--lightgreen);
}

.template .cta .h4{
	color:#fff;
	line-height: 1.29;
    letter-spacing: -0.7px;
}

.listing .accordion .description .button{
	margin-left:4px
}

.template a.link_map{
	font-size: 12px;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 2.4px;
	text-align: left;
	text-transform: uppercase;
	color:var(--lightgreen)
}



.template .checkbox-wrapper a.link_map:before{
	content:"";
	background:url(../assets/img/icon_mapa.svg) no-repeat;
	width:12px;
	height: 13px;
	display: inline-block;
	margin-right:5px;
    margin-left:10px;
    margin-bottom:5px;
	vertical-align: middle;
}

.template a.link_map:before{
	content:"";
	background:url(../assets/img/icon_mapa.svg) no-repeat;
	width:15px;
	height: 18px;
	display: inline-block;
	margin-right:15px;
	vertical-align: middle;
}

.contactos h4{
	margin-bottom:10px!important
}
.contactos p{
	font-size:1rem;
	padding-top:15px
}

.contactos p a{
	font-size:1rem;
}

@media (min-width: 1040px){
	.contactos .row{
		justify-content:space-between
	}
	.contactos .col-md-4{
		-ms-flex: 0 0 260px;
		flex: 0 0 260px;
		max-width: 260px;
	}
}

@media (max-width: 1040px){
	.template-module h2{
		font-size:2.2rem
	}
	.template-module h3,
	.template h3{
		font-size:1.9rem
	}
	.template p, .template p a,.template p strong {
		font-size: 1rem;
	}
	
	.template p big {
		position: relative;
		display: inline-block;
		padding: 1.2em 0 1em 57px;
		z-index: 1;
	}

	.template p big, .template blockquote p {
		font-size: 1.9rem;
		line-height: 1.22;
		    display: block;
	}
	
	.template p big::before {
		width: 110px;
		height: 144px;
	}
	
	.contactos .col-md-4{
		margin-bottom:60px
	}
	
	.template .header .h3{
		    font-size: 1.2rem;
	}
	
	.template .listing .items .h4,
	.template .cta .h4{
		font-size: 1.45rem;
		font-weight: 300;
		  line-height: normal;
	}
	
	.listing .accordion .description{
		padding-right:60px
	}
	
	.listing .accordion.open .description{
		padding-bottom:30px
	}
	
	.template .listing .items .file .image{
		margin-right:25px;
		width:35px;
	}
	
	.template .listing .file .h4{
		flex: 1;
    	min-width: calc(100% - 65px);
		font-size:1.35rem
	}
	
	.template .listing .file .link{
		padding-left: 62px;
		text-align: left;
	}
	
	.template .listing .link:before{
		width:38px;
		height: 17px
	}
	
	.listing .item .link{
		margin-top:18px
	}
	
	.template .listing .item {
		padding: 37px 42px 21px;
	}
	
	.template .listing .item h3{font-size: 1.45rem;}
	
	.template-module .cta{
		padding-right:0;
		padding:28px 30px 57px; 
	}
	.template-module .cta::before{
		right:auto
	}
}

/*<---------------------------------------------END TEMPLATE MODULE--------------------------------------------------> */

@media (min-width: 992px){
	.portfolio .items.row {
		margin: -25px;
	}
}

.portfolio{
	margin-top:80px
}

.portfolio.listing .item{
	flex-wrap: nowrap;
	flex-direction: column;
	padding-top: 0;
	padding:25px;
	font-family: "Hero New";
}

.portfolio.listing .article .image{
	position:relative;
	display: inline-block;
    overflow: hidden;
	margin:0;
	padding: 0
}
.portfolio.listing .article .image img {
    transition: var(--transition);
	margin: 0;
	padding: 0
}
.portfolio.listing .article .image:hover img,
.portfolio.listing .article .image:focus img{
    transform: scale(1.1);
}

.portfolio.listing .item div.description{
	background:#fff;
	width: 100%;
	padding:24px 28px 25px;
	flex:1
}
.portfolio.listing .item div.description p{
	margin-bottom:7px
}
.portfolio.listing .item div.description p a{
	font-size: 10px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 5px;
	text-align: left;
	color: var(--lightgreen);
	text-transform: uppercase
}
.portfolio.listing .item div.description p a:hover{
	color:var(--darkgreen)
}
.portfolio.listing .item div.description h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.42;
	letter-spacing: -0.6px;
	text-align: left;
	color: var(--darkgreen);
	margin-bottom:28px
}


.form-contacto{
	padding-top:100px;
	padding-bottom:100px;
}

.form-contacto h2{
	font-family: "Hero New";
	font-size: 2.25rem;
	font-weight: 300;
	line-height: 1.67;
	letter-spacing: -0.9px;
	margin: 0 auto 60px;
	color: #111c17;
}

.form-contacto .input-wrapper{
	position: relative;
	margin-bottom: 20px
}

.form-contacto .input-wrapper input,
.form-contacto .input-wrapper textarea{
	background: #fff;
	border: solid 1px rgba(231, 229, 200, 0.98);
	font-family: "Hero New";
	font-size: 14px;
	font-weight: 300;
	line-height: 1.86;
	letter-spacing: -0.35px;
	text-align: left;
	color: var(--grey);
	padding: 28px 31px;
    width: 100%;
}

.form-contacto .input-wrapper textarea{
	height: 280px
}

.form-contacto input[type='checkbox'] {
    display: none;
}
.form-contacto input[type='checkbox'] + label {
    display: inline-block;
    vertical-align: middle;
    height: 23px;
    width: 23px;
    background-color: white;
    cursor: pointer;
    position: relative;
    border: 1px solid #d0d1d1;
    transition: var(--transition);
}



.form-contacto input[type='checkbox'] + label + label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-family: "Hero New";
	font-size: 14px;
	font-weight: 300;
	line-height: 1.86;
	letter-spacing: -0.35px;
	text-align: left;
	color: var(--grey);
}

.form-contacto input[type='checkbox'] + label + label a {
    display: inline-block;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.86;
	letter-spacing: -0.35px;
	text-align: left;
	color: var(--lightgreen);
}

.form-contacto  input[type='checkbox']:checked + label::before {
	opacity: 1;
}

.form-contacto input[type='checkbox'] + label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: .875rem;
    font-weight: 900;
    color: var(--black);
    line-height: 1;
    width: 14px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}


.form-contacto span {
    display: block;
    font-size: 12px;
    font-style: italic;
    color: var(--grey);
    min-width: 100%;
    align-self: flex-end;
}

.form-contacto .btn.button span {
    color: #fff;
}

.form-contacto .btn{
	margin-top:37px
}

@media(max-width:1024px){
	.form-contacto{
		padding-top:60px;
		padding-bottom:70px;
	}
	.form-contacto h2{
		line-height:1.3
	}
}



.form input.not-filled, .form textarea.not-filled {
    border: 1px solid var(--warning);
}

.form .warning {
    font-size: .875rem;
    font-weight: 400;
    color: var(--warning);
    height: 20px;
    margin: 0;
    margin-top: 10px;
    line-height: 20px;
    padding-left: 35px;
    position: relative;
	text-align: left
}
.form .warning::before {
    content: "!";
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: var(--warning);
    border-radius: 100%;
    font-size: 17px;
    font-weight: 500;
    color: white;
    text-align: center;
}


.form input[type='checkbox'].not-filled + label {
	border: 1px solid var(--warning);
}

.template .error_404 h1{
	font-size: 3.75rem;
	font-weight: bold;
	letter-spacing: -1.5px;
	text-align: center;
	color: var(--darkgreen);
	margin-bottom:60px;
}

.template .template-module.error_404 h2{
	font-size: 2.25rem;
	font-weight: 300;
	letter-spacing: -0.9px;
	text-align: center!important;
	color: var(--darkgreen);
	margin-bottom:90px!important
}

@media(min-width:992px){
	.template .error_404{
		padding-top:130px;
		padding-bottom:120px;
	}
}


.top-title.questionario_h1 h1{
    font-size: 3.125rem;
}

@media(min-width: 1024px) {
	.container.questionario_form {
		max-width: 706px;
	}
}

.container.questionario_form h2{
    font-size: 2.125rem;
    font-weight: 300;
    line-height: 1.76;
    letter-spacing: -0.85px;
    text-align: center;
    color: var(--darkgreen);
    margin-top: 70px;
    margin-bottom: 50px;
}

.container.questionario_form h3{
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.42;
    letter-spacing: -0.6px;
    text-align: left;
    color: var(--lightgreen);
    margin-top: 66px;
    margin-bottom: 46px;
}

@media(max-width:768px){
    .top-title.questionario_h1 h1 {
        font-size: 2.5rem;
    }
    .container.questionario_form h2{
        font-size: 2rem;
        line-height: 1.46;
    }
    .container.questionario_form h3{
        font-size: 1.45rem;
    }
}

.container.questionario_form h3:first-of-type{
    margin-top:50px
}

.container.questionario_form p{
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.4px;
    text-align: left;
    color: #767877;
}

.container.questionario_form p strong{
    font-weight: 500;
    color: #111c17;
}

.questionario_form .input-wrapper{
	position: relative;
	margin-bottom: 38px
}

.questionario_form label.quest_label{
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.4px;
    text-align: left;
    color: var(--darkgreen);
}

.questionario_form .input-wrapper input,
.questionario_form .input-wrapper textarea{
	background: #fff;
	border: solid 1px rgba(231, 229, 200, 0.98);
	font-family: "Hero New";
	font-size: 14px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -0.35px;
	text-align: left;
	color: var(--grey);
	padding: 25px 38px;
    width: 100%;
}

.questionario_form .input-wrapper input.not-filled,
.form.questionario_form input[type='checkbox'].not-filled + label,
.form.questionario_form input[type='radio'].not-filled + label{
    border: 1px solid red;
}



.questionario_form p.warning {
    font-size: .875rem;
    font-weight: 400;
    color: var(--warning);
    height: 20px;
    margin: 0;
    margin-top: 10px;
    line-height: 20px;
    padding-left: 35px;
    position: relative;
	text-align: left
}
.questionario_form p.warning::before {
    content: "!";
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: var(--warning);
    border-radius: 100%;
    font-size: 17px;
    font-weight: 500;
    color: white;
    text-align: center;
}

.questionario_form .input-wrapper textarea{
	height: 280px
}

.questionario_form input[type='checkbox'],
.questionario_form input[type='radio'] {
    display: none;
}
.questionario_form input[type='checkbox'] + label,
.questionario_form input[type='radio'] + label {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    width: 22px;
    background-color: white;
    cursor: pointer;
    position: relative;
    border: 1px solid rgba(220, 215, 144, 0.98);
    transition: var(--transition);
}



.questionario_form input[type='radio'] + label {
    border-radius: 50%;
}

.questionario_form input[type='checkbox'] + label + label,
.questionario_form input[type='radio'] + label + label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.4px;
    text-align: left;
    color: var(--darkgreen);
    flex: 1;

	
}

.questionario_form input[type='checkbox'] + label + label a {
    display: inline-block;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.86;
	letter-spacing: -0.35px;
	text-align: left;
	color: var(--lightgreen);
}

.questionario_form  input[type='checkbox']:checked + label::before,
.questionario_form  input[type='radio']:checked + label::before {
	opacity: 1;
}

.questionario_form input[type='checkbox'] + label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: .875rem;
    font-weight: 900;
    color: var(--black);
    line-height: 1;
    width: 14px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

.questionario_form input[type='radio'] + label::before {
    content: "";
    background-color: var(--lightgreen);
    line-height: 1;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    border-radius: 50%;
}
.questionario_form span {
    display: block;
    font-size: 12px;
    font-style: italic;
    color: var(--grey);
    min-width: 100%;
    align-self: flex-end;
}

.questionario_form .listing .accordion{
    margin-bottom: 10px;
}
.questionario_form .listing .accordion div.titulo {
    background: var(--lightgreen);
    padding: 20px 0;
}
.questionario_form .listing .accordion div.description {
    background: #f7f7f7;
    padding: 0;
}
.questionario_form .listing .accordion.open div.description {
    max-height: inherit!important;
}
.questionario_form .listing .accordion div.description .row{
    justify-content: left;
    padding: 30px 40px;
}

.questionario_form .listing .accordion p.h4{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: -0.5px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 0;
    margin-left: 30px;
}
.questionario_form .listing .accordion .toggle{
    right: 30px;
}

.questionario_form .listing .checkbox-wrapper, .questionario_form .radio-wrapper{
    display: flex;
}

.questionario_form .radio-wrapper{
    margin-bottom:10px
}
.questionario_form .listing .checkbox-wrapper.lista_vasos{
    margin-bottom: 10px;
}
.questionario_form .listing .checkbox-wrapper.lista_vasos:last-of-type{
    margin-bottom: 0px;
}
.questionario_form .listing .checkbox-wrapper.lista_vasos:last-of-type label{
    margin-bottom: 0
}
.questionario_form .listing .accordion .toggle::before, 
.questionario_form .listing .accordion .toggle::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

.questionario_form .listing .accordion .col-12:not(.plantas_outras){
    margin-bottom: 10px;
}

.questionario_form .listing .accordion .plantas_vaso{
    display: none;
    margin-left: 33px;
    background: #fff;
    border: solid 1px rgba(220, 215, 144, 0.98);
    padding: 20px 25px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.questionario_form .plantas_outras{
    background-color: #f1f1f1;
    padding:40px
}

.questionario_form .plantas_outras .checkbox-wrapper{
    margin-bottom:20px;
}

.questionario_form .plantas_outras .input-wrapper{
    margin-bottom:10px;
}

.questionario_form .show_outra{
    display: none;
    margin-top:40px
}

.botao-e-aceita{
    margin-bottom: 150px;
    margin-top:100px;
    align-items: center;
}

@media(max-width:768px){
    .questionario_form .listing .accordion p.h4{
        margin-right: 50px;
        line-height: normal;
    }
    .questionario_form .listing .accordion div.description .row{
        padding: 30px 30px;
    }
    .questionario_form .radio-wrapper{
        align-items: center;
    }
}


/*********************************/
/********** LOJA ONLINE **********/
/*********************************/

.page_lojaonline header {
    background-color: var(--darkgreen);
    position: relative;
}
.page_lojaonline header .img {
    background-image: url(../img/logo.png);
}
.highlight_bar{
    background: #9e114d;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 15px 0 13px;
}

.highlight_bar .container{
    position: relative;
}

.highlight_bar .slide{
    font-size: 0.75rem;
    font-weight: 300;

}

.highlight_bar .slider-arrows a {
    position: absolute;
    height: auto;
    width: 7px;
    background-color: transparent;
    top: 8px;
    bottom: auto;
    margin: auto;
	transition: var(--transition);
    -webkit-transition: var(--transition);
    font-size: 0;
    opacity: 0.8;
    cursor: pointer;
}

.highlight_bar .slider-arrows a:hover {
    opacity: 1;
}

.highlight_bar .slider-arrows a::before {
	content: "";
	display: block;
	position: relative;
    top: 50%;
	height: 7px;
    width: 12px;
	background-image: url(/assets/img/caret-white.svg);
	background-size: cover;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(-90deg);
}

.highlight_bar .slider-arrows a.prev {
    left: 0px;
    padding: 0;
}
.highlight_bar .slider-arrows a.prev::before {
    transform: translateY(-50%) rotate(90deg);
}

.highlight_bar .slider-arrows a.next {
    right: 0px;
    padding: 0;
}

.hp-banner-lo{
    position: relative;
}

.hp-banner-lo .box-description{
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.hp-banner-lo .box-description::before{
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: 3;
    background: #aba325;
    opacity: 1;
    pointer-events: none;
    mix-blend-mode: multiply;
}

.hp-banner-lo .description{
    color: white;
    text-align: left;
    max-width: 500px;
    width: 100%;
    z-index: 5;
}

.hp-banner-lo .description .subtitle{
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.hp-banner-lo .description .title{
    font-size: 3.75rem;
    font-weight: bold;
    line-height: 1.22;
    letter-spacing: -3px;
    margin-bottom: 40px;
}

.hp-banner-lo .description p{
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: -0.45px;
}

.hp-banner-lo .button{
    background: linear-gradient(to right, white 50%, var(--darkgreen) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

.hp-banner-lo .btn.button:hover {
    background-position: left bottom;
    color:var(--darkgreen)
}

.swal-content div{
    margin-top: 30px
}
   
.swal-footer {
    text-align: center;
}




.products-listage .item .content{
    position: relative;
}
.exclusivo_desconto{
    position: absolute;
    top: -65px;
    right: 10px;
    width: 78px;
    height: 78px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.product-page .exclusivo_desconto{
    top: auto;
    bottom: -10px;
    right: 10px;
}

.exclusivo_desconto small,
.content .template .listing .product .exclusivo_desconto p,
.content.shop .exclusivo_desconto p, .products-listage .item.article .content .exclusivo_desconto p{
    position: relative;
    z-index: 2;
    margin: 0;
    color: white;
}

.exclusivo_desconto small{
    font-size: 12.5px;
    letter-spacing: normal;
}

.content .template .listing .product .exclusivo_desconto p,
.content.shop .exclusivo_desconto p, .products-listage .item.article .content .exclusivo_desconto p{
    font-family: 'Hero New Super';
    font-size: 18px;
    letter-spacing: -0.45px;
    line-height: normal;
}

.exclusivo_desconto::before{
    content: "";
    background-color: #faab01;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.options_vases{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 49px;
}

.store-v2 .product-page .options_vases > div{
    width: 52px;
    height: 52px;
    margin-right: 20px;
}

.options_vases > div:last-of-type{
    margin-right: 0;
}
.store-v2 .content .template.product-page  .form .options_vases input[type='radio'] + label{
    border: none;
    border-radius: 0;
    width: 52px;
    height: 52px;
    position: relative;
    background: none;
display: inline-block;
vertical-align: middle;
cursor: pointer;
transition: var(--transition);
}

.store-v2 .content .template.product-page .form .options_vases input[type='radio'] + label::before {
    content: "";
    background: url(/img/icon_tamanho.svg) no-repeat;
    width: 52px;
    height: 52px;
    max-width: 52px;
    max-height: 52px;
    opacity: 1;
    border-radius: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: var(--transition);
}


.store-v2 .content:not(.product-option2) .template.product-page .form .options_vases input[type='radio']:checked + label::before {
    background: url(/img/icon_tamanho_active.svg) no-repeat;
}

.store-v2 .content .template.product-page .form .options_vases input[type='radio'] + label span{
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 10.5px;
    font-weight: bold;
    color: #968f19;
    pointer-events: all;
}

.store-v2 .content:not(.product-option2) .template.product-page .form .options_vases input[type='radio']:checked + label span {
    color: white;
}

.store-v2 .content.product-option2 .template.product-page .form .options_vases input[type='radio'] + label.active span {
    color: white;
}

.store-v2 .content .template.product-page .form .options_vases input[type='radio']:checked + label{
    pointer-events: none;
}


.content.shop .product-page .options-size{
    background: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 5px;  
}

.store-v2 .content.shop .product-page .options-size{
    padding-bottom: 0;
}
.content.shop .product-page .options-size .price{
    font-size: 1.625rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    color: var(--lightgreen);
}

.content.shop .product-page .options-size .price span{
    color:#cac9ba;
    text-decoration: line-through;
    margin-left:13px;
    font-size: 1.156;
}


.content.shop .product-page .options-size .txt-ref{
    font-size: 1.125rem;
    font-weight: bold;
    font-style: normal;
    letter-spacing: -0.45px;
    color: var(--black);
    margin-bottom: 29px;
}

.content.shop .product-page .size-width{
    margin-bottom: 20px;
}
.content.shop .product-page .size-width p,
.content.shop .product-page .size-width p span{
    font-size: 13.5px;
    color: #111c17;
    font-weight: normal;
    margin: 0;
}
.content.shop .product-page .size-width p span{
    color: #767877;
}

.amount-cart{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.content.shop .product-details .amount-cart .width-amount{
    background: white;
    height: 100%;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content.shop .template .product-details .amount-cart .quantity-select{
    border: none
}

.content.shop .template .amount-cart .btn{
    margin-top: 0;
}

.content.shop .template .listing .product-inline.exclusivo_product .image{
    position: relative;
}

.content.shop .template .listing .product-inline.exclusivo_product .image .exclusivo_desconto{
    top: auto;
    bottom: -20px;
    right: -25px;
    transform: scale(.83);
}

.content .template.has-sidebar .cart-sidebar .price-breakdown > div span{
    margin-top: 5px;
}

.exclusivo_total{
    margin-top: 20px;
}

.exclusivo_total,
.content .template.has-sidebar .cart-sidebar .price-breakdown > div.exclusivo_total > div:last-child:not(.title){
    color: #faab01;
}

@media(min-width:768px){
    .store-v2 .template.has-sidebar .filter-sidebar .form.column .row{
        display: block;
        column-count: 2;
    }


    .store-v2 .template.has-sidebar .form.column > div > div{
        display: inline-block;
    }

    .content.shop .product-details .amount-cart .width-amount{
        width: 223px; 
    }
}

.store-v2 .template.has-sidebar .sidebar span.inf-ico {
    width: 16px;
    height: 16px;
    position: relative;
    transition: var(--transition);
    display: inline-block;
    padding-left: 17px;
    transform: translateY(-10px);
    font-size: 11px;
    color: #888787;
    line-height: 1;
}

.store-v2 .template.has-sidebar .sidebar span.inf-ico::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-image: url(/img/info.svg);
    transition: var(--transition);
    background-repeat: no-repeat;
    background-position: right;
}

@media (min-width: 1200px){
    .store-v2 .template.has-sidebar .sidebar span.inf-ico:hover::before {
        background-image: url(/img/info-color.svg);
    }
}

.store-v2 .products-listage .bar-highlights > div.bar-descont,
.store-v2 .product-page .bar-highlights > div.bar-descont {
    background-color: #d0c62a;
    font-family: 'Hero New Super';
    font-size: 16px;
    font-weight: normal;
    line-height: 1.13;
    letter-spacing: -0.4px;
}

.store-v2 .products-listage .content .button span::before, 
.store-v2 .products-listage .item.two-products .button::before{
    display: none;
}

#popUp {
    position: absolute;
    width: auto;
    height: auto;
    padding: 12px 14px;
    opacity: 0;
    transform: translate(0%, -155%);
    transition: var(--transition);
    z-index: 99;
}
#popUp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #1d1d1b;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 2;
}
#popUp p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.48px;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    opacity: 0.7;
    position: relative;
    z-index: 3;
}

#popUp.active {
    opacity: 1;
    pointer-events: all;
  }

.store-v2 .template.has-sidebar .filter-sidebar > div .lower > div{
    padding-top: 0;
}


.store-v2 .products-listage .item .options_vases {
    margin-top: 49px;
    margin-bottom: 14px
}
.store-v2 .products-listage .item .options_vases > div {
    width: 45px;
    height: 45px;
    margin-right: 15px;
}
.store-v2 .products-listage .item .options_vases input[type='radio'] {
    display: none;
}
.store-v2 .products-listage .item .options_vases input[type='radio'] + label{
    border: none;
    border-radius: 0;
    width: 45px;
    height: 45px;
    position: relative;
    background: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: var(--transition);
}

.store-v2 .products-listage .item .options_vases input[type='radio'] + label::before {
    content: "";
    background: url(/img/icon_tamanho.svg) no-repeat;
    width: 45px;
    height: 45px;
    opacity: 1;
    border-radius: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transition: var(--transition);
}

.store-v2 .hp-product-shop .products-listage .item .options_vases{
    margin-top: 22px;
    margin-bottom: 11px;
}

@media(max-width:767px){
    .store-v2 .products-listage .item .options_vases {
        margin-top: 22px;
        margin-bottom: 11px;
    }
}


.store-v2 .hp-product-shop .products-listage .item .content{
    width: 100%;
    flex-direction: column;
}

.store-v2 .hp-product-shop .products-listage .item .content a:last-of-type {
    margin: auto;
}
.store-v2 .hp-product-shop .products-listage .item .content a.link_category {
    margin: 0;
}
.store-v2 .hp-product-shop .products-listage .item .content .rating{
    justify-content: center;
}
.store-v2 .hp-product-shop .products-listage .description {
    min-height: 160px;
}

.store-v2 .hp-product-shop .products-listage .description .title-product{
    flex: 1;
}

.store-v2 .hp-product-shop .products-listage .slick-track{
    height: 100%;
}




.hp-product-shop .container.container-portfolio{
    position: relative;
}
.store-v2 .hp-product-shop .slider-arrows{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.store-v2 .hp-product-shop .slider-arrows a {
    position: absolute;
    height: auto;
    width: 14px;
    background-color: transparent;
    top: auto;bottom: auto;
    margin: auto;
	transition: var(--transition);
    -webkit-transition: var(--transition);
    font-size: 0;
    opacity: 0.4;
    cursor: pointer;
}

@media (max-width: 767px){
    .store-v2 .hp-product-shop .slider-arrows a {
        position: relative;
    }
    
}

.store-v2 .hp-product-shop .slider-arrows a:hover {
    opacity: 1;
}

.store-v2 .hp-product-shop .slider-arrows a::before {
	content: "";
	display: block;
	position: relative;
	width: 14px;
    height: 28px;
	background-image: url(/assets/img/caret-black.svg);
	background-size: cover;
    background-repeat: no-repeat;
}

.store-v2 .hp-product-shop .slider-arrows a.prev {
    left: -15px;
}
.store-v2 .hp-product-shop .slider-arrows a.prev::before {
    transform: translateY(-50%) rotate(180deg);
}

.store-v2 .hp-product-shop .slider-arrows a.next {
    right: 0px;
}

.store-v2 .products-listage .item .options_vases input[type='radio']:checked + label::before {
    background: url(/img/icon_tamanho_active.svg) no-repeat;
}

.store-v2 .products-listage .item .options_vases input[type='radio'] + label span{
    position: absolute;
    bottom: 10px;
    font-size: 9.5px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: bold;
    color: #968f19;
}

.store-v2 .products-listage .product .options_vases input[type='radio']:checked + label span {
    color: white;
}

.store-v2 .products-listage .item .price{
    margin-bottom: 20px;
}


.planta_categoria{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 40px;
}

.planta_categoria > div > a{
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
}

.planta_categoria.slider_subcategoria .slide a{
    position: relative;
    display: flex;
    align-items: center;
}

.planta_categoria > div:first-of-type{
    margin-bottom: 10px;
}

@media (max-width: 767px){
    .store-v2 .hp-product-shop .slider-arrows{
        position: relative;
        width: 40%;
        margin: auto;
        top: auto;
        display: flex;
        transform: initial;
        margin-bottom: 30px;
    }
    .store-v2 .hp-product-shop .slider-arrows a.prev::before {
        transform: rotate(180deg);
    }
    
}

@media (min-width: 768px){
    
    .planta_categoria{
        margin-top: 60px;
        flex-wrap: nowrap;
        
    }

    .planta_categoria:not(.slider_subcategoria){
        gap: 10px;
    }

    .listing.listing-product2 .planta_categoria:not(.slider_subcategoria){
        gap: 20px;
    }

    .planta_categoria > div:first-of-type{
        margin-bottom: 0px;
    }

    .planta_categoria.slider_subcategoria .slide {
      
        margin: 0;
        padding: 10px 9px 30px;
    }
    .store-v2 .template.has-sidebar .filter-sidebar + div {
        max-width: calc(100% - 314px);
    }

    /* .planta_categoria > div:first-of-type > a{
        margin-right: 10px;
    }
    
    .planta_categoria > div:last-of-type > a{
        margin-left: 10px;
    } */
}

@media (min-width: 1024px){
    .store-v2 .content .template.has-sidebar .filter-sidebar + div {
        max-width: calc(100% - 314px);
    }
}



.store-v2 .shop .planta_categoria div p{
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    z-index: 3;
    text-align: center;
    margin: auto 45px;
    left: 0;
    right: 0;
}

@media (min-width: 768px){
    .store-v2 .shop .planta_categoria div p{
        margin: auto 35px;
    }
}

.store-v2 .shop .planta_categoria div.image {
    position: relative;
    width: 100%;
    height: 110px;
    overflow: hidden;
}



@media (min-width: 992px){
    .store-v2 .shop .planta_categoria div.image {
        height: 100%;
    }
}

.store-v2 .shop .planta_categoria .image img {
    display: initial;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: static;
    transform: none;
    transition: var(--transition);
}

.store-v2 .shop .planta_categoria a:hover .image img {
    transform: scale(1.05);
}

.store-v2 .shop .planta_categoria div.image:not(.update4)::before {
    background-image: linear-gradient(to bottom, #bbbaba, #bbbaba);
    mix-blend-mode: multiply;
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 1;
}

.store-v2 .shop .slider_subcategoria div.image{
    width: 100%;
    height: 175px;
}

@media(max-width:767px){
    .store-v2 .shop .slider_subcategoria div.image img{
    position: relative;
    }

    .store-v2 .shop .slider_subcategoria {
        overflow: hidden;;
    }

    .store-v2 .content.shop .product-page .banner ul.breadcrumb a, .store-v2 .content.shop .product-page .banner ul.breadcrumb li{
        font-size: 9px;
    }

}




.store-v2 .shop .slider_subcategoria div.image.active{
    box-shadow: 0px 14px 15px 2px rgba(0,0,0,0.51);
    -webkit-box-shadow: 0px 14px 15px 2px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 14px 15px 2px rgba(0,0,0,0.51);
}
.store-v2 .shop .slider_subcategoria .image img {
    position: absolute;
    top: 0;
    left: 0;
}

@media(min-width:768px){
    .store-v2 .shop .slider_subcategoria div.image{
        width: 214px;
        height: 169px;
    }

}

.sliders_subcategoria{
    position: relative;
}

.sliders_subcategoria .slider-arrows a {
    position: absolute;
    width: 46px;
    height: 58px;
    background-color: #ffffff;
    top: 65px;bottom: auto;
    box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.1);
    margin: auto;
	transition: var(--transition);
    -webkit-transition: var(--transition);
    font-size: 0;
    cursor: pointer;
    
}

.sliders_subcategoria .slider-arrows a:hover {
    opacity: 1;
}

.sliders_subcategoria .slider-arrows a::before {
	content: "";
	display: block;
	position: absolute;
    top: 19px;
    left: 18px;
	width: 10px;
    height: 20px;
	background-image: url(/assets/img/caret-black.svg);
	background-size: cover;
    background-repeat: no-repeat;
}

.sliders_subcategoria .slider-arrows a.prev {
    left: -10px;
    right: auto;
    padding: 0 0 0 50px;
}
.sliders_subcategoria .slider-arrows a.prev::before {
    transform: rotate(180deg);
}

.sliders_subcategoria .slider-arrows a.next {
    right: -10px;
    padding: 0 50px 0 0;
}

.store-v2 .artigo-referencia .item .indisponivel{
	position:relative
}
.store-v2 .products-listage .article.indisponivel .img .aviso_indisponivel {
    background: rgba(255,255,255,.8);
    position: absolute;
    width: auto;
    height: auto;
    font-family: "Hero New";
    font-size: 14.5px;
    font-weight: bold;
    letter-spacing: 2.9px;
    text-align: center;
    color: #111c17;
    text-transform: uppercase;
    z-index: 1;
    padding: 17px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.store-v2 .products-listage .article.indisponivel img{
	opacity: 1;
    
}

.store-v2 .products-listage .article.indisponivel .price{
    height: 34px;
}

.store-v2 .products-listage .article.indisponivel .options_vases input[type='radio'] + label{
    pointer-events: none;
}

.store-v2 .products-listage .article.indisponivel .options_vases input[type='radio'] + label::before {
    background: url(/img/icon_tamanho_esgotado.svg) no-repeat;
}

.store-v2  .products-listage .article.indisponivel .options_vases input[type='radio'] + label span{
    color: white;
}

.store-v2 .shop-listage .template.has-sidebar .sidebar ul li.active ul li.active ul li a{
    color:#92918b
}
.store-v2 .shop-listage .template.has-sidebar .sidebar ul li.active ul li.active ul li.active a{
    color:var(--black)
}
.store-v2 .shop-listage .template.has-sidebar .filter-sidebar ul.nav ul li:first-child{
    margin-top: 0;
}

.store-v2 .products-listage .article .img .img-first > img{
	/*opacity: 1;*/
    transition: var(--transition);
    -webkit-transition: var(--transition);
}


.product-slider.slick-slider{
    /*opacity: 0;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-slider.slick-slider .slide a{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 129.4%;
}

.products-listage .article .product-slider.slick-slider img:hover {
    transform: none;
}

.store-v2 .content .slider-wrapper{
    position: relative;
}

.store-v2 .content .product-page .slick-arrow{
    position: absolute;
    width: 46px;
    height: 58px;
    background-color: #ffffff;
    top: 0;
    bottom: 0;
    box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.1);
    margin: auto;
    font-size: 0;
    cursor: pointer;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}


.products-listage .item .img .slick-arrow{
    position: absolute;
    width: 46px;
    height: 58px;
    background-color: rgba(250, 250, 250, 0.43);
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
    cursor: pointer;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    opacity: 0;
}

/*
.products-listage .item .img .slick-arrow{
    position: absolute;
    width: 46px;
    height: 58px;
    background-color: #fafafa;
    top: 0;
    bottom: 0;
    box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.1);
    margin: auto;
    font-size: 0;
    cursor: pointer;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    opacity: 0;
}
*/

@media(max-width:767px){

    .products-listage .item .img .slick-arrow{
        opacity: 1;
    }

}


.store-v2 .content .product-page .slick-arrow{
    background-color: rgba(255,255,255,.43);
    box-shadow: none;
}

.products-listage .item .img:hover .slick-arrow,
.store-v2 .content.shop .product-page .img:hover .slick-arrow{
    opacity: 1;
}

.products-listage .item .img .slick-arrow:hover {
    opacity: 1;
}

.products-listage .item .img .slick-arrow::before,
.store-v2 .content .product-page .slick-arrow::before {
	content: "";
	display: block;
	position: absolute;
    top: 19px;
    left: 18px;
	width: 10px;
    height: 20px;
	background-image: url(/assets/img/caret-black.svg);
	background-size: cover;
    background-repeat: no-repeat;
}

.products-listage .item .img .slick-arrows.slick-prev,
.store-v2 .content.shop .product-page .slick-arrows.slick-prev {
    left: 0px;
    padding: 0 0 0 50px;
}
.products-listage .item .img .slick-arrow.slick-prev::before,
.store-v2 .content.shop .product-page .slick-arrow.slick-prev::before{
    transform: rotate(180deg);
}

.products-listage .item .img .slick-arrow.slick-next,
.store-v2 .content.shop .product-page .slick-arrow.slick-next {
    right: 0px;
    padding: 0 50px 0 0;
}

.hp-highlights-pl{
    padding: 50px 0;
    background: white;
}

.hp-highlights-pl .container{
    position: relative;
}

.hp-highlights-pl .col-12,
.hp-highlights-pl .slick-slide{
    position: relative;
    margin-bottom: 10px;
}

.hp-highlights-pl .col-12 > a,
.hp-highlights-pl .slick-slide > a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-highlights-pl .slick-slide{
    margin-left:  15px;
    margin-right:  15px;
}

.hp-highlights-pl .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

@media(min-width:1200px){
    .hp-highlights-pl .slick-slide{
        margin-left:  25px;
        margin-right:  25px;
    }

    .hp-highlights-pl .slick-list {
        margin-left: -25px;
        margin-right: -25px;
    }
}

.hp-highlights-pl h3{
    font-family: 'Hero New Super';
    position: absolute;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
    z-index: 3;
    text-align: center;
}

.hp-highlights-pl div.image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hp-highlights-pl  .image img {
    display: initial;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: static;
    transform: none;
    transition: var(--transition);
}

.hp-highlights-pl a:hover .image img {
    transform: scale(1.05);
}

.hp-highlights-pl div.image::before {
    background-image: linear-gradient(to bottom, #bbbaba, #bbbaba);
    mix-blend-mode: multiply;
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 2;
}

.hp-highlights-pl .slider-arrows {
    position: absolute;
    width: 100%;
    top: auto;
    bottom:0;
    left: 0;
    right: 0;
}



.hp-highlights-pl .slider-arrows a {
    position: absolute;
    height: auto;
    width: 14px;
    background-color: transparent;
    top: auto;
    bottom: auto;
    margin: auto;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    font-size: 0;
    opacity: 0.4;
    cursor: pointer;
}

.hp-highlights-pl .slider-arrows a::before {
    content: "";
    display: block;
    position: relative;
    width: 14px;
    height: 28px;
    background-image: url(/assets/img/caret-black.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.hp-highlights-pl .slider-arrows a.prev {
    right: auto;
    left: 50px;
}

.hp-highlights-pl .slider-arrows a.next {
    left: auto;
    right: 50px;
}

.hp-highlights-pl .slider-arrows a.prev::before {
    transform: rotate(180deg);
}

@media(min-width:768px){
    .hp-highlights-pl h3{
        font-size: 20px;
        -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    }
    .hp-highlights-pl .col-12{
        margin-bottom: 0;
    }

    .hp-highlights-pl .slider-arrows a.prev {
        right: calc(100% + 28px);
        left: auto;
    }
    
    .hp-highlights-pl .slider-arrows a.next {
        left: calc(100%);
        right: auto;
    }

    .hp-highlights-pl .slider-arrows {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
    }
}

@media(min-width:1350px){
    .hp-highlights-pl h3{
        font-size: 28px;
        left: 0;
        right: 0;
    }
    .hp-highlights-pl .col-12{
        margin-bottom: 0;
    }
}

@media(max-width:767px){
    .hp-highlights-pl {
        padding: 25px 0 50px;
    }
}

.store-v2 .hp-faqs{
    background: #aba325;
}

.store-v2 .hp-faqs .title,
.store-v2 .hp-faqs .title-faqs a:hover {
    color:#ffffff
}

.store-v2 .hp-faqs .btn.more::before,
.store-v2 .hp-faqs .btn.more::after{
    background: #ffffff;
}


/* .store-v2 .img-zoom-container {
    position: relative;
    display: flex;
} */

.store-v2 .img-zoom-lens {
    position: absolute;
    cursor: pointer;
    /*set the size of the lens:*/
    width: 147px;
    height: 147px;
    opacity:0;
}

.store-v2 .img-zoom-lens::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;;
    opacity: 0.55;
    border: solid 2px rgba(17, 28, 23, 0.42);
    background-color: #fafafa;
}

/* .store-v2 .img-zoom-container .slick-slide.slick-active:hover .img-zoom-lens{
opacity:1;
z-index: 99999;
} */

.store-v2 .img-zoom-result {
border: 1px solid #d4d4d4;
position: absolute;
left: 110%; 
bottom:0;
width: 354px;
height: 354px;
opacity: 0;
}

@media(max-width:767px){
    .img-zoom-result{display: none;}

    .store-v2 .content .product-page .product-details .button{
        padding: 22px 0;
        width: 100%;
        margin-top: 10px;
    }
}

.store-v2 .product-page .slick-slide.slick-active{
    position: relative;
}

.store-v2 .product-page .img-zoom-container .slider:hover + .img-zoom-result{
    opacity: 1;
    z-index: 5;
}

.store-v2 .product-page .img-zoom-container .slider.inative + .img-zoom-result,
.store-v2 .product-page .img-zoom-container .slider.noResult + .img-zoom-result{
    opacity: 0;
}

.store-v2 .content.shop .product-page .banner h1 + a{
    margin-top: 0;
}

.store-v2 .content.shop .product-page .options-size .txt-ref{
    font-size: 12px;
    font-weight: normal;
    color: #9e9f9f;
    margin-bottom: 7px;
}

.store-v2 .content-store .tabs {
    position: relative;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
}


.store-v2 .tabbed {
	overflow-x: hidden; /* so we could easily hide the radio inputs */
	/*margin: 0 0 32px;
	padding-bottom: 16px;*/
}

.store-v2 .tabbed [type="radio"] {
	display: none;
}


.store-v2 .tabs > .tab::before{
    display: none;
}

.store-v2 .tabs > .tab{
    margin: 0 10px;
}


.store-v2 .tab > label {
	display: block;
	margin: 0 10px;
    padding-bottom: 10px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.45px;
    color: #111c17;
    cursor: pointer;
    transition: var(--transition);
    border-bottom: 3px solid transparent;
}

@media (max-width: 767px){
    .store-v2 .tab > label {
        font-size: 14px;
        margin: 0 5px;
    }
   
}

.store-v2 .tabs > .tab:first-of-type,
.store-v2 .tabs .tab:first-of-type > label{
    margin-left: 0;
}

.store-v2 .tab-content {
	display: none;
    margin-top: 33px;
}

/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
.store-v2 .tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.store-v2 .tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.store-v2 .tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.store-v2 .tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label{
	border-bottom: 3px solid #aba325;
}

.store-v2 .tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.store-v2 .tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.store-v2 .tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.store-v2 .tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) {
	display: block;
}

@media (min-width: 992px){
    .store-v2 .content.shop .template.template-v2 {
        padding-top: 45px;
    }
    .store-v2 .amount-cart{
        flex-wrap: nowrap;
        background-color: white;
    }
    .content.shop .product-details .amount-cart .width-amount{
        margin:0;
    }
}
@media(min-width:768px){
    
    .content.shop .product-details .amount-cart .width-amount{
        margin:10px 0;
    }
    .store-v2 .content-store .tabs{
        margin-top: 0;
    }
    .store-v2  .content.shop .template .product-details .form > div > div:first-of-type{
        margin-top: 20px;
    }
    .store-v2 .content.shop .product-page .banner h1 {
        line-height: 1.2;
    }
}

.store-v2 .content.shop .product-page .banner ul.breadcrumb{
    line-height: 1.8;
    padding-bottom: 36px;
}

.store-v2 .stock_details:not(.stock_active){
    display: none;
}

.store-v2 .content.shop .product-page .slider-arrows{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.store-v2 .content.shop .product-page .size-width p, 
.store-v2 .content.shop .product-page .size-width p span{
    font-size: 15.5px;
    font-weight: normal;
}



@media (min-width: 992px){
    .store-v2 .content .product-page > .row > div {
        padding: 0 46px;
    }

    .store-v2 .content .product-page > .row > div:last-of-type {
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .store-v2 .content:not(.product-option2) .product-page > .row > div:last-of-type .banner {
        flex: 1;
    }

    .store-v2 .amount-cart{
        margin-top: 45px;
    }
    .store-v2 .content.shop .template .amount-cart .btn{
        border-left: 10px solid #fafafa;
    }
}

@media (min-width: 768px){
    .store-v2 .content .product-page .product-details .button {
        padding: 19px 20px;
        /* width: 300px; */
        width: 100%;
    }
}
@media (max-width: 767px){
    .hp-banner-shop .slick-slide .image{
        width: 100%;
    }
    
    .hp-banner-shop .slick-slide .image.img_mobile img{
        width: 100%;
    }

    .hp-banner-shop .slider .slide .image img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

.prod_complementares{
    margin: 90px 0;
    position: relative;
}

.store-v2 .prod_complementares .products-listage .article.indisponivel .img .aviso_indisponivel {
    font-size: 12.5px;
}
.store-v2 .content.shop .prod_complementares h2{
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 50px;
}

@media (max-width: 768px){
    .store-v2 .content .prod_complementares .products-listage{
        margin: 0 -15px;
        max-width: 375px;
    }
    .store-v2 .content .prod_complementares .products-listage .article {
        flex: none !important;
        max-width: 232px !important;
        width:  232px !important;
        margin: 0 15px!important;
    }
}
@media (min-width: 1024px){
    .store-v2 .content .prod_complementares .products-listage{
        margin: 0 -15px;
        max-width: 785px;
    }
    .store-v2 .content .prod_complementares .products-listage .article {
        flex: none !important;
        max-width: 232px !important;
        width:  232px !important;
        margin: 0 15px!important;
    }

    /* .store-v2 .content .template.has-sidebar.has-sidebar-right > .container > div:not(.sidebar){
        max-width: 800px;
    } */
   
}

.store-v2 .prod_complementares .slick-list.draggable {
    overflow: visible;
}


.store-v2 .prod_complementares > div{
    position: relative;
}
.store-v2 .prod_complementares .slider-arrows{
    position: absolute;
    width: 100%;
    top: 150px;
}
.store-v2 .prod_complementares .slider-arrows a {
    position: absolute;
    height: auto;
    width: 14px;
    background-color: transparent;
    top: auto;bottom: auto;
    margin: auto;
	transition: var(--transition);
    -webkit-transition: var(--transition);
    font-size: 0;
    opacity: 0.3;
    cursor: pointer;
}

.store-v2 .prod_complementares .slider-arrows a:hover {
    opacity: 1;
}

.store-v2 .prod_complementares .slider-arrows a::before {
	content: "";
	display: block;
	position: relative;
	width: 14px;
    height: 28px;
	background-image: url(/assets/img/caret-black.svg);
	background-size: cover;
    background-repeat: no-repeat;
}

.store-v2 .prod_complementares .slider-arrows a.prev {
    left: -35px;
}
.store-v2 .prod_complementares .slider-arrows a.prev::before {
    transform: rotate(180deg);
}

.store-v2 .prod_complementares .slider-arrows a.next {
    right: -35px;
}
  

.store-v2 .content-store.template.template-v2{
    background: none; 
}
@media(min-width:992px){
    .store-v2 .content.shop.produt-detail .template-v2{
        padding-bottom: 0; 
    }
    .content.shop.produt-detail .template.product-page .product-details{
        margin-top:16px
    }
}



.store-v2 .template.product-page .listing .items .h4{
    font-size: 1.35rem;
}

@media(max-width:768px){
    .store-v2 .content-store.template.template-v2{
        padding-bottom: 10px;   
    }
    content.shop .template .product-details .form > div > div:first-of-type {
        margin-top: 20px;
    }
}

.select-options{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.select-options > div{
    flex: 1;
}



.product-page .select-options .input-wrapper.select-wrapper {
    position: relative;
    margin-bottom: 15px;
    background: white;
    padding: 18px 0;
}



.product-page .select-options .custom-select .placeholder {
    position: relative;
    padding: 0 30px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    resize: none;
    transition: var(--transition);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.35px;
    text-align: left;
    color: #767877;
}

.product-page .select-options .custom-select .options-wrapper {
    left: -1px;
    width: calc(100% + 2px);
    border: solid 1px rgba(231, 229, 200, 0);
    border-top: none;
}

.product-page .select-options .custom-select .placeholder::before {
    right: 30px;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--lightgreen);
    border-bottom: 2px solid var(--lightgreen);
}

.product-page .select-options .custom-select .options > div {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.35px;
    text-align: left;
    color: #767877;
}

@media (min-width: 768px){
    .select-options{
        margin-top: 0;
    }
    .product-page .select-options .input-wrapper.select-wrapper {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .product-page .select-options .custom-select .options > div {
        padding: 5px 50px;
    }

    .product-page .product-details .options-size > .row{
        flex: 1;
    }

    .select-options > div:first-of-type{
        margin-right: 5px;
    }
    .select-options > div:last-of-type{
        margin-left: 5px;
    }
}

@media (min-width: 992px){
    .store-v2 .select-options + .amount-cart{
        margin-top: 20px;
    }

    .select-options{
        flex-wrap: wrap;
        flex-direction: row;
    }
}


.store-v2 .content.product-option2 .product-page .options_vases > div {
    margin-right: 15px;
}


.store-v2 .content.product-option2 .product-page .form .options_vases input[type='radio'] + label::before {
    background: url(/img/tree.svg) no-repeat;
    width: 51px;
    height: 71px;
    max-width: 51px;
    max-height: 71px;
}

/* .store-v2 .content.product-option2 .product-page .form .options_vases input[type='radio']:checked + label::before {
    background: url(/img/tree_active.svg) no-repeat;
} */

.store-v2 .content.product-option2 .product-page .form .options_vases input[type='radio'] + label.active::before {
    background: url(/img/tree_active.svg) no-repeat;
}


.store-v2 .products-listage .article .pine .options_vases input[type='radio'] + label::before{
    background: url(/img/tree.svg) no-repeat;
    width: 51px;
    height: 71px;
    max-width: 51px;
    max-height: 71px;
}

.store-v2 .products-listage .article.indisponivel .pine .options_vases input[type='radio'] + label::before {
    background: url(/img/tree_indisponivel.svg) no-repeat;
}

.store-v2  .products-listage .article.indisponivel .pine .options_vases input[type='radio'] + label span{
    color: white;
}

.store-v2 .products-listage .item .pine .options_vases input[type='radio'] + label span {
    position: absolute;
    bottom: 10px;
    left: 6px;
    right: 0;
    text-align: center;
    font-size: 10.5px;
    font-weight: bold;
    color: #968f19;
    pointer-events: all;
}


.options2_products{
    margin-bottom: 30px;
}

.options2_products > div{
    background: #ffffff;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    padding:20px;
    align-items: center;
}

.options2_products > div input[type='radio'] {
    display: none;
}
.options2_products > div input[type='radio'] + label {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    width: 22px;
    background-color: white;
    cursor: pointer;
    position: relative;
    border: 1px solid rgba(220, 215, 144, 0.98);
    transition: var(--transition);
}

.options2_products > div input[type='radio'] + label.disabled{
    border: transparent;
}

.options2_products > div input[type='radio'] + label {
    border-radius: 50%;
}

.content .template .options2_products > div input[type='radio'] + label + label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: -0.4px;
    text-align: left;
    color: var(--darkgreen);
}

.options2_products > div input[type='radio']:checked + label::before {
	opacity: 1;
}

.options2_products > div input[type='radio'] + label::before {
    content: "";
    background-color: var(--lightgreen);
    line-height: 1;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    border-radius: 50%;
}

.options2_products > div div{
    position: relative;
    padding: 3px 15px;
    display: flex;
    width: fit-content;
    margin-top: 15px;
    margin-left: 35px;
}

.details > div{
    position: relative;
    padding: 3px 15px;
    /*display: flex;
    width: fit-content;*/
    margin-top: 1px;
    margin-bottom: 10px;
}


.options2_products > div div span{
    font-weight: bold;
    color:#968f19;
    font-size: 10px;
    text-transform: uppercase;
    z-index: 2;
    line-height: normal;
    position: relative;
}




div.details > div:nth-child(3) span{
    font-weight: bold;
    color:#968f19;
    font-size: 10px;
    text-transform: uppercase;
    z-index: 2;
    line-height: normal;
    position: relative;
}

.options2_products > div div:before{
    content:"";
    background: #f0eba1;
    position: absolute;
    border-radius:5px;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

div.details > div:nth-child(3):before{
    content:"";
    background: #f0eba1;
    position: absolute;
    border-radius:5px;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.store-v2 .product-option2 + .content-store .tabs{
    justify-content: center;
}

.bar_fixed{
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 10;
    transition: var(--transition);
}

/* .bar_fixed a::before{
    content: "";
    background: #f0eba1;
    position: absolute;
    bottom: 13px;
    right: 7px;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    display: block;
    z-index: 1;
    transition: var(--transition);
}

.bar_fixed a:hover::before{
    transform: scale(1.1);
} */

.bar_fixed img{
    z-index: 2;
    position: relative;
    max-width: 115px;
    will-change: transform;
}

.details > div{
    display: flex;
    width: fit-content;
    margin: 10px auto 15px;
}

.details{
    text-align: center;
}
.bar_fixed.top{
    bottom: 45px;
}
.store-v2 .product-option2 + .content-store {
    padding-top: 0px;
}
@media(min-width:768px){
    .options2_products{
        margin-bottom: 50px;
    }

    .bar_fixed.top{
        bottom: 20px;
    }
    .bar_fixed{
        bottom: 110px;
        right: 25px;
    }
    .bar_fixed img{
        max-width: 135px;
    }
    .options2_products > div{
        display: flex;
    }
    .options2_products > div div{
        width: auto;
        margin-top: auto;
        margin-left: auto;
    }

    .details > div{
        display: flex;
        width: fit-content;
        margin:  5px 0 20px;
    }

    /* .bar_fixed a::before {
        bottom: 8px;
        right: 5px;
        width: 98px;
        height: 98px;
    } */

    
}


@media(min-width:992px){
    .store-v2 .product-option2 + .content-store {
        padding-top: 80px;
    }
}

@media(max-width:768px){
    .store-v2 .product-option2 + .content-store {
        padding-bottom: 50px !important;
    }
}


.stock_details .amount-cart p{
    padding-left: 20px;
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: -0.4px;
    text-align: left;
    color: var(--darkgreen);
}


.cky-btn-revisit-wrapper .cky-btn-revisit img{
    /* filter: brightness(0) saturate(100%) invert(59%) sepia(69%) saturate(436%) hue-rotate(19deg) brightness(91%) contrast(93%); */
    display: none;
}

.cky-btn-revisit-wrapper .cky-btn-revisit:before{
    content: "";
    background: url(/assets/img/icon_cookieeyes.svg) no-repeat;
    width: 32px;
    height: 32px;
}

body:has( .bar_cofinanciamento) .cky-revisit-bottom-left{
    bottom:95px
}

body:has( .bar_cofinanciamento){
    padding-bottom: 60px;
}

.bar_cofinanciamento{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    padding: 14px 0px 10px;
    background: #fafaee;
    z-index: 999;
}

.bar_cofinanciamento > div{
    display: flex;
    max-width: 1200px;
    gap: 20px;
    justify-content: center;
    padding-inline: 25px;
}

.bar_cofinanciamento div.slick-slide{
    text-align: center;
    padding-inline: 15px;
}

.bar_cofinanciamento img{
    max-height: 27px;
}

.bar_cofinanciamento ul{
    list-style: none;
    display: flex;
    margin-top: 5px;
    margin-bottom: 0;
    justify-content: center;
}

.bar_cofinanciamento ul li + li:before{
    content: "|";
    font-size: 9.5px;
    font-weight: 300;
    line-height: 1.93;
    letter-spacing: normal;
    color: #767877;
    margin-inline: 2px;
}
.bar_cofinanciamento ul a{
    font-size: 9.5px;
    font-weight: 300;
    line-height: 1.93;
    letter-spacing: normal;
    text-align: left;
    color: #767877;
}

.bar_cofinanciamento ul a:hover{
    color: var(--black);
}

.bar_cofinanciamento .slider-arrows{
    position: absolute;
    bottom: auto;
    top: 30px;
    left: 0;
    right: 0;
    display: block;
    
}

.bar_cofinanciamento .slider-arrows a {
    position: absolute;
    height: auto;
    width: 20px;
    height: 20px;
    background-color: transparent;
    top: 0;
    bottom: 0;
    margin: auto;
	transition: var(--transition);
    -webkit-transition: var(--transition);
    font-size: 0;
    opacity: 0.2;
    cursor: pointer;
    display: flex;
    justify-content: left;
    align-items: center;
}

.bar_cofinanciamento .slider-arrows a:hover {
    opacity: .5;
}

.bar_cofinanciamento .slider-arrows a::before {
	content: "";
    display: block;
    position: relative;
    width: 6px;
    height: 11px;
    background-image: url(/assets/img/arrow_footer.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bar_cofinanciamento .slider-arrows a.prev {
    left: 15px;
    padding: 0;
}
.bar_cofinanciamento .slider-arrows a.prev::before {
    transform: rotate(180deg);
}

.bar_cofinanciamento .slider-arrows a.next {
    right: 15px;
    padding: 0;
    justify-content: right;
}

@media(min-width:1250px){
    .bar_cofinanciamento ul{
        margin-top: 10px;
    }
    .bar_cofinanciamento ul li + li:before{
        font-size: 12.5px;
        line-height: 1.93;
        margin-inline: 5px;
    }
    .bar_cofinanciamento ul a{
        font-size: 12.5px;
        line-height: 1.93;
        text-align: left;
        color: #767877;
    }
}

@media(min-width:992px){
    .bar_cofinanciamento ul{
        justify-content: left;
    }
    .bar_cofinanciamento{
        padding: 25px 25px 13px;
    }
    body:has( .bar_cofinanciamento){
        padding-bottom: 100px;
    }
    body:has( .bar_cofinanciamento) .cky-revisit-bottom-left{
        bottom:140px
    }
    .bar_cofinanciamento .slider-arrows{
        display: none;
    }
    

    .bar_cofinanciamento > div{
        gap: 50px;
        justify-content: space-between;
        padding-inline: 0px;
    }

   
}



