@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&amp;display=swap");

#nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 0.6em
}

#nav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#nav .container img {
    height: 65px;
    padding: 0.625rem 0;
    margin-left: 50px
}

body {
    overflow-x: hidden
}

#izq {
    position: absolute;
    z-index: -1;
    top: 50px;
    left: -250px
}

#der {
    position: absolute;
    z-index: -1;
    top: 200px;
    right: -115px
}

.border-form {
    border: 1px solid #4c4a80;
    -webkit-box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.57);
    box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.57);
    background: #FFF;
    padding: 0
}

.border-form hr.top {
    border-top: 1px solid #bdbdbd;
    padding-top: 15px;
    padding-bottom: 0;
    margin-bottom: 0
}

.border-form hr.bottom {
    padding-bottom: 15px;
    border-bottom: 1px dashed #bdbdbd;
    margin-bottom: 15px;
    padding-bottom: 0;
    margin-bottom: 0
}

.border-form h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #3d3676;
    padding-bottom: 15px;
    border-bottom: 1px dashed #bdbdbd;
    margin-bottom: 15px
}

.border-form h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #3d3676
}

.border-form h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #535353
}

.border-form p#info {
    line-height: 27px;
    margin-left: 10px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    font-size: 12px;
    color: #535353
}

.border-form label {
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #535353;
    text-align: center;
    display: block;
    margin: 0 auto
}

.border-form input.input-2 {
    width: 100%;
    height: 30px;
    border-radius: 10px;
    font-size: 13px;
    border: 1px solid #adadad;
    text-align: center;
    cursor: pointer
}

.border-form input.input-2:focus,
.border-form input.input-2:focus-visible {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.border-form input.input-2:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(250, 250, 250, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(250, 250, 250, 0.2);
    box-shadow: 0 14px 26px -12px rgba(250, 250, 250, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(250, 250, 250, 0.2);
    color: rgba(0, 0, 0, 0.87);
    background-color: #f2f2f2;
    border-color: #adadad
}

.border-form input.input-1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    background: no-repeat center bottom, center calc(100% - 1px);
    font-size: 16px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    width: 100%;
    background-size: 0 100%, 100% 100%;
    border: 0;
    color: #535353;
    height: 36px;
    background-image: linear-gradient(to top, #6869b6 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px)
}

.border-form input.input-1:focus,
.border-form input.input-1:focus-visible {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-size: 100% 100%, 100% 100%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    box-shadow: none
}

label {
    display: block; /* para que la etiqueta ocupe una línea completa */
    margin-bottom: 10px; /* para agregar un espacio entre la etiqueta y el campo de entrada */
    
  }
  
  input[type="text"] {
    display: block; /* para que el campo de entrada ocupe una línea completa */
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 24px;
    font-size: 26px;
    width: 100%;
    box-sizing: border-box;
  }



.btn-2{margin-top: 1em;
    color: #fff;
    border-radius: 30px;
    background-color: #6869b6;
    font-family: "Montserrat";
    font-weight: 600;
    border: none;
    padding: 0.3em 1em;
    border-color: #6869b6;
    -webkit-box-shadow: 0 2px 2px 0 rgba(104, 105, 182, 0.14), 0 3px 1px -2px rgba(104, 105, 182, 0.2), 0 1px 5px 0 rgba(104, 105, 182, 0.12);
    box-shadow: 0 2px 2px 0 rgba(104, 105, 182, 0.14), 0 3px 1px -2px rgba(104, 105, 182, 0.2), 0 1px 5px 0 rgba(104, 105, 182, 0.12)
}

.border-form button.btn-2 {
    margin-top: 1em;
    color: #fff;
    border-radius: 30px;
    background-color: #6869b6;
    font-family: "Montserrat";
    font-weight: 600;
    border: none;
    padding: 0.3em 1em;
    border-color: #6869b6;
    -webkit-box-shadow: 0 2px 2px 0 rgba(104, 105, 182, 0.14), 0 3px 1px -2px rgba(104, 105, 182, 0.2), 0 1px 5px 0 rgba(104, 105, 182, 0.12);
    box-shadow: 0 2px 2px 0 rgba(104, 105, 182, 0.14), 0 3px 1px -2px rgba(104, 105, 182, 0.2), 0 1px 5px 0 rgba(104, 105, 182, 0.12)
}

.border-form button.btn-2:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(104, 105, 182, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(104, 105, 182, 0.2);
    box-shadow: 0 14px 26px -12px rgba(104, 105, 182, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(104, 105, 182, 0.2)
}

.border-form button.btn-2:disabled {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}




.border-form button.btn-1 {
    margin-top: 1em;
    color: #fff;
    border-radius: 30px;
    background-color: #6869b6;
    font-family: "Montserrat";
    font-weight: 600;
    border: none;
    padding: 0.3em 1em;
    border-color: #6869b6;
    -webkit-box-shadow: 0 2px 2px 0 rgba(104, 105, 182, 0.14), 0 3px 1px -2px rgba(104, 105, 182, 0.2), 0 1px 5px 0 rgba(104, 105, 182, 0.12);
    box-shadow: 0 2px 2px 0 rgba(104, 105, 182, 0.14), 0 3px 1px -2px rgba(104, 105, 182, 0.2), 0 1px 5px 0 rgba(104, 105, 182, 0.12)
}

.border-form button.btn-1:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(104, 105, 182, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(104, 105, 182, 0.2);
    box-shadow: 0 14px 26px -12px rgba(104, 105, 182, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(104, 105, 182, 0.2)
}

.border-form button.btn-1:disabled {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.btn-index {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    background-color: #FFFFFF
}

.btn-index svg {
    width: 100%;
    height: auto
}

.btn-index p {
    position: absolute;
    top: 35%;
    right: 1em;
    font-size: 20px;
    color: #132a68;
    font-family: Montserrat-ExtraBold, Montserrat;
    font-weight: 800
}

.steps {
    width: 100%;
    margin-top: 2em
}

.steps ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative
}

.steps ul:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 35%;
    left: 0;
    background-color: #3d3676;
    z-index: 1
}

.steps ul:after {
    content: "";
    height: 3px;
    position: absolute;
    top: 35%;
    left: 0;
    background-color: #3d3676;
    z-index: 1
}

.steps ul[data-active="1"]:after {
    width: 15%
}

.steps ul[data-active="1"] li:first-child .step-icon {
    background-color: #3d3676;
    border: 3px solid #3d3676
}

.steps ul[data-active="1"] li:first-child .step-icon svg {
    width: 92%
}

.steps ul[data-active="1"] li:first-child .step-icon svg g,
.steps ul[data-active="1"] li:first-child .step-icon svg path {
    fill: #FFF
}

.steps ul[data-active="1"] li:first-child .step-icon svg g g,
.steps ul[data-active="1"] li:first-child .step-icon svg path g {
    fill: #FFF
}

.steps ul[data-active="1"] li:first-child .step-text {
    font-weight: 600;
    color: #3d3676
}

.steps ul[data-active="2"]:after {
    width: 35%
}

.steps ul[data-active="2"] li:nth-child(2) .step-icon {
    background-color: #3d3676;
    border: 3px solid #3d3676
}

.steps ul[data-active="2"] li:nth-child(2) .step-icon svg {
    width: 92%
}

.steps ul[data-active="2"] li:nth-child(2) .step-icon svg g,
.steps ul[data-active="2"] li:nth-child(2) .step-icon svg path {
    fill: #FFF
}

.steps ul[data-active="2"] li:nth-child(2) .step-icon svg g g,
.steps ul[data-active="2"] li:nth-child(2) .step-icon svg path g {
    fill: #FFF
}

.steps ul[data-active="2"] li:nth-child(2) .step-text {
    font-weight: 600;
    color: #3d3676
}

.steps ul[data-active="3"]:after {
    width: 65%
}

.steps ul[data-active="3"] li:nth-child(3) .step-icon {
    background-color: #3d3676;
    border: 3px solid #3d3676
}

.steps ul[data-active="3"] li:nth-child(3) .step-icon svg {
    width: 92%
}

.steps ul[data-active="3"] li:nth-child(3) .step-icon svg g,
.steps ul[data-active="3"] li:nth-child(3) .step-icon svg path {
    fill: #FFF
}

.steps ul[data-active="3"] li:nth-child(3) .step-icon svg g g,
.steps ul[data-active="3"] li:nth-child(3) .step-icon svg path g {
    fill: #FFF
}

.steps ul[data-active="3"] li:nth-child(3) .step-text {
    font-weight: 600;
    color: #3d3676
}

.steps ul[data-active="4"]:after {
    width: 100%
}

.steps ul[data-active="4"] li:nth-child(4) .step-icon {
    background-color: #3d3676;
    border: 3px solid #3d3676
}

.steps ul[data-active="4"] li:nth-child(4) .step-icon svg {
    width: 92%
}

.steps ul[data-active="4"] li:nth-child(4) .step-icon svg g,
.steps ul[data-active="4"] li:nth-child(4) .step-icon svg path {
    fill: #FFF
}

.steps ul[data-active="4"] li:nth-child(4) .step-icon svg g g,
.steps ul[data-active="4"] li:nth-child(4) .step-icon svg path g {
    fill: #FFF
}

.steps ul[data-active="4"] li:nth-child(4) .step-text {
    font-weight: 600;
    color: #3d3676
}

.steps ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 5000
}

.steps ul li .step-icon {
    border-radius: 50%;
    padding: 0.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.steps ul li .step-text {
    text-align: center;
    font-weight: 400;
    font-size: 12px
}

.steps ul li .step-icon {
    background-color: #FFF;
    border: 3px solid #3d3676
}

.steps ul li .step-icon svg {
    width: 92%
}

.steps ul li .step-icon svg g,
.steps ul li .step-icon svg path {
    fill: #7a7a7a
}

.steps ul li .step-icon svg g g,
.steps ul li .step-icon svg path g {
    fill: #7a7a7a
}

.steps ul li .step-text {
    color: rgba(0, 0, 0, 0.2)
}

.input {
    position: relative
}

.input small {
    font-family: "Montserrat";
    font-weight: 600
}

.input #searchedServices {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.input #searchedServices li {
    list-style: none;
    margin: 0px 0px 0px 0px;
    background-color: #f5f4f6;
    border: 1.4px #4c4a80 solid;
    padding: 10px 0px 3px 0px;
    border-radius: 13px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjNGM0YTgwIiBkPSJNOTYgNDgwYy04LjE4OCAwLTE2LjM4LTMuMTI1LTIyLjYyLTkuMzc1Yy0xMi41LTEyLjUtMTIuNS0zMi43NSAwLTQ1LjI1TDI0Mi44IDI1Nkw3My4zOCA4Ni42M2MtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBsMTkyIDE5MmMxMi41IDEyLjUgMTIuNSAzMi43NSAwIDQ1LjI1bC0xOTIgMTkyQzExMi40IDQ3Ni45IDEwNC4yIDQ4MCA5NiA0ODB6Ii8+PC9zdmc+");
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 0.75em;
    z-index: 5000;
    padding-left: 15px;
    cursor: pointer
}

.input #searchedServices li p {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    color: #535353
}

.input #searchedServices li p:first-child {
    font-weight: 600;
    font-size: 14px;
    line-height: 0.9
}

.input #searchedServices li p:nth-child(2) {
    font-weight: 500;
    font-size: 13px
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10000000000000002000
}

#alert {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#alert.hide .alert-container {
    -webkit-animation: hideAlert 0.3s;
    animation: hideAlert 0.3s
}

#alert.show {
    visibility: visible
}

#alert.show .alert-container {
    -webkit-animation: showAlert 0.3s;
    animation: showAlert 0.3s
}

#alert .alert-container {
    background-color: #FFF;
    border-radius: 5px;
    padding: 20px 40px;
    max-width: 500px;
    width: 100%;
    min-height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#alert .alert-container h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #535353;
    text-align: center;
    line-height: 0.9;
    margin-top: 0.5em
}

#alert .alert-container h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    color: #535353
}

#alert .alert-container button {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 0 5px;
    margin-top: 2em;
    background-color: rgb(104, 105, 182);
    padding: 10px 32px
}

#alert .alert-container button:focus,
#alert .alert-container button:focus-visible {
    outline: none
}

#alert_car {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#alert_car.hide .alert-container {
    -webkit-animation: hideAlert 0.3s;
    animation: hideAlert 0.3s
}

#alert_car.show {
    visibility: visible
}

#alert_car.show .alert-container {
    -webkit-animation: showAlert 0.3s;
    animation: showAlert 0.3s
}

#alert_car .alert-container {
    background-color: #FFF;
    border-radius: 5px;
    padding: 20px;
    max-width: 500px;
    width: 100%;
    min-height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#alert_car .alert-container h1 {
    font-family: "Montserrat", sans-serif;
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 60px;
    display: block
}

#alert_car .alert-container button {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 0 5px;
    margin-top: 2em;
    background-color: rgb(104, 105, 182);
    padding: 10px 32px
}

#alert_car .alert-container button:focus,
#alert_car .alert-container button:focus-visible {
    outline: none
}

@-webkit-keyframes showAlert {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes showAlert {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes hideAlert {
    0% {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        visibility: hidden;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }
}

@keyframes hideAlert {
    0% {
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        visibility: hidden;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }
}