/* flores a domicilio guatemala */

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


/* IMÁGENES RESPONSIVE */
img {
    width: 100%;
    height: auto;
    display: block;
}

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


/* 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: #175624;
	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);
    }
}


/* GRID */

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

.floresparafunerales li {
	
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: #595959;
	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;
}


.floresparafunerales li:hover {
    background: black;
}

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

@media (max-width: 480px) {
    .floresparafunerales {
        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: #a33d00;
	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: #cf8686;
	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);
    }
}


/* GRID */

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

.arreglosfloralesguate li {
	
    display: flex;
    align-items: center;
    justify-content: center;
	background: #bd9d00;
	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;
}


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

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

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


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