@charset "utf-8";
/* CSS Document */
.btn_actiweb{
display:none;
}
.btn-primary{
    box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	background-color:#2dabf9;
	border-radius:3px;
	color:#ffffff;
	font-size:0.9rem;
	padding:7px 25px;
	text-shadow:0px 1px 0px #263666;
}
.btn-primary:hover{
	background:linear-gradient(to bottom, #0688fa 25%, #2dabf9 100%);
}
.btn-primary span{
 font-size:1.1rem;
 position:relative;
 top:4px;
 margin-left:3px;
}
.cont-btn-level1{
	width: 22%;
	padding: 25px;
	border-radius: 8px;
	background: #dfe8ed;
	text-align: center;
	text-decoration: none;
	margin-bottom: 20px;
	display: block;
}
.cont-btn-level1 span{
	color: #005998;
	font-size: 2.5rem;
}
.cont-btn-level1 .font{
	color: #000;
	font-size: 0.8rem;
	line-height: normal;
	margin-top: 15px;
}
.btn-top{
	text-decoration: none;
	text-align: center;
	background:#0169B2;
	border-radius: 5px;
	padding: 10px 15px;
	line-height: normal;
	font-size: 0.8rem;
	color: #fff;
	display: block;
	margin-left: 10px;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
}
.btn-top span{
	font-size: 1.3rem;
	color: #fff;
}
.btn-top:hover{
	color: #fff;
}
.btn-top-std{
	background:#fff;
	border-radius: 5px;
	padding: 5px 5px;
	display: block;
	margin-left: 10px;
	border: solid 1px rgba(193,192,192,0.3);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
	
}
.btn-top-std:hover{
	color: #fff;
}
/* === BOTONES SOLUCIONES === */
.btn-soluciones {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: stretch;
  color: #ffffff;
}
.btn-soluciones li {
  background: #2e5eb9;
  border-radius: 30px;
  padding: 3%;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn-soluciones .cont-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.btn-soluciones .cont-btn-icon-desc {
  display: flex;
  align-items: center; /* Alinea el ícono verticalmente con el texto */
  gap: 10px;
}
/* Alinea el ícono correctamente sin alterar estructura */
.btn-soluciones .cont-btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;  
  /*height: 70px;
  border-radius: 50%;
  /*background: rgba(255, 255, 255, 0.15);
  flex-shrink: 0; /* Evita que se reduzca el ícono */
}
.btn-soluciones .cont-btn-icon img {
  width: 60px;
  height: auto;
  display: block;
}
.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: 1rem;
  line-height: normal;
}
.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: 1rem;
  background: #203e8b;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s;
}
.btn-soluciones .cont-btn-link:hover {
  background: #1a2f6e;
}
.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;*/
}
.cont-btns-footer{
    list-style: none;
	padding:0;
    margin:0;
}
.cont-btns-footer li a{
    text-decoration:none;
    color:#ffffff;
     display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
}
.cont-btns-footer li a > div:first-child{
    width:30%;
   text-align: center;
}
.cont-btns-footer li a > div:last-child {
    width: 70%;
}
@media screen and (max-width: 800px) {
.cont-btn-level1{
	width: 45%;
    margin-top:25px;
    margin-bottom:25px !important;
}	
.btn-soluciones li{
  padding: 3%;
  width: 80%;
  margin-bottom:25px;
  display: flex;
  flex-direction: row;
  justify-content-around;
  
}
.cont-btns-footer{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}
    .contWhatsapp{
	width: 60px;
	height: 60px;
	font-size: 2.1rem;
}
 }
		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  