*, *:before, *:after {
    box-sizing: inherit;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;    line-height: 1.5;
    background-color: #63303c;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: normal;
  font-display: swap;
  src: url(../includes/roboto_latExt.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: normal;
  font-display: swap;
  src: url(../includes/roboto_latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


button {
    font-family: "Roboto", sans-serif;
    border: none;
    cursor: pointer;
    user-select: none;
}

header {
    width: 100%;
    max-width: 600px;
    background-color: #63303c;
    font-family: "Roboto", sans-serif;
    padding: 10px;
}

header h2 {
    font-size: 30px;
    font-weight: 400;
    margin-block: 0 0;
    color: white;
}

header button {
    font-size: 18px;
    color: black;
    background-color: #FFD700;
    padding: 8px 16px;
    user-select: none;
    border: none;
    cursor: pointer;
}

main {
    background-image: url('../images/actividades.png');
    background-repeat:no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 600px;
    height: 100%;
    padding: 10px;
}

.modal {
    display: none;
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(192,192,192,0.3);
    padding: 10px;
    padding-top: 50px;
}

.modal-errMsj {
    color: red;
}

.modal-content {
    position: relative;
    background-color: white;
    width: auto;
    max-width: 580px;
    margin: 0 10px;
    padding: 0;
    outline: 0;
}

.modal-center {
    text-align: center!important;
}

.avatar {
    width: 30%;
    border-radius: 50%;
    margin-top: 16px;
    vertical-align: middle;
    border-style: none;
    text-align: center;
}

.modal-container {
    padding: 2px 16px;
}

.modal-container.cancel {
    background-color: #f1f1f1;
    padding: 16px 0;
    border-top: 1px solid #ccc!important;
}

.modal-input {
    display: block;
    width: 100%;
    padding: 8px;
    margin-bottom: 16px!important;
    margin: 0;
    border: 1px solid #ccc!important;
    background-color: rgb(232, 240, 254)!important;
    font: inherit;
}

.modal-button, .modal-cancel {
    color: #fff!important;
    display: block;
    padding: 8px 16px!important;
    font: inherit;
    margin: auto;
    border: none;
    user-select: none;
    cursor: pointer;
    text-align: center;
}

.modal-button {
    background-color: #63303c!important;
}

.modal-cancel {
    background-color: rgba(47, 55, 61);
    width: fit-content;
    margin: auto;
}



.password {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
}

.hidePassw, .showPassw {
    width: 32px;
    height: 32px;
    background-image: url('../images/hidePassw32.png');
    position: absolute;
    top: 2px;
    right: 3px;
    cursor: pointer;
}

.showPassw {
    background-image: url('../images/showPassw32.png');    
}

#usuario {
    text-transform: lowercase;
}