

body{
	margin: 0px;
	padding: 0px;
}

.inicio-slider li{
	width: 100%;
	height: 100%;
	background-size: cover; 
	
}

.unslider, .inicio-slider, .unslider .unslider-wrap{
	position: absolute;
	width: 100%;
	height: 100%;
}


.vip .titulo:after{
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	width: 100%;
	content: '';
	display: block;
	position: absolute;
	height: 12px;
	background-color: #c71f40;
	bottom: 0px;
}

.vip .titulo:hover:after{
	opacity: 1;
}

.vip .titulo:hover{
     background-color: rgba(0,0,0,0);
	 text-shadow: 0 0 4px #000000;
}

.vip .titulo{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-color: rgba(0,0,0,.3);
	text-transform: uppercase;
	text-decoration: none;
    margin: 0 auto;
	font-size: 48px;
    text-align: center;	
    font-family: "Roboto";
    color: white;
    line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.vip .retangulo{
	position: absolute;
	width: 375px;
	z-index: 1;
	display: block;
	padding: 31px;
	left: calc(50% - 187.5px);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: rgba(255, 255, 255, 0.8);
	bottom: 12px;
	box-sizing: border-box;
}

.vip .logo-slide{
	position: relative;
	z-index: 2;
    margin: 0 auto;
    background-size: cover;
	background-repeat: no-repeat;
}

.vip .centraliza{
	text-align: center;
}

.vip {
	margin: 0px;
	width: 100%;
	
}

.vip .div-esquerda{
	width: 50%;
	position: fixed;
	height: 100%;
	display: inline-block;
	margin-top: 0px;
}

.vip .div-direita{
	width: 50%;
	position: fixed;
	margin-top: 0px;
	height: 100%;
	right: 0px;
	display: inline-block;
}

@media screen and (max-width: 1250px){
.vip .retangulo {
    width: 320px;
    height: auto;   
	left: calc(50% - 160px);
}

.vip .logo-slide {
    position: relative;
    width: 245px;
    height: 112px;
}
.inicio-slider li{
	background-position: 50% 50%;
}
}


@media screen and (max-width: 1250px){

.vip .logo-slide {
    position: relative;
    width: 185px;
    height: 85px;

}
}

@media screen and (max-width: 720px){
.vip .retangulo {
    position: absolute;
    width: 212px;
    height: 125px;
	left: calc(50% - 106px);
}

.vip .logo-slide {
    position: relative;
    width: 157px;
    height: 70px;
}

.vip .titulo {
    font-size: 35px;
}
}


@media screen and (max-width: 720px){

.vip .logo-slide {
    position: relative;
    width: 114px;
    height: 53px;
}

.vip .titulo {
    font-size: 25px;
}
}

.construcao{
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
}

.escolhe{
	background-color: #ffffff;
	width: 100%;
}

.escolhe .menu{
	padding-top: 35px;
	padding-bottom: 35px;
	-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px 5px rgba(0,0,0,.1);
	margin-bottom: 80px;
	text-align: center;
}

.escolhe .conteudo{
	padding-bottom: 100px; 
}

.escolhe h1{
	font-size: 16px;
	color: #888888;
	font-family: Roboto;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
	font-weight: 300;
}

.row{
	margin-left: 0px;
	margin-right: 0px;
}

.escolhe .site{
	height: 187px;
	position: relative; 
	background-size: cover;
	background-position: 10% 10%;
	list-style: none;
	margin-bottom: 15px;
	display: block;
}

.escolhe .site .holder{
	background-color: rgba(0, 0, 0, .58);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute; 
	align-items: center;
	justify-content: center;
	text-align: center;
	display: flex;
}

.escolhe .site,
.escolhe .site .holder{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.escolhe .site:hover > .holder{
	background-color: rgba(182, 13, 13, .78);
}

.escolhe .site .holder div h2{
	color: white;
	font-size: 36px;
	font-weight: 700;
}

.escolhe .site .holder div span{
	color: white;
	font-size: 16px;
	font-weight: 400;	
}

.escolhe .site .holder div h2,
.escolhe .site .holder div span{
	display: block; 
	width: 100%;
	color: white; 
}

.escolhe .footer{
	bottom: 0px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	position: fixed;
	-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px 5px rgba(0,0,0,.1);
	background-color: white; 
}

.escolhe .footer span{
	font-size: 15px;
	color: #888888;
	font-family: Roboto;
	font-weight: 400;
}

.escolhe .footer a{
	background-color: #b5b5b5;
	width: 25px;
	display: inline-block;
	height: 25px;
	font-size: 13px;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	text-decoration: none;
}

.escolhe .footer a i{
	align-items: center;
	justify-content: center;
	text-align: center;
	display: flex;
	height: 100%; 
	color: white; 
}
.escolhe .unslider{
	margin-top: 54px;
	-webkit-box-shadow: 20px 15px 5px 3px rgba(0,0,0,.2);
	box-shadow: 20px 15px 5px 3px rgba(0,0,0,.2);
	max-width: 397px;
	height: 592px; 
}
.escolhe .slider{
	height: 592px; 
	max-width: 397px;
}

.escolhe .slider li{
	max-width: 397px;
	width: 100%;
	height: 592px;
	background-size: cover; 
}

@media screen and (max-width: 980px){
	
	.slides{
		display: none; 
	}
	
	
}

