@charset "utf-8";
/* CSS Document */
.btn_actiweb{
display:none;
}
/* === BOTONES TOP === */
.btns-top{
 list-style:none;
 display:flex;
 justify-content: flex-end;
 margin:0;
 padding:0;
}
.btns-top li{
 margin-left:8px;
 align-items: center;
}
.btns-top a{
 text-decoration:none;
 display:flex;
 align-items: center;
 flex-direction: column;
 color:#000000;
 background:#FFFFFF;
 border-radius:5px;
 padding:10px 20px;
}
.btns-top .cont-div-icon{
 border-radius:50%;
 width:28px;
 height:28px;
 background:#32AEE1;
 color:#fff;
 font-size:0.95rem;
 display:flex;
 justify-content: center;
 align-items: center;
}
.btns-top .cont-btn-title{
    text-align:center;
    font-size:0.8rem;
}
.btns-top .cont-btn-desc{
    text-align:center;
    font-size:0.7rem;
}
.btns-top li:last-child a{
 background:#FB690A;   
}
.btns-top li:last-child a .cont-btn-title{
 color:#FFFFFF;   
}
.btns-top li:last-child a .cont-btn-desc{
 color:#FFFFFF;   
}
.btns-top li:last-child a .cont-btn-icon{
 background:#000;   
}
.btns-top li:last-child .cont-div-icon{
 background:#000;   
}
/* === BOTONES FOOTER === */
.btn-footer{
 list-style:none;
 padding:0;
}
.btn-footer li{
 border-radius:5px;
 background:#ffffff;
 padding: 10px 15px;
 margin-bottom:10px;
}
.btn-footer li a{
 text-decoration:none;
 display:flex;
 flex-wrap: nowrap;
 justify-content: center;
 color: #08936C;
 font-size:0.8rem;
}
.btn-footer li a span{
 margin-right:5px;
 font-size:1.3rem;
}
/* === ACCESOS TOP === */
.acces-top-b{
 list-style:none;
 padding:0;
 margin:0;
}
.acces-top-b li{
    
}
.acces-top-b li a span{
    font-size:1.0rem;
    position:relative;
    top:2px;
    margin-right:5px;
}
.acces-top-b li a{
 text-decoration:none;
 color:#fff;
 font-size:0.75rem;
 display:block;
}
/* === BOTONES SOLUCIONES === */
.btn-soluciones{
 	list-style:none;
    padding:0;
    margin:0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    color:#ffffff;
}
.btn-soluciones li{
	background:#2e5eb9;
    border-radius:10px;
    treaxt-align:center;
    padding:20px 25px;
    width:40%;
    display: flex;       /* <-- esto es nuevo */
  flex-direction: column; /* <-- opcional para claridad */
}
.btn-soluciones .cont-btn{
	flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.btn-soluciones .cont-btn-title{
 	text-align:center;
    font-size:1.1rem;
    font-weight:600;
}
.btn-soluciones .cont-btn-desc{
 	text-align:center;
    font-size:1.0rem;
    line-height:normal;
}
.btn-soluciones .cont-btn-icon{
 	border-radius:50%;
    padding:15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-soluciones .cont-btn-a{
 text-align:center;
    margin-top:20px;
}
.btn-soluciones .cont-btn-link{
 	border-radius:5px;
    padding:7px 25px;
    color:#ffffff;
    font-size:1.0rem;
    background:#203e8b;
    text-decoration:none;
}
.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 TOP === */
.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{  
	text-decoration: none;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px 15px;
	background:#8c1716;
	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:5px;
    
}
.cont-btns-top li  a .cont-btn-title{
	font-size: 0.7rem;
	color:#ffffff;
	text-align: center;
	text-shadow:0px 1px 0px #000;
	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;*/
}
.btn-primary{
   background: #0E84FF !important;
}
/* Monitores grandes (≥ 1200px) */
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .btns-top .cont-btn-title{
    font-size:0.7rem;
}
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  /* Estilos para laptops */
}
@media screen and (max-width: 800px) {
.btns-saludo li{
    width:90%;
}
    .cont-btn-level1{
	width: 45%;
}	 
 }