:root{
    --red-color: #EB4628;
    --red-color-final-text: #F43F30;
}

/* routing botones baja y arrepentimiento */

input, select{
    height: 40px;
}

.btn-red:focus, .btn-red:active {
    outline: none !important;
    box-shadow: none;
 }

.form-group{
    position: relative !important;
}

label{
    font-size: 14px;
    color: #ababab;
}

#wrapper {
    min-height: 1vh !important;
}

.red-baja{
    background-color: var(--red-color);
    color: #ffffff;
}

.first-buttons{
    position: relative !important;
}

.baja-buttons-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-baja, .button-baja-final{
    padding: 10px;
    font-size: 20px;
    margin: 20px;
    border-radius: 40px;
    min-width: 20%;
    text-align: center;
    position: absolute;
    top: 0;
    border: none;
}

.button-baja-final{
    position: relative;
}

.minus-text{
    font-size: 15px;
    font-weight: 200;
    min-width: 25%;
}

.red-baja:hover{
    color: #000000;
}

#volver_btn {
    right: 0 !important;
}

.card-form-container{
    display: flex;
    flex-direction: column;
    padding: 20px 20px 40px 20px;
    border: 1px solid #cccccc;
    border-radius: 20px;
    width: 50%;
    justify-content: flex-start;
    flex: 2 1 auto;
}

/* Linea roja con puntos last step */

.red-point{
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--red-color);
    border-radius: 100%;
    left: 0px;
}

.last-step-line-style{
    position: relative;
    margin-left: 9px;
    padding-left: 9px;
    border-left: 1px solid var(--red-color);
}

.red-text-left-line{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: var(--red-color);
    margin: 5px 0 5px 30px;
}

.step-3-container{
    position: relative;
}

/* Arrepentimiento */

.big-form-title{
    font-weight: 700;
}

.form-description{
    font-size: 14px;
    font-weight: 100;
    color: #ababab;
}

.general-form-container{
    display: flex !important;
    flex: 1 2 auto;
    margin: 0 calc(100vw - 90%);
    margin-bottom: 60px;
}

.container-progressbar{
    width: 20% !important;
    flex: 1 0 auto;
}

#progressbar{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    /* padding-right: 40px; */
    height: 200px;
}
#progressbar li{
    width: 100%;
    justify-content: flex-start;
    /* min-width: 100% */
}

#progressbar li:after{
    display: none !important;
}

#progressbar li::before{
    min-width: 40px;
}

#progressbar li label{
    color: #ccc;
}

#progressbar li label.active{
    color: var(--red-color);
}


/* Radio buttons */

#baja_alma_sexo{
    display: flex !important;
} 

input[type='radio']{
    display: none;
    caret-color: transparent !important;
}

#baja_alma_sexo .form-check, #baja_alma_tipoTelefono .form-check{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: 1px solid #ababab;
    color: #ababab;
    border-radius: 5px;
    padding: 0;
    margin-right: 10px;
    cursor: pointer;

}

#baja_alma_sexo .form-check {
    padding: 30px 0;
}

#baja_alma_sexo .form-check input[type='radio'] + label img{
    width: 14px;
}

#baja_alma_sexo .form-check input[type='radio']:checked + label{
    color: #000000;
}

.first-check .form-check label{
    color: #ababab !important;
}

.first-check .form-check input[type='radio']:checked +  label{
    color: #000000 !important;
}

#baja_alma_sexo .form-check input[type='radio']:checked + label img{
    filter: brightness(0);
}

#baja_alma_sexo .form-check label, #baja_alma_tipoTelefono .form-check label{
    width: 100%;
    height: 100%;
    padding: 30px 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#baja_alma_tipoTelefono  .form-check label{
    padding: 10px 14px;
}

#baja_alma_tipoTelefono .form-check input[type='radio']:checked + label{
    color: #FFFFFF;
    background-color: var(--red-color);
    border-radius: 2px;
}

#baja_alma_tipoTelefono .form-check input[type='radio']:checked + label img{
    filter: brightness(5);
}

#baja_alma_nroDocumento, #baja_alma_email{
    padding-left: 40px !important;
}

.selected-child{
    border: 1px solid #000000 !important;
}

.selected-child-red{
    border: 1px solid var(--red-color) !important;
}

.img-radio-button{
    width: 12px;
}

.input-floating-img{
    position: absolute;
    top: 38px;
    left: 10px;
    width: 24px;
}

/* segunda seccion */

#baja_alma_tipoTelefono {
    display: flex;
}

#baja_alma_prefijo, #baja_alma_telefono{
    position: relative;
    top: -14px;
    height: 40px;
}

#baja_alma_email{
    height: 40px;
    width: 100%;
}


.flex-intern{
    display: flex;
    flex-wrap: wrap;
}

.el1, .el2{
    width: 100%;
    position: relative;
    margin-right: 10px;
}

.el1.step2, .el2.step2{
    width: 100px;
}

.el2{
    top: -4px;
}

.el3{
    width: 35%;
    position: relative;
    margin-right: 10px;
    top: -4px;
}

.el4-email{
    width: 50%;
}

.tel-title{
    font-size: 14px;
    color: #ababab;
    margin: 0;
}

.full-width{
    width: 100% !important;
}

.last-step-alma-telefono{
    top: -18px !important;
}

.text-notification{
    padding: 5px;
    color: #707070;
}

.services-class{
    background: #F3F1F240;
    padding: 10px;
    border-bottom: 0.5px solid #000000;
}

.selected-service{
    background-color: #FFD9D9;
}

.form-check-input:checked{
    background-color: #EB4628;
    border-color: #EB4628;
}

.form-check-input:focus,.form-check-input:active {
    outline: none !important;
    box-shadow: none;
}

label.form-check-label {
    color: #000000;
}

.service-condition{
    text-align: left;
    margin-top: 30px;
}

/* Pantalla final */


.container-final-solicitud, .solicitud-container, .line-info-final, .solicitud-info{
    display: flex;
    justify-content: center;
}

.container-final-solicitud{
    flex-direction: column;
}

.solicitud-info{
    font: normal normal normal 20px/40px Helvetica Now Text;
    text-align: center;
}

.solicitud-info-first-text{
    font: normal normal normal 20px/40px Helvetica Now Text;
}

.solicitud-red-text{
    font: normal normal normal 32px/42px Helvetica Now Text;
    text-align: center;
    color: var(--red-color-final-text);
}

.yellow-solicitud{
    background: #FFFF5C;
    color: #F43F30;
    font: normal normal normal 42px/50px Helvetica Now Text;
    text-align: center;
    border-radius: 20px;
    padding: 0 80px;
    margin: 20px;
    border-bottom-left-radius: 0;
}

.line-info-final, .solicitud-info{
    margin: 5px;
}

.line-info{
    border-top: 1px solid #bcbcbc;
    width: 150px;
}

.solicitud-info-text{
    text-align: center;
    color: #707070;
    font: normal normal normal 16px/30px Helvetica Now Text;
    /* width: 50%; */
}

.center-button-end{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media  screen and (max-width: 992px) {
    .container-progressbar{
        flex: 8 0 auto;
    }
    .telephone-wrapper{
        width: 100% !important;
    }

    .el4-email{
        width: 300px !important;
    }

    #baja_alma_email{
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .general-form-container{
        margin: auto 2em;
    }

}

@media screen and (max-width: 680px){
    .general-form-container{
        display: block !important;
        margin: auto 1em;
    }

    .container-progressbar{
        width: 100% !important;
    }

    .card-form-container{
        width: 100%;
    }

    #progressbar{
        flex-direction: row;
        height: 100%;
    }

    #progressbar li{
        width: 100%;
        /* min-width: 50%; */
    }

    #baja_alma_email{
        width: 100%;
    }

    .el4-email{
        width: 300px !important;
    }

}

@media screen and (max-width:500px) {
    #progressbar{
        flex-direction: column;
    }

    .flex-intern{
        flex-wrap: wrap;
    }

    .el1, .el2, .el3{
        width: 100%;
        margin: 0;
    }

    .el1.step2, .el2.step2{
        width: 100%;
    }

    #baja_alma_email{
        width: 100%;
    }

    .el4-email{
        width: 100% !important;
    }


}