body{
	background: #f9f9f9;
	font-family: 'Open Sans', sans-serif;
}
:root {
  --colored: #d93240;
}
.navbar{
	background: #3b478c !important;
	/*height: 100px !important;*/
	/*background: red !important;*/
}
.navbar-light .navbar-toggler-icon{
	color: white !important;
}
.dropdown-toggle::after {
    display: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -150px;
}
.navbar_container_brand{
	/*border: 1px solid;*/
	/*margin-left: 80px;*/
	max-width: 200px;
	height: auto;
}
.navbar_btns{
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	color: white !important;
	cursor: pointer;
	font-stretch: condensed;
}
.container_footer{
	width: 100%;
	background: #3972b8;
	text-align: center;
	color: white;
	font-weight: 500;
}
/************CATALOGO************/
.catalogo_billboard{
	background: url(../image/hd_CatalogoPannel.png);
	height: 35vh;
	width: 100%;
	background-size: cover;
	background-position: center center;
}
.container_billboard{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.catalogo_billboard_text{
	font-size: 26px;
	font-family: 'Roboto', sans-serif;
	color: white !important;
}
.catalogo_title_input{
	color: #3b478c;
	margin-bottom: 10px;
	display: block;
}
.catalogo_title{
	color: var(--colored);
	font-weight: bold;
}
.catalogo-line{
	color: red;
	border: 1.5px solid  var(--colored);
	margin-left: 10%;
}
.catalogo_container_input{
	display: flex;
	justify-content: space-between;
}
.catalogo_container_input-2{
	display: flex;
	flex-direction: column;
}
.catalogo_text_input{
	margin-right: 20px;
}
.inner-addon {
  position: relative;
}
.inner-addon .fas {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}
.left-addon .fas {
  left: 0px;
}
.right-addon .fas {
  right: 0px;
  bottom: 0;
}
.left-addon input {
  padding-left: 30px;
  padding-bottom: 5px;
}
.right-addon input {
  padding-right: 30px;
  padding-left: 30px;
}
.catalogo_text_input{
	color: #3b478c;
	font-size: 20px;
	font-weight: bold;
	width: 300px;
	/*padding-left: 20px;	*/
}
.catalogo_inputs{
	border-radius: 82px 82px 82px 82px;
	text-align: center;
	border: 1px solid silver;
	width: 300px;
	height: 30px;
}
.catalogo_btn_form{
	border-radius: 82px 82px 82px 82px;
	text-align: center;
	background:  var(--colored);
	color: white;
	border: none;
	width: 300px;
}
.catalogo_inputs:focus {   
  outline: 0 none;
  border-color: var(--colored);
}
.catalogo_container_image{
	border: 2px solid #3b478c;
	height: 200px;
border-radius: 22px 22px 22px 22px;
overflow: hidden;
}

.catalogo_product_especificaciones{
	display: flex;
	flex-direction: column;
}
.catalogo_product_name{
	text-align: center;
	font-size: 14px;
	margin-bottom: 40px;
	color: #3b478c;
	font-weight: bold;

}
.catalogo_product_caracteristicas{
	font-size: 12px;
	color: black;
	font-weight: bold;

}
.catalogo_product_text{
	color: #3b478c;
	font-size: 12px;
	font-weight: bold;
	align-items: flex-end;
}
.catalogo_ref{
		color: #3b478c;
		font-weight: regular;
}
.container_btn_searchadvance{
	display: flex;
	justify-content: flex-start;
}
.serach_advance{
	color: #3b478c;
	text-decoration: underline !important;
	cursor: pointer;
	background: white;
	border: none;
}
.container_btn_search{
	display: flex;
	justify-content: flex-end;
}
.catalogo_container_image_modal{
	height: auto;
	width: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.container_import_btn{
	display: flex;
	justify-content: center;
}



/***********LOGIN**************/
.container_form{
	width: 100%;
	display: flex;
	flex-direction: column;
	height: auto;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.form-login{
	border: 2px solid silver;
	padding: 30px;
	width: 70%;
}
/*TABLA PRODUCTOS*/
.table thead tr th{
	font-size: 14px;
}
.table tbody tr td{
	font-size: 13px;
}

@media (min-width:991px) and (max-width:1200px){
	.right-addon .fas {
	    right: 0px;
	    bottom: 29px;
	}	
}
@media (min-width:520px) and (max-width:769px){
		.navbar-nav{
		text-align: center;
	}
}
@media (max-width:769px){
.catalogo_container_image_modal{
		width: 400px;
		overflow: hidden;
	}
	.modal_img_product{
		width: 400px;
		height: auto;
	}
}
@media (max-width:520px){
	.catalogo_container_input{
		flex-direction: column;
	}
	.catalogo_inputs{
		width: 100%;
	}
	.navbar_container_brand{
		margin-left: 0;
		max-width: 200px;
		height: auto;
	}
	.navbar{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.catalogo_ref{
		text-align: center;
	}
	.container_form{
		padding-right: 0;
		padding-left: 0;
	}
	.form-login{
	border: 2px solid silver;
	padding: 30px;
	width: 100%;
	}
	.admin_container{
		flex-direction: column;
		margin-bottom:  10px;
		
	}
	.admin_contianer_btn{
		display: flex;
	justify-content: space-between;	
	}
	.navbar-nav{
		text-align: center;
	}
	.catalogo_container_image_modal{
		width: 280px;
		overflow: hidden;
	}
	.modal_img_product{
		width: 280px;
		height: auto;
	}
	.catalogo_btn_form{
		width: 100%;
	}
	.modal-title{
		font-size: 16px;
	}
}
