@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.cdnfonts.com/css/bellerose');
/*@font-face {
	font-family: 'Bellerose';
	src: url('Bellerose.woff2') format('woff2'),
		 url('Bellerose.woff') format('woff'), 
		 url('Bellerose.ttf')  format('truetype'); 
  }*/

html{
	height:100%;
}
body{
	padding: 0;
	margin: 0;
	background-color:#ffffff;
	height:100%;
}
.blogStyle{
	background-image: url(../images/14.jpg);
}
html,h1,h2,h3,h4,h5,h6,a{
	font-family: "Raleway";
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/pageLoader2.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}
.navbar{
	background:#FFFFFF;
	border-bottom: 1px #C9C9C9 solid;
	opacity: 87%;
}
.nav-link , .navbar-brand{
	color: #6C6C6C;
	cursor: pointer;
}
.nav-link{
	margin-right: 1em !important;
}
.nav-link:hover{
	background: #f4f4f4;
	color: #FFFFFF;
}
.navbar-collapse{
 justify-content: flex-end;
}
.navbar-toggler{
  background:#fff !important;
}
.logo{
	width: 173px;
}

/*header style*/
.header{
	position: relative;
	background-image: url('../images/headerback.jpg');

	background-size: cover;
	background-position: center;
}
.overlay{
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	left: 0;
	top: 0;
	/*background: rgba(244, 244, 244, 0.82);*/
}
.description{
    /*position: absolute;*/
    top: 30%;
    margin: auto;
    padding: 2em;
	background: rgba(244, 244, 244, 0.87);
	/*width: 37%;*/
}

.description p{
	/*color:#7C7C7C;*/
	font-size: 18px;
	line-height: 1.5;
	text-align: justify;
}
.description button{
	border:1px  solid #FFFFFF;
	background:#FFFFFF;
	color:#fff;
}
.about{
	margin: 4em 0;
	padding: 1em;
	position: relative;
}
.about h4{
	color:#929292;
	margin:4em 0 1em;
}
h1{
	color:#929292;
	margin: 2em;
}
.description h1{
	font-family: Bellerose;
	color:#404040;
	margin: 0.2em;
	/*text-shadow: 2px 1px 1px #868686;*/
	text-shadow: 2px 1px 1px #b5b5b5;
	/*font-weight: bold;*/
	font-size: 52px;
	margin-bottom: 26px;
}

.description img{
    width: 69%;
	border-radius: 50%;
	margin-top:25px;
}
.about span{
	display: block;
	color: #888;
	position: absolute;
	left: 115px;
}
.about .desc{
	padding: 2em;
	border-left:4px solid #10828C;
}
.about .desc h3{
	color: #10828C;
}
.about .progress-bar{
	background-color: #10828C;
}
.about .desc p{
	line-height:2;
	color:#888;
}

/*Portfolio*/
.portfolio{
	margin: 4em 0;
    position: relative;	
}
.portfolio img{
	width: 100%;
	/*margin: 1em 1em 0 1em;*/
	cursor: pointer;
}

.portfolio .titulo{
	/*margin: 0 1em;*/
	width: 100%;
	padding: 9px;
	background-color: rgba(0,0,0,.03);
	color: #10828C;
	text-align: center;
}
.portfolio .projects{
	border: 1px solid rgba(0,0,0,.125);
	margin:  17px 0px 11px 0px;
	border-radius: 3px;
}

/*blog style*/
.blog{
	margin: 4em 0;
	position: relative;	
}

.blog .card{
	margin: 1em 0;
}
/*
.blog .card img{
	width: 100%;
	/*height: 12em;
}*/
.card-title{
	color:#10828C;
	 
}

.blog .card-body{
	padding: 1em;
	height:140px;
}
.card-footer a{
	color:#10828C;
}

.contact-form{
	margin: 6em 0;
	position: relative;		
}

.contact-form .right{
	max-width: 600px;
}
.contact-form .right .btn-secondary{
	background:  #929292;
	color: #fff;
	border:0;
}
.contact-form .right .form-control::placeholder{
	color: #888;
	font-size: 16px;
}
.contact-title{
	width:100%;
	text-align: center;
}

@media screen and (max-width: 767px){
	#blog .card-text{
		font-size:1.2rem;
	}
	#post{
		font-size:1.2rem;
	}
	.about .desc p{
		font-size:1.2rem;
	}
	.description {
		top: 8%;
		text-align: center;
	}
	.description h1{
		font-size: 30px;
	}
	.description p{
		font-size: 1.2rem;
	}
	.about .progress-bar {
		font-size: 1.2rem;
	}
	.about h4{
		margin:0 0 1em;
	}
	/*--Quitamos espacio derecho--*/
	div.row{
		margin-right: 0px;
	}
	div.container-fluid{
		padding-right: 0px;
	}
}

#space{
	width: 100%;
	float: left;
	height: 115px;
}

footer{
	/*padding-top:50px;*/
	background-color:#272727;
	color:#b5b5b5;
}
footer a{
	color:#10828C;
}
footer a:hover{
	color:#43B1BB;
}
/*///////////blog//////////*/
#popular span{
	font-size: 12px;
	color: #585858;
}
#popular li{
	margin-bottom: 15px;
}
a{
	color: #10828C;
}
p{
	text-align: justify;
}
.btn-info{
	color: #FFFFFF !important;
}
#post h1{
	color: #10828C;
	margin: 2em 0 0.4em 0;
}
#post .lead a{
	color: #10828C;
}
#post .lead{
	font-size: 0.99rem !important;
}
#post .col-lg-8{
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	margin-bottom:30px;
}
.page-link {
	color:#10828C !important;
}
.page-item.active .page-link {
	background-color: #10828C !important;
	border-color:#10828C !important;
	color:#FFFFFF !important;
}

.inputclean{
	box-shadow: none;
	border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
	border-bottom: 1px rgb(61, 61, 63) solid;
	border-radius: 0px;
	background-color:transparent;
}
.inputclean:focus{
    outline: none !important;
	box-shadow: none !important;
}
.ptime{
	font-size: 12px;
	color: gray;
	padding-left: 3px;
}
.cname{
	margin-bottom:0px;
}