/* Casa Coscolo CSS personalizado */


/* Fonts */

@font-face {
	font-family: 'brandon-grotesque-bold';
	src: url('font/brandon_bld.eot');
	src: url('font/brandon_bld.eot?#iefix') format('embedded-opentype'), url('font/brandon_bld.woff') format('woff'), url('font/brandon_bld.ttf') format('truetype'), url('font/brandon_bld.svg#brandon-grotesque-bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'brandon-grotesque-medium';
	src: url('font/brandon_med.eot');
	src: url('font/brandon_med.eot?#iefix') format('embedded-opentype'), url('font/brandon_med.woff') format('woff'), url('font/brandon_med.ttf') format('truetype'), url('font/brandon_med.svg#brandon-grotesque-medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'brandon-grotesque-regular';
	src: url('font/brandon_reg.eot');
	src: url('font/brandon_reg.eot?#iefix') format('embedded-opentype'), url('font/brandon_reg.woff') format('woff'), url('font/brandon_reg.ttf') format('truetype'), url('font/brandon_reg.svg#brandon-grotesque-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'brandon_grotesquebold';
	src: url('font/brandon_bld-webfont.woff2') format('woff2'), url('font/brandon_bld-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'brandon_grotesqueblack';
	src: url('font/brandon-grotesque-black-webfont.eot');
	src: url('font/brandon-grotesque-black-webfont.eot?#iefix') format('embedded-opentype'), url('font/brandon-grotesque-black-webfont.woff2') format('woff2'), url('font/brandon-grotesque-black-webfont.woff') format('woff'), url('font/brandon-grotesque-black-webfont.ttf') format('truetype'), url('font/brandon-grotesque-black-webfont.svg#brandon_grotesqueblack') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gill_sansitalic';
	src: url('font/gillsans-italic-webfont.eot');
	src: url('font/gillsans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('font/gillsans-italic-webfont.woff2') format('woff2'), url('font/gillsans-italic-webfont.woff') format('woff'), url('font/gillsans-italic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


main#login-panel {
    display: flex;
    padding: 50px;
    border: 1px solid;
    border-radius: 30px;
    width: 40%;
    max-width: 590px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body.login div#content {
	font-size: 15px;
	width: 100%;
	display: flex;
	justify-content: center;
	height: 100%;
	align-items: center;
}

form#login-box{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 70%;
}

form input[type="text"],
form input[type="submit"],
form input[type="password"]{
    padding: 20px 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 100%;
    margin-bottom: 0;
    width: 100%;
}


body {
    font-family: "brandon-grotesque-regular";
    margin: 0px;
    background-color:#F1E8C3;
    height: 100vh;
}

div#content{
	padding: 60px 2%; */
}

header{
	display:flex;
}

header.main-header {
	background-color: #032D35;
	padding: 20px 5%;
	/* max-height: 450px; */
	height: auto;
	}

header.main-header .logo-container {
     max-width: 300px; 
    max-height: 460px; 
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
header.main-header .logo-container img {
    max-width: 180px; 
    max-height: 190px; 
}

header {
    display: flex;
    justify-content: center;
}

span.menu-button {
    display: none;
}
div#menu-bar {
    display: flex;
    height: 80px;
    justify-content: center;
}

span.menu-button {
    background: bisque;
    width: 100%;
    padding: 30px;
    text-align: center;
}

.logo-container img {
    width: 540px;
}
.vino {
    margin-bottom: 20px;
}

.vino h3 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    font-size: 2.5vh;
}

.vino h3 span {
    font-weight: normal;
}

.detalles {
    font-style: italic;
    margin-left: 20px;
    color: #555;
    font-size: 2.3rem;
}

h1, h2 {
    color: #333;
    font-size: 35px;
    text-align: center;
}

h2 {
	font-size: 4em;
	text-transform:uppercase;
    margin-top: 20px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
}

h3 {
	font-size: 1.8rem;
	text-transform:uppercase;
	border-bottom: 1px solid #232323;
}

a {
    text-decoration: none;
    color: #232323;
}

a:hover {
    text-decoration: underline;
}


/* Estilos para la secciÃƒÂ³n de tipo de vino */
.seccion-color {
    padding: 20px;
    margin-bottom: 30px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.seccion-color h2 {
    font-size: 24px;
    color: #232323;
    margin-bottom: 15px;
}

/* Estilos generales para el formulario */

select#denominacion_origen {
    font-size: 1.2em;
}

form#form-filtro label, form#form-filtro select {
    font-size: 2.3vh !important;
}

form#form-filtro select option  {
    font-size: 1.1vh;
}

#form-filtro {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f4f7f6;
    border-radius: 8px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

#form-filtro .form-group {
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
}

#form-filtro label {
    font-weight: bold;
    margin-bottom: 5px;
}

#form-filtro select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#form-filtro .botones {
    flex: 0 0 auto;
}

#form-filtro button, a.boton {
    padding: 10px 20px;
    background-color: #232323;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#form-filtro button:hover {
    background-color: #45a049;
}

div#bloque-filtro-do {
     display: none; 
}

/* Estilos responsivos */
@media (max-width: 1200px) {
    #form-filtro {
        flex-direction: column !important;
        align-items: stretch !important;
        /* max-width: 780px; */
    }
	
	

    #form-filtro .form-group {
        min-width: 100%;
    }

    #form-filtro .botones {
        text-align: center;
        margin-top: 10px;
    }

      #form-filtro button, a.boton {
        width: 100%;
        padding: 2% 3%;
        font-size: 2.0vh !important;
        margin: 31px 20px;!i;!;
    }
}

/* Estilos para la secciÃƒÂ³n agrupada */
.seccion-agrupada {
    padding: 20px;
    margin-bottom: 30px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.seccion-agrupada h2 {
    font-size: 2.5vh;
    color: #232323;
    margin-bottom: 15px;
}

/* Estilos para cada vino */
.vino {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.vino-titulo {
    display: flex;
    justify-content: space-between;
    font-size: 100%;
    margin: 0;
}

.vino-precio {
    font-weight: bold;
    color: #333;
}

.detalles {
    font-size: 100%;
    color: #555;
    margin-top: 5px;
}

.vino:last-child {
    border-bottom: none;
}

/* Alternar colores para las secciones */
.seccion-color:nth-child(odd) {
    background-color: #e9f7ef;
}

.vino:last-child {
    border-bottom: none;
}


/* Estilos de la secciÃƒÆ’Ã‚Â³n de color */
.seccion-color {
    margin-bottom: 30px;
    background-color: #e6e6e600;
    border-radius: 8px;
}

.seccion-color h2 {
    font-size: 2.8rem;
    color: #363636;
    margin-bottom: 15px;
}

/* SecciÃƒÆ’Ã‚Â³n de cada categorÃƒÂ­a dentro de un color */
.seccion-categoria {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #ffffff80;
    /* border-left: 4px solid #232323; */
    border-radius: 8px;
}

/* Bloque individual de cada vino */
.vino {
    padding: 5px 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
section.seccion-agrupada .vino:nth-child(odd) {
    background-color: #eeeeee;
}

.vino-titulo {
    display: flex;
    justify-content: space-between;
    font-size: 100%;
    margin: 0;
    padding-bottom: 5px;
}

/*PAgina de vino*/

/* Estilos generales */

div#bloque-vino {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
div#columna-foto {
	width:100%;
	/* margin: 2%; */
}

div#columna-detalles {
	width:100%;
	margin: 2%;
}




@media (max-width: 1280px) {
div#bloque-vino {
    flex-direction: column;
}
}
.vino-imagen {
    /* max-width: 800px; */
    /* margin: 5%; */
}

.container {
    max-width: 1600px;
    margin: 30px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #232323;
    margin-bottom: 30px;
}

.vino-imagen {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}

.vino-imagen img {
    max-width: 550px;
    height: auto;
    border-radius: 8px;
}

.vino-detalles {
    font-size: 2.5em;
    line-height: 1.6;
    margin-bottom: 30px;
}

.vino-detalles p {
    margin: 8px 0;
}

.vino-detalles strong {
    color: #232323;
}

.vino-cata {
    background-color: #f9f9f9;
    padding: 20px;
    border-left: 4px solid #232323;
    border-radius: 8px;
}

.vino-cata h2 {
    margin-top: 0;
    color: #232323;
}

.vino-cata p {
    margin: 0;
}

.volver {
    text-align: center;
    margin: 20px 20px;
}

.boton:hover {
    background-color: #252525;
}

/* Estilos para la cabecera */
.main-header {
    background-color: #232323;
    padding: 10px 0;
    text-align: center;
}

.logo {
    width: 100%;
    height: auto;
}


.vino-precio {
    font-weight: bold;
    color: #333;
}

.detalles {
    font-style: italic;
    font-size: 100%;
    color: #555;
    margin-left: 20px;
}

/* Estilo para separar claramente las secciones y los vinos */
.seccion-color:nth-child(odd) {
    background-color: #fafafa00;
}

.seccion-categoria:nth-child(odd) {
    /* background-color: #f9f9f9; */
}

.vino:last-child {
    border-bottom: none;
}