body{
	font-family: 'Lato', sans-serif;
	background: #FFFFFF;
	color: #000;
}

.font-weight-extrabold{
	font-weight: 800 !important;
}

.btn-primary-custom{
	background-color: rgb(255, 102, 51);
	border: 1px solid rgb(255, 92, 38);
	-moz-box-shadow:inset 0px 1px 0px 0px rgba(256,256,256,0.25);
	-webkit-box-shadow:inset 0px 1px 0px 0px rgba(256,256,256,0.25);
	box-shadow:inset 0px 1px 0px 0px rgba(256,256,256,0.25);
	color: #FFF;
	border-radius: 2rem !important;
}
.btn-primary-custom:hover{
	background-color: rgb(255, 92, 38);
	border: 1px solid rgb(255, 92, 38);
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }


.form-control::placeholder{
	color: #666;
}

/*.form-control, .custom-select{
	background-color: #FFF;
	border: 1px solid #979797;
	color: #666;
	font-weight: 500;
	border-radius: 0;
}*/

.form-control:focus{
	height: 60px;
	-webkit-box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.5);
box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.5);
}

input:valid{
	color: #f29800;
}

input:invalid{
	color: red;
}

select:valid{
	color: #f29800;
}


.text-primary{
	color: #A1CE35 !important;
}

.text-secondary{
	color: #a1ce35 !important;
}

img#logo{
	width: 160px;
}

section#contenido .container{
}

@media (min-width: 992px) {

#background{
	background-image: url("../img/Background.jpg") !important;
    background-size: 100% !important;
    background-position: 50% 50%, 50% 50% !important;
    background-attachment: scroll, fixed !important;
    background-repeat: no-repeat, no-repeat !important;
	}
}

#formulario{
	background: #F0F0F0;
}

section#claim{
	background: #A1CE35;
}

a.termin{
	color: #000;
}

#claimForm, #divImage{
	background: #007d31;
}

.form-control, .custom-select{
	border-radius: 0 !important;
}

.btn-link {
  font-weight: 600;
  color: #007d31;
  text-decoration: underline;
}

.btn-link:hover {
  color: #0056b3; 
}