/*---------------------------------------------*/
/* Reset */
/*---------------------------------------------*/

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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; 
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block; 
}

body {
    line-height: 1; 
}

ol, ul {
    list-style: none; 
}

blockquote, q {
    quotes: none; 
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; 
}

table {
    border-collapse: collapse;
    border-spacing: 0; 
}

html {
    scroll-behavior: smooth; 
}

/*---------------------------------------------*/
/* fonts */
/*---------------------------------------------*/
/*---------------------------------------------*/
/* variables */
/*---------------------------------------------*/
/*---------------------------------------------*/
/* general */
/*---------------------------------------------*/
body {
    font-family: 'Gotham', sans-serif;
    font-size: 17px;
}

.button {
    padding: 5px 10px;
    border: none;
    border-radius: 100px; 
}

.button:hover {
    cursor: pointer !important; 
}

button.outlined {
    background-color: #fff;
    border-radius: 100px;
    border: 2px solid #f39c12;
    padding: 10px 20px;
    font-weight: bold; 
}

button.outlined:hover {
    background-color: #e04d39;
    color: #fff; 
}

button.background-orange:hover {
    background: linear-gradient(to bottom, #e04d39, #e04d39); 
}

/*---------------------------------------------*/
/* layout */
/*---------------------------------------------*/
.container {
    padding: 20px 50px; 
    max-width: 100%;
    width: 100%;
}

.sticky {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    width: 100%; 
}

.thin {
    font-weight: 100;
}

.bold {
    font-weight: bold; 
}

.center {
    text-align: center; 
}

.right{
    text-align: right; 
}

.left{
    text-align: left; 
}

.justify{
    text-align: justify; 
}

.full-width {
    max-width: 100%; 
}

.width-95 {
    max-width: 95%; 
}

.ocupaTudo {
    box-sizing: border-box;
    width: 95% !important;
}

input.number {
    text-align: right;
}

.textAlignDireita {
    text-align: right;
}

.dlab-topbar-left {
    float: left
}

.dlab-topbar-right {
    float: right
}

/*---------------------------------------------*/
/* colors */
/*---------------------------------------------*/
.grey {
    color: #7a7a7a; 
}

.orange {
    color: #d60f28; 
}

.green {
    color: #25555e; 
}

.white {
    color: white; 
}

.background-orange {
    background-color: #d60f28; 
}

.background-green {
    background-color: #6ab165; 
}

.background-grey {
    background-color: #f9f9f9; 
}

/*---------------------------------------------*/
/* tipography */
/*---------------------------------------------*/
.section-title--primary {
    display: flex;
    justify-content: center; 
}

.section-title--secondary,
.section-title--secondary-grey {
    position: relative;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 100; 
}

/*---------------------------------------------*/
/* Mensagem Erro */
/*---------------------------------------------*/
.warning.error {
    background: rgb(173, 53, 53) url("../img/error.png") no-repeat 10px center;
    background-size: 27px;
    border-color: rgb(138, 43, 43);
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.warning.aviso {
    background: rgb(235, 187, 65) url("../img/warning-white.png") no-repeat 10px center;
    background-size: 23px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.warning {
    padding: 20px 20px 20px 44px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 1rem 0;
}

#errordiv { 
    margin-top:0px;  
}

/*---------------------------------------------*/
/* navbar */
/*---------------------------------------------*/
.header {
    z-index: 1000;
    background-color: white;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.14); 
}

.header__nav {
    display: grid;
    grid-template-columns: 30% 70%; 
}

.nav__logo-container {
}

.nav__logo-container img {
    display: flex;
    width: 430px;
}

.menu-links__container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%; 
}

.container__container-link {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 15px;
    transition: 1s; 
}

.container-link__link {
    font-weight: 100;
    color: #7a7a7a;
    letter-spacing: 0.5px;
    text-decoration: none;
    line-height: 20px;
    transition: 0.3s cubic-bezier(0.58, 0.3, 0.005, 1); 
}

.container__container-link:hover {
    cursor: pointer;
    transform: translateY(-5px); 
}

.container__container-link:hover .container-link__link {
    color: #000; 
}

.container__container-link:hover .btn-social {
    color: white;
}

.container-btn-social {
    display: inline-table !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.btn-social {
    color: white;
    align-items: center;
    padding: 8px 14px; 
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
}

.btn-whats {
    background-image: url("../img/whatsapp.png") ;
}

.btn-facebook {
    background-image: url("../img/facebook.png") ;
}

.btn-instagram {
    background-image: url("../img/instagran.png") ;
}

.btn-youtube {
    background-image: url("../img/youtube.png") ;
}

.btn-linkedin {
    background-image: url("../img/linkedin.png") ;
}

/*---------------------------------------------*/
/* Form Venda  */
/*---------------------------------------------*/

.main-venda {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14); 
}

.main-venda-sem-plano {
    margin-top: 50px; 
    margin-bottom: 40px; 
    margin-left: 5%; 
    margin-righ: 5%; 
}

.main-venda-sem-plano h1 {
    color: #25555e;
    font-size: 20px;
    font-weight: 800; 
    text-align: center;
    white-space: pre-wrap;
    word-wrap: break-word;
    letter-spacing: .1rem;
    word-spacing: .2rem;
    margin-bottom: 10px;
}

.main-venda-wf {
    display: grid;
    padding-top: 18px;    
    padding-bottom: 25px;
	background-color: #046738;
}

@media (max-width: 768px) {
    .main-venda-wf img {
        width: 98% !important;
    }
}
.main-venda-wf img {
    width: 35%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: baseline;
    object-fit: cover;
}

.main-venda-item {
    display: grid;
    padding-top: 10px;    
    padding-left: 50px;    
    padding-bottom: 10px;    
    grid-template-columns: 20.00% 80.00%;
}

@media (max-width: 768px) {
    .main-venda-item {
        padding-left: 0px;
    }
}

.main-venda-logo {
    padding-top: 0px;    
    padding-left: 0px;    
    text-align: right;
}

@media (max-width: 768px) {
    .main-venda-logo {
        text-align: center;
    }
}
.main-venda-logo img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: baseline;
    object-fit: cover;
    max-height: 250px;
    max-width: 250px;
}

.main-venda-descricao {
    padding-top: 10px;    
    padding-left: 20px;  
	color: #d60f28 !important;
    text-align: left;
}

@media (max-width: 600px) {
   .main-venda-descricao {
      padding-top: 0px;    
      padding-left: 0px;
      width: 92%;
      margin: 0 auto;
      color: #d60f28 !important;
   }
}

@media (max-width: 768px) {
    .main-venda-descricao {
        text-align: center;
    }
}

.main-venda-descricao-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr); 
}

@media (max-width: 600px) {
   .main-venda-descricao-content img {
      width: 100%;
      height: auto;
   }
}

/* IMAGEM TELA INICIAL */
#img-responsivel {
	width:100%;
	height:auto;
	display:block;
}
	
.main-venda-descricao h1 {
    font-size: 33px;
    font-weight: 400; 
    margin-bottom: 15px; 
    margin-left: 50px; 
	margin-top: 30px;
	text-align: center;
} 

@media (max-width: 600px) {
   .main-venda-descricao h1 {
      font-size: 28px;
      font-weight: 400;
      margin-bottom: 15px;
      margin-left:0px; 
	  margin-top: 2px;
      text-align: center;
   }
}

@media (max-width: 768px) {
    .main-venda-descricao h1 {
        font-size: 20px;
        margin-left: 0;
    }
}

.main-venda-descricao ul {
    width: 100%;
    font: normal normal normal 19px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    color: #4C585D;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal; 
    list-style-type: square;
    padding-left: 2.3em;
    margin-left: .5em;
    line-height: normal;
    letter-spacing: normal;    
    text-align: justify;
    font-size: 100%;
}

@media (max-width: 768px) {
    .main-venda-descricao ul {
        padding-right: 1.1em;
        padding-left: 0;
        margin-left: 0;
    }
}

.main-venda-descricao button {
	margin-top: 25px;
    margin-bottom: 35px;
    font-size: 20px;
    padding: 10px 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media (max-width: 768px) {
    .main-venda-descricao button {
		margin-top: 25px;
		margin-bottom: 35px;
		font-size: 20px;
		padding: 10px 40px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		display: block;
    }
}

.big-container:not(.user-own-css) .btn {
    padding: 13px 25px;
}

.big-container:not(.user-own-css) .btn {
    border-radius: 3px;
    border: 0;
    color: white;
    font-size: 18px;
    outline: 0;
    max-width: 100%;
}

.formdefaultbutcolor { 
    background-color: 1BA8CE 
}

/*---------------------------------------------*/
/* Form Cadastro */
/*---------------------------------------------*/
.headline { 
    color: #4C4C4C; 
}

.main-cadastro {
    padding-top: 0px;
    padding-bottom: 10px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14); 
	background: #FFFFFF;
}

@media (max-width: 600px) {
   .main-cadastro {
		padding-top: 0px;
   }
}

.main-cadastro label{
    display: inline-block;
    margin-bottom: .5rem !important;
    font-size: 12px;
    font-weight: bold;
}

.main-cadastro-text-container { 
    padding-left: 0 !important; 
    margin: 0 auto;
    width: 80%;
    color: #d60f28;
	padding-top: 20px;
    text-align: center;
}

.main-cadastro-text-container span { 
    size: 5;
    font-size: x-large;
}

@media (max-width: 768px) {
    .main-cadastro-text-container span {
        font-size: 15.5px;
		width: 100%;
    }
}

.fontbold { 
    font-weight: bold; 
}

.fontitalic { 
    font-style: italic; 
}

.requiredfield.likert-label .label-text:after{
    content: "\0000a0*";
    color:#FF0000;
    font-size:10px;
}

.requiredfield:not(.likert-label):after{
    content: " ";
    color:#FF0000;
    font-size:10px;
    position:absolute;
    margin-left:6px;
    margin-top:5px; 
    line-height:100%; 
}

.currentPageActive { 
    display:block; 
}

.currentPageInactive { 
    display:none; 
}

.main-cadastro input[type="text"], input[type="url"], input[type="password"] {
    font-weight: 400;
    border-radius: 20px;
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    color: #4c4c4c;
    outline: 0;
    width: 100%;
    max-width: 100%;
    min-width: 50px;
	text-transform: uppercase;
}

.main-cadastro input[type="email"] {
	text-transform: lowercase;
}

input#aCadastroGeral\[email\] {
    text-transform: lowercase;
}

.big-container:not(.user-own-css) .btn {
    padding: 13px 25px;
}

.big-container:not(.user-own-css) .btn {
    border-radius: 3px;
    border: 0;
    color: white;
    font-size: 18px;
    outline: 0;
    max-width: 100%;
}

.title{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #4C4C4C;
    top: 5px;
    word-wrap: break-word;
    word-break: normal;
    font-weight: bold;
}

.class123-label { 
    font-family: "Open Sans", sans-serif; 
    font-size: 14px; 
    color: #4C4C4C; 
    top:5px;  
    word-wrap: break-word; 
    word-break: normal;
}

/*---------------------------------------------*/
/* Form Cadastro Dependente  Modal*/
/*---------------------------------------------*/
.main-cadastro-dependente {
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14); 
}

.main-cadastro-dependente input[type="text"], input[type="email"], input[type="url"], input[type="password"] {
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    color: #4c4c4c;
    outline: 0;
    width: 100%;
    max-width: 100%;
    min-width: 50px;
}

#divDependentes h1 {
    color: #25555e;
    font-size: 15px;
    font-weight: 800; 
    text-align: center;
    white-space: pre-wrap;
    word-wrap: break-word;
    letter-spacing: .1rem;
    word-spacing: .2rem;
    margin-bottom: 10px;
}

.trBtnAdicionarDependente button {
    font-size: 20px;
    padding: 10px 40px; 
    text-align: center;
}

/*---------------------------------------------*/
/* Finalizar a Venda - Mensagem */
/*---------------------------------------------*/
.main-venda-finalizar {
    padding-top: 0px;    
    padding-left: 0px;    
}

.main-venda-finalizar img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: baseline;
    object-fit: cover;
    max-width: max-content;
    max-height: max-content;
}

.main-venda-finalizar h1 {
	font-size:2.5rem;
	color: #FFFFFF;
	display:block;
	width:50%;
	height:auto;
	padding:20px;
	text-align:center;
	margin:10px auto;
	background:#007da7;
	border-radius:30px;
	font-weight:bold;
}

#vermelho {
	background:#e04d39;
}

#laranja {
	background:#ff7800;
}

.main-venda-finalizar p {
	line-height:12px;
	color:#FFFFFF;
	font-size:1.8rem;
	text-align:center;
}

/*---------------------------------------------*/
/* Carteirinha*/
/*---------------------------------------------*/
.carteirinhasContainer {
	width:90%;
	min-height:500px;
	height:auto;
	margin:0 auto;
}

.carteirinhasContainer img {
	width:50%;
	height:auto;
}

.carteirinhaFrente {
	width: 510px;
	height: 300px;
	background: url("../img/carteirinhaFrente.jpg") no-repeat;
	background-size: 100%;
	margin:20px 0px 20px 400px;
}

.carteirinhaVerso {
	width: 510px;
	height: 300px;
	background: url("../img/carteirinhaVerso.jpg") no-repeat;
	background-size: 100%;
	margin:20px 0px 20px 400px;
}

.carteirinhaVerso span#nome {
	color: #153858;
	font-size: 1.5rem;
	display:block;
	padding:45px 25px 0px;
	width:auto;
}

.carteirinhaVerso span#dt_nascimento {
	color: #153858;
	font-size: 1.5rem;
	display:block;
	padding:10px 25px 0px;
	width:auto;
}

.carteirinhaVerso span#matricula {
	color: #153858;
	font-size: 1.5rem;
	display:block;
	padding:10px 25px 0px;
	width:auto;
	float:left;
}

.carteirinhaVerso span#dt_filiacao {
	color: #153858;
	font-size: 1.5rem;
	display:block;
	padding:10px 10px 0px;
	width:auto;
	float:left;

#bg-CompraRealizadaCarteirinha {
	background:url("../img/bg-form.png") no-repeat left top;
	background-size:57%;
}

/*---------------------------------------------*/
/* footer */
/*---------------------------------------------*/
.footer {
    padding-top: 50px; 
    padding-left: 5%;
    padding-right: 5% 
}

.footer__wrapper {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-template-rows: repeat(1, 1fr);
    padding-bottom: 50px; 
}

.footer-wrapper__column:nth-child(1) {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 60px); 
}

.footer-wrapper__column:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 60px);
}

.footer-wrapper__column:nth-child(3) {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 60px); 
}

.group {
    line-height: 25px; 
}

.footer-wrapper__column:nth-child(3) .group {
    position: relative;
    grid-row: 4/5; 
}

.footer-wrapper__item {
    display: flex;
    align-items: center;
    color: #7a7a7a;
    font-weight: 100; 
}

.footer-wrapper__item.phone {
    color: #000;
    font-weight: bold; 
}

.footer-wrapper__item.mail {
    font-weight: 300; 
}

.footer a {
    color: #7a7a7a;
    text-decoration: none; 
}

.footer a:hover {
    color: #000;
    cursor: pointer !important; 
}

.footer-wrapper__copyright {
    color: #7a7a7a;
    font-weight: 100;
}

.link-footer-logoask {
    width: 50px;
}

#div_carregando {
    display: none;
    position: fixed;
    width: 200px;
    height: 80px;
    left: 50%;
    top: 50%;
    font-size: 13px;
    /*font-family: Open Sans;*/
    font-weight: 700;
    line-height: 15px;
    margin-left: -100px;
    margin-top: -35px;
    color: #000000;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    background: #FFFFFF;
    border: 2px solid #011542;
    z-index: 9999;
    border-radius: 5px;
    box-shadow: 10px 10px 20px 10px #CCC;
}

#div_carregando_overlay {
    display: none;
    position: relative;
    z-index: 9999;
}

#div_carregando_overlay .ui-widget-overlay {
    background: #FFF;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

#tableForm {
    margin: 1rem 0;
}
#tableForm #tableForm {
    margin: 0;
}
#tableForm > thead > tr {
    background-color: #DDD;
}
#tableForm > thead > tr > th {
    border: none;
    font-weight: bold;
    background: #e04d39;
    border-radius: 20px;
    color: #FFFFFF;
    text-align: center;
    font-size: 2rem;
}
#tableForm > tbody > tr:nth-child(even) {
    background-color: #F5F5F5;
}
#tableForm > tbody > tr {
    border-style: solid;
}
#tableForm > tbody > tr:last-child {
    border-bottom-color: #DDD;
}
#tableForm > tbody > tr > td {
    vertical-align: middle;
    background: #FFFFFF;
    border-radius: 20px;
    height: 100px;
}
#tableForm > tbody > tr > td input[type=text]
, #tableForm > tbody > tr > td select {
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    height: 2em;
    line-height: 2em;
    padding: 0 5px;
}
#tableForm > tbody > tr > td input.field-error
, #tableForm > tbody > tr > td select.field-error {
    border-color: rgb(173, 53, 53);
}
#tableForm > tbody > tr > td.title {
    text-align: right;
}

a.cancel-btn {
    color: #999;
}

a.cancel-btn:hover {
    color: #333;
    text-decoration: none;
}

a.adicionar-btn {
    background-color: #1BA8CE;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    cursor: pointer;
    text-align: center;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

a.adicionar-btn:hover {
    text-decoration: none;
}

.main-cadastro .div-pgto input[type="text"]
, .main-cadastro .div-pgto input[type="email"]
, .main-cadastro .div-pgto input[type="url"]
, .main-cadastro .div-pgto input[type="password"] {
    width: auto;
}

.div-pgto span {
    font-size: 12px;
}

.lblBox {
    background-color: #eee;
    border: 1px solid;
    border-radius: 5px;
    box-shadow: 10px 10px 10px 0px #CCC;
    padding: 10px 10px 10px 30px;
    position: relative;
    margin: 10px;
    cursor: pointer;
}

.lblBox input[type=radio] {
    position: absolute;
    top: 5px;
    left: 5px;
}

.tabNotificacao {
    bottom: 45px; 
    left: 0; 
    right: 0; 
    padding: 0 4%; 
    height: 100px; 
    margin: 0 auto; 
    background: white; 
    border-top: 1px solid rgb(226, 226, 226);
    width: 100%;
    border: 0;
}

.tabNotificacao button {
    font-size: 20px;
    padding: 10px 40px; 
    text-align: center;
}

.cpm-wrapper {
    overflow: hidden;
    position: relative;
}

.cpm-wrapper .cpm-input {
    display: inline-block;
    float: left;
    width: 30%;
}

.cpm-wrapper .cpm-input input[type=text] {
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .cpm-wrapper .cpm-input {
        display: inline-block;
        float: left;
        width: 70%;
    }
}

.cpm-wrapper .cpm-buttons {
    display: inline-block;
    float: left;
    width: 30%;
}

.cpm-wrapper .cpm-buttons a {
    line-height: 1.1em;
}

.cpm-wrapper .cpm-response {
    display: inline-block;
    float: left;
    width: 40%;
}

.cpm-wrapper .cpm-response .warning {
    border-radius: 5px;
    display: none;
    line-height: 20px;
    margin: 0px;
    padding: .375rem .75rem .375rem 40px;
}

.cpm-wrapper .cpm-response .warning.sucesso {
    background-color: #6ab165;
}

@media (max-width: 768px) {
    .cpm-wrapper .cpm-response {
        display: inline-block;
        float: left;
        width: 67%;
    }
}

.field-error{
    border-color: rgb(173, 53, 53) !important;
    box-shadow: 0 0 10px rgb(173, 53, 53) !important;
}

/*---------------------------------------------*/
/* style cabecalho.php inicio */
/*---------------------------------------------*/

.ui-dialog .ui-dialog-titlebar {
	padding: 0.4em 1em;
	position: relative;
	background: #7295a8;
	color: #FFFFFF;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: 0.5em 0.4em 0.5em 0;
	cursor: pointer;
	background: #e04d39;
	color: #FFFFFF;
	border: none;
}

input[type="checkbox"] {
	margin: 4px 0 0;
	line-height: normal;
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 10px;
}

.main-cadastro input[type="email"] {
	text-transform: lowercase !important;
}

input#aCadastroGeral\[email\] {
	text-transform: lowercase;
}
.container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh; /* Define a altura da div */
}
.container img {
	margin: auto;
}
@media only screen and (max-width:600px) {
	.container {
		display: flex;
		justify-content: center;
		align-items: normal;
		height: 50%; /* Define a altura da div */
	}
}

/*---------------------------------------------*/
/* style cabecalho.php fim */
/*---------------------------------------------*/
