.banner{
    background-color: #f2f2f2;
    border-bottom: solid 3px #2E9AFE;
    padding: 0px;
    height: 85px;
    position: fixed;
    top:0;
    z-index: 9999999;
    left:0px;
    box-shadow: 2px 5px 5px #8e8e8e;
}
.logo{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999;
    margin-top: 0px;
    padding-top: 0px;
    height: 90px;
}

.icono{
    margin-top: -20px;
    padding-top: 0px;
    width: 100%;
    height: 100px;
    z-index: 9999999999;
} 

.form{
    float: right;
    width: 40%;
    height: 100%;
    padding-top: 0.5em;
}  

.ubi{
    position: fixed;
    top: 64px;
    right: 0;
    width: 45%;
    height: 2em;
    z-index: 99999999;
}
.ubi select{
    background-color: transparent;
    border: none;
    width: 65%;
    font-size: 1em;
    text-align-last: right;
    outline:none;
}

input[type=search]{
    border-radius: 15px;
    padding: 10px; 
    border:solid 1px #ccc; 
    width: 55%;
}
input[type=search]:focus{
    outline: none;
}
.buscar {
    width: 50px;
    padding: 6.5px;
    background-color: #2E9AFE;
    color: white;
    font-size: 18px;
    border: 1px solid #2E9AFE;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;

}
 .buscar:focus ,.buscar:hover{
    background-color: #f2f2f2;
    color: #2E9AFE;
    border: 1px solid #2E9AFE;
    outline: none;
}
@media only screen and (max-width: 600px) { 
   .logo{
       width: 45%;
   }
    .icono{
        width: 100%;
        height: 100%;
    }
    .base{
        width: 25%;
    }
    .form{
        width: 50%;
        padding-top: 1em;
    }
    .banner{
        height: 75px;
    }
    .ubi{
        top:55px ;
        width: 60%;
    }
    .ubi select{
        font-size: 1em;
     
    }
}

