/* Media Rangos */

/* |-- 1200 px --|-- 768px --|-- 414px --|-- 384px --|-- 375px --|-- 320px --| */


/* Fonts definitions */

/*
 Propiedades opcionales
	font-weight:

    100 - Thin
    200 - Extra Light (Ultra Light)
    300 - Light
    400 - Normal
    500 - Medium
    600 - Semi Bold (Demi Bold)
    700 - Bold
    800 - Extra Bold (Ultra Bold)
    900 - Black (Heavy)
		Peso o fuerza de la fuente a utilizar.El valor por defecto es normal.

	font-style:
		Define como se va a estilizar la fuente.
		normal|italic|oblique|initial|inherit. El valor por defecto es normal.

	font-stretch:
		Define como se a “estirar” la fuente. Puede ser: normal, condensed, ultra-condensed, extra-condensed, semi-condensed, expanded, semi-expanded, extra-expanded, ultra-expanded. El valor por defecto es normal.

 */
 .header {
    background-image: url('../img/Backgrounds/Platitos-Holi.jpg');
    background-repeat: no-repeat;
     background-attachment: fixed

 }

.copyright-holi {
    background-color: black;
    color: aliceblue;
    text-align: center;
    /* position: sticky; */
  bottom: 0;
}

.border-holi {
    border: 1px;
    border-style:dotted solid double dashed;
}

.bg-image {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

.h-100 {
	height: 100% !important;
}

.h-512px {
	height: 512px;
}


.h-50 {
    height: 50% !important;
}
.text-white {
    color: white;
}

#ProductosHoli {
    padding-top: 50px;
    padding-bottom: 50px;
    border: 1px;
}

.biberon {
    height: 250px;
    
}
.biberon-rosa {
    height: 25%;
}

