@charset:"utf-8";
*{
	font-family:'Conv_PetitaMedium',Sans-Serif;
	padding: 0;
	margin: 0;
	box-sizing: content-box;
}
body{
	background-attachment:fixed;
	background-size:cover;
	background-image:url(bg.jpg);
	background-repeat: no-repeat;
	/*overflow: hidden;*/
}
.containerfull{
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.fila{
	width: 100%;
	padding: 15px 0;
}
.ancho{
	width: 85%;
}
.alignercenter{
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.alignerside{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.titular{
	font-size:45px;
	text-shadow: 1px 1px 1px #000000;
	color: #FFFFFF;
}
.minititular{
	font-size:32px;
	text-shadow: 1px 1px 1px #000000;
	color: #F29200;
}

.paddinger{
	padding: 25px;
}

.embodiment{
	background: #FFFFFF;
	border-top: 3px #F29200 solid;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.mitadsector{
	width: 46%;
	padding: 5px 2%;
	color: #000000;
	font-size: 18px;
}
.mitadsector p{
	padding-bottom: 5px;
}
.orangerhead{
	color: #F29200; 
}
.textocaja{
	width: 98%;
	font-size: 17px;
	padding: 7px 1px;
	border-radius: 4px;
	border: 2px solid #CCCCCC;
	background: #FFFFFF;
	background: linear-gradient(left, #FFFFFF, #FEF2E0);
	background: -moz-linear-gradient(left, #FFFFFF, #FEF2E0);
	background: -webkit-linear-gradient(left, #FFFFFF, #FEF2E0);
	background: -o-linear-gradient(left, #FFFFFF, #FEF2E0);
}
.textocaja:focus{
	color: #2E3133;
	border-color: #F29200;
}
.boton{
	padding: 8px 15px;
	color: #000000;
	font-size: 18px;
	border-radius: 4px;
	border: 2px solid #000000;
	background: transparent;
	cursor: pointer;
}
.logo{
	width: 24%;
}
.logo img{
	width: 100%;
	height: auto;
}
.messenger{
	width: 100%;
	text-align: center;
	background: #000000;
	color: #FFFFFF;
	font-size: 18px;
	padding-top:10px;
	padding-bottom: 10px;
}
@media screen and (max-width: 481px){
	.ancho{
		width: 95%;
	}
	.mitadsector{
		width: 96%;
		padding: 5px 2%;
	}
	.logo{
		width: 35%;
	}
	.titular{
		font-size:35px;
	}
	.minititular{
		font-size:25px;
	}
}