/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}

body {
	font-size: 1em;
	line-height: 1.4;
}

body,
td,
th {
	font-family: Roboto, sans-serif;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.nostyle {
	list-style: none;
	margin: 0;
	padding: 0;
}

.text_right {
	text-align: right;
}

.text_left {
	text-align: left;
}

.text_center {
	text-align: center;
}

.lines {
	background: url(../image/whiteline.png) repeat-x center center;
	text-transform: uppercase;
}

.sub_title {
	font-size: 19px;
	font-weight: 300;
	color: #323232;
	margin-top: -20px;
	line-height: 19px;
	margin-bottom: 50px;
}

.plug {
	padding: 0 20px;
}

#services .plug {
	background: #ffffff;
}

#portfolio .plug {
	background: #ffffff;
}

#pricing_table .plug {
	background: #ffffff;
}

#about_us .plug {
	background: #ffffff;
}

.black_over {
	background: url(../image/blackpx.png) repeat;
	height: 100%;
}

.back2top {
	display: block;
	position: absolute;
	width: 60px;
	height: 30px;
	border-radius: 50%;
	left: 50%;
	margin-left: -30px;
	bottom: 0;
	padding: 30px 0 0;
	margin-top: -30px;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.top_box_left,
.bot_box_left,
.top_box_right,
.bot_box_right {
	width: 0px;
	height: 0px;
}

.top_box_right {
	border-style: solid solid solid dashed;
	/*border-width: 0 0 60px 2880px;*/
}

.top_box_left {
	border-width: 60px 0 0 2880px;
	border-style: solid dashed solid solid;
}

.bot_box_right {
	border-width: 0 2880px 60px 0;
	border-style: solid dashed solid solid;
}

.bot_box_left {
	border-width: 60px 2880px 0 0;
	border-style: solid dashed solid solid;
}

.intro {
	margin: -65px 0;
	background-attachment: fixed;
	background-size: cover;
	height: 430px;
	text-transform: uppercase;
	background-repeat: no-repeat;
}

.soc_font,
.fsoc {
	text-decoration: none;
	color: #fff;
}

.fsoc {
	font-family: zocial;
}

input[type="text"],
input[type="email"],
textarea {
	padding: 10px;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	color: #000000;
	font-weight: 300;
	display: inline-block;
	margin-right: 1%;
	width: 99%;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 15px;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
	color: #888;
}

input[type="text"].half,
input[type="email"].half {
	width: 49%;
	float: left;
}


input[type="text"].third,
input[type="tlfn"].third,
input[type="email"].third {
	width: 32.25%;
	float: left;
}

#code {
	float: none;
	width: 80%;
}

.floatRight {
	float: right;
	width: 450px;
}

#refresh {
	cursor: pointer;
}

input[type="submit"] {
	background: #4e5ed0;
	border: none;
	color: #fff;
	margin: 0 1% 1% 0;
	font-size: 18px;
	color: #ffffff;
	padding: 15px 20px;
	border-radius: 15px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	text-transform: uppercase;
}

input[type="submit"]:hover {
	background: #eb9141;
	color: #fff;
}

.aviso {
	font-size: 12px;
	line-height: 13px;
	margin: 10px 0px 14px 5px;
	display: inline-block;
	width: 90%;
	vertical-align: middle;
}

small {
	display: inline-block;
	margin: 10px 0px;
}

input[type="checkbox"] {
	margin-bottom: 15px;
}

.infoLegal {
	display: none;
	font-size: 12px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.clearfix:after {
	clear: both;
}

/*CSS SLIDER SUBVENCION*/
.welcome-text {
    background-color: rgb(200 200 190 / 70%);
    border-radius: 90px;
	text-align:center;
	margin: 0 auto;
	width: 60% !important;
}
.mt-10 {
    padding-top: 10px;
}
.mt-30 {
    padding-top: 30px;
}
.mb-30 {
    padding-bottom: 30px;
}
.img-fluid-legal-banner-welcome{
	width: 90% !important;
}
.flexslider .slides img {
    /* width: 100%; */
    /* text-align: center; */
	width: 100%;
    margin: 0 auto;
    display: block;

}
.software-innovation-hero-text h3{	
    line-height: 40px;
    font-weight: 700;
    font-size: 40px;
    text-transform: none;
}
.software-innovation-hero-text .info-heading {
    color: #2a2a2a;
    line-height: 32px;
    font-weight: 500;
    font-size: 18px;
}
.software-innovation-hero-text .sub-heading {
    text-transform: uppercase;
    color: #222242;
    line-height: 40px;
    letter-spacing: 3px;
    font-weight: 700;
}
.img-fluid-legal-banner-welcome {
    width: 90%;
}
.welcome-text-one {
    color: #000000!important;
}
.welcome-button {
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.welcome-title {
    font-size: 500%!important;
	color: #005bc1;
    line-height: 130px;
    font-weight: 700;
}
.ht-btn.ht-btn-md {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 54px;
    height: 54px;	
    padding: 15px 36px;	
    text-decoration: none;
}
.ht-btn.ht-btn-md.kit {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 54px;
    height: 54px;	
    padding: 15px 36px;	
    text-decoration: none;
}

.ht-btn {
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    padding: 0 36px;
    text-align: center;
    color: #ffffff;
    background: #4e5ed0;
    border-width: 1px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.ht-btn:hover {
    color: #ffffff;
    background: #eb9141;
    border-color: #eb9141;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

#contact_us .intro{
    height: 800px;
}


@media only screen and (max-width: 600px) {
	.welcome-text{
		width: 90% !important;
		border-radius: 15px;
	}
	.flexslider .slides img {
		height: 60vh;
	}
	.welcome-title {
		font-size: 150%!important;		
		line-height: normal;
	}
	.software-innovation-hero-text h3{			
		line-height: normal;
		font-size: inherit;
	}
	.software-innovation-hero-text .info-heading{			
		line-height: normal;
		font-size: inherit;
	}
	.ht-btn.ht-btn-md{
		font-size: inherit;		
		padding: 10px 36px;
	}
	img.img-fluid-legal-banner-welcome.mb-30.mt-30 {
		height: auto;
	}
	.mt-30 {
		padding-top: 10px;
	}
	h6 {
		margin: 5px 0;
	}
	h1 {
		margin: 0 0 10px;
	}
	h3 {
		margin: 0 0 7px;
	}
  }
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	/*
     * Don't show links for images, or javascript/internal links
     */
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
		/* h5bp.com/t */
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

[class^="icon-"],
[class*=" icon-"] {
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	display: inline;
	height: auto;
	line-height: normal;
	margin-top: 0;
	vertical-align: baseline;
	width: auto;
}

a [class^="icon-"],
a [class*=" icon-"],
a [class^="icon-"]:before,
a [class*=" icon-"]:before {
	display: inline;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	display: inline-block;
	text-decoration: inherit;
}

.icon-chevron-up:before {
	content: "";
}

a [class^="icon-"],
a [class*=" icon-"],
a [class^="icon-"]:before,
a [class*=" icon-"]:before {
	display: inline;
}

.btFace {
	height: 21px;
	width: 14px;
	background: url('../image/ic_fb.png') no-repeat;
}

.btFace:hover {
	background: url('../image/ic_fb_.png') no-repeat;
}

.icon_arrow_orange {
	background: url(../images/arrows/white.png) no-repeat;
}

.icon_arrow_green {
	background: url(../images/arrows/white.png) no-repeat;
}

.icon_arrow_blue {
	background: url(../images/arrows/white.png) no-repeat;
}

.icon_arrow_red {
	background: url(../images/arrows/white.png) no-repeat;
}

.icon_arrow_black {
	background: url(../images/arrows/white.png) no-repeat;
}

.icon_arrow_orange,
.icon_arrow_green,
.icon_arrow_blue,
.icon_arrow_red,
.icon_arrow_black {
	width: 20px;
	height: 20px;
	margin: 2px auto;
}

#avisoRed {
	position: absolute;
	top: 45%;
	left: -5px;
	z-index: 2000;
}

.politicaPrivacidad h1 {
	margin-top: 150px;
	margin-bottom: 30px;
	font-size: 50px;
}

.politicaPrivacidad * {
	text-align: justify;
}

.politicaPrivacidad h2 {
	text-align: left;
	margin-top: 40px;
	font-size: 35px;
	border-bottom: 1px solid white;
}

.politicaPrivacidad h3 {
	text-align: left;
	margin-top: 40px;
	font-size: 20px;
	font-weight: 700;
	margin: 20px 0px 0px;
}

.politicaPrivacidad p {
	margin: 5px 0px 10px;
	color: #888;
}

.logo-europa {
	position: absolute;
	top: 10px;
	margin-left: 606px;
	z-index: 1000;
}
.logo-europa img {
	width: 30px;
}

.politicaPrivacidad li {
	list-style-type: disc;
	color: #888;
}
