
#testimonio-novia{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 85%;
    float: right;
}

.audio img{
    width: 30px;
    padding: 5px;
    background-color: rgba(255,255,255, 1);
    border-radius: 50%;
}

.audio img:hover{
    background-color: rgba(255,200,200, 1);
    cursor: pointer;
}

/* =============== Menu =============== */
.navbar-brand img{
    margin-top: 0px;
    border-radius: 8px;
    padding: 0px;
}
.separation a {
    /*border:1px solid red !important;*/
    padding: 2px 5px !important;
    margin: 1px !important;
    margin-top: 18px !important;
    line-height: 15px !important;
    background-color: rgba(219,5,234, .4);
    border-radius: 3px;
    font-size: .9em !important;
    font-family: 'Roboto', sans-serif;
}

.menu-icons{
    user-select: none;
    }

#home-menu-icon{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
    }
    #home-menu-icon img{
        display: inline-block;
        width: 20px;
    }
/* =============== api Whatsapp =============== */
.api{
	position: fixed;
    flex-wrap: wrap;
    justify-content: center;
	z-index: 999;
	right: 0;
	margin-right: 30px;
	bottom: 0;
	margin-bottom: 80px; 
	display: flex;
	width: 90px;
	}

  .whatsapp,
  .call {
    display: flex;
    width: 50%;
    height: 100%;
    align-items: center;
    justify-content: center; }
  .whatsapp {
    background-color: #128c7e; }
  .call {
    background-color: #5ecc62; }
  .whatsapp a,
  .call a {
    color: #fff;
    font-size: 1.9em; }
    
    .numero-telefono{
        width: 100%;
        padding: 0 5px;
        font-size: .95em;
        color: purple;
        background-color: rgba(255,255,255, 1);
    } 


/* =============== Historias =============== */

#historias-cabecera,
#historia-circulo,
#historias{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    }

#historias-cabecera{
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    padding: 2px;
    padding-top: 6px;
    color: rgba(255,255,255, .8);
    background-color: rgba(30,30,30, 1);
    border: none;
}

    #historias-box{
    width: auto;
    }

    #historias{
        align-items: flex-end;
        flex-wrap: wrap;
        /**/
        position: relative;
        width: 130px;
        height: 280px;
        border-radius: 8px;
        overflow: hidden;
        }
        #historias img{
        position: absolute;
        height: 100%;
        }

                #historia-circulo{
                    /**/
                    position: relative;
                    z-index: 5;
                    width: 100%;
                    height: 45%;
                    padding-bottom: 30px;
                }

                #historia-perfil{
                    z-index: 10;
                    position: absolute;
                    width: 90px;
                    height: 90px;
                    }
                        #historia-perfil img{
                            width: 100%;
                            height: 100%;
                            border: 4px solid rgba(255,255,255, .9);
                            border-radius: 50%;
                            cursor: pointer;
                        }

                #historia-circulo-borde{
                    z-index: 8;
                    position: absolute;
                    width: 98px;
                    height: 98px;
                    border-radius: 50%;
                    background: linear-gradient(to right, orange, purple);
                    transform: rotate(-25deg);
                }

                #historias-nombre{
                    align-items: flex-end;
                    position: absolute;
                    bottom: 0;
                    margin-bottom: 0px;
                    padding-bottom: 3px;
                    font-size: .4em;
                    height: 100%;
                    background-image: linear-gradient(to top, #000, rgba(255,255,255, .0), rgba(255,255,255, .0));
                }



/* =============== Albums =============== */

.albums-der{
    display: flex;
    justify-content: center;
    align-items: center;
}
.albums-der span{
    position: absolute; 
    text-align: center;
    opacity: .6;
    }
.albums-der span img:hover{
    cursor: pointer;
    transform: scale(1.1);
    transition: all .3s ease;
    }

.albums-der span img { 
    width: 50%; 
    }

    .miniaturas{
        margin-top: 13px;
    }

    

/* =============== Videos =============== */
#video-responsive{
display: flex;
width: 100%;
height: 100%;
background-color: #e7dfc3;
}

#bgvid{
    width: 100%;

}

#videos {
  position: absolute;
  margin-top: -55px; 
}

.video-izq{
    padding: 0;
    }

#galeria_de_videos, 
#galeria_de_videos div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    }

    #galeria_de_videos div{
        margin: 5px;
        width: 30%;
    }

    #galeria_de_videos div img{
        width: 100%;
        border-radius: 5px;
    }
    #galeria_de_videos div:before{
        content: url("../iconos/play.svg");
        transform: scale(.10);
        opacity: 1;
        position: absolute;
    }

    #videos-caption{
        position: relative;
        width: 93%;
        height: auto;
        font-family: arial;
        }

        .videos-caption p{
            color: red;
        }

    p.video-tabla-entrega{
        font-size: 1em;
        text-align: left;
        margin-left: 20px;
        }

        p.video-tabla-entrega span.horas{
        font-size: 1em;
        font-weight: bold;

        }
        
    .intertitulo{font-size: 1.5em;}
    

/* =============== Precio paquetes =============== */


    #paquete-precio-box{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin: 10px 0;
		border-radius: 5px;
		background-color: rgba(255,255,255, .2);
	}

    span.toda-la-magia{
        margin-top: 5px;
        margin-bottom: 8px;
    	color: purple;
    	font-family: 'Pacifico', cursive;
    	font-size: 1.2em;
    }

    span.precio-new{
    	width: 90%;
    	color: rgba(203,76,168, 1);
    	font-family: 'Pacifico', cursive;
    	font-size: 4em;
    	margin-top: 0px;
        line-height: 50px;
    }

    span.precio-diosa{
        color: rgba(203,50,168, 1);
    }
    

/* =============== Contiene panel =============== */
.obsequio-title,
#contiene,
#item-contiene,
.obsequio-box
{
display: flex;
justify-content: center;
align-items: center;
}

    .separador-obsequio{
        margin: 30px 0;
        width: 100%;
        border-top: 3px dotted purple;
    }

    .obsequio-title{
        display: flex;
        align-items: center;
    	height: 25px;
    	color: rgba(255,255,255, .9);
        background-color: rgba(224,15,236);
    	margin-bottom: 5px;
    	font-size: 1.3em;
        font-family: 'Pacifico' , cursive;
        }

                span.celebration-left img,
                span.celebration-right img {
                    width: 80px;
                    margin-bottom: 20px;
                    margin-right: 5px;
                }
                span.celebration-right img{
                    margin-right: 0px;
                    margin-left: 5px;
                }

    #contiene{}

    		#item-contiene{
				flex-wrap: wrap;
    			width: 100px;
    			}
    				.contiene-nombre{
    					color: purple;
    					background-color:;
						padding: 0 10px;
						border-radius: 5px;
						font-size: 1.3em;
    				}
    				#item-contiene img{
    					width: 100px;
    					height: 100px;
    					border-radius: 50%;
    					border:5px solid #fff;
    				
    				}
    				.contiene-mas img{
    				width: 28px;
    				margin: 0 5px;
    				}

    				.obsequio-box{
    					padding: 10px;
    					border-radius: 8px;
    					border:3px dotted rgba(224,15,236);
                        background-image: url(../img/background-pack.jpg);
                        background-size: 15px;
    				}

    				#item-contiene span.obsequio{font-size: .9em;}

    				#item-contiene span.obsequio img{
    					width: 80px;
    					height: 80px;
    					border-radius: 50%;
    					border:3px solid purple;
    				
    				}
    				#item-contiene .contiene-mas .obsequio img{ width: 10px; }
    				.contiene-mas-obsequio img{ width: 25px; }

    				.separa-fecha{ font-size: 1.1em;}

    				.porcentaje{color: purple; font-family: 'Pacifico', cursive; font-size: 1.5em;}

    				.color-queen{ color:rgba(174,141,42, 1); }
    				.color-princesa{ color:rgba(97,135,163, 1); }
    				.color-diosa{ color: rgba(128,0,128, 1); }

    				.oferta-valida{ color:rgba(224,15,236,.9); font-size: 1em; font-family: 'Lato', sans-serif;}

/* =============== Tienda Online =============== */

span.tienda-comprar{
    display: block;
    margin-top: 10px; 
    width: 100px;
    padding: 1px 10px;
    background-color: purple;
    color: #fff !important;
    border-radius: 5px; 
    }

        span.tienda-comprar:hover{
            background-color: rgba(124,218,115);
            cursor: pointer;
            }
                            .tienda-comprar img{
                                width: 10px;
                                margin-right: 5px;
                            }

    .btn-modal{padding: 0; width: 80%;}
    .btn-modal img{
        width: 20px;
        height: 30px;
        margin-right: 3px;
    }




/*==================== 320px Celular ===============*/

@media screen and (max-width: 360px) {

.api{
    margin-right: 25px;
    margin-bottom: 26px; 
    }

.redes-flecha{ width: 110px; }
.redes-flecha span{
    width: 30px;
    height: 30px;
}

#testimonio-novia{
    margin-right: 60px;
}

.menu-icons span{
    user-select: none;
}

.separation a {
    border-radius: 0;
    box-shadow: none;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 2px !important;
    padding: 5px 20px !important;
    text-align: left;
    font-size: 1em !important;

}

span.tienda-comprar{
    margin-bottom: 10px;
}






}








































    