body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
    h1 {
        font-family: 'Montserrat', sans-serif;
        margin: 0 0 20px 0;
        font-weight: 700;
        font-size: 32px;
        color: #035E2E;
    }
h2 {
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 32px;
	color: #84131B;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #333;
}
h4 {
	font-size: 18px;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #1f386e;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #e52f3c;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #1E7A46;
	margin-bottom: 20px;
	border: 0;
}
/* Navigation */
/* Estilo para el menú de navegación */
#menu {
    padding: 0;
    transition: all 0.8s;
}

#menu.navbar-default {
    background-color: #F5E9DA;
    border-color: rgba(231, 231, 231, 0);
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

#menu a.navbar-brand {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1f386e;
    text-transform: uppercase;
    letter-spacing: -1px;
}

#menu.navbar-default .navbar-nav > li > a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #1f386e;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 12px;
    border-radius: 0;
}

#menu.navbar-default .navbar-nav > li > a:hover {
    color: #ce2a36;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
    border-color: #fff;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
    background-color: #83121A;
}
.section-title {
	margin-bottom: 70px;
}
.section-title h2 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #e52f3c;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #1f386e;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

/* Estilos generales para todos los dispositivos */
/* General Styles */
body {
    font-family: Arial, sans-serif;
    padding-top: 70px; /* To avoid content being hidden behind the fixed navbar */
}

h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.divider {
    margin: 20px 0;
}

.divider2 {
    margin: 10px 0;
}

/* Punto de Venta */
.punto-venta {
    margin-bottom: 30px;
}

.punto-venta h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

/* Gallery Styles */
.galeria-fotos img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

/* Responsive Styles */
@media (max-width: 767px) {
    .navbar-brand img {
        max-width: 100px; /* Adjust logo size on smaller screens */
    }
}

@media (max-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .punto-venta h2, .punto-venta h3 {
        font-size: 20px;
    }

    .punto-venta .col-md-4 {
        margin-bottom: 20px;
    }
}
/* Get Touch Section */
#get-touch {
	padding: 20px 0px;
	color: rgba(255,255,255,.7);
	background: #83121A;
}
#get-touch h3 {
	font-size: 25px;
	font-weight: 400;
	color: #fff;
	margin: 21px 0px 0px 0px;
}
#get-touch .btn-custom {
	margin: 30px;
	background: transparent;
	border: 5px solid #fff;
}
#get-touch .btn-custom:hover {
	color: #1f386e;
	background: #fff;
	border: 2px solid #fff;
}

/* Get Touch2 Section */
#get-touch2 {
	padding: 20px 0px;
	color: rgba(255,255,255,.7);
	background: #75341D;
}
#get-touch2 h3 {
	font-size: 25px;
	font-weight: 400;
	color: #fff;
	margin: 0px 0px 0px 0px;
}
#get-touch2 .btn-custom {
	margin: 30px;
	background: transparent;
	border: 5px solid #fff;
}
#get-touch2 .btn-custom:hover {
	color: #1f386e;
	background: #fff;
	border: 2px solid #fff;
}

/* About Section */
#about {
	padding: 110px 0;
	background: #f6f6f6;
}
#about h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
}
#about h2 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
#about h2::after {
	position: absolute;
	content: "";
	background-color: #e52f3c;
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0;
}
#about .about-text li {
	margin-bottom: 2px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#about .about-text li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #1f386e;
	font-size: 11px;
	font-weight: 300;
	padding-right: 8px;
}
#about img {
	padding: 6px;
	width: 1000px;
	margin-top: 71px;
	background: #fff;
	border-right: 0;
	box-shadow: 0 0 50px rgba(0,0,0,0.06);
}
#about p {
	line-height: 23px;
	margin: 17px 0;
}
/* Services Section */
#services {
	padding: 100px 0;
}
#services .service-media {
	margin: 10px;
}
#services .service-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
#services .service-desc {
	margin: 10px 10px 20px;
}
#services h3 {
	font-weight: 700;
	padding: 5px 0;
}
#services .service-desc hr {
	margin-left: 0;
}
/* Portfolio Section */
#portfolio {
	padding: 100px 0;
	background: #f6f6f6;
}
.portfolio-item {
	margin: 15px 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(31, 56, 110, 0.8);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Testimonials Section */
#testimonials {
	padding: 100px 0;
}
#testimonials i {
	color: #e6e6e6;
	font-size: 32px;
	margin-bottom: 20px;
}
.testimonial {
	position: relative;
	padding: 20px;
}
.testimonial-image {
	float: left;
	margin-right: 20px;
}
.testimonial-image, .testimonial-image img {
	display: block;
	width: 64px;
	height: 64px;
}
.testimonial-content {
	position: relative;
	overflow: hidden;
}
.testimonial-content p {
	margin-bottom: 0;
	font-size: 14px;
	font-style: italic;
}
.testimonial-meta {
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
/* Contact Section */
#contact {
	padding: 100px 0 60px 0;
	background: #83121A;
	color: rgba(255,255,255,.65);
}
#contact .section-title {
	margin-bottom: 40px;
}
#contact h2 {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#contact h4 {
	color: #fff;
	margin-top: 22px;
	margin-bottom: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#contact form {
	padding-top: 20px;
}
#contact h3 {
	font-size: 17px;
	font-weight: 600;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
#contact .btn-custom {
	margin: 30px 0;
	background: transparent;
	border: 2px solid #fff;
}
#contact .btn-custom:hover {
	color: #83121A;
	background: #fff;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
	margin: 20px 0;
}
#contact .contact-item span {
	color: rgba(255,255,255,1);
	display: block;
}
#contact .social {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 50px;
	margin-top: 50px;
	text-align: center;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 24px;
	padding: 10px;
	color: rgba(255,255,255,0.6);
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #fff;
}
/* Footer Section*/
#footer {
	background: #f6f6f6;
	padding: 30px 0;
}
#footer p {
	color: #888;
	font-size: 14px;
}
#footer a {
	color: #1f386e;
}
#footer a:hover {
	color: #e52f3c;
}

@media (max-width: 768px) {
#about img {
	margin: 50px 0;
}
}


.button-simple {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f0f0f0;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}


.btn-custom {
	background-color: #83121A; /* Color de fondo cuando el cursor no está encima */
	color: white; /* Color del texto */
	border: 1px solid #83121A; /* Borde del botón, opcional */
	padding: 10px 20px;
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	transition: background-color 0.3s, color 0.3s;
  }
  
  .btn-custom:hover {
	background-color: #4f0404; /* Color de fondo cuando el cursor está encima */
	color: white; /* Color del texto cuando el cursor está encima */
  }




.button-simple:hover {
    background-color: #ccc;
    color: white;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

header {
    text-align: center;
    padding: 0px;
    background-color: #83121A;
    color: white;
}

main {
    padding: 20px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.cover-image {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s;
}

.cover-image:hover {
    transform: scale(1.05);
}

.content {
    display: none;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
}

@media (max-width: 767px) {
    .intro {
        background: url(../img/intro-bg-mobile.jpg) center center no-repeat;
        background-color: #e5e5e5;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}

/* Navbar adjustments for mobile */
.navbar-toggle {
    border: none;
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    background-color: #000; /* Ajusta esto para que coincida con tu color deseado */
}

.navbar-brand img {
    max-width: 100px; /* Ajusta esto según sea necesario */
    margin-top: 10px;
}

/* Adjust navbar items for mobile */
.navbar-nav > li > a {
    padding: 10px 15px;
}

@media (max-width: 768px) {
    .navbar-collapse {
        max-height: 300px; /* Ajusta esto según sea necesario */
        overflow-y: auto;
    }

    .navbar-nav > li > a {
        color: #000; /* Ajusta esto para que coincida con tu color deseado */
        text-align: center;
        font-size: 18px;
    }

    .navbar-collapse {
        background-color: #F5E9DA; /* Ajusta esto para que coincida con tu color de fondo deseado */
    }
}

/* PUNTOS VENTA */

/* Estilo para los puntos de venta */
.puntos-de-venta {
    padding: 20px 0;
}

.venta-item {
    margin-bottom: 40px; /* Espacio debajo de cada punto de venta */
}

.gallery img {
    margin-bottom: 10px; /* Espacio entre las imágenes de la galería */
    width: 100%;
    height: auto;
}

.divider {
    height: 40px; /* Altura del divisor */
    background-color: #F4F4F4; /* Color de fondo del divisor */
    border-top: 7px solid #943434; /* Línea divisoria superior */
    margin: 0px 0; /* Espacio alrededor del divisor */
}

.divider2 {
    height: 100px; /* Altura del divisor */
    background-color: #f4f4f4; /* Color de fondo del divisor */
    border-top: 2px solid #84131B; /* Línea divisoria superior */
    margin: 20px 0; /* Espacio alrededor del divisor */
}

.divider3 {
    height: 20px; /* Altura del divisor */
    background-color: #f4f4f4; /* Color de fondo del divisor */
    border-top: 2px solid #84131B; /* Línea divisoria superior */
    margin: 20px 0; /* Espacio alrededor del divisor */
}
/* barra navegacion puntos venta */

/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
}

/* Estilo para la galería de fotos */
.galeria-fotos img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

/* Diseño responsivo */
@media (max-width: 767px) {
    .punto-venta {
        flex-direction: column;
    }
    .punto-venta > div {
        margin-bottom: 20px;
    }
}

/* Ajuste para evitar que el contenido quede oculto debajo de la barra de navegación */
body {
    padding-top: 70px; /* Ajusta este valor si la altura de la barra de navegación cambia */
}

/* Otros estilos */
.container {
    margin-top: 20px; /* Espacio adicional si es necesario */
}

.punto-venta {
    display: flex;
    flex-wrap: wrap;
}

.galeria-fotos img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

/* Diseño responsivo */
@media (max-width: 767px) {
    .punto-venta {
        flex-direction: column;
    }
    .punto-venta > div {
        margin-bottom: 80px;
    }
}

/* grid */

.galeria-fotos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
}

.galeria-fotos img {
    width: 100%;
    height: auto;
    cursor: pointer;
    object-fit: cover;
    border-radius: 5px;
}

/* Ajuste final del logo en navbar */
.navbar-logo {
  height: 60px !important;  /* ajusta según necesidad (40px como index, 60px más grande) */
  width: auto !important;
  max-height: none !important;
}

