:root {
	/*color del header principal*/
	--main-color: #14b2d6;
	/*color degradado de baner principal*/
	--main-color-rgba: rgba(33, 148, 214,0.65);
	/*color del footer*/
	--footer-bg: #0299c4;
	/*color de hover subimagenes*/
	--mail-color-hover: #2196F3;
	/*color de boton y letas de titulos*/
	--bg-button: #5e5b5c;
	--bg-button-hover: #7a7778;
}



.navbar-dark{
	background-color: var(--main-color) !important; 
	border-bottom:0px;
}

#logohead{
	width: 70%;
	background-color: var(--main-color); width: 100%;
}

/*footer*/
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:var(--footer-bg); min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }
.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}
.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
list-style-type:none;
padding:0px;
display:table;
margin-top: 10px;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}
.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}

#test:after {
  position: absolute;
  content:"";
  height:100%;
  width:100%;
  top:0;
  left:0;
  background: linear-gradient(to bottom, rgba(0, 0, 0,0) 50%,var(--main-color-rgba) 100%);
}

.hover01 figure {
  background: var(--mail-color-hover);
}
.hover02 figure {
  background: var(--mail-color-hover);
}

.card-img-actions-overlay {
  background-color: var(--main-color-rgba) !important;
}

.btn-general-style{
	background-color: var(--bg-button);
}
.btn-general-style:hover{
	background-color: var(--bg-button-hover);
}

#tittle_product{
	font-family: Abel,sans-serif;
	font-size: 30px;
	/*text-transform: uppercase;*/
	color:var(--bg-button);
	letter-spacing:-1px;
	font-weight: bold;
	/*transform:scaleY(1.5);*/
	/*transform:scaleX(.80);*/
}

.hr-popup{
	background-color: var(--bg-button);
}

.incon-grey{
	color:var(--bg-button);
}

.tittle-description.nav-link.active{
	background-color: var(--footer-bg) !important;
}

.heddea{
	background-color:var(--footer-bg) !important;
	border: 0px !important;
}
#logohead{
	width: 70%;
	background-color: var(--footer-bg); 
	width: 100%;
	border:0px !important;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
}
/*pagina web*/
