.form {
    width: 100%;
}

.form .header {
    text-align: center;
    padding: 20px;
    display: grid;
    gap: 5px;
}

.form .header p {
    color: #555;
}

.form .body {
    box-shadow: 0px 0px 0px 0px rgba(250, 4, 4, 0.466);
    border-radius: 20px;
    height: auto;
    overflow: hidden;
}

.form .body .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 15px 20px;
}

.form .body .pagination .number {
    width: 45px;
    height: 40px;
    padding: 12px;
    margin: 0px;
    text-align: center;
    line-height: 27px;
    border-radius: 50px;
    background-color: #FF9E1B;
    box-shadow: 0px 3px 5px 3px rgba(7, 7, 7, 0.466);
    padding-top: 6px;
    color: #fff;
    font-size: 25px;
    font-family:  'poppinsbold', sans-serif;;
    font-weight: bolder;
}

.form .body .pagination .number1 {
    width: 45px;
    height: 40px;
    padding: 15px;
    margin: 0px;
    text-align: center;
    line-height: 27px;
    border-radius: 50px;
    background-color: #FF9E1B;
    box-shadow: 0px 3px 5px 3px rgba(7, 7, 7, 0.466);
    padding-top: 6px;
    color: #fff;
    font-size: 25px;
    font-family:  'poppinsregular', sans-serif;;
    font-weight: bolder;
}

.form .body .pagination .bar {
    width: 37%;
    height: 2px;
    background-color: #FF9E1B;
    color: #fffefec5;
    border-radius: 5px;
    border-style: dotted;
    border-top: 0px;
}

.form .body .pagination .active~div:not(.bar) {
    background-color: #fffefe;
    color: #407Ec9;
}


.form .steps {
    width: 100%;
    height: 90%;
    display: flex;

}

.form .steps .step {
    width: 98vw;
    padding: 5px 15px 15px;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}



.form .footer {
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
}

.form .footer button {
    padding: 5px 10px;
    font-size: 15px;
    border: 1px solid #bbb;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}

.modal {
    /*background-color: #ff950075;*/
    background-color: #000000a8;
    /*border: solid 5px #ff9400;*/

}

.modal-content {
    background-color: rgba(0, 0, 0, 0) !important;
}

.modal-header,
.modal-body,
.modal-footer {
    /*background-color: #fbfdffe8;*/
    color: rgb(0, 0, 0);
}

.modal-header {
    border-radius: 20px 20px 0px 0px !important;
    height: 5px;
    border: 0px solid white;
}

.modal-body {
    border-radius: 0px 0px 20px 20px !important;
    font-weight: normal;
}

.form-control {
    border: 1px solid rgb(59, 59, 59);
    font-weight: normal;
}

.form-control.has-content {
    border: 1.5px solid #fd8f00;
    color: #5c5c5c;
    font-weight: normal;
}

.form-select {
    border: 1px solid rgb(59, 59, 59);
    font-weight: normal;
}

.form-select.has-content {
    border: 1.5px solid #fd8f00;
    color: #fd8f00;
    font-weight: normal;
}


.form-control.has-content2 {
    border: 1.5px solid #407Ec9;
    color: #407Ec9;
    font-weight: normal;
}

.estilo-azul{
    border: 2px solid #407Ec9;
    color: #407Ec9;
    font-weight: normal;
}

.btn-mapaiso {
    background-color: #FF9E1B;
    color: white;
    font-family: 'poppinsregular', sans-serif;
}

.btn-mapaiso:hover {
    background-color: white;
    color: #FF9E1B;
    border: 2px solid #FF9E1B;
}

.btn-referido {
    background-color: #407Ec9;
    box-shadow: 0px 5px 10px rgb(129, 129, 129);
    border-radius: 50px;
    color: white;
}

.btn-referido:hover {
    background-color: white;
    color: #407Ec9;
    border: 2px solid #407Ec9;
}

.btn-cancelar {
    border: 2px solid rgb(129, 129, 129);
    box-shadow: 0px 5px 10px rgb(129, 129, 129);
    background-color: white;
    border-radius: 10px;
    color: #FF9E1B;
}

.btn-cancelar:hover {
    background-color: white;
    color: #FF9E1B;
    border: 2px solid #FF9E1B;
    box-shadow: 0px 5px 15px #FF9E1B;
}

.superponer{
    z-index: 10000;
}

li {
    /*list-style-type: decimal;*/
    text-align: justify;
    color: 407Ec9;
    text-transform: none;
}

.estiloUl {
    max-height: 200px;
    overflow: auto;
    width: 250px;
}

.swal2-styled.swal2-cancel {
    margin-right: -2px;
    padding: 5px;
}

.swal2-styled.swal2-confirm {
    padding: 5px;
}

.form-check-label{
    font-family: 'poppinslight', sans-serif;
}

.select2-container{
    border: 3px solid red;
    z-index: 9999;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}
