.home-beneficios{
    list-style: none;
    padding: 0;
    background-color: transparent;
}
.home-beneficios li{
    margin: 0 0 15px;
}
.home-beneficios li::before{
    content: "";
    width: 2px;
    height: 26px;
    position:absolute;
    background-color: rgb(105, 255, 228);
    margin-left: -8px;
}
.invisible-index{
    display: none;
    float: left;
    clear: left;
}
.elementos-iniciales{
    font-size: 18px;
    display: inline-block;
    float: left;
    clear: left;
    padding-left: 4px;
    padding-right: 4px;
}
.width-100{
    width: 100%;
}
.pricing-letras{
    font-size: 15px!important;
}
.price-font{
    font-size: 30px!important;
    padding-bottom: 10px!important;
}
.footer-final-div{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.masonary-layout{
    margin-bottom: -50px!important;
}
.showItem{
    display: inline-block;
}
.dontShowItem, .swiper-button-prev{ 
    display: none;
}
.last-items-index{
    color:white;
}
.appilo-video-box{
    height:500px;
}
.topapp-screenshot-slider .screen-mobile-image{
    width: 303px;
}
.invisible-dos{
    margin-top: -15px;
    margin-bottom: 10px;
}
.owl-next, .owl-prev{
    top: 44%!important; 
}
.button-mas-clientes{
    text-align: center;
    margin: auto;
    display: flex;
    border-radius: 6px;
    transition: .3s;
    margin-top: 20px;
    color: black;
}
.fa-chevron-right{
    margin-top: 7px;
    transition: .3s;
}
a.nav-link.active{
    color: white!important;
}
.flex-1{
    display: flex;
    flex-direction: column;
}
.flex-1 .slider-btn{
    width:165px;
}
.href-invisible{
    width: 319px;
    height: 674px;
    position: absolute;
    margin-top: 19px;
    z-index: 10;
}
.fa-bars{
    color:white;
}
.send-button:hover{
    cursor:pointer;
}
.foto-grande{
    position: absolute!important;
    margin-top:11px;
    width: 350px;
}
.clearfix{
    margin-bottom: 850px;
}
.div-index-big{
    padding-bottom: 724px;
}
.space-between{
    width:100%;
    height:120px;
}
.img-little{
    width: 370px;
    margin-top: 80px;
}
.green{
    color: #12CE32!important;
}
.img-140{
    width:180px!important;
}
@media (min-width: 992px){
    .foto-grande{
        left: 100px!important;
    }
    .href-invisible{
        left: 100px!important;
    }
}
@media (max-width: 1200px){
    .rowOne{
        margin-bottom: 45px!important;
    }
}
@media (max-width: 991px){
    .foto-grande{
        left: none!important;
    }
    .div-index-big{
        display: flex;
        justify-content: center;
        flex-direction: row;
    }
    .rowOne{
        margin-bottom: 65px!important;
    }
}
@media (min-width: 920px){
    .elementos-iniciales:hover{
        cursor: pointer;
        background-color: rgb(57, 222, 192);
        color: black;
        border-radius: 6px;
        transition: .2s;
    }
}
@media (max-width: 557px){
    .sign-btn{
        display:none!important;
    }
}











.form-style-6{
	font: 95% Arial, Helvetica, sans-serif;
	max-width: 400px;
	margin: 10px auto -30px;
	padding: 16px;
	background: #F7F7F7;
}
.form-style-6 h1{
	background: #43D1AF;
	padding: 20px 0;
	font-size: 140%;
	font-weight: 300;
	text-align: center;
	color: #fff;
	margin: -16px -16px 16px -16px;
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select 
{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	background: #fff;
	margin-bottom: 4%;
	border: 1px solid #ccc;
	padding: 3%;
	color: #555;
	font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
	box-shadow: 0 0 5px #43D1AF;
	padding: 3%;
	border: 1px solid #43D1AF;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 3%;
	background: #43D1AF;
	border-bottom: 2px solid #30C29E;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;	
	color: #fff;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
	background: #2EBC99;
}
