body {background:#E0E4E7;}
header {background:#002350;min-height:100px;/*background-image:url(../fundo-site.png); */background-size:contain;}

#titulo, #rodape {

background: #00418C}

#titulo {color:#fff; vertical-align:central;width:100%; line-height: 50px; position: relative;z-index:999;border-top:1px dashed #6EE2D5;box-shadow: 0 0 32px #219f91 inset;}
#rodape {width:100%; height:60px;position: relative;z-index:999;}

#meio {  /* border-left: 2px solid #dddddd;    border-right: 2px solid #dddddd;    box-shadow: 0 0 40px #aaaaaa;    padding: 1%;*/}

.pulsate {

-webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.8; color:#4f92d6; font-weight: bold;

}

.servico {background:white; border-radius:10px;padding: 1%;margin-top:-20px;}
.servico img{width:100%;}
textarea {    min-height: 60px;}


/*.servico.three.columns {    width: 24%;}

.servico.column, .servico.columns {    margin-left: 1%;}*/

.produto legend {    color: #a30327;    font-weight: 600;    letter-spacing: 0.3em;    text-transform: uppercase;}
.produto li {background:#E3F9FA; padding:3px 7px; border-radius:3px;}
.produto ul {margin-left:10px;}

.todosservicos li {background:red; padding:10px; border-radius:10px;background:#006AA3; color:#fff; list-style:none; }

@-webkit-keyframes pulsate {

    0% { 

        opacity: 1.0; color:#fff;
    }

    50% { 

        opacity: 1.0; color:#fff;    -webkit-transform: scale(1.1);

    }

    100% { 

        opacity: 1.0; color:#fff;

    }

}


/*******************************************************************************/
 .w3-animate-left{position:relative;animation:animateleft 0.8s}@keyframes animateleft{from{left:0;opacity:0.9} to{left:0;opacity:1}} 

.w3-animate-right{position:relative;animation:animateright 0.8s}@keyframes animateright{from{right:0;opacity:0.9} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.8s}@keyframes animatebottom{from{bottom:0;opacity:0.9} to{bottom:0;opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.8s}@keyframes animatetop{from{top:0;opacity:0.9} to{top:0;opacity:1}}



/***********************************************************************************************/

