/* flores funerales reforma */

html {
    background: #f4f4f4;
}

/* CONTENEDOR PRINCIPAL */
.contenedor {
    max-width: 500px;
    margin: 0 auto; /* centra todo */
    padding: 10px;
}

/* TIPOGRAFÍA GENERAL */
p {
    color: #fff;
    background-color: #333;
    padding: 10px;
}

li {
    background-color: #055;
}

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

/* TÍTULOS */
h1 {
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 36px;
    background: linear-gradient(to bottom, #d5466d 12%,#d36582 50%,#d5466d 50%,#d5466d 71%);
    text-align: center;
    margin: 0;
    padding: 10px;
}

h2 {
	color: #005300;
}

h3 {
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 24px;
    background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); 
    text-align: center;
    margin: 0;
    padding: 10px;
}

h4 {
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 24px;
    background: linear-gradient(to bottom, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
    text-align: center;
    margin: 0;
    padding: 10px;
}

h5 {
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 24px;
    background: linear-gradient(to bottom, #f3c5bd 0%, #cf8686 50%, #956060 51%, #cf8686 75%, #b97272 100%);
    text-align: center;
    margin: 0;
    padding: 10px;
}

h6 {
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 24px;
    background: linear-gradient(to bottom, #bd9d00 0%, #d3b10b 50%, #b99905 51%, #bd9d00 75%, #bd9d00 100%);
    text-align: center;
    margin: 0;
    padding: 10px;
}

.floreszona9 {
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 24px;
    background: linear-gradient(to bottom, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%);
    text-align: center;
    margin: 0;
    padding: 10px;
}

blockquote{
	background:#ffffff;
}

date{
 background-color: #f9f9f9;
}

cite{
 background-color: #f9f9f9;
 font-style: italic; /
}

.mensaje{
background-color: #1f8522;
}


/* IMÁGENES RESPONSIVE */
img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #fff;
}

/* VIDEO RESPONSIVE */
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    margin: 10px 0;
}

.video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
}

/* BLOQUES */
.deliveryfloresguatemala,
.arreglosfloresguatemala,
.floristeria {
    width: 100%;
    text-align: center;
}

/* BLOQUES */
.floresadomicilio{
	width: 100%;
	text-align: center;
	background-color: #fff;
}

.funeralesreforma{
	text-align:center;
	margin-top: 10px;
}


/* PIE */
.floristeria {
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.floristeria p {
	background: linear-gradient(to bottom, #9dd53a 0%,#80c217 11%,#80c217 11%,#095405 40%,#095405 98%);
	font-size: 18px;
	font-weight: bold;
}

/* OPCIONES*/

.floresparafuneral {
    width: 100%;
}

/* GRID */

.flowersfuneralguatemala {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    box-sizing: border-box;
}

.flowersfuneralguatemala li {
	
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: #477200;
	color: #fff;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
}


.flowersfuneralguatemala li:hover {
    background: black;
}

/* Tablets */
@media (max-width: 768px) {
    .flowersfuneralguatemala {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .flowersfuneralguatemala {
        grid-template-columns: repeat(2, 1fr);
    }
}

.enviofloresfuneraria{
    width: 100%;
}

/* GRID */

.deliveryfloresfuneraria {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    box-sizing: border-box;
}

.deliveryfloresfuneraria li {
	
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: #477200;
	color: #fff;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
}


.deliveryfloresfuneraria li:hover {
    background: black;
}

/* Tablets */
@media (max-width: 768px) {
    .deliveryfloresfuneraria {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .deliveryfloresfuneraria {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* OPCIONES*/

.floresparadifuntos{
    width: 100%;
}

/* GRID */

.floristeriaguatemala {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    box-sizing: border-box;
}

.floristeriaguatemala li {
	
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: #477200;
	color: #fff;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
}


.floristeriaguatemala li:hover {
    background: black;
}

/* Tablets */
@media (max-width: 768px) {
    .floristeriaguatemala {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .floristeriaguatemala {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* OPCIONES*/

.enviofloresguatemala{
    width: 100%;
}

/* GRID */

.floresadomicilioguatemala {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    box-sizing: border-box;
}

.floresadomicilioguatemala li {
	
    display: flex;
    align-items: center;
    justify-content: center;
	background: linear-gradient(to bottom, #9dd53a 0%,#80c217 11%,#80c217 11%,#095405 40%,#095405 98%);
	color: #fff;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
}


.floresadomicilioguatemala li:hover {
	background: linear-gradient(to bottom, #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%);
}

/* Tablets */
@media (max-width: 768px) {
    .floresadomicilioguatemala {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .floresadomicilioguatemala {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* OPCIONES*/

.arreglosflorales{
    width: 100%;
}

/* GRID */

.arreglosdefloresadomicilio {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    box-sizing: border-box;
}

.arreglosdefloresadomicilio li {
	
    display: flex;
    align-items: center;
    justify-content: center;
	background: linear-gradient(to bottom, #9dd53a 0%,#80c217 11%,#80c217 11%,#095405 40%,#095405 98%);
	color: #fff;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
}


.arreglosdefloresadomicilio li:hover {
    background: linear-gradient(to bottom, #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%);
}

/* Tablets */
@media (max-width: 768px) {
    .arreglosdefloresadomicilio {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .arreglosdefloresadomicilio {
        grid-template-columns: repeat(2, 1fr);
    }
}

.tags {
    width: 100%;
    margin: 20px 0;
    text-align: center;
}

/* TÍTULO */
.tags-title {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
	text-shadow: 1px 1px 2px #9d9d9d;
    margin-bottom: 12px;
	background: linear-gradient(to bottom, #7cb700 0%, #101603 100%);
}

/* LISTA */
.tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

/* TAGS */
.tags ul li {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    color: #666666;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-shadow: 0px 1px 0px #ffffff;
}

.tags ul li:hover {
    background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
}

.tags ul li:active {
    position: relative;
    top: 1px;
}

.tags ul li a{
	color: #3f8929;
 }


/* OPCIONES*/

.redes{
    width: 100%;
}


/* GRID */

.viralesguatemala {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    box-sizing: border-box;
}

.viralesguatemala li {
	
    display: flex;
    align-items: center;
    justify-content: center;
	background: #e8735f;
	color: #fff;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
}

.viralesguatemala li:hover {
    linear-gradient(to bottom, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%);
}

/* Tablets */
@media (max-width: 768px) {
    .viralesguatemala {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .viralesguatemala {
        grid-template-columns: repeat(2, 1fr);
    }
}
 

