@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,700|Raleway:400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Pathway+Gothic+One');

body, html{
   /* background: #f1f1f1; */
   background: white;
   margin:0;
   padding:0;
   height:100%;
   width:100%;
   font-family: 'Merriweather', serif;
   font-weight: 300;
}

.h1, .h2, .h3, h1, h2, h3{
   /* font-family: 'Raleway', sans-serif; */
   font-family: 'Pathway Gothic One', sans-serif;
   font-weight: 600;
}

a:hover{
   color:#c74c55;
}

a{
   color:#333;
}

.barra-header{
   width: 100%;
   /* height: 50px; */
   /* background: white; */
   position: relative;
   z-index: 10;
   padding: 32px 15px 55px;
   overflow: hidden;
}

.barra-header nav li{
   display: inline-block;
   padding: 15px;
   /* font-family: 'Raleway', sans-serif; */
   font-family: 'Pathway Gothic One', sans-serif;
   text-transform: uppercase;
   font-weight: 500;
   font-size: 20px;
}

.barra-header nav li a{
   color: #333;
   text-decoration: none;
}

.barra-header nav li a:hover{
   color: #999;
}

.barra-header nav li.icono{
   font-size: 28px;
   padding: 7px 15px
}

.barra-header nav .menu-menu-principal-container{
   float: left;
}

.barra-header .logo{
   width: 40px;
   float: left;
   margin-top: 9px;
   margin-left: 15px;
}

.home-mm{
	width:100%;
	height:100%;
	float:left;
   position: absolute;
   top: 0;
	overflow:hidden;
	background-color:#CCC;
	background:url(../img/bg-1.jpg);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

	/*webkit-background-size: cover;
    moz-background-size: cover;
    o-background-size: cover;*/
	right:0;
}

.home-mm .lineas-top{
	width:100%;
	height:100%;
	background:url(../img/logo.png) center no-repeat/*, url(../img/lineas1.png) center top no-repeat fixed*/;
	float:left;
    border: 18px solid white;
}

.home-mm .texto-home{
   width: 100%;
   height: 60px;
   position: absolute;
   bottom: 80px;
   color: #000;
   font-size: 20px;
   letter-spacing: 3px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   text-transform: uppercase;
   /* font-family: 'Raleway', sans-serif; */
   font-family: 'Pathway Gothic One', sans-serif;
}

.home-mm .texto-home a{
   text-decoration: none;
}

.imagen-principal img{
   margin: 0 auto;
}

.imagen-principal-post{
   height: 120px;
   overflow: hidden;
}

.contenido-post a{
   color: #c74c55;
   padding-bottom: 2px;
   border-bottom: 2px solid white;
   text-decoration: none;
}
.contenido-post a:hover{
   color: #c74c55;
   padding-bottom: 2px;
   border-bottom: 2px solid;
   text-decoration: none;
}


.contenido-post p{
   font-size: 1.3em;
   line-height: 28px;
   margin: 20px 0;
}

.back i{
   font-size: 32px;
   margin-top: 24px;
   margin-bottom: 10px;
   font-size: 46px;
   display: block;
}

.header-post h1{
   font-size: 6em;
   /* text-transform: uppercase; */
   margin-bottom: 0.5em;
   margin-top: 0;
}

.items-proyectos{
   margin-bottom: 40px;
}

.items-proyectos a{
   text-decoration: none;
   text-transform: uppercase;
}

.items-proyectos img{
   opacity: 1;
   transition: 0.2s all;
}
.items-proyectos img:hover{
   opacity: .6;
   transition: 0.2s all;
}

footer{
   margin: 20px 0;
}

::-moz-selection { /* Code for Firefox */
    color: white;
    background: #c74c55;
}

::selection {
    color: white;
    background: #c74c55;
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0;
    line-height: 36px;
    font-size: 22px;

}
blockquote p{
   margin: 0;
}

@media (max-width: 991px){
	.home-mm{
		background-size: cover;
	}
	.home-mm .lineas-top{
		background-size: 80%;
	}
}
