/*
	Estilos Iniciales y Globales
*/

html, body
{
	height: 100% !important;
}

body
{
	background-color: rgba(0,0,0,0.07) !important;
}

.container-pictures
{
	position: relative;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.container-pictures picture img
{
	position: relative;
	width: 248px;
}

.container-main-app
{
	position: relative;
	min-height: 100%;
}

.container-app
{
	position: relative;
	padding-left: 50px !important;
	padding-right: 50px !important;
	padding-top: 60px !important;
	padding-bottom: 50px !important;
	border-radius: 2px;
	box-shadow: 0px 9px 6px 0px rgba(0,0,0,0.08);
	background-color: rgba(255,255,255,0.9);
	transition: min-height .3s;
}
.title
{
	position: relative;
	font-size: 325% !important;
	text-align: center;
	font-weight: normal !important;
	padding: 0 !important;
	margin: 0 !important;
}
.paragraph
{
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 60px;
	padding-bottom: 50px;
	font-size: 120%;
	font-weight: bold;
	color: rgba(0,0,0,0.7);
}
.simple-paragraph
{
	position: relative;
	font-size: 120%;
	font-weight: bold;
	color: rgba(0,0,0,0.7);
}

.ty
{
	position: relative;
	transform: translateY(18.5%) !important;
}

.container-table
{
	width: auto !important;
	margin-left: auto;
	margin-right: auto;
	display: table !important;
}
.object-cell
{
	display: table-cell !important;
}

@media screen and (max-width: 1280px)
{
	.container-pictures picture img
	{
		width: 200px;
	}
}

@media screen and (max-width: 1125px)
{
	.container-app
	{
		border: 0 !important;
	}
}

@media screen and (max-width: 1048px)
{
	.container-pictures picture img
	{
		width: 180px;
	}
}

@media screen and (max-width: 948px)
{
	.container-pictures picture img
	{
		width: 148px;
	}
}

@media screen and (max-width: 768px)
{
	.text-paragraph
	{
		font-size: 100%;
		padding: 25px;
	}
	.simple-paragraph
	{
		font-size: 100%;
		padding: 25px;
	}
}

@media screen and (max-width: 640px)
{
	.container-pictures picture img
	{
		width: 114px;
	}
}

@media screen and (max-width: 399px)
{
	.container-pictures picture img
	{
		width: 78px;
	}
}

@media screen and (max-width: 274px)
{
	.container-pictures picture img
	{
		width: 58px;
	}
}