/* Mailn */

/* Header */
header.header{
	background-color: rgba(3, 15, 26, .9);
	color: rgb(255, 255, 255);
	padding: 10px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999999;
}
header.header .social-links{}
header.header .social-links ul li{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
header.header .social-links ul li a{
    background-image: url('../img/icons-group-social-links-white.svg');
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
}
header.header .social-links ul li.icon-facebook a{
    background-position: 3px center;
}
header.header .social-links ul li.icon-instagram a{
    background-position: -30px center;
}

header.header .social-links ul li.icon-linkedin a{
    background-position: -59px center;
}
header.header .social-links ul li.icon-twitter a{
    background-position: -85px center;
}
header.header .social-links ul li.icon-youtube a{
    background-position: -110px center;
}
header.header .logo{}
header.header .logo a{
	height: 45px;
	padding: 4px 0;
}
header.header .logo a img{}
header.header .buttons-user-access{}
header.header .buttons-user-access > ul{}
header.header .buttons-user-access > ul > li{
	min-width: 35px;
	height: 35px;
	margin: 0 10px;
	position: relative;
}
header.header .buttons-user-access > ul > li.btn-login{
	border: rgb(255, 255, 255) solid 1px;
	border-radius: 7px;
	padding: 1px 10px 0px 7px;
}
header.header .buttons-user-access > ul > li.btn-login a{}
header.header .buttons-user-access > ul > li.btn-login a i{
	margin-right: 5px;
}
header.header .buttons-user-access > ul > li.btn-login a span{
	position: relative;
	top: -3px;
}
header.header .buttons-user-access > ul > li a{
	color: rgb(255, 255, 255);
	display: block;
    width: 100%;
    height: 100%;
}
header.header .buttons-user-access > ul > li a i{
	font-size: 27px;
	margin: 2px;
}
header.header .buttons-user-access > ul > li.notifications > a{
	background-image: url('../img/icon-notification.png');
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: center right 7px;
    border-radius: 7px;
    position: relative;
}
header.header .buttons-user-access > ul > li.notifications > a > small{
	border-radius: 100%;
	width: 13px;
	height: 13px;
	color: rgb(0, 0, 0);
	font-size: 10px;
	position: absolute;
	top: 4px;
	right: 6px;
	font-weight: 900!important;
	text-align: center;
}

/* Banner */
.banner-slider{
	position: relative;
	padding: 100px 0 0 0;
}
.banner-slider > .youtube-background{}
.banner-slider > .youtube-background:after{
	content: '';
	background-color: rgba(0, 0, 0, .3);
	position: absolute;
	width: 100%;
	height: 100%;
}
.banner-slider:before{
	content: '';
	background-image: url('../img/banner-home.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%);
}
.banner-slider.bg-login .flex{
	min-height: 340px;
}
.banner-slider.bg-login:before{
    filter: blur(7px);
}
.banner-slider .flex{
	min-height: 500px;
}
.banner-slider .banner-inner{
	width: 100%;
	position: relative;
}
.banner-slider .block-logo{}
.banner-slider .block-logo img{
	/* background-color: rgba(255, 255, 255, .7); */
	display: block;
	width: 250px;
	height: 125px;
	margin: 0 auto
}
.banner-slider .banner-inner .block-title h2{
	text-transform: uppercase;
}
.banner-slider .banner-inner .block-title h2 span{
	display: block;
}
.banner-slider .banner-inner .block-title h2 span.text-strong{
	color: rgb(255, 255, 255);
	font-weight: 900;
	letter-spacing: 20px;
}
.banner-slider .banner-inner .block-title h2 span.text-span{
	letter-spacing: 20px;
}
.banner-slider .banner-inner .block-button{
	margin: 25px 0 15px;
}
.banner-slider .banner-inner .block-button a{}

/********* CONTENT **********/
.content{
	margin: 150px;
}

/* Box list points */
.box-list-points{
	background-color: rgb(242, 245, 245);
}

.box-list-points .block-action-points{
	display: grid;
	grid-template-columns: 320fr 320fr 320fr 520fr;
	grid-gap: 10px;
}
.box-list-points .block-action-points .item-point{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 420px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.box-list-points .block-action-points .item-point.disabled:before{
	content: '';
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
    left: 0;
	z-index: 9;
}
.box-list-points .block-action-points .item-point.disabled a,
.box-list-points .block-action-points .item-point.disabled button{
	cursor: default;
}
.box-list-points .block-action-points .item-point:nth-child(7){
	grid-row: 1 / 4;
    grid-column-start: 4;
    height: 99%;
}
.box-list-points .block-action-points .item-point *{
	color: rgb(255, 255, 255);
}
.box-list-points .block-action-points .item-point > a{
	background-color: rgba(4, 15, 26,.4);
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.box-list-points .block-action-points .item-point .i-user{
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
}
.box-list-points .block-action-points .item-point .i-user a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 7px 10px;
    z-index: 99;
}
.box-list-points .block-action-points .item-point .i-user a .icon-cover-user{
	display: block;
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 100%;
	border: rgb(255, 255, 255) solid 3px;
}
.box-list-points .block-action-points .item-point .i-user a .sts-user{
	padding-left: 7px;
}
.box-list-points .block-action-points .item-point .i-user a span,
.box-list-points .block-action-points .item-point .i-user a small{
	display: block;
}
.box-list-points .block-action-points .item-point .i-user a span{
	font-size: 14px;
}
.box-list-points .block-action-points .item-point .i-user a small{
	font-size: 10px;
}
.box-list-points .block-action-points .item-point a .inner{
	text-transform: uppercase;
	max-width: 93%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.box-list-points .block-action-points .item-point a .inner .subtitle{}
.box-list-points .block-action-points .item-point a .inner .subtitle span{
	font-size: 29px;
	font-weight: normal;
	letter-spacing: 1px;
}
.box-list-points .block-action-points .item-point a .inner .title{}
.box-list-points .block-action-points .item-point a .inner .title h3{}
.box-list-points .block-action-points .item-point a .inner .title h4{}
.box-list-points .block-action-points .item-point a .inner .title h4 span{
	display: block;
    font-size: 32px;
}
.box-list-points .block-action-points .item-point a .inner .title h4 span:nth-child(1){
	font-weight: 700;
}
.box-list-points .block-action-points .item-point a .inner .title h4 span:nth-child(2){
	font-size: 32px;
}
.box-list-points .block-action-points .item-point a .inner .title h4 span:nth-child(3){
	font-size: 27px;
}
.box-list-points .block-action-points .item-point a .inner .button{
	font-size: 18px;
	letter-spacing: 5px;
	margin: 25px 0;
}

/*  */
/* Box destinations */
.box-list-destinations{
	background-color: rgb(242, 245, 245);
}
.box-list-destinations .block-list-destinations{}

.box-list-destinations .block-list-destinations .item-destination{
	color: rgb(87, 87, 87);
    margin: auto;
    padding: 8px;
    transition: .3s;
}
.box-list-destinations .block-list-destinations .item-destination a{
	color: rgb(87, 87, 87);
	width: 100%;
}
.box-list-destinations .block-list-destinations .item-destination .block-cover{
	height: 285px;
	overflow: hidden;
	position: relative;
}

.box-list-destinations .block-list-destinations ul.slick-dots li button{
	/* background-color: rgb(87, 87, 87); */
}

.box-list-destinations .block-list-destinations .item-destination a .block-cover:after{
	content: 'Ver no site';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
    padding: 5px 15px;
    border-radius: 7px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    filter: opacity(0);
    transition: .3s;
}
.box-list-destinations .block-list-destinations .item-destination:hover a .block-cover:after{
	top: 50%;
	filter: opacity(9);
}
.box-list-destinations .block-list-destinations .item-destination .block-cover img{}
.box-list-destinations .block-list-destinations .item-destination .block-info{}
.box-list-destinations .block-list-destinations .item-destination .block-info .title{
	text-transform: uppercase;
    background-color: rgb(240, 240, 240);
    height: 135px;
}
.box-list-destinations .block-list-destinations .item-destination .block-info .title .inner{
	padding: 5px 8px 5px 8px;
	width: 100%;
}
.box-list-destinations .block-list-destinations .item-destination .block-info .title .inner h2{
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0;
	font-size: 23px;
	line-height: 30px;
}
.box-list-destinations .block-list-destinations .item-destination .block-info .title .inner > span{
	color: rgb(87, 87, 87)!important;
    font-weight: 100;
	font-style: normal;
	font-size: 24px!important;
	padding: 0 7px;
}
.box-list-destinations .block-list-destinations .item-destination .block-info .title .inner span i{
	font-size: 18px;
	position: relative;
	top: -2px;
}
.box-list-destinations .block-list-destinations .item-destination .info-points{
	font-size: 14px;
    text-transform: uppercase;
    margin: 10px 0;
}
.box-list-destinations .block-list-destinations .item-destination .info-points span{}

.box-list-destinations .block-list-destinations .item-destination .info-points .flex{
	display: unset;
}

.box-list-destinations .block-list-destinations .item-destination .info-points .flex span{
	font-weight: 900;
	padding: 0 7px;
	display: block;
	line-height: 45px;
}
.box-list-destinations .block-list-destinations .item-destination .info-points .flex span small{
	font-size: 32px;
}
.box-list-destinations .block-list-destinations .item-destination .info-points .flex span:first-child{
	color: rgb(255, 0, 0);
	font-size: 52px;
}

.box-list-destinations .block-list-destinations .item-destination .info-points .flex span:last-child{
	color: rgb(22, 58, 98);
	font-size: 32px;
	position: relative;
	line-height: 32px;
}

/* Box depositions */
.box-depositions{
	background: url('../img/bg-depositions.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    Background-color: rgb(9, 25, 42);
}
.box-depositions *{
	color: rgb(255, 255, 255);
}
.box-depositions .block-list-depositions{
	margin: 45px 0 0 0;
}
.box-depositions .block-list-depositions .item-deposition{}
.box-depositions .block-list-depositions .item-deposition .block-cover{
	flex: 1;
}
.box-depositions .block-list-depositions .item-deposition .block-cover img{
	border-radius: 100%;
	width: 230px;
	height: 230px;
	margin: 0 auto;
}
.box-depositions .block-list-depositions .item-deposition .block-deposiiton{
	flex: 2;
}
.box-depositions .block-list-depositions .item-deposition .block-deposiiton .title{}
.box-depositions .block-list-depositions .item-deposition .block-deposiiton .title h2{}
.box-depositions .block-list-depositions .item-deposition .block-deposiiton .block-text{}
.box-depositions .block-list-depositions .item-deposition .block-deposiiton .block-text p{
	font-weight: 100;
	line-height: 30px;
}

.banner-finaliza-compra{
	height: 250px;
	position: relative;
	background-image: url('../img/bannerPagamento.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: -25px;
	position: relative; 
}

.more-points{
	background-color: rgb(245, 245, 245);
}
.more-points .banner-more-points{
	height: 250px;
	position: relative;
	background-image: url('../img/bg-more-points.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: -25px;
	position: relative;
}
.more-points .banner-more-points:before{
	content: '';
	background-color: rgba(0, 0, 0, .2);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 999999999;
}
.more-points .block-title{
	margin-top: 35px;
}
.more-points .block-title h2{}
.more-points .block-title h2 span{}
.more-points .block-content{}
.more-points .block-content .box-form{
	margin: 35px auto;
	max-width: 440px;
}
.more-points .block-content .box-form .flex label{
	padding: 0;
}
.more-points .block-content .box-form label input{
	border: rgb(200, 200, 200) solid 1px!important;
}
.more-points .block-content .box-form .flex label:first-child{
	margin-right: 10px;
}

/********* END CONTENT **********/
/* Footer */
footer.footer{
	padding: 30px 0;
}
footer.footer .block-title{}
footer.footer .block-title h2{
	text-transform: uppercase;
}
footer.footer .block-title h2 span{
	display: block;
}
footer.footer .block-title h2 span.text-strong{
	font-weight: 900;
}
footer.footer .block-title h2 span.text-span{}
footer.footer .block-button{
	margin: 25px 0 15px;
}
footer.footer .block-button a{}
footer.footer .block-copyright .logo{
	width: 50px;
}
footer.footer .block-copyright .logo a{
	height: 50px;
}
footer.footer .block-copyright .logo a img{}
footer.footer .block-copyright .info-website{
	margin: 25px;
}
footer.footer .block-copyright .info-website span{
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: italic;
}
footer.footer .block-copyright .social-links{}
footer.footer .block-copyright .social-links ul li{
    width: 35px;
    height: 31px;
    margin-right: 10px;
}
footer.footer .block-copyright .social-links ul li a{
    background-image: url('../img/icons-group-social-links-blue.svg');
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
}
footer.footer .block-copyright .social-links ul li.icon-facebook a{
    background-position: 3px center;
}
footer.footer .block-copyright .social-links ul li.icon-instagram a{
    background-position: -43px center;
}
footer.footer .block-copyright .social-links ul li.icon-linkedin a{
    background-position: -86px center;
}
footer.footer .block-copyright .social-links ul li.icon-twitter a{
    background-position: -128px center;
}
footer.footer .block-copyright .social-links ul li.icon-youtube a{
    background-position: -168px center;
}