@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,700');
@font-face {
	font-family:'Bebas Neue Book';
	src: url('fonts/BebasNeueBook.eot');
	src: url('fonts/BebasNeueBook.eot?#iefix') format('embedded-opentype'),
		 url('fonts/BebasNeueBook.woff') format('woff'),
		 url('fonts/BebasNeueBook.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'Bebas Neue';
	src: url('fonts/BebasNeueBold.eot');
	src: url('fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/BebasNeueBold.woff') format('woff'),
		 url('fonts/BebasNeueBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
html{
        height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	height:100%;
}
#caja-central-portada{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	z-index:2;
}
#menu-portada{
	font-size: 32px;
	line-height: 32px;
	font-family: 'Bebas Neue', sans-serif;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 12px;
	color: #000000;
	background-color: #00e056;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
a{
	color: #000000;
} 
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	/* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
	
}
.swiper-button-next,
.swiper-button-prev {
    color: #00e056 !important;
}
.clear{
	clear:both;
}
@media screen and (max-width : 815px) {
#menu-portada{
	font-size: 24px;
	line-height: 24px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 12px;
	width: 335px;
}
}
@media screen and (max-width : 450px) {
#menu-portada{
	font-size: 18px;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 7px;
	width: 255px;
}
}