#post-1{
	width: 100%;
	margin:0px auto;
	box-sizing: border-box;
	position: relative;
	padding: 80px 10% 0px 10%;
	z-index:2;
}
#post-1-conta{
	padding: 50px 0px;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
}
#post-1-conta-img{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 90%;
	height: auto;
	margin: 0px auto;
	margin-top: 30px;
	/* border-radius: 10px; */
}
#post-1-contaco{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding:50px 0px 0px 50px;
	box-sizing: border-box;
	position: relative;
}
#post-compartir{
    width: 100%;
    padding:20px 5%;
    text-align: center;
    font-family: 'Principal',helvetica,verdana,sans-serif;
    font-size: 21px;
    color: rgba(65,65,65,1);
    box-sizing: border-box;
}
#post-compartir p{
    display: inline-block;
}
.post-compartir-red{
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: .8em;
    color:rgba(255,255,255,1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin:0px 10px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.compartir-facebook{
    background-color: rgba(59,89,152,1);
}
.compartir-facebook:hover{
    color: rgba(59,89,152,1);
    background-color: rgba(235,235,235,1);	
}
.compartir-twitter{
    background-color: rgba(8,160,233,1);
}
.compartir-twitter:hover{
    color: rgba(8,160,233,1);
    background-color: rgba(235,235,235,1);
}
.compartir-google{
    background-color: rgba(219,68,55,1);
}
.compartir-google:hover{
    color: rgba(219,68,55,1);
    background-color: rgba(235,235,235,1);
}
#post-1-contaco-titulo{
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Titulo',helvetica,verdana,sans-serif;
	color: rgba(104,161,36,1);
	font-size: 26px;
	margin: 20px auto;
	letter-spacing: var(--espaciado-titulos);
}
#post-1-contaco-introduccion{
	width: 100%;
	font-size: 17px;
	line-height: 1.6em;
	font-family: 'Principal',helvetica,verdana,sans-serif;
	color: rgba(80,80,80,1);
}
#post-1-video{
	width: 90%;
	margin:0px auto;
	padding:50px 0px;
	box-sizing: border-box;
	border-top: 2px dotted rgba(180,180,180,1);
	border-bottom: 2px dotted rgba(180,180,180,1);
}
#post-1-video-cont{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding:0px 20px;
	box-sizing: border-box;
}
#post-1-video-titulo{
	width: 100%;
	font-size: 19px;
	line-height: 1.6em;
	font-family: 'Titulo',helvetica,verdana,sans-serif;
	color: rgba(65,65,65,1);
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: var(--espaciado-titulos);
}
#post-1-video-contenido{
	width: 100%;
	font-size: 17px;
	line-height: 1.6em;
	font-family: 'Principal',helvetica,verdana,sans-serif;
	color: rgba(80,80,80,1);
}
#post-1-video-contenido p> img {
    width: 46%;
    max-width: 100% !important;
    margin: 10px 2%;
    transition: all .7s ease-out;
    border-radius: 7px;
}
#post-1-video-video{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 50px;
}
#post-1-video-video iframe{
	width: 100%;
	height: 400px;
}
#post-1-contenido{
	width: 90%;
	margin:0px auto;
	padding:50px 0px;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 1.6em;
	font-family: 'Principal',helvetica,verdana,sans-serif;
	color: rgba(80,80,80,1);
}
@media(max-width: 1000px){
	#post-1{
		padding-top: 0px;
	}
}
@media (max-width: 900px){
	#post-1-contaco-titulo{
		width: 100%;
		margin:0px auto;
		padding:10px 5% 40px 5%;
		box-sizing: border-box;
		text-align: center;
		font-size: 21px;
	}
	#post-1-conta-img{
		display: block;
		margin:0px auto;
		width: 90%;
	}
	#post-1-contaco{
		width: 100%;
		margin:20px auto;
		padding:0;
	}
	#post-1-video-cont{
		width: 100%;
		display: block;
		padding:0;
	}
	#post-1-video-contenido p> img{
	    width: 100%;
	}
	#post-1-video-video{
		width: 100%;
		display: block;
		margin:20px auto;
	}
	
	#post-1-contaco{
		border-left: none;
	}
	#post-1-contaco::before{
		display: none;
	}
}