
/* 
    Created on : 10/01/2017, 05:52:59 PM
    Author     : Alejandro HERRERA
*/
@import url('font-awesome.min.css');

.f18 {
	font-size:18px;
}

	    .fondogris{
	        background-color:#404040;
	        padding:20px;
	        border-radius:10px;
	    }
	    
.oculto {
	display:none;
}

.img-rounded {
	border-radius: 10px;
}
.titpage>h1{font-family:poppins,sans-serif;font-size:2.5rem;line-height:1.2;font-weight:400;margin-bottom:1rem;color:#fff;}

.footer {
font-family:poppins,sans-serif;
font-size:1.5rem;line-height:1.2;
font-weight:400;margin-bottom:1rem;
color:#fff;
}

.redondeado {
	border-bottom: 0.5px solid #444; 
	border-radius: 10px;
}

				.descrip {
					padding: 5px;
					margin-bottom: 10px;
				}
.divtitprods{
   height: 60px;
   width: 100%;
   background-image: url("../images/textura8.jpg");
	justify-content: center;
background-size: cover;
  background-repeat: no-repeat;	
  margin-bottom:10px;
}	
			
.flex {
	display: flex;
}

.mTerap {
	margin-left:3px;
	cursor:pointer;
	font-size:14px;
}
.mProds {
	cursor:pointer;
	font-size:12px;
}
.logoredondo {
	border: 1px #ccc;
	border-style: solid;
	border-radius: 100px;
	width:200px;
	height:200px;
	padding: 1px;	
}

.mTerap:hover {color: #0099FF; text-decoration: none; position: relative; top: 1px; left: 1px;}
.mProds:hover {color: #0099FF; text-decoration: none; position: relative; top: 1px; left: 1px;}

.izquierda {
    text-align: left;
}
.derecha {
    text-align: right;
}
.centrar {
    text-align: center;
	align-items: center;

}

.titFirst {
	display: inline-block;
	color:#00b386 important!;
	font-size:48px;
	margin-bottom:15px;
	
}

.parrafo {
	text-align: justify;
}

.bordeBajo {
	border-bottom:1px solid #00b386;
}

.img_prod {
  width: 100%;
  height: auto;
}

.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:80px;
	right:25px;

  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.altoImgScr {
	height:300px;
}
.my-float{
	margin-top:12px;
}

@media (max-width: 991px) {
	.titFirst {
		color:#00b386 important!;
		font-size:28px;
	}
	.navbar-light {
		background-color: #fff;
	}
	.flex {
		display: block;
	}
	.logoredondo {
		width:100px;
		height:100px;
	}
	.altoImgScr {
		height:200px;
	}	
};

@media (min-height: 300px) and (max-height: 450px) {
	.img_prod {
		height: auto;
	}
	
	.logoredondo {
		width:100px;
		height:100px;
	}	
}

 