
body{
	font-family: 'latoregular';
	padding: 25px 0;
	color: #2B2D42;
}
a:hover{
	text-decoration: none;
}
li, h1, h2, ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
h1{
	font-size: 45px;
	line-height: 55px;
	font-weight: 100;
	font-family: 'Merriweather', serif;
	color: #ea6b6b;
}
h2{
	font-size: 28px;
}
h3 {
	font-size: 24px;
	font-weight: 100;
}
h4{
	font-size: 20px;
}
p{
	color: #2B2D42;
}
.navbar-nav{
	margin:0;
}
.no-padding{
	padding: 0;
}
.center-block{
	float: none;
}
#logo-name{
	position: absolute;
	top: 28px;
	left: 25px;
	z-index: 1200;
	height:35px;
	transition: top 0.3s;
}
#logo-name a{
	color: #5e6cbd;
	font-size: 20px;
	font-family: "lato";
	font-weight: 900;
	letter-spacing: 2px;
	padding: 15px 15px 15px 0;
}
#logo-name a:hover{
	color:#515474;
	transition-property: background-color, color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	-webkit-transition-property: background-color, color;
	-webkit-transition-duration: .3s;
	-o-transition-property: background-color, color;
	-o-transition-duration: .3s;
}

#navbar{
	border-radius: 1px;
	position: fixed;
	right: 40px;
	z-index: 1200;
	transition: top 0.6s;
}

#navbar li a{
	font-family: 'lato',sans-serif;
	font-weight: 900;
	text-transform: uppercase;
    display: block;
    text-decoration: none;
    letter-spacing: 1px;
    color: #5e6cbd;
    text-align: right;
    background-color: #fff;
}

#navbar li a:hover {
    text-decoration: none;
    color: #515474;
    transition-property: background-color, color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	-webkit-transition-property: background-color, color;
	-webkit-transition-duration: .3s;
	-o-transition-property: background-color, color;
	-o-transition-duration: .3s;
}

#navbar li a.active{
	background-color: #ffedea;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.sidebar-nav .active{
	background-color: #ECA5A6;
	color: #fff;
}
#brand a{
	padding: 0 15px;
	margin-top: 7px;
	height: auto;
}
#nice_pic {
	margin-top: 5em;
	padding-top: 6em;
	overflow: hidden;
	background-size: cover;
	height: 100%;	
	position: relative;
	background-color: #f2e4e4;
}
#nice_pic p{
	font-size: 3em;
}	
#nice_pic h1{
	color: #ea6b6b;
	font-size: 54px;
	line-height: 64px;
	margin-bottom: 0.4em;
	font-family: 'Merriweather', serif;
}
#nice_pic h4{
	color: #3e405c;
	margin-bottom: 1em;
}

#nice_pic img{
	width: 23%;
	margin-bottom: 10px;
}
#nice_pic section {
	margin: 2em 0 8em 0;
}

.link-button{
	background-color: transparent;
	float: none;
	color: #5e6cbd;
	font-family: 'lato',sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}
.link-button:hover{
	text-decoration: underline;
	color: #515474;
	transition-property: background-color, color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	-webkit-transition-property: background-color, color;
	-webkit-transition-duration: .3s;
	-o-transition-property: background-color, color;
	-o-transition-duration: .3s;
	}

/*__________________________________ ABOUT _____ */

.myphoto img{
	width:320px;
    margin-bottom: 2em;
}
#title span{
	color: #fff;
	background-color: #E3C3C4;
}

#ct section, #contacto section{
	float: none;
}
#about{
	padding-top: 5em;
    padding-bottom: 7em;
    margin-top: 5em;
    background-color: #F8F4F1;
}
#about h1{
	font-family: 'Merriweather', serif;
	font-weight: 600;
	color: #2B2D42;
	font-size: 38px;
	line-height: 48px;
}
#about h2{
	font-family: 'Merriweather', serif;
	color: #2B2D42;
	font-size: 20px;
	line-height: 32px;
}
#about h3{
	color: #ea6b6b;
	font-weight: 800;
	font-size: 20px;
	font-family: 'Merriweather', serif;
}
#about p{
	font-size: 18px;
	line-height: 28px;
}
#about .last-p{
	margin-bottom: 1.7em;
}
#about span{
	color: ;
	/*background-color: #E3C3C4;*/
	text-decoration: underline;
}

#about .nutshell span{
	text-decoration: none;
}
#about a{
	font-size: 16px;
	color: #5e6cbd;
}

 /*___________________________ SKILLS __ */
/*
#skills{
	padding-bottom: 6em;
	padding-top: 5em;
	float: none;
	font-size: 20px;
	color: #494949;
}
#skills img{
	border: 3px solid transparent;
	padding: 5px;
	border-radius: 100px;
}
#skills img:hover{
	border: 3px solid #F4597B;
	border-radius: 100px;
	opacity: .8;

	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#skills h2{	
	color: #F4597B;
}
#skills h3{
	font-weight: 600;
	font-size: 16px;
	font-family: "latoregular";
}
#skills h4{
	font-size: 18px;
}
#skills section{
	float: none;
}*/
 
 /*___________________________ SERVICES __ */
 
 #services{
	font-size: 18px;
	margin-bottom: 4em;
	margin-top: 4em;
}
 #services p{
 	font-family: "latoregular";
 }

#services h2{
	margin: 1em 0 2em 0;
	color: #2B2D42;
	font-size: 26px;
	line-height: 38px;
	font-weight: 600;
	font-family: 'Merriweather', serif;
}
#services h3{
	font-size: 20px;
	line-height: 32px;
	font-family: 'Merriweather', serif;
	margin-top: 10px;
	font-weight: 600;
	color: #ea6b6b;
}
#services article img{
	width: 60px;
	display: inline-block;
}
#services article{
	margin-bottom: 2em;
}

 /*___________________________ CASE STUDY PAGES __ */

#header-works{
	height: 18em;
	background-color: #fff;
}
#work{ 
	background-color: #fff;
	margin-top: 25px;
	padding-top: 5em;
}
#work h1{
	font-family: 'Merriweather', serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 52px;
}
#work .intro-work{
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 30px;
}
/*___________________________ PROJECTS __ */
#projects{
	padding-bottom: 5em;
}
#projects h2{
	font-family: 'Merriweather', serif;
	font-weight: 600;
	margin: 2em 0 1.5em 0;
}
#projects article{
	margin-top: 4em;
}

#projects img{
  opacity: 1;
  transition: 0.2s;
}
#projects img:hover{
	
}
#projects figcaption{
	z-index: 1000;
	padding:20px;
}

#projects figcaption h3 {
	color: #ea6b6b;
    font-size: 32px;
    line-height: 42px;
    font-family: 'Merriweather', serif;
 }
#projects figcaption h4{
	font-size: 16px;
	color: #3e405c;
}

#projects figcaption p {
    font-size: 18px;
    font-family: 'latoregular';
}
#projects figcaption small{
	font-size: 14px;
}

#projects figcaption small:hover{
	text-decoration: underline;

}
#projects figure .tag_project {
	font-size: 16px;
	font-weight: 500;
	color: #494949;
	position: relative;
	top: 7em;
	opacity: 0;
	text-align: center;
	transform: translate3d(0,10px,0);
}

/*___________________________ CUSTOMERS __ */
#customers{
	background-color: white;
	padding: 5em 0;
	margin-bottom: 25px;
}
#customers h2{
	color: #ea6b6b;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 1em;
	font-family: 'Merriweather', serif;
}
#customers .content{
	float:none;
}
#customers li {
	margin-top: 0.8em;
}

/*___________________________ FOOTER __ */

.blog-footer, .blog-footer a{
	float: none;
	padding-top: 10px;
}
#social-menu small{
	font-size: 14px;
	color: #2B2D42;
	font-family: "montserratregular";
}
#social-menu{
	background: url(../img/organic-shapes.svg) no-repeat center;
	padding: 10em 0 10em 0;
	background-size: cover;
}

#social-menu .mail, #social-menu p{
	font-size: 16px;
	color: #2B2D42;
	font-family: "montserratbold";
	margin-bottom: 0;
}
.menu li{
	display: inline-block;
	margin: 0 1em 0 0;
	text-align: left;
	vertical-align: middle;
}
.menu a{
	font-size: 14px;
	color: #2B2D42;
	font-family: "montserratbold";
}
.menu a:hover{
	text-decoration: underline;
}
.menu a, small{
	font-size: 16px;
	font-weight: 600;
	margin-top: 1em;
}
/*___________________________ BREAKPOINTS __ */
@media(min-width:1024px) and (max-width:1024px){
	#header-about {
	    	height: 40em;
		}
	#title{
		padding-bottom: 2em;
	}
}
@media(min-width:768px) and (max-width:1000px){
	.bonico{
		margin: 0 0.2em;
	}
	.nice_text{
		font-size: 32px;
		line-height: 42px;
		width: 80%;
		margin-top: 0;
	}
	.bonico ul{
		margin: 0em 0;
	}
	.myphoto img{
		/*visibility: hidden;*/
		width:90%;
		margin-top: 3em;
	}
	#about{
		padding-bottom: 3em;
	}
	#title{
		padding-bottom: 2em;
	}
	#projects article{
		margin-top: 0;
	}
	#projects figcaption{
		/*padding: 0;*/
	}
}
@media(max-width:767px){
	#navbar{
		right: 15px;
	}
	.navbar-collapse.collapse{
		background-color: white;
	}
	.site-button{
		display: inline-block;
		float: right;
	}
	#nice_pic{
		height: 100%;
		padding-top: 0;
	}
	#nice_pic section {
		margin: 3em 0;
	}
	#nice_pic h1{
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 0.8em;
	}
	#nice_pic h4{
		font-size: 18px;
		line-height: 25px;
	}
	#about p, #contact p{
		font-size: 18px;
	}
	#title{
		padding-bottom: 2em;
	}
	#work figcaption p{
		font-size: 16px;
	}
	#detalle .cartel2 {
    	margin-top: 1em;
   	}
	header a{
		margin-left: .4em;
	}
	.bonico{
		padding-top: 10em;
	}
	.nice_text{
		line-height: 34px;
		width: 80%;
		margin-top: 0;
	}
	.bonico ul{
		margin: 1em 0;
	}
	#header-about{
		height: 49em;
	}
	#header-about h1, #header-works h1{
		font-size: 24px;
		line-height: 34px;
		margin-top: 5em;
		text-align: left;
	}
	#header-about .texto {
    	top: 0em; 
	}
	.myphoto img{
		width:90%;
	}
	.nutshell{
		padding-bottom: 3em;
	}
	#about {
    	padding: 0;
    }
    #about p {
    	font-size: 18px;
    	line-height: 26px;
    }
	.divider{
		width: 20%;
	}
	#about h3{
		margin-top: 0;
	}
	#services h3{
		font-size: 18px;
	}

	/* NUEVO CSS ------------ */
	
	#nice_pic img{
		width:40%;
	}
	#nice_pic h2{
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 1em;
	}
	#about h1 {
		font-size: 32px;
		line-height: 42px;
		padding-top: 2.3em;
	}

	/* SERVICIOS ------------- */
	#customers h2{
		font-size: 22px;
		line-height:30px;
		margin-bottom: 0;
	}
	#services .text-servicios{
		padding: 25px;
		background-color: #f7eeee;
	}
	#services{
		margin-top: 2em;
		margin-bottom: 2em;
		padding-bottom: 1em;
		background-color: #F8F4F1;
	}
	#services h2{
		margin-top: 1em;
		margin-bottom: 1em;
		font-size: 22px;
	}
	#customers {
		padding: 2em;
	}
	#customers img{
		width: 100%;
		margin: 0 auto;
	}
	#header-works{
		background-position: 0 0;
	}
	#header-about{
		background-position: 0 0;
	}
	#projects {
    	padding-top: 2em;
    	padding-bottom: 0;
	}
	#projects article{
		margin-top: 0;
		margin-bottom: 2em;
	}
	#projects figcaption{
		padding: 0 16px;	    
		width: 100%;
	    text-align: left;
	}
	#projects figcaption h3 {
		font-size: 24px;
		line-height: 32px;
	}
	#projects li{
		padding:0;
	}
}
	