.container input:checked~.checkmark {
background-color:var(--color-black)!important;
    
}
#test button{
    background-color:var(--color-eco-blue);
    color: var(--color-dark-blue);
    border: none!important;
    font-family: var(--font-bold);
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
    max-width: 328px;
    min-width: 248px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 23px;
    border-radius:50px;
    text-transform:none;
    
}
#test button:hover{
    color: var(--color-white);
    background: var(--color-dark-blue);
    transition: 0.3s all ease;
    
}
#test input, textarea{
    font-family: var(--font-regular);
    font-size: 0.9rem;
}
#test .epigrafe{
    text-align: center;
    margin: 0 auto;
    line-height: 1.375rem;
    font-size: 1rem;
    color: #6C6C6C;
    font-family: var(--font-regular);
}
#test .titulo{
font-family: var(--font-bold);
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    color: var(--color-black);
    text-align: center;
    margin-bottom: 32px;
}
#test .form-group div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
#test .container{
    font-family: var(--font-regular);
    
}
#test .form-group div .form-label {
    padding-top: 15px;
    padding-left:12px;
    color: #414141;
    font-size: 16px;
    font-weight: normal;
    display:flex;
    position:absolute;
    pointer-events: none;
    font-family: var(--font-regular);
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
#test .form-group .form-control:focus ~ label, #test .form-group .form-control:valid ~ label {
    font-size: 12px;
    color: #414141;
    padding-top: 5px;
    font-family: var(--font-regular);
}
.volver{
    margin-top: 40px;
    margin-bottom: 20%;
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.icon{
background-image: url(/subaru/imag/v1/icon/chevron_left.svg);
width: 20px;
    height: 20px;
}

#test textarea{
    max-width:none;
    
    border-bottom: 1px solid #414141;
}
#test .form-group .opcion div {
    flex-wrap:wrap;
    flex-direction: column;
}
#test .form-group div:has(#telefono_contacto:focus)::before, 
#test .form-group div:has(#telefono_contacto:valid)::before {
  content: "+57";
  position: absolute;
  padding-top: 19px;
  display: flex;
  padding-left: 10px;
  color: #a8a7a7;
  font-family: var(--font-regular);
}
#test .form-group div #telefono_contacto {
    padding-left: 50px;
}

#test .submit-form{
    padding-bottom: 100px;
}
#test .form-group div .helper_text {
    font-family: var(--font-regular);
    display: flex;
    justify-content: flex-end;
    padding-top: 6px;
    font-size: 12px;
    color: #aaa8a8;
}
#test .form-group div .text-hide {
    display: none;
}
#test .control-label
{
   margin-bottom:24px; 
    font-family: var(--font-regular);
}
#test .form-group{
    
   margin-bottom:24px; 
}

#test{
    padding-top:100px;
}
#form-connect{
    background:var(--color-white);
}  
#test .CUERPO
{
    text-align: center;
}
#test .CUERPO h1
{
    font-family: var(--font-regular);
    font-size: 2rem;
    margin-bottom:24px;
    color:var(--color-black)!important;
}
#test .CUERPO p
{
    font-family: var(--font-regular);
    font-size: 1.125rem;
    margin-bottom: 60px;
    
    line-height: 1.5;
}
b{
    font-family: var(--font-bold);
}
/*---------------Test Drive---------------*/
#test .auxi{max-width: 900px;}