@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: 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"; */

	color:#eb0079;
    /* font-size: 2em; */
	/* letter-spacing: 1px; */
    /* transform: scaleY(2.5); */
    /* font-family: 'Notera', sans-serif; */
	font-size: 1.8em;
	font-family: 'Courier', monospace;
	font-style: italic;
}

.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;
}

.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: 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: 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"; */

	color:#eb0079;
    /* font-size: 2em;
    letter-spacing: 1px;
    transform: scaleY(2.5);
    font-family: 'Notera', sans-serif; */
	font-size: 1.8em;
	font-family: 'Courier', monospace;
	font-style: italic;
}

.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;
	font-family: 'Courier', monospace;
}

.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 #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:#eb0079 ;
	color: white;
	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: #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 #eb0079;
	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:-275px;
	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 #eb0079;
	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);
}

/* END CONTAINER GALERY  */



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

.con-p-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"; */

	color:#eb0079;
    /* font-size: 2em;
	letter-spacing: 1px;
    transform: scaleY(2.5);
    font-family: 'Notera', sans-serif; */

	font-size: 1.8em;
	font-family: 'Courier', monospace;
	font-style: italic;
}

.con-pp-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;
}

.con-p-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-p-articles-article {
	display: flex;
	flex-direction: column;
	width: 22%;
	/* width: calc(22% - 20px); */
	height:350px;
	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 lightgray;
	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>a{
	display: flex;
	flex-direction: column;
	width: 100%;
	height:150px;
	justify-content: center;
	align-items:center;
	text-decoration: none;
}

.con-p-articles-article-img>a>img{
	/* width: 100%; */
	width: 100%;
	height: 150px;
	object-fit: contain;
	/* 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-end;
	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;
	justify-content: flex-end;
	align-items:center;
	width: 88%;
	height:30px;
	justify-content: center;
	align-items:flex-start;
	border: 1px solid red;
	margin-left: 2%;
}

.con-p-articles-article-metadata-name{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:flex-end;
	width: 100%;
	border: 1px solid blue;
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
	font-family: 'Courier', monospace;
}


.con-price-circle{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items:center;
	width: 100%;
	margin-bottom: 2px;
	margin-right: 4px;
	/* border: 1px solid blue; */
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
	font-family: 'Courier', monospace;
}

.price-label{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items:flex-end;
	width: 70%;
	/* border: 1px solid green; */
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
	font-family: 'Courier', monospace;
	padding-right: 10px;
}

.price-circle {
	width: 50px;           /* Tamaño del círculo */
	height: 50px;          /* Igual al ancho para hacerlo un círculo */
	background-color: #eb0079; /* Color de fondo (puedes cambiarlo) */
	color: white;           /* Color del texto (puedes cambiarlo) */
	display: flex;
	justify-content: center; /* Centra el texto horizontalmente */
	align-items: center;     /* Centra el texto verticalmente */
	border-radius: 50%;      /* Esto convierte el div en un círculo */
	font-size: 0.8em;         /* Tamaño de fuente */
	font-weight: bold;       /* Puedes ajustar el grosor de la fuente */
	text-align: center;
	padding: 35px;
}


.btn-pagin{
	padding: 10px 10px;       /* Espaciado interno del botón */
	font-size: 0.7em;           /* Tamaño de la fuente */
	font-weight: bold;         /* Grosor de la fuente */
	/* background-color: #eb0079; */
	color: black;              /* Color del texto */
	border: 2px solid #eb0079; /* Borde con un tono más oscuro */
	border-radius: 25px;       /* Bordes redondeados */
	cursor: pointer;          /* Hace que el puntero sea una mano */
	transition: background-color 0.3s, transform 0.3s; /* Efectos de transición */
	margin-bottom: 10px;
}

.btn-pagin:hover{
	background-color: #eb0079;
	color: white;              /* Color del texto */
	border: 2px solid white; /* Borde con un tono más oscuro */
}

/* 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: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"; */
	/* border:1px solid red; */
	color:#eb0079;
	font-size: 1.8em;
	/* letter-spacing: 1px; */
	/* transform: scaleY(2.5); */
	font-family: 'Notera', sans-serif;
	font-family: 'Courier', monospace;
	font-style: italic;
}

.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-family: 'Courier', monospace;
	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"; */

	color:#eb0079;
    /* font-size: 2em;
    letter-spacing: 1px;
    transform: scaleY(2.5);
    font-family: 'Notera', sans-serif; */

	font-size: 1.8em;
	font-family: 'Courier', monospace;
	font-style: italic;

}

.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;
	font-family: 'Courier', monospace;
}


#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: 80%;
	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: 3%;
	margin-bottom: 2%;
	/* font-family: "coolvetica"; */

	color:#eb0079;
    /* font-size: 2em;
    letter-spacing: 1px;
    transform: scaleY(2.5);
    font-family: 'Notera', sans-serif; */
	/* border:1px solid red; */

	font-size: 1.8em;
	font-family: 'Courier', monospace;
	font-style: italic;
}


.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;

	font-family: 'Courier', monospace;
}


.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;
	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: 95%;
	height:100px;
	justify-content: flex-start;
	align-items:flex-start;
	text-align: justify;
	/* 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%;
}

.containerDetail >h4{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
	margin-bottom: 10px;
	color:#eb0079;
	font-weight: bold;
	font-family: 'Courier', monospace;
}

.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;
}

