.titulo{
	margin-top: 20px;
    border-bottom: 1px solid red;
    padding-bottom: 15px;


}

.titulo_logo{
	max-width: 35% !important;
	height: auto;
}


.rojo-AmbiT{
	color: #D7164A;
}

.rojo-AmbiT:focus{
	color: #FF8300;
}

.naranja-AmbiT{
	color:#FF8300;
}
.rojo-Ambi{
	background-color: #D7164A;
}


.btn:hover, .btn-large:hover {
    background-color: #E52521;
}

.rojo-Lazos{
	background-color:#E52521;
}

.naranja-Ambi:hover{
	background-color:#D7164A;
}


.input-field input[type=text]:focus + label {
	color: #FF8300;
}

.input-field input[type=number]:focus + label {
	color: #FF8300;
}

.input-field input[type=email]:focus + label {
	color: #FF8300;
}

.input-field input[type=password]:focus + label {
	color: #FF8300;
}


.input-field input[type=text]:focus {
	border-bottom: 1px solid #FF8300;
	box-shadow: 0 1px 0 0 #FF8300;
}

.input-field input[type=email]:focus {
	border-bottom: 1px solid #FF8300;
	box-shadow: 0 1px 0 0 #FF8300;
}

.input-field input[type=password]:focus {
	border-bottom: 1px solid #FF8300;
	box-shadow: 0 1px 0 0 #FF8300;
}

.input-field .prefix.active {
	color: #FF8300;
}


.container{
	padding-bottom: 100px;
}

footer{
	position: fixed;
	width: 100%;
	top: auto;
	left: 0;
	bottom: 0;
	border-top: 1px solid #E52521;
	min-height: 60px;
	max-height: 60px;
	padding: 10px;
	z-index: 10;
	background-color: white;

	    -webkit-box-shadow: 0 2px 15px 0 #41414157;
    box-shadow: 0 2px 15px 0 #41414157;


}


footer img{
	max-height: 40px;

}

