
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Just+Another+Hand&family=Roboto+Condensed:wght@300;400;700&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* input charge archivos*/

.inputfile-2 + label {
color: #f90 !important;
border: 2px solid #ccc;
background: #fff;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
	 border-radius: .5em; 
}
svg.iborrainputfile {
  fill: orange;
}
/**++++++++++++**/

#head-content {
  max-width: 1200px;
  display: flex;
  /*! border: solid; */
  margin: auto;
  position: relative;
}
#head-content h1 {
position: absolute;
bottom: 0;
right: 25%;
font-family: 'Just Another Hand',handwriting;
font-size: 133px;
font-style: italic;
line-height: normal;
color: #fff;
}
#head-content h3 {
display: block;
position: absolute;
top: 42%;
left: 45%;
font-size: 22px;
font-weight: 300;
color: #ffe900;
font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
}

@media only screen and (max-width: 810px) {

	#head-content h1 {
  bottom: 10%;
  right: 10%;
  font-size: 100px;
 
}
}
@media only screen and (max-width: 576px) {

	#head-content h1 {
  bottom: 10%;
  right: 10%;
  font-size: 100px;
 
}
	.header-logo img {
  display: block;
  text-align: center;
  height: auto;
  margin: auto;
}
.header-logo {
  
  width: 90%;
  overflow: auto;
	height: 100% !important;
text-align: center;

}
	.header-logo h1 {
  font-size: 1.5em;
  width: 100%;
  margin: 1em auto 0;
}
	#head-content {
  display: none;
}
}

.multisteps-form__panel h1, .multisteps-form__panel h3, .multisteps-form__panel h5 {
  color: orange; font-weight: normal;
}
.multisteps-form__panel ul {
  padding: 0 .1em;
  margin: 0 0 0 1em;
}
.multisteps-form__panel ul li::marker {
  color: orange
}




body {
font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
  color: #2c2c2c;
}
a {
  color: #f90;
  text-decoration: none;
}

a:hover {
  color: inherit; text-decoration: none;
}

.footer {
  background: #595959;
  color: #f2f2f2;
  padding: 1em;
}
.infooter {
  width: 90%;
  margin: auto;
  max-width: 1200px;
}

.infooter p {
  font-size: .9em;
  text-align: justify;
  padding: 1em 0 0 0
}
.infooter p a{
color: orange;
  text-decoration: none;
}
.infooter p a:hover{
color: #fff;
}
.infooter img{
max-width: 170px;
  height: auto;
  width: 90%;   margin: auto;
  display: block;
}



.multisteps-form__content label {
  color: #444;
  font-weight: 100 !important;
	font-size: .9em;
}
.header-logo {
  margin: 0;
  display: block;
  height: auto;
  width: 100%;
  background: #fff;
  padding: 1em 3em 2em;
  border-bottom: solid #ccc 4px;
}
.header_logo {
  float: right;
  color: orange;
  padding: .5em 0 0; font-weight: normal;
}
.header-logo img {
}

.header-top {
  background: #f2f2f2;
  overflow: auto;
}
.top-bar {
  max-width: 1200px;
  margin: auto;
}
div.top-bar a {
float: right;
color: #848484;
font-size: .9em;
text-decoration: none;
padding: .5em;
}
.header__btn {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #2c2c2c;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
}
.header__btn:last-child {
  margin-right: 0;
}
.header__btn:hover, .header__btn.js-active {
  color: #fff;
  background-color: #2c2c2c;
}

.header {
    max-width: 100%;
    margin: 40px auto 0;
    text-align: center;
    background-color: #FF9900;
   /* padding: 1em;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/fnd-secc-prog-2.png);
    background-size: cover;
}

.header__title {
  margin: 30px auto;
  font-size: 2.1rem;
  color: #fff;

}

.content {
    width: 100%;
    margin: auto;
    background-color: #F9F4ED;
    padding: 3em 0;
    background-image: url(../img/fnd-secc-general-1.png);
    background-position: center top;
    background-size: cover;
}

.content__title {
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
}

.content__title--m-sm {
  margin-bottom: 10px;
}

.multisteps-form__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}
@media (min-width: 500px) {
  .multisteps-form__progress-btn {
    text-indent: 0;
  }
}
.multisteps-form__progress-btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 3;
}
.multisteps-form__progress-btn:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: currentColor;
  z-index: 1;
}
.multisteps-form__progress-btn:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active {
  color: #F90;
}
.multisteps-form__progress-btn.js-active:before {
  -webkit-transform: translateX(-50%) scale(1.2);
          transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

.multisteps-form__form {
  position: relative;
}

.multisteps-form__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.multisteps-form__panel.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.multisteps-form__panel[data-animation="scaleOut"] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.multisteps-form__panel[data-animation="scaleOut"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.multisteps-form__panel[data-animation="slideHorz"] {
  left: 50px;
}
.multisteps-form__panel[data-animation="slideHorz"].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}
.multisteps-form__panel[data-animation="slideVert"] {
  top: 30px;
}
.multisteps-form__panel[data-animation="slideVert"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}
.multisteps-form__panel[data-animation="fadeIn"].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.multisteps-form__panel[data-animation="scaleIn"] {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.multisteps-form__panel[data-animation="scaleIn"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.btnvalor {
  text-align: center;
  background: antiquewhite;
  padding: 1em;
  margin: 1em;
  border-radius: .5em;
}

label.valordonacion {
  padding: .5em .25em;
  background: #fff;
  font-weight: bold !important;
  border-radius: .25em;
  display: inline-block;
  width: 100px;
  text-align: center;
  color: #f90;
  border: solid 1px;
  margin: .5em;
}

.cta {
  position: relative;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(255, 171, 157, 0.5);
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.cta span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
}
.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 100%;
  background: #ffab9d;
}
.cta:hover svg {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.96);
}