body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #000000;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 32px;
	color: #83121A;
}
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;
}
#menu {
    padding: 0px;
    transition: all 0.8s;
}

#menu.navbar-default {
    background-image: url('../img/BG2.jpg'); /* Ruta de la imagen de fondo */
    background-size: auto; /* Ajusta la imagen para que cubra toda la barra */
    background-repeat: repeat; /* Evita que la imagen se repita */
    background-position: center; /* Centra la imagen */
    border-color: rgba(231, 231, 231, 0);
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    height: 100px; /* Ajusta este valor según lo gruesa que quieras la barra */
	display: flex;
    justify-content: center;
    align-items: center;
	
}

#menu .navbar-nav {
	flex-direction: column;
	align-items: flex-start;
}

#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 {
    margin: 0 00px;
}

#menu.navbar-default .navbar-nav > li > a {
	margin: 0; /* Elimina márgenes grandes */
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #1f386e;
    font-size: 18px; /* Ajusta el tamaño de la fuente de los enlaces */
    font-weight: 700;
    padding: 2px 4px; /* Ajusta el padding para cambiar la altura de los botones */
    border-radius: 0;
    margin: 68px 20px 0 4px; /* Ajusta el margen para alinear los botones más abajo */
}

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

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ce2a36 !important;
	background-color: transparent;
}

#menu .phone {
	font-family: 'Montserrat', sans-serif;
	margin: 4px 0 0 120px;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #999;
}

#menu .phone span {
	font-size: 14px;
	display: block;
	color: #1f386e;
}

.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: 0px;
}

.section-title h2 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 1px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.section-title h2::after {
	position: absolute;
	content: "";
	background-color: #e52f3c;
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0;
}

.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 */
#menu.navbar-default .navbar-nav > li > a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #1f386e;
    font-size: 14px; /* Tamaño de la fuente para todos los dispositivos */
    font-weight: 700;
    padding: 0px 0px; /* Espaciado para todos los dispositivos */
    border-radius: 0;
    margin: 0px 11px 6px 14px; /* Margen para todos los dispositivos */
}

/* Estilos específicos para dispositivos móviles */
@media (max-width: 767px) {
    #menu.navbar-default .navbar-nav > li > a {
        margin: 5px 0; /* Ajusta el margen solo en dispositivos móviles */
    }
}


/* CSS general para la imagen del header */
header img {
    width: 100%;
    height: auto;
    display: block;
	margin-top: auto
}


/* Ajuste específico para dispositivos móviles */
@media (max-width: 767px) {
    header img {
        margin-top: 100px; /* Ajusta este valor según la altura de tu barra de navegación */
    }
}
/* Get Touch Section */
#get-touch {
	padding: 0px 0px;
	color: rgba(255,255,255,.7);
	background: #83121A;
}
#get-touch h3 {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin: 14px 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: #035E2E;
}
#get-touch2 h3 {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin: 14px 0px 0px 0px;
}
#get-touch2 .btn-custom {
	margin: 30px;
	background: #83121A;
	border: 5px solid #fff;
}
#get-touch2 .btn-custom:hover {
	color: #1f386e;
	background: #fff;
	border: 2px solid #fff;
}

/* About Section */
#about {	
	background-image: url('../img/BG3.jpg');
    background-size: auto; /* Asegura que la imagen cubra todo el fondo */
    background-position: center center; /* Centra la imagen */
    background-attachment: fixed;
	padding: 100px 0;
	
	position: relative;
	z-index: 1;
}
#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 {
	background-image: url('../img/BG3.jpg');
    background-size: auto; /* Asegura que la imagen cubra todo el fondo */
    background-position: center center; /* Centra la imagen */
    background-attachment: fixed;
	padding: 100px 0;
	
}
.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(66, 2, 2, 0.8);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 10;
	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 Section (clean styles)
   ============================ */
#contact {
  padding: 50px 0 60px 0;
  background: #83121A;
  color: rgba(255,255,255,.85);
}

#contact .section-title h2 {
  color: #fff;
  font-size: 2.2em; /* Aumentado */
}

.contact-info {
  text-align: center;
  font-size: 1.5em;      /* Aumentado */
  line-height: 1.9em;    /* Más espacio */
  padding: 0px 0px 0px;
  max-width: 720px;
  margin: 0 auto;
}

.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
  font-size: 1.3em;      /* Aumentado */
}

.contact-info ul li {
  margin: 6px 0;
}

.contact-info a {
  color: #fff;
  text-decoration: underline;
}

.contact-info a:hover,
.contact-info a:focus {
  color: #F5E9DA;
  text-decoration: none;
}

.contact-info .social {
  margin-top: 8px;
}

.contact-info .social li {
  display: inline-block;
  margin: 0 16px;
}

.contact-info .social i.fa {
  font-size: 26px;  /* Aumentado */
  vertical-align: middle;
  margin-right: 8px;
}

.social-icon {
  width: 48px;      /* tamaño base */
  height: 48px;
  display: inline-block;
  transition: transform 0.2s;
}

.social-icon:hover {
  transform: scale(1.15); /* efecto zoom */
}

/* Responsive tweaks */
@media (max-width: 767px) {
  #contact .section-title h2 {
    font-size: 1.6em; /* más pequeño en móvil */
  }
  .contact-info {
    font-size: 1.25em;
    line-height: 1.7em;
  }
  .contact-info ul {
    font-size: 1.15em;
  }
  
  
  /* Ajustar alineación de "Redes sociales" con los íconos */
.contact-info p strong {
  display: inline-block;
  margin-right: 10px; /* espacio pequeño entre el texto y el primer ícono */
  vertical-align: middle;
}

.contact-info .social {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0; /* eliminar salto extra */
}

.contact-info .social li {
  margin: 0 6px; /* reducir separación lateral entre íconos */
}
  
}
.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 {
	padding-top: 0px;
	margin-top: 0px;
	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) {
    #menu.navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding: 0px 0px;
    }

    .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: #F5E9DA; /* Color de fondo del divisor */
    border-top: 1px solid #943434; /* Línea divisoria superior */
    margin: 20px 0; /* Espacio alrededor del divisor */
}

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

/* 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;
    }
}

.punto-venta {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.punto-venta > div {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .punto-venta {
        flex-direction: column;
        align-items: center;
    }

    .punto-venta > div {
        max-width: 100%;
    }
}

/* grid ligthbox */

* General reset and box-sizing */
*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body styling */
body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Grid for gallery */
.grid {
    display: grid;
    place-items: stretch;
    width: 100%;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.grid img {
    filter: grayscale(0.9) opacity(0.9);
    border: 2px solid transparent;
    transition: all 0.15s ease-in-out;
}

.grid img:hover,
.grid img:focus {
    filter: grayscale(0);
    opacity: 1;
    border: 2px solid #000;
}

/* Lightbox styling */
.lightbox {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0 0 0 / 80%);
    display: none;
}

.lightbox.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lightbox__close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0.8rem;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
    border: none;
}

.lightbox img {
    max-height: 75%;
    max-width: 75%;
}

.overflow-hidden {
    overflow: hidden;
}


/* ------------------------- */
/* Estilos CSS del Reproductor */
/* ------------------------- */
.fm-video {
	width: 100%;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.5);
}

.fm-video .vjs-control-bar {
	background: #F4F4F4;
	color: #2d5f85;
}

.fm-video .vjs-play-progress,
.fm-video .vjs-volume-level {
	background: #1d87d8;
}

.fm-video .vjs-slider {
	background: #2d5f85;
}

.video-js:hover .vjs-big-play-button {
	background: rgba(0,0,0,.2);
}

.fm-video .vjs-big-play-button {
	background: rgba(0,0,0,.2);
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	border:none;
}

.fm-video .vjs-big-play-button:hover {
	background: rgba(0,0,0,.5);
}

article {
	margin: 50px 0;
	background: #fff;
	color: #000;
	font-size: 16px;
	line-height: 28px;
	padding: 40px;
}

article h2 {
	color: #2D5F85;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
	header {
		position: relative;
		height: auto;
	}

	main {
		margin-top: 50px;
	}
}

/* Estilo del pie de foto en Lightbox */
.lightbox .lightbox-caption {
    color: white; /* Color del texto del pie de foto */
    font-size: 1.2em;
    text-align: center;
    margin-top: 15px;
}

/*NUESTRA HISTORIA*/
//* Estilos generales para la sección "Nuestra Historia" */
#services {
    padding: 100px 0;
    background-color: #f4f4f4; /* Fondo general de la sección */
}

/* Contenedor principal para cada elemento de la historia */
.service-item {
    background-color: #fff; /* Fondo blanco para cada contenedor */
    border-radius: 8px; /* Bordes redondeados */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra ligera */
    margin: 15px;
    padding: 15px;
    text-align: center; /* Centra el contenido dentro del contenedor */
    max-width: 300px; /* Ancho máximo para cada contenedor */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Efecto al pasar el mouse */
}

/* Efecto hover para los contenedores */
.service-item:hover {
    transform: translateY(-5px); /* Levanta ligeramente el contenedor */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Sombra más pronunciada */
}

/* Estilos para las imágenes dentro de los contenedores */
.service-item img {
    width: 100%;
    height: auto;
    border-radius: 8px; /* Bordes redondeados para la imagen */
}

/* Estilos para el texto dentro de los contenedores */
.service-item p {
    font-size: 14px;
    line-height: 1.3;
	TEXT-ALIGN:left;
    color: #000000;
    margin-top: 24px;
	
}

#services p {
    letter-spacing: 0.5px;
}

/* Estilo específico para los h3 en la sección "Nuestra Historia" */
#services h3 {
    color: #83121A; /* Cambia el color a #83121A */
    font-family: 'Montserrat', sans-serif; /* Mantén la fuente consistente */
    font-size: 26px; /* Tamaño de fuente adecuado */
    font-weight: 700; /* Negrita para destacar */
    margin-bottom: 15px; /* Espaciado inferior para mejor legibilidad */
}

.btn-custom {
    padding: 10px 20px; /* Ajusta el padding vertical y horizontal */
    font-size: 20px; /* Ajusta el tamaño del texto */
    border-radius: 5px; /* Ajusta el radio de las esquinas */
    
}    
    
    
    /* Asegura que las filas usen Flexbox para centrar los elementos */
.row {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    flex-wrap: wrap; /* Permite que los elementos se ajusten en múltiples líneas */
}

/* Asegura que cada columna tenga el mismo ancho y esté centrada */
.col-md-4 {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centra verticalmente el contenido dentro de cada columna */
    text-align: center; /* Alinea el texto al centro */
    margin-bottom: 20px; /* Espacio entre las filas */
}

/* Ajusta las imágenes para que sean responsivas y centradas */
.service-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px; /* Espacio entre la imagen y el texto */
}

/* Estilo para el correo en Contacto */
.contact-email {
  font-size: 1.2em;   /* texto más grande */
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;          /* espacio entre ícono y texto */
  margin: 20px 0;
}

.contact-email a {
  color: #fff;
  text-decoration: none;
}

.contact-email a:hover {
  color: #F5E9DA;
}

.email-icon {
  width: 36px;  /* tamaño del logo */
  height: auto;
}

