/*Section campo busca

::-webkit-input-placeholder {
   color: orange;
   font: 12px verdana, arial, sans-serif;
}

:-moz-placeholder {
   color: orange;
   font: 12px verdana, arial, sans-serif;
}

::-moz-placeholder {
   color: orange;  
   font: 12px verdana, arial, sans-serif;
}

:-ms-input-placeholder {  
   color: orange;  
   font: 12px verdana, arial, sans-serif;
}

.button {

	border-radius:5px;
	border:0px;
	font-size:0px;
	padding:6px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background:#f1705d;
	color:#fff;
	cursor:pointer;
  float: right;
}
.button:hover{

	border-radius:5px;
	border:0px;
	font-size:0px;
	padding:6px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background:#c52913;
	color:#fff;
	cursor:pointer;
  float: right;
}



.input {
  overflow: hidden;
  padding: 0 3px 0 0;

}
.input input{
	width:100%;
	height:35px;
	font-family:"Arial", Gotham, Helvetica Neue, Helvetica, sans-serif;
	font-size:0px;
	color:#fcac57;
	float:left;
	padding-left:10px;
	border-radius:10px;
	  border:0px;
}

/*Menu Topo Sandro*/



/*Fim do icone busca*/
/*Fim barra logo e menus topos*/
/*Fim do menu e logo topo*/

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}



/*Aqui é o menu!!! lists */
.list-full, .list-full li,
.list-auto, .list-auto li {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    text-align: center;
}

    .list-auto, .list-auto li {
        width: auto;
    }

/* floats */
.float-l {
    float: left;
}

.float-r {
    float: right;
}

input#control-nav {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    opacity: 0;
}
/* Fim do menu */

/*MENU TOPO RESPONSIVO*/

#menu ul {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    background-color: #;
    list-style: none;
    z-index: 80;
}

    #menu ul li {
        display: inline;
    }

        #menu ul li a {
            padding: 2px 10px;
            display: inline-block;
            /* visual do link */
            font: 14px Arial;
            color: #333;
            text-decoration: none;
        }

            #menu ul li a:hover {
                color: #eb6f63;
            }

            #menu ul li a.menuvisited {
                color: #eb6f63;
                text-decoration: none;
            }

.MenuAdm {
    visibility: hidden;
}

/*Menu da esquerda*/

.titumenusanfona {
    width: 100%;
    /*height: 30px;*/
    background: #06080a; /*INFORVIX-FOEGER*/
    cursor: pointer;
    font-size: 25px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
    color: #FFF;
    margin-bottom: 40px;
}

h2.accordion {
    width: 100%;
    height: 30px;
    background: #06080a; /*INFORVIX-FOEGER*/
    cursor: pointer;
    font-size: 15px;
    text-indent: 20px;
    border-bottom: 1px solid #15283B;
    padding: 10px 0px 40px 0px;
    color: #FFF;
}

.sanfonatitu {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.accordion {
    width: 100%;
    min-height: 40px;
    background: #06080a; /*INFORVIX-FOEGER*/
    display: none;
}

.pmenuleft {
    width: 100%;
    min-height: 10px;
    text-align: center;
    background: #ecf0f1;
    padding: 10px 0px 10px 0px;
    margin-bottom: 2px;
}

.linkmenuleft {
    font-size: 16px;
    color: #06080a; /*INFORVIX-FOEGER*/
    text-decoration: none;
}

    .linkmenuleft:hover {
        font-size: 16px;
        color: #e74c3c;
        text-decoration: none;
    }

/*Fim do Menu da esquerda*/



/*FOOTER*/

/*FIM FOOTER*/


@media screen and (min-width: 220px) and (max-width: 1024px) {
    #menu {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 230px;
        border-left: 1px solid #ccc;
        background: #fff;
        overflow-x: auto;
        z-index: 80;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

        #menu ul {
            padding: 0px;
            margin: 20px 10px 0px 0px;
            background-color: #;
            list-style: none;
            text-align: right;
            z-index: 80;
        }

            #menu ul.list-auto {
                padding: 0px;
            }

        #menu #buscali {
            display: none;
        }



        #menu ul.list-auto li {
            width: 90%;
            height: 20%;
            border-width: 0 0 1px;
            padding: 0%;
            border-bottom: 1px dotted #FFA6A6;
        }

        #menu ul li a {
            width: 100%;
            height: 100%;
            /* visual do link */
            font: 14px Arial;
            background-color: #;
            color: #333;
            text-decoration: none;
            padding: 15px;
        }

            #menu ul li a:hover {
                width: 100%;
                height: 100%;
                /* visual do link */
                font: 14px Arial;
                background-color: #eb6f63;
                color: #FFF;
                text-decoration: none;
                padding: 15px;
            }

    .MenuADM {
        display: none;
    }


    .control-nav { /* label icon */
        position: absolute;
        right: 20px;
        top: 20px;
        display: block;
        width: 30px;
        padding: 5px 0;
        border: solid #333;
        border-width: 3px 0;
        z-index: 80;
        cursor: pointer;
    }

        .control-nav:before {
            content: "";
            display: block;
            height: 3px;
            background: #333;
        }

    .control-nav-close {
        position: fixed; /* label layer */
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
        z-index: 80;
        background: rgba(0,0,0,0.4);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

    /* checked nav */
    input#control-nav {
        display: block;
    }

        input#control-nav:focus ~ .control-nav {
            border-color: #000;
            box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
        }

            input#control-nav:focus ~ .control-nav:before {
                background: #FF0;
            }

        input#control-nav:checked ~ nav,
        input#control-nav:checked ~ .control-nav-close {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }


    /*Menu da esquerda*/

    .titumenusanfona {
        width: 100%;
        height: 30px;
        background: #06080a; /*INFORVIX-FOEGER*/
        cursor: pointer;
        font-size: 25px;
        text-align: center;
        padding-top: 10px;
        margin-bottom: 10px;
        color: #FFF;
        margin-bottom: 40px;
    }

    h2.accordion {
        width: 100%;
        height: 30px;
        background: #06080a; /*INFORVIX-FOEGER*/
        cursor: pointer;
        font-size: 15px;
        text-indent: 20px;
        border-bottom: 1px solid #15283B;
        padding: 10px 0px 40px 0px;
        color: #FFF;
    }

    .sanfonatitu {
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    div.accordion {
        width: 100%;
        min-height: 40px;
        background: #06080a; /*INFORVIX-FOEGER*/
        display: none;
    }

    .pmenuleft {
        width: 100%;
        min-height: 10px;
        text-align: center;
        background: #ecf0f1;
        padding: 10px 0px 10px 0px;
        margin-bottom: 2px;
    }

    .linkmenuleft {
        font-size: 14px;
        color: #06080a; /*INFORVIX-FOEGER*/
        text-decoration: none;
    }

        .linkmenuleft:hover {
            font-size: 14px;
            color: #e74c3c;
            text-decoration: none;
        }

    /*Fim do Menu da esquerda*/




}
