@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {font: inherit;text-decoration: none;-webkit-text-size-adjust: none;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;box-sizing:border-box;font-family: 'Lato', sans-serif;}

body{margin:0px;background: rgb(247 247 247);/* background: linear-gradient(0deg, rgb(114 114 114) 27%, rgb(199 199 199) 71%); */}
header{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto 20px auto;
    max-width: 630px;
    z-index: 99;
    position: relative;
}
.contPromo{
    padding: 20px;
    margin: 10px 0px 0px;
    /* background-color: var(--color-contrast-high); */
    border-radius: 15px;
    text-align: center;
    color: var(--color-bg-darker);
}
    .contPromo p{
    margin: 5px 0px;
    text-align: center;
    font-weight: bolder;
    font-size: 1.2em;
    color: var(--color-contrast-high);
}
    .contPromo span{
    font-weight: bold;
    color: var(--color-contrast-high);
}
    .contPromo strong{}
.alert{
    text-align: center;
    background-color: var(--color-bg-dark);
    padding: 20px;
    box-shadow: var(--shadow-md);
    border-radius: var(--radius-lg);
    color: white;
    font-weight: bold;
}
    .alert .success{
    color: var(--color-success);
}
    .alert .warning{
    color: var(--color-error);
}

.contBt{
    margin: 30px 0px;
    text-align: center;
}
.numbQ{
    background-color: var(--color-contrast-high);
    color: var(--color-bg-dark);
    display: inline-flex;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    text-align: center;
    justify-content: space-evenly;
    line-height: 21px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--color-primary);
    font-size: 1em;
}
.theQ{
    /* margin: 10px 0px 10px 0px; */
    word-break: break-word;
    font-size: 1.3em;
    text-align: left;
}
.subTheQ{
    font-size: .9em;
    font-weight: normal;
    margin: 5px 0px;
}
.theSurvey > div {
    background-color: var(--color-bg);
    padding: 10px 15px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}
textarea{
    width: 100%;
    background-color: var(--color-bg);
    height: 50px;
    border-radius: var(--radius-md);
    padding: 10px;
    border: 1px solid silver;
}
textarea:focus{background: hsl(0, 0%, 100%);
  outline: none;
  box-shadow: inset 0 0 0 1px hsla(240, 4%, 85%, 0), 
              0 0 0 2px var(--color-contrast-high), 
              0 0.3px 0.4px hsla(230, 13%, 9%, 0.025),
              0 0.9px 1.5px hsla(230, 13%, 9%, 0.05), 
              0 3.5px 6px hsla(230, 13%, 9%, 0.1);
}

.contAnsw{
    display: flex;
    margin: 12px 0px;
    flex-wrap: wrap;
    /* gap: .2em; */
    justify-content: space-between;
}
.oneAnsw{
    text-align: center;
    -ms-flex: 0 0 25%;
    /* flex: 0 0 25%; */
    /* max-width: 25%; */
    padding: 10px 3px;
    flex: 1 1 0px;
}
.labelAnsw{
    font-size: .9em;
    color: var(--color-contrast-high);
    opacity: .7;
}
.txtAnw{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
}
.txtAnw h3{
    font-weight: bold;
}
.txtAnw p{
}
.txtAnw textarea{}
.txtrequired{
    font-size: .9em;
}
.txtrequired span{
    color: var(--color-error);
    font-weight: bold;
}
.txtNotrequired{
    font-size: .8em;
    color: var(--color-contrast-medium);
}
.plusMembers{text-align: center;padding: 10px;border: 1px solid #e7e7e7;margin: 10px 0px;border-radius: 10px;}
.titPlusM{
    font-weight: bold;
    margin-bottom: 10px;
}
    .plusMembers > div{
    margin-bottom: 8px;
    font-size: .9em;
}
.contOneQ{
    display: flex;
    gap: 1em;
    text-align: center;
    /* font-size: 1.2em; */
    font-weight: bold;
    color: var(--color-contrast-high);
    margin: 40px 0px 0px 0px;
    align-items: center;
    justify-content: flex-start;
}
.contOneQ:first-child{
    margin: 0px;
}
.contOneQ small{
    font-size: .7em;
}
.theSurvey{
    margin: 30px 0px;
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.nodataFound{
    margin: 20px auto 20px auto;
    max-width: 530px;
    width: 100%;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2em;
    background-color: #ffd5d5;
    border-radius: 20px;
}
    .nodataFound div{}
    .nodataFound i{
    font-size: 2em;
}

.paddGral{
    padding: 0px 0px;
}
.theMembersClM{
    display: flex;
    gap: 1em;
    justify-content: center;
}
    .theMembersClM > div{flex: 1 0 0;}
.contSearch{
    text-align: center;
    margin: 20px auto 0;
    max-width: 290px;
}
.dataCom{
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #e5ce79;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
    .dataCom > div{
    flex: 1 0 0;
}
.nameCom{
    font-weight: bold;
    text-align: right;
}
.logoCom{
    text-align: left;
}
    .logoCom img{
    max-height: 50px;
    width: auto;
}
.contBen{
    background: rgb(252,250,215);
    background: linear-gradient(0deg, rgba(252,250,215,1) 17%, rgba(255,253,229,1) 77%);
    margin: 20px 0 0 0;
    padding: 20px;
    font-size: .9em;
    text-align: center;
    box-shadow: 0 4px 4px rgb(169 166 92 / 20%);
    border-top: 2px solid #e5ce78;
    border-radius: 0 0 5px 5px;
    flex-direction: column;
}
.theBen{}

.contSearch > p{
    font-size: .7em;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: hsl(42.25deg 56.2% 49.07%);
    margin: 10px 0px;
}
input[type="search"]{appearance: none;padding: 10px 20px 10px 40px;border-radius: 6px 6px 0 0;width: 100%;border: 1px solid hsl(42.25deg 56.2% 49.07%);}
.thesearch{
    /* width: 200px; */
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    box-shadow: 0 1px 10px rgba(0,0,0,.2);
    border-radius: 6px;
}
    .thesearch > div{
    position: relative;
    flex: 1;
}
.icoInput{
    position: absolute;
    top: 10px;
    left: 10px;
}
    .icoInput i{
    color: gray;
}
.thesearch button{
    display: flex;
    width: 100%;
    appearance: none;
    border: none;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 6px 6px;
    padding: 10px;
    background-color: hsl(42.25deg 56.2% 49.07%);
    color: white;
    font-size: 1.2em;
}

footer{
    margin: 30px 0px;
}
.contFooter{
    text-align: center;
    color: var(--color-contrast-high);
}
.contLogoFoot{
    border-radius: var(--radius-md);
    margin: 20px;
    display: inline-flex;
    justify-content: center;
    padding: 10px;
    background-color: var(--color-bg-lighter);
    box-shadow: var(--shadow-lg);
}
    .contLogoFoot img{
    max-width: 80px;
    max-height: 90px;
    width: auto;
    height: auto;
}
.contLogo{
    text-align: center;
    padding: 20px;
    display: flex;
    justify-content: center;
    background-color: var(--color-bg);
    box-shadow: var(--shadow-lg);
    border-radius: 0 0 15px 15px;
}
input,textarea{
    color: var(--color-contrast-high) !important;
}
    .contLogo img{
    max-height: 60px;
    /* max-width: 200px; */
    /* height: auto; */
    width: auto;
}
.contName{
    font-weight: bold;
    padding: 20px;
    color: var(--color-contrast-high);
    text-transform: uppercase;
    text-align: right;
    display: none;
}
.contInfClM{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -30px;
}
.date{border-radius: var(--radius-md);border: 1px solid var(--color-contrast-low);display: inline-block;padding: 5px 10px;background-color: var(--color-accent);font-size: .8em;}
.dataClient{border-top: 1px dashed;margin-top: 10px;padding-top: 10px;}
.numberMember{
    text-align: center;
    margin-bottom: 20px;
    color: var(--color-bg);
}
.numberMember p{
    /* margin: 10px 0px; */
    font-size: 1em;
    color: var(--color-contrast-medium);
}
.numberMember small{
    font-size: .8em;
    color: var(--color-contrast-medium);
}
.header1En{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1em;
    width: 100%;
}
.theCardClM{
    padding: 20px;
    border-radius: 10px;
    box-shadow: var(--shadow-lg);
    max-width: 630px;
    width: 100%;
    border: 1px solid var(--color-white);
    position: relative;
    background: var(--color-bg-darker);
}
.contImaClM{
    display: block;
}
.imaClM{
    position: relative;
    width: 110px;
    height: 110px;
    margin: auto;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid hsl(42.25deg 56.2% 49.07%);
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    background-color: silver;
}
.imaClM img{
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.contInfoClM{
    text-align: center;
    margin: 10px 0px;
}
.nameClM{
    font-size: 1.3em;
    font-weight: bold;
}
.dataAuxClM{
    text-align: center;
}
    .dataAuxClM p{}
strong{font-weight:bold;}
.kindMember{
    text-align: center;
}
.thekindMember{
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 5px 5px rgba(0,0,0,.2);
}
    .colkindMember1{
    background-color: #009cb7;
    color: white;
    }
    .colkindMember2{
    background-color: #f0f0f0;
    }
    .colkindMember3{
    background-color: silver;
    }
    .colkindMember4{
    background-color: black;
    }
    .colkindMember5{
    background-color: #846847;
        color:white;
    }
    .colkindMember6{
    background-color: #c1f6f7;
    color: #49536e;
    }

.namekindMemember{
    letter-spacing: .4em;
    font-size: 1.2em;
}
.numberkindMember{
    font-size: .8em;
    margin: 10px 0 0 0;
    letter-spacing: .2em;
    font-weight: bold;
}
.colkindMember4 > .numberkindMember{
    color: silver;
}
.colkindMember4 > .namekindMemember{
    color: white;
}
.statusKinkMemeber{
    padding: 15px 10px;
    /* margin-top: 20px; */
    color: white;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 5px 5px rgba(0,0,0,.2);
}
.statusOut{
    background: rgb(223,58,0);
    background: linear-gradient(0deg, rgb(255 105 0) 23%, rgba(255,53,0,1) 100%);
}
.statusIn{
    background: rgb(83,179,0);
    background: linear-gradient(180deg, rgba(64,227,0,1) 33%, rgb(57 188 6) 100%);
}




@media (max-width: 666px){
    .oneAnsw{
    -ms-flex: 0 0 25%;
    /* flex: 0 0 30%; */
    /* max-width: 30%; */
}
    header{flex-direction: column;}
    .theCardClM{
    padding: 20px 10px;
}
}