body {
	margin:0;
	padding:0;
	font-size: 1.4em;
	line-height: 1.6em;
}
body  > section {
	clear: both;
	padding: 65px 0;
}


h1 {
	font-weight: 700;
	font-size: 2.4em;
}
h2 {
	font-weight: 500;
	font-size: 1.4em;
}

.separador {
	width:40px;
	height:4px;
	display: block;
	margin: 0 auto;
	background-color: #0c243d;
	margin-bottom: 30px;
}

/** ANIMACIONES **/
.anima1, .anima2, .anima3, img#appImagen, img#appCentral {
	opacity: 0;
}

.anima2 {
	animation-delay: .3s;
	-webkit-animation-delay: .3s;
}
.anima3 {
	animation-delay: .6s;
	-webkit-animation-delay: .6s;
}

/** MENU **/

.navbar-default {
	box-shadow: none;
	/*background-color:transparent;*/
	border:none;
	background-image: none;
	min-height: 90px;
	padding-top: 20px;
}
.nav>li>a {
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	color:#ffffff;
	font-size: 1.5em;
	text-shadow: 1px 1px 1px black;
	-webkit-text-shadow: 1px 1px 1px black;
	-moz-text-shadow: 1px 1px 1px black;
}
.nav>li>a:hover,
.nav>li>a:focus {
	background-color: transparent;
}
.normal {
	transition: 1s all ease;
}
.efecto {
	background-color: #123156;
	min-height: 30px;
	box-shadow: 0 0 10px black;
	padding-top: 0;
	transition: 1s all ease;
}

/** #PRINCIPAL **/

section#principal {
	min-height: 700px;
	padding-top: 0px;
}
section#principal img {
	margin: 0 auto;
}


/** #APP **/

/** #CARACTERISTICAS **/

/** PANTALLAS **/

div.modal-body {
	text-align: center;
}
div.modal-body img {
	max-height: 90%;
}


/** PARALLAX **/

/** DESCARGAR **/

section#descargar div.contenidoDescarga {
	height:700px;
}

section#descargar .descarga {
	position: absolute;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	top: 50px;
}

section#descargar .plataformas > div {
	border-radius: 20px;
	border: 3px solid #0c243d;
	padding: 11px 0;
	font-size: 1.2em;
	position:relative;
	padding-left: 50px;
	color:#0c243d;
}

section#descargar .plataformas > div i {
	font-size: 2.5em;
	position:absolute;
	left: 20px;
	top:10px;
}

section#descargar .plataformas > div span {
	font-weight: bold;
}




/** SOPORTE **/

section#soporte h1 {
	color:#ffffff;
}
section#soporte .separador {
	background-color: #ffffff;
}
section#soporte p {
	font-size: 1.6em;
	color:white;
	margin-bottom: 20px;
}
section#soporte .campos {
	background-color: #123156;
	border: 2px solid #ffffff;
	border-radius: 10px;
	color:#ffffff;
}
section#soporte form {
	margin-top: 10px;
}
section#soporte input {
	min-height: 45px;
	margin-bottom: 10px;
}
section#soporte textarea {
	min-height: 200px;
}
section#soporte .btn.btn-default {
	background:white;
	border-radius: 14px;
	padding: 5px 43px;
	font-size: 1.4em;
	border: none;
}

#correcto {
	display:none;
	background-color: white;
	padding: 20px;
	text-align: center;
	font-size: 1.6em;
	border-radius: 10px;
	border: 4px solid green;
}
.has-success .form-control-feedback  {
	color:white;
	background-color: green;
	border-radius: 50%;
}
.has-error .form-control-feedback {
	color: white;
	background: red;
	border-radius: 20px;
}
.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px;
	font-size: 1.5em;
	right: 22px;
	top: 8px!important;
}
.has-error .help-block {
	background: red;
	color: white;
	padding: 10px;
	border-radius: 5px;
}


::-webkit-input-placeholder {
	color:#0e4272 !important;
}

:moz-placeholder {
	color:#0e4272 !important;
}
::moz-placeholder {
	color:#0e4272 !important;
}

:-ms-input-placeholder {
	color:#0e4272 !important;
}





/*******INTEGRUM*************/
body {
    /*font-family: "Roboto", sans-serif;	*/
	font-family: 'Exo 2', sans-serif;
}
p {
    font-size: 20px;
    line-height: 26px;
	color: #333333;
}
img.logo-header {
	padding-bottom: 20px;
}

section#logo-top {
	background-image: url('../img/deg1.jpg'); 
	background-repeat: repeat-x;
	margin-top:50px;
	padding-top: 25px;
	padding-bottom: 0px;
}	

h2 {
	color: #076FB6;
	font-weight: 700;
	font-size: 36px;
}
.navbar-default {
    background-color: #ffffff;
    min-height: 50px;
    padding-top: 5px;
}
section#principal {
    background-color: #ffffff;
    background: #ffffff;	
	/*background-color: #8fc9ec;*/
	padding-bottom: 0px;
	min-height: auto;
}
section#app {
	background-color: #017DBB !important;
}
section#sub-footer {
	padding: 0px;
}

section#footer {
	background-color: #0E4272 !important;
	text-align: center;
}

input, textarea {
    font-size: 15px;
    color: #82ba25;
}

section#soporte {
	background-image: url('../img/fondo_contacto.jpg'); 
	background-position: bottom !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}	
section#soporte .btn.btn-default {
	background-color: #862624 !important;
    color: #ffffff;
    border-radius: 10px;
	padding: 12px 35px;
	font-size: 1.2em;	
	float: right;
}
section#soporte .campos {
    border: none;
    border-radius: 10px;
    color: #019CDF;
	background-color: #E3F1FC;
	opacity: 0.8;
}
section#soporte .campos::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #0e4272;
    opacity: 1; /* Firefox */
	
}
section#soporte .campos:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #019CDF;
}
section#soporte .campos::-ms-input-placeholder { /* Microsoft Edge */
    color: #019CDF;
}

section#soporte p {
    font-size: 1.5em;
    color: #333333;
    margin-bottom: 20px;
}
a.btn.btn-primary {
	background-color: #ffffff !important;	
	line-height: 21px;
	padding: 18px 80px;
	color: #017DBB;
	font-size: 18px;
	box-shadow: 0 0 15px rgba(70, 70, 70, 0.9);
	background-image: none;
	border: 0px;
	text-shadow: none;
	border-radius: 10px;
}

a.btn.btn-primary.marron {
	background-color: #862624 !important;	
	color: #ffffff;
}


section#presentacion {
	background-image: url('../img/degrade.png') !important; 
	background-position: top !important;
	background-repeat: repeat-x !important;	
	padding-bottom: 0px;
}	
section#presentacion p {
	color: #254264 !important;
	font-weight: 300;
	font-size: 1.7em;
}	

section#conoce-mas {
	background-image: url('../img/fondo.jpg') !important; 
	background-position: top !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}	
.bloques-contenido div.container p {
	font-weight: 300;
}

section#bloque2 p {
	color: #076FB6;
	font-size: 1.7em;
	line-height: 34px;	
}
section#bloque3 p {
	color: #555555 !important;
	font-size: 1.7em;	
}

div.sub-bloque  {
	/*background-image: url('../img/degrade.png') !important; 
	background-position: top !important;
	background-repeat: repeat-x !important;	*/
}

div.sub-bloque p {
	color: #254264 !important;
	font-size: 1.8em; 
	line-height: 32px;
	padding-top: 20px;
}

section.bloques-contenido {
	/*background-image: url('../img/degrade.png') !important; 
	background-position: top !important;
	background-repeat: repeat-x !important;*/
}	

div.sub-bloque section#bloque1.bloques-contenido {
	/*background-image: url('../img/deg1.jpg') !important;*/
	background-position: top !important;
	background-repeat: repeat-x !important;
	background-size: contain !important;
	padding: 65px 0;
}

section#degrade {
	background-image: url('../img/deg1.jpg') !important;
	background-position: top !important;
	background-repeat: repeat-x !important;
	background-size: contain !important;
	padding: 35px 0 !important;
}

div.bloque-contacto {	
	margin-top: 38px;
	text-align: right;
}

section#bloque1.bloques-contenido .logolateral img {
	/*width: 270px;*/
	padding-top: 15px;
}

img.img-responsive.solo-movil {
	display: none;
}
a.solo-movil {
	display: none;
}

section#bloque2.bloques-contenido div.container div.row div.col-md-5, section#bloque3.bloques-contenido div.container div.row div.col-md-5, section#presentacion div.container.desktop div.row div.col-md-5 {
	text-align:center;
}

/****************************/



@media(max-width: 767px) {
	section#principal {
		height: auto;
		min-height: initial;
	}
	.navbar-default .navbar-collapse {
		background-color: #ffffff;
	}
	section#caracteristicas .caracteristicas {
		min-height: 150px;
		text-align: center;
	}

	section#descargar .plataformas > div {
		margin-bottom: 20px;
		padding: 21px 0 ;
	}
	section#descargar div.phone {
		height:auto;
	}
	section#descargar div.contenidoDescarga {
		height:auto;
	}
	section#parallax {
		background-attachment: scroll;
	}
	div.bloque-contacto a {
		margin-top: 30px;	
	}
	div.bloque-atomo img {	
		width: 50% !important;
	}		
	div.bloque-atomo {
		text-align: center;
	}	
	div.navbar {
		/*display: none;	*/
	}
	section#principal {	
		padding-top: 10px;
	}
	a img.img-responsive.solo-movil {
		display: initial;
	}		
	section#principal {
		/*background-color: #0E4272;		*/
	}
	
}

@media(max-width: 1062px) {
	div.bloque-contacto {	
		text-align: center !important;
	}
	/*section#presentacion img {
		width: 90%;
	}*/
	section#conoce-mas a.btn.btn-primary {
		margin-top: 10px;
		margin-bottom: 10px;		
		width: 90%;
	}	
}

@media(max-width: 500px) {
	section#descargar div.phone {
		width:100%;
	}
	section#caracteristicas > section.col-xs-6 {
		width:100%!important;
	}
	section#caracteristicas > .col-xs-6 {
		width:100%;
	}
	section#caracteristicas .caracteristica {
		min-height: initial;
		text-align: center;
	}
	section#caracteristicas .icono {
		display:none;
	}
	section#descargar div.derechaVacio {
		display:none;
	}
	section#descargar .descarga {
		position: relative;
	}
	div.descarga .col-xs-offset-6 {
		width:100%;
		margin:0;
	}
	section#presentacion div.row div.col-md-6 img {
		width: 100%;
	}
	section#soporte form {
		padding-left: 7px;
		padding-right: 7px;		
	}
	img.img-responsive.solo-desktop {
		display: none;
	}
	img.img-responsive.solo-movil {
		display: initial;
	}	

	section#presentacion div.container.desktop	{
		display: none;	
	}
	
	section#presentacion div.container.mobile {
		margin-bottom:30px;
	}
	section#presentacion div.container.mobile div.row img#mapa-mobile {
		width: 100%;		
		margin-top: 20px;
	}	
	section#soporte div.container div.row div.col-md-6 img {
		width: 270px;
	}
	img#grafico1, img#grafico2 {
		width: 100%;
		margin-top: 25px;
	}
	
	body section#bloque3.bloques-contenido div.container div.row div.col-md-7 div.col-xs-2  {
		left: 22px;	
	}
	section#bloque2.bloques-contenido div.container div.row div.col-md-7 div.row div.col-xs-2 {
		left: 32px;		
	}
	section#bloque2.bloques-contenido div.container div.row div.col-md-7 div.row div.col-xs-10 {
		left: 10px;			
	}
	
	body section#bloque2.bloques-contenido div.container div.row div.col-md-7 , body section#bloque3.bloques-contenido div.container div.row div.col-md-7{
		padding-top: 15px !important;
	}
}

@media(min-width: 501px) {
	section#presentacion div.container.mobile	{
		display: none;	
	}
	section#bloque3.bloques-contenido div.container div.row div.col-md-7 {
		left: -10px;
	}
}