/* Add here all your CSS customizations */


.card table {	
 font-family: Ubuntu, sans-serif;
 font-size: 14px;
 color: #fff;
}

.badge {
  font-family: Ubuntu, sans-serif;
  font-size: 90%;
}


.p{  
  font-family: Ubuntu, sans-serif;
}
.h1 .h2 .h3 .h4 .h5 .h6{  
  font-family: Ubuntu, sans-serif;
}

.butons{
  color: #FFF;
  background-color: #d52b1e;
}

a:link {
  color: #d52b1e;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #d52b1e;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #d52b1e;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #d52b1e;
  background-color: transparent;
  text-decoration: underline;
}

body{ 
  font-family: Ubuntu, sans-serif;
}

.body{ 
  font-family: Ubuntu, sans-serif;
}


.form-control {
  font-family: Ubuntu, sans-serif;
  margin-top: 5px;
}

code {
  font-family: Ubuntu, sans-serif;
  padding: 2px 6px;
  font-size: 100%;
  color: #333;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Ubuntu,  sans-serif;
}


@media (min-width:641px)  { 

  .page80{
   width: 100%; 
 }

}
@media (min-width:1025px) { 

  .page80{
   width: 80%; 
 }

}
@media (min-width:1281px) { 

  .page80{
   width: 60%; 
 }

}

.input-item label {
  font-family: "Ubuntu",arial,helvetica,sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  margin: 0 0 8px;
  padding-left: 8px;
  display: block;
}

.input-item input {
  height: 50px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  font-family: "Ubuntu",arial,helvetica,sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  padding: 15px 20px;
} 

.input-item input:focus {
  border-color: #000;
  color: #000;
}

.input-item select {
  height: 50px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  font-family: "Ubuntu",arial,helvetica,sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  padding: 15px 20px;
} 

.input-item select:focus {
  border-color: #000;
  color: #000;
}



.input-item textarea {
  width: 100%;
  height: 128px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  font-family: "Ubuntu",arial,helvetica,sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  padding: 22px 30px;
  resize: none;
  outline: none;
  overflow: auto;
  line-height: 1.6;
}
.input-item textarea:focus {
  border-color: #000;
  color: #000;
}


.input-item textarea:focus {
  border-color: #000;
  color: #000;
}


.btn {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  background-color: #d52b1e;
  font-family: Play,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out;
  transition: background-color .3s ease-in-out,color .3s ease-in-out;
}

.btn:hover {
  background-color: #ac1111;
  color: #fff;
}
