



/* movil smarthphones portrait*/
@media (max-width: 479px) {
    h1{font-size: 23px}
    h2{font-size: 21px}
    h3{font-size: 19px}
    h3{font-size: 17px}
    p{font-size: 14px}

    /* apps */
    .android, .smultiuser, .cloud{
    	margin:5px 0px;
    }

    .pie-pagina{
    	margin:5px 0px;
    }
    .menu-nav{
    	list-style: none;
    }
    .menu-nav li a{
    	font-size: 10px
    }
    .paquetes-content{
		width:100%;
	}	

	.floatright{
		float:none;
	}
	.tabla-login td{
		padding: 0;
		margin:0;
	}

	/* login */
	.tabla-login{
		margin-top:15px;
	}
	.header .login{
		margin:0; 
		padding:0;
	}
	.menu-nav li a{
		font-size: 13px;
	}

	.car-movil .leftRs, .car-movil .rightRs{
    	bottom: 173px;
	}
	.software-pymes .col-md-4{
		margin-top:10px;
	}

	.opc-captura .col-md-6 h1{
		padding-top: 20px;
	}
	.atnc-perso .col-md-6 h1{
		padding: 20px 0px;
	}
		.option-captura{
			padding-top:0px;
		}

	.social-face, .social-twitter, .social-youtube, .social-googlep{
		width:50px;
		height:50px;
		background-size: cover;
	}
	.social-youtube{
		width:82px;
	}
	.social-face:hover{
		background: url("../images/face-icon-footer-hover.png");
		width:82px;
	}
	.social-twitter:hover{
		background: url("../images/twitter-icon-footer-hover.png");
	}
	.social-youtube:hover{
		background: url("../images/youtube-icon-footer-hover.png");
	}
	.social-googlep:hover{
		background: url("../images/googlep-icon-footer-hover.png");
	}

	.height103{
		height:0px;
	}

	.cont-slider .list-inline li{
		padding-bottom: 50px
	}

	.lic-content{
		background:url(../images/licencia-premium-ejecutiva-trans.png) no-repeat;
		background-position: center;
		width:100%;
		margin-right: 20px;
	}

	.movil-remove{
		display: none;
	}

	.vent-title{
		font-size:19px;
	}

	.migas-pan{
		text-align: center;
		font-size:16px;
		padding-left: 0px;
	}


	.launch-formulario {
		padding:7px 3px;
		
		left: 0; /* Establecemos la barra en la izquierda */
		top: 50px; /* Bajamos la barra 200px de arriba a abajo */
		
	
	}
	.formulario-content{
		top: 10px;
	}


}

/* movil smarthphone landscape */
@media screen and (max-device-width: 732px) and (orientation: landscape){

	.formulario-content{
		top: 0px;
	}
}

/* ipda portrait */
@media (max-width: 768px) {
	.margin-top{
		margin-top:5px;
	}
	
}




