@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap');

* {
    margin: 0; 
    padding: 0; 
    box-sizing: border-box;
    scroll-behavior:smooth ;
    user-select: none;
    font-family:'Rubik';
    text-decoration: none;  
} 
body{
    /* background-size: 100vw 100vh; */
    /* background-color: black; */
    /* display: flex;
    height: 100vh;
    width: 100vw; */
    /* flex-direction: column */
}


header {
    /* display:flex;
    justify-content: center; 
    align-items: center; */
    /* width: 100vw;
    height: 100vh;
    background-color: #131722; */
    /* border-top: #fd0276 solid 20px;
    background: url(images/bg-smartfit.jpg) top center no-repeat;
    background-size: cover; */
}

.contenedor{
    justify-content: center; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 90%;
}
.contenedor .titulo {
    display: flex;
    /* color: white; */
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 0.8rem;
}

.titulo h1 {
    margin-bottom: 0.5rem;
}

.contenedor h2{
    margin-bottom: 0.5rem;
}

.contenedor .titulo .contenedor img{
    margin-bottom: 0.5rem;
}

.contenedor img{
    max-width: 80%;
}

#formulario{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: white;
    padding: 2rem;
    border-radius:1rem;
}

#formulario2{
    margin-left: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}


.formulario__input {
    opacity:0.8;
    border-radius: 0.3rem;
    line-height: 2.6rem;
    font-size: 1.3rem;
    color: #333;
    background-color: white;
}

::placeholder { 
    color:black;
    opacity: 1;
}
.formulario__grupo-input{
    display: flex;
    align-items: center;
    justify-content: center;
}

input:focus{
    background-color: white;
    color: #333;
    line-height: 3rem;
    opacity: 0.5;
}
#into1 {
    width: 40%;
    font-size: 1.7rem;
    line-height: 2.6rem;
    background: gray;
    border-radius: 1rem;
    cursor: pointer;
    color: white;
    border: white;
    opacity: 0.8;
    /* margin-left:-2.4rem ; */
    background-color: #fd0276;
}

#into1provisional {
    margin: auto;
    width: 10rem;
    font-size: 1.7rem;
    line-height: 2.6rem;
    background: gray;
    border-radius: 1rem;
    cursor: pointer;
    color: white;
    border: white;
    opacity: 0.8;
    background-color: #fd0276;
    margin-top: 0;

}

#imgProv{
  width: 50%;
  margin: auto;
  margin-bottom: 0;
}


#into2 {
    margin-top: 1rem;
    width: 40%;
    font-size: 1.7rem;
    line-height: 2.6rem;
    background: gray;
    border-radius: 1rem;
    cursor: pointer;
    color: white;
    border: white;
    opacity: 0.8;
    margin-left:-2.4rem ;
}

#into2:hover{
    background: rgba(199, 199, 199, 0.822);
    transition: all 0.5s;
}

@media (max-width: 1000px) {
    #imgProv{
        width: 80%;
        margin: auto;
        margin-bottom: 0;
      }

    #into1provisional {
    margin: auto;
    width: 5rem;
    font-size: 1.2rem;
    line-height: 2.6rem;
    background: gray;
    border-radius: 1rem;
    cursor: pointer;
    color: white;
    border: white;
    opacity: 0.8;
    background-color: #fd0276;
    margin-top: 0;

}
      
}

@media (max-width: 500px) {
    #imgProv{
        width: 100%;
        margin: auto;
        margin-bottom: 0;
      }
      
}

.formulario__input {
margin-right: 0.5rem;
}


.formulario__grupo{
    justify-content: center;
    align-items: center;
}

.formulario__input-error {
	font-size: 12px;
	margin-bottom: 0;
	display: none;
    color:antiquewhite;
}

.formulario__input-error-activo {
	display: flex;
    align-items: center;
    justify-content: center;
}
#condiciones{
    display: inline-flex;
    margin: 15px auto 0px ;

}
#grupo__condiciones{
    margin-left:-0.9rem;
}
#grupo__condiciones button{
    color: #fd0276;
}

.formulario__validacion-estado {
	right: 10px;
	bottom: 15px;
	z-index: 100;
	opacity: 0;
}

.formulario__grupo-correcto .formulario__validacion-estado {
	color: #1ed12d;
	opacity: 1;
}
.formulario__grupo-incorrecto .formulario__label {
	color:#bb2929;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
	color:#bb2929;
	opacity:1;
}
 
.formulario__grupo-incorrecto input {
	border: 3px solid rgba(207, 3, 3, 0.747);
    opacity: 0.9;
} 



