.uk-card-title {
  font-size: 1.1rem;
  line-height: 1.2;
}

#site-head .head-bottom {
  background-color: #007CBA; /* #007dcc; */
}

#site-head .head-top {
  font-size: 0.825rem;
  background-color: #213d65; /* #007dcc; */
  border-top: 2px solid #007dcc;
}

.cotiz_asist_viaje{
	display: inline-block; 
	margin-bottom: 5px; 
	margin-left: 10px;
}

.cotiz_asist_viaje strong{
	font-size: 1.5rem; 
	color:#ffffff; 
	font-family: 'BwMitga-Bold';
}

.uk-tooltip {
	font-size: 15px !important;    
    text-align: center !important;
	white-space: normal;  /* Por si el texto es muy largo */
    max-width: 185px;     /* limitar ancho para que se vea mejor */
}

.styled-select {
	border-radius: 8px;           /* Bordes redondeados */
    border: 1px solid #213d65;    /* Color del borde */
    background-color: #f0f8ff;    /* Fondo */
    color: #333333;               /* Color del texto */
    padding-left: 5px;            /* Espaciado interno */
    font-size: 1rem;              /* Tamaño de fuente */
}

.styled-input {
    border-radius: 8px;           
    border: 1px solid #213d65;    
    background-color: #f0f8ff;    
    color: #333333;               
    padding-left: 5px;               
    font-size: 1rem;   
    outline: none;
    width: 100%;
}
.bootstrap-tagsinput {
    border-radius: 8px;           
    border: 1px solid #213d65;    
    background-color: #f0f8ff;    
    color: #333333;               
    padding-left: 5px;               
    font-size: 1rem;   
    outline: none;
    
}
      
.bootstrap-tagsinput .tag {
	margin: 0 5px 0 1px;
}

@media only screen and (min-width: 960px) {
  		.column1 .bootstrap-tagsinput input, #filter-nav .bootstrap-tagsinput input {
      		padding: 0px;
  		}
}

@media (max-width: 767px) {
    .bootstrap-tagsinput input {
        padding: 0 2px;
    }
    
    .uk-margin-top-form{
    	margin-top: 10px !important;
    }
    
    .uk-margin-small-form{
    	margin-bottom: 10px !important;
    }
}		
