@import url('https://fonts.googleapis.com/css2?family=Playfair:wght@400;600;800&family=Roboto:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@200;400;600;800&display=swap');
.boxNews {
	width: 30%;
	min-height: 600px;
	margin-top: 25px;
	padding: 1%;
    box-shadow: 0px 0px 50px #EEE;
}

.contentNewsId {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	align-self: center;
	align-content: center;
	align-items: center;
	margin-bottom: 50px;
}

.contentNewsId h3 {
	margin-bottom: 0px;
	font-family: 'Exo', sans-serif;
	text-align: center;
}

.contentNewsId span {
	width: 100%;
}
}

.contentNewsId h4 {
	width: 100%;
	text-align: left;
	font-size: 20px;
	color: #333;
	margin-top: 0px;
}

.imgSmallNews {
	width: 250px;
    margin: 5px;
}

.imgNews {
	width: 100%;
	height: 245px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.imgNewsId {
	width: 500px;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
}

.titleNews {
	width: 100%;
    min-height: 80px;
	text-align: left;
	padding: 20px 0px 0px 0px;
}

.titleNews p {
	color: 1565C0 ;
	font-family: 'Exo', sans-serif;
	font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.dateNews {
	width: 100%;
	text-align: left;
	padding: 0px 0px 10px 0px;
}

.dateNews p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

.txtNews {
	width: 100%;
	text-align: left;
	padding: 0px 0px 10px 0px;
    height: 200px;
    overflow-y: auto;
}

.txtNews p {
	color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.btnNews {
	text-align: left;
    margin-top: 15px;
	transition: all 0.3s;
}

.btnNews p {
	color: #1565C0;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	transition: all 0.3s;
}

.btnNews:hover {
	cursor: pointer;
}

.btnNews:hover p {
	color: #000;
}

.contentNewsId {
    width: 100%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.contentNewsId h3 {
    margin-bottom: 0px;
    font-size: 34px;
    color: #B74137;
	font-family: 'Exo', sans-serif;
}

.contentNewsId h4 {
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #333;
    margin-top: 0px;
	font-family: 'Exo', sans-serif;
}

.txtTitleInfoUtilId {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    text-align: left;
	width: 100%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-self: center;
    align-content: center;
    align-items: center;
}

.txtTitleInfoUtilId img {
    max-width: 450px;
    float: left;
    margin: 0px 25px 25px 0px;
}

.contentNewsId h1,h2,h3,h4,h5,h6 {
	width: 100%;
	text-align: left;
}

hr {
	width: 100% !important;
}

.contentNewsId p {
	width: 100%;
	display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-self: center;
    align-content: center;
    align-items: center;
	text-align: left;
}

.btnBack {
    width: auto;
    position: absolute;
    top: 170px;
    left: 10px;
    transition: all 0.3s;
}

.btnBack p {
    padding: 5px;
    font-size: 22px;
    color: #000;
}

.marginContentSite {
    margin-top: 200px;
}

.imgFloatLeft {
    float: left;
    margin: 0 15px 15px 0;
}