:root{
    --colorTextos: #49454567;
}

.requerido{
    margin-top: 10px;
    color: #4b4949;
}

h1{
    text-align: center;
    margin: 10px 0;
    font-weight: 800;
}

form{
    background: #fff;
    width: 100%;
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.8);
}

.form{
    width: 100%;
    margin: auto;
}

form .grupo{
    position: relative;
    margin: 45px;
}

input, textarea,select{
    background: none;
    color:#c6c6c6;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border:none;
    border-bottom: 1px solid var(--colorTextos);
    resize: none;
}

input:focus,textarea:focus,select:focus{
    outline: none;
    color: rgb(94,93,93);
}

input:focus~label, 
input:valid~label, 
textarea:focus~label, textarea:valid~label,
select:focus~label,select:valid~label{
    position: absolute;
    top: -14px;
    font-size: 13px;
    color: #682444;
    font-weight: bold;
}

label{
    color: var(--colorTextos);
    font-size: 16px;
    position: absolute;
    left: 5px;
    top:10px;
    transition: 0.5s ease all;
    pointer-events: none;
}


input:focus~.barra::before, textarea:focus~.barra::before,select:focus~.barra::before{
    width: 100%;
}
.barra{
    position: relative;
    display: block;
    width: 100%;
}
.barra::before{
    content: '';
    height: 2px;
    width: 0%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, #a7004e, #682444);
    transition: 0.3s ease all;
    left: 0%;
}
button.loginB{
    background: #FC5C7D;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #682444, #a7004e);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #682444, #a7004e);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    display: block;
    width: 100%;
    height: 40px;
    border:none;
    color:#fff; 
    border-radius: 4px;
    font-size: 16px;
    margin: 10px auto;
    cursor: pointer;
}

button.loginB:hover{
    background: #FC5C7D;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #a7004e, #682444);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #a7004e, #682444);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    display: block;
    width: 100%px;
    height: 40px;
    border:none;
    color:#fff; 
    border-radius: 4px;
    font-size: 16px;
    margin: 10px auto;
    cursor: pointer;
}

/*Steps*/
button.steps{
    background: #FC5C7D;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #682444, #a7004e);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #682444, #a7004e);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    display: block;
    width: 100%;
    height: 40px;
    border:none;
    color:#fff; 
    border-radius: 4px;
    font-size: 16px;
    margin: 10px auto;
    cursor: pointer;
}

button.steps:hover{
    background: #FC5C7D;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #a7004e, #682444);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #a7004e, #682444);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    display: block;
    width: 100%;
    height: 40px;
    border:none;
    color:#fff; 
    border-radius: 4px;
    font-size: 16px;
    margin: 10px auto;
    cursor: pointer;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #682444!important;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.agregarfoto{
    width: 150px;
    background: #682444;
    padding: 10px;
    border: none;
    border-radius: 25px;
    align-self: flex-end;
    color: #fff;
    font-family: 'Open sans';
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.agregarfoto:hover{
    width: 150px;
    background: #a7004e;
    padding: 10px;
    border: none;
    border-radius: 25px;
    align-self: flex-end;
    color: #fff;
    font-family: 'Open sans';
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.paginador ul{
	padding: 5px;
	list-style: none;
	background: #FFF;
	margin-top: 4px;
	margin-bottom: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.paginador a, .pageSelected{
	color: #682444;
	border: 1px solid #ddd;
	padding: 5px;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	width: 35px;
}
.paginador a:hover{
	background: #ddd;
}
.pageSelected{
	color: #FFF;
	background: #682444;
	border: 1px solid #a7004e;
}

 
.divPublicData{
    display: grid;
    justify-content: center;
    grid-gap: 10px;
    grid-template-columns: 500px 500px;
    grid-template-rows: 600px;
    text-align: left;
  }
@media screen and (max-width:1100px){
    form{
        width: 50%;
    }
}

@media screen and (max-width:600px){
    form{
        width: 60%;
    }
    .divPublicData{
        display: grid;
        justify-content: center;
        grid-gap: 0px;
        grid-template-columns: 300px;
        grid-template-rows: auto;
        text-align: center;
      }
}

@media screen and (max-width:450px){
    form{
        width: 80%;
    }
    .divPublicData{
        display: grid;
        justify-content: center;
        grid-gap: 0px;
        grid-template-columns: 300px;
        grid-template-rows: auto;
        text-align: center;
      }
}

@media screen and (max-width:300px){
    form{
        width: 90%;
    }
}