

#tittle_seeker{
    margin:auto;
    font-family: 'antom';
    font-size:    25px; 
}

.c_seeker{
  
    position:                absolute;
    width:                       100%;
    height:                       30%;
    bottom:                         0;
    background-color: rgba(0,0,0,0.5);
    display: block;
}

.c_btn{

    position:   absolute;
    top:              5%;
    left: 	   	    2.5%;
	width:  		 95%;
    height: 		 90%;

/*    border: 1px solid rgb(220,220,220);*/
}


.c_lupa{
   
    margin-top: 25px;
    margin-left: 10px;
    width:         180px;
    height:         50px;
    border: 1px solid rgb(220,220,220);
   
    z-index: 100;
    display: inline-flex;
}

.lupa{
   
    margin-left:    20px;
    float:          left;
    font-size:      30px;
    margin-top:     10px;  
    right:            8%;
    cursor:      pointer;

}

.txt_searchcode{

   margin-left:        20px; 
   float:              left;
   font-family:   'Raleway';    /*ojo no se a registrado Ralewa*/
   font-size:          12px;                     
   text-align:         left; 
   cursor:          pointer;
}

.c_lupa h1:hover{
    text-decoration: underline;

}

.seeker_selector{

    outline:                      none;
    border:                          0;
    
    margin-top:                   15px;
    width:           	     	 200px;	
    height: 		  	          30px;

    background-color:            white;
    font-family:             'Raleway';
    visibility:                visible;
  /*border: 1px solid rgb(220,220,220);*/

}

#box_code{
    
    position:      absolute;
    left:               15%;
    top:                50%;
    width:              60%; 
    height:            30px;
    display:           none;
   
    text-align:      center;
    justify-content: center;
    align-items:     center;

    font-size: 20px;

}




/*===================================*/
/*PARA PANTALLAS MOVILES*/
/*===================================*/
@media screen and (max-width:800px){
 .c_seeker{
            height: 57%;
          }


#tittle_seeker{

   font-size:    15px; 
}


.c_lupa{

    margin-left: 0px;
    width: 200px;
    border: 1px solid rgb(220,220,220);
}


}




