body {
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

a {
	text-decoration: none !important;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}

a.filled-button {
	background-color: #65A6BF;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #fff;
	color: #65A6BF;
}

a.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.border-button:hover {
	background-color: #fff;
	color: #65A6BF;
}

.section-heading {
	text-align: center;
	margin-bottom: 80px;
}

.section-heading h2 {
	font-size: 36px;
	font-weight: 600;
	color: #1e1e1e;
}

.section-heading em {
	font-style: normal;
	color: #65A6BF;
}

.section-heading span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
}

#preloader {
	overflow: hidden;
	background: #65A6BF;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: 9999999;
	color: #fff;
}

#preloader .jumper {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	position: absolute;
	margin: auto;
	width: 50px;
	height: 50px;
}

#preloader .jumper>div {
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	opacity: 0;
	width: 50px;
	height: 50px;
	-webkit-animation: jumper 1s 0s linear infinite;
	animation: jumper 1s 0s linear infinite;
}

#preloader .jumper>div:nth-child(2) {
	-webkit-animation-delay: 0.33333s;
	animation-delay: 0.33333s;
}

#preloader .jumper>div:nth-child(3) {
	-webkit-animation-delay: 0.66666s;
	animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	5% {
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes jumper {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	5% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/* barra arriba del nav */

.sub-header {
	background-color: #C4E5F2;
	height: 46px;
	line-height: 46px;
}

.sub-header ul li {
	display: inline-block;
}

.sub-header ul.left-info li {
	border-left: 1px solid rgba(250, 250, 250, 0.3);
	padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
	border-right: 1px solid rgba(250, 250, 250, 0.3);
}

.sub-header ul.left-info li i {
	margin-right: 10px;
	font-size: 18px;
}

.sub-header ul.left-info li a {
	color: #2e2e2e;
	font-size: 14px;
	font-weight: 600;
}

.sub-header ul.right-icons {
	float: right;
}

.sub-header ul.right-icons li {
	margin-right: -4px;
	width: 46px;
	display: inline-block;
	text-align: center;
	border-right: 1px solid rgba(250, 250, 250, 0.3);
}

.sub-header ul.right-icons li:first-child {
	border-left: 1px solid rgba(250, 250, 250, 0.3);
}

.sub-header ul.right-icons li a {
	color: #2e2e2e;
	transition: all 0.3s;
}

.sub-header ul.right-icons li a:hover {
	opacity: 0.75;
}



/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	background-color: transparent !important;
	height: 80px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

header .navbar {
	padding: 20px 0px;
}

.background-header .navbar {
	padding: 10px 0px;
}

.background-header {
	top: 0;
	position: fixed;
	background-color: #fff !important;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

.background-header .navbar-brand h2 {
	color: #95dffc !important;
}

.background-header .navbar-nav a.nav-link {
	color: #1e1e1e !important;
}

.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.current,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #95dffc !important;
}

.navbar .navbar-brand {
	float: left;
	margin-top: 12px;
	outline: none;
}

.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.navbar .navbar-brand h2 em {
	font-style: normal;
	font-size: 16px;
}

#navbarResponsive {
	z-index: 999;
}

.navbar-collapse {
	text-align: center;
}

.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}

.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.5s;
	margin-top: 5px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.current,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #61a7fc;
	border-bottom: 3px solid #61a7fc;
}

.navbar .navbar-toggler-icon {
	background-image: none;
}

.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}

.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #61a7fc;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}

.nombre-marca {
	display: block;
}

@media (max-width: 768px) {
	.nombre-marca {
		display: none;
	}
}


/* Banner Style */

.img-fill {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center
}

.img-fill img {
	min-height: 100%;
	min-width: 100%;
	position: relative;
	display: inline-block;
	max-width: none;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.Grid1k {
	padding: 0 15px;
	max-width: 1200px;
	margin: auto;
}

.blocks-box,
.slick-slider {
	margin: 0;
	padding: 0 !important;
}

.slick-slide {
	float: left;
	padding: 0;
}

.Modern-Slider .item .img-fill {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 95vh;
}

.Modern-Slider .item .img-fill::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.615);
	z-index: 1;
}

.Modern-Slider .item .text-content {
	position: relative;
	z-index: 2;
}

.Modern-Slider .item-1 .img-fill {
	background-image: url(../images/bodegas/bodega1.jpg);
}

.Modern-Slider .item-2 .img-fill {
	background-image: url(../images/bodegas/bodega2.jpg);
}

.Modern-Slider .item-3 .img-fill {
	background-image: url(../images/bodegas/bodega3.jpg);
}

.Modern-Slider .NextArrow {
	position: absolute;
	top: 50%;
	right: 30px;
	border: 0 none;
	background-color: transparent;
	text-align: center;
	font-size: 36px;
	font-family: 'FontAwesome';
	color: #FFF;
	z-index: 5;
	outline: none;
	cursor: pointer;
}

.Modern-Slider .NextArrow:before {
	content: '\f105';
}

.Modern-Slider .PrevArrow {
	position: absolute;
	top: 50%;
	left: 30px;
	border: 0 none;
	background-color: transparent;
	text-align: center;
	font-size: 36px;
	font-family: 'FontAwesome';
	color: #FFF;
	z-index: 5;
	outline: none;
	cursor: pointer;
}

.Modern-Slider .PrevArrow:before {
	content: '\f104';
}

ul.slick-dots {
	display: none !important;
}

.Modern-Slider .text-content {
	text-align: left;
	width: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.Modern-Slider .item h6 {
	margin-bottom: 15px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	color: #5493c3;
	animation: fadeOutRight 1s both;
}

.Modern-Slider .item h4 {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: 2.5px;
	color: #FFF;
	overflow: hidden;
	animation: fadeOutLeft 1s both;
}

.Modern-Slider .item p {
	max-width: 570px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 40px;
}

.Modern-Slider .item a {
	margin: 0 5px;
}

.Modern-Slider .item.slick-active h6 {
	animation: fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h4 {
	animation: fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active {
	animation: Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
	position: relative;
}

.Modern-Slider {
	background: #000;
}


/* ==== CONTACTO DEBAJO DEL HEADER === */
.slick-slider {
	position: relative;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

/* parte de contacto */

.request-form {
	background-color: #65A6BF;
	padding: 40px 0px;
	color: #fff;
}

.request-form h4 {
	font-size: 22px;
	font-weight: 600;
}

.request-form span {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-top: 10px;
}

.request-form a.border-button {
	margin-top: 12px;
	float: right;
}

/* NOSOTROS */
.nosotros h2 {
	color: #3a82a1;
	font-weight: 700;
	font-size: 2rem;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.nosotros h2 em {
	font-style: normal;
	color: #007bff;
}

.nosotros p {
	color: #333;
	font-size: .9rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}

.nosotros img {
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease;
}

.nosotros img:hover {
	transform: scale(1.05);
}

@media (max-width: 767.98px) {
	.nosotros h2 {
		text-align: center;
	}

	.nosotros p {
		text-align: justify;
	}
}


/* POR QUE ELEGIRNOS */
.fun-facts {
	position: relative;
	margin-top: 140px;
	background-image: url(../images/bodegas/almacen.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 140px 0px;
	color: #fff;
	z-index: 1;
	overflow: hidden;
}

.fun-facts::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 10, 27, 0.894);
	z-index: -1;
}

.fun-facts h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
	text-align: center;
}

.fun-facts .fact-item {
	text-align: center;
	padding: 25px 15px;
	margin: 15px 0px;
}

.fun-facts .fact-icon {
	font-size: 40px;
	color: #b1cad3;
	margin-bottom: 15px;
}

.fun-facts .fact-title {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.5px;
}

.fun-facts .fact-description {
	font-size: 15px;
	color: #fff;
	margin-top: 10px;
}


/* GALERIA DE BODEGAS */
.galeria-bodegas {
	padding: 60px 20px;
	text-align: center;
	margin-top: 60px;
}

.galeria-bodegas h2 {
	font-size: 2rem;
	margin-bottom: 10px;
	font-weight: 700;
	color: #3a82a1;
}

.galeria-bodegas .intro-text {
	max-width: 700px;
	margin: 0 auto 40px;
	color: #555;
}

.grid-galeria {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	justify-items: center;
}

.img-galeria {
	width: 100%;
	height: 200px;
	object-fit: cover;
	cursor: pointer;
	border-radius: 8px;
	transition: transform 0.3s ease;
}

.img-galeria:hover {
	transform: scale(1.02);
}

/* Modal */
.modal-galeria {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.9);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 20px;
}

.modal-galeria.active {
	display: flex;
}

.modal-img {
	max-width: 90%;
	max-height: 70vh;
	border-radius: 12px;
	margin-bottom: 20px;
}

#modalDescripcion {
	color: #fff;
	font-size: 1.2rem;
	max-width: 600px;
	text-align: center;
}

.cerrar-modal {
	position: absolute;
	top: 80px;
	right: 30px;
	font-size: 2rem;
	color: #fff;
	cursor: pointer;
}

.flecha {
	position: absolute;
	top: 50%;
	font-size: 2rem;
	color: #fff;
	cursor: pointer;
	user-select: none;
	transform: translateY(-50%);
}

.flecha-izq {
	left: 20px;
}

.flecha-der {
	right: 20px;
}

@media (max-width: 768px) {
	.grid-galeria {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.grid-galeria {
		grid-template-columns: 1fr;
	}
}


/* OTROS SERVICIOS */
.more-info {
	margin-top: 90px;
}

.more-info .more-info-content {
	background-color: #f7f7f7;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.more-info .left-image img {
	width: 90%;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.more-info .right-content {
	padding: 50px 45px 50px 30px;
}

.more-info .right-content span {
	text-transform: uppercase;
	font-size: 14px;
	color: #777;
	letter-spacing: 1px;
	margin-bottom: 12px;
	display: block;
	font-weight: 600;
}

.more-info .right-content h2 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 1.3;
}

.more-info .right-content em {
	font-style: normal;
	color: #3a82a1;
}

.more-info .right-content p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.6;
	color: #444;
}

.more-info .right-content ul {
	padding-left: 20px;
	list-style: none;
	margin-bottom: 20px;
}

.more-info .right-content ul li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 15px;
	font-size: 11px;
	color: #333;
}

.more-info .right-content ul li::before {
	content: "✔";
	position: absolute;
	left: 0;
	color: #3a82a1;
	font-weight: bold;
	font-size: 16px;
}

@media (max-width: 768px) {
	.more-info .right-content {
		padding: 30px;
	}

	.more-info .right-content h2 {
		font-size: 28px;
	}

	.more-info .left-image img {
		border-radius: 12px 12px 0 0;
		height: auto;
	}

	.more-info .more-info-content {
		flex-direction: column;
	}
}


/* Testimonials Section */
.testimonials {
	margin-top: 100px;
	padding: 100px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	background: linear-gradient(rgba(0, 0, 0, 0.628),
			rgba(0, 0, 0, 0.5)), url('../images/bodegas/galeria1.jpg') no-repeat center center/cover;
	color: white;
}

.section-heading {
	text-align: center;
	margin-bottom: 50px;
}

.section-heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: #ffffff;
}

.section-heading span {
	display: block;
	font-size: 16px;
	color: #dddddd;
	margin-top: 10px;
}

.testimonial-carousel {
	position: relative;
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	overflow: hidden;
	min-height: 200px;
}

.testimonial-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transform: translateX(100%);
	transition: all 0.5s ease-in-out;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.1);
	/* Transparente suave */
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	padding: 40px 30px;
	box-sizing: border-box;
	backdrop-filter: blur(4px);
}

.testimonial-item.active {
	opacity: 1;
	transform: translateX(0);
	position: relative;
}

.testimonial-item h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #ffffff;
}

.testimonial-item span {
	font-size: 14px;
	font-weight: 500;
	color: #a0d8f1;
	margin-bottom: 15px;
	display: block;
}

.testimonial-item p {
	font-size: 16px;
	line-height: 1.6;
	color: #eeeeee;
	max-width: 600px;
}

/* Responsive */
@media (max-width: 768px) {
	.section-heading h2 {
		font-size: 28px;
	}

	.testimonial-item {
		padding: 30px 20px;
	}

	.testimonial-item p {
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.section-heading h2 {
		font-size: 24px;
	}

	.testimonial-item h4 {
		font-size: 18px;
	}

	.testimonial-item p {
		font-size: 14px;
	}
}


/* CONTACTO */
.callback-services {
	border-top: 1px solid #eee;
	padding-top: 140px;
}

.contact-us {
	background-color: #f7f7f7;
	padding: 140px 0px;
}

.contact-us .contact-form {
	background-color: transparent !important;
	padding: 0 !important;
}

.callback-form {
	margin-top: 140px;
}

.callback-form .contact-form {
	background-color: #399ec6;
	padding: 60px;
	border-radius: 5px;
	text-align: center;
}

.callback-form .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form ::-webkit-input-placeholder {
	color: #aaa;
}

.callback-form .contact-form :-ms-input-placeholder {
	color: #aaa;
}

.callback-form .contact-form ::placeholder {
	color: #aaa;
}

.callback-form .contact-form button.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
	background-color: #fff;
	color: #399ec6;
}

.contact-us .contact-form button.filled-button {
	background-color: #399ec6;
	color: #fff;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.contact-form select {
	border-radius: 20px;
	height: 40px;
	padding: 0px 15px;
	font-size: 13px;
	color: #6a6a6a;
	margin-bottom: 35px;
	border: none;
	box-shadow: none;
}

.contact-form select:focus {
	outline: none;
	box-shadow: none;
}

.contact-us .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #399ec6;
}

.map-container {
	width: 100%;
	height: 100%;
	min-height: 450px;
}

@media (max-width: 991px) {
	.map-container {
		height: 300px;
		margin-top: 30px;
	}

	.callback-form .contact-form {
		padding: 30px;
	}
}


/* FOOTER */
.bodegas-footer {
	background-color: #65A6BF;
	padding: 60px 0;
	color: #fff;
	margin-top: 80px;
}

.bodegas-footer h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.bodegas-footer p {
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.6;
}

.bodegas-footer ul.social-icons {
	margin-top: 15px;
	padding: 0;
	list-style: none;
}

.bodegas-footer ul.social-icons li {
	display: inline-block;
	margin-right: 8px;
}

.bodegas-footer ul.social-icons li a {
	width: 36px;
	height: 36px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	background-color: #fff;
	color: #65A6BF;
	border-radius: 50%;
	font-size: 16px;
	transition: all 0.3s;
}

.bodegas-footer ul.social-icons li a:hover {
	background-color: #ffffffcc;
	color: #1a1a1a;
}

.bodegas-footer ul.menu-list {
	list-style: none;
	padding: 0;
}

.bodegas-footer ul.menu-list li {
	margin-bottom: 10px;
}

.bodegas-footer ul.menu-list li a {
	color: #fff;
	font-size: 15px;
	transition: color 0.3s;
}

.bodegas-footer ul.menu-list li a:hover {
	color: #1a1a1a;
	text-decoration: underline;
}

.footer-logo {
	max-width: 130px;
	margin-top: 20px;
	border-radius: 50%;
}


/* Sub-footer Style */

.sub-footer {
	background-color: #C4E5F2;
	text-align: center;
	padding: 25px 0px;
}

.sub-footer p {
	color: #2b2b2b;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.sub-footer a {
	color: #1a1a1a;
}


.page-heading {
	text-align: center;
	background-image: url(../images/page-heading-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 230px 0px 150px 0px;
	color: #fff;
}

.page-heading h1 {
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
}

.page-heading span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: block;
}


/* Responsive Style */
@media (max-width: 768px) {
	.sub-header {
		display: none;
	}

	.Modern-Slider .item h6 {
		margin-bottom: 15px;
		font-size: 18px;
	}

	.Modern-Slider .item h4 {
		margin-bottom: 25px;
		font-size: 28px;
		line-height: 36px;
		letter-spacing: 1px;
	}

	.Modern-Slider .item p {
		max-width: 570px;
		line-height: 25px;
		margin-bottom: 30px;
	}

	.Modern-Slider .NextArrow {
		right: 5px;
	}

	.Modern-Slider .PrevArrow {
		left: 5px;
	}

	.request-form {
		text-align: center;
	}

	.request-form a.border-button {
		float: none;
		margin-top: 30px;
	}

	.services .service-item {
		margin-bottom: 30px;
	}

	.fun-facts .left-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.more-info .right-content {
		padding: 30px;
	}

	footer {
		padding: 80px 0px 20px 0px;
	}

	footer .footer-item {
		border-bottom: 1px solid #343434;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	footer .last-item {
		border-bottom: none;
	}

	.about-info .right-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.team .team-item {
		margin-bottom: 30px;
	}

	.tabs-content {
		margin-left: 0px;
		margin-top: 30px;
	}

	.contact-item {
		margin-bottom: 30px;
	}
}

@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 10px;
	}

	.navbar .navbar-brand {
		width: auto;
	}

	.navbar:after {
		display: none;
	}

	#navbarResponsive {
		z-index: 99999;
		position: absolute;
		top: 80px;
		left: 0;
		width: 100%;
		border-radius: 50px;
		text-align: center;
		background-color: #ffffffe0;
		box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
	}

	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #b6b6b6;
	}

	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}

	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e !important;
	}

	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.current,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #61a7fc !important;
		border-bottom: none !important;
	}
}

/* POLITICA */
.privacy-section {
	background-color: #f8f9fa;
	padding: 60px 20px;
	color: #333;
}

.privacy-section h2 {
	font-size: 32px;
	color: #65A6BF;
	margin-bottom: 20px;
}

.privacy-section h4 {
	font-size: 20px;
	margin-top: 30px;
	color: #444;
}

.privacy-section p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 15px;
}

.privacy-section ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 20px;
}

.privacy-section ul li {
	margin-bottom: 8px;
}


/* BANER PEQUEÑO */
.banner-privacidad {
	position: relative;
	background-image: url('../images/bodegas/almacen.jpg');
	background-size: cover;
	background-position: center;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-privacidad .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-privacidad h1 {
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}