html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
    font-size: 16px;
	letter-spacing: 0.1px; 
}
img
{
	border:none;
	display:block;
}
input , select 
{
    -webkit-appearance: none;	
}
li
{
	list-style:none;
}
a
{
	text-decoration:none;
}
p 
{
	margin:0;
}
.relative 
{
	position:relative;
}
.center-full
{
	width:95%;
	margin:0 auto;
}
.clear
{
	clear:both;
}
.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 15px;
}
.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}
.aligncenter {
    margin: 0 auto;
    text-align: center;
    display: inherit;
}
.relative
{
	position:relative;
}
* 
{
	box-sizing: border-box;
}
*:focus
{
	outline:none;
}

#row-featured-blog {
	width: 1200px;
    margin: 0 auto;
    background: #02337e;
	margin-top:50px;
}
.flex-blog {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.column-text-featured-blog {
    width: 60%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 5%;
}

.column-text-featured-blog div {
    padding: 40px;
}
.name-cat {
	font: 0.85em nunito-regular;
    border: none;
    border-radius: 50px;
    margin-bottom: 10px;
    padding: 8px 25px;
    background: #00245a;
    color: #fff;
    display: table;
}
.column-text-featured-blog h2 {
    font: 1.8em/1em nunito-black;
    color: #fff;
    display: block;
}
.date-featured {
    font: 0.85em nunito-regular;
    color: #fff;
    display: block;
    background: url("../images/date-featured.svg");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.button-link-featured {
    height: 40px;
    font: 0.9em/1em nunito-regular;
    border: none;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background: #fff;
    color: #02337e;
    width: 160px;
    text-align: center;
}
.button-link-featured i {
    width: 18px;
    height: 11px;
    margin-top: 1px;
    background: url("../images/arrow-portafolio.svg") no-repeat center;
    margin-left: 10px;
    background-size: contain;
}
.column-image-featured-blog {
    width: 40%;
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    right: 0;
}
.column-image-featured-blog img {
    width: 100%;
    height:100%;
    object-fit: cover;
}
#row-featured-blog .slick-dots  
{
    position: absolute;
    bottom: -40px;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 0;
    display: flex !important;
}
#row-featured-blog .slick-dots button 
{
	padding: 0;
    font-size: 0;
    width: 40px;
    height: 5px;
    background:#56565b;
    margin: 0 2px;
    border: none;
    cursor: pointer;
}
#row-featured-blog .slick-active button 
{
	background:#02337e !important;
}
#row-post-blog {
    width: 1200px;
    padding: 5em 0;
    margin: 0 auto;
}
.title-blog {
    font: 1.8em/1em nunito-black;
    color: #000;
    display: block;
    margin-bottom: 25px;
}
.center-blog {
    width: 500px;
    margin: 0 auto;
}
#list-post ul li {
    width: 100%;
    padding-bottom: 50px;
}
.image-post {
    position: relative;
}
.image-post img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.date-post {
    font: 0.85em nunito-regular;
    color: #000;
    display: block;
    background: url("../images/date-post.svg");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.content-post h3 {
    font: 1.4em/1.2em nunito-black;
    color: #ed3237;
    display: block;
}
.text-post {
    font: 0.9em/1.4em nunito-regular;
    color: #000;
    display: block;
    margin-top: 10px;
    margin-bottom: 25px;
}
.text-post p{
	text-align: justify;
}
.text-post h2 , .text-post h3 , .text-post h4 , .text-post h5 , .text-post em  
{
	font-family:nunito-black;
	padding: 20px 0;
}
.content-post a {
    height: 37px;
    font: 1em/1em nunito-black;
    border: none;
    border-radius: 50px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    background: #000;
    color: #fff;
    width: 160px;
}
.text-post a{
    font: 0.9em/1.4em nunito-regular;
	color: blue;
    display: inline;
    margin-top: 10px;
    margin-bottom: 25px;	
	background: white;
	padding: 0;
}
.content-post a:hover
{
	background:#ed3237;
}
.content-post a i {
    width: 14px;
    height: 12px;
    margin-top: 1px;
    background: url("../images/icoArrow.svg") no-repeat center;
    margin-left: 10px;
    background-size: contain;
}

.left-column-post
{
    width: 25%;
}
.right-column-post
{
	width:40%;
	margin-right:29%;
}
.link-cat a 
{
    font: 0.95em/1.2em nunito-regular;
    color: #000000;
    display: block;
    margin-bottom: 10px;
	position:relative;
	padding-left:20px;
}
.link-cat a:hover
{
    color: #02337e;
	text-decoration:underline;
}
.link-cat a:before
{
	content: "";
    width: 8px;
    height: 7px;
    position: absolute;
    left: 0;
    background: #02337e;
    top: 4px;
}

.right-column-post-detail {
    width: 60%;
    margin-right: 0;
}
.share-article
{
	display:flex;
}
.share-article a
{
	margin-right:7px;
}
.left-column-post .content-post h3 {
    font: 1.1em/1.2em nunito-black;
}

@media screen and (max-width: 760px)
{

	#row-featured-blog 
	{
		width: 100%; 
		margin-top: 0px;
	}
	#row-post-blog
	{
		width: 100%;
	}
	.column-image-featured-blog
	{
		display:none;
	}
	.column-text-featured-blog {
		width: 100%;
		padding-right: 0;
	}
	body {
		font-size: 13px;
	}
	.flex-blog {
		display: flex;
		justify-content: space-between;
		flex-flow: column wrap;
		flex-direction: column-reverse;
	}	
	.left-column-post {
		width: 100%;
	}
	.right-column-post {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}	
	.column-text-featured-blog div {
		padding: 5%;
	}
	body 
	{
	   padding-top: 70px;
	}	
	#container-banner-internal h1 {
		padding: 20px 0px;
	}
	#container-banner-internal
	{
		height:auto;
	}
	.right-column-post-detail {
		width: 100%;
		margin-right: 0;
	}
	
	
	

}



