@import url('https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BhuTuka+Expanded+One&family=Syne+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300&display=swap');

/* 
    Created on : Abr 14, 2023, 00:53:47 
    Author     : colbras
*/

.boton{
    cursor: pointer; 
    color: rgb(255, 255, 255); 
    font-size: 16px; 
    line-height: 16px; 
    padding: 6px; 
    border-radius: 10px; 
    font-family: 'Smooch Sans', sans-serif;
    font-weight: normal; 
    text-decoration: none; 
    font-style: normal; 
    font-variant: normal;     
    font-size: 28px;
    text-transform: none; 
    background-image: linear-gradient(to right, rgb(28, 110, 164) 0%, rgb(35, 136, 203) 50%, rgb(20, 78, 117) 100%); 
    box-shadow: rgb(0, 0, 0) 5px 5px 15px 5px; 
    text-shadow: 0px 0px 11px yellowgreen;
    border: 2px solid rgb(28, 110, 164); 
    display: inline-block;
}
.boton:hover {background: #1C6EA4; }
.boton:active {background: #144E75; }    

/* ||||||||||||||||||||||||||||||||||||||||*/
/* CUADRO DE DIALOGO (lightbox) modal  ||||*/
/* ||||||||||||||||||||||||||||||||||||||||*/
.cuadro{
    width: 320px;
    height: 240px;
}
.mask-popup{
    position: fixed;
    background-attachment: fixed;
    left: 0;
    top: 0;
    width: 320;
    height: 240;
    background-color: rgba(0,0,0,0.7);
    display: none;
    z-index: 9000;
}
.mask-popup2{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: none;
    z-index: 9000;
}

.Kies{
    color:khaki;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;     
}
.Kies:hover{
    color:red;
    cursor: pointer;
    box-shadow: 0 12px 16px 0 rgba(255,255,200,0.24), 0 17px 50px 0 rgba(200,0,255,0.19);
}
.polPriva{
    color:gray;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;     
}
.polPriva:hover{
    color:#87CEFA;
    cursor: pointer;
    box-shadow: 0 12px 16px 0 rgba(255,255,200,0.24), 0 17px 50px 0 rgba(200,0,255,0.19);
}

.corpoMSG{
    position: absolute;
    left: 0;
    top: 20px;
    width: auto;
    height: auto;
    /*    border: solid aqua thin;*/
    color: whitesmoke;
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
    font-size: 17px;
    font-weight: 600;
}
.dialogoBOX{
    /*launchPopup*/
    position: absolute;
    width: 320px;
    height: 240px;
    top: 0px;
    display: none;
    box-shadow: 1px 3px 35px 2px blueviolet;
    border-radius: 11px;
    z-index: 9900;
}
.dialogoBOX img#gris, img#negro{
    position: absolute;
    cursor: pointer;
    width: 5%;
    right: 5px;
    top: 1px;
}
.dialogoBOX img#gris:hover{
    width: 15%;
    display: none;
}
/* ||||||||||||||||||||||||||||||||||||||||*/
/* ||||||||||||||||||||||||||||||||||||||||*/

.poliPriva{
    display: none;
    position: absolute;
    background-color: #484848;
    color: antiquewhite;
    text-align: center;
    overflow:scroll;
    width: 680px;
    height: 500px;
    font-family: 'Yanone Kaffeesatz';
    z-index: 9910;
}
.btnSairPriva{
    color:khaki;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;     
}
.btnSairPriva:hover{
    color:red;
    cursor: pointer;
    box-shadow: 0 12px 16px 0 rgba(255,255,200,0.24), 0 17px 50px 0 rgba(200,0,255,0.19);
}



/*/////////////////////////////////////////////////*/
/*            CLASSES TABLE COM DIVS               */
/*/////////////////////////////////////////////////*/
.DIVtable{
    display: table;
    width: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

    /* Agreguei estas linhas para dar border radius 14042023-2124*/
  
}
.DIVtableTitle{
    display:table-caption;
    width: 400px;
    font-weight: bolder;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: x-large;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: antiquewhite;
    border: solid 1px red;
}
.DIVrow{
    display:table-row;
    border: #87CEFA solid 4px;
    text-align: start;
    border: solid 1px red;
}

.DIVcol{
    display: table-cell;
    width: auto;
    border: 1px dotted grey;
    transition-duration: 0.6s;  
}
.DIVcol:hover{
    color: yellowgreen;
    font-weight: 700;
    font-size: xx-large;
}

/*////////////////////////////////////////////////////////
  //              *** MAIL DIALOG ***                   //
  ////////////////////////////////////////////////////////
*/
.mailUI{
    height: 25px;
    width: 500px;
    font-size: 16pt;
    border-radius: 8px;
}
#area{
    height: 270px;
    width: 500px;
    font-size: 18pt;
    border-radius: 8px;
}
.e-mail{
    display: none;
    background-color:darkslategray;
    color: antiquewhite;    
    position: absolute;
    font-family: 'Smooch Sans', sans-serif;
    font-size: xx-large;
    text-align: center;
    width: 680px;
    height: 17em;
    border: solid 2px white;
    overflow: none;
    box-shadow: 0px 10px 18px -1px yellow;
    z-index: 9912;
}

.barTitle{
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url('/images/barra\ email.jpg');
    background-repeat: no-repeat;
    background-size: 100% 80PX;
    width: 100%;
    height: 100PX;
}
.barTitle:hover{
    background-image: url('/images/barra\ email\ light.jpg');    
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-size: 100% 80PX;
    width: 100%;
    height: 100PX;   
    cursor: pointer;
}
