@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Poppins:300,400,500,600,700,800&display=swap');
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #000000;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover {
	text-decoration: none;
}

a {
	color: #ffd900;
}
a:hover {
	color: #ffd900;
}

i,
span,
a {
	display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #000000;
	margin: 0px;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #000000;
	margin: 0px;
	padding-bottom: 4px;
}

.bg_cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.main-btn {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0;
	padding: 0 40px;
	font-size: 16px;
	line-height: 48px;
	border-radius: 15px;
	color: #000000;
	cursor: pointer;
	z-index: 5;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	background-color: #ffd900;
	text-decoration: none;
	position: relative;
}
.main-btn:hover {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
}

.section_title .title {
	font-size: 44px;
	font-weight: 700;
}
@media (max-width: 767px) {
	.section_title .title {
		font-size: 30px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section_title .title {
		font-size: 34px;
	}
}

.section_title .title {
	font-size: 44px;
	font-weight: 700;
}
@media (max-width: 767px) {
	.section_title .title {
		font-size: 30px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section_title .title {
		font-size: 34px;
	}
}

.section_title .subtitle {
	font-size: 30px;
	font-weight: 700;
}
@media (max-width: 767px) {
	.section_title .subtitle {
		font-size: 26px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section_title .subtitle {
		font-size: 24px;
	}
}

.section_title .line {
	height: 2px;
	width: 300px;
	background-color: #000000;
	border-radius: 50px;
	margin: 30px auto 0;
	position: relative;
}
.section_title .line .box {
	position: absolute;
	top: -6px;
	left: 50%;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: rgba(102, 98, 83, 1);
	-webkit-transform: translateX(-35%) rotate(45deg);
	-moz-transform: translateX(-35%) rotate(45deg);
	-ms-transform: translateX(-35%) rotate(45deg);
	-o-transform: translateX(-35%) rotate(45deg);
	transform: translateX(-35%) rotate(45deg);
}
.section_title .line .box::before,
.section_title .line .box::after {
	position: absolute;
	content: '';
	top: 7px;
	left: -8px;
	width: 100%;
	height: 100%;
	background-color: rgba(102, 98, 83, 0.4);
	border-radius: 100%;
}
.section_title .line .box::after {
	left: auto;
	right: -7px;
	top: -8px;
}

/* Preloader */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	display: table;
	height: 100%;
	width: 100%;
	background: #2b2d30;
	z-index: 99999;
}
.preloader .loader {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.preloader .loader .spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	margin-left: -32px;
	z-index: 18;
	pointer-events: none;
}
.preloader .loader .spinner .spinner-container {
	pointer-events: none;
	position: absolute;
	width: 100%;
	padding-bottom: 100%;
	top: 50%;
	left: 50%;
	margin-top: -50%;
	margin-left: -50%;
	-webkit-animation: spinner-linspin 1568.23529647ms linear infinite;
	-moz-animation: spinner-linspin 1568.23529647ms linear infinite;
	-o-animation: spinner-linspin 1568.23529647ms linear infinite;
	animation: spinner-linspin 1568.23529647ms linear infinite;
}
.preloader .loader .spinner .spinner-container .spinner-rotator {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-moz-animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-o-animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	right: 50%;
}
.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	left: 50%;
}
.preloader .loader .spinner-circle {
	box-sizing: border-box;
	position: absolute;
	width: 200%;
	height: 100%;
	border-style: solid;
	border-color: #a7a7a7 #a7a7a7 #e0e0e0;
	border-radius: 50%;
	border-width: 6px;
}
.preloader .loader .spinner-left .spinner-circle {
	left: 0;
	right: -100%;
	border-right-color: #e0e0e0;
	-webkit-animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-moz-animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-o-animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.preloader .loader .spinner-right .spinner-circle {
	left: -100%;
	right: 0;
	border-left-color: #e0e0e0;
	-webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-moz-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-o-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Social */
.social {
	position: fixed;
	left: 0;
	top: 200px;
	z-index: 2000;
}

.social ul {
	list-style: none;
}

.social ul li a {
	display: inline-block;
	color: #000000;
	background: #ffd900;
	padding: 10px 15px;
	text-decoration: none;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-size: 22px;
}

.social ul li a:hover {
	background: #000;
	padding: 10px 30px;
	color: #ffffff;
}

/* Topbar */
.topbar {
	background: #000 !important;
	height: 40px !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 996;
}

.topbar h4 {
	color: #ffd900 !important;
	font-size: medium !important;
}

/* Navbar  */
.header_navbar {
	position: absolute;
	width: 100%;
	z-index: 99;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background-color: rgba(34, 34, 34, 0.4);
}

.sticky {
	top: 0;
	left: 0;
	position: fixed;
	z-index: 99;
	background-color: #4e4e4c;
	-webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
	padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sticky .navbar {
		padding: 15px 0;
	}
}
@media (max-width: 767px) {
	.sticky .navbar {
		padding: 15px 0;
	}
}

.navbar {
	padding: 0;
	border-radius: 5px;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar {
		padding: 20px 0;
	}
}
@media (max-width: 767px) {
	.navbar {
		padding: 20px 0;
	}
}

.navbar-brand {
	padding: 0;
}

.navbar-toggler {
	padding: 0;
}
.navbar-toggler .toggler-icon {
	width: 30px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 5px 0;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.navbar-toggler .active .toggler-icon:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}
.navbar-toggler .active .toggler-icon:nth-of-type(2) {
	opacity: 0;
}
.navbar-toggler .active .toggler-icon:nth-of-type(3) {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #f1eee3;
		z-index: 9;
		-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		padding: 5px 12px;
		border-radius: 0px 0px 25px 25px;
	}
}

@media (max-width: 767px) {
	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #f1eee3;
		z-index: 9;
		-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		padding: 5px 12px;
		border-radius: 0px 0px 25px 25px;
	}
}

.navbar-nav .nav-item {
	position: relative;
	margin-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.navbar-nav .nav-item {
		margin-left: 30px;
	}
}
.navbar-nav .nav-item a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	padding: 30px 0;
	position: relative;
	text-decoration: none;
}
.navbar-nav .nav-item a::before {
	position: absolute;
	content: '';
	bottom: 0px;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #ffd900;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .nav-item a::before {
		display: none;
	}
}
@media (max-width: 767px) {
	.navbar-nav .nav-item a::before {
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .nav-item a {
		display: block;
		padding: 4px 0;
		color: #000000;
	}
}
@media (max-width: 767px) {
	.navbar-nav .nav-item a {
		display: block;
		padding: 4px 0;
		color: #000000;
	}
}
.navbar-nav .nav-item.active > a::before,
.navbar-nav .nav-item:hover > a::before {
	width: 100%;
}

@media (max-width: 991px) {
	.whatsapp {
		display: none;
	}
}

.sticky .navbar-toggler .toggler-icon {
	background-color: #000000;
}

.sticky .navbar-nav .nav-item a {
	color: #bebebe;
	padding: 25px 0;
}

.sticky .navbar-nav .nav-item.active > a,
.sticky .navbar-nav .nav-item:hover > a {
	color: #ffd900;
}

.single_slider {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.single_slider::before {
	position: absolute;
	content: '';
	background-color: rgba(42, 42, 42, 0.25);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.slider_content {
	padding-top: 50px;
}
.slider_content .slider_title {
	font-size: 56px;
	color: #fff;
	margin-top: 15px;
	position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider_content .slider_title {
		font-size: 44px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider_content .slider_title {
		font-size: 40px;
	}
}
@media (max-width: 767px) {
	.slider_content .slider_title {
		font-size: 30px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider_content .slider_title {
		font-size: 40px;
	}
}

.slider_content p {
	font-size: 30px;
	color: #fff;
	margin-top: 20px;
	position: relative;
	line-height: 32px;
}
@media (max-width: 767px) {
	.slider_content p {
		font-size: 16px;
	}
}
.slider_content .main-btn {
	margin-top: 20px;
	font-size: 20px;
}

/* Nosotros */
.nosotros {
	background-color: #ffffff;
}

.nosotros_image img {
	border-radius: 25px;
	width: 100%;
}

.nosotros_content .nosotros_title {
	font-size: 40px;
	font-weight: 700;
	color: #615c4f;
	margin-top: 20px;
}
@media (max-width: 767px) {
	.nosotros_content .nosotros_title {
		font-size: 24px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.nosotros_content .nosotros_title {
		font-size: 30px;
	}
}

.nosotros_content h6 {
	margin-top: 25px;
}

/* Historia */
.historia {
	background-color: rgb(175, 168, 145, 0.8);
}

.historia .line1 {
	height: 2px;
	width: 70px;
	background-color: #000000;
	border-radius: 50px;
	margin: 10px auto 10px;
	position: relative;
	opacity: 0.3;
}

.historia_content .historia_title {
	font-size: 36px;
	font-weight: 700;
	color: #000000;
	margin-top: 20px;
}

/* Ubicación */
.ubicacion {
	padding: 0;
	margin-bottom: 60px;
	margin-top: 60px;
}

.ubicacion .container {
	padding: 80px 80px 20px 80px;
	background: rgb(175, 168, 145, 0.2);
	border-radius: 15px;
}

@media (max-width: 992px) {
	.ubicacion .container {
		padding: 60px;
	}
}

.ubicacion .content h3 {
	color: #36342c;
	font-size: 22px;
	font-weight: 600;
	z-index: 2;
}

.ubicacion .content h3 em {
	font-style: normal;
	position: relative;
}

.ubicacion .content h3 em:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 14px;
	background: rgb(255, 217, 0);
	z-index: -1;
}

.ubicacion .img {
	position: relative;
}

.ubicacion .img:before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgb(139, 132, 111, 0.4);
	border-radius: 15px;
	transform: rotate(12deg);
}

.ubicacion .img:after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgb(139, 132, 111, 0.6);
	border-radius: 15px;
	transform: rotate(6deg);
}

.ubicacion .img img {
	position: relative;
	z-index: 3;
	border-radius: 15px;
}

.ubicacion .ubicacion-slider {
	padding-top: 50px;
}

.ubicacion .ubicacion-slider img {
	border-radius: 15px;
}

@media (min-width: 992px) {
	.ubicacion .swiper-wrapper {
		padding: 40px 0;
	}

	.ubicacion .swiper-slide-active {
		padding: 4px;
		background: rgb(139, 132, 111, 0.6);
		z-index: 1;
		transform: scale(1.2);
		border-radius: 0px;
	}
}

/* Banner */
.banner {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../images/containers.jpg);
	background-size: cover;
}

.banner::before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.5);
}

.banner h2 {
	color: #ffd900;
	position: relative;
}

.banner_area {
	position: relative;
	padding-top: 110px;
	padding-bottom: 110px;
}
.banner_area::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* Producto */
.producto {
	background-color: #b1aa93;
	padding: 20px;
}

.producto .swiper-slide img {
	opacity: 0.5;
	transition: 0.3s;
	filter: grayscale(100);
}

.producto .swiper-slide {
	width: fit-content;
}

.producto .swiper-slide img:hover {
	filter: none;
	opacity: 1;
}

/* Impresion */
.impresion {
	background-color: #ffd900;
	padding: 40px;
}

.impresion p {
	font-size: 18px;
	float: left;
	font-weight: 500;
}
.impresion h3 {
	font-size: 30px;
	float: left;
}

.impresion .btn-ejemplo {
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0;
	padding: 0 40px;
	font-size: 16px;
	line-height: 48px;
	border-radius: 50px;
	color: #ffd900;
	cursor: pointer;
	z-index: 5;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	background-color: #000000;
	text-decoration: none;
	float: right;
}

@media (max-width: 767px) {
	.impresion .btn-ejemplo {
		float: none;
		margin-top: 30px;
	}

	.impresion p {
		float: none;
	}
}

/* Oportunidad */
.oportunidad {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../images/bolsa.jpg);
	background-size: cover;
}

.oportunidad::before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.733);
}

.oportunidad h2 {
	position: relative;
	color: #ffd900;
	font-size: 50px;
	line-height: 0.9;
	text-align: center;
}

.oportunidad p {
	position: relative;
	color: #ffffff;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
	padding-top: 40px;
}

.oportunidad_area {
	position: relative;
	padding-top: 110px;
	padding-bottom: 110px;
}
.oportunidad_area::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* Valores */
.valores {
	background-color: #8b846f;
}

.valores .nav-tabs {
	border: 0;
}

.valores .nav-link {
	border: 0;
	padding: 25px 20px;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: 0s;
	cursor: pointer;
	height: 100%;
	background-color: #2b2d30;
	opacity: 0.6;
}

.valores .nav-link i {
	font-size: 32px;
	line-height: 0;
}

.valores .nav-link:hover {
	color: var(--color-primary);
}

.valores .nav-link.active {
	transition: 0.3s;
	background: #121314;
}

.valores .nav-link.active i {
	color: #ffffff !important;
}

.valores .tab-content {
	margin-top: 30px;
	background-color: #afa891;
	padding: 30px 40px;
	border-radius: 25px;
}

.valores .tab-pane.active {
	animation: fadeIn 0.5s ease-out;
}

.valores .tab-pane h3 {
	font-weight: 700;
	font-size: 36px;
	color: #000000;
}

.valores .line1 {
	height: 2px;
	width: 70px;
	background-color: #000000;
	border-radius: 50px;
	margin: 10px auto 10px;
	position: relative;
	opacity: 0.3;
}

.valores .tab-pane p {
	font-weight: 500;
	font-size: 16px;
	color: #000000;
}

.valores .tab-pane ul {
	list-style: none;
	padding: 0;
}

.valores .tab-pane ul li {
	padding-bottom: 10px;
}

.valores .tab-pane ul i {
	font-size: 20px;
	margin-right: 4px;
}

.single_bolsas_inner {
	position: relative;
}

.single_bolsas .bolsas_image img {
	padding: 5px;
	border-radius: 50%;
	background-color: #afa891;
	align-items: flex-start;
	height: 70%;
}

.single_bolsas .bolsas_image1 img {
	padding: 5px;
	background-color: #afa891;
	align-items: flex-start;
	height: 70%;
}

.single_bolsas .bolsas_content {
	height: 30%;
	position: relative;
}
.single_bolsas .bolsas_content .bolsas_title {
	font-size: 20px;
	font-weight: 700;
	color: #ffd900;
}

.single_bolsas .bolsas_content p {
	margin-top: 15px;
	color: #ffffff;
}

.galeria {
	background-color: #b1aa93;
}

.galeria .gallery-item {
	overflow: hidden;
	border: 3px solid #b1aa93;
}

.galeria .gallery-item img {
	transition: all ease-in-out 0.4s;
	filter: grayscale(1);
}

.galeria .gallery-item img:hover {
	transition: all ease-in-out 0.4s;
	filter: grayscale(0.2) brightness(110%);
}

.galeria .gallery-item:hover img {
	transform: scale(1.1);
}

.contacto {
	background-color: rgb(61, 58, 49, 0.8);
}

.contacto .title {
	color: #e4dcc5;
}

.contacto .line .box {
	position: absolute;
	top: -6px;
	left: 50%;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: rgb(255, 217, 0);
	-webkit-transform: translateX(-35%) rotate(45deg);
	-moz-transform: translateX(-35%) rotate(45deg);
	-ms-transform: translateX(-35%) rotate(45deg);
	-o-transform: translateX(-35%) rotate(45deg);
	transform: translateX(-35%) rotate(45deg);
}
.contacto .line .box::before,
.contacto .line .box::after {
	position: absolute;
	content: '';
	top: 7px;
	left: -8px;
	width: 100%;
	height: 100%;
	background-color: rgb(255, 217, 0, 0.4);
	border-radius: 100%;
}
.contacto .line .box::after {
	left: auto;
	right: -7px;
	top: -8px;
}

.contacto .single_bolsas .bolsas_content {
	margin-top: 5px;
}

.contacto .info i {
	font-size: 20px;
	color: #3d3a31;
	float: left;
	width: 44px;
	height: 44px;
	background: #79725f;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.contacto .info h4 {
	padding: 0 0 0 60px;
	font-size: 16px;
	font-weight: 600;
	margin-top: 15px;
	color: #ffffff;
}

.contacto .info p {
	padding: 0 0 0 60px;
	font-size: 12px;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #ffffff;
}

.single_form input,
.single_form textarea {
	padding: 0 25px;
	border: 1px solid #2b2d30;
	border-radius: 10px;
	height: 50px;
	width: 100%;
	font-size: 16px;
	color: #7a7a7a;
	background-color: #2b2d30;
	opacity: 1;
}
.single_form input:focus,
.single_form textarea:focus {
	border-color: #ffd900;
	background-color: #2b2d30;
}

.single_form textarea {
	height: 180px;
	padding-top: 15px;
	resize: none;
}

.single_form .main-btn {
	height: 60px;
	line-height: 60px;
	padding: 0 60px;
}

.footer {
	background-color: rgba(255, 222, 33, 0.8);
}
