@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

fieldset {padding: 0;margin: 0;border: 0;}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555!important;
  vertical-align: middle;
  background-color: #fff!important;
  background-image: none;
  border: 1px solid #ccc!important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  color:#555!important;
  font-size:15px;
}

.input-group-addon{
  display: table-cell;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group-addon:first-child {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .form-control:last-child{
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.content-box, .content-box-large {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;padding: 10px;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
  padding: 20px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

input:focus {
  border-bottom: 3px solid #cb1919;
}

input{
  font-family:Roboto;
  padding: 17.5px 20px;
  font-size: 16px;
}

select{
  font-family:Roboto;
}

.input-group>.custom-select, .input-group>.form-control{
  width: 100%;
}

#donar_btn{
  margin-top: 16px;
  background-color: #6c000a;
  color: white;font-size: 20px;
  width: 40%;
  border-color:none;
  box-shadow:none;
}

#donar_btn:hover{
  box-shadow:none;
  background-color: #b60940;
}

.alert-primary {
    font-size: 14px;
}

.site-footer {
    background-color: #6c000a;
}

.site-header, .site-content, .site-footer {
    width: 100%;
}

footer {
   display: block;
}

.clear:before,.site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
}
}
@media (min-width: 900px){
.site-footer.style-1 .footer-container, .site-footer.style-3 .footer-container {
    padding: 13px 0;
}}

.site-footer.style-1 .footer-container, .site-footer.style-3 .footer-container {
  padding: 36px 0;
}

.invert.footer-area-wrap, .invert.footer-container {
    color: #ffffff;
}

@media (min-width: 900px){
.site-footer.style-1 .site-info, .site-footer.style-3 .site-info {
    text-align: left;
}}

.site-footer.style-1 .site-info, .site-footer.style-3 .site-info {
    text-align: center;
}

@media (min-width: 1200px){
.site .container {
    max-width: 1405px;
}}

.site-info {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.75;
}

@media (min-width: 900px){
.site-footer.style-1 .site-info-wrap, .site-footer.style-3 .site-info-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}}

@media (min-width: 900px){
.site-footer.style-1 .site-info-block, .site-footer.style-3 .site-info-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}}

@media (min-width: 900px){
.site-footer.style-1 .site-info-wrap > *, .site-footer.style-3 .site-info-wrap > * {
    margin-left: 15px;
    margin-right: 15px;
}}



.site-footer.style-1 .site-info .footer-copyright, .site-footer.style-1 .site-info .footer-menu, .site-footer.style-3 .site-info .contact-block, .site-footer.style-3 .site-info .footer-logo, .site-footer.style-3 .site-info .footer-copyright, .site-footer.style-3 .site-info .footer-menu {
   margin-top: 10px;
   margin-bottom: 10px;
}

.footer-copyright {
    font-family: Roboto;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.link-footer {
    margin: 0 16px;
    color: #fff;
}
