:root{
--naranja: #FE7900 ;
--gris: #878E9E;
--negro: #212F44 ;

}

html{

}

body{
    font-family: 'Exo', sans-serif;
    background-color: #FFFEFE;
    padding: 0px;
    margin: 0px;
}

.wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container{
    width: 100%;
    height: 100%;
    display: flex;

    flex-direction: column;
}

.volver-button{
width: 90%;
margin-top: 0.5rem;
margin-left: 1rem;
}


.logo-container{
    width: 100%;
    justify-content: space-between;
    height: 4rem;
    background-color: #FF6200;
    display: flex;
    align-items: center;

}

.contenedor-contador{
display: flex;
flex-direction: row;
}

.contador-img{
    display: ;
}

.contador{
color: white;
font-size: 14px;
font-weight: 600;
margin-right: 2rem;
}

.logo-container img{
    width: 50px;
    height: 50px;
    margin-left: 2rem;
}

.form-container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form{
    width: 30rem;
    height: auto;
   gap: 2rem;
   margin-top: -4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.personas-img{
width: 100%;
}

.form-h2{
color: #002A8D;
}

fieldset {
    border: 1px solid var(--gris);
    border-radius: 10px;
    width: 20rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    padding: 10px;
}

input textarea{
    font-family: 'Exo', sans-serif;
}

legend{
font-size: 13px;
font-weight: 600;

color: var(--gris);
}

select{
    background: rgba(0,0,0,0.0);
    border: none;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
    color: var(--negro);
    height: 100%;
    
}

.form-select{
height: 100%;
border-right: solid 1px var(--gris) ;
width: 20%;
justify-content: center;
align-items: center;


}


option{
    width: 10rem;
}

.fieldset-container{
width: 100%;
height: 100%;
display: flex;
flex-direction: row;
margin-top: 5px;
}

:focus-visible{
    outline: none;
}

input{
    border: none;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.0);
}

input[type="text"]{
font-size: 19px;
}

::placeholder{
font-weight: 500;
font-size: 15px;
font-weight: 600;
font-family: 'Exo', sans-serif;
}

.input-container{
    width: 100%;
    height: 100%;
    margin-left: 5px;

}

.captcha{
    width: 10rem;
border-right: 1px solid var(--gris);
    height: 2.5rem;
    margin-top: -0.5rem;
background-image: url(./img/captcha.png);
}

.continuar{
width: 15rem;
height: 2.5rem;
border-radius: 30px;
border: none;
background-color: var(--naranja);
color: white;
font-weight: 600;
font-size: 15px;
font-family: 'Exo', sans-serif;
}

.input3, .input2 {
margin-top: -10px;
}