.inscripciones{
	font-family: 'Gotham-Book';
}

.inscripciones h2{
	color: var(--violeta);
	font-family: 'Gotham-Bk';
	padding: 30px 0px 15px;
}

#contenedor{
	width: 100%;
}

#texto{
	text-align : justify;
	font-size:15px;
	line-height: 1.4em;
}
		
textarea{
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;					
	font-size:15px;
}
		
input[type=text], select {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;					
	font-size:15px;
}



input[type="email"] {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
	font-weight: bold;						
	font-size:15px;
}

label {
	padding: 12px 12px 12px 0;
	display: inline-block;						
	font-size:16px;
}
  
.label-tit{
	font-family: 'FuturaBd';
}
input[type=submit] {
	background-color: var(--violeta);
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: right;
	margin-top: 18px;
	font-weight: bold;					
	font-size:15px;
	margin-top: 20px;
}

input[type=submit]:hover {
	background-color: var(--violeta);
	letter-spacing: .5px;

}

.container {
	display: block;
	margin: auto;
	border-radius: 15px;
	padding: 20px;
	font-weight: bold;
	color: var(--violeta);
	width: 95%;
	margin-bottom: 30px;
}

.col-25 {
	float: left;
	width: 25%;
	margin-top: 6px;
}

.col-75 {
	float: left;
	width: 75%;
	margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
	padding: 4px 0px;
}


article p{
	color: #000;
}

#huerta_notif_ex{
	text-align: center;
	border-radius: 3px;
	font-size: 1.5em;
	font-weight: bold;
	color: var(--color1);	
	border: 1px solid var(--color1);	
	padding: 20px;
	margin: 5% 15%;
}
#huerta_notif_ex span{
  padding-right: 15px;	
}

#huerta_notif_fal{
	text-align: center;
	border-radius: 3px;
	font-size: 1.5em;
	font-weight: bold;
	color: #c00;	
	border: 1px solid #c00;	
	padding: 20px;
	margin: 5% 15%;
}

#huerta_notif_fal span{
  padding-right: 15px;	
}

.huerta_parrafo{
	padding: 5px 40px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 40px;
	font-size: 1.1em;
	text-align: justify;
}

/* stock agotado */
.stock_agotado{	
	padding: .3% 5% 3%;
	margin: 1% 3%;	
}

.stock_agotado h4{
	text-align: center;
	color:#c00;
	font-weight: bold;
	font-size: 1.4em;%;
	font-family: 'Futurabd';
}

.stock_agotado p{
	text-align: justify;
	font-weight: bold;
	line-height: 1.4em;
}

.stock_agotado h3{
	color: #c00;
	font-size: 3em;
	text-align: center;
	margin-bottom: -5px;
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.container, .col-25, .col-75, input[type=submit] {
		width: 100%;
		margin-top: 0;
	}
}


@media screen and (max-width: 370px) {
	#huerta_notif_ex{
	font-size: 1.2em;
	padding: 20px;
	margin: 5% 5%;
}


#huerta_notif_fal{
	font-size: 1.2em;
	padding: 20px;
	margin: 5% 5%;
}

	
.huerta_parrafo{
	padding: 5px 20px;
	line-height: 1.2em;
	font-size: 1em;
}
.stock_agotado h4{
		font-size: 1.1em;
}

}