
* {
  box-sizing: border-box;
}

body {
  background-color: #f1f1f1;
}

input {
  position:relative;
  display:block;
  outline:0;
  border:0;
  margin:0 auto !important;
  width:100% !important;
  height:70px !important;
  line-height:70px !important;
  -webkit-border-radius:28px/27px;
  -moz-border-radius:28px/27px;
  border-radius: 10px !important;
  background-color:#fff !important;
  -webkit-box-shadow:inset 0 3px 7px rgba(0,0,0,.35);
  -moz-box-shadow:inset 0 3px 7px rgba(0,0,0,.35);
  box-shadow:inset 0 3px 7px rgba(0,0,0,.35) !important;
  border:solid 1px #fff !important;
  font-size:20px !important;
  font-weight:300 !important;
  font-family: Arial;
  margin-bottom: 1px !important;
  padding: 0 30px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none !important;
}
input.invalid {
  background-color: #ffdddd !important;
}

/* Hide all steps by default: */
.tab {
  display: none !important;
}


#prevBtn {
  background-color: #bbbbbb !important;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px !important;
  width: 15px !important;
  margin: 0 2px !important;
  background-color: #bbbbbb !important;
  border: none !important;
  border-radius: 50% !important;
  display: inline-block !important;
  opacity: 0.5 !important;
}
.lead-form{
  margin:16px !important;
  padding-top:0px !important;
}
.form-label {
  color: #263238 !important;
  font-weight: bold !important;
  font-size: 20px !important;
  font-family: Arial;
  margin-top: 24px !important;
  margin-bottom: 24px !important;
  padding: 0px !important;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5),  -1px 1px rgba(255, 255, 255, 0.5),  1px -1px rgba(255, 255, 255, 0.5),  -1px -1px rgba(255, 255, 255, 0.5) !important;
}
.form-error {
  font-family: Arial;
  color: #EF5350 !important;
  margin: 8px !important;
  font-size: 18px !important;
}
.step.active {
  opacity: 1 !important;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50 !important;
}

.submit-button{
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 80px !important;
    font-family: 'Roboto', sans-serif;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 80px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #292929 !important;
    margin: 20px auto !important;
    outline: none !important;
    border: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px !important;
    text-shadow: 1px 1px 0px rgba(255,255,255,.2) !important;
    background: #10e219 !important;
    background-image: -webkit-linear-gradient(top, #10e219, #76FF03) !important;
    background-image: -moz-linear-gradient(top, #10e219, #76FF03) !important;
    background-image: -ms-linear-gradient(top, #10e219, #76FF03) !important;
    background-image: -o-linear-gradient(top, #10e219, #76FF03) !important;
    background-image: linear-gradient(to bottom, #10e219, #76FF03) !important;
    border-bottom: 4px solid #ff7000 !important;
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.25) !important;
}
.submit-button:hover {
  opacity: 0.9 !important;
}


.submit-button:active {
  background: #007a63;
}

.button__text {
  font: bold 20px "Quicksand", san-serif;
  color: #ffffff;
  transition: all 0.2s;
}

.submit-button.button--loading  {
  opacity: 0.5 !important;
}
.button--loading .button__text {
  visibility: hidden;
  opacity: 0;
}

.button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}











footer.footer_bg {
  background: #263238 !important ;
}

.footer_block_item {
  display: inline-block !important;
  width: 100% !important;
  max-width: 300px !important;

}
.footer-icon svg{
  max-width: 36px !important;
  max-height: 36px !important;
}

.img-plata {
  max-width: 200px !important;
}
footer {
  font-family: arial;
}
footer.footer_bg h3{
  color: #fff !important;
  font-size: 18px !important;
}
footer.footer_bg a{
  display: inline-block !important;
  color: #fff !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  text-decoration: none !important;
}
footer ul{
    list-style: none !important;
}
footer.footer_bg .container {
  padding-top: 20px !important;
  padding-left: 20px !important;
  padding-bottom: 30px !important;
}
footer.footer_bg .footer_nav li{
    padding-top: 8px !important;
}
footer.footer_bg .footer_nav span{
  color: #fff !important;
}
#cookie-consent{
  position: fixed !important;
  z-index: 9999 !important;
  border: 1px solid #777 !important;
  border-radius: 7px !important;
  left: 0 !important;
  margin: 16px !important;
  padding: 12px 16px !important;
  padding-right: 56px !important;
  bottom: 0 !important;
  background: #fff !important;
  line-height: 18px !important;
}
#cookie-consent a{
  color: #FD5D1A !important;
  text-decoration: none !important;
}
#cookie-consent span.close:after{
  position:absolute !important;
  top:2px !important;
  right:4px !important;
  display: inline-block !important;
  font-size:20px !important;
  content: "\00d7"; /* This will render the 'X' */
  cursor: pointer !important;
  padding:12px !important;
}
#action-buttons{display:none}@media only screen and (max-width:350px){#action-buttons .sub-actions a span{display:none}}@media only screen and (max-width:500px){.action-buttons__hidden{display:none!important}#action-buttons{display:block;position:fixed;bottom:-2px;width:100%;z-index:99999}#action-buttons .background{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;overflow:hidden}#action-buttons .background img{-webkit-filter:drop-shadow(0 4px 5px rgb(0 0 0 / 7%));filter:drop-shadow(0 4px 5px rgb(0 0 0 / 7%));max-width:inherit}#action-buttons .main-action{position:fixed;bottom:17px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);z-index:1}#action-buttons .main-action__center{width:67px;height:67px;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;border-radius:100px;display:-webkit-box;display:flex;background-color:#fff;box-shadow:0 0 9px 0 #0000000d}#action-buttons a.main-action__center img{width:45%}#action-buttons .sub-actions{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:70px;height:50px;position:fixed;bottom:0;left:0}#action-buttons .sub-actions a{display:-webkit-box;display:flex;font-family:Arial,sans-serif;text-decoration:none;-webkit-box-align:center;align-items:center;padding:10px 0;width:100%;color:#000;-webkit-box-pack:center;justify-content:center;box-shadow:0 -5px 5px -5px rgb(0 0 0 / 8%)}#action-buttons .sub-actions a img{height:30px;margin:0 10px}}


#action-buttons .phone{
    background:#FD5D1A;
    width:67px;
    height:67px;
    -webkit-box-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    align-items:center;
    border-radius:100px;
    display:-webkit-box;
    display:flex
}
