.infomodelo span{
	
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
   
}
.infomodelo span.active{
	
    color:#fff;
}
.infomodelo .m-active{
	color: #AB1030;
   
}
.descripcionmodel.hide{
    display: none;
}
.descripcionmodel.active{
    display: block;
}

#btn-ficha{
	padding: 14px;
    background: #228dcb;
    border-radius: 33px;
    color: #fff;
    font-size: 20px;
    font-family: 'Proxima Novaa';
}
.banner-bottom{
	text-align: left;
	margin-top: 12%;
}
.banner-bottom h1{
	font-size: 60px;
	font-weight: 900;
	font-family:'Proxima Nova';
	text-transform: uppercase;

}
@media (max-width:600px){
	a.tooltips span:before {
	    display: none;
	}
	a.tooltips-1 span:before {
	    display: none;
	}
	.banner-bottom h1{
		font-size: 40px;
		font-weight: 900;
		font-family:'Proxima Nova';
		text-transform: uppercase;

	}

	#btn-ficha{
		padding: 14px;
	    background: #228dcb;
	    border-radius: 33px;
	    color: #fff;
	    font-size: 16px;
	    font-family: 'Proxima Novaa';
	}

}