body {
    background-color: #ffffff;
    margin: 0;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center
}
body div.father{
    width:100%;
}

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Futura-Medium;
    src: url(https://s3.amazonaws.com/img.busqo.com/Mailing/Fonts/Futura-Medium-01.ttf)
}

@font-face {
    font-family: Futura-Medium-condensed;
    src: url(https://s3.amazonaws.com/img.busqo.com/Mailing/Fonts/Futura-CondensedMedium-04.ttf)
}

@font-face {
    font-family: Futura-Bold;
    src: url(https://s3.amazonaws.com/img.busqo.com/Mailing/Fonts/Futura-Bold-03.ttf)
}

/*-----BARRA-PROGRESO-----*/
.container-steps {
    display: flex;
    justify-content: center;
    width: 100%;
}

.container-bar-progress {
    text-align: center;
    margin: 3% 0 2% 0
}

.progreso-contenedor {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    max-width: 100%;
    width: 350px;
}


.progreso-contenedor::before {
    content: '';
    background-color: #aaaaaa;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 90%;
    z-index: -1;
    transition: 0.4s ease;
}

.progreso {
    background-color: #5e3eba;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 0%;
    z-index: -1;
    transition: 0.4s ease;
}

.circulo {
    background-color: #fff;
    color: #999;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #aaaaaa;
    transition: 0.4s ease;
    font-family: Futura-Medium;
}

.circulo.active {
    border-color: #5e3eba;
}


/*-----FIN-BARRA-PROGRESO-----*/

.container {
    width: 70%;
    max-width: 560px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*max-width: 1110px*/
}

.txt-form-hogar {
    width: 100%;
    text-align: left;
}

.txt-form-hogar h2 {
    font-family: Futura-Bold;
    color: #5E3EBA;
}

.txt-form-hogar p {
    font-family: Futura-Medium;
    color: #333333;
    margin: 0% 0% 3% 0%;
}

.container-form {
    background-color: #EDEDED;
    border-radius: 10px;
    padding: 7% 8% 2% 8%;
    width: 90%;
    margin: 0% 0% 6% 0%;
}
.container-form.estructura, .container-form.contenido, .container-form.parqueadero {
    background-color: #dddddd;
}

.container-form li{
    list-style:none;
}

.question {
    display: flex;
    flex-direction: column;
    margin: 0% 0% 7% 0%;
    position: relative;
}

.question label {
    font-family: Futura-Medium;
    color: #5E3EBA;
    font-size: 1.2em;
    margin: 0% 0% 1% 0%
}

.question p {
    font-family: Futura-Medium;
    color: #333333;
    font-size: 1em;
    margin: 0% 0% 1% 0%
}

div.question span.k-autocomplete{
    width:100%;
}

.question input, .question input#QuoteForm_City {
    border: 1px solid #666666;
    border-radius: 10px;
    padding: 1% 2%;
    height: 2em;
    outline: none;
    font-family: Futura-Medium;
    color: #666666;
}

.question select {
    border: 1px solid #666666;
    border-radius: 10px;
    padding: 1%;
    height: 2.8em;
    outline: none;
    color: #666666;
}


.col-2 {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.col-2 select {
    width: 25%;
}

.col-2 input {
    width: 67%;
    height: 2.2em
}

.question input placeholder {
    font-family: Futura-Medium;
    color: #666666
}

input:focus {
    border: 1px solid #7FDD90;
}

select:focus {
    border: 1px solid #7FDD90;
}

.desplegable-custom {
    position: relative;
    width: 25%
}

.desplegable-custom-ciudad {
    position: relative;
    width: 100% !Important;
}

.col-2 .ciudad {
    width: 100%;
}

.desplegable-custom select {
    width: 100%;
    cursor: pointer
}

.select-custom {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-image: url(../images/thumbnail_select-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1.6rem;
    width: 1.6rem;
    pointer-events: none;
    margin: 0.4em 0.3em;
    cursor: pointer
}

.botones {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0% 0% 7% 0%
}

.btn-form-2 {
    width: 45%;
    font-size: 1.5em;
    padding: 2% 0%;
    border: 2px solid #5E3EBA;
    border-radius: 10px;
    font-family: Futura-Medium;
    color: #333333;
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.btn-form-2:hover {
    border: 2px solid #5E3EBA;
    border-radius: 10px;
    font-family: Futura-Medium;
    color: #333333;
    background-color: #b3a1e8
}

.btn-form-1 {
    width: 45%;
    font-size: 1.5em;
    padding: 2% 0%;
    border: 2px solid #5E3EBA;
    border-radius: 10px;
    font-family: Futura-Medium;
    color: #ffffff;
    background-color: #5E3EBA;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.btn-form-1:hover {
    border: 2px solid #2e137c;
    border-radius: 10px;
    font-family: Futura-Medium;
    color: #ffffff;
    background-color: #2e137c
}

.btn-form-1 img {
    margin: 0 0 0 5%
}

datalist {
    display: flex;
    width: 95%;
    justify-content: space-between;
    margin: auto;
    font-family: Futura-Medium;
    color: #333333;
}

input[type="range"] {
    margin: 0;
}

.radio input[type="radio"] {
    display: none
}

.radio label {
    color: #666666;
    padding: 2% 3% 2% 1.7em;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.1em;
    margin: 1% 2% 0 0
}

.radio label:hover {
    background-color: #d9d9d9;
    border-radius: 5px
}

.radio label:before {
    content: "";
    width: 0.9em;
    height: 0.9em;
    display: inline-block;
    background: none;
    border: 2px solid #5E3EBA;
    border-radius: 50%;
    position: absolute;
    left: 0.3em;
}

.radio input[type="radio"]:checked + label {
    padding: 2% 3%;
    background: #5e3eba;
    border-radius: 5px;
    color: #ffffff;
}

.radio input[type="radio"]:checked + label:before {
    display: none
}

/*----------------------------ESTILOS MOBILE-----------------------------*/
@media (max-width:550px) {
    .container-bar-progress {
        margin: 6% 0 12% 0
    }

    .progreso-contenedor {
        margin: auto;
        max-width: 90%;
        width: 300px;
    }

    .circulo {
        height: 25px;
        width: 25px;
    }

    .container {
        width: 100%;
    }

    .txt-form-hogar p {
        margin: 0% 0% 6% 0%
    }

    .container-form {
        padding: 7% 7% 2% 7%;
        width: 100%;
        margin: 0% 0% 9% 0%
    }

    .question {
        display: flex;
        flex-direction: column;
        margin: 0% 0% 9% 0%;
        position: relative;
    }

    .question label {
        margin: 0% 0% 2% 0%
    }

    .question p {
        margin: 0% 0% 2% 0%
    }

    .col-2 select {
        width: 100%;
    }

    .col-2 input {
        width: 64%;
    }

    .desplegable-custom {
        width: 28%
    }


    .select-custom {
        height: 1.5rem;
        width: 1.5rem;
    }

    .botones {
        margin: 0% 0% 10% 0%
    }

    .btn-form-2 {
        font-size: 1.4em;
    }


    .btn-form-1 {
        font-size: 1.4em;
    }

    .btn-form-1 img {
        margin: 0 0 0 5%;
        width: 10%
    }


    .radio label {
        padding: 3% 4% 3% 1.7em;
        margin: 1% 3% 0 0
    }


}