/* BOLETIN */
.botetin-container {
	width:800px;
	padding:0;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size:14px;
	line-height:21px;
	color:#555555;
}
.botetin-container h1,
.botetin-container h2,
.botetin-container h3, 
.botetin-container h4 {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	color: #17a986;
}
.botetin-container h4 a {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	color: #17a986;
}
.botetin-container h4 a:hover {
	color: #17a986;
}
.botetin-container .boletin-imagen-cabecera img {
	width:100%;
	height:auto;
}
.botetin-container .boletin-titulo h1 {
	color: #17a986;
	font-size: 40px;
	font-weight: 700;
	text-align:center;
	line-height:48px
}
.botetin-container .boletin-video {
	box-sizing: content-box;
    padding-bottom: 40px;
    padding-top: 40px;
}
.botetin-container .boletin-video iframe {
	width: 100%;
	height:450px;
}
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 
.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.botetin-container .boletin-seccion-libros {
		background:#E9E9EA;
	padding:10px;
	margin-top:15px;
}
.botetin-container .boletin-seccion-libros .boletin-seccion-libros-titulo h2 {
	color: #17a986;
	font-size: 28px;
	font-weight: 700;
	text-align:center;
	line-height:33.6px
}
.botetin-container .boletin-seccion-libros ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
}
.botetin-container .boletin-seccion-libros ul li {
    padding: 0;
    margin: 0;
    flex: 1 1 33.33%;
    margin: 0;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
}
.botetin-container .boletin-seccion-libros img {
	width:auto;
	height:255px;
}
.botetin-container .boletin-seccion-libros .boletin-producto-titulo h4 {
	font-size:17px;
	line-height:20.4px;
	font-weight:700px;
}
.botetin-container .boletin-seccion-libros .boletin-producto-texto {
	font-size:14px;
	line-height:16.8px;
	color:#000;
}
.botetin-container .boletin-seccion-libros .boletin-boton {
	text-align:center;
	margin-top:35px;
	margin-bottom:15px;
}
.botetin-container .boletin-seccion-libros .boletin-boton a {
	border-radius:28px;
	color:#fff;
	background:#17A986;
	padding:10px 25px;
	font-weight:600;
	font-size:14px;
}
.botetin-container .boletin-pie {
	background:#17A986;
	padding:15px 25px;
	margin-top:0;
	margin-bottom:10px;
}
.botetin-container .boletin-pie .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.botetin-container .boletin-pie .pie-imagen {
	text-align:left;
}
.botetin-container .boletin-pie .pie-imagen img {
	width: 40%;
}
.botetin-container .boletin-pie .pie-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
.botetin-container .boletin-pie .pie-social ul li {
	padding-left:10px;
	display:inline-block;
}
@media only screen and (max-width : 768px) {
	html.boletin-html {
		margin-top: 0px !important;
	}
	.single-boletin .row > div {
		padding-right: 0;
	}
	.boletin-titulo,
	.boletin-texto {
		padding-right:10px;
		padding-left:10px;
	}
}
@media only screen and (max-width : 640px) {
	html.boletin-html {
		margin-top: 0px !important;
	}
	.single-boletin .row > div {
		padding-right: 0;
	}
	.boletin-titulo,
	.boletin-texto {
		padding-right:10px;
		padding-left:10px;
	}
	.botetin-container .boletin-seccion-libros ul li {
		flex: 1 1 49.33%;
	}
}
@media only screen and (max-width : 480px) {
	html.boletin-html {
		margin-top: 0px !important;
	}
	.single-boletin .row > div {
		padding-right: 0;
	}
	.boletin-titulo,
	.boletin-texto {
		padding-right:10px;
		padding-left:10px;
	}
	.botetin-container .boletin-seccion-libros ul {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		align-items: flex-start;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.botetin-container .boletin-seccion-libros img {
		width: auto;
		height: 300px;
	}
}