*{
    box-sizing: border-box;
}

body{
    margin:0;
    font-family: 'Oswald', sans-serif;
   }

.formulario{
    width: 600px;
    max-width: 100%;
    margin: auto;
    margin-top: 30 px;
    padding: 15px 55px;
    box-shadow: 0 0 20px 1px rgba(51,104,255,0.7);
    border-radius: 0px 30px 0px 30px;
    position: relative;
}

.formulario__titulo1{
    text-align: center;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 30px;
    color: rgba(51,104,255,0.7);
}

.formulario__titulo{
    text-align: center;
    font-size: 1.3em;
    margin-top: 10px;
    padding: 0;
    margin-bottom: 15px;
    border-radius: 5px;
    color: rgba(51, 59, 255, 0.96);
}

#alert{
    width: 80%;
    padding: 5px;
    background: rgba(255,0,0,0.7);
    border-radius: 5px;
    color: black;
    display: none;
}

.formulario__input, .formulario__submit{
    display: block;
    width: 100%;
    font-size: 1.1em;
}

.formulario__input{
    padding: 12px;
    background:rgba(51,153,255,0.1);
    border: 1px solid rgba(51,153,255,0.3);
    border-radius: 10px;
    margin-bottom: 20px;
}

::-webkit-input-placeholder { color: rgba(51,153,255,0.7); } 


.termino{
    text-align: center;
    font-size: 1.2em;
    padding: 10px;
    color: rgba(0,0,0, 0.7);
   }

#chec{
   position: relative; 
   margin-left: 30px;    
   margin-top: 15px;    
   margin-bottom: 15px; 
    
}

#chec input{
    margin-left: 50px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

#chec a{
    text-align: center;
}

.formulario__submit{
    background:rgba(51,104,255,0.7);
    color: white;
    margin-top: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    cursor: pointer;
    border: none;
}

.formulario #p, .formulario #link{
    font-size: 1.2em;
    text-align: center;
    } 


 
#enlaces_int .enlaces{
    margin: 10%;
    margin-top: 40px;
    width: 90%;
    display: flex;
    flex-wrap:nowrap;
    justify-content: center;
    padding: 10px;
}

#enlaces_int .enlaces img{
    padding: 10px;
    width: 50%;
}

#enlaces_int .enlaces img:hover{
    background: rgba(32,106,199,0.7);
    border: 2px solid rgba(32,106,199,0.7);
    border-radius: 10px 10px 10px 10px;
}

#contenido .formulario #mensaje{
   width: 40%;
   position: absolute;
   top: 65%;
   left: 78%;
   }

#mensaje2{
   width: 40%;
   position: absolute;
   bottom: 27%;
   left: 78%;
}

 
#contenido .formulario #contra, #contra2{
   width: 68%;
}

#cuestion {
    width: 50%;
    display: block;
    width: 100%;
    font-size: 1.1em;
    color:rgba(51,153,255,0.7);

}

#cuestion select{
    padding: 13px;
    width: 72%;
    color: rgba(0,0,0,0.7);
    font-size: 1.1em;
    background:rgba(51,153,255,0.1);
    border: 1px solid rgba(51,153,255,0.3); 
    border-radius: 10px;
    margin-bottom: 15px;
}

#sex{
    width: 50%;
    margin-left: 8px;
    letter-spacing: 4px;
    display: block;
    width: 100%;
    font-size: 1.1em;
    color:rgba(51,153,255,0.7); 
}

#sex select{
    padding: 12px;
    width: 85%;
    color: rgba(0,0,0,0.7);
    font-size: 1.1em;
    background:rgba(51,153,255,0.1);
    border: 1px solid rgba(51,153,255,0.3); 
    border-radius: 10px;
    margin-bottom: 15px;
}

#edo{
    width: 50%;
    margin-left: 8px;
    letter-spacing: 4px;
    display: block;
    width: 100%;
    font-size: 1.1em;
    color:rgba(51,153,255,0.7); 
}

#edo select{
    padding: 12px;
    width: 80%;
    color: rgba(0,0,0,0.7);
    font-size: 1.1em;
    background:rgba(51,153,255,0.1);
    border: 1px solid rgba(51,153,255,0.3); 
    border-radius: 10px;
    margin-bottom: 15px;
}

#show{
   position: absolute;
   text-decoration: none;
    padding: 5px;
    font-weight: 100;
    font-size: 10px;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 6px;
    border: 2px solid #0016b0; 
    top: 65%;
    left: 65%;
}

#show2{
    position: absolute;
    text-decoration: none;
    padding: 5px;
    font-weight: 100;
    font-size: 10px;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 6px;
    border: 2px solid #0016b0;  
    bottom: 27%;
    left: 65%;
}


#signo{
   position: absolute;
   text-decoration: none;
    padding: 5px;
    font-weight: 100;
    font-size: 10px;
    top: 52%;
    left: 65%;
}


#signo2{
   position: absolute;
   text-decoration: none;
    padding: 5px;
    font-weight: 100;
    font-size: 10px;
    top: 58%;
    left: 65%;
}

.formulario #result_correo img{
    position: relative;
    padding: 5px;
    top: 95%;
    right: 25%;
}

#result_correo{
   width: 40%;
   position: absolute;
   bottom: 50%;
   left: 75%;
}

#correo, #cuenta, #reparto{
     width: 68%;
}

#result-cuenta{
   width: 55%;
   position: absolute;
   top: 51%;
   left: 74%;
}

.formulario #result-cuenta img{
    position: relative;
    padding: 5px;
    top: 52%;
    right: 5%;
}

#result-reparto{
   width: 55%;
   position: absolute;
   top: 58%;
   left: 74%;
}

.formulario #result-reparto img{
    position: relative;
    padding: 5px;
    top: 62%;
    right: 5%;
}

