.modal{
    width:60%; 
    height:80%;
    max-width:60% !important; 
    max-height:80% !important;
    text-align: center; 
    position: fixed; 
    z-index: 500; 
    background-color: white; 
    right: 20%; 
    top: 10%; 
    border-radius: 15px;
}
.modal-small{
    width:40%; 
    height:30%;
    max-width:40% !important; 
    max-height:30% !important;
    text-align: center; 
    position: fixed; 
    z-index: 500; 
    background-color: white; 
    right: 30%; 
    top: 35%; 
    border-radius: 15px;
    min-height: 300px;
}
.modal-header{
    width:100%;
    display: inline-flex;
    text-align: center;
    min-height: 60px !important;

}
#modal-title{
    margin-top: 2.5%;
    width: fit-content;
    margin-inline-start: 25%;
    margin-inline-end: 20%;
}
#modal-title-creditos{
    margin-top: 2.5%;
    width: fit-content;
    margin-inline-start: auto;
    margin-inline-end: auto;
}
#close-modal{
    margin-left: 10%;
    font-weight: bold;
    background-color: transparent;
}
.modal-body{
    padding: 3em;
    height: 70%;
}
.modal-body-small{
}
#info-modal-frame{
    width: 100%;
    height: 100% !important;
}
.modal-footer{
    width: 100%;
    height: 20%;

}
#foot-content{
    width: 80%;
    display: inline-flex;
    justify-content: space-around;
}

#dim-overlay{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    
    z-index: 499;
}
#accept{
    margin-top: 2.5% !important;
}


p.read-text {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    text-rendering: optimizelegibility !important;
    letter-spacing: .03em;

    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    text-align: justify;



}


@media screen and (min-width: 600px){

    p.read-text {
        font-size: 18px;
        line-height: 30px;
    }

}


.paso2{
    display: inline-flex;
    width: fit-content;
    
    margin-left: 15% !important;
    margin-right:15% !important;

    
}
.range-slider__range{
    margin-right: 2em !important;
    width:calc(100% - (12em)) !important;
}


@media (max-width: 575.98px) {
    .range-slider{
        display: block;
    }
    .range-slider__range, .range-slider__value{
        width: 100% !important;
    }
}
