body {
    display: flex;
    align-items: flex-start;
    height: 100vh;
    margin: 0;
    font-family: system-ui;
    background-image: url('../img/Desktop_Fondo 02.jpg');
    background-position: left top, right bottom;
    background-repeat: no-repeat, repeat;
    background-size: cover;
}

.img-figuras {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    z-index: 2;
    pointer-events: none;
}

p {
    font-size: larger;
}

form {
    padding: 0px 0px 0px 60px;
}

input, select {
    width: 500px;
    margin: 10px;
    padding: 5px;
    border: none; 
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); 
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
    font-family: 'Montserrat', sans-serif;
    background: url('../img/flecha.png') no-repeat right 10px center; 
    background-size: 15px; 
    width: 510px;
}


label {
    margin: 17px;
    font-weight: 700;
}

input#data_treatment {
    width: 37px;
}

button {
    margin: 16px 67px;
    padding: 10px 70px;
    border: 1px solid;
    border-radius: 10px;
    background-color: #c90707;
    color: white;
    font-weight: 600;
    border-radius: 30px;
    font-size: x-large;
    cursor: pointer;
}

input[type="radio"], 
input[type="checkbox"] {
    width: 18px; 
    height: 18px;
    background-color: transparent;
    border: 1px solid red; 
    border-radius: 50%;
    margin-right: 5px;
}

input[type="checkbox"]::before {
    background-color: red;
}

.checkbox {
 font-weight: normal ;
}

h1 {
    font-family: system-ui;
    font-weight: 800;
    color: #dd0909;
}

.content-form{
    display: flex;
}


.form-container {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
    width: 50px;
}
.image-container {
    flex: 0 0 60vh; 
    position: relative;
    overflow: hidden;
    width: 50vh; 
    height: 110vh; 
    border-top-right-radius: 100vh; 
    border-bottom-right-radius: 100vh; 
}

.image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover; 
    display: block;
}

.button {
    width: 1000px;
    text-align: center;
}

span{
    color: #c90707;
    font-size: larger;
    font-weight: 800;
    margin-left: 5px;
}

#img-desktop{
    display: block !important;
}
#img-mobile{
    display: none !important;
}

label.label-check{
    font-weight: normal;
    display: flex;
}

.text-policies {
    width: 500px;
    padding: 5px 10px 10px 10px;
}

#check{
    border: 1px solid red !important;
}

::marker {
    color: #c90707;
    font-size: 25px;
}

items{
	padding-right:50px;
}


span.tasa-per {
    background: #ff9b2d;
    color: white;
    padding: 10px 30px;
    border-radius: 33px;
    font-size: 14px;
    margin-top: 10px !important;
}

.link-tasas{
    color: #c90707;
    font-weight: 700;
    text-decoration: none;
}

.result-percent{
    padding-top: 20px;
}

#imagen {
    display: none;
}

@media (min-width: 1025px) {
    #imagen {
        display: block;
    }
}

@media screen and (max-width: 968px) {
    body{
        background-image: url('../img/Mobile_ Fondo 02.jpg');
    }

    form {
        padding: none;
        width: 25rem;
    }
}

@media screen and (max-width: 668px) {
    body {
        background-image: url('../img/Mobile_ Fondo 02.jpg');
        margin: 30px;
    }

    .link-tasas {
        color: #c90707;
        font-weight: 700;
        text-decoration: none;
        display: inline-block;
        word-wrap: break-word;
        width: 100%;
    }

    #img-desktop{
        display: none !important;
    }
    #img-mobile{
        display: block !important;
    }
    form {
        padding: 0px;
        width: 20rem;
    }
    input, select {
        width: 97%;
    }
    select{
        width: 100%;
    }
    p {
        font-size: 20px;
    }
    .button {
       width: 1px;
    }
    button {
        padding: 10px 50px;
        font-size: larger;
    }
    
}