/*-------------------------------------------------------------------
							RESET
-------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {	line-height: 1;}
ol, ul { list-style: none; padding: 0;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
a{	text-decoration: none; color: inherit; cursor: pointer; }
*:focus  {  outline: none;  }
*{
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;      
}
html,body{
	width: 100%;
	height: 100%;
	line-height: 20px;
	font-size: 13px;
	color: #969696;
	font-family: 'Roboto', sans-serif;
}

body{
	overflow-y: scroll; 
}

strong{
	font-weight: 700;
}

/*-------------------------------------------------------------------
							HOME
-------------------------------------------------------------------*/

section.home{
	position: relative;
	width: 100%;
	height: 100%;
}

section.home .center{
	text-align: center;
	width: 100%;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -210px;
  -webkit-transition: all 0.6s ease-out; 
          transition: all 0.6s ease-out; 

}
section.home .center-v > a.active{
	top: 0;
	opacity: 1;
}
section.home .center-v > a:hover{
  -webkit-transition: all 0.2s ease-out 0s; 
          transition: all 0.2s ease-out 0s; 
	color: #000;
}
section.home .center-v > a{
	display: inline-block;
	text-transform: uppercase;
	padding: 10px;
	margin: 30px 0;
	opacity: 0;
	position: relative;
	top: -30px;
  -webkit-transition: all 0.6s ease-out 0.5s; 
          transition: all 0.6s ease-out 0.5s; 
}
section.home .center-v a:nth-child(4) span{
	font-weight: 700;
}

section.home figure.logo a,
section.home figure.logo img{
	display: block;
}

section.home figure.logo{
	display: inline-block;
	margin: 35px 0;
}


.owl-carousel1 img{
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	filter: grayscale(1);
  -webkit-transition: all 0.4s ease-out; 
          transition: all 0.4s ease-out; 
}
.owl-carousel1 img:hover{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
}

.pbar{
	border-top: 0px solid #000;
	height: 0;
	width: 1%;
	overflow: hidden;
  -webkit-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 
}

.owl-carousel1{
	overflow: hidden;
	visibility: hidden;
  -webkit-transition: height 0.5s ease-out; 
          transition: height 0.5s ease-out; 
}

@media (max-width : 750px) {

	section.home figure.logo{
		margin: 10px 0;
	}

	section.home .center-v > a{
		margin: 0;
	}

	section.home .center{
		margin-top: -95px;
	}

}		

@media (max-width : 570px) {

	section.home .center{
		margin-top: -75px;
	}

}		

@media (max-width : 350px) {

	section.home .center{
		margin-top: -65px;
	}

}		

/*-------------------------------------------------------------------
						HEADER
-------------------------------------------------------------------*/

body > .center{
	max-width: 90%;
	margin: 0 auto;
	padding: 15px;
	position: relative;
	padding-bottom: 100px;
}

header.header{
	margin: 70px 0 30px 0;
}
header.header:after{
	content: ' ';
	clear: both;
	display: table;
}

nav.main-menu{
	float: right;
}
nav.main-menu ul{
	position: relative;
	right: -10px;
	top: 15px;
}
nav.main-menu ul li{
	display: inline-block;
}
nav.main-menu ul li.active{
	color: black;
	font-weight: 700;
}
nav.main-menu ul li a:hover{
	color: black;
}



nav.main-menu ul li a{
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	padding: 7px 4px;
	margin: 0 6px;
  -webkit-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 
}

header.header figure.logo{
	float: left;
}

header.header figure.logo img{
	display: block;
width:200px;
}


nav.lang-menu ul li.active{
	font-weight: 700;
}
nav.lang-menu ul li{
	display: inline-block;
}
nav.lang-menu{
	position: absolute;
	top: 40px;
	right: 15px;
}

/*-------------------------------------------------------------------
						EL ESTUDIO
-------------------------------------------------------------------*/

section.el-estudio{}
section.cols .col:first-child{
	float: left;
	width: 50%;
	height: 600px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}
section.cols .col:last-child{
	padding-top: 60px;
	float: left;
	width: 50%;
	padding-left: 35px;
}


h2{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
	margin-bottom: 30px;
}

.text p{
	text-align: justify;
	line-height: 18px;
	font-weight: 300;
	margin-bottom: 10px;
}


/*-------------------------------------------------------------------
						CONTACTO
-------------------------------------------------------------------*/

.contacto .text p:last-child a{
	position: relative;
	margin-right: -5px;
}
.contacto a:hover{
	color: #000;
}
.contacto .icon{
	font-size: 17px;
}

/*-------------------------------------------------------------------
						PUBLICACIONES
-------------------------------------------------------------------*/

section.publicaciones:after{
	content: ' ';
	clear: both;
	display: table;
}
section.publicaciones{
	border-top: 1px solid #c3c3c5;
}
section.publicaciones article{
	padding: 25px 0 40px 0;
	border-bottom: 1px solid #c3c3c5;
}
section.publicaciones article:after{
	content: ' ';
	clear: both;
	display: table;
}
section.publicaciones article .details{
	float: left;
	width: 55%;
	padding: 20px 0 0 20px;
}
section.publicaciones .image iframe{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 100%;
}
section.publicaciones .image i{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -56px;
	margin-top: -40px;
	z-index: 10;
	font-size: 80px;
	color: #fff;
}

section.publicaciones .image:hover img{
  opacity: 0.8; 

}
section.publicaciones .image img{
  opacity: 1; 
	width: 100%;
	height: auto;
	display: block;
}
section.publicaciones .image{
	border: 1px solid #c3c3c5;
	float: left;
	width: 45%;
	overflow: hidden;
	background: #000;
	position: relative;
}

section.publicaciones article a:hover{
	color: #000;
}
section.publicaciones article a.btn-more:hover{
	border: 1px solid #000;
}
section.publicaciones article a.btn-more{
	display: block;
	float: left;
	margin-top: 25px;
	border: 1px solid #c3c3c5;
	padding: 4px 16px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
}

section.publicaciones h3{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	margin: 5px 0 20px 0;
}
section.publicaciones .date{
	font-style: italic;
	font-weight: 700;
}

#share-buttons.active{
	bottom: 0;
	opacity: 1;
}
#share-buttons{
	
  -webkit-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 

	opacity: 0;
	position: relative;
	bottom: -20px;
	text-align: right;
	margin-top: 40px;
}
#share-buttons a{
	display: inline-block;
	margin: 1px;
}
#share-buttons a img{
	width: 32px;
}


.pagination{
	margin: 30px 0;
	text-align: center;
	display: block;
}

.pagination ul{
	display: inline-block;
}

.pagination ul li:hover{
	border: 1px solid #000;
	color: #000;
}
.pagination ul li a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pagination ul li{
	text-align: center;
	float: left;
	width: 28px;
	height: 28px;
	line-height: 25px;
	position: relative;
	cursor: pointer;
	margin: 0 2px;
	font-weight: 300;
	font-size: 14px;
	display: block;
	border: 1px solid #c3c3c5;
	padding: 0px;
}



/*-------------------------------------------------------------------
						POST
-------------------------------------------------------------------*/

.post-page .post .details{
	padding-left: 0;
}

.post-page .post{
	width: 55%;
	float: right;
	padding-bottom: 0;
}

.post-page .post .image,
.post-page .post .details{
	width: 100%;
	clear: both;
}

.btn-back i{
	position: relative;
	margin: 0 -5px 0 -10px;
}
.btn-back:hover{
	color: #000;
	border-color: #000;
}
.btn-back{
	position: relative;
	top: -1px;
	float: left;
	border: 1px solid #c3c3c5;
	padding: 5px 15px;
	font-style: italic;
	text-transform: uppercase;
}	
.btn-share:hover{
	border-color: #000;
}
.btn-share{
	border: 1px solid #c3c3c5;
	padding: 3px 15px;
	font-style: italic;
	text-transform: uppercase;
	position: relative;
	bottom: -31px;
	float: right;
	font-size: 12px;
	line-height: 20px;
}
 .btn-share i{
 	position: relative;
 	bottom: -2px;
 	margin: 0 -3px 0 -8px;
 	font-size: 20px;
 }


/*-------------------------------------------------------------------
						OBRAS / PROYECTOS
-------------------------------------------------------------------*/

section.obras{
	overflow: hidden;
}
section.obras ul.estilo li.active a,
section.obras ul.estilo li:hover a{
	color: black;
}
section.obras ul.estilo li a{
	font-size: 18px;
}
section.obras ul.estilo li{
	display: inline-block;
	float: left;
}
section.obras hr{
	clear: both;
	border: 0;
	border-top: 1px solid #c3c3c5;
}
section.obras ul.categorias{
	float: right;
}
section.obras ul.categorias li{
	display: inline-block;
}
section.obras ul.categorias li.active a{
	color: black !important;
	border-bottom: none;
}
section.obras ul.categorias li:hover a{
	color: #000;
	border-bottom: none;
}
section.obras ul.categorias li a{
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	padding: 3px 7px;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}


section.obras .items{
	position: relative;
	border-bottom: 1px solid #c3c3c5;
}
section.obras .items:after{
	content: ' ';
	clear: both;
	display: table;
}
/*section.obras .items .item:nth-child(3n){
	margin-right: 0;
}*/

body.mobile section.obras .items .item h3,
section.obras .items .item:hover h3{
	bottom: 0;
	opacity: 1;
}
section.obras .items .item h3{
	position: absolute;
	bottom: -30px;
	width: 100%;
	opacity: 0;
	padding: 5px 10px;
	background: #000;
	color: #ddd;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.25px;
	-webkit-transition: all 0.5s ease; 
        transition: all 0.5s ease; 

}
/*section.obras .items .item{
	width: 30%;
	margin: 2.5% 5% 2.5% 0;
	float: left;
	position: relative;
	overflow: hidden;
}
*/
section.obras .items .item figure img{
	width: 100%;
	height: auto;
	display: block;

  -webkit-transition: all 0.4s ease-out; 
          transition: all 0.4s ease-out; 
}
section.obras .items .item:hover figure img{
}


#container{
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
	margin: 0 -10px;
}

#container.estilo1 article{
	width: 60% !important;
	left: 40% !important;
}

.item > a{
	display: block;
	position: relative;
	overflow: hidden;
	height: 60px;
	margin-top: -60px;
}

.item .data{
	display: none;
}

.item figure.image{
	overflow: hidden;
}
.item {
	cursor: pointer;
	width: 25%;
	/*margin: 1.5%;*/
	height: auto;
	float: left;
	position: relative;
	color: #222;
	z-index: 10;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	opacity: 1;
	padding: 10px;
	overflow: hidden;
}

.item h4{
	font-size: 15px;
	line-height: 15px;
	font-weight: 900;
	color: #939393;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
	margin: 2px 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}

.item p{
	font-size: 15px;
	line-height: 15px;
	font-weight: 300;
	color: #939393;
	font-family: 'Roboto', sans-serif;
	margin: 0;
   overflow:      hidden;
   white-space:   nowrap;
   text-overflow: ellipsis;
}


.item .info{
	margin: 10px 0;
	padding: 0 6px;
	border-left: 2px solid #c9c9c9;
}

.item .imagen{
	overflow: hidden;
	position: relative;
	border: 1px solid transparent;
}


.item:hover h4{
	color: #565656;
}
.item:hover p{
	color: #777;
}

.item .imagen, .item .imagen img{
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}

.option-set li a.selected {
	color: #aaa;
}


.item.none{
	opacity: 0;
	margin-left: -20px;
	z-index: -1;
	/*
	-webkit-transform: rotateX(180deg);
		 -moz-transform: rotateX(180deg);
			-ms-transform: rotateX(180deg);
			 -o-transform: rotateX(180deg);
					transform: rotateX(180deg);
*/
}

@media (max-width: 750px) {

	.item{
		width: 50%;
	}
}


@media (max-width: 450px) {

	.item{
		width: 100%;
	}
}


/*-------------------------------------------------------------------
						OBRA / PROYECTO
-------------------------------------------------------------------*/

section.post-obra{
	border: none;
}
section.post-obra .post:after{
	content: ' ';
	clear: both;
	display: table;
}
section.post-obra .post{
	width: 100%;
	border: none;
}
section.post-obra .post .col:last-child{
	width: 70%;
	float: left;
	border-bottom: 1px solid #c3c3c5;
}
section.post-obra .post .col:first-child{	
	width: 30%;
	float: left;
	padding: 100px 20px 0 0;
}

section.post-obra .detail-text:after{
	content: ' ';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 1px;
	background: #c3c3c5;
}

section.post-obra .detail-text:before{
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 1px;
	background: #c3c3c5;
}
section.post-obra .detail-text{
	position: relative;
	margin-top: 70px;
	padding: 40px 0;
}
section.post-obra .detail-text p{
	padding-bottom: 0;
	font-weight: 300;
}

ul.gallery li:last-child a{
	font-size: 14px;
	position: relative;
	bottom: -1px;
}
ul.gallery li:hover a{
	color: black;
}
ul.gallery li a{
	display: inline-block;
	font-size: 10px;
	margin-right: -3px;
}
ul.gallery li{
	display: inline-block;
}
ul.gallery{
    float: right;
    padding: 0;
    position: relative;
    margin-top: -26px;
    z-index: 5;
}

.owl-carousel2.owl-theme .owl-dots{
	text-align: right;
	padding-right: 17px;
}
.owl-carousel2.owl-theme .owl-dots .owl-dot span{
	border-radius: 0;
	margin: 5px 3px;
	background: #b8b8b8;
}
.owl-carousel2.owl-theme .owl-dots .owl-dot.active span, .owl-carousel2.owl-theme .owl-dots .owl-dot:hover span{
	background: black;
}

/*-------------------------------------------------------------------
						ICONOS
-------------------------------------------------------------------*/

@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?44738924');
  src: url('font/fontello.eot?44738924#iefix') format('embedded-opentype'),
       url('font/fontello.woff2?44738924') format('woff2'),
       url('font/fontello.woff?44738924') format('woff'),
       url('font/fontello.ttf?44738924') format('truetype'),
       url('font/fontello.svg?44738924#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?44738924#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-facebook-squared:before { content: '\e800'; } /* '' */
.icon-linkedin-squared:before { content: '\e801'; } /* '' */
.icon-instagram:before { content: '\e802'; } /* '' */
.icon-twitter-squared:before { content: '\e803'; } /* '' */
.icon-youtube-squared:before { content: '\e804'; } /* '' */
.icon-youtube-play:before { content: '\e805'; } /* '' */
.icon-share-squared:before { content: '\e806'; } /* '' */
.icon-left-open:before { content: '\e807'; } /* '' */
.icon-right-open:before { content: '\e808'; } /* '' */
.icon-up-open:before { content: '\e809'; } /* '' */
.icon-down-open:before { content: '\e80a'; } /* '' */
.icon-play-circled:before { content: '\e80b'; } /* '' */
.icon-resize-full:before { content: '\e80c'; } /* '' */
.icon-stop:before { content: '\e80d'; } /* '' */
.icon-th-1:before { content: '\e80f'; } /* '' */
.icon-th-list:before { content: '\e810'; } /* '' */

.ico-bars:after{
	content: ' '; 
	position: absolute;
	left: 0;
	top: 4px;
	width: 100%;
	height: 3px;
	background: #fff;
}
.ico-bars:before{
	content: ' '; 
	position: absolute;
	left: 0px;
	bottom: 4px;
	width: 100%;
	height: 3px;
	background: #fff;
}
section.obras ul.estilo li.active .ico-bars,
section.obras ul.estilo li:hover .ico-bars{
	background: black;
}
.ico-bars{
	background: #969696;
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	top: 1px;
}

.c-hamburger {
    /*display: block;*/
    right: 5px;
    top: 0;
    margin-top: 0;
    position: absolute;
	display: none;
  overflow: hidden;
  padding: 0;
  width: 50px;
  height: 60px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: none;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 26px;
  left: 10px;
  right: 10px;
  height: 4px;
  background: #666;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #666;
  content: "";
}

.c-hamburger span::before {
  top: -9px;
}

.c-hamburger span::after {
  bottom: -9px;
}


.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}



@media (max-width: 1000px) {

	header.header{
		text-align: center;
		margin-top: 30px;
	}
	header.header figure.logo a{
		display: inline-block;
	}
	header.header figure.logo{
		float: none;
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	nav.main-menu{
		float: none;
		display: inline-block;
	}
	nav.main-menu ul{
		top: 0;
		right: 0;
	}

	ul.estilo{
		display: none;
	}

	

}

@media (max-width: 800px) {


	header.header{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	section.cols .col:first-child{
		width: 100%;
		height: 180px;
	}

	section.cols .col:last-child{
		width: 100%;
		padding: 35px 15px;
	}


	nav.main-menu{
		width: 100%;
		display: none;
	}
	nav.main-menu ul{
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
	nav.main-menu ul li{
		display: block;
	}
	nav.main-menu ul li a{
		padding: 10px 5px;
		margin: 0;
		display: block;
		border-bottom: 1px solid #ddd;
	}

	nav.lang-menu{
		right: auto;
		top: 10px;
		left: 15px;
	}


	.c-hamburger{
		display: block;
	}

	section.obras ul.categorias{
		margin-bottom: 10px;
	}
	section.obras ul.categorias,
	section.obras ul.categorias li,
	section.obras ul.categorias li a{
		width: 100%;
		text-align: center;
	}
	section.obras ul.categorias li.active a{
		border-bottom: 1px solid black;
	}

	section.post-obra .post .col:first-child{
		width: 100%;
		float: none;
		padding: 0;
		text-align: center;
	}
	section.post-obra .post .col:last-child{
		width: 100%;
		float: none;
	}
	section.post-obra .detail-text{
		padding: 0;
		margin: 0;
		padding-bottom: 30px;
	}
	section.post-obra .detail-text:after,
	section.post-obra .detail-text:before{
		display: none;
	}

	section.publicaciones .image{
		width: 100%;
		float: none;
	}
	section.publicaciones article .details{
		width: 100%;
		float: none;
		padding-left: 0;
	}

	.post-page .post{
		width: 100%;
	}

}

ul.estilo {
    display: none;
}

