@font-face {
  font-family: 'Port Lligat Sans', sans-serif;
  font-style: normal;
  src: url( '/fonts/PortLife.ttf');
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url( 'fonts/mf.woff2') format('woff2');
}
.icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle!important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
.text-marca{
	font-family: 'Port Lligat Sans';
}
.bg-1{
	background:#123725;
}
.bg-2{
  background: #1A5B47;
}
.text-1{
	color: #123725 ;
}
.text-2{
  color: #337971;
}
.nav{
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 1000;
 padding: 10px;
}
a{
	text-decoration: none;
	color: white;
}
a:hover{
	text-decoration: none;
	color: white;
}
.back{
	position: fixed;
	left: 10px;
	top: 75px;
  z-index: 1000;
}
.options{
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
 
  color: white;
  padding: 5px;
}
.con-1{
  margin-top: 65px; 
}
.row-pro{
  background: #eceff1;
  padding: 10px 5px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.img-pro{
  position: relative;
  text-align: center;
  color: white;
  height: 140px;
  transition: ease-in-out 300ms;
  background: filter
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 600;
  letter-spacing: .5pt;
  border-radius: 8px;
  margin-bottom: 20px;
}

.dropdown-item.active, .dropdown-item:active {
  background: #ff6e40  !important;
}
