/* 
    Created on : Mar 11, 2022, 3:05:22  
    Author     : colbras
*/
@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');

*{
    margin: 0;
    padding: 0;
}

:root{
    --ancho: 1;
    --corpoCor0: rgba(20,20,20,0.7);
    --corpoCor1: #836FFF;
    --corpoCor2: rgba(0,0,0,0.6) /* #87CEFA;*/
}
body{
    background-image:url("/images/circuito.webp");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #00fa00;
}

#especial{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10000;
}



DIV.barra{
    background-color: rgb(80,80,80);
    background-image: url("/images/fdonegro.webp");
    background-size: auto;
    background-attachment: fixed;
    height: 120px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 10px 18px -1px blueviolet;
}
.logo{
    background-image:url("/images/logomarca.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 140px;
    height: 119px;
    top: 0;
    left: 15px;
    cursor: pointer;
}

#imgBotonMail{
    background-image: url("/images/send.png"); 
    background-size: 40% 90%; 
    background-position: center; 
    background-repeat: no-repeat;
    cursor: pointer;
    transition-duration: 0.4s;
}
#imgBotonMail:hover{
    background-size: 250px 40px;
}

/*Versão Desktop Windows*/
DIV.menu{
    position: absolute;
    color: white;
    top: 30%;
    left: 0;
    width: 95%;
    height: 40px;
    font-family: 'Smooch Sans', sans-serif;
    font-size: xx-large;
    text-align: right;
}

/*Versão Android Mobile*/
DIV.menu2{
    position: relative;
    float: right;
    width: 200px;
    height: 119px;
}
DIV.mnuItem{
    position: relative;
    color: greenyellow;
    float: right;
    padding: 2px;
    font-family: 'Smooch Sans', sans-serif;
    font-size: x-large;
    font-weight: 700;
}

DIV.container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.celda{
    background-color: #4682B4;
    cursor: pointer;
    font-family: 'Smooch Sans';
    color: white;
}
.celdaMain{
    font-size: xx-large;
}
/*//////////////////////////////////////////////////////////////*/
A.menu{
    font-size: 30px;
    transition-property: font-size;
    transition-duration: 2s;
    transition-delay: 0s;
    transition-timing-function: ease;
    text-decoration: none;
    color: white;
}
A.menu:hover{
    font-size: 56px;
    cursor: pointer;
    text-shadow: 0 0 0.6em yellow, 0 0 0.6em #87F, 0 0 0.6em red;
}

/* DIV CONTENEDOR DO LAYOUT INTEIRO */
.master{
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: auto;
    height: auto;
    border: #00fa00 dotted medium;
}
/* DIV CONTENEDOR DO LAYOUT INTEIRO */

/* DIV CONTENEDOR POR SEÇÃO*/
#corpo0{
    width: auto;
    height: 600px;
    background-color: var(--corpoCor0);
    /*background-image: url("");*/
    background-size: 100%, 100%;
    background-position: center;

}
.visor{
    position: absolute; top: 210px; left: 50%; transform: translate(-50%, -50%);
    width: 480px;
    height: 250px;
    border: #433b50 dotted medium;
    border-radius: 18px;
    background: rgba(160,160,160,0.7);
    box-shadow: 10px 12px 15px 0px rgb(80, 80, 90);
    background-attachment:fixed;
    overflow: hidden;  
}
.leftVisor{
    display:table-cell;
    width: 20px;
    height: 248px;
    /*border: white solid 1px;*/
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    margin-left:5px;
    cursor: pointer;
    color:bisque;
    background-color: rgba(80, 80, 80, 0.3);  
}
.sepVisor{
    display:table-cell;
    border: #00fa00 solid 1px;
    width: 450px;
    visibility: hidden;
}
.rightVisor{
    display:table-cell;
    width: 20px;
    height: 248px;
    /*border: white solid 1px;*/
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;  
    cursor: pointer;
    color:bisque;
    background-color: rgba(80, 80, 80, 0.3);  
}
.rightVisor:hover, .leftVisor:hover{
    background-color: rgba(131, 162, 247,0.6);
    #imgSeta{
        background-image: url('../images/seta-white.png');
        background-size: 24px;        
    }
    #imgSeta2{
        background-image: url('../images/seta-white.png');
        background-size: 24px;        
    }    
}
/* TODO fazer rotar vou aqui*/
#imgSeta{
    width: 24px;
    height: 24px;
    background-image: url('../images/seta-black.png');
    background-size: 24px;    
}
#imgSeta2{
    width: 24px;
    height: 24px;
    background-image: url('../images/seta-black.png');
    background-size: 24px;
    transform: rotate(180deg);
}

#corpo1{
    width: auto;
    height: 600px;
    background-color: var(--corpoCor1);
    background-image: url("/images/tecnologia.webp");
    background-size: 100%, 100%;
    background-position: center;
}
#corpo2{
    width: auto;
    height: 600px;
    background: var(--corpoCor2);
    background-image: url("/images/feedback-fdo.webp");
    background-size: 100%, 100%;
    background-position: center;    
}
#corpo3{
    width: auto;
    height: 600px;
    background: var(--corpoCor1);
    background-image: url("/images/agendar.webp");
    background-size: 100%, 100%;
    background-position: center;       
}
#corpo4{
    width: auto;
    height: 600px;
    background: var(--corpoCor2);
    background-image: url("/images/cadastro-fdo.webp");
    background-size: 100%, 100%;
    background-position: center; 
}
#corpo5{
    width: auto;
    height: 519px;
    background-color: var(--corpoCor1);
    background-image: url("/images/portfolio-fdo.webp");
    background-size: 100%, 100%;
    background-position: center;     
}
#corpo6{
    width: auto;
    height: 300px;
    background-color: var(--corpoCor2);
}
#corpo1Title, #corpo2Title, #corpo3Title, #corpo4Title, #corpo5Title, #corpo0Title{
    text-shadow: 0px 0px 11px #e2eeae;
}

/* DIV CONTENEDOR POR SEÇÃO*/
.imgCorpo1, .imgCorpo2, .imgCorpo3, .imgCorpo4, .imgCorpo5, .imgCorpo0{
    filter: drop-shadow(0px 0px 8px rgba(250 250 210 / 90%));
    opacity: 0;
    top: 0; 
}

.space{
    border: red solid 0;
    width: 100%;
    height: 45px;
}
/*///////// FORMAS ////////*/

.stage{
    position: relative;
    border: #FFFFFF solid thin;
    /*border-radius: initial;
    width: 400px;*/
    display: none;
    height: 580px;
    top: 5px;
    margin-left: auto;
    margin-right: auto;
}

/* SERVICOS */
#serv1, #serv2, #serv3, #serv4, #serv5, #serv6, #serv7, #serv8, #serv9, #serv10{
    font-family: 'Smooch Sans', sans-serif;
    font-size: xx-large;
    text-shadow: 0.2em 0.1em 0.05em grey;    
    text-anchor: start;
    text-align: start;
    color: rgb(242, 247, 205);
        
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    font-weight: normal;
    border-radius: 8px;
    height: 24px;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    border: #262644 dotted 1px;
}
#serv1:hover, #serv2:hover, #serv3:hover, #serv4:hover, #serv5:hover, #serv6:hover, #serv7:hover, #serv8:hover, #serv9:hover, #serv10:hover{
    font-weight:lighter;
    box-shadow: 10px 10px 10px 0px black;
    border-radius: 18px;
    text-shadow: 0.05em 0.1em 0.05em grey;   
    border: #e8f0cd dotted 1px;
    background-color: rgba(255, 0, 0, 0.3) ;
    color:greenyellow;
}
TEXTAREA,INPUT.texto{
    background-color: rgba(191, 159, 250, 0.3) ;/*antiquewhite;*/
    border: ridge gray 1px;
    color: yellowgreen;
    width: 300px;
    height: 32px;
    font-size: 14pt;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
}
TEXTAREA{
    height: 8em;
}
.caption{
    color: white;
    font-size: 28px;
    font-family: 'Smooch Sans', sans-serif;
    text-shadow: 0px 0px 11px yellowgreen;
}

B.res{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: yellowgreen;
    font-size: xx-large;
}
/*//////////// BOTONES ///////////////*/

.button {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    font-family: 'Syne Mono', monospace;
    font-weight: normal;
    border: none;
    border-radius: 8px;
    width: auto;
    padding: 12px;
    cursor: pointer;
}

.button:hover {
    background-color: darkred; /* Green */
    box-shadow: 10px 12px 30px 0px black;
    color: white;
}


#tbl1{
    position: relative;
    top: 80px;
    background-image: url("../images/feedback.webp");
    background-size: 400px 440px;
    border-radius: 4%;
}

#tblP0{
    border:1px solid black;
    width:auto;
    padding: 0px;
    border-spacing: 0px;
    color: steelblue;
    font-family: verdana, tahoma, sans-serif;
    font-size: 12px;
}

#dvtest{
    display: flex;
    width: var(--ancho);
    height: 600px;
    background: darkslateblue;
    color: white
}
