
	#searchText{
			width:84%;
			
		}
		@media (min-width: 360px) and (max-width: 374px){
		#searchText
		{
			width:85%;
			
			}
		}
		@media (min-width: 375px) and (max-width: 430px){
		#searchText
		{
			width:86%;
			
			}
		}
		@media (min-width: 430px) and (max-width: 478px){
		#searchText
		{
			width:88.5%;
			
			}
		}
		@media (min-width: 478px) and (max-width: 518px){
		#searchText
		{
			width:90%;
			
			}
		}
		@media (min-width:519px) and (max-width: 767px){
		#searchText
		{
			width:91%;
			
			}
		}
		
		@media (min-width: 768px) and (max-width: 991px){
		#searchText
		{
			width:93.5%;
			
			}
		}
		@media (min-width: 992px) {
		#searchText
		{
			width:85%;
			
			}
		}
		
		.talleres-styles{
			font-family: Montserrat,Roboto,Arial,Helvetica,sans-serif;
		}
		
		.select2-container--default .select2-selection--single{

background-color: #fff;
border: 1px solid #ddd !important; /*#aaa cambiar por #ddd */
border-radius: 4px;
height: 38px !important; /*Esto */

}

.select2-selection__arrow b{
    border-color: #0070CC transparent transparent transparent !important; 
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: 2px !important;
  
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #0070CC  transparent !important; 
    border-width: 0 4px 5px 4px !important; 
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 12px !important; /* cambiar este*/
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 5px !important; /* agregar esto*/
}
.timeline>.container>.row:before{position:absolute;content:'';width:100%;height:1px;left:0;top:32px;background-color:transparent !important; }		
