/*
Theme Name: In Label Veritas
Author URI: http://www.davidalegria.com
Description: Un tema desarrollado en exclusiva por David Alegria.
Author: David Alegria S.L.
Version: 1.0
License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html
Copyright: (c) 2025 David Alegria S.L.
*/

:root {
  /* Colores principales personalizados */
  --bs-primary:   #f9d3e0;  /* Rojo vibrante */
  --bs-secondary: #6c757d;  /* Gris oscuro por defecto (puedes cambiarlo) */
  --bs-success:   #2a9d8f;  /* Verde esmeralda */
  --bs-info:      #219ebc;  /* Azul claro */
  --bs-warning:   #ffb703;  /* Amarillo mostaza */
  --bs-danger:    #d90429;  /* Rojo intenso */
  --bs-light:     #f8f9fa;  /* Gris muy claro */
  --bs-dark:      #1b133e;  /* Gris oscuro */
}

body, html { height: 100%; }
body {font-family: franklin-gothic, sans-serif;font-weight: 400;font-style: normal;color:#1b133e;line-height:1.2;}
a {color:#1b133e;}
h1, h2, h3 {line-height:1.2;}
h4, h5, h6 {font-family: franklin-gothic, sans-serif;font-weight: 600; font-style: normal;color:#1b133e;line-height:1.2;}
p + h4, p + h5, h3 + h4, h3 + h5, h2 + h4, h2 + h5 {}
table {line-height:1.1;}
.simbol {position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);}
.small, small {font-size:.85rem;}	
.full-height { height: 100vh; }

.wine {position:fixed;z-index:-1;top:0;bottom:0;right:0;left:0;background-image:url('img/wine.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;}

.card-wine a {text-decoration:none;}


/*** MOBILE ***/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

    
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

	
}
