a:hover{
    text-decoration: none !important;
}

.flat-slider{
    display: flex;
}

.flat-slider .caja{
    display: flex;
    justify-content: start;
    flex-direction: column;
    position: relative;
    width: 50%;
    padding: 50px;
    padding-bottom: 100px;
}

.flat-slider .caja .titulo, .flat-slider .caja .subtexto, .flat-slider .caja .subtitulo{
    margin-bottom: 0 !important;
    font-weight: 600;
}

.flat-slider .caja .subtexto{
    display: flex;
}

.flat-slider .caja .subtexto span{
    display: inline-block;
    width: 6px;
    height: 100%;
    background-color: #2c7dd6;
    margin-right: 5px;
}


.btn-free{
    position: absolute;
    bottom: 20px;
    padding: 20px;
    background-color: #1255e9;
    color: #fff;
    border-radius: 50px;
    transition: all .3s;
}

.btn-free2{
    display: inline-block;
    margin-top: 15px;
    padding: 20px;
    background-color: #1255e9;
    color: #fff;
    border-radius: 50px;
    transition: all .3s;
}

.btn-free::after, .btn-free2::after {
    margin-left: 5px;
    content    : '\f061';
    font-family: 'FontAwesome';
}

.btn-free:hover, .btn-free2:hover{
    background-color: #222429;
    color: #fff;
    text-decoration: none;
}

.flat-slider .caja2{
    padding: 50px;
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .flat-slider{
        flex-direction: column;
    }
    .flat-slider .caja, .flat-slider .caja2{
        width: 100%;
    }
}

.main22{
    padding: 120px 0px;
}

.main22 .sub, .main22 .titless, .main22 .textos{
    text-align: left;
}
.main22 .titless{
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 15px;
}
.main22 .textos{
    font-size: 18px;
}
.main22 .sub{
    font-weight: bold;
    padding-left: 10px;
}
.main22 .sub::before{
    content: '';
    position: absolute;
    margin-left: -10px;
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: #16ecfd;
}

.rueditas{
    display: flex;
}

.porc:first-child{
    margin-right: 50px;

}

.porc{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.porc .rueda{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border: 4px solid #fff;
    border-radius: 50%;
    font-size: 30px;
    font-weight: bold;
}

.porc p{
    text-align: left !important;
    margin-left: 20px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .rueditas{
        flex-direction: column;
    }
    .falss{
        flex-direction: column;
    }
}


.whatsappww {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	z-index:100;
  }
  
  .whatsappww .fa-whatsapp {
	transition: all .3s;
	margin-top:13px;
  }

  .whatsappww:hover .fa-whatsapp {
	color: #fff;
	transform: scale(1.1,1.1);
  }


  .arriba{
    display: inline-block;
    margin-left: 18px;
  }
  .arriba::before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 7px;
    height: 26px;
    margin-left: -19px;
    background-color: #16ecfd;
  }
  .fondocolores{
    background: rgb(22,235,253);
    background: linear-gradient(66deg, rgba(22,235,253,1) 0%, rgba(18,82,233,1) 100%);
  }
  .barritaarriba::before{
    content: '';
    display: block;
    width: 30%;
    height: 7px;
    background-color: #fff;
  }
  .falss{
    display: flex;
    align-items: center;
  }
  .miicoo{
    color: #16ecfd !important;
  }

  .barritaarriba2::before{
    content: '';
    display: block;
    width: 30%;
    height: 7px;
    background-color: #16ecfd;
  }

  .cardw{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .cardw img{
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
  }
  .card-body{
    display: flex;
    flex-direction: column;
    align-content: space-between;
    position: relative;
    z-index: 4;
    width: 90%;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    box-shadow: 4px 7px 16px -4px rgba(0,0,0,0.75);
    -webkit-box-shadow: 4px 7px 16px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 7px 16px -4px rgba(0,0,0,0.75);
    background-color: #fff;
  }
  .top-card{
    height: 450px;
    padding-top: 20px;
  }
  .top-card .plan-card{
    color: #124ae8 !important;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;
  }
  .top-card .title-card{
    color: #000;
    font-weight: bold;
    font-size: 24px;
  }
  .top-card .card-text{
    color: #555555;
    text-align: left !important;
    margin-top: 20px;
  }
  .bottom-card{
    height: 50px;
  }
  .bottom-card .card-btn{
    border-radius: 100px;
    padding: 20px 40px;
    background-color: #124ae8;
    color: #fff;
    margin-bottom: 20px;
  }