::selection{
	background: #ff5252;
	color: white;
}
::moz-selection{
	background: #ff5252;
	color: white;
}
::webkit-selection{
	background: #ff5252;
	color: white;
}
body{
	overflow-x: hidden;
}
@font-face {
    font-family: 'social-font';
    src: url('../font/social-circles.otf');
}
h1, h2, h3, h4, h5{
	font-family: 'Chewy', cursive;
}
p, b, a{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
.transition{
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
}
.transition:hover{
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
}
.separator{
	height: 100px;
}
#logo{
	position: fixed;
	top: 10px;
	left: 10px;
	padding: 20px;
	width: 100px;
	height: 100px;
	z-index: 1000;
}
#openNav{
	position: fixed;
	z-index: 900;
	color: white;
	cursor: pointer;
	top: 10px;
	right: 10px;
	font-size: 32px;
	padding: 10px;
	border-radius: 5px;
	text-shadow: 2px 2px 5px #555;
}
.nav{
	position: fixed;
	top: 0px;
	right: -300px;
	bottom: 0px;
	z-index: 1000;
	background: #131835;
	width: 300px;
}
.nav span{
	color: white;
	font-size: 24px;
	background: #ff5252;
	text-align: right;
	margin-top: -1px;
	width: 100%;
	padding: 10px;
	cursor: pointer;
}
.nav ul{
	list-style: none;
	padding: 0px;
}
.nav ul li a{
	padding: 20px 0;
	font-size: 16px;
	display: block;
	text-align: center;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid #C5CAE9;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
}
.nav ul li a:hover{
	background: #303F9F;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
}
.bxslider div{
	height: 680px;
	background-position: bottom center;
}
.bxslider .slider-pc{
	display: block;
}
.bxslider .slider-mobile{
	display: none;
}
.bxslider .img-slider{
	background-size: cover;
	background-position: center;
}
.bxslider h3{
	margin: 0px;
	width: 100%;
	padding: 200px 30px 0px 30px;
	color: white;
	font-size: 80px;
	text-shadow: 2px 2px 2px black;
}
.bxslider h4{
	color: white;
	font-size: 36px;
	text-shadow: 2px 2px 2px black;
	margin-bottom: 40px;
}
.bxslider a{
	background: #3f51b5;
	color: white;
}
.wrap{
	max-width: 1024px;
	margin: 0 auto;
	padding: 30px 0px;
}
#quienes-somos h3{
	color: #3f51b5;
	font-size: 40px;
	padding: 0px 0px 10px;
	border-bottom: 5px solid #ff5252;
}
#quienes-somos p{
	padding: 10px 0px;
}
#quienes-somos img{
	border-radius: 100%;
	margin-top: 60px;
	height: 270px;
}
#services{
	background: url('../img/services.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0px;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
#services .col-md-4{
	display: flex;
}
#services .card{
	padding: 30px;
	margin: 30px;
	background: rgba(245,245,245,0.8);
}
#services .card h3{
	font-size: 28px;
}
#services .card span{
	font-size: 40px;
	color: white;
	background: #3f51b5;
	padding: 20px;
	border-radius: 100%;
}
#works{
	background-color: #3f51b5;
	float: left;
	width: 100%;
}
#works h3{
	color: white;
	margin: 40px 0px 10px;
	text-align: center;
	font-size: 48px;
}
#works .work-description{
	display: none;
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	padding: 10px;
	color: white;
	font-size: 18px;
	text-align: center;
}
#works .work-description a{
	margin-top: 23%;
	padding: 10px;
	color: white;
	display: inline-block;
	border: 1px solid white;
	border-radius: 100%;
	margin-bottom: 15px;
}
#works .work-description a:hover{
	background: white;
	color: #ff5252;
}
#works .img-work{
	margin: 30px auto;
	width: 520px;
	height: 320px;
	background: #ff5252;
	background-size: cover;
	border: 5px solid #e5e5e5;
	border-radius: 7px;
	position: relative;
	overflow: hidden;
}
#works .rotate-left{
	-ms-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
#works .rotate-right{
	-ms-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
}
#works .btn-works{
	color: white;
	text-transform: uppercase;
	display: block;
	width: 240px;
	margin: 0 auto 30px;
	border: 2px solid white;
}
#works .btn-works:hover{
	background: white;
	color: #3f51b5;
}

/*------------------------------------ PORTAFOLIO*/
#portfolio{
	float: left;
	width: 100%;
}
#portfolio h2{
	background-color: #3f51b5;
	margin: 0px;
	padding: 100px;
	font-size: 48px;
	color: white;
}
#portfolio h3{
	color: #1f1f1f;
	font-size: 36px;
	text-align: center;
	margin-bottom: 20px;
}
#portfolio .card{
	box-shadow: 1px 1px 2px black;
	padding: 10px;
	border-radius: 10px;
	transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	margin-bottom: 20px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
}
#portfolio .after{
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	-webkit-transform: scale(1.3,1.3) !important;
	transform: scale(1.3,1.3) !important;
	transition: 0.5s;
}
#portfolio .after-animation{
	-webkit-transform: scale(1,1) !important;
	transform: scale(1,1) !important;
	opacity: 1;
	z-index: 100;
}
#portfolio .card .img{
	height: 380px;
	background-size: cover;
	background-position: center;
}
#portfolio .card:hover{
	transform: scale(1.1,1.1);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	z-index: 100;
}
#portfolio .card p{
	font-weight: bold;
	text-align: right;
	padding: 10px 10px 0px;
	font-size: 18px;
	color: white;
}
#portfolio i{
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 10px;
	display: inline-block;
	width: 90%;
}

/*------------------------------------ FOOTER*/

#cta{
	float: left;
	width: 100%;
}
#cta h3{
	margin-top: 60px;
	font-size: 48px;
	font-weight: bold;
}
#cta p{
	font-size: 16px;
}
#cta span{
	font-size: 60px;
	margin: 20px 0;
}
#cta a{
	font-size: 22px;
	color: #ff5252;
}

footer{
	margin-top: 30px;
	background: #1f1f1f;
	color: white;
	float: left;
	width: 100%;
	text-align: center;
}
footer a{
	color: white;
	text-decoration: none;
}
footer .social-media{
	font-size: 70px;
	margin-top: 30px;
}
footer .social-media a{
	font-family: 'social-font' !important;
	text-decoration: none;
	margin: 0px 15px;
}
footer .social-media a:nth-child(1){
	color: #3b5998;
}
footer .social-media a:nth-child(2){
	color: #cb2027;
}
footer .social-media a:nth-child(3){
	color: #55acee;
}
footer .social-media a:nth-child(4){
	color: #4dc247;
}
footer .social-media a:hover{
	color: white;
}
footer .menu-footer a{
	padding: 0px 10px;
	color: #ffeb3b;
	border-right: 2px solid #ffeb3b;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 40px;
}
footer .menu-footer a:hover{
	color: #C5CAE9;
}
footer .menu-footer a:last-of-type{
	border-right: none;
}
footer .copyright{
	background: #111;
	padding: 20px;
}
footer p{
	margin: 0px;
}
footer .copyright a{
	color: #aaa;
}

/*------------------------------------------ RESPONSIVE*/

@media (max-width: 1140px){
	#works .img-work{
		width: 440px;
		height: 240px;
	}
	#cta{
		float: left;
		width: 100%;
	}
}
@media (max-width: 992px){
	#quienes-somos .img-thumbnail{
		margin: 0px auto 60px;
		width: 480px;
	}
	#quienes-somos .img-qs{
		text-align: center;
	}
}
@media (max-width: 768px){
	.bxslider h3{
		font-size: 48px;
	}
	.bxslider h4{
		font-size: 24px;
	}
}
@media (max-width: 480px){
	.bxslider .slider-pc{
		display: none;
	}
	.bxslider .slider-mobile{
		display: block;
	}
	.bxslider .img-slider{
		height: 400px;
	}
	.bxslider h3{
		padding-top: 120px;
	}
	.bxslider h4{
		padding: 0px 40px;
	}
	#works .img-work{
		width: 320px;
		height: 180px;
	}
	#quienes-somos .img-thumbnail{
		width: 300px;
	}
}