.slideshow-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
	margin-top: 100%;
}

.slide {
    display: none;
}

img {
    width: 70%;
	margin-left: 15%;
}

.fade {
    animation-name: fade;
    animation-duration: 3s;
}

@keyframes fade {
    0% { opacity: 0; }
    25% { opacity: 1; }
    75% { opacity: 1; }
    100% { opacity: 0; }
}

#prev{
	position: absolute;
	left: 20%;
	color: #00008B;
	margin-top: 7%;
	font-weight: bold;
	font-size: 30px;
	border-radius: 50px;
	border: 2px solid #00008B;
	background: none;
	width:12%;
}

#next{
	position: absolute;
	right: 20%;
	color: #00008B;
	margin-top: 7%;
	font-weight: bold;
	font-size: 30px;
	border-radius: 50px;
	border: 2px solid #00008B;
	background: none;
	width:12%;
}


/*-----Judô-------------*/

#judo_diferencial_fundo{
	display: none;
	width: 100%;
	height: 103%;
	background-color: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	position: fixed;
	left: 0;
	z-index:101;
	top:-3%;
}

#judo_diferencial{
	display: none;
	position: fixed;
	z-index: 102;
	width: 80%;
	height: 100%;
	margin-top: 3%;
	margin-left: 10%;
	background-image: url('../imagens/judo_slide_mobile.png');
	background-size: 100% 100%;
	border-radius: 10px;
	overflow: auto;
	top:10%;
}

#judo_fecha_diferencial{
	position: absolute;
	right: 5%;
	top: 14%;
	font-family: Montserrat;
	font-size: 18px;
	cursor: pointer;
	color: rgb(11, 11, 109);
	font-weight: bold;
}

#judo_fecha_diferencial:hover{
	color: blue;
}


#judo_btn_diferencial{
	position: absolute;
	width: 50%;
	height: 40px;
	color: #fff;
	border: none;
	right: 5%;
	bottom: 14%;
	background: rgb(11, 11, 109);
	font-size: 15px;
	cursor: pointer;
}

#judo_btn_diferencial:hover{
	color: rgb(11, 11, 109);
	background: #fff;
	border: 2px solid rgb(11, 11, 109);
}

/*-----laboratorio-------------*/

#laboratorio_diferencial_fundo{
	display: none;
	width: 100%;
	height: 103%;
	left:0;
	background-color: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	position: fixed;
	z-index:101;
	top:-3%;
}

#laboratorio_diferencial{
	display: none;
	position: fixed;
	z-index: 102;
	width: 80%;
	height: 100%;
	margin-top: 1%;
	margin-left: 10%;
	background-image: url('../imagens/laboratorio_slide_mobile.png');
	background-size: 100% 100%;
	border-radius: 10px;
	overflow: auto;
	top:10%;
}

#laboratorio_fecha_diferencial{
	position: absolute;
	right: 5%;
	top: 14%;
	font-family: Montserrat;
	font-size: 18px;
	cursor: pointer;
	color: #0e0ac2;
	font-weight: bold;
}

#laboratorio_fecha_diferencial:hover{
	color: red;
}

#laboratorio_titulo_diferencial{
	font-family: Montserrat;
	font-size: 40px;
	font-weight: bold;
	color: #0e0ac2;
	position: absolute;
	right: 30%;
	top: 20%;
}

#laboratorio_texto_diferencial{
	font-family: Montserrat;
	font-size: 15px;
	color: #000;
	text-align: justify;
	position: absolute;
	right: 8%;
	top: 28%;
	width: 40%;
}


#laboratorio_btn_diferencial{
	position: absolute;
	width: 50%;
	height: 40px;
	color: #fff;
	border: none;
	right: 5%;
	bottom: 15%;
	background: #0e0ac2;
	font-size: 15px;
	cursor: pointer;
}

#laboratorio_btn_diferencial:hover{
	color: #0e0ac2;
	background: #fff;
	border: 2px solid #0e0ac2;
}

/*-----LIBRAS-------------*/

#libras_diferencial_fundo{
	display: none;
	width: 100%;
	height: 103%;
	left:0;
	background-color: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	position: fixed;
	z-index:101;
	top:-3%;
}

#libras_diferencial{
	display: none;
	position: fixed;
	z-index: 102;
	width: 80%;
	height: 70%;
	margin-top: 5%;
	margin-left: 10%;
	background-image: url('../imagens/libras_slide_mobile.png');
	background-size: 100% 100%;
	border-radius: 10px;
	overflow: auto;
	top:10%;
}

#libras_fecha_diferencial{
	position: absolute;
	right: 5%;
	top: 5%;
	font-family: Montserrat;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}

#libras_fecha_diferencial:hover{
	color: red;
}

#libras_titulo_diferencial{
	font-family: Montserrat;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	right: 30%;
	top: 20%;
}

#libras_texto_diferencial{
	font-family: Montserrat;
	font-size: 15px;
	color: #fff;
	text-align: justify;
	position: absolute;
	right: 8%;
	top: 30%;
	width: 40%;
}


#libras_btn_diferencial{
	position: absolute;
	width: 50%;
	height: 35px;
	color: #fff;
	border: 2px solid #fff;
	right: 7%;
	bottom: 1%;
	background: none;
	font-size: 15px;
	cursor: pointer;
}

#libras_btn_diferencial:hover{
	color: #0e0ac2;
	background: #fff;
	border: none;
}

/*-----Piscina-------------*/

#piscina_diferencial_fundo{
	display: none;
	width: 100%;
	height: 103%;
	left:0;
	background-color: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	position: fixed;
	z-index:101;
	top:-3%;
}

#piscina_diferencial{
	display: none;
	position: fixed;
	z-index: 102;
	width: 80%;
	height: 100%;
	margin-top: 2%;
	margin-left: 10%;
	background-image: url('../imagens/piscina_slide_mobile.png');
	background-size: 100% 100%;
	border-radius: 10px;
	overflow: auto;
	top:10%;
}

#piscina_fecha_diferencial{
	position: absolute;
	right: 5%;
	top: 5%;
	font-family: Montserrat;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}

#piscina_fecha_diferencial:hover{
	color: red;
}

#piscina_titulo_diferencial{
	font-family: Montserrat;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	right: 25%;
	top: 30%;
}

#piscina_texto_diferencial{
	font-family: Montserrat;
	font-size: 15px;
	color: #fff;
	text-align: justify;
	position: absolute;
	right: 5%;
	top: 40%;
	width: 40%;
}


#piscina_btn_diferencial{
	position: absolute;
	width: 50%;
	height: 40px;
	color: #fff;
	border: 2px solid #00008B;
	right: 5%;
	bottom: 14%;
	background: #00008B;
	font-size: 15px;
	cursor: pointer;
}


/*-----Área Verde-------------*/

#area_verde_diferencial_fundo{
	display: none;
	width: 100%;
	height: 103%;
	left:0;
	background-color: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	position: fixed;
	z-index:101;
	top:-3%;
}

#area_verde_diferencial{
	display: none;
	position: fixed;
	z-index: 102;
	width: 80%;
	height: 100%;
	margin-top: 1%;
	margin-left: 10%;
	background-image: url('../imagens/area_verde_slide_mobile.png');
	background-size: 100% 100%;
	border-radius: 10px;
	overflow: auto;
	top:10%;
}

#area_verde_fecha_diferencial{
	position: absolute;
	right: 5%;
	top: 14%;
	font-family: Montserrat;
	font-size: 18px;
	cursor: pointer;
	color: #498d0e;
	font-weight: bold;
}

#area_verde_fecha_diferencial:hover{
	color: red;
}


#area_verde_btn_diferencial{
	position: absolute;
	width: 50%;
	height: 40px;
	color: #fff;
	border: 2px solid #498d0e;
	right: 5%;
	bottom: 15%;
	background: #498d0e;
	font-size: 15px;
	cursor: pointer;
}


/*-----Villa Kids-------------*/

#ginasio_diferencial_fundo{
	display: none;
	width: 100%;
	height: 103%;
	left:0;
	background-color: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	position: fixed;
	z-index:101;
	top:-3%;
}

#ginasio_diferencial{
	display: none;
	position: fixed;
	z-index: 102;
	width: 80%;
	height: 100%;
	margin-top: 1%;
	margin-left: 10%;
	background-image: url('../imagens/ginasio_slide_mobile.png');
	background-size: 100% 100%;
	border-radius: 10px;
	overflow: auto;
	top:10%;
}

#ginasio_fecha_diferencial{
	position: absolute;
	right: 5%;
	top: 14%;
	font-family: Montserrat;
	font-size: 18px;
	cursor: pointer;
	color: #4b3102;
	font-weight: bold;
}

#ginasio_fecha_diferencial:hover{
	color: red;
}


#ginasio_texto_diferencial{
	font-family: Montserrat;
	font-size: 15px;
	color: #000;
	text-align: justify;
	position: absolute;
	right: 10%;
	top: 25%;
	width: 50%;
}


#ginasio_btn_diferencial{
	position: absolute;
	width: 50%;
	height: 40px;
	color: #fff;
	border: 2px solid #4b3102;
	right: 5%;
	bottom: 15%;
	background: #4b3102;
	font-size: 15px;
	cursor: pointer;
}



/*-----futsal-------------*/

#futsal_diferencial_fundo{
	display: none;
	width: 100%;
	height: 103%;
	left:0;
	background-color: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	position: fixed;
	z-index:101;
	top:-3%;
}

#futsal_diferencial{
	display: none;
	position: fixed;
	z-index: 102;
	width: 80%;
	height: 100%;
	margin-top: 1%;
	margin-left: 10%;
	background-image: url('../imagens/futsal_slide_mobile.png');
	background-size: 100% 100%;
	border-radius: 10px;
	overflow: auto;
	top:10%;
}

#futsal_fecha_diferencial{
	position: absolute;
	right: 5%;
	top: 14%;
	font-family: Montserrat;
	font-size: 18px;
	cursor: pointer;
	color: #fffb13;
	font-weight: bold;
}

#futsal_fecha_diferencial:hover{
	color: red;
}

#futsal_titulo_diferencial{
	font-family: Montserrat;
	font-size: 40px;
	font-weight: bold;
	color: #e50022;
	position: absolute;
	right: 30%;
	top: 12%;
}

#futsal_texto_diferencial{
	font-family: Montserrat;
	font-size: 15px;
	color: #000;
	text-align: justify;
	position: absolute;
	right: 5%;
	top: 23%;
	width: 48%;
}


#futsal_btn_diferencial{
	position: absolute;
	width: 50%;
	height: 40px;
	color: #002cbd;
	border: none;
	right: 5%;
	bottom: 15%;
	background: #fffb13;
	font-size: 15px;
	cursor: pointer;
}

#futsal_btn_diferencial:hover{
	color: #fffb13;
	background: none;
	border: 2px solid #fffb13;
}

#btn_ver_mais_diferenciais_mobile{
	width: 30%;
	height: 50px;
	border: none;
	position: absolute;
	margin-top: 20%;
	left: 35%;
	background: #00008B;
	cursor: pointer;
	color: #fff;
	border: none;
	font-size: 18px;
	border-radius: 15px
}

#btn_ver_mais_diferenciais_mobile:hover{
	background: #fff;
	color: #00008B;
	border: 2px solid #00008B;
}

#fundo_todos_os_diferenciais_mobile{
	display: none;
	width: 102%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	cursor: pointer;
	z-index: 5;
	z-index:1000;
	top: 0;
	left: -2%;
}

#todos_os_diferenciais_mobile{
	display: none;
	width: 80%;
	height: 80%;
	background: #fff;
	position: fixed;
	z-index: 5;
	top: 10%;
	left: 10%;
	border-radius: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index:1001;
}

#img_todos_os_diferenciais_mobile{
	width:100%;
	height: 350%;
}

#fecha_todos_os_diferenciais_mobile{
	position: absolute;
	right: 5%;
	top: 3%;
	font-weight: bold;
	font-size: 18px;
	font-family: Montserrat;
	cursor: pointer;
	color: #00008B;
}

#fecha_todos_os_diferenciais_mobile:hover{
	color: red;
}	