
.boletin .suscribre{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height:97px;
}

.boletin .suscribre h1{
	color: #FFFFFF;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto Slab', sans-serif;
	min-width: 300px;
	font-weight: 300;
}
.boletin .suscribre input{
	font-size: 14px;
	color: white;
	border-bottom: 1px solid white !important;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom:0px;
}
.boletin .suscribre  button{
	background-color: #D72130;
	font-family: 'Source Sans Pro', sans-serif;
	width: 106px;
	height: 37px;
	border: 0px;
	cursor: pointer;
	color: white;
}

.boletin .suscribre #boletinMail, .boletin .suscribre #registerBoletin{
	/*display:none;*/
}

.boletin .suscribre div.flex{
	display:flex;
	align-items:center;
	justify-content: space-between;    		
}

.boletin .suscribre div.flex.fg2, .boletin .suscribre div.flex.fg2 div{
    flex-grow:2;
}

.boletin .suscribre div.flex.fg2 div input{
	width:300px;
}

.boletin .suscribre div.flex.fg2 div p.valid{
    margin: 0px;
	color: #D72130;
	text-align: right;
}
.boletin .suscribre .thanks-boletin{
	display:flex;
	align-items:center;	    
	background-color:#80131C;
	justify-content:center;
	flex-grow:2;
}

.boletin .suscribre .thanks-boletin img{
	margin-right:15px;
}

.boletin .suscribre .thanks-boletin h2{
	font-family: 'Roboto Slab', sans-serif;
	font-size:30px;
	color:#FFF;
	margin:0px;
}

.boletin .suscribre .thanks-boletin p{
	font-family: 'Roboto Slab', sans-serif;
	font-size:21px;
	color:#FFF;
	margin:0px;
}

/* tablet */
@media all and (max-width: 1024px) {
	.boletin .suscribre h1{		
		font-size: 18px;
	}    
	.boletin .suscribre div.flex{
		width:230px;
	}
	.boletin .suscribre div.flex.fg2 div{
		width:65% !important;
		margin:0px;
		min-width:1px;				
	}

}


/* Mobile */
@media all and (max-width: 768px) {
	.boletin, .boletin .container{
		padding:0px;
		width:100%;
	}
	.boletin, .boletin .container .col{
		padding: 0px;
	}
	.boletin .suscribre{
		display:block;
		height:auto;
	}
	
	.boletin .suscribre h1{
		text-align:center;
		padding:10px 0px 0px 0px;
	}

	.boletin .suscribre div.flex{
		display:block;
		width:100%;
		text-align:center;
	}

	.boletin .suscribre div.flex.fg2 div{
		width:100% !important;
		padding:0px 50px;
	}

	.boletin .suscribre div.flex.fg2 div input{
		margin: 20px 0px 35px 0px !important; */
	}
	.boletin .suscribre .thanks-boletin{
	    display: block;
	    text-align: center;
	    width: 100%;
	    padding:30px 0px;
	}

	.boletin .suscribre .thanks-boletin img{
		margin:0px auto;
		max-width: 56px;
	}

	#registerBoletin{
	    margin-bottom: 40px !important;
	}

	.boletin .container .row{  
		margin:0px !important;
	}


	.boletin .suscribre div.flex.fg2 div input{
		width:auto;
	}
}


