:root {
    --primary-color: rgb(0, 59, 121);
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
body {
    font-family: Arial;
    /*padding: 20vh;*/
    background: #f1f1f1;
    min-height: 200vh;
}

/*Header starts section*/
header {
    position:fixed;
    top:0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
    padding:10px 100px;
    background: #fff;
    z-index: 1000;
}
header.header{
    background-color: #003B79!important;
}
.header a img {
    width: 245px;
}

header.sticky {
    padding: 5px 100px;
    background: #003B79;
}

header .logo {
    position: relative;
    font-weight: 700;
    color:#a51827;
    text-decoration: none;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition:0.6s;
}


/*Style to h1,h2*/
h2{
    font-size: 40px;
    line-height: 1em;
}

header ul {
    position: relative;
    display: flex;
    justify-content: center;align-items: center;
}

header ul li {
    position: relative;
    list-style-type: none;
}

header ul li a {
    position: relative;
    margin: 0 15px;
    text-decoration: none;
    color: #ffffff;
    
    letter-spacing:2px;
    font-weight: 500px;
    transition: 0.5s;
}
/*Header ends section*/
section {
    padding: 2rem 3%;
}

html{
    scroll-behavior: smooth;
}
.inicio {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 0;
    background: #fff;
}

/*section como solicitar lo starts*/
.howIt {
    height: 132vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 0;
}


span.blue {
  
}

.howIt svg {
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
    border: 0;
    z-index: 0;
    margin-top: -185px;
    padding: 0;
    margin: 0 auto;
    bottom: 0;
    height: 21rem;
}


.howIt svg#top {
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    border: 0;
    z-index: 0;
    margin-top: -185px;
    padding: 0;
    margin: 0 auto;
    height: 21rem;
}

/*section como solicitar lo ends*/

/*section steps start*/
.flex-grid {
    display: flex;
}
.flex-col {
    flex: 1;
    text-align: center;
    margin: 0 auto;
}

.circle {
    width: 140px;
    height: 140px;
    background: #10bcf4;
    margin: 10% auto;
    border-radius:50%;
    position: relative;
    animation: animacion 2s linear infinite;
}

.content {
    position: relative;
    width: inherit;
    height:auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-weight: 800;
    font-size: 74px;
    color: #ffffff;
}
/*section steps ends*/

/*Slider starts section*/
.contenedor {
    position: absolute;
    width: 100%;
    height:79vh;
    overflow: hidden;
}

.slider-contenedor {
    width: 100%;
    display: flex;
    cursor: pointer;
}

.contenido-slider {
    width: 100%;
    height:600px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-shrink: 0;
}

.contenido-slider:nth-child(1) {
    background: linear-gradient(180deg, #b2eaff 0, #5389f2 50%, #003265 100%);
}

.contenido-slider:nth-child(2) {
    background: linear-gradient(180deg, #fffc9d 0, #f1eb85 25%, #d8d86c 50%, #bec653 75%, #a6b53c 100%);
}
.contenido-slider:nth-child(3){
    background-color: #2f4353;
    background-image: linear-gradient(315deg, #2f4353 0%, #d2ccc4 74%);
}

.contenido-slider:nth-child(4) {
    background: linear-gradient(180deg, #b2eaff 0, #5389f2 50%, #003265 100%);
}

.contenido-slider:nth-child(1) > img {
    width: 900px;
}


.contenido-slider:nth-child(2) > img {
    width: 930px;
    margin-left: 21rem;
}


.contenido-slider:nth-child(3) > img {
    width: 966px;
    position: relative;
    display: flex;
    margin-left: -34.7rem;

}

/*TEXTOS*/
.contenedor-text {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    
}

.contenedor-text-inicio {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    margin-left: 100rem;
    
}


.contenedor-text-vehiculo {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    z-index: 3;
    
}

.submenu {
    font-weight: 400 !important;
    font-size: 28px !important;
    color: #fff;
    margin-bottom: 2rem;
}
.text_description {
    font-weight: 800 !important;
    font-size: 58px !important;
    margin-top: -7rem;
}

.text_description_inicio {
    font-weight: 800 !important;
    font-size: 58px !important;
    margin-top: -7rem;
}

.text_description_vehiculo{
    text-align: end !important;
}


.boton_position_normal {
    text-align: left;
    display: flow-root;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
}
.boton_position {
    text-align: end;
    display: flow-root;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
}

.contenido-slider:nth-child(4) > img {
    width: 900px;
}


.contenido-slider div {
    width: 94%;
position: absolute;
}

.contenido-slider h2 {
    font-weight: 300;
    text-align: start;
    line-height: 65px;
    word-wrap: break-word;
    color:#fff;
}


/*Slider end section*/
.container {
    width: 959px;
    margin: 0 auto;
}

.row:after {
    content: "";
    display: grid;
    clear: both;
}

.leftcolumn {   
    float: left;
    width: 35%;
}
  
  /* Right column */
.rightcolumn {
    float: left;
    width: 65%;
    padding-left: 20px;
}

.sistema_left {
    color: #1D1D1B;
    background-color: #e2e2e8;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
}

.sistema_right {
    color: #1D1D1B;
    background-color: #e2e2e8;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
}

.card {
    padding: 25px;
    margin-top: 20px;
 }


 .simulador_vertical_block{
     margin: auto;
     padding: 0 auto;
 }

 .simulador_vertical_block_texto {
    font-size: 0.95rem;
    margin: auto;
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display:flex;
 }

 .simulador_amount{
     margin: 0 auto;
     text-align: center;
 }

 .input-group {
    display: grid;
    grid-template-columns: auto 1fr auto;
    margin: auto;
 }

 .simulador_number_input{
    font-size: 1rem;
    border: 1px solid #d6e5e1;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    background: white;
    width: 90%;
    margin: auto;
    border-radius: 5px;
    height: 2.5rem;
 }

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

@media screen and (max-width: 900px) {
    .contenido-slider img {
        width: 250px;
    }

    .contenido-slider > div {
        width: 40%;
    }

    .contenido-slider h2 {
        font-size: 23px;
    }    
}

@media screen and (max-width: 768px) {
    .container{
        width: 100%;
        flex-direction: column;
    }
    .leftcolumn, .rightcolumn {   
      width: 100%;
      padding: 0;
    }

    .contenido-slider img {
        width: 250px;
    }

    .contenido-slider > div {
        width: 40%;
    }

    .contenido-slider h2 {
        font-size: 23px;
    }  
}

@media screen and (max-width:600px) {
    .contenido-slider {
        flex-direction: column-reverse;
    }

    .contenido-slider > div {
        width: 80%;
    }
}


/*buttons plus and decrease*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.input-group,
.input-group * {
  box-sizing: border-box;
}
.input-group button {
    outline:none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.input-group button.plus:after {
    display: inline-block;
    position: absolute;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    content: '\f067';
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .input-group button.plus:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }


  .input-group button.minus:after {
    display: inline-block;
    position: absolute;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    content: '\f068';
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .input-group button.minus:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  /*Circles*/
  .circle-minus{
    border: 1px solid #003B79;
    border-radius: 50%;
  }
  .circle-plus{
    border: 1px solid #003B79;
    border-radius: 50%;
  }

  /*Section simulador starts*/
  .simulator {
    position: relative;
    background-color: #fff;
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
  }

  .simulador_banner {
      font-size: 100%;
  }

  .simulator .simulador_banner h2 {
    font-weight: 300;
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 15px !important;
  }

  
  .simulator .simulador_banner h1 {
    font-weight: 800;
    font-size: 61px;
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    margin-top:  3px !important;
    margin-bottom: 6px !important;
  }
  
  /*Section simulador ends*/
  /*Section como lo solicitamos starts*/
  .text-slide-inner {
    position: relative;
    width: 100%;
    margin: 25% 1% 11%;
    top: 0;
    justify-content: space-evenly;
    display: flex;
    padding: 0;
  }

  .container-steps {
      display: block;
      min-height: 100%;  
  }


  .text-slide-inner h1 {
    text-align: center;
    font-weight: 800;
    font-size: 61px;
  }
  /*section como lo solicitamos ends*/

  /*option select*/
  .simulador_vertical_select{
    font-size: 0.85rem;
    border: 1px solid #d6e5e1;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.6rem;
    background: white;
    width: 100%;
    margin: auto;
    border-radius: 5px;
    height: 2.5rem;
  }

  /*cuota display*/
  .simulador_vertical_block_cuota{
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.3;
    color: #003B79;
    margin: auto;
        margin-top: auto;
        margin-bottom: auto;
    margin-top: 0.2rem;
  }

  .simulador_vertical_alt {
    font-size: 0.75rem;
    line-height: 1.3;
    margin: auto;
  }
  .input-form{
    text-align: center;
  }

.simulador_vertical_message {
    padding-top: 1.2rem;
}
.simulador_vertical_text_alt {
    font-size: 0.80rem;
    line-height: 1.3;
    width: 80%;
    margin: auto;
    text-align: center;
}
b, strong {
    font-weight: bolder;
}

.simulador_vertical_safe{
    display: flex;
    padding-top: 2rem;
    font-size: 0.95rem;
    margin: auto;
    padding-bottom: 2rem;
    width: 80%;
    text-align: center;
}
.simulador_vertical_safe icon.lock::after {
    display: inline-block;
    position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f023';
    font-size: 24px;
}

.simulador_vertical_safe_text{
    font-size: 0.95rem;
    margin: auto;
    text-align: left;
    padding-bottom: 0;
    color: #0d141c;
    font-weight: 600;
    padding-left: 1rem;
    line-height: 1.4;
    text-decoration: none;
}

/*Validation input phone number*/
.no-arrow {
   -moz-appearance: textfield;
  }
.no-arrow::-webkit-inner-spin-button {
   display: none;
}
.no-arrow::-webkit-outer-spin-button,
.no-arrow::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}

/*Formulario estilo*/
/*Global stylings inputs*/
.width-50 {
    width: 50%;
}
.ml-auto {
    margin-left:auto;
}
.text-center {
    text-align: center;
    font-size: 0.95rem;
    font-weight: 800;
}

.text-center-subtitle {
    text-align: center;    
}

.simulador_number_input_form{
    display: block;
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    height: 2.2rem;
}

.simulador_vertical_select_form{
    font-size: 0.85rem;
    border: 1px solid #d6e5e1;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.6rem;
    background: white;
    width: 100%;
    margin: auto;
    border-radius: 5px;
    height: 2.2rem;
}

.simulador_vertical_block_texto_form{
    display:block;
    margin-bottom: 0.5rem;
}

/* Progressbar */
.progressbar {
    position: relative;
    display: flex;
    justify-content:space-between;
    counter-reset: step;
}

.progressbar::before, .progress{
    content: "";
    height:4px;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background-color:#dcdcdc;
}

.progress{
    background-color: var(--primary-color);
    width: 0%;
    transition: 0.3s;
}

.progress-step-active {
    background-color: var(--primary-color) !important;
    color: #f3f3f3;
}

.progress-step{
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: #dcdcdc;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index: 1;
}

.progress-step::before{
    counter-increment: step;
    content:counter(step);
}

/*Form*/
form{
    width: clamp(435px,16%, 437px);
    margin: 0 auto;
}

/*steps*/
.form-step{
    display: none;
    transform-origin: top;
    animation: animate .5s;
}

@keyframes animate {
    from { 
        transform: scale(1, 0);
        opacity: 0;
    }
    to{
        transform: scale(1, 1);
        opacity: 1;
    }
}

.form-step-active{
    display:block;
}

.input-group-form {
    margin: 2rem 0;
 }

 .error{
    border: 1px solid rgb(211, 8, 8);
 }

 .success {
    border: 1px solid #ccc;
 }


 /*Button*/

 .btns-group{
     display:grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 1.5rem;
 }
 .btn {
     padding: 0.75rem;
     display: block;
     text-decoration: none;
     background-color: var(--primary-color);
     text-align: center;
     color: #f3f3f3;
     cursor:pointer;
     border-radius: 0.25rem;
     transition: 0.3s;
 }

 .btnSlide {
    font-size: 22px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em !important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
    color: #ffffff;
    text-decoration: none;
 }

 .btnSlide:hover{
    border: 2px solid transparent;
    padding: .3em 2em .3em .7em;
 }

 .btn:hover {
     box-shadow:0 0 0 2px #fff, 0 0 0 3px var(--primary-color);
 }

 #form-messages{
    display: block;
    list-style: none;
    margin: 0 auto;
    padding: 0.75rem;
    text-align: center;
 }

 /*footer*/
 footer {
     position: relative;
     width:100%;
     height:auto;
     padding: 25px 100px;
     background:#111;
     display:flex;
     justify-content:space-between;
     flex-wrap: wrap;
 }

 footer .container-footer {
     display:flex;
     flex-direction: row;
     justify-content:space-between;
 }

 footer .container-footer h3 {
     color: #fff;
 }

 @keyframes animacion {
    0% {
        box-shadow: 0 0 0 0 rgba(29, 171, 209, .6),  0 0 0 0 rgba(29, 171, 209, .6);
    }
    30% {
        box-shadow: 0 0 0 15px rgba(29, 171, 209, 0), 0 0 0 0 rgba(29, 171, 209, .6);
    }

    65% {
        box-shadow: 0 0 0 15px rgba(29, 171, 209, 0), 0 0 0 30px rgba(29, 171, 209, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(29, 171, 209, 0), 0 0 0 30px rgba(29, 171, 209, 0);
    }
}