.header-embudo-gnp{
    display: flex;
    padding: 25px 100px;
    justify-content: space-between;
    align-items: flex-end;
    box-shadow: 0px 0px 9px #645d5d;
}

h1, h2, h3, h4, h5, h6, a, p, input, textarea, button, label, small{
    font-family: Arial, Helvetica, sans-serif !important;
}

small{
    font-size: 18px;
}

.header-embudo-gnp img{
    width: 150px;
}

.header-embudo-gnp h2{
    font-size: 1.4em;
}

* {
    box-sizing: border-box;
}

  
#regForm {
background-color: #ffffff;
margin: 100px auto;
font-family: Raleway;
padding: 40px;
width: 90%;
min-width: 300px;
}

h1 {
text-align: center;  
}

input {
padding: 10px;
width: 100%;
font-size: 17px;
font-family: Raleway;
border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
background-color: #ffdddd;
}

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

button {
background-color: #ff6161;
color: #ffffff;
border: none;
padding: 10px 20px;
font-size: 17px;
font-family: Raleway;
cursor: pointer;
}

button:hover {
opacity: 0.8;
}

#prevBtn {
background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbbbbb;
border: none;  
border-radius: 50%;
display: inline-block;
opacity: 0.5;
}

.step.active {
opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
background-color: #04AA6D;
}

path{
    fill: #b9b9b9;
}

.elements-mapa input{
    margin: 10px 0px 40px 50px;
    height: 30px;
    width: 100%;
    padding: 0px 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.input-mapa{
    width: 30%;
}

.input-mapa>img{
    width: 500px;
    margin-bottom: 20px;
}

#svgout{
    width: 50%; 
    height: auto;
    max-height: 600px;
}

.header-tab{
    display: flex;
}

.header-tab>hr{
    height: 8px;
    width: 90px;
    background: rgb(255, 184, 26);
    margin: 7px 0px 0px 0px;
}

.text-header-tab{
    margin-left: 10px;
}

.text-header-tab h2, .text-header-tab h3{
    margin: 0;
}

.elements-mapa{
    display: flex;
    align-items: center;
    margin: 50px 0px 0px 0px;
    justify-content: space-between;
}

.item-gender img{
    height: 150px;
}

.section-gender-age{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 200px 0px;
}

.section-gender{
    display: flex;
    margin: 0px 10px;
    width: 50%;
    justify-content: center;
}

.section-age{
    width: 50%;
}

.item-gender{
    margin: 0px 30px;
}

.radio-group{
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.radio-group>input{
    width: 25px;
}

.radio-group>label{
    font-size: 30px;
}

.container-decre-incre{
    display: flex;
    width: 410px;
    margin: 0 auto;
    align-items: center;
    background-image: url('../images/pastel.svg');
    background-size: 165px;
    background-repeat: no-repeat;
    background-position-x: 125px;
    background-position-y: -10px;
    padding: 50px 0px;
}

.container-decre-incre button{
    background-color: transparent;
    color: black;
    font-weight: bold;
    border: 1px solid black;
    border-radius: 50%;
    padding: 15px;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-decre-incre img{
    width: 25px;
}

.container-decre-incre input{
    border: 0;
    text-align: center;
    font-size: 50px;
    background: transparent;
    border-bottom: 2px solid black;
}

.container-professions{
    display: flex;
    width: 50%;
    flex-wrap: wrap;
    padding: 0px 100px;
}

.container-professions label,
.container-professions input {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 120px;
  height: 50px;
  border: 1px solid #CCC;
  padding: 0px 10px;
  cursor: pointer;
  margin: 10px 10px;
  background: rgb(232,232,232);
  font-weight: bold;
}

.container-professions input[type="radio"] {
  display: none;
}

.container-professions label:hover {
  background: #DDD;
}

.container-professions input[type="radio"]:checked + label {
  background: rgb(115,163,229);
  color: white;
}

.container-span-salv{
    display: flex;
    width: 50%;
    flex-wrap: wrap;
    padding: 0px 0px;
    /* padding: 0px 100px; */
}

table{
    font-family: Arial, Helvetica, sans-serif !important;
}

th{
    font-family: Arial, Helvetica, sans-serif !important;
}

td{
    font-family: Arial, Helvetica, sans-serif !important;
}

.container-span-salv label,
.container-span-salv input {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  width: auto;
  height: 50px;
  border: 1px solid #CCC;
  padding: 0;
  cursor: pointer;
  margin: 10px 10px;
  background: rgb(232,232,232);
  font-weight: bold;
  padding: 5px 20px;
}

.container-span-salv input[type="checkbox"] {
  display: none;
}

.container-span-salv label:hover {
  background: #DDD;
}

.container-span-salv input[type="checkbox"]:checked + label {
  background: rgb(115,163,229);
  color: white;
}

.section-billetera{
    display: flex;
    margin: 50px 0px;
}

.billetera{
    width: 50%;
    margin: 50px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.billetera>img{
    width: 300px;
}

.billetes{
    width: 50%;
    margin: 50px 30px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 100px;
}

.billetes>img{
    width: 200px;
    margin: 20px;
}

.input-billetera{
    width: 300px;
    margin-top: 20px;
}

.section-alcancia {
    flex-direction: column;
    display: flex;
    align-items: center;
}

.alcancia {
    width: 50%;
    margin: 50px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.alcancia > img {
    width: 250px;
}

.input-alcancia {
    width: 300px;
    margin-top: 20px;
}

.monedas {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 0;
  }

.monedas > img {
    width: 120px;
    margin: 20px;
    cursor: grab;
}


.container-salvavidas{
    display: flex;
    align-items: center;
    margin: 50px 0px;
    padding: 100px 0px;
}

.salvavidas{
    width: 50%;
    display: flex;
    justify-content: center;
}

.salvavidas>img{
    width: 250px;
}

#screen-start{
    background-image: url('../images/fondo_inicio.png');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    width: 100%;
    padding: 50px 300px;
    display: flex;
}

#screen-final{
    background-image: url('../images/fondo_final.png');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    width: 100%;
    padding: 50px 300px;
    display: flex;
}

.elements-index{
    height: auto;
    display: block;
    width: 50%;
    margin: auto 0;
}

.elements-index>img{
    width: 450px;
    margin: 10px auto 30px auto;
    display: block;
}

.elements-index>h2{
    text-align: center;
}

.elements-index>h3{
    text-align: center;
}

.elements-final{
    height: auto;
    display: block;
    width: 50%;
    margin: auto 0;
}

.elements-final>img{
    width: 450px;
    margin: 10px auto 30px auto;
    display: block;
}

.elements-final>h2{
    text-align: center;
    color: white;
}

.elements-final>h3{
    text-align: center;
    color: white;
}

.btn-start{
    background-color: rgb(0, 111, 215);
    margin: 20px auto 0 auto;
    display: flex;
    width: 130px;
    justify-content: center;
    border-radius: 50px;
    height: auto;
}

.btn-start>img{
    width: 50px;
    margin: 8px 0px;
}

#prevBtn, #nextBtn{
    background-color: rgb(0, 111, 215);
    border-radius: 20px;
    padding: 10px 50px;
    margin: 0px 10px;
}

.row-btn{
    display: block;
    width: 50px;
}

.container-contacto{
    display: flex;
    align-items: center;
    margin: 50px 0px;
    padding: 100px 0px;
}

.img-contacto{
    width: 50%;
    display: flex;
    justify-content: center;
}

.img-contacto>img{
    width: 350px;
}

.data-contact{
    width: 50%;
    padding: 0px 200px;
}

.data-contact>input{
    margin: 5px 0px;
    color: black;
}

.container-btns-form{
    display: flex;
    justify-content: center;
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  #customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  #customers tr:nth-child(even){background-color: #f2f2f2;}
  
  #customers tr:hover {background-color: #ddd;}
  
  #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #012974;
    color: white;
  }

  #customers input{
    height: 30px;
  }

.logo-lista{
    display: block;
    margin: 20px auto;
    width: 250px;
}

.icons-salvavidas{
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    min-height: 565px;
    justify-content: center;
}

.icons-salvavidas>img{
    width: 50px;
    margin-bottom: 20px;
}

.input-billetera button{
    width: 100%;
    margin-top: 15px;
    outline: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  #section-abuelos-img>img{
    width: 550px;
    object-fit: contain;
  }

  #counter-pf-p2{
    background-image: initial;
  }

  #section-gasto-img>img{
    width: 550px;
    object-fit: contain;
  }

  .container-flex-elements-pf{
    padding: 20px 0px !important;
  }

  #section-text-retiro-tiempo{
    width: 500px;
  }

  #section-text-retiro-tiempo>h4{
    font-size: 35px;
  }

  #section-text-esperanza{
    width: 100%;
  }

  #section-text-esperanza>h4{
    font-size: 35px;
  }

  #section-text-necesito{
    width: 80%;
  }

  #section-text-necesito>h4{
    font-size: 35px;
  }

@media only screen and (max-width: 950px) {
    #screen-start{
        min-height: 100vh;
        padding: 30px 30px;
        background-position: 40px -75px;
    }

    .elements-index{
        width: 100%;
    }

    .elements-index>img{
        width: 250px;
    }

    #regForm{
        margin: 20px auto;
        padding: 20px;
        width: 100%;
        min-width: initial;
    }

    .elements-mapa{
        flex-direction: column;
    }

    .input-mapa{
        width: 100%;
    }

    .text-header-tab h2{
        font-size: 1.5em;
    }

    .text-header-tab h3{
        font-size: 1.2em;
    }

    .elements-mapa input{
        margin: 10px 0px 40px 0px;
    }

    .input-mapa>img{
        width: 300px;
    }

    .section-gender-age{
        flex-direction: column;
        margin: 20px 0px;
    }

    .item-gender img{
        height: 120px;
    }

    .section-age{
        width: auto;
    }

    .container-decre-incre{
        display: flex;
        width: 310px;
        background-size: 133px;
        background-position-x: 92px;
        background-position-y: 8px;
        padding: 50px 0px;
    }

    .container-decre-incre button{
        height: 40px;
        width: 40px;
    }

    .header-embudo-gnp{
        padding: 25px 50px;
    }

    .header-embudo-gnp img{
        width: 120px;
    }

    .header-embudo-gnp h2{
        font-size: 1.2em;
    }

    .row-btn{
        width: 30px;
    }

    .section-gender{
        width: 100%;
    }

    .container-professions{
        width: 100%;
    }

    .item-gender{
        margin: 0px 10px;
        display: flex;
        flex-direction: column;
    }

    .item-gender img{
        width: 85px;
    }

    .radio-group>label{
        font-size: 18px;
    }

    .container-professions{
        padding: 0px 10px;
        justify-content: center;
    }

    .section-billetera{
        flex-direction: column;
    }

    .billetera{
        width: 100%;
        margin: 10px 0px;
    }

    .billetera>img{
        width: 200px;
    }

    .input-billetera>h4{
        font-size: 20px;
    }

    .input-billetera>input{
        height: 40px;
    }

    .billetes{
        width: 100%;
        margin: 10px 10px;
        display: flex;
        flex-wrap: wrap;
        padding: 0px 10px;
    }

    .billetes>img{
        width: 100px;
    }

    .container-salvavidas{
        margin: 20px 0px;
        padding: 10px 0px;
        flex-direction: column;
    }

    .container-span-salv{
        width: 100%;
        padding: 30px 10px 0px 10px;
    }

    .container-span-salv label, .container-span-salv input{
        padding: 5px 10px;
        font-size: 13px;
    }

    .container-contacto{
        margin: 20px 0px;
        padding: 0px 0px;
        flex-direction: column;
    }

    .img-contacto{
        width: 100%;
    }

    .img-contacto>img{
        width: 250px;
    }

    .data-contact{
        width: 100%;
        padding: 0px 10px;
    }

    #svgout{
        width: 100%;
        height: 300px;
    }

    #screen-final{
        min-height: 100vh;
        padding: 30px 30px;
        background-position: 25px -40px;
    }

    .elements-final{
        width: 100%;
    }

    .elements-final>img{
        width: 250px;
    }

    .salvavidas{
        width: 100%;
        flex-direction: column;
    }

    .icons-salvavidas{
        display: flex;
        flex-direction: initial;
        min-height: initial;
        justify-content: center;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .salvavidas>img{
        width: 150px;
        margin: 0 auto;
    }

    .icons-salvavidas>img{
        width: 40px;
        margin-bottom: 20px;
        margin-right: 10px;
    }

    .monedas {
        flex-wrap: wrap;
        justify-content: center;
        overflow-x: hidden;
        gap: 10px;
        padding: 10px;
      }
    
      .monedas > img {
        width: 70px;
        margin: 10px;
      }
}