@CHARSET "utf-8";

/*
body{
	background: url('../img/smile.jpg');
	background-size: 100% 300%;
    background-position: top;
}
*/
	
.mtop{
	margin-top:10vh;
}
.accept_checkbox{
	-ms-transform: scale(1.5); /* IE */
  	-moz-transform: scale(1.5); /* FF */
  	-webkit-transform: scale(1.5); /* Safari and Chrome */
  	-o-transform: scale(1.5); /* Opera */
  	padding: 10px;
}

.div_acepto{
	text-align: left;
	font-size: 16px;
	padding-top: 30px;
/*	display: inline-flex;*/
}


label {
	
    font-weight: normal;
}

.div_acepto a{
	color: rgb(51, 51, 51);
	font-weight: bold;
	font-size: 10px;
}

.color_white{
	color: white;
	
}

.p_home a{
	color: white;
	font-weight: bold;
}

.p_home{
	text-align: center;
	font-size: 19px;
}

.h3_home{
	font-weight: bold;
	font-size: 4em;
	font-family: iberiaheadline;
    color: #d7192d;
}

.content_image_img{
	width: 100%;
	border-radius: 1.5em;
	margin-bottom: 15px;
}


.p_home strong{
	font-size: 22px;
}


.div_acepto > label{
     	margin-top: 0px !important;
 		position: relative !important;
 		font-size: 10px;
 		margin-left: 0px;
     }



@media (max-width: 765px){
	
	.div_acepto > label {
	    margin-top: 0px !important;
	    position: relative !important;
	    font-size: 8px;
	    margin-left: 0px;
	}
	
	
	
	.div_acepto a {
	    color: rgb(51, 51, 51);
	    font-weight: bold;
	    font-size: 8px;
	}
	
}
