/*
body {
    background-color: beige;
}*/

.slider {
    max-width: 560px;
}
.slider > h3 {
    text-align: center;
}
.slider-row {
    display: flex;
}
.slider-col {
    padding: 0px 10px;
}
.form-input {
    margin: auto;
}
.slider-col > h2 {
    text-align: left;
}
#slider1 > div > div:nth-child(2) > p{
    font-size: 14px;
    text-align: justify;
}
.slider-col > select {
    display: block;
    width: 100%;
    min-width: 200px;
    border: solid #0ece7d;
    border-radius: 5px;
    background-color: white;
    height: 35px;
    padding-left: 5px;
    color: #28336b;
    font-size: 14pt;
}
.slider-col > input{
    display: block;
    min-width: 200px;
    width: 100%;
    border: solid #0ece7d;
    border-radius: 5px;
    height: 35px;
    padding-left: 10px;
    color: #28336b;
}
.slider-col > input::placeholder {
    color: #28336b;
    font-size: 14pt;
}
.button-group>* {
    display: block;
    width: max-content;
    margin: auto;
}
.button-group > button {
    background-color: #0ece7d;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    
}

.button-navigation {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn-previous-final-prestamos, .btn-previous-final-invertir {
    transform: translate(0px, 40px) !important;
    padding: 0 20px !important;
    width: 160px !important;
    height: 35px !important;
    font-size: 14pt !important;
}

.button-navigation .btn-previous {
    background-color: #0ece7d;
    color: white;
    border: none;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 16pt;
    height: 45px;
    margin-top: auto;
}

#select2-distrito-container {
    font-weight: 400;

}
.sim-param label, .params .sim-param select{
    font-size: 1.2rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-right: .5rem !important;
    padding-left: .5rem !important;
    text-align: left;
}

@media (max-width:600px) {
    .button-navigation {
        margin-bottom: 20px;
    }

    #cronograma {
        transform: translate(58px, 0px);
    }

    .btn-previous-final-prestamos {
        transform: translate(-75px, -119px) !important;
        width: 100px !important;
        height: 28px !important;
        font-size: 12pt !important;
        padding: 0 20px !important;
    }

    .btn-previous-final-invertir {
        transform: translate(60px, -94px) !important;
        width: 100px !important;
        height: 28px !important;
        font-size: 12pt !important;
        padding: 0 20px !important;
    }
    
    .button-navigation .btn-previous {
        height: 48px;
    }


    #formSolicitante2 > span {
        width: 100% !important;
        text-align: left !important;
    }

    #tipoDoc{
        margin: 12px 0px;
        height: 45px;
        font: 20px/3 sans-serif;
    }
    #nDNI {
        margin: 12px 0px;
        height: 45px;
    }
    #nDNI::placeholder  {
        font: 20px/3 sans-serif;
    }
    #nombre {
        margin: 12px 0px;
        height: 45px;
    }
    #nombre::placeholder  {
        font: 20px/3 sans-serif;
    }
    #apellido {
        margin: 12px 0px;
        height: 45px;
    }
    #apellido::placeholder  {
        font: 20px/3 sans-serif;
    }
    #nTel {
        margin: 12px 0px;
        height: 45px;
    }
    #nTel::placeholder  {
        font: 20px/3 sans-serif;
    }
    #correo {
        margin: 12px 0px;
        height: 45px;
    }
    #correo::placeholder  {
        font: 20px/3 sans-serif;
    }

    #provincia{
        margin: 14px 0px;
        height: 45px;
    }
    #select2-distrito-container {
        min-height: 42px !important;
    }
    #formSolicitante2 > span {
        height: 42px !important;
    }
    #garantia{
        margin: 14px 0px;
        height: 45px;
    }
}

.fine-letter {
    font-size: 10pt;
}
.data-group {
    display: flex;
    justify-content: space-between;
}
#slider3 {
    padding: 0;
    display: flex;
    flex-direction: column;
}
#slider3  .slider-row {
    display: grid;
    grid-template-columns: 1fr 5px 1fr
    
}
.data-group > p {
    line-height: 14px;
}
.sim-sm-btn {
    background-color: #0ece7d;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 12pt;
    white-space: nowrap;
    padding: 2px 10px;
    max-height: 30px;
    margin: auto 0;
}
#result {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#result .sim-sm-btn {
    margin: 0;
    margin-bottom: 6px;
    width: fit-content;
    align-self: flex-end;
}

#result h2 {
    color: #0ece7d;
    font-size: 32pt;
    font-weight: 400;
    margin: 0;
}

#moneda-cuota > span {
    color: #28336b;
    font-size: 16pt;
    font-weight: 400;
}
#moneda-cuota {
    display: flex;
    margin: auto;
}
.result-t {
    align-self: flex-end;
}
span.result-m {
    vertical-align: text-top;
    margin-right: 5px;
    white-space: nowrap;
}

span.result-t {
    margin-left: 5px;
    white-space: nowrap;
}

#to-form {
    background-color: #0ece7d;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 16pt;
    white-space: nowrap;
    margin-top: 5px;
    padding: 2px 20px;
    margin-left: auto;
    margin-right: 10px;
}

#slider3 p {
    font-weight: 400;
}

#slider3 p.data {
    color: #0ece7d;
}

#amount-input {
    /* max-width: 170px; */
}
@-webkit-keyframes buzz-out {
    10% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
  
    20% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
  
    30% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
  
    40% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
  
    50% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
  
    60% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
  
    70% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
  
    80% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
  
    90% {
      -webkit-transform: translateX(1px) rotate(0);
      transform: translateX(1px) rotate(0);
    }
  
    100% {
      -webkit-transform: translateX(-1px) rotate(0);
      transform: translateX(-1px) rotate(0);
    }
  }
  
@keyframes buzz-out {
10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
}

20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
}

30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
}

40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
}

50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
}

60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
}

70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
}

80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
}

90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
}

100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
}
}
  
.buzz-out {
-webkit-animation-name: buzz-out;
animation-name: buzz-out;
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
  /*
  .buzz-out:hover, .buzz-out:focus, .buzz-out:active {
    -webkit-animation-name: buzz-out;
    animation-name: buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
  */

.invalid-select {
    border-color: rgb(172, 59, 39) !important;
}

.cronograma h4 {
    text-align: center;
    color: var(--main-color);
}
.cronograma p {
    text-align: center;
    color: var(--secondary-color);
}