.bancos-container{
	/* background: white; */
	background-image: url("../img/continentes.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	/*filter: grayscale(100%);*/
	height: 100%;
}

.slidesContinentes{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	height: 100%;
	width: 100%;
	/*opacity: 0;*/
}

/*.america-central{
	background: unset;
	background-size: contain;
}*/

.america-sur{
	background: unset;
	background-size: contain;
}

.america-norte{
	background: unset;
	background-size: contain;
}

.africa{
	background: unset;
	background-size: contain;
}

.asia{
	background: unset;
	background-size: contain;
}

.europa{
	background: unset;
	background-size: contain;
}

.oceania{
	background: unset;
	background-size: contain;
}

.tituloSlide {
	font-size: 8vw;
	background-color: #c00e0a;
	color: white;
	background-size: contain;
	mix-blend-mode: normal;
	width: 100%;
	text-transform: uppercase;
	height: 46%;
	margin-top: 20%;
	/*transition:all 0.3s ease;*/
	/* padding-top: 20%; */
}

.tituloSlide p {
	text-align: center;
	font-size: 70px;
	font-weight: 600;
	word-spacing: 5px;
	margin: 0;
	padding-top: 4%;
	/*transition:all 0.3s ease;*/
}

.bancosSlide {
	overflow-y: hidden;
	overflow-x: hidden;
	height: 70%;
	padding-left: 24%;
	/*transition:all 0.3s ease;*/
}

.bancosBandera{
	width:90% !important;
	padding-left:42px !important;
	display: block;
	/*transition:all 0.3s ease;*/
}

.bancos-disponibles{
	background-color: #0000003d;
	color: white;
	border-radius: 36%;
	/*transition:all 0.3s ease;*/
}

.bancos-disponibles h2{
	font-size: 60px;
	/* padding-left: 40px; */
	/* padding-top: 20px; */
	padding-bottom: -28px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: white;
	font-weight: 100;
	text-align: center;
}

.imagen-bancos-disponibles{
	/*background-color: white;*/
	color: black;
}

.botonIzq{
	background-image: url(../img/izquierdaBlanco.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 15%;
	transform: translate(0, -50vh);
	float: left;
	margin-left: 5px;
}

.botonDer{
	background-image: url(../img/derechaBlanco.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: translate(0, -50vh);
	border-radius: 15%;
	float: right;
	margin-right: 5px;
}

.slide-button {
	color: black;
	background-color: transparent;
	border: none;
	/*border-radius: 100%;*/
	padding: 50px 30px;
	cursor: pointer;
}

.botonIzq:hover{
	background-color: #000000c2;
	color: white;
	background-image: url(../img/izquierdaBlanco.svg);
}

.botonDer:hover{
	background-color: #000000c2;
	color: white;
	background-image: url(../img/derechaBlanco.svg);
}

.mostrarDato{
	display: block;
	transition:visibility 1s linear;
}

.botonPause{
	width: 100%;
	text-align: center;
	position: absolute;
}

.botonPause button{
	cursor: pointer;
	position: relative;
	margin-top: 36%;
	background-color: white;
	border-radius: 100%;
	height: 50px;
	width: 50px;
	background-image: url("../img/pause.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


@media (max-width: 500px) {
	.botonPause button{
		margin-top: 132%;
	}
	.bancosSlide{
		overflow-y: scroll;
		height: 100%;
		color: white;
		padding-left: 30px;
	}
	
	.bancos-container{
		/* background: white; */
		background-image: unset;
		/*color: white;*/
	}
	
	.bancos-disponibles {
		color: white;
		background-color: unset;
	}
	
	.bancos-disponibles h2{
		text-align: center;
	}
	
	.slide-button {
		margin-top: -200px;
		display: block;
		cursor: pointer;
		/*font-size: 20px;*/
		padding: 40px 20px;
	}
	
	.botonIzq{
		float: left;
		transform: unset;
	}
	
	.botonDer{
		float: right;
		transform: unset;
	}
	
	.tituloSlide p {
		font-size: 52px;
	}
/*	.america-central{
		background: url('../img/continentes/s_america_central.png') center center no-repeat;
		background-size: contain;
	}*/

	.america-sur{
		background: url('../img/continentes/s_america_sur.png') center center no-repeat;
		background-size: contain;
	}

	.america-norte{
		background: url('../img/continentes/s_america_norte.png') center center no-repeat;
		background-size: contain;
	}

	.africa{
		background: url('../img/continentes/s_africa.png') center center no-repeat;
		background-size: contain;
	}

	.asia{
		background: url('../img/continentes/s_asia.png') center center no-repeat;
		background-size: contain;
	}

	.europa{
		background: url('../img/continentes/s_europa.png') center center no-repeat;
		background-size: contain;
	}

	.oceania{
		background: url('../img/continentes/s_oceania.png') center center no-repeat;
		background-size: contain;
	}
}

@media (min-width: 1920px){
	.tituloSlide p {
		padding-top: 12%;
	}
}