/* ============ GERAL ============ */
html,body{height: 100%;}
body{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}
h2{
	font-weight: 300;
	font-size: 2.857rem;
	color:#1D1C1C;
	line-height: 2.857rem;
	text-align: center;
}
h5{
	font-weight: 900;
	font-size: 1.142rem;
	line-height: 113.4%;
	text-align: center;
}
.mb-6{margin-bottom: 2rem;}
.bg-black{background-color: #000000;}
.bg-white{background-color: #fff;}
.border-bottom{border-bottom: 1px solid #eaeaea !important}
.btn-primary{
	background-color: transparent;
	border: 1px solid #000000;
	border-radius: 50px;
	color:#000000;
	text-transform: uppercase;
}
.btn-secundary{
	font-weight: 500;
	background-color: #d71920;
	border: 1px solid #d71920;
	border-radius: 50px;
	color:#fff;
	text-transform: uppercase;
}
.btn-secundary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active,
.active,
.btn-secundary:hover,
.btn-primary:hover {
    color: #fff;
    background-color: #d71920;
    border-color: #d71920;
}
.btn-secundary:not(:disabled):not(.disabled):active:focus,
.btn-secundary.focus, .btn-secundary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary.focus, .btn-primary:focus{
	box-shadow: none;
}
.draggable{
	max-height: 400px;
}

a.btn.btn-primary.mr-1.mt-4.mb-5 {
    text-decoration: none;
}

#verTodas{
	display: none;
}
.tags {
    margin-top: 41px;
}
.tags .ajuste-tags {
    margin-bottom: 33px;
    margin-right: 11px;
    float: left;
    text-decoration: none;
}

.tags .ajuste-tags:hover {
    text-decoration: underline;
}

.img-fluid{
    display: block;
    margin-right: auto;
    margin-left: auto;
	max-width: 100%;
    height: auto;
}
.row.ajuste-button {
    margin: auto;
}
section.section-news.details-news {
    width: 100%;
}
.visible-when-content-ready{
  visibility: visible!important;
}
.display-when-content-ready{
  display: block!important;
}
@media (max-width: 767px){
	h2{
		font-size: 1.714rem;
		line-height: 126.2%;
	}
	#verTodas{
	display: block;
   }
   .section-posts .slick-list.draggable {
    height: 367px;
   }
   article .slick-list.draggable{
	   height: 230px;
   }
   section.section-news.details-news {
    margin-bottom: -113px;
   }
   }
   
}
@media (max-width: 767px){
	.draggable{
		padding: 0px 30px;
		height: 371px;
	}
	
	 .slick-track{
	    opacity: 1;
       width: 1782px !important;
       transform: translate3d(0px, 0px, 0px);
	   margin-left: auto;
        margin-right: auto;
    }

}
/* ============ INICIO HEADER ============ */

/* == HEADER - TOP BAR == */
header .link-topbar:visited,
header .link-topbar:hover,
header .link-topbar{
	color: #fff;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 0.785rem;
	line-height: 0.928rem;
}

/* == HEADER - MENU == */
header .collapse ul li:hover> .dropdown-menu{
	display: block;
}
/*header .collapse ul li > .dropdown-menu::before{
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: #fff;
    border-top: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
    right: 26px;
    top: -6px;
    transform: rotate(45deg);
}*/
header .collapse ul li > .dropdown-menu.first-child::before{
	right: 38%;
}
header .dropdown .dropdown-menu{
	border: 1px solid #EAEAEA;
	box-sizing: border-box;
	box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}
header .dropdown-menu .dropdown-item{
	position: relative;
	font-weight: 400;
	font-size: 0.785rem;
	color: #000;
	line-height: 260.9%;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	border-bottom: 1px solid #eaeaea;
	padding: 0.4rem 2rem;
}
header .dropdown-menu .dropdown-item:hover{
	text-decoration: underline;
	background-color: transparent;
}
header .dropdown-menu .dropdown-item.active, header .dropdown-menu .dropdown-item:active{
	text-decoration: underline;
	background-color: transparent;
}
header .dropdown-menu .dropdown-item:last-child{
	border-bottom: none;
}
header .dropdown-menu .dropdown-item::before{
    font-family: 'Font Awesome 5 Free';
    font-size: 6px;
    color: #D71920;
    content: '\f111';
    position: absolute;
    top: 6px;
    left: 15px;
}
header .dropdown .dropdown-menu .icon {
    font-size: 0.857rem;
    position: absolute;
    right: 10px;
    top: 15px;
    color: #D71920;
}
header .dropdown-menu{
	border-radius: 0;
    font-size: 0.785rem;
    text-transform: uppercase;
	margin-top: -1px;
}
header .collapse ul.navbar-nav > li.nav-item{
  	cursor: pointer;
}
header .collapse ul.navbar-nav > li.nav-item > a.nav-link{
	font-weight: bold;
	font-size: 0.785rem;
	color: rgba(0,0,0,1);
	line-height: 0.928rem;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	
  	cursor: pointer;
}
header .collapse ul.navbar-nav > li.nav-item > a.nav-link:hover{color: #000;}
header .navbar-toggler i{
	font-size: 2.142rem;
	color:#000;
}
header .collapse ul.navbar-nav > li.nav-item > a.nav-link::after{
	font-family: 'Font Awesome 5 Free';
	color:#D71920;
	content: "\f078";
	border:0;
	vertical-align: middle;
}
header .collapse ul.navbar-nav > li.nav-item:hover > a.nav-link::after{
	font-family: 'Font Awesome 5 Free';
	color:#D71920;
	content: "\f077";
	border:0;
	vertical-align: middle;
}
header .text-icons{
	font-size: 0.642rem;
	font-weight: 400;
	text-transform: uppercase;
}
header .icon-search{
	position: absolute;
	right: 0;
	top: 1.857rem;
}
header .fa-search{
	font-size: 1.285rem;
	color: #000000;
}
header .line-v{
	width: 1px;
	height: 45px;
	background-color: #ddd;
	position: absolute;
    right: 7.142rem;
    top: 1.142rem;
}
.progress-container {
    background-color: transparent;
    height: 3px;
    width: 100%;
	position: absolute;
}
.progress-bar {
    background: #BEBEBE;
    height: 3px;
    width: 0%;
}

.offset-0 strong{
	font-weight: 400;
}
@media (max-width: 1199px){
	header .icon-search {
    	right: 3.571rem;
    	top: 1.628rem;
	}
	#verTodas{
	  display: block;
    }
	
	header .collapse ul li.nav-item.show > .dropdown-menu {
		display: block;
	}
	header .collapse ul li.nav-item > .dropdown-menu {
		display: none;
	}
	header .navbar-collapse{
		background-color: #fff;
		position: fixed !important;
		top: 22px !important;
		transition:all 0.8s ease;
		height: calc(100% - 30px)!important;
		width: 0!important;
		right: 0!important;
		overflow-y: auto;
	}
	header .collapse ul.navbar-nav > li.nav-item > a.nav-link{
		
		cursor: pointer;
	}
	header .collapse ul.navbar-nav > li.nav-item.show > a.nav-link::after {
		font-family: 'Font Awesome 5 Free';
		color: #D71920;
		content: "\f077" !important;
		border: 0;
		vertical-align: middle;
	}
	header .navbar-collapse.show{
		width: 100% !important;
		transition:all 0.8s ease;
	}
	header .header-mobile {
		padding: 1rem;
	}

	header .navbar-collapse .header-mobile{
		
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity 0s, visibility 2s;
		transition: opacity 0s, visibility 2s;
	}
	header .navbar-collapse.show .header-mobile{
		float: left;
    	width: 100%;
		visibility: visible;
		opacity: 1;
		animation: fade 2s;
	}
	header .navbar-collapse .header-mobile a{
		font-weight: 700;
		font-size: 0.857rem;
		color: #000;
		line-height: 14px;
		text-align: center;
		letter-spacing: 0.3em;
		text-transform: uppercase;
	}
	header .header-mobile .fa-angle-left{
		font-size: 0.857rem;
		color: #000000;
	}
	header .header-mobile .fa-times{
		font-size: 1.428rem;
		color: #000000;
	}
	header .header-mobile a .text-icons {
		font-size: 0.642rem;
		font-weight: 400;
		text-transform: uppercase;
		color: #000;
		letter-spacing: 0;
	}
	header .collapse ul.navbar-nav{
		width: 100%;
		margin-top: 1rem;
	}
	header .collapse ul.navbar-nav > li.nav-item > a.nav-link{
		padding: 1.714rem 1rem !important;
		border-bottom: 1px solid #C4C4C4;
		font-size: 0.857rem;
	}
	header .collapse ul.navbar-nav > li.nav-item > a.nav-link::after{
		position: absolute;
		right: 15px;
	}
	header .dropdown .dropdown-menu {
		border: none;
		box-sizing: border-box;
		box-shadow: none;;
		border-radius: 0;
	}
	header .collapse ul.navbar-nav > li.nav-item.show > a.nav-link {
		background: #C4C4C4;
	}
	header .dropdown-menu .dropdown-item::before{
		display: none;
	}
	header .dropdown-menu .dropdown-item{
		padding: 1.428rem 1rem;
		line-height: 14px;
		font-size: 0.857rem;
		text-transform: capitalize;
	}
	header .dropdown .dropdown-menu .icon {
		font-size: 1rem;
		position: absolute;
		right: 15px;
		top: 23px;
		color: #D71920;
	}
	header .bootsnipp-search{
		top:21px !important;
		padding: 5px 0;
	}
	header .fa-search{
		font-size: 24px;
	}
	
}
@media (max-width: 1024px){
	header .icon-search {
    	right: 3.571rem;
    	top: 1.628rem;
	}
	
}
@media (max-width: 991px){
	header .navbar-toggler{outline: none;}
	header .icon-search.icon-searche-lg{
		position: absolute;
		right: 3.571rem;
		top: 1.428rem;
	}
	header .fa-search {
		font-size: 1.578rem;
	}
	header .navbar-collapse{
		width: 100%;
		background-color: #fff;
		position: absolute;
		top: 5.714rem;
		z-index: 9;
	}
	
}
@media (max-width: 768px){
	header .navbar-toggler{outline: none;}
	header .icon-search{
		position: absolute;
		right: 3.571rem;
		top: 1.428rem;
	}
	header .fa-search {
		font-size: 1.578rem;
	}
	header .navbar-collapse{
		width: 100%;
		background-color: #fff;
		position: absolute;
		top: 5.714rem;
		z-index: 9;
	}
	
}
@media (max-width: 1024px){
	header .collapse ul li.nav-item.show > .dropdown-menu {
		display: block;
	}
	header .collapse ul li.nav-item > .dropdown-menu {
		display: none;
	}
	header .navbar-collapse{
		background-color: #fff;
		position: fixed !important;
		top: 30px !important;
		transition:all 0.8s ease;
		height: calc(100% - 30px)!important;
		width: 0!important;
		right: 0!important;
		overflow-y: auto;
	}
	header .collapse ul.navbar-nav > li.nav-item > a.nav-link{
		
		cursor: pointer;
	}
	header .collapse ul.navbar-nav > li.nav-item.show > a.nav-link::after {
		font-family: 'Font Awesome 5 Free';
		color: #D71920;
		content: "\f077" !important;
		border: 0;
		vertical-align: middle;
	}
	header .navbar-collapse.show{
		width: 100% !important;
		transition:all 0.8s ease;
	}
	header .header-mobile {
		padding: 1rem;
	}

	header .navbar-collapse .header-mobile{
		
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity 0s, visibility 2s;
		transition: opacity 0s, visibility 2s;
	}
	header .navbar-collapse.show .header-mobile{
		float: left;
    	width: 100%;
		visibility: visible;
		opacity: 1;
		animation: fade 2s;
	}
	header .navbar-collapse .header-mobile a{
		font-weight: 700;
		font-size: 0.857rem;
		color: #000;
		line-height: 14px;
		text-align: center;
		letter-spacing: 0.3em;
		text-transform: uppercase;
	}
	header .header-mobile .fa-angle-left{
		font-size: 0.857rem;
		color: #000000;
	}
	header .header-mobile .fa-times{
		font-size: 1.428rem;
		color: #000000;
	}
	header .header-mobile a .text-icons {
		font-size: 0.642rem;
		font-weight: 400;
		text-transform: uppercase;
		color: #000;
		letter-spacing: 0;
	}
	header .collapse ul.navbar-nav{
		width: 100%;
		margin-top: 1rem;
	}
	header .collapse ul.navbar-nav > li.nav-item > a.nav-link{
		padding: 1.714rem 1rem !important;
		border-bottom: 1px solid #C4C4C4;
		font-size: 0.857rem;
		
	}
	header .collapse ul.navbar-nav > li.nav-item > a.nav-link::after{
		position: absolute;
		right: 15px;
	
	}
	header .dropdown .dropdown-menu {
		border: none;
		box-sizing: border-box;
		box-shadow: none;;
		border-radius: 0;
	}
	header .collapse ul.navbar-nav > li.nav-item.show > a.nav-link {
		background: #C4C4C4;
	}
	header .dropdown-menu .dropdown-item::before{
		display: none;
	}
	header .dropdown-menu .dropdown-item{
		padding: 1.428rem 1rem;
		line-height: 14px;
		font-size: 0.857rem;
		text-transform: capitalize;
	}
	header .dropdown .dropdown-menu .icon {
		font-size: 1rem;
		position: absolute;
		right: 15px;
		top: 23px;
		color: #D71920;
	}
	
}
/*== FIM MENU ==*/
/*== INICIO BUSCA ==*/
header .animate {
	transition: width 1s ease-in-out;
    float:left;
}
header .bootsnipp-search .form-control {
	height: auto;
    background-color: #FFF;
	border-radius: 0px;
	border-width: 0px;
	font-weight: 400;
	font-size: 1rem;
	color:#BBBBBB;
	padding: 1rem;
	padding: 0.357rem 1rem;
}
header .form-control::-webkit-input-placeholder,
header .form-control::-ms-input-placeholder,
header .form-control::placeholder {
  color: #000000 !important;
  text-transform: uppercase !important;
}
header .bootsnipp-search .form-control:focus {
	border-color: transparent;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
header .bootsnipp-search .input-group-btn > .btn {
	padding: 0;
	border-radius: 0px;
    cursor:pointer;
	outline: none;
}
header .bootsnipp-search .input-group-btn > .btn {
	padding: 0;
	border-radius: 0px;
    cursor:pointer;
	outline: none;
}
header .bootsnipp-search .input-group-btn  .btn.focus, header .bootsnipp-search .input-group-btn  .btn:focus{box-shadow: none;}
header .bootsnipp-search .input-group-btn > .btn i{
	font-size: 1.285rem;
    color: #000000;
	display: block;
	margin: 0 auto 3px auto;
}
header .bootsnipp-search .input-group-btn > .btn span{
	font-size: 0.714rem;
	font-weight: 400;
	line-height: 113.4%;
	text-transform: uppercase;
}
header .bootsnipp-search {
    background-color: #FFF;
	display: block;
	position: absolute;
	top: 25px;
	right: 0;
	width:10%;
	transition: width 1s ease-in-out;
	visibility: hidden;
	z-index: 999;
}
header .bootsnipp-search.open {
	width: calc(100% - 200px);
	transition: width 1s ease-in-out;
	visibility: visible;
    display:block;	
}
header .bootsnipp-search .fa-search{
	font-size: 1rem;
    margin-top: 13px;
}
@media (max-width: 1024px){
	header .bootsnipp-search {
		width: 15%;
		right: 15px;
		top: 20px;
		padding: 5px 0;
	}
	header .bootsnipp-search.open {
		width: calc(100% - 250px);
	}
}
@media (max-width: 768px){
	header .bootsnipp-search {
		width: 20%;
		right: 15px;
	}
	header .bootsnipp-search.open {
		width: calc(100% - 220px);
	}
	
}
@media (max-width: 767px){
	header .bootsnipp-search {
		background: rgba(229, 229, 229, 0.8);
		backdrop-filter: blur(4px);
		position: fixed;
		top: 0px !important;
		right: 0;
		width: 10%;
	}
	header .bootsnipp-search .input-group{
		top: 50%;
		margin-top: -70px;
		position: absolute;
		padding: 0 1rem;
	}
	header .bootsnipp-search .input-group .form-control{
		width:0;
		height: 48px;
		font-size: 18.8571;
		background-color: #FFFFFF;
		border-radius: 80px;
		padding: 0.357rem 2.857rem;
	}
	header .bootsnipp-search .input-group .btn-primary{
		width: 0;
		height: 48px;
		background-color: #000;
		color: #fff;
		font-size: 12px;
		line-height: 113.4%;
		text-align: center;
		letter-spacing: 0.3em;
		text-transform: uppercase;
		margin-top: 1rem;
	}
	header .bootsnipp-search.open .input-group .btn-primary,
	header .bootsnipp-search.open .input-group .form-control{
		width: 100%;
	}
	header .bootsnipp-search.open{
		width: 100%;
		height: 100%;
	}
	header .bootsnipp-search .btn-reset{
		position: fixed;
		top: 65%;
		right: 50%;
		margin-right: -30px;
		z-index: 9;
		visibility: hidden;
		opacity: 0;
	}
	header .bootsnipp-search.open .btn-reset{
		visibility: visible;
		opacity: 1;
		animation: fade 4s;
	}
	header .bootsnipp-search .fa-search{
		position: absolute;
		z-index: 9;
		left: 35px;
		top: 5px;
	}
	header .bootsnipp-search .fa-times{
		font-size: 2rem !important;
	}
}

/*== FIM BUSCA ==*/
/* ============ FIM HEADER ============ */

/* ============ INICIO MAIN ============ */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -83px;
}

/* == INICIO HOME == */

/* == INICIO SLIDER == */
main .slider-cards .slick-slide{
	margin: 0 15px;
}
main .slider-cards .bg-card{
	height: 370px;
	border-radius: 10px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
	color: #FFFFFF;
}

main .slider-cards .card-body{
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
	position: absolute;
	bottom: 0px;
	border-radius: 10px;
	padding: 1.142rem 1.142rem;
}
main .slider-cards .card-body h6{
	font-weight: bold;
	font-size: 0.714rem;
	line-height: 0.857rem;
	letter-spacing: 2px;
	text-shadow: 0 0 1px #000;
}
main .slider-cards .card-body h3{
	font-style: normal;
	font-weight: 400;
	font-size: 1.428rem;
	line-height: 104.4%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}
main .slider-cards  .slick-arrow{
	width: 42px;
	height: 42px;
	background-color: transparent;
	border:1px solid #fff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	text-indent: -9999px;
	
}
main .slider-cards  .slick-prev{
	left: 5%;
	z-index: 9;
	outline: none;
}
main .slider-cards  .slick-prev::before{
	font-family: 'Font Awesome 5 Free';
	font-size: 1.285rem;
	color: #fff;
	content: "\f053";
	text-indent: 0;
	position: absolute;
    top: 8px;
    left: 12px;
}
main .slider-cards  .slick-next{
	right: 5%;
	z-index: 9;
	outline: none;
}
main .slider-cards  .slick-next::before{
	font-family: 'Font Awesome 5 Free';
	font-size: 1.285rem;
	color: #fff;
	content: "\f054";
	text-indent: 0;
	position: absolute;
    top: 8px;
    right: 12px;
}
main .slider-cards .slick-dots{
	list-style: none;
	padding: 0;
    margin: 1rem auto;
    display: table;
}
main .slider-cards .slick-dots li{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	text-indent: -99999px;
	background-color: transparent;
	border: 1px solid #000;
	display: inline-block;
	margin: 0 2px;
}
main .slider-cards .slick-dots li.slick-active{
	background-color: #D00911;
}
.card-title.mb-1{
	text-decoration: none;
}
@media (max-width: 767px){
	main .slider-cards .card-body,
	main .slider-cards .bg-card{
		border-radius: 0;
	}
	main .slider-cards .card-body h6{
		letter-spacing: 1px;
	}
	main .slider-cards .card-body h3{
		line-height: 122.4%;
	}
	main .slider-cards .slick-arrow{
		top:45%;
	}
}
@media (max-width: 480px){
	main .slider-cards .slick-slide{
		margin: 0;
	}
	
}
@media (max-width: 360px){
	main .section-posts .btn-primary {
		padding: 0.714rem 0.6rem !important;
	}
	
}
@media screen and (min-width:0\0){
  .section-list-posts .card{
	  display: inline-block; 
  }
  .ajuste-button .btn-primary{
	  width: 157px;
  }
 }
/* == FIM SLIDER == */

/* == INICIO SESSÃO POSTS == */
main  .section-posts .btn-primary{
	font-size: 0.714rem;
	letter-spacing: 0.3em;
	line-height: 113.4%;
	text-transform: uppercase;
	padding: 0.714rem 1.428rem;
}
main .section-posts .grid-item {
	float: left; 
}
main .section-posts .grid-sizer {
	width: 31.333%;
}
main .section-posts .card{
	border-radius: 10px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
	color: #FFFFFF;
	-webkit-transition: 0.55s ease;
	-moz-transition:0.55s ease;
	-o-transition: 0.55s ease;
	transition: 0.55s ease;
}
main .section-posts .card:hover{
	transform: translate(-10px, -15px);
	-webkit-transition: 0.55s ease;
	-moz-transition:0.55s ease;
	-o-transition: 0.55s ease;
	transition: 0.55s ease;
}
main .section-posts .card-border{
	width: 100%;
	height: 100%;
	border: 1px solid #CFCFCF;
	border-radius: 10px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: 0.55s ease;
	-moz-transition:0.55s ease;
	-o-transition: 0.55s ease;
	transition: 0.55s ease;
}
main .section-posts .card:hover + .card-border{
	opacity: 1;
	-webkit-transition: 0.55s ease;
	-moz-transition:0.55s ease;
	-o-transition: 0.55s ease;
	transition: 0.55s ease;
}
main .section-posts .bg-four{
	height: inherit;
	border-radius: 10px;
}
main .section-posts .bg-five{
	height: inherit;
	border-radius: 10px;
}
main .section-posts .bg-six{
	height: inherit;
	border-radius: 10px;
}
main .section-posts .bg-seven{
	height: inherit;
	border-radius: 10px;
}
main .section-posts .grid-item-height{
	height: 537px;
}
main .section-posts .grid-item-height-one{
	height: 243px;
}
main .section-posts .grid-item-height-two{
	height: 265px;
}
main .section-posts .grid-item-width{
	width: 65.333%;
}
main .section-posts .card-body{
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
	border-radius: 10px;
	padding: 1.142rem;
	position: absolute;
	bottom: 0;
	z-index: 1;
}
main .section-posts .card-body h6{
	font-weight: bold;
	font-size: 0.714rem;
	line-height: 0.857rem;
	letter-spacing: 2px;
	text-shadow: 0 0 1px #000;
	-webkit-transition: 0.55s ease;
	-moz-transition:0.55s ease;
	-o-transition: 0.55s ease;
	transition: 0.55s ease;
}
main .section-posts .card-body h3{
	font-style: normal;
	font-weight: 400;
	font-size: 1.142rem;
	line-height: 113.4%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	-webkit-transition: 0.55s ease;
	-moz-transition:0.55s ease;
	-o-transition: 0.55s ease;
	transition: 0.55s ease;
}
main .section-posts .card:hover .card-body,
main .section-posts .card:hover .card-body h6,
main .section-posts .card:hover .card-body h3{
	-webkit-transition: 0.55s ease;
	-moz-transition:0.55s ease;
	-o-transition: 0.55s ease;
	transition: 0.55s ease;
}
main .section-posts .card-body .btn-secundary{
	font-size: 0.714rem;
	line-height: 113.4%;
	text-align: center;
	letter-spacing: 0.2em;
	padding: 0.357rem 0.571rem;
	display: none;
	visibility: hidden;
	opacity: 0;
    -webkit-transition: opacity 0.55s, visibility 0.55s;
  	transition: opacity 0.55s, visibility 0.55s;
}
main .section-posts .card:hover .card-body p,
main .section-posts .card:hover .card-body div,
main .section-posts .card:hover .card-body .btn-secundary{
	display: block;
	visibility: visible;
	opacity: 1;
    animation: fade 0.75s;
	margin-top: 10px;
}
.card-body p{
	margin-bottom: 0.5rem !important;
}

main .section-posts .card-body p{
	font-weight: 400;
	font-size: 0.928rem;
	line-height: 143.4%;
	display: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.55s, visibility 0.55s;
  	transition: opacity 0.55s, visibility 0.55s;
}

main .section-posts .card-body div{
	font-weight: 400;
	font-size: 0.928rem;
	line-height: 143.4%;
	display: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.55s, visibility 0.55s;
  	transition: opacity 0.55s, visibility 0.55s;
}
.card-body div {
    font-weight: 400;
    font-size: 0.928rem;
    line-height: 143.4%;
    -webkit-transition: opacity 0.55s, visibility 0.55s;
    transition: opacity 0.55s, visibility 0.55s;
}



main .section-posts .card .card-bg-hover{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	position: absolute;
	left: 0;
	top:0;
	opacity: 0;
	-webkit-transition: opacity 0.55s, visibility 0.55s;
  	transition: opacity 0.55s, visibility 0.55s;
}

main .section-posts .card:hover .card-bg-hover{
	opacity: 1;
    animation: fade 0.1s;
}
@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@media (max-width: 1199px){
	main .section-posts .grid-sizer { width: 30.99%;}
	main .section-posts .grid-item-width{
		width: 64.98%;
	}
	main .section-posts .grid-item-height-two{
		height: 264px;
	}
   .col-lg-3 {
       -ms-flex: 0 0 25%;
       flex: 0 0 68%;
       max-width: 68%;
	   margin-left: 320px;
   }
   main .section-list-posts .card-body h3 {
      color: black;
   }
   .col-lg-9 {
	  margin-left: auto;
      margin-right: auto;
   }
  
}
@media (max-width: 991px){
	main .section-posts .grid-sizer { width: 30.33%;}
	main .section-posts .grid-item-width{
		width: 64.98%;
	}
	main .section-posts .grid-item-height-two{
		height: 264px;
	}
}
@media (max-width: 767px){
	main .section-posts .grid-item-width,
	main .section-posts .grid-sizer { width: 47%}
	main .section-posts .grid-item-height-two{
		height: 264px;
	}
	main .section-posts .grid-item-height-two,
	main .section-posts .grid-item-height,
	main .section-posts .grid-item-height-one {
    	height: 253px;
	}
	main .section-posts .card-body h3{
		font-style: normal;
		font-weight: 400;
		font-size: 1.142rem;
		line-height: 130%;
		letter-spacing: 0.01em;
		text-transform: uppercase;
	}
}
@media (max-width: 576px){
	main .section-posts .grid-item-width,
	main .section-posts .grid-sizer { width: 100%}
	main .section-posts .grid-item-height-two{
		height: 264px;
	}
	main .section-posts .grid-item-height-two,
	main .section-posts .grid-item-height,
	main .section-posts .grid-item-height-one {
    	height: 348px;
	}
}
/* == FIM SESSÃO POSTS == */

/* == INICIO SESSÃO INSTAGRAM == */
main .section-posts-social h3{
	font-weight: 300;
	font-size: 1.428rem;
	color: #000000;
	line-height: 113.4%;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

main .section-posts-social h3 .bold{
	font-weight: 700;
	color: #D71920;
}
main .section-posts-social .card-post-social{
	height: 226px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 2;
}

main .section-posts-social .card-post-social .card-hover-social{
	height: 100%;
	position: absolute;
    background: rgba(215, 25, 32, 0.6);
    left: 0;
    top: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.75s, visibility 0.75s;
  	transition: opacity 0.75s, visibility 0.75s;
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}
main .section-posts-social .card-post-social:hover .card-hover-social{
	visibility: visible;
	opacity: 1;
    animation: fade 0.75s;
	z-index: 9
}
main .section-posts-social .card-post-social:hover{
	transform: scale(1.1);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 9;
}
main .section-posts-social .card-post-social .card-hover-social .box-icons{
	font-weight: 400;
	font-size: 1.285rem;
	line-height: 113.4%;
	color: #fff;
}
main .section-posts-social .card-post-social .card-hover-social p{
	font-weight: 500;
	font-size: 0.928rem;
	line-height: 150%;
	color: #fff;
}
main .section-posts-social .slick-arrow{
	background-color: transparent;
	border:none;
	position: absolute;
	top: 50%;
	margin-top: -23px;
	text-indent: -9999px;
}
main .section-posts-social .slick-prev{
	left: 5%;
	z-index: 9;
	outline: none;
}
main .section-posts-social .slick-prev::before{
	font-family: 'Font Awesome 5 Free';
	font-size: 1.285rem;
	color: #fff;
	content: "\f053";
	text-indent: 0;
	position: absolute;
    top: 8px;
    left: 12px;
}
main .section-posts-social .slick-next{
	right: 5%;
	z-index: 9;
	outline: none;
}
main .section-posts-social .slick-next::before{
	font-family: 'Font Awesome 5 Free';
	font-size: 1.285rem;
	color: #fff;
	content: "\f054";
	text-indent: 0;
	position: absolute;
    top: 8px;
    right: 12px;
}
.juicer-feed.slider .slick-prev {
        padding: 0px 0px 7px 0px !important;
}
.juicer-feed.slider .slick-next {
    padding: 0px 0px 0px 0px !important;
}
@media (max-width: 1100px){
	main .section-posts-social .card-post-social .card-hover-social .box-icons{
		font-size: 1.142rem;
	}
	main .section-posts-social .card-post-social .card-hover-social p{
		font-weight: 500;
		font-size: 0.928rem;
		line-height: 130%;
		color: #fff;
	}
}
@media (max-width: 767px){
	main .section-posts-social .slick-arrow{
		top: 50%;
	}
}
@media (max-width: 500px){
	.juicer-feed.slider .slick-next {
		padding: 0px 0px 7px 0px !important;
	}
	.juicer-feed.slider .slick-prev {
        padding: 0px 0px 7px 0px !important;
    }
}
@media (max-width: 320px){
	main .section-posts-social .slick-arrow{
		top: 41%;
	}
	main .section-posts-social .card-post-social .card-hover-social .box-icons{
		font-size: 1rem;
	}
	main .section-posts-social .card-post-social .card-hover-social p{
		font-weight: 500;
		font-size: 0.785rem;
		line-height: 110%;
		color: #fff;
	}
}

/* == FIM SESSÃO INSTAGRAM == */

/* == INICIO SESSÃO VIDEOS == */
main .section-play .slider-videos .card-play-img{
	height: 402px;
	border-radius: 10px;
	background-image: url("../images/como-customizar-calca-jeans.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	outline: none;
}
main .section-play .slider-videos{
	color: #000;
}
main .section-play .slider-videos .title-card{
	width: 413px;
    position: relative;
    z-index: 9;
}
main .section-play .slider-videos .title-card.just-title{
	width: 460px;
}
main .section-play .slider-videos .title-card.just-title h2{
	line-height: 120.4%;
}
main .section-play .slider-videos .title-card h2{
	background-color: #fff;
	font-size: 3.428rem;
	font-weight: 700;
	letter-spacing: 0.26em;
	line-height: 104.4%;
	text-transform: uppercase;
	display: inline;
}
main .section-play .slider-videos .title-card h3{
	background-color: #fff;
	font-size: 1.857rem;
	font-weight: 300;
	line-height: 113.4%;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	display: inline;
}
main .section-play .slider-videos p{
	font-weight: 500;
	font-size: 13px;
	line-height: 150%;
	color: #000;
	max-height: 60px;
	overflow: hidden;
    text-overflow: ellipsis;
    
}
main .section-play .slider-videos .slick-arrow{
	width: 42px;
	height: 42px;
	background-color: transparent;
	border:1px solid #000;
	border-radius: 100%;
	position: absolute;
	bottom: 0;
	margin-top: -50px;
	text-indent: -9999px;
	
}
main .section-play .slider-videos .slick-prev{
	left: 0;
	z-index: 9;
	outline: none;
}
main .section-play .slider-videos .slick-prev::before{
	font-family: 'Font Awesome 5 Free';
	font-size: 1.285rem;
	color: #000;
	content: "\f053";
	text-indent: 0;
	position: absolute;
    top: 8px;
    left: 12px;
}
main .section-play .slider-videos .slick-next{
	left: 5%;
	z-index: 9;
	outline: none;
}
main .section-play .slider-videos .slick-next::before{
	font-family: 'Font Awesome 5 Free';
	font-size: 1.285rem;
	color: #000;
	content: "\f054";
	text-indent: 0;
	position: absolute;
    top: 8px;
    right: 12px;
}
main .section-play .slider-videos .btn-secundary{
	font-size: 0.714rem;
	line-height: 113.4%;
	text-align: center;
	letter-spacing: 0.2em;
	padding: 0.357rem 0.785rem;
}
main .section-play  .modal-content{
	border: none;
}
main .section-play .modal-body {
	position:relative;
	padding:0px;
}
main .section-play .close {
	background-color: #fff;
	padding: 10px 15px;
	position: absolute;
	right: -55px;
	top: 0;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #000;
	opacity: 1;
}
@media (max-width: 768px){
	section.section-news.sections-pesquisa {
       margin-bottom: -160px;
    }
	main .section-teaser .title-rotation {
	   left: -53% !important;
	}
	
}
@media (max-width: 767px){
	main .section-play .slider-videos .title-card.just-title,
	main .section-play .slider-videos .title-card{
		width: auto;
		margin: 0 13px;
	}
	main .section-play .slider-videos .card-play-img{
		height: 324px;
		margin: 0 28px;
		max-width: 84% !important;
		max-height: 257px;
	}
	main .section-play .slider-videos .title-card h2{
		font-size: 2.428rem;
		letter-spacing: 0.16em;
		line-height: 114.4%;
	}
	main .section-play .slider-videos .title-card h3{
		width: 100%;
		display: table;
		font-size: 1.428rem;
		line-height: 113.4%;
		letter-spacing: 0.25em;
	}
	main .section-play .slider-videos .btn-secundary,
	main .section-play .slider-videos p{
		margin: 0 15px;
	}
	main .section-play .slider-videos .slick-arrow{
		width: auto;
		height: auto;
		top: 40%;
		border: none;
	}
	main .section-play .slider-videos .slick-next{
		left: 100%;
	}
	main .section-play .slider-videos .slick-prev{
		left: -5%;
	}
	main .section-play .slider-videos .mt-n6{
		margin-top: -6rem;
	}
	main .section-play .slider-videos .btn-secundary{
		margin-top: 1rem;
	}
	main .section-play .close {
		padding: 0px 10px;
		right: 0px;
		top: -32px;
	}
	.slick-slide.slick-current.slick-active {
		height: 360px;
    }
	section.section-play.pb-5.my-5.border-bottom {
		padding-bottom: 1rem !important;
	}
}
@media (max-width: 320px){
	main .section-play .slider-videos .title-card h2 {
		letter-spacing: 0.07em;
	}
}
/* == FIM SESSÃO VIDEOS == */

/* == INICIO SESSÃO TEASER == */
main .section-teaser .grid-horizontal .grid-item {
	float: left; 
}
main .section-teaser .grid-horizontal .grid-sizer {
	width: 22%;
}
main .section-teaser .grid-horizontal .card{
	border-radius: 10px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
	color: #FFFFFF;
	-webkit-transition: 0.55s ease;
	-moz-transition:0.55s ease;
	-o-transition: 0.55s ease;
	transition: 0.55s ease;
}
main .section-teaser .grid-horizontal .card .card-bg-hover{
	width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(3, 3, 3, 0.6) 0%, rgba(3, 3, 3, 0.6) 100%);
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.55s, visibility 0.55s;
    transition: opacity 0.55s, visibility 0.55s;
}
main .section-teaser .grid-horizontal .card:hover .card-bg-hover{
	visibility: visible;
	opacity: 1;
    animation: fade 0.75s;
	z-index: 9
}
main .section-teaser .grid-horizontal .card .card-bg-hover .text-card-hover{
	width: 100%;
    border-radius: 10px;
    padding: 0.714rem 1rem;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
main .section-teaser .grid-horizontal .card:hover{
	transform: translate(-10px, -15px);
	-webkit-transition: 0.55s ease;
	-moz-transition:0.55s ease;
	-o-transition: 0.55s ease;
	transition: 0.55s ease;
}
main .section-teaser .grid-horizontal .card-border{
	width: 100%;
	height: 100%;
	border: 1px solid #CFCFCF;
	border-radius: 10px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: 0.55s ease;
	-moz-transition:0.55s ease;
	-o-transition: 0.55s ease;
	transition: 0.55s ease;
}
main .section-teaser .grid-horizontal .card:hover + .card-border{
	opacity: 1;
	-webkit-transition: 0.55s ease;
	-moz-transition:0.55s ease;
	-o-transition: 0.55s ease;
	transition: 0.55s ease;
}

main .section-teaser .grid-horizontal .grid-item-height-title{
	height: 85px;
}
main .section-teaser .grid-horizontal .grid-item-height{
	height: 182px;
}
main .section-teaser .grid-horizontal .grid-item-height-one{
	height: 291px;
}
main .section-teaser .grid-horizontal h6{
	font-size: 0.714rem;
	font-weight: 400;
	line-height: 113.4%;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: #fff;
}
main .section-teaser .grid-horizontal h5{
	font-size: 1.428rem;
	font-weight: 700;
	color: #fff;
	line-height: 113.4%;
	text-transform: uppercase;
	text-align: left;
}
main .section-teaser h3{
	font-size: 2rem;
	font-weight: 700;
	color: #D71920;
	line-height: 113.4%;
	text-align: left;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
main .section-teaser h4{
	font-size: 1.571rem;
	font-weight: 300;
	line-height: 113.4%;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
main .section-teaser .mt-12{
	margin-top: 12rem;
}
main .section-teaser  .title-rotation{
    position: absolute;
    transform: rotate(-90deg);
    left: -65%;
    top: 45%;
}
main .section-teaser  .title-rotation h3{
	font-size: 30px;
	font-weight: 300;
	line-height: 113.4%;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #000;
}
main .section-teaser  .title-rotation h3 span{
	font-weight: 700;
	color: #D71920;
}
main .section-teaser  .title-rotation h3 i{
	color: #A0A0A0;
}
main .section-teaser iframe{
	float: right;
	border-top: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
}
@media (max-width: 1199px){
	main .section-teaser .grid-horizontal .grid-sizer {
		width: 31%;
	}
	main .section-teaser  .title-rotation{
		left: -53%;
		top: 45%;
	}
	main .section-teaser .mt-12{
		margin-top: 0;
	}
}
@media (max-width: 768px){
	main .section-teaser .grid-horizontal .grid-sizer {
		width: 44%;
	}
	main .section-teaser .title-rotation {
		left: -55%;
	}
	main .section-teaser .mt-12{
		margin-top: 0;
	}
}
@media (max-width: 767px){
	main .section-teaser .grid-horizontal .grid-sizer {
		width: 46%;
	}
	main .section-teaser .mt-12{
		margin-top: 0;
	}
	main .section-teaser h3{
		font-size: 1.857rem;
	}
	main .section-teaser h4{
		font-size: 1.428rem;
	}
	main .section-teaser  .title-rotation{
		position: relative;
		transform: rotate(0deg);
		left: 0 !important;
		top: 0;
	}
	main .section-teaser iframe{
		width: 100%;
		height: 486px;
	}
	main .section-teaser  .title-rotation h3{
		font-size: 1.428rem;
		text-align: center;
	}
	main .section-teaser .border-bottom-mobile{
		border-bottom: 1px solid #eaeaea;
	}
	.j-content-image{
		height: 465px !important;
	}
}
@media (max-width: 320px){
	main .section-teaser h3{
		font-size: 2rem;
		letter-spacing: 0;
	}
	main .section-teaser h4{
		font-size: 1.571rem;
		letter-spacing: 0;
	}
}
/* == FIM SESSÃO TEASER == */

/* == INICIO SESSÃO FORMS == */
main .section-news h4{
	font-weight: 300;
	font-size: 1.285rem;
	line-height: 113.4%;
	text-align: center;
	letter-spacing: 0.1em;
}
main .section-news h4 .bold{
	font-weight: 700;
	color: #D71920;;
}
main .section-news input{
	width: 35%;
	height: 32px;
	background: #E8E8E8;
	border-radius: 60px;
	border: none;
	font-size: 0.714rem;
	font-weight: 400;
	line-height: 113.4%;
	text-align: left;
	padding: 0.714rem 1.071rem;
	outline: none;
}
main .section-news :-ms-input-placeholder,
main .section-news ::-ms-input-placeholder,
main .section-news ::placeholder {
  color: #000000;
  letter-spacing: 0.3em;
}

main .section-news .btn-secundary{
	height: 32px;
	font-weight: 500;
	font-size: 0.714rem;
	line-height: 113.4%;
	text-align: center;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	padding: 0 1.071rem;
}
section.section-news {
    margin-top: 41px;
}
.ajuste-news {
    margin-bottom: 2rem !important;
}
@media (max-width: 767px){
	main .section-news .btn-secundary,
	main .section-news input{
		width: 100%;
		height: 44px;
	}
}
/* == FIM SESSÃO FORMS == */

/* == FIM HOME == */

/* ======== INICIO PAGINAS INTERNAS ======== */
/* == INICIO DETALHE DO POSTS == */
main article h6{
	font-size: 0.714rem;
	font-weight: 700;
	color:#999999;
	text-align: center;
	letter-spacing: 1px;
}
main article h4{
	font-size: 1.642rem;
	font-weight: 900;
	color:#000;
}
main article p{
	font-weight: 400;
	color:#565656;
	line-height: 197.6%;
}
main article div{
	font-weight: 400;
	color:#565656;
	line-height: 197.6%;
}
main article div div{
	font-weight: 400;
	color:#565656;
	line-height: 197.6%;
}
main article p a:hover,
main article p a{
	font-weight: 700;
	color:#d71920;
	text-decoration: underline;
	line-height: 197.6%;
}
main article div a:hover,
main article div a{
	font-weight: 700;
	color:#d71920;
	text-decoration: underline;
	
}
main article div div a:hover,
main article div div a{
	font-weight: 700;
	color:#d71920;
	text-decoration: underline;
}
main article .btn-primary{
	font-weight: 500;
	font-size: 0.571rem;
	padding: .5rem .95rem;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}
main article .btn-primary:not(:disabled):not(.disabled):active,
main article .btn-primary:hover {
    color: #000;
    background-color: transparent;
    border-color: #000;
}
main article .list-social{
	position: absolute;
	left: -2.142rem;
	top:3.571rem;
	list-style: none;
	margin: 0;
	padding: 0;	
	text-align: center;
}
 main article .list-social li a{
	width: 28px;
    background-color: #000;
    border-radius: 100%;
    padding: 6px 5px;
    display: table;
    font-size: 1rem;
    color: #fff;
}
@media (max-width: 767px){
	main article h6{
		font-size: 0.785rem;
	}
	main article h4{
		font-size: 1.285rem;
		line-height: 147.6%;
	}
	main article p{
		font-size: 1.071rem;
		line-height: 187.6%;
	}
	
}
/* == FIM DETALHE DO POSTS == */

/* == INICIO SECTION COMPRE O LOOK == */
.section-buy h5{
	background-color: #fff;
	color: #D00911;
	letter-spacing: 0.08em;
	display: table;
    margin: 0 auto;
}
.section-buy .line-h{
	width: 100%;
	height: 1px;
	background-color: #E8E8E8;
	position: absolute;
	top:10px;
	z-index: -1;
}
.section-buy .font-light{
	font-weight: 300;
	color:#000;
}
.section-buy .card .card-header {
	max-width: 167px;
    max-height: 170px;
	background: #F1F1F1;
	border-radius: 10px;
}
.section-buy .card h6.card-title{
	font-size: 0.714rem;
	font-weight: 400;
	color:#000;
	line-height: 117.4%;
	text-align: center;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}
.section-buy .card-body a{
	color: #000;
	text-decoration: none;
	outline: none;
}
.section-buy .card-text{
	font-weight: 300;
	font-size: 0.714rem;
	line-height: 113.4%;
}
.section-buy .card-text .old-prince{
	text-decoration: line-through;
}
.section-buy .card-text .atual-prince{
	font-weight: 900;
}
/* == FIM SECTION COMPRE O LOOK == */

/* == INICIO SHARE MOBILE == */
.share-mobile{
    width: 54px;
    padding: .999rem;
    background-color: #000;
    position: fixed;
	bottom: 45px;
    right: 15px;
    border-radius: 80px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
    font-size: 1.428rem;
    color: #fff;
    text-align: center;
	z-index: 9;
}
.share-mobile.open .fa-share-alt{
	display: none;
}
.share-mobile.open .fa-times{
	display: inline-table;
} 

.share-mobile .fa-times{
	display: none;
} 

.links-share-mobile i,
.share-mobile i{
	color: #fff;
}
.links-share-mobile{
	width: 43px;
    padding: 10px;
	display: none;
    background-color: #000;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    border-radius: 80px;
    text-align: center;
	z-index: 9;
}
.links-share-mobile i{
	font-size: 1.285rem;
}
.links-share-mobile.wp{
    position: fixed;
    right: 20px;
    bottom: 112px;
}
.links-share-mobile.twt{
	position: fixed;
    right: 76px;
    bottom: 83px;
}
.links-share-mobile.fcbk{
	position: fixed;
    right: 77px;
    bottom: 25px;
}
h6.card-title.mb-1:hover {
    text-decoration: underline;
}
/* == FIM SHARE MOBILE == */

/* == INICIO MATERIAS RELACIONADAS == */
main .section-materias-rel h4{
	font-weight: 300;
	font-size: 1.285rem;
	line-height: 113.4%;
	text-align: center;
	letter-spacing: 0.1em;
}
main .section-materias-rel h4 .bold{
	font-weight: 700;
	color: #D71920;;
}
@media (max-width: 767px){
	main .section-materias-rel  .grid.grid-slider{
		height: auto !important;
	}
	main .section-materias-rel  .grid.grid-slider .card{
		margin: 0 15px !important;
	}
	main .section-materias-rel  .grid.grid-slider .slick-arrow {
		width: auto;
		height: auto;
		top: 50%;
		border: none;
		background-color: transparent;
		position: absolute;
		margin-top: -50px;
		text-indent: -9999px;
	}
	main .section-materias-rel  .grid.grid-slider .slick-next {
		right: -4%;
		z-index: 9;
    	outline: none;
	}
	main .section-materias-rel  .grid.grid-slider .slick-next::before {
		font-family: 'Font Awesome 5 Free';
		font-size: 1.285rem;
		color: #000;
		content: "\f054";
		text-indent: 0;
		position: absolute;
		top: 8px;
		right: 12px;
	}
	main .section-materias-rel  .grid.grid-slider .slick-prev {
		left: -4%;
		z-index: 9;
    	outline: none;
	}
	main .section-materias-rel  .grid.grid-slider .slick-prev::before {
		font-family: 'Font Awesome 5 Free';
		font-size: 1.285rem;
		color: #000;
		content: "\f053";
		text-indent: 0;
		position: absolute;
		top: 8px;
		left: 12px;
	}
	main .section-materias-rel  .grid.grid-slider .card:hover{
		transform: translate(0px, 0px);
	}

	main .section-materias-rel  .grid.grid-slider .card:hover + .card-border{
		opacity: 0;
		-webkit-transition: 0.55s ease;
		-moz-transition:0.55s ease;
		-o-transition: 0.55s ease;
		transition: 0.55s ease;
	}
	&:hover {
          max-width: $painting-zoom-size;
          max-height: $painting-zoom-size;
    }
	main .section-posts .card .card-bg-hover{
		background-color: rgba(0, 0, 0, 0);
	}
	main .section-posts .card:hover {
		transform: translate(0px, 0px);
	}
	main .section-posts .card:hover .card-body p, main .section-posts .card:hover .card-body div, main .section-posts .card:hover .card-body .btn-secundary{
		display: none;
	}
}
/* == FIM MATERIAS RELACIONADAS == */

/* == INICIO LISTAGEM DE POSTS == */

main .section-list-posts .card{
	flex-direction: initial;
	padding: 1.071rem;
	border: 1px solid transparent;
	-webkit-transition: 0.55s ease;
    -moz-transition: 0.55s ease;
    -o-transition: 0.55s ease;
    transition: 0.55s ease;
	border-radius: 10px;
}
main .section-list-posts h2{
	font-weight: 300;
	font-size: 2rem;
	line-height: 113.4%;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	-webkit-transition: 0.55s ease;
    -moz-transition: 0.55s ease;
    -o-transition: 0.55s ease;
    transition: 0.55s ease;
}
main .section-list-posts .card-body h6 {
    font-weight: bold;
    font-size: 0.857rem;
	color: #000;
    line-height: 1.142rem;
	text-transform: uppercase;
    -webkit-transition: 0.55s ease;
    -moz-transition: 0.55s ease;
    -o-transition: 0.55s ease;
    transition: 0.55s ease;
}
main .section-list-posts .card-body h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 1.428rem;
    line-height: 113.4%;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    -webkit-transition: 0.55s ease;
    -moz-transition: 0.55s ease;
    -o-transition: 0.55s ease;
    transition: 0.55s ease;
}
main .section-list-posts .card-body p{
	line-height: 158.6%;
	color: #565656;
	-webkit-transition: 0.55s ease;
    -moz-transition: 0.55s ease;
    -o-transition: 0.55s ease;
  
}
main .section-list-posts .card-body .btn-secundary {
    font-size: 0.714rem;
    line-height: 113.4%;
    text-align: center;
    letter-spacing: 0.2em;
    padding: 0.357rem 0.714rem;
    display: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.55s, visibility 0.55s;
    transition: opacity 0.55s, visibility 0.55s;
}
main .section-list-posts .card:hover .card-body .btn-secundary {
    display: block;
    visibility: visible;
    opacity: 1;
    animation: fade 0.75s;
}
main .section-list-posts .bold{
	font-weight: 700;
    color: #D71920;
}
main .section-list-posts .card-img{
	width: 40%;
	height: 243px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
}
main .section-list-posts .card-body{
	width: 60%;
	padding: 1rem 0 0 2.14rem;
}
main .section-list-posts .card-body .logo-hype{
	display: block;
	font-size: 0.714rem;
	line-height: 113.4%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #000000;
	padding-bottom: 4px;
}

main .section-list-posts .page-link.arrows{
	width: auto !important;
	border-radius: 0;
	font-weight: 700;
	font-size:0.714rem;
	line-height: 113.4%;
	text-align: center;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	}
main .section-list-posts .page-link.arrows:hover{
    z-index: 2;
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}
main .section-list-posts .page-link {
   width: 41px;
    position: relative;
    display: block;
    padding: 12px 0px;
    color: #000;
    background-color: #fff;
    border: 1px solid #D7D7D7;
    font-size: 0.857rem;
	font-weight: 400;
    line-height: 113.4%;
    text-align: center;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    border-radius: 50px;
    box-sizing: border-box;
}
main .section-list-posts .page-link:focus{box-shadow: none;}
main .section-list-posts .page-link.active,
main .section-list-posts .page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #D71920;
    border-color: #D71920;
}
section.section-posts-social.mb-2 {
    margin-top: 3rem;
}
@media (max-width: 1024px){
	main .section-posts .card:hover .card-body p, main .section-posts .card:hover .card-body div, main .section-posts .card:hover .card-body .btn-secundary{
		display: none;
	}
}
@media (max-width: 768px){
	main .section-list-posts .card-body{
		padding: 0 0 0 1.142rem;
	}
	
	main .section-list-posts .card-body h3 {
		font-size: 1.071rem;
	}
	main .section-list-posts .card-body h3 {
		color: black !important;
    }
	.ajuste-paginacao {
       margin-left: 8px;
	}
	i.fas.fa-angle-left {
       margin-left: -28px;
    }
	i.fas.fa-angle-right {
       margin-right: -8px;
    }
	main .section-posts .card .card-bg-hover {
       background-color: rgba(0, 0, 0, 0.0);
    }
	main .section-posts .card:hover {
       transform: translate(0px, 0px);
    }
	main .section-posts .card:hover .card-body p, main .section-posts .card:hover .card-body div, main .section-posts .card:hover .card-body .btn-secundary{
		opacity: 0;
		display: none;
	}
	.ajuste-footer {
        margin-left: 106px;
    }
}
@media (max-width: 767px){
	main .section-list-posts .card{
		padding: 0;
		height: 348px;
		border-radius: 10px;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		border: none;
		outline: none;
		cursor: pointer;
		color: #FFFFFF;
		-webkit-transition: 0.55s ease;
		-moz-transition:0.55s ease;
		-o-transition: 0.55s ease;
		transition: 0.55s ease;
	}
	main .section-list-posts .card:hover {
		border: none;
	}
	main .section-list-posts .card-body h3 {
    color: white !important;
    }
	main .section-list-posts .card-img{
		display: none;
	}
	main .section-list-posts .card-body {
		width: 100%;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
		border-radius: 10px;
		padding: 1.142rem;
		position: absolute;
		bottom: 0;
		z-index: 1;
	}
	main .section-list-posts h2{font-size: 1.642rem}
	main .section-list-posts .card-body h6 .bold,
	main .section-list-posts .card-body h6{
		color: #fff;
	}
	main .section-list-posts .card-body h3 {
		font-style: normal;
		font-weight: 300;
		font-size: 1.142rem;
		line-height: 113.4%;
		ine-height: 130%;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		-webkit-transition: 0.55s ease;
		-moz-transition: 0.55s ease;
		-o-transition: 0.55s ease;
		transition: 0.55s ease;
	}
	main .section-list-posts .card-body .btn-secundary{
		margin-top: 1.5rem;
	}
	main .section-list-posts .card-body p{display: none;}
	main .section-list-posts .card-body .logo-hype{
		color: #fff;
	}
	
	main .section-list-posts .pagination{
		display: block;
		position: relative;
		margin-top: 4rem;
	}
	main .section-list-posts .pagination .page-item{
		display: inline-block;
		margin-bottom: 1rem;
	}
	main .section-list-posts .page-link {
		width: 57px;
		position: relative;
		padding: 20px 0px;
	}
	main .section-list-posts .position-floating{
		position: absolute;
		top: -35px;
		margin-bottom: 0 !important;
	}
	main .section-list-posts .page-link.arrows{
		font-size: 0.928rem;
		padding: 0;
	}
	main .section-list-posts .position-floating-left{
		left:10%;
	}
	main .section-list-posts .position-floating-right{
		right: 10%;
	}

	
}
/* == FIM LISTAGEM DE POSTS == */

/* == INICIO RESULTADOS BUSCAS == */

main .section-result-search h2.title-results{
	font-weight: 700;
}
main .section-result-search .text-results{
	font-size: 0.857rem;
	font-weight: 400;
	color: #b9b9b9;
	text-transform: lowercase;
	letter-spacing: 0.1em;
}
main .section-result-search .text-results .bold{
	font-weight: 700;
	color: #b9b9b9;
}
main .section-list-posts .card:hover,
main .section-result-search .card:hover{
	    text-decoration: underline;
    color: black;
}
main .section-list-posts .card-body h3 {
    color: #000;
	padding-bottom: 8px;
}

/* == FIM RESULTADOS BUSCAS == */

/* == INICIO PAG 404 == */
main .section-banner{
	width: 100%;
	background-color: #E5E5E5;
}
main .section-banner .img-banner{
	height: 400px;
    width: 50%;
	float: left;
	background-image: url("../images/img-pagina-error.png");
	background-position: 0 30px;
	background-repeat: no-repeat;
	background-size: contain;

}
main .section-banner .box-text{
	width: 50%;
	float: left;
	text-align: center;
}
main .section-banner h2{
	font-weight: 900;
	font-size: 7.857rem;
	line-height: 130%;
	text-align: center;
}
main .section-banner h6{
	font-size: 1.142rem;
	font-weight: 400;
	line-height: 147.6%;
	text-align: center;
}
main .section-banner .btn-primary{
	font-weight: 400;
	font-size: 0.714rem;
	line-height: 113.4%;
	text-align: center;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	padding: 1rem;
}
@media (max-width: 1199px){
	main .section-banner .img-banner{
		height: 370px;
	}
	footer.bg-black.py-4 {
        height: 117px;
		margin-top: 11px;
    }
	ul.list-links.py-2 {
       width: 333px;
       margin: auto;
   }
   footer .list-links, footer .list-social{
	   float: none !important;
	}
   
}
@media (max-width: 991px){
	main .section-banner .img-banner{
		height: 340px;
	}
	.col-lg-3{
		margin-left: 106px;
	}
	i.fas.fa-angle-left {
        margin-left: -40px;
    }
	.ajuste-paginacao {
        margin-left: 24px;
     }
}
@media (max-width: 959px){
	.col-lg-3{
		margin-left: 116px;
	}
	
}
@media (max-width: 768px){
	main .section-banner .img-banner{
		height: 330px;
	}
}
@media (max-width: 767px){
	main .section-banner .img-banner {
		width: 60%;
		height: 420px;
		left: 20%;
		position: relative;
		background-position: center 10px;
	}
	main .section-banner .box-text{
		width: 90%;
		background: rgba(255, 255, 255, 0.9);
		position: absolute;
		float: none;
		top: 25%;
		left: 5%;
		padding: 0 15px;
	}
	main .section-banner .btn-primary{
		margin-bottom: 1rem;
	}
	.ajuste-footer {
       margin-left: 24px;
     }
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		 flex: 0 0 100%;
         max-width: 93%;
	}
	footer.bg-black.py-4 {
       height: 150px;
    }
}
@media (max-width: 320px){
	main .section-banner .box-text{
		top: 20%;
	}
}
/* == FIM PAG 404 == */
/* ======== FIM PAGINAS INTERNAS ======== */

/* ============ FIM MAIN ============ */

/* ============ INICIO FOOTER ============ */
footer .list-links,
footer .list-social{
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
footer .list-social li a{
	width: 30px;
    background-color: #fff;
    border-radius: 100%;
   	padding: 7px 7px;
    display: table;
    font-size: 1rem;
    color: #000;
}
footer .list-links li a{
	font-weight: 400;
	font-size: 0.785rem;
	color:#fff;
	text-transform: uppercase;
}

#push,
footer {
    height: 83px; 
}
@media (max-width: 768px){
	#push,
	footer{
		height: 123px;
	}
	footer .list-links{
		text-align: center;
	}
}
@media (max-width: 767px){
	#push,
	footer{
		height: 250px;
	}
	footer .list-links li{
		width: 100%;
	}
	footer .list-links,
    footer .list-social{
	    float: none;
   }
}
/* ============ FIM FOOTER ============ */

