@font-face {
	font-family: 'Satisfy';
	src: url('../fonts/Satisfy/Satisfy-Regular.ttf') format('truetype');
}

.logo-header {
	margin-top: 3.5em !important;
	height: 8em !important;
}

.navbar .nav-link {
	font-size: 14px !important;
}

.header-container {
	max-width: 900px;
}

.header-h1 {
	/* font-family: 'Satisfy', sans-serif; */
	font-weight: normal !important;
	font-size: 3em !important;
	line-height: 1.2em !important;
	color: white !important;
	padding: 1em;
	background-color: rgba(0, 0, 0, 0.25);
	border-radius: 1em;
	/* text-shadow: 2px 2px white; */
}

.header-quote {
	font-family: 'Satisfy', sans-serif;
	font-weight: normal !important;
	font-size: 4em !important;
	line-height: 1.2em !important;
	text-shadow: 3px 3px black;
}

.header-quote-author {
	font-family: 'Satisfy', sans-serif;
	font-weight: normal !important;
	font-size: 2.5em !important;
	line-height: 1.2em !important;
	text-shadow: 3px 3px black;
}


.language-selection {
	width: 20px;
	height: 16px !important;
}

/*--------------------------------------------------------------
# Header Social Languages
--------------------------------------------------------------*/
.header-social-languages {
	margin: 0 0 0 30px;
}

.header-social-languages a {
	color: #9ba6af;
	padding-left: 8px;
	display: inline-block;
	line-height: 0px;
	transition: 0.3s;
}

.header-social-languages a i {
	line-height: 0;
}

.header-social-languages a:hover {
	color: #BF9D61;
}

@media (max-width: 768px) {
	.header-social-languages {
		margin: 0 15px 0 0;
	}
}

/*--------------------------------------------------------------
# Custom All pages
--------------------------------------------------------------*/

.mt-5em {
	margin-top: 5em;
}

.fs-25px {
	font-size: 25px;
}

.header-arrow {
	padding: 11px 12px 6px 20px;
	box-shadow: 0px 0 25px 0 rgba(0, 0, 12, 0.1);
	cursor: pointer;
}

.img-carousel {
	max-height: 600px;
}

.img-carousel-2 {
	max-height: 500px;
}

.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #b69b63 !important;
	opacity: 0.5;
}

.carousel-indicators .active {
	opacity: 1 !important;
}

.carousel-item.active {
	display: flex !important;
	justify-content: center !important;
}


.who-we-are-p {
	font-size: 20px;
	text-align: justify;
	text-justify: inter-word;
}

.fs-20px {
	font-size: 20px;
}

.justify-p {
	text-align: justify;
	text-justify: inter-word;
}

.cite-link {
	cursor: pointer;
	color: #BF9D61;
}

.cite-link:hover {
	color: gray;
}

.santo-tomas {
	width: 600px;
	border: 4mm ridge rgb(185 157 101);
}

.ta-rows-h3 {
	min-height: 7.5em !important;
}

.btn-primary-landing {
	background-color: #BF9D61;
	color: white;
}

.btn-primary-landing:hover {
	background-color: #987a47;
	color: white;
}

.come-and-see {
	width: 400px;
	border: 4mm ridge rgb(185 157 101);
}

.font-italic {
	font-style: italic;
}

.education-img {
	width: 70%;
	max-width: 500px;
	-webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
	clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}

.education-img-2 {
	width: 90%;
	max-width: 500px;
	-webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
	clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}

.education-img-3 {
	max-width: 400px;
}

.border-double {
	border: 10px double #BEA573;
}

.icon-img img {
	max-height: 260px;
	margin-bottom: 1em;
	border-radius: 1em;
}

.header-h1 span {
	font-size: 20px;
}

.table-services thead>tr>td {
	color: #987a47;
	font-size: 20px;
}

.h-400px {
	height: 400px;
}

.folder-icon {
	font-size: 14em;
}

.folder-div {
	cursor: pointer;
}

.folder-div:hover {
	color: #987a47;
}

@media (max-width: 986px) {
	.mujer-camino {
		max-height: 250px;
	}

	.social-promotion-img {
		max-height: 250px;
	}

	.social-promotion-img-2 {
		max-height: 200px;
	}

	.mw-350px {
		max-width: 350px;
	}
}

@media (min-width: 986px) {
	.mujer-camino {
		max-height: 600px;
	}

	.social-promotion-img {
		max-height: 400px;
	}

	.social-promotion-img-2 {
		max-height: 400px;
	}
}