@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@font-face {
	font-family: 'Octin';
	src: url(https://www.musicadelatierra.com.uy/fonts/octincollegefree.eot);
	src: url(https://www.musicadelatierra.com.uy/fonts/octincollegefree.eot?#iefix) format('embedded-opentype'),
		url(https://www.musicadelatierra.com.uy/fonts/octincollegefree.woff) format('woff'),
		url(https://www.musicadelatierra.com.uy/fonts/octincollegefree.ttf) format('truetype'),
		url(https://www.musicadelatierra.com.uy/fonts/octincollegefree.svg#Octin) format('svg');
}

body{
	width: 100%;
	float: left;
	position: relative;
	display: block;
	margin: 0 !important;
	padding:  0 !important;
	box-sizing: border-box !Important;
	background-color: #eee !important;
}

img{
	width    : auto;
	max-width: 100%;
	float    : left;	
}

.newsletter-logo{
	width          : 100%;
	min-height     : 190px;
	padding        : 25px;
	box-sizing     : border-box;
	display        : flex;
	align-items    : center;
	justify-content: center;
	background     : #eee;
}

.newsletter-logo img{
	width     : auto;
	max-width : 180px;
	max-height: 140px;
	float     : none;
}

/* form */
form{
	width           : 100%;
	float           : left;
	margin          : 0 0 40px 0;
	font-family     :'Open Sans', sans-serif !important;
	background-color: #eee;
	padding         : 15px;
	box-sizing      : border-box;
	overflow        : hidden;
}

#suscribirme .form-step{
	width        : 100%;
	float        : left;
	margin-bottom: 14px;
}
	
	/* descripcion */
	form h6{
		box-sizing   : border-box;
		color        : #009292;
		font-size    : 14px;
		font-weight  : 600;
		width        : 100%;
		float        : left;
		margin-bottom: 15px;
		margin-top   : 15px;
		font-family  : 'Open Sans', sans-serif;
	}
	
	/* span label */
	form span.label{
		width         : 100%;
		float         : left;
		font-size     : 14px;
		color         : #666;
		margin        : 0 0 2px 0;
		text-transform: capitalize;
	}

	/* input */
	form input,
	form select,
	form textarea,
	form .cont-radio{
		width           : 100%;
		float           : left;
		margin-bottom   : 0;
		height          : 35px;
		padding         : 10px;
		box-sizing      : border-box;
		border          : 1px solid #ccc;
		font-family     : 'Open Sans', sans-serif;
		border-radius   : 2px;
		background-color: #fff;
	}

	/* checkbox - radio custom */
	form .cont-radio{
		width      : 100%;
		height     : 35px;
		float      : lefT;
		display    : flex;
		align-items: center;
	}
	form input[type="checkbox"],
	form input[type="radio"]{
		display:none;
	}
	form label.check,
	form label.radio{
		width            : auto;
		background-repeat: no-repeat;
		padding-left     : 24px;
		background-size  : 18px;
		cursor           : pointer;
		margin           : 0 30px 0 0;
		font-size        : 14px;
		display          : inline-flex;
		align-items      : center;
	}

	form label.check,
	form label.radio{
		background-image:url(../img/radio.svg?2);
	}
	form input[type='checkbox']:checked + label,
	form input[type='radio']:checked + label {
		background-image:url(../img/radio-checked.svg?2) !important;
	}

	/* submit */
	form .submit{
		width        : 100%;
		height       : 45px !important;
		background   : #009292;
		color        : #fff;
		border-radius: 2px;
		border       : none;
		font-family  : 'Octin'; 
		text-align   : center;
		cursor       : pointer;
		height       : auto;
		margin-bottom: 0;
	}

	form input.submit:hover{
		background-color: #E76736;
	}


	/* msj's */
	.popup-reg h2.msj {
		font-size: 15px;
		color: #990000;
		margin-top: 30px;
		margin-bottom: 5px;
		width: 100%;
		display: inline-block;
		text-transform: uppercase;
		text-align: center;
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	}

	.popup-reg .msj-ok {
		width           : 100%;
		float           : left;
		background-color: #eaffdb;
		border          : 1px solid #4d9b08;
		padding         : 10px;
		font-weight     : 600;
		display         : flex;
		align-items     : center;
		margin          : 10px 0;
	}

	.popup-reg .msj-ok p {
		color    : #4d9b08;
		font-size: .9rem;
		margin   : 0
	}

	.popup-reg .msj-error {
		width           : 100%;
		float           : left;
		background-color: #ffd3d3;
		border          : 1px solid red;
		padding         : 10px;
		font-weight     : 600;
		display         : flex;
		align-items     : center;
		margin          : 15px 0 0 0;
	}

	.popup-reg .msj-error p {
		color    : red;
		font-size: .9rem;
		margin   : 0
	}


	.g-recaptcha{
		width: auto;
		float: left;
		margin: 10px 0;
	}




/* fbox */
.popup-reg .fancybox-inner {
	max-height: 500px;
}

/* pdf */
.popup-reg .btn-pdf {
	width: auto;
	display: inline-block;
	margin: auto;
	margin-top: 15px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	padding: 10px;
	color: #666;
	background-color: #f5f5f5;
	text-decoration: none;
	padding-left: 40px;
	position: relative;
	background-position: 5px top;
	background-repeat: no-repeat;
	background-image: url(img/ico/ico_pdf.png);
}

.popup-reg .btn-pdf:hover {
	color: #fff;
	background-position: 5px bottom;
	background-color: #009292;
}
