:root {
    --colorred: #dc3545;
    --primary: steelblue;
}


/* Xatoxi */

* {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    box-sizing: border-box;
}

.modalContainer {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modalContainer .modal-content {
    background-color: rgb(206, 206, 206);
    box-shadow: 0px 0px 10px #000;
    border-radius: 5px;
    color: #fff;
    padding: 20px;
    width: 400px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modalContainer .modal-content>:not(:last-child) {
    margin-bottom: 10px;
}

.modalContainer .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modalContainer .close:hover,
.modalContainer .close:focus {
    text-decoration: none;
    cursor: pointer;
}


/* .open {
    background-color: #5c8192;
    border-radius: 5px;
    color: #000;
    font-size: 1.5em;
    margin: 20px;
    padding: 10px 20px;
    position: absolute;
    text-decoration: none;
    -moz-transition: background-color 1s;
    -webkit-transition: background-color 1s;
    -o-transition: background-color 1s;
    -ms-transition: background-color 1s;
}

a.open:hover {
    background-color: #111;
}

section.modalDialog {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    position: fixed;
    z-index: -1;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    -ms-transition: opacity 1s;
}

section.modalDialog:target {
    opacity: 1;
}

a.close {
    border-radius: 5px;
    color: black;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
    text-decoration: none;
    width: 12px;
}

section.modal {
    background-color: rgb(206, 206, 206);
    box-shadow: 0px 0px 10px #000;
    border-radius: 5px;
    color: #fff;
    margin: 10% auto;
    padding: 20px;
    position: relative;
    width: 400px;
} */

.no-Select {
    background: rgba(0, 0, 0, 0.4);
}

h2 {
    color: #fff;
    font-size: 2em;
    margin-bottom: 10px;
}

p {
    color: black;
    font-size: 1.2em;
}

.divpin {
    background-color: var(--primary);
    text-align: center;
    padding: 15px;
}

.codpin {
    text-align: center;
    font-size: 40px;
    color: black;
}

.centrarObjets {
    margin: 0 auto;
    text-align: center;
}

.botones {
    border-radius: 25px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: black;
    border-color: black;
    margin: 10px;
}

.passwrd {
    height: 50px;
    text-align: center;
}

.imgErase {
    height: 42px;
    width: 50px;
}

.wordsFM {
    color: #5983B0;
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    width: 100%;
}

.button {
    background-color: var(--primary);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    justify-content: center;
    border-radius: 10px;
    margin: 10px;
    cursor: pointer;
}

.button.button-danger {
    background-color: var(--colorred);
}

.passInput {
    background: none;
    border: none;
    height: 40px;
    font-size: 30px;
    text-align: center;
    border-bottom: 1px solid #999;
    width: 70%;
}

.passInput:focus {
    outline: none;
}

.resOp {
    font-size: 30px;
    color: black;
    text-align: center;
    font-weight: bolder;
    height: 60px;
}

.font-subtitle {
    font-size: 25px;
    color: black;
    text-align: center;
    height: 60px;
}

select {
    padding: 5px;
    cursor: pointer;
}

.select-appearance-user {
    padding: 5px;
    border: 0;
    border-bottom: 1px solid #999;
    background: url(../img/user.png) no-repeat 96% 40%;
    background-size: 20px;
    appearance: none;
    cursor: pointer;
}

.select-width-user {
    flex-grow: 2;
}

.select-width {
    width: 150px;
}

.select-large {
    width: 490px;
}

.select-small {
    width: 55px;
}

.header {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    background-color: var(--primary);
    height: 10vh;
    position: relative;
    z-index: 0;
}

.header-text {
    display: grid;
    align-content: center;
    text-align: center;
}

.encabezado {
    text-align: center;
    margin-bottom: 10px;
    height: 10vh;
}

.encabezado-home {
    display: flex;
}

.encabezado-home :nth-child(1) {
    padding: 10px;
}

.encabezado-home :nth-child(2) {
    margin: 0px 20%;
}

.section-Titles {
    background-color: var(--primary);
    height: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.titles {
    font-size: 20px;
    color: #ffffff;
}

.wrapper {
    height: 86vh;
    overflow-y: auto;
    padding: 20px 0;
    position: relative;
    z-index: 200;
}

.main-footer {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: var(--primary);
    height: 4vh;
}

.main-footer>* {
    margin: 0;
    color: white;
    padding-right: 15px;
    text-transform: capitalize;
    font-size: .8em;
}

.pie_pagina {
    height: 25px;
    text-align: right;
}
.grid-1,
.grid-2,
.grid-3 {
    display: grid;
    grid-gap: 15px;
    margin: 0 10px;
}

.grid-2 {
    grid-template-columns: 1fr 1fr;
}

.grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-item {
    border: 1px solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.grid-item-1 {
    display: flex;
}

.grid-item-2 {
    grid-column: 1/span 2;
}

.grid-item-no-border {
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.grid-item-Opc {
    box-shadow: 2px 2px 2px #999;
    border-radius: 10px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.grid-item-Opc-2 {
    box-shadow: 2px 2px 2px #999;
    border-radius: 10px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.imgMenu {
    height: 80px;
}

.grid-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.font-Bold {
    font-weight: bold;
}

.font-white {
    color: white;
}

.marginSect {
    margin: 15px;
}

.doc-Perfil {
    display: flex;
    justify-content: center;
}

.aside {
    display: flex;
}

.figure-img {
    height: 100px;
    width: 100px;
}

.img-pin {
    width: 100%;
    height: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.input-text-large {
    width: 478px;
}

.input-radius {
    border-radius: 3px;
}

.text-align-Right {
    text-align: end;
}

.flex-content :nth-child(1),
.flex-content :nth-child(2) {
    width: 20%;
}

.flex-content :nth-child(3) {
    width: 40%;
    flex: 1;
}

.flex-content> :not(:last-child) {
    margin-right: 2%;
}

.margin-label {
    margin-bottom: 5px;
}

.input-medium {
    width: 40%;
    height: 30px;
}

.label-pin {
    font-weight: bold;
    color: black;
}

.otpVeri {
    background: #6c6666;
    color: white;
    font-size: 30px;
    width: 20%;
    font-weight: bold;
    text-align: center;
}


/* Modal Styles */

.modalContainer--custom .wordsFM {
    display: none;
}

.ping {
    cursor: pointer;
}

img {
    max-width: 100%;
}
.icon-phone {
    height: 460PX;
}

.icon-phone img {
    height: 100%;
}

.foot-question {
    display: flex;
    flex: auto;
    padding: 10px;
}


/* Marco de telefono 2 */
/* .container-phone {
} */

body {
    background: #f5f5f5;
    /* border-right: 8px solid #c7c7c7;
    border-left: 8px solid #c7c7c7;
    border-radius: 5px;
    box-shadow: 0 19px 2px 0 rgb(0 0 0 / 14%), 0 5px 28px 7px rgb(0 0 0 / 12%);
    max-width: 700px;
    margin: 0 auto; */
}

.phone-big {
    padding: 38px 0;
    height: 98vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 600px;
    margin: 1vh auto 0 auto;
    border-radius: 38px;
    background: #fff;
    box-shadow: inset 0 4px 17px 2px #fff, inset 0 17px 11px rgb(173 186 204 / 25%), 0 0 18px rgb(0 21 64 / 14%), 0 10px 20px rgb(0 21 64 / 5%);
}

.j-content-center {
    justify-content: center;
}