.header .form-search {
    float: right;
    width: 18px;
    height: 18px;
    background: url("imagens/icones/ico_busca.png") no-repeat center center;
    display: inline-block;
    text-indent: -5000em;
    margin: 6px 0 0;
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-size: 14px;
}

.formBusca .btClose {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
}

.formBusca p {
    font-size: 15px;
    line-height: 15px;
    color: #afaca6;
    text-transform: uppercase;
    margin-top: 30px;
    font-weight: 100;
    position: relative;
    z-index: 9;
}

.formBusca input {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #534843;
    font-size: 14px;
    line-height: 14px;
    padding: 4px 0;
    margin: 0;
    outline: none;
    position: absolute;
    z-index: 9;
    border: 1px solid #003f70;
    border-radius: 14px;
    background: #fff url("imagens/icones/ico_busca_act.png") no-repeat 6px center;
    top: -1px;
    right: -1px;
    opacity: 0;
    cursor: pointer;
    background-size: 14px;
}

.formBusca input:focus {
    width: 247px;
    opacity: 1;
    padding: 5px 15px 5px 28px;
    cursor: text;
}

.header .linksTop #responsivo1 {
    display: none;
}

@media only screen and (max-width:1024px){
    .header .linksTop #desktop1 {
        display: none;
    }
	.header .linksTop #responsivo1{
        display: inline-block;
    }
}
@media only screen and (max-width:767px){
	.header .linksTop {
		height: 164px!important;
	}
}
@media only screen and (max-width:480px){
	.header .linksTop {
		height: 130px!important;
	}
}