@font-face {
	font-family: 'coolvetica';
	src: url('../../font//coolvetica.otf') format('opentype');
}


.containerNotificationRegister{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: center;
	align-items: center;
	/* border:1px solid red; */
}

.containerNotificationRegisterAlert{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: center;
	align-items: center;
}

/* 1)CONTAINER MARKETING */
.containerMarketing{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 544px;
	justify-content: center;
	align-items: center;
	/* border: 1px solid red; */
	/* margin-top: 10px; */
	/* margin-bottom: 10px; */
}

.containerBanner{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: inherit;
	justify-content: center;
	align-items: center;
	/* border:1px solid red; */
	background-color: white;
	/* margin-right: 2%; */
	color:white;
}


#wrapBanner{
	/* display: flex;
	flex-direction: row; */
	width: 100%;
	height: inherit;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	/* margin-bottom: 2%; */
	/* border: 1px solid blue; */
	/* box-shadow: 5px 5px 20px 1px #90CAF9; */
}

#bannerCarousel{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: inherit;
	margin-left: 0px;
	/* border: 1px solid red; */
}

.bannerCarouselImg{
	height: inherit;
	width: 100%;
	/* border: 1px solid green; */
	object-fit: cover;
}

.owl-navBannerCarousel{
	position: absolute;
	background-color: white;
	opacity: 0.4;
}

/* .owl-stage-outer .owl-stage .owl-item :last-child{display: none;} */

/* .owl-dots .owl-dot:last-child {
	display: none;
} */

/* END CONTAINER MARKETING */


/* 2)CONTAINER PARTNER */
.containerPartner{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 150px;
	width: 95%;
	background-color: #EEEEEE;
	margin-top: 1%;
	margin-bottom: 1%;
	/* overflow-x:auto; */
	/* border: 1px solid red; */
}

#wrapPartner{
	/* display: flex;
	flex-direction: row; */
	width: 100%;
	height: 100px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	/* margin-bottom: 2%; */
	/* border: 1px solid blue; */
	/* box-shadow: 5px 5px 20px 1px #90CAF9; */
}

#partnerCarousel{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: space-around;
	width: 100%;
	height: 100px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 80px;
	/* border: 1px solid red; */
}

.partnerCarouselImg{
	height: 100px;
	width: 60%;
	/* border: 1px solid green; */
}

.owl-navPartnerCarousel{
	position: absolute;
	background-color: gray;
	opacity: 0.4;
	display: none;
}

/* END CONTAINER PARTNER */



/* 3)CONTAINER SERVICES  */
.containerServices{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	justify-content: flex-start;
	align-items: center;
	margin-top: 2%;
	background-color: #EEEEEE;
	/* margin-right: 2%; */
	/* border:1px solid red; */
}

.con-s-title{
	display: flex;
	flex-direction: row;
	width: 60%;
	height:40px;
	justify-content: center;
	align-items:center;
	background-color: #EEEEEE;
	border-radius: 8px;
	color:black;
	font-weight: bold;
	margin-top: 2%;
	margin-bottom: 2%;
	font-size: 1.5em;
	font-family: "coolvetica";
}

.con-ss-title{
	display: flex;
	flex-direction: row;
	width: 100%;
	height:30px;
	justify-content: center;
	align-items:center;
	/* background-color: #EA69A3; */
	border-radius: 8px;
	color:black;
	font-weight:normal;
	font-size: 1em;
	margin-bottom: 1%;
	font-family: "verdana";
	font-weight: normal;
}

.con-s-articles{
	display: flex;
	flex-direction: row;
	width: 100%;
	height:auto;
	flex-wrap: wrap;
	/* gap:2.4%; */
	justify-content: flex-start;
	align-items:flex-start;
	/* background-color: #EA69A3; */
	/* border-radius: 8px; */
	color:black;
	font-weight: bold;
	/* margin-top: 2%; */
	margin-bottom: 2%;
	padding-bottom: 2%;
	/* border:1px solid red; */
	/* padding-right: 2.4%; */
	/* padding-left: 2.4%; */
	/* padding: 0 10px; */
	/* padding-left: 5%; */
}



.con-s-articles-article {
	display: flex;
	flex-direction: column;
	width: 22%;
	/* width: calc(22% - 20px); */
	height:340px;
	justify-content: center;
	align-items:center;
	background-color: white;
	border-radius: 20px;
	margin-top: 35px;
	/* margin-bottom: 20px; */
	margin-left: 8%;
	/* border: 1px solid green; */
	color:black;
	font-weight: bold;
	box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
}

.con-s-articles-article:hover{
	transform: scale(1.02);
}


.con-s-articles-article-img{
	display: flex;
	flex-direction: column;
	width: 100%;
	height:150px;
	justify-content: center;
	align-items:center;
	/* border: 1px solid green; */
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
}

.con-s-articles-article-img>img{
	/* width: 100%; */
	height: 120px;
	/* object-fit: cover; */
	/* border:1px solid red; */
}

.con-s-articles-article-ballonCategory{
	display: flex;
	flex-direction: column;
	width: 100%;
	height:30px;
	justify-content: center;
	align-items:flex-start;
	/* border: 1px solid green; */
	padding-left: 5px;
}

.con-s-articles-article-title{
	display: flex;
	flex-direction: column;
	width: 100%;
	height:60px;
	/* margin-top: 10px; */
	justify-content: center;
	align-items:flex-start;
	/* border: 1px solid green; */
	padding-left: 5px;
	font-size: 0.8em;
}

.con-s-articles-article-title > a {
	text-decoration: none;
	color:#3e8c40;
	font-size: 1.2em;
	display: flex;
	flex-direction: column;
	width: 100%;
	height:60px;
	justify-content: center;
	align-items:flex-start;
	/* border: 1px solid red; */
	text-align: center;
}

.con-s-articles-article-description{
	display: flex;
	flex-direction: column;
	width: 100%;
	/* height:120px; */
	height: 120px;
	justify-content: flex-start;
	align-items:flex-start;
	/* border: 1px solid green; */
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	font-size: 0.8em;
	/* line-height: 1.2; */
	text-align: justify;
}

.con-s-articles-article-metadata{
	display: flex;
	flex-direction: row;
	width: 100%;
	height:30px;
	justify-content: flex-start;
	align-items:center;
	/* border: 1px solid green; */
	font-size: 0.6em;
	font-weight: normal;
	margin-bottom: 10px;
}

.con-s-articles-article-metadata-avatar{
	width: 28px;
	height: 28px;
	border-radius: 360px;
	/* object-fit: contain; */
}

.con-s-articles-article-metadata-nameDate{
	display: flex;
	flex-direction: column;
	width: 88%;
	height:30px;
	justify-content: center;
	align-items:flex-start;
	/* border: 1px solid green; */
	margin-left: 2%;
}

.con-s-articles-article-metadata-name{
	font-weight: bold;
}


/* END CONTAINER SERVICES  */




/* 3)CONTAINER GALERY  */
.containerGaleryContact{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: auto;
	justify-content: center;
	align-items: center;
	margin-top: 1%;
}

.containerGalery{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	justify-content: flex-start;
	align-items: center;
	/* margin-right: 2%; */
	position: relative;
	/* margin-top: 2%; */
	background-color: #EEEEEE;
	/* border:1px solid red; */
}


.con-gc-title{
	display: flex;
	flex-direction: row;
	width: 60%;
	height:40px;
	justify-content: center;
	align-items:center;
	/* background-color: #d9ceaa; */
	border-radius: 8px;
	color:black;
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 1%;
	margin-bottom: 2%;
	font-family: "coolvetica";

}

.con-gcc-titles{
	display: flex;
	flex-direction: row;
	width: 100%;
	height:30px;
	justify-content: center;
	align-items:center;
	/* background-color: #EA69A3; */
	border-radius: 8px;
	color:black;
	font-weight:normal;
	font-size: 1em;
	margin-bottom: 1%;
	font-family: "verdana";
	font-weight: normal;
}

.con-gc-album{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/* flex-wrap: wrap; */
	/* min-width: 30%; */
	width: 80%;
	height: auto;
	gap:4%;
	/* border:1px solid blue; */
	margin: 0 auto;
	margin-top: 1%;
	margin-bottom: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
	/* background-color: #ECEFF1; */
	/* border:1px solid red; */
	overflow-x:auto;
}

.con-gc-btn-album{
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 25px;
	color: black;
	font-weight: bold;
	padding: 1.5%;

	background-color:white ;
	/* color: #EA69A3; */
	border:1px solid #9abb5e;
	border-radius:25px ;
	box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.4);

}

.con-gc-btn-album:hover{
	background-color:#9abb5e ;
	color: black;
	text-decoration: none;
}


.con-gc-galery{
	display: flex;
	flex-direction: row;
	width: 100%;
	height:560px;
	flex-wrap: wrap;
	gap:1.2%;
	justify-content: center;
	align-items:center;
	/* background-color: #EA69A3; */
	/* border-radius: 8px; */
	color:black;
	font-weight: bold;
}

.con-gc-galery > article {
	display: flex;
	flex-direction: row;
	width: 30%;
	height:250px;
	justify-content: center;
	align-items:center;
	/* background-color: lightgray; */
	/* border-radius: 8px; */
	/* border: 1px solid green; */
	color:black;
	font-weight: bold;
	margin-bottom: 1%;
	/* border-left: 2px solid #9abb5e; */
	
}


/* .con-gc-galery> span{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 30%;
	height: 200px;
	margin-top: 1%;
	margin-bottom: 1%;
} */

.con-gc-galery> article>a{
	display: flex;
	flex-direction: row;
	width: 98%;
	height: 250px;
	

}

.con-gc-galery> article>a>img{
	width: 98%;
	height: 240px;
	border-radius: 25px;
	object-fit:cover;
	/* border:1px solid red; */
	box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
}

.con-gc-galery> article>a>img:hover{
	transform: scale(1.05);
	/* object-fit:fill; */
	/* border:1px solid red; */
}



.con-gc-galery-paginator{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	position:relative;
}

.con-t-photos-galery-pagination-buttons-left{
	position:absolute;
	top:-275px;
	left:10px;
	background-color: #9abb5e;
	color: white;
	font-weight: bold;
	border-radius: 360px;
	padding: 8px;
	/* background: linear-gradient(#0B6EB2, white, #0B6EB2); */
	background-color:rgba(255, 255, 255, 1);	
	border:1px solid #9abb5e;
	color:#9abb5e;
}


.con-t-photos-galery-pagination-buttons-left:hover{
	color:white;
	background-color:rgba(154, 187, 94, 0.8);
}

.con-t-photos-galery-pagination-buttons-right{
	position:absolute;
	top:-275px;
	right: 10px;
	background-color: #9abb5e;
	color: white;
	font-weight: bold;
	border-radius: 360px;
	padding: 8px;
	background-color:rgba(255, 255, 255, 1);	
	border:1px solid #9abb5e;
	color:#9abb5e;
	/* background: linear-gradient(#0B6EB2, white, #0B6EB2); */
}

.con-t-photos-galery-pagination-buttons-right:hover{
	color:white;
	background-color:rgba(154, 187, 94, 0.8);
}

/* END CONTAINER GALERY  */




/* 5)CONTAINER ABOUT GOOGLE MAP */
.containerAboutGoogleMap{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	justify-content: center;
	align-items: center;
	margin-top: 2%;
	margin-bottom: 2%;
	padding-bottom: 2%;
	background-color: white;
	/* border-top:1px solid #4CAF50; */
	/* background: linear-gradient(135deg, #1f1b37, #182844, #0a4b4a); */
	/* background: linear-gradient(135deg, #1f1b37, #1a3b32, #0a4b4a); */
	/* background: linear-gradient(135deg, #2c2c2e, #1a3b32, #0a4b4a); */
	/* background: linear-gradient(135deg, #2c2c2e, #4CAF50, #1a3b32); */
	/* background: linear-gradient(135deg, #616161, #424242, #424242); */
	/* border:1px solid red; */
}

.con-ab-title{
	display: flex;
	flex-direction: row;
	width: 100%;
	height:40px;
	justify-content: center;
	align-items:center;
	/* background-color: #d9ceaa; */
	border-radius: 8px;
	color:black;
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 2%;
	margin-bottom: 2%;
	font-family: "coolvetica";
}

.con-abb-titles{
	display: flex;
	flex-direction: row;
	width: 100%;
	height:30px;
	justify-content: center;
	align-items:center;
	/* background-color: #EA69A3; */
	border-radius: 8px;
	color:black;
	font-weight:normal;
	font-size: 1em;
	margin-bottom: 1%;
	font-family: "verdana";
	font-weight: normal;
}


.containerAbout{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: center;
	align-items: center;
	/* border:1px solid red; */
}



.con-ab-video{
	display: flex;
	flex-direction: row;
	width: 50%;
	height:410px;
	justify-content: center;
	align-items:center;
	/* border:1px solid red; */
}

.women{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items:center;
	width: 50%;
	height:410px;
	/* border:1px solid blue; */
	/* margin-left: 2%; */
}

.women > img{
	/* margin-top: -2%; */
	height: 380px;
	width: 100%;
	transition: transform 0.3s ease;
}

.women > img:hover{
	margin-top: -2%;
	height: 380px;
	transform: scale(1.2);
}


.containerGoogleMap{
	display: flex;
	flex-direction: column;
	width: 30%;
	/* height: 450px; */
	justify-content: flex-start;
	align-items: center;
	/* border:1px solid green; */
}

.con-gm-title{
	display: flex;
	flex-direction: row;
	width: 60%;
	height:40px;
	justify-content: center;
	align-items:center;
	/* background-color: #d9ceaa; */
	border-radius: 8px;
	color:black;
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 2%;
	margin-bottom: 2%;
	font-family: "coolvetica";
}

.con-gm-map{
	display: flex;
	flex-direction: row;
	width: 100%;
	height:410px;
	/* flex-wrap: wrap; */
	/* gap:1.2%; */
	justify-content: center;
	align-items:center;
	/* background-color: green; */
	/* border-radius: 8px; */
	color:black;
	font-weight: bold;
}
/* END CONTAINER ABOUT GOOGLE MAP */





/* 2)CONTAINER TESTIMONYS */
.containerTestimony{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: auto;
	width: 100%;
	background-color: white;
	margin-top: 1%;
	margin-bottom: 1%;
	/* overflow-x:auto; */
	/* border: 1px solid red; */
}

.con-t-title{
	display: flex;
	flex-direction: row;
	width: 60%;
	height:40px;
	justify-content: center;
	align-items:center;
	/* background-color: #d9ceaa; */
	border-radius: 8px;
	color:black;
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 2%;
	margin-bottom: 2%;
	font-family: "coolvetica";

}

.con-tt-titles{
	display: flex;
	flex-direction: row;
	width: 100%;
	height:30px;
	justify-content: center;
	align-items:center;
	/* background-color: #EA69A3; */
	border-radius: 8px;
	color:black;
	font-weight:normal;
	font-size: 1em;
	margin-bottom: 2%;
	font-family: "verdana";
	font-weight: normal;
}


#testimonyCarousel{
	display: flex;
	flex-direction: row;
	/* justify-content: center;
	align-items: center; */
	/* flex-wrap: wrap; */
	width: 100%;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1%;
	overflow-x: auto; 
	scrollbar-width: thin; 
	/* border: 1px solid red; */
}

.itemTestimony{
	width: 22%;
	height: 280px;
	margin-left: 2%;
	/* border:1px solid red; */
}

.testimonyCarousel > .owl-item .item {
    /* margin-left: 50px; */
    width: 40%; /* This is with the expectation that there are 4 items for the carousel, set in Theme/js/main.js */
	/* border:1px solid green; */
}

.testimonyCarouselImg{
	height: 80px;
	width: 50%;
	margin-top: 2%;
	/* border: 1px solid green; */
}

.owl-navTestimonyCarousel{
	position: absolute;
	background-color: gray;
	opacity: 0.4;
	display: none;
}








@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
figure.snip1157 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  margin-left: 20px;
  min-width: 250px;
  max-width: 310px;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: none !important;
}
figure.snip1157 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.snip1157 img {
  max-width: 100%;
  vertical-align: middle;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  object-fit: cover;
  /* margin: 40px 0 0 10px; */
}
figure.snip1157 blockquote {
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #fafafa;
  padding: 25px 50px 30px 50px;
  font-size: 0.8em;
  font-weight: 500;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
  border:1px dotted black;
}
figure.snip1157 blockquote:before,
figure.snip1157 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.snip1157 blockquote:before {
  top: 25px;
  left: 20px;
}
figure.snip1157 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}
figure.snip1157 .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fafafa;
  margin: 0;
  position: absolute;
}
figure.snip1157 .author {
  position: absolute;
  bottom: 45px;
  padding: 0 10px 0 80px;
  margin: 0;
  text-transform: uppercase;
  color: black;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
figure.snip1157 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
  font-size: 0.9em;
  /* border:1px solid red; */
  padding: 0;
}
figure.snip1157 .author h5 span {
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;
}


/* END CONTAINER TESTIMONYS */


/*  */

.containerDownload{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: auto;
	width: 95%;
	background-color: #EEEEEE;
	margin-top: 1%;
	margin-bottom: 1%;
	padding-top: 2%;
	padding-bottom: 2%;
	/* overflow-x:auto; */
	/* border: 1px solid red; */
}

.containerDownloadContent{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: auto;
	width: 50%;
}

.containerDownloadContent > h2{
	font-family: 'coolvetica';
	color:black;
	font-size: 2em;
}

.containerDownloadContentLinkDownload{
	width: 90%;
	height: 60px;
	/* border: 1px solid red; */
	text-align: center;
}

.containerDownloadContentLinkDownload>img{
	/* width: 90%; */
	height: 70px;
}

.containerDownloadImg{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: auto;
	width: 50%;
}

.containerDownloadImg > img{
	width: 90%;
	height: 80%;
}
/*  */





/* 6)CONTAINER BLOG */
.containerBlog{
	display: flex;
	flex-direction: column;
	width:100%;
	height: auto;
	justify-content: center;
	align-items: center;
	background-color: white;
	margin-top: 2%;
	margin-bottom: 1%;
	/* border:1px solid blue; */
}

.con-bg-title{
	display: flex;
	flex-direction: row;
	width: 60%;
	height:40px;
	justify-content: center;
	align-items:center;
	/* background-color: #d9ceaa; */
	border-radius: 8px;
	color:black;
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 1%;
	margin-bottom: 1%;
	font-family: "coolvetica";

}


.con-bgg-titles{
	display: flex;
	flex-direction: row;
	width: 100%;
	height:30px;
	justify-content: center;
	align-items:center;
	/* background-color: #EA69A3; */
	border-radius: 8px;
	color:black;
	font-weight:normal;
	font-size: 1em;
	/* margin-bottom: 2%; */
	font-family: "verdana";
	font-weight: normal;
}


.con-bg-articles{
	display: flex;
	flex-direction: row;
	width: 100%;
	height:auto;
	flex-wrap: wrap;
	gap:20px;
	justify-content: center;
	align-items:center;
	/* background-color: #EA69A3; */
	/* border-radius: 8px; */
	color:black;
	font-weight: bold;
	margin-top: 2%;
	margin-bottom: 2%;
}



.con-bg-articles-article {
	display: flex;
	flex-direction: column;
	width: 22%;
	height:340px;
	justify-content: center;
	align-items:center;
	background-color: white;
	border-radius: 20px;
	/* border: 1px solid green; */
	color:black;
	font-weight: bold;
	box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.3);
}

.con-bg-articles-article:hover{
	transform: scale(1.03);
}


.con-bg-articles-article-img{
	display: flex;
	flex-direction: column;
	width: 100%;
	height:110px;
	justify-content: center;
	align-items:center;
	/* border: 1px solid green; */
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
}

.con-bg-articles-article-img>img{
	width: 100%;
	height: 110px;
	object-fit: cover;
}

.con-bg-articles-article-ballonCategory{
	display: flex;
	flex-direction: column;
	width: 100%;
	height:30px;
	justify-content: center;
	align-items:flex-start;
	/* border: 1px solid green; */
	padding-left: 5px;
}

.con-bg-articles-article-title{
	display: flex;
	flex-direction: column;
	width: 100%;
	height:40px;
	justify-content: center;
	align-items:flex-start;
	/* border: 1px solid green; */
	padding-left: 5px;
	font-size: 0.8em;
}

.con-bg-articles-article-title > a {
	text-decoration: none;

	display: flex;
	flex-direction: column;
	width: 100%;
	height:40px;
	justify-content: center;
	align-items:flex-start;
	
}

.con-bg-articles-article-description{
	display: flex;
	flex-direction: column;
	width: 100%;
	height:120px;
	justify-content: flex-start;
	align-items:flex-start;
	/* border: 1px solid green; */
	padding-top: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 0.8em;
}

.con-bg-articles-article-metadata{
	display: flex;
	flex-direction: row;
	width: 100%;
	height:30px;
	justify-content: flex-start;
	align-items:center;
	/* border: 1px solid green; */
	font-size: 0.6em;
	font-weight: normal;
	margin-bottom: 10px;
}

.con-bg-articles-article-metadata-avatar{
	width: 28px;
	height: 28px;
	border-radius: 360px;
	/* object-fit: contain; */
}

.con-bg-articles-article-metadata-nameDate{
	display: flex;
	flex-direction: column;
	width: 88%;
	height:30px;
	justify-content: center;
	align-items:flex-start;
	/* border: 1px solid green; */
	margin-left: 2%;
}

.con-bg-articles-article-metadata-name{
	font-weight: bold;
}
/* END CONTAINER BLOG */






.containerDetailArticle{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 400px;
    margin-top: 2%;
    margin-bottom: 2%;
	background-color: #EEEEEE;
	/* margin-top: 1%;
	margin-bottom: 1%; */
    /* border: 1px solid red; */
}

.containerDetail{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 400px;
    /* background-color: white; */
    padding-top: 2%;
    position: relative;
}

.containerArticleDateCreated{
    position: absolute;
    top: 1%;
    left: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 2px 5px #999;
    /* background-color: white; */
    color: #424242;
    font-family: 'Baloo-Regular';
    padding: 0.5%;
}

.containerDetail >h4{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
	margin-bottom: 10px;
}

.containerDetail > figure{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    margin-top: 4%;
    margin-bottom: 4%;
}

.imgCoverPage{
	width: 100%; 
	height:300px;
	object-fit: contain;
	transition: transform .2s;
	/*border: 1px dotted #00ae42;*/
}

.imgCoverPage:hover{
	width: 100%; 
	height:300px;
	object-fit: contain;
	/*border: 1px dotted #00ae42;*/
	transform: scale(1.1); 
}

.containerDetailText{
	width: 90%;
    height: auto;
    /* border:1px solid green; */
    margin-top: 2%;
    margin: 0 auto;
}


/* CONTAINER PACKAGE */

.containerPackage{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	justify-content: flex-start;
	align-items: center;
	margin-top: 2%;
	background-color: #EEEEEE;
	/* margin-right: 2%; */
	/* border:1px solid red; */
}

.con-pa-title{
	display: flex;
	flex-direction: row;
	width: 60%;
	height:40px;
	justify-content: center;
	align-items:center;
	/* background-color: #d9ceaa; */
	border-radius: 8px;
	color:black;
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 2%;
	margin-bottom: 2%;
	font-family: "coolvetica";
}

.con-pas-title{
	display: flex;
	flex-direction: row;
	width: 100%;
	height:30px;
	justify-content: center;
	align-items:center;
	/* background-color: #EA69A3; */
	border-radius: 8px;
	color:black;
	font-weight:200;
	font-size: 1em;
	margin-bottom: 2%;
	font-family: "verdana";
	font-weight: normal;
}

.btnSubscription{
	border:1px solid #9abb5e;
	color:#9abb5e;
	background-color: #9abb5e;
	color:white;
}

.btnSubscription:hover{
	border:1px solid #9abb5e;
	color:#9abb5e;
	background-color: #ffffff;
}


@import url('https://fonts.googleapis.com/css?family=Indie+Flower');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

#pricing{
	width: 100%;
	/* margin: 100px auto; */
	font-family: 'Open Sans', Helvetica;
  }
  
  .price_card{
	width: 30%;
	background: rgb(255, 255, 255);
	display: inline-table;
	top: 0;
  }

  .price_card:hover{
	transform: scale(1.02);
  }

  .price_card:not(:last-child){
	margin-right: 40px;
  }
  .header{
	color: rgb(255, 255, 255);
  }
  .alpha .header{
	background: rgb(245, 166, 35);
  }
  .bravo .header{
	background: rgb(246, 77, 77);
  }
  .charlie .header{
	background: rgb(48, 219, 181);
  }
  .price{
	width: 100%;
	font-size: 2.8em;
	font-weight: 300;
	display: block;
	text-align: center;
	padding: 20px 0 10px;
  }
  .name{
	width: 100%;
	font-size: 1.1em;
	font-weight: 700;
	display: block;
	text-align: center;
	padding: 0 0 30px;
  }
  .features{
	list-style: none;
	text-align: center;
	/* color: rgb(138, 138, 138); */
	color:'black';
	margin: 0;
	padding: 0;
  }
  .features li{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	/* margin: 0 35px; */
	padding: 15px 10px;
	width: 100%;
	font-size: 0.9em;
	/* color:red; */
  }
  .features li:not(:last-child){
	border: 1px solid rgb(242, 242, 242);
	border-top: 0;
	border-left: 0;
	border-right: 0;
  }
  .buttonSubscription{
	color: rgb(255, 255, 255);
	border: 0;
	border-radius: 5px;
	height: 40px;
	width: 200px;
	display: block;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	margin: 20px auto 35px;
  }

.buttonSubscription:hover{
	color:'black';
}

  .alpha .buttonSubscription{
	background: rgb(245, 166, 35);
  }
  .bravo .buttonSubscription{
	background: rgb(246, 77, 77);
  }
  .charlie .buttonSubscription{
	background: rgb(48, 219, 181);
  }
  .tip{
	font-family: 'Indie Flower';
	position: absolute;
	color: rgb(117, 117, 117);
	margin: 10px 5px;
  }
