:root {
	--primary: #89201a;
	--primary-2: #ceb080;
	--primary-3: #e2cdb3;
	--secondary: #627c6d;
	--secondary-2: #778d81;
	--cream: #f9f2e4;
}

/* Font Sarabun */
@font-face {
	font-family: "Sarabun";
	src: url("../fonts/sarabun/Sarabun-ExtraLight.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Sarabun";
	src: url("../fonts/sarabun/Sarabun-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Sarabun";
	src: url("../fonts/sarabun/Sarabun-LightItalic.ttf") format("truetype");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Sarabun";
	src: url("../fonts/sarabun/Sarabun-Italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Sarabun";
	src: url("../fonts/sarabun/Sarabun-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Sarabun";
	src: url("../fonts/sarabun/Sarabun-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/* Font Courier */
@font-face {
	font-family: "courier-Prime";
	src: url("../fonts/courier-prime/CourierPrime-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "courier-Prime";
	src: url("../fonts/courier-prime/CourierPrime-Italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "courier-Prime";
	src: url("../fonts/courier-prime/CourierPrime-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "courier-Prime";
	src: url("../fonts/courier-prime/CourierPrime-BoldItalic.ttf")
		format("truetype");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

body {
	background-color: var(--primary-2) !important;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

p {
	font-size: 22px;
	text-align: start;
	font-family: "Sarabun", sans-serif;
}

.row {
	margin-right: 0 !important;
}

@media (max-width: 768px) {
	.row {
		margin-right: 0 !important;
	}
}

section {
	width: 100%;
}

.color-primary {
	color: var(--primary) !important;
}

.color-primary-2 {
	color: var(--primary-2) !important;
}

.color-primary-3 {
	color: var(--primary-3) !important;
}

.color-secondary {
	color: var(--secondary) !important;
}

.color-cream {
	color: var(--cream) !important;
}

.bg-primary {
	background-color: var(--primary) !important;
}

.bg-primary-2 {
	background-color: var(--primary-2) !important;
}

.bg-secondary {
	background-color: var(--secondary) !important;
}

.bg-secondary-2 {
	background-color: var(--secondary-2) !important;
}

.bg-cream {
	background-color: var(--cream) !important;
}


.ff-sarabun {
	font-family: "sarabun", sans-serif!important;
}

.ff-courier {
	font-family: "Courier-Prime", Courier, monospace!important;
}

.logo-footer {
	height: 120px;
}

@media (max-width: 768px) {
	.w-50 {
		width: 100% !important;
	}
}

/** Swiper */
/*.swiper-button-next,
.swiper-button-prev {
	color: var(--primary);
}*/

.swiper-button-next,
.swiper-button-prev {
	background: var(--secondary) !important;
	color: var(--primary);
	width: 35px;
	height: 35px;
	border-radius: 50% !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	color: var(--primary-3);
	font-size: 16px;
}

.swiper-pagination-bullet{
	width: 12px;
	height: 12px;
}
.swiper-pagination-bullet-active {
	background-color: #fff !important;
}

.border-bottom-white {
	border: 1px solid #fff;
}

.border-bottom-cream {
	border: 1px solid var(--cream);
}

.border-bottom-secondary {
	border: 1px solid var(--secondary);
}

.border-bottom-primary {
	border: 1px solid var(--primary);
}

.b-radius-normal {
	border-radius: 6px;
}

.text-justify {
	text-align: justify;
}

.c-pointer {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Courier-Prime", sans-serif;
	font-size: 30px !important;
	color: var(--primary-2);
	text-transform: uppercase;
}

button,
a,
input,
label {
	font-family: "Courier-Prime", sans-serif !important;
}


@media (max-width: 768px) {
	p,
	span,
	div {
		font-size: 18px;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: 22px !important;
	}
	.text-more .text{
		font-size: 16px!important;
	}
	.pt-parrafos {
		padding-top: 40px!important;
	}
}

.pt-bloques{
	padding-top: 108px !important;
}

.pb-bloques{
	padding-bottom: 120px !important;
}


.pt-subtitulos{
	padding-top: 30px !important;
}

.pt-parrafos{
	padding-top: 50px;
}

.pt-parrafos-new{
	padding-top: 20px !important;
}

.mt-icon-more-content{
	margin-top: 60px;
}

.mt-icon-bloques{
	margin-top: 30px;
}

.mt-img-bloques{
	margin-top: 50px;
}

.text-more-history{
	padding: 50px 0 30px 0 !important;
}

.text-more .text {
	font-size: 18px;
	font-family: "Sarabun", sans-serif;
	font-weight: bold;
	letter-spacing: 1.25px;
}

.mt-subtitulos{
	margin-top: 30px !important;
}

.space-more-content{
	padding: 60px 0;
}


@media (max-width: 768px) {
	.pt-bloques{
		padding-top: 86px !important;
	}
	
	.pb-bloques{
		padding-bottom: 100px !important;
	}
	
}