		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  @charset "utf-8";
/* CSS Document */
.btn-importantes{
	list-style: none;
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
	
}
.btn-importantes li{
	margin: 0 10px 20px 10px;
}
.btn-importantes li a{
	display: flex;
	/*width: 200px;
	height: 90px;*/
	background: #F9F9FB;
	border-radius: 7px;
	position: relative;
}
.btn-importantes .cont-arrow-right{
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 5px;
	background:rgba(249,247,247,0.35);
	top:5px;
}
.btn-importantes .cont-arrow-right span{
	color:#fff;
	font-size: 1.2rem;
}
.cont-btns-top{
	list-style: none;
	display: flex;
    justify-content: space-evenly;
	margin: 0;
	align-items: center;
   
}
.cont-btns-top li{
	margin-left: 2px;
    flex: 1;
}
.cont-btns-top li a{
    height: 100%;             /* Se asegura de usar toda la altura disponible del <li> */
    min-height: 70px;  
	text-decoration: none;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px 15px;
	background:#E7F0F5;
	display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}
.cont-div-icon{
	display: flex;
	justify-content: center;
	padding: 3px 0 5px 0;
}
.cont-btns-top li a .icon-class{
	background:rgba(0,0,0,1.00);
	color:rgba(255,255,255,1.00);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
    margin-right:10px;
    
}
.cont-btns-top li  a .cont-btn-title{
	font-size: 0.9rem;
	color:#000;
	text-align: center;
	text-shadow:0px 1px 0px #fff;
	line-height: normal;
	/*padding-bottom: 5px;*/
}
.cont-btns-top li  a .cont-btn-desc{
	font-size: 0.8rem;
	color:#000;
	text-align: center;
	text-shadow:0px 1px 0px #fff;
	line-height: normal;
	/*padding-bottom: 5px;*/
}
/* === BOTONES SERVICIOS === */
.btns-servicios{
	list-style: none;
	padding: 0;
	margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}
.btns-servicios li{
	background: rgba(252,249,249,0.7);
	width: 25%;
	border-radius: 5px;
	padding: 15px;
    margin:0 5px 20px 5px;
}
.btns-servicios .cont-btn{
	display: flex;
	flex-direction: column;
	
}
.btns-servicios .cont-btn-icon-desc{
	display: flex;
	flex-direction: column;
	align-items: center;
	
}
.btns-servicios .cont-btn-icon{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #000;
}
.btns-servicios .cont-btn-icon span{
	font-size: 1.5rem;
}
.btns-servicios .cont-btn-title{
	text-align: center;
	font-size: 1.0rem;
    line-height: normal;
    font-family: "Roboto Condensed", sans-serif;
   font-weight: 500;
    padding: 5px 0 3px 0;
}
.btns-servicios .cont-btn-desc{
	text-align: center;
	font-size: 0.8rem;
	line-height: normal;
}
.btns-servicios .cont-btn-a{
	display: flex;
	justify-content: center;
    margin-top:10px;
}
.btns-servicios a{
	text-decoration: none;
	text-align: center;
	display:flex;
	border-radius: 4px;
	padding: 7px 20px;
	background: #04B0EA;
	color: #fff;
	justify-content: center;
	font-size: 0.9rem;
}
.contWhatsapp{
	position: fixed;
	background-color:rgba(3,176,55,1.00);
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border-radius: 50%;
	bottom: 50px;
	right: 30px;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 1.5rem;
	z-index: 1000;
}
/* === BOTONES BOOTSTRAP === */
.btn-primary{
	 font-family: "Roboto", sans-serif;
	font-size: 0.9rem;
	background: rgba(3,128,244,1.00) !important;
}
@media screen and (max-width: 800px) {
 	.btns-servicios li{
	width: 40%;
}
 }
		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  