
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


button:disabled {
    pointer-events: none;
}


.e-con{
	padding: 0!important;
}

.e-con-inner {
	padding-block-start: 0!important;
	padding-block-end: 0!important;
}

.nextSearch{
    background-color: #10183F!important;
    border-color: #10183F;
    color: white;
    padding: 5px;
    margin-bottom: 2px;
    font-size: 20px;
}

#step-2, #step-3{
    background-color: #10183F;
    min-height: 100vh;
    box-sizing: border-box;
}

.responsive-form {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
}

.responsive-form-step-0 {
    max-width: 50vw;
    margin: 10px auto;
    padding: 20px;
    background-color: #fff;
}

.responsive-form-step-2 {
    max-width: 80vw;
    margin: 20px auto;
    padding: 20px;
}





.result-card{
    width: 100%;
    height: 444px;
    background-color: white;
    /*border-radius: 10px, 10px, 0px, 0px;*/
    border-radius: 10px;
}
    
.preview-card{
    width: 100%;
    height: 440px;
    background-color: white;
    /*border-radius: 10px, 10px, 0px, 0px;*/
    border-radius: 10px;
}

.containerLogo{
}

.result-info-wrapper{
    margin: 10px;
    margin-top: -25px;
}

.empresaLogo{
    border-radius: 10px;
    width: 60px;
    height: 60px;
    background-image: url('assets/logoEmpresa.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}

.location{
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #737373;
    margin-bottom: 0px;
}










.result-card {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.preview-card{
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.background-div {
    background-image: url('assets/casaDemo.png');
    background-size: cover;
    background-position: center;
    height: 180px;
}

.result-info {
    padding: 0px 15px;
    min-width: 200px;
}

.containerLogo {
    display: flex;
    justify-content: flex-end;
}


.property-type a {
    color: #1B75BA;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.property-type a:hover {
    text-decoration: underline;
}

.property-name {
    font-size: 18px;
    font-weight: bold;
    margin: 1px 0;
    color: black;
}

.developer-name {
    font-size: 14px;
    color: #737373;
    margin: 1px 0;
}

.property-details span {
    display: inline-block;
    font-size: 14px;
    color: #737373;
    margin-right: 15px;
}

.property-details i {
    margin-right: 4px;
    color: #737373;
}

.property-details {
    padding-bottom: 5px;
    border-bottom: 1px solid #a1a1a1;
}

.half-div{
    display: inline-block;
    width: 48.5%;
}

.div_fecha_entrega {
    float: inline-end;
    border: solid 1px;
    padding: 3px;
    border-radius: 5px;
    font-size: 13px;
    color: #737373;
}

.property-price {
    font-size: 16px;
    margin: 4px 0;
}

.property-price span {
    color: #737373;
}

.property-price strong {
    color: black;
}

.cta-button{
    text-align: center;
}

.cta-button button {
    background-color: #f5811e;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    width: 80%!important;
}

.cta-button button:hover {
    background-color: #e37014;
}








.background-div {
    width: 100%;
    height: 175px;
    background-image: url('assets/casaDemo.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0px 0px;
}

.result-info{
    margin-top: -30px;
    margin-bottom: 30px;
}

.charging-card{
    opacity: 0.2;
}

.charging-card-active{
    opacity: 0.5;
}

.form-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.form-column-charging, .form-column {
    flex: 1;
    margin-right: 60px;
}


.form-column2 {
    flex: 1;
    margin-right: 10px;
}

.form-column-charging:last-child, .form-column:last-child {
    margin-right: 0;
}

label {
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: 400;
    color: black;
}

p{
    margin: 0;
    margin-left: 16px;
    color: #a1a1a1;
    font-size: 1rem!important;
}

.texto_simple{
    display: inline-block;
    margin-bottom: 2px;
    padding-bottom: 5px;
    font-weight: 400;
    color: black;
}

.titulo-step-1{
    text-align: left;
    margin-left: 16px;
    font-size: 16px;
    color: black;
}

input, select {
    height: 34px;
    width: 100%;
    padding: 8px!important;
    box-sizing: border-box;
    margin-bottom: 10px;
    background-color: #ffffff;
    color: #363636;
    max-width: 100%;
    border: 1px solid #b9b9b9!important;
    color: #1f2124;
    vertical-align: middle;
    flex-grow: 1;
    border-radius: 50px!important;
    padding: 0.5rem 1rem!important;
    transition: all .3s!important;
}

.checkboxBig {
    width: 18px !important;
    height: 18px !important;
}

.checkbox-label {
    display: flex;
    align-items: center;
}

.checkbox-label input {
    margin-right: 5px;
}

h2 {
    font-size: 30px!important;
    margin-bottom: 20px;
    color: #1B75BA;
    text-align: center;
}

a{
    color: #1B75BA;
}

h4{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
}

.same-line{
    width: auto;
    display: inline;
}

.required {
    color: red;
    margin-left: 2px;
}

button{
    background-color: #F57E1D;
    color: #ffffff;
    flex-basis: 100%;
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: all .3s;
    min-width: 35%;
}

.backBtn{
    background-color: white!important;
    color: #F57E1D!important;
    border: solid 1px #F57E1D;
}

.nextBtn{
    background-color: white!important;
    color: #b9b9b9!important;
    border: solid 1px #b9b9b9;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #F57E1D;
    color: #ffffff;
    border: solid 1px #F57E1D;
}

.input_autorizacion{
    display: inline-block;
    margin-bottom: 4px;
    min-width: 60%;
    width: auto;
}

.input_autorizacion_small{
    display: inline-block;
    width: fit-content;
    margin-bottom: 4px;
}

.stepper{
    display: inline-block;
    width: 375px;
    min-width: 375px;
    height: 100vh;
    background-color: #10183F;
    box-sizing: border-box;
    vertical-align: top;
}

.options-step-1{
    display: inline-block;
    width: calc(100% - 390px);
    height: 100vh;
    box-sizing: border-box;
    vertical-align: top;
}

.wrapper-stepper{
    margin-top: 3vw;
    margin-left: 3vw;
    margin-right: 3vw;
    height: calc(100% - 3vw);
}

.wrapper-stepper-internal{
    margin-left: 35px;
    margin-right: 35px;
    height: calc(100%);
}

.container-stepper{
    display: flex;
    flex-direction: column; /* Organiza los divs en una columna */
    height: 100%;
}



.top, .middle, .bottom, .vertical-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.line-stepper, .text-stepper{
    display: inline-block;
    height: 104%;
    font-size: 20px;
}

.line-stepper{
    width: 8px;
    background-color: #a1a1a1;
    border-radius: 4px;
    padding-bottom: 6px;
}

.text-stepper {
    width: calc(100% - 8px);
    font-weight: 600;
    display: flex;
    flex-direction: column;  /* Coloca los elementos en una columna */
    justify-content: center;  /* Centra verticalmente */
    height: 100%;  /* Asegúrate de que el contenedor tenga altura definida */
    text-align: left;  /* Centra el texto dentro de cada <p> */
}

.vertical-stepper-active{
    background-color: white;
    z-index: 2;
}

.vertical-text-stepper-pending{
    color: #26A7DF;
}

.vertical-text-stepper-active{
    color: white;
}

.inner-stepper{
    height: 100%;
}

.vertical-div {
    height: 33%;
}

.top {
    height: 25%;
}

.bottom {
    height: 30%;
}

.middle {
    height: 45%;
}

img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.inlineSelect{
    display: inline-block!important;
    width: 85px!important;
    border-radius: 50px 0px 0px 50px!important;
}

.inlineInput{
    display: inline-block!important;
    width: calc(100% - 90px)!important;
    border-radius: 0px 50px 50px 0px!important;
    margin-left: -6px!important;
}

#divBuildings{
    text-align: center;
    margin-top: -120px;
}

#divStars{
    text-align: center;
    margin-top: -135px;
}

.stepperPhone{
    display: none;
}


@media screen and (max-width: 600px) {
    
    .backBtn{
        margin-left: -10px;
    }
    
    .form-column-btn{
        display: inline-block;
        width: 44%!important;
        min-width: 100px !important;
        padding-top: 10px;
    }
    
    .text-stepper > p {
        font-size: 18px;
        margin-top: -5px !important;
    }

    .result-info {
        padding: 0px 10px;
        min-width: 200px;
    }

    .charging-card{
        height: 220px;
    }
    
    .result-card{
        background-color: white;
        /*border-radius: 10px, 10px, 0px, 0px;*/
        border-radius: 10px;
        height: 470px;
    }
    
    .preview-card{
        background-color: white;
        /*border-radius: 10px, 10px, 0px, 0px;*/
        border-radius: 10px;
    }
    

    .titulo-step-1 {
        margin-left: 6px;
    }

    .stepperPhone{
        display: block!important;
        width: 100%;
        height: 120px;
        background-color: #10183F;
        box-sizing: border-box;
    }

    .wrapper-stepper-internal{
        padding: 14px;
        margin: 0px;
    }

    .stepper{
        display: none;
    }

    .middle{
        display: inline-block;
        width: 100%;
        margin-left: 15px;
    }
    
    .bottom{
        display: none;
    }
    
    .top{
        display: none;
    }

    .vertical-stepper-active{
        position: relative;
    }
    
    .vertical-div {
        width: 33%;
        height: 100%;
        margin-left: -9px;
        display: inline-block;
    }

    .line-stepper, .text-stepper{
        display: inline-block;
        width: 100%;
        height: 8px; 
        vertical-align: top; 
    }

    .line-stepper{
        padding-right: 9px;
        padding-bottom: 0px;
    }

    .text-stepper{
        text-align: center;
    }

    p{
        margin: 0!important;
    }

    #divStars{
        text-align: center;
        width: 60vw;
        margin: 0px auto;
        margin-top: -20px;
    }

    #divBuildings{
        text-align: center;
        width: 60vw;
        margin: 0px auto;
        margin-top: -20px;
    }

    .beforeResults{
        margin-bottom: 10px!important;
    }

    .responsive-form-step-0 {
        max-width: 80vw;
        margin: -10px auto;
        padding: 20px;
        background-color: #fff;
    }

    .responsive-form-step-2 {
        max-width: 80vw;
        margin: -10px auto;
        padding: 20px;
    }

    .options-step-1{
        display: inline-block;
        width: calc(100%);
        height: auto;
        box-sizing: border-box;
        vertical-align: top;
    }


    .form-column-charging, .form-column {
        width: 100%;
        margin-right: 10px;
        margin-bottom: 5px;
        min-width: 200px;
    }


    .form-column-charging {
        min-width: 20px;
    }
    
    .form-column2 {
        margin-bottom: 15px;
    }
    
    .form-row {
        display: block;
        margin-bottom: 0px;
    }

    .input_autorizacion{
        width: 100%;
        display: block;
    }

    .input_autorizacion_small{
        width: 100%;
        display: block;
    }
    
    
    button{
        width: 100%!important;
    }

}
