@media (min-width: 200px) and (max-width: 800px) {

	@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: white;
		/* margin-right: 2%; */
		/* border:1px solid red; */
	}
	
	.con-s-title{
		display: flex;
		flex-direction: row;
		width: 100%;
		height:auto;
		justify-content: center;
		align-items:center;
		/* background-color: #EEEEEE; */
		border-radius: 8px;
		/* color:black; */
		font-weight: bold;
		margin-top: 10%;
		margin-bottom: 15%;
		font-size: 1.5em;
		/* font-family: "coolvetica"; */
	
		color:#eb0079;
		font-size: 2em;
		/* border:1px solid red; */
		/* letter-spacing: 1px; */
		/* transform: scaleY(2.5); */
		/* font-family: 'Notera', sans-serif; */
		font-family: 'Courier', monospace;
		text-align: center;
	}
	
	.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;
		font-family: 'Courier', monospace;
		text-align: center;
	}
	
	.con-s-articles{
		display: flex;
		flex-direction: column;
		width: 100%;
		height:auto;
		flex-wrap: wrap;
		/* gap:2.4%; */
		justify-content: center;
		align-items:center;
		/* 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: 80%;
		/* width: calc(22% - 20px); */
		height:340px;
		justify-content: flex-start;
		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%; */
		width: 100%;
		height: 150px;
		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:#f40094; */
		font-size: 1.2em;
		display: flex;
		flex-direction: column;
		width: 100%;
		height:60px;
		justify-content: center;
		align-items:center;
		/* border: 1px solid red; */
		text-align: center;
		color:#eb0079;
		font-family: 'Courier', monospace;
	}
	
	.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;
		/* font-family: 'Courier', monospace; */
		font-family: 'Courier', monospace;
	}
	
	.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-size: 1.1em;
		font-weight: bold;
		font-family: 'Courier', monospace;
	}
	
	
	/* 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: 100%;
		height:auto;
		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"; */
	
		color:#eb0079;
		font-size: 2em;
		/* border:1px solid red; */
		margin-top: 10%;
		margin-bottom: 15%;
		text-align: center;
		/* letter-spacing: 1px; */
		/* transform: scaleY(2.5); */
		/* font-family: 'Notera', sans-serif; */
		font-family: 'Courier', monospace;
	}
	
	.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: 10%;
		/* font-family: "verdana"; */
		font-weight: normal;
		font-family: 'Courier', monospace;
		text-align: center;
	}
	
	.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;
		width: auto;
		height: 25px;
		color: black;
		font-weight: bold;
		padding: 1.5%;
		font-size: 0.8em;
		background-color:white ;
		/* color: #EA69A3; */
		/* border:1px solid #eb0079; */
		border-radius:25px ;
		box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.4);
		font-family: 'Courier', monospace;
	}
	
	.con-gc-btn-album:hover{
		background-color:#f3d5dd ;
		color: black;
		text-decoration: none;
	}
	
	
	.con-gc-galery{
		display: flex;
		flex-direction: row;
		width: 100%;
		height:auto;
		flex-wrap: wrap;
		gap:1.2%;
		justify-content: center;
		align-items:center;
		/* background-color: #EA69A3; */
		/* border-radius: 8px; */
		color:black;
		font-weight: bold;
		/* border:1px solid blue; */
		margin-top: 10%;
		margin-bottom: 15%;
	}
	
	.con-gc-galery > article {
		display: flex;
		flex-direction: row;
		width: 40%;
		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:-480px;
		left:10px;
		background-color: #eb0079;
		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:#eb0079;
	}
	
	
	.con-t-photos-galery-pagination-buttons-left:hover{
		color:white;
		background-color:rgba(235, 0, 121, 0.8);
	}
	
	.con-t-photos-galery-pagination-buttons-right{
		position:absolute;
		top:-480px;
		right: 10px;
		background-color: #eb0079;
		color: white;
		font-weight: bold;
		border-radius: 360px;
		padding: 8px;
		background-color:rgba(255, 255, 255, 1);	
		/* border:1px solid #9abb5e; */
		color:#eb0079;
		/* background: linear-gradient(#0B6EB2, white, #0B6EB2); */
	}
	
	.con-t-photos-galery-pagination-buttons-right:hover{
		color:white;
		background-color:rgba(235, 0, 121, 0.8);
		/* background-color:rgba(154, 187, 94, 0.8); */
	}
	
	/* END CONTAINER GALERY  */
	
	
	
	/* products */
	.containerProducts{
		display: flex;
		flex-direction: column;
		width: 100%;
		height: auto;
		justify-content: flex-start;
		align-items: center;
		margin-top: 2%;
		background-color: white;
		/* margin-right: 2%; */
		/* border:1px solid red; */
	}
	
	.con-p-title{
		display: flex;
		flex-direction: row;
		width: 60%;
		height:auto;
		justify-content: center;
		align-items:center;
		/* background-color: #EEEEEE; */
		border-radius: 8px;
		/* color:black; */
		font-weight: bold;
		margin-top: 10%;
		margin-bottom: 15%;
		font-size: 1.5em;
		/* font-family: "coolvetica"; */
	
		color:#eb0079;
		font-size: 2em;
		text-align: center;
		/* letter-spacing: 1px; */
		/* transform: scaleY(2.5); */
		font-family: 'Notera', sans-serif;
		font-family: 'Courier', monospace;
	}
	
	.con-pp-title{
		display: flex;
		flex-direction: row;
		width: 100%;
		height:auto;
		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;
		font-family: 'Courier', monospace;
		text-align: center;
	}
	
	.con-p-articles{
		display: flex;
		flex-direction: column;
		width: 100%;
		height:auto;
		flex-wrap: wrap;
		/* gap:2.4%; */
		justify-content: flex-start;
		align-items:center;
		/* 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-p-articles-article {
		display: flex;
		flex-direction: column;
		width: 80%;
		/* width: calc(22% - 20px); */
		height:340px;
		justify-content: flex-start;
		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-p-articles-article:hover{
		transform: scale(1.02);
	}
	
	
	.con-p-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-p-articles-article-img>img{
		/* width: 100%; */
		width: 100%;
		height: 150px;
		object-fit: cover;
		/* border:1px solid red; */
	}
	
	.con-p-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-p-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-p-articles-article-title > a {
		text-decoration: none;
		/* color:#f40094; */
		font-size: 1.2em;
		display: flex;
		flex-direction: column;
		width: 100%;
		height:60px;
		justify-content: center;
		align-items:center;
		/* border: 1px solid red; */
		text-align: center;
		color:#eb0079;
		font-family: 'Courier', monospace;
	}
	
	.con-p-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;
		/* font-family: 'Courier', monospace; */
		font-family: 'Courier', monospace;
	}
	
	.con-p-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-p-articles-article-metadata-avatar{
		width: 28px;
		height: 28px;
		border-radius: 360px;
		/* object-fit: contain; */
	}
	
	.con-p-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-p-articles-article-metadata-name{
		font-size: 1.1em;
		font-weight: bold;
		font-family: 'Courier', monospace;
	}
	
	/* end products */
	
	
	
	
	/* 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:auto;
		justify-content: center;
		align-items:center;
		/* background-color: #d9ceaa; */
		border-radius: 8px;
		color:black;
		font-weight: bold;
		margin-top: 2%;
		margin-bottom: 8%;
		/* font-family: "coolvetica"; */
		/* border:1px solid red; */
		color:#eb0079;
		font-size: 2em;
		/* letter-spacing: 1px; */
		/* transform: scaleY(2.5); */
		/* font-family: 'Notera', sans-serif; */
		font-family: 'Courier', monospace;
	}
	
	.con-abb-titles{
		display: flex;
		flex-direction: row;
		width: 100%;
		height:auto;
		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-family: 'Courier', monospace;
		font-weight: normal;
		text-align: center;
		/* border:1px solid blue; */
	}
	
	
	.containerAbout{
		display: flex;
		flex-direction: column;
		width: 100%;
		justify-content: center;
		align-items: center;
		/* border:1px solid red; */
	}
	
	
	
	.con-ab-video{
		display: flex;
		flex-direction: row;
		width: 90%;
		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: 90%;
		height:410px;
		margin-top: 10%;
		/* 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: 100%;
		height:auto;
		justify-content: center;
		align-items:center;
		/* background-color: #d9ceaa; */
		border-radius: 8px;
		color:black;
		font-weight: bold;
		font-size: 1.5em;
		margin-top: 10%;
		margin-bottom: 15%;
		/* font-family: "coolvetica"; */
	
		color:#eb0079;
		font-size: 2em;
		/* letter-spacing: 1px; */
		/* transform: scaleY(2.5); */
		font-family: 'Notera', sans-serif;
		font-family: 'Courier', monospace;
		text-align: center;
	}
	
	.con-tt-titles{
		display: flex;
		flex-direction: row;
		width: 90%;
		height:auto;
		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;
		font-family: 'Courier', monospace;
		text-align: center;
	}
	
	
	#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;
	  font-family: 'Courier', monospace;
	}
	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.7em;
	  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';
	  font-family: 'Courier', monospace;
	  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;
	  font-family: 'Courier', monospace;
	}
	figure.snip1157 .author h5 span {
	  font-weight: 400;
	  text-transform: none;
	  padding-left: 5px;
	  font-family: 'Courier', monospace;
	}
	
	
	/* 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: 100%;
		height:auto;
		justify-content: center;
		align-items:center;
		/* background-color: #d9ceaa; */
		border-radius: 8px;
		color:black;
		font-weight: bold;
		font-size: 1.5em;
		margin-top: 10%;
		margin-bottom: 15%;
		/* font-family: "coolvetica"; */
	
		color:#eb0079;
		font-size: 1em;
		/* letter-spacing: 1px; */
		/* transform: scaleY(2.5); */
		font-family: 'Notera', sans-serif;
		font-family: 'Courier', monospace;
		/* border:1px solid red; */
	}
	
	
	.con-bgg-titles{
		display: flex;
		flex-direction: row;
		width: 100%;
		height:auto;
		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;
	
		font-family: 'Courier', monospace;
		text-align: center;
	}
	
	
	.con-bg-articles{
		display: flex;
		flex-direction: column;
		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: 80%;
		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;
		font-family: 'Courier', monospace;
		margin-top:10px
	}
	
	.con-bg-articles-article-title > a {
		text-decoration: none;
		color:#eb0079;
		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:100px;
		justify-content: flex-start;
		align-items:flex-start;
		/* border: 1px solid green; */
		margin-top: 10px;
		padding-top: 5px;
		padding-left: 5px;
		font-weight: normal;
		font-size: 0.73em;
		font-family: 'Courier', monospace;
	}
	
	.con-bg-articles-article-metadata{
		display: flex;
		flex-direction: row;
		width: 99%;
		height:30px;
		justify-content: flex-start;
		align-items:center;
		/* border: 1px solid green; */
		font-size: 0.6em;
		font-weight: normal;
		margin-left: 1%;
		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;
	}
	
	.badge-info{
		background-color: #f3d5dd;
		color: #eb0079;
	}
	/* 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'; */
		font-family: 'Courier', monospace;
		padding: 0.5%;
		display: none;
	}
	
	.containerDetail >h4{
		display:flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 98%;
		height: auto;
		margin-bottom: 10px;
		color:#eb0079;
		font-weight: bold;
		font-family: 'Courier', monospace;
		/* border: 1px solid red; */
		text-align: center;
	}
	
	.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;
		font-family: 'Verdana';
		text-align: justify;
  		text-justify: inter-word; 
	}
	
	

}