/* BOTON VOLVER ARRIBA */
.ir-arriba {
	display:none;
	padding:5px 14px;
	background:#07235f;
	font-size:24px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:94px;
    right:14px;
    border-radius: 54%;
}

video
{
	width: 560px;
	height: 366px; 
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

video poster
{
	width: 560px;
	height: 366px;
	object-fit: cover;
}

.box-flex
{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 600px;
}

/* CLASE PARA IMAGENES DE PLANES */
.portada
{
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;*/
	background-size: 100% 100%;
	text-align: center;
	height: 630px;
}

.contenedor-image
{
	padding: 0px !important;
}

.btn-price
{
	position: absolute;
	bottom: 0 !important;
	height: 100px;
	width: 100%;
}

/* ---Typhography--- */

.pricing-1
{
	line-height: 55px;
}

.pricing-2
{
	line-height: 33px;
}

.pricing-3
{
	line-height: 12px;
}

.title-plan
{
	margin-bottom: 0rem !important;
}

.detail
{
	font-size: 13px;
	line-height: 5px !important;
}

.componentes
{
	margin: 0 0 3px;
}

