*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,ol{
	list-style: none;
}

@font-face {
font-family: 'CubePro-Light';
src: url(CubePro-Light.otf);
}

.text{
	font-family: CubePro-Light;
}

.slideshow{
	width: 100%;
	position: relative;
}

.slider li, ul{
	width: 100%;
}

.slider li{
	overflow: hidden;
}

.slider li img{
	width: 100%;
}

.slider .caption{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 15px 50px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: left;

	text-align: center;
	color: #fff;
	z-index: 1;
}

.slider .caption h1{
	font-size: 50px;
}

.slider .caption p{
	margin-top: 10px;
	font-size: 20px;
}

.pagination{
	position: absolute;
	top: 102%;
	width: 100%;

	display: flex;
	justify-content: center;
}

.pagination li{
	font-size: 20px;
	margin: 2px 5px;
	color: #858585;
	cursor: pointer;
}

.left, .right{
	position: absolute;
	top: 0;
	height: 100%;

	display: flex;
	align-items: center;

	color: #fff;
	font-size: 35px;
	cursor: pointer;
	z-index: 2;
}

.left{
	left: 10px;
}

.right{
	right: 10px;
}


@media screen and (max-width: 600px){
	.slider .caption p{
		display: none;
	}

	.slider .caption h1{
		font-size: 35px;
	}

	.left, .right{
		font-size: 30px;
	}

	.slider li img{
		width: 600px;
	}

	.pagination{
		display: none;
	}
}

.textocuadro{
	background-color: rgba(1, 139, 211, 0.5);
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;

}

.juh
{
		font-family: 'cube_bold',Arial,sans-serif;
		font-size: 50px;
		letter-spacing: -0.03em;
}

.li
{
		font-family: 'Arial',sans-serif;
		letter-spacing: -0.03em;
}

a{
		color: #828282;
}

a:hover {
		text-decoration: none;
		color: #828282;
}

a:hover, a:focus {
		color: #828282;
		text-decoration: underline;
}

@font-face {
font-family: "cube";
src: url(CubePro-Light.otf);
}

#wowslider-container1 .ws-title {
	font-family: cube;
	letter-spacing: 0.5px;
}
.tipografia1{
	font-family: arial;
}

.textocuadro, h1{
	color: #fff;
	font-family: "cube";
}

.raising-nav .raising-menu a{
	font-family: Arial,sans-serif;
	color: #fff;
	font-weight: lighter;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 13px;
}


.tipografia{
	font-family: cube;
	letter-spacing: 1.5px;
	margin-bottom: 0px;
}
.header{
	height: 98px;
}

.btn-primary:hover{
	background: #5DADE2;
}

.services__title{
	margin: 15px 0 0px;
}
.minusculas{
	text-transform: lowercase;
}

@media only screen and (min-width:768px) {
	div.slideshow ul.slider li img.peque{
		display: none;
	}
}

@media only screen and (max-width:769px) {
	div.slideshow ul.slider li img.grande{
		display: none;
	}
}
