body {
  	font-family: Inter;
  	font-weight: 300 ;
  	color      : #191832 ;
  	}
  	
  	.custom-control-input
  	{
		font-size : 24px;
		color     : #152B44 ;
  		background-color: #191832 ; 
  		line-height: 36px;

  	}
	.columna-lateral {
		padding : 40px;
		background-color: #DCF2FF ; 
		height: 100vh;
		
	}	
	.listado-productos {
		padding : 40px;
		background-color: #FFFFFF ; 
		
	}	
	.custom-control-label {
		font-size : 21px;
		font-weight  : 500;
		line-height: 30px;
		
	}
	.series-label {
		padding-left : 40px;

		font-size : 21px;
		font-weight  : 500;
		line-height: 30px;
		
	}
	.buscar-producto {
		border-radius: 25px;
		background-color: #DCF2FF ;
		font-size : 18px;
		font-weight  : 300;
  		color      : #191832 ;
  		border-color:  #DCF2FF ;
	}	
	.buscar-producto-boton {
		border-radius: 25px;
		background-color: #191832 ;
		font-size : 18px;
		font-weight  : 300;
  		color      : #DCF2FF ;
  		border-color:  #152B44 ;
  		width:100%;
	}
		
	.rfi-producto{
		border-radius: 20px;
		background-color: #FFFFFF ;
		font-size : 16px;
		font-weight  : 300;
  		color      : #191832 ;
  		border-color:  #DCF2FF ;
  		width:100%;
	
	}
	.buscar-producto-boton:hover {
		border-radius: 25px;
		background-color: #DCF2FF ;
		font-size : 18px;
		font-weight  : 300;
  		color      : #191832 ;
  		border-color:  #DCF2FF ;
  		width:100%;
	}	
	
  	.boton {
  		border-radius: 25px;
		background-color: #191832 ;
		font-size : 18px;
		font-weight  : 300;
  		color      : #DCF2FF ;
  		border-color:  #191832 ;
  		width:100%;
  	
  	}
  	.boton:hover {
		border-radius: 25px;
		background-color: #DCF2FF ;
		font-size : 18px;
		font-weight  : 300;
  		color      : #191832 ;
  		border-color:  #191832 ;
  		width:100%;
  		transition: 1s ;
	}	
	}.input:focus{
	    outline: none !important;
		border-radius: 25px;
		background-color: #DCF2FF ;
		font-size : 18px;
		font-weight  : 300;
  		color      : #191832 ;
  		border-color:  #DCF2FF ;
	}
	
	.caja-producto {
		background-image: url("../img/fondo_sector_1.png");
		background-size: 95px;
		background-position: center;
		background-repeat: no-repeat;
		padding: 10px;
		background-color: #DCF2FF;
		color      : #191832 ;
		vertical-align: middle;
		min-height : 225px;

	}
	.ver-producto{
		color      : #4F9FD8 ;
		font-weight: 200;
		cursor: pointer ;
	}
	.titulo-sector{
		font-size : 15px;		
		color : #FFFFFF ;
	}
	.titulo-producto{
		color : #191832 ;
		font-size : 20px;
		font-weight  : 600;
		text-align  : center;
		margin-top: 20px;
	}
	.nombre-empresa{
		color : #191832 ;
		font-size : 18px;
		font-weight  : 400;
	}
	
	::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	  color: #191832;
	  opacity: 1; /* Firefox */
	}

	:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  color: #191832;
	}

	::-ms-input-placeholder { /* Microsoft Edge */
	  color: #191832;
	}
	.modal-content
	{
		background-color: #DCF2FF;
	}
	
	.carousel-control-prev-icon,
	.carousel-control-next-icon {
	  height: 50px;
	  width: 50px;
	  background-size: 100%, 100%;
	  background-image: none;
	}
	.carousel-control-next-icon:after
	{
	  content: '>';
	  font-size: 25px;
	  color: #191832;
	}
	.carousel-control-prev-icon:after {
	  content: '<';
	  font-size: 25px;
	  color: #191832;
	}
	