@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Glegoo);
body {
  font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
}
p {
  font-family: 'Roboto', sans-serif;
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
}
ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}
h2 {
  font-size: 26px;
}
a:hover {
  text-decoration: none;
}
i {
	cursor: default;
}
.section-heading {
  text-align: center;
  margin-bottom: 65px;
}
.section-heading p {
  font-size: 14px;
  font-weight: 300;
  color: #2C2C2C;
  line-height: 20px;
}
.title {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 300;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.subtitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.subtitle-des {
  color: #2C2C2C;
  font-size: 16px;/*14px;*/
  margin-bottom: 35px;
  font-weight: 400;
}
.moduler {
  padding: 140px 0;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #0C0B72;
}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar-header .navbar-brand {
  padding: 5px 0;
}
.navbar-header .navbar-brand a {
  height: auto;
  display: inline-block;
  margin-top: 8px;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle {
  background: #fff;/*#444;*/
}
#menuPrincipal {
	display: block;
}
#top-bar {
	background: #fff;
	color: #fff;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	padding: 18px 0 2px;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	border-bottom: 2px solid #0C0B72;/*#dedede;*/
	border-top: 2px solid #0C0B72;/*#dedede;*/  
	
}
#top-bar .navbar-nav > li > a:hover {
	background: #EEEEEE;/*transparent;*/
}
#top-bar.animated-header {
  padding: 20px 0px 6px;/*10px;*/
  border-top: none;
  background: #ffffff;
  box-shadow: none;
}
#top-bar .main-menu li > a {
  color: #444;
}
#top-bar .main-menu li {
  position: relative;
}
#top-bar .main-menu li a {
  font-size: 14px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  text-transform: uppercase;
}
#top-bar .main-menu li a:hover {
  color: #0C0B72;
}
.navbar-custom .nav li > a {
  position: relative;
  color: #000;
}
.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}
.navbar-custom .dropdown-menu {
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
}
#hero-area1 {
  background-size: cover;
  background-attachment: fixed;
  padding: 190px 0px 170px;
  color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  position: relative;
}
.hero-area {
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	padding: 150px 0px 150px;
	color: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	position: relative;
}
#hero-area1:before {
  content: '';
  z-index: 9;
  background: rgba(210, 210, 210, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-area:before {
  content: '';
  z-index: 9;
  background: rgba(80, 80, 80, 0.78);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-area .block {
  position: relative;
  z-index: 999;
}
#hero-area1 h1 {
  color: black;/*#fff;*/
  font-weight: 700;
  font-size: 75px;
}
.hero-area h2 {
  font-size: 50px;
  color: #fff;/*#fff;*/
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px 3%;
}
#hero-area1 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
  color: #000;/*#2C2C2C;*/
  font-family: 'Roboto', sans-serif;
  margin-top: 25px;
  margin: 30px 3%;
  text-align: center;
}
#hero-area1  .row:last-child {
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.04) 56%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 91%, rgba(255,255,255,0) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.04) 56%,rgba(255,255,255,0) 60%,rgba(255,255,255,0) 91%,rgba(255,255,255,0) 100%);
	background: radial-gradient(ellipse at center,  rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.04) 56%,rgba(255,255,255,0) 60%,rgba(255,255,255,0) 91%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.hero-area .btn {
  background: #0C0B72;/*#fff;*/
  border: none;
  color: #fff;/*#0C0B72;*/
  padding: 20px 35px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 0;
}
#hero-area1 {
	background-image: url('../images/fondos/fondo1-personas-inspeccionando.jpg');
	background-repeat: norepeat;
}
#hero-area1 h1 > span{
	color: #181878;
}
#hero-area1 h1 > span > span{
	color: #9E0D0D;
}
#caracteristicas {
	background-image: url('../images/fondos/fondo2-portatil-documentos.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
#imagenes {
	background-image: url('../images/fondos/fondo3-tablet-documentos.jpg');
	background-repeat: norepeat;
}
#call-to-action {
  background: #fff;
  background-size: cover;
  background-attachment: fixed;
  padding: 0px 0 40px;
  text-align: center;
  position: relative;
  color: #0C0B72;
}
#call-to-action .block {
  position: relative;
  z-index: 99;
  color: #000;
}
#call-to-action .block h2 {
  margin-bottom: 15px;
  color: #000;
}
#call-to-action .block p {
  font-size: 15px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  margin-top: 20px;
}
#call-to-action .block .btn-contact {
  background: #0C0B72;
  border: none;
  color: #fff;
  padding: 16px 35px;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
}
#call-to-action .block .btn-contact:hover {
	font-weight: bold;
}
#call-to-action .block .btn-contact i {
  margin-right: 10px;
}
#about {
  padding: 110px 0;
}
#about .block {
  padding: 20px 30px 0 30px;
}
#about .block h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#about .block p {
  color: #2C2C2C;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 35px;
}
#about .block img {
  max-width: 100%;
}
.works {
  padding: 40px 0 0px;
  background: #FCFCFC;
}
.works .block {
  position: relative;
  z-index: 99;
}
.works .block:hover .img-overly .overly {
  opacity: 1;
}
.works .block h4 {
  padding: 20px 15px;
  margin-top: 0;
  color: #2C2C2C;
}
.works .block .img-overly {
  position: relative;
  background: rgba(0, 0, 0, 0.85);
}
.works .block .img-overly img {
  border-radius: 0;
}
.works .block .img-overly .overly {
  background: rgba(57, 181, 74, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.works .block .img-overly .overly a {
  position: absolute;
  top: 45%;
  left: 22%;
}
.works .block .img-overly .overly a i {
  font-size: 30px;
  color: #fff;
}
.works > div > div {
	/*height: 100px;*/
}
figure {
  background: #fff;
  margin-bottom: 45px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
figure .img-wrapper {
  height: 255px;
  position: relative;
  overflow: hidden;
}
figure img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
  margin: 0 auto;
  vertical-align: middle;
  /*max-height: 255px;*/
}
figure:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
  
}
figure:hover .overlay {
  opacity: 1;
}
figure:hover .overlay .buttons a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px;/*10px;*/
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
figure .overlay a {
  display: inline-block;
  color: #fff;
  padding: 10px 23px;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 0px;
  margin: 4px;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
figure .overlay a:hover {
  text-decoration: none;
}
figure .overlay:hover a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure .buttons {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	/*
  position: absolute;
  top: 45%;
  left: 36%;
  */
}
figure figcaption {
  padding: 20px 25px;
  margin-top: 0;
  color: #2C2C2C;
}
figure figcaption h4 {
  margin: 0;
}
figure figcaption h4 a {
  color: #0C0B72;
}
figure figcaption p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}
#feature {
  padding: 30px 0 0px;
}
#feature .media {
  margin: 0px 0 70px 0;
}
#feature .media .media-left {
  padding-right: 25px;
}
#feature h3 {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  margin: 0px 0px 15px;
  font-weight: 400;
}
#feature p {
  line-height: 18px; /*25px;*/
  font-size: 15px;
  color: #2C2C2C;
}
#feature img {
	background-color: #0C0B72;
	padding: 20px;
}
#feature .icon {
  text-decoration: none;
  color: #fff;
  background-color: #0C0B72;
  height: 100px;
  text-align: center;
  width: 100px;
  font-size: 50px;
  line-height: 100px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-shadow: #0A0944 1px 1px, #0A0944 2px 2px, #0A0944 3px 3px, #0A0944 4px 4px, #0A0944 5px 5px, #0A0944 6px 6px, #0A0944 7px 7px, #0A0944 8px 8px, #0A0944 9px 9px, #0A0944 10px 10px, #0A0944 11px 11px, #0A0944 12px 12px, #0A0944 13px 13px, #0A0944 14px 14px, #0A0944 15px 15px, #0A0944 16px 16px, #0A0944 17px 17px, #0A0944 18px 18px, #0A0944 19px 19px, #0A0944 20px 20px, #0A0944 21px 21px, #0A0944 22px 22px, #0A0944 23px 23px, #0A0944 24px 24px, #0A0944 25px 25px, #0A0944 26px 26px, #0A0944 27px 27px, #0A0944 28px 28px, #0A0944 29px 29px, #0A0944 30px 30px, #0A0944 31px 31px, #0A0944 32px 32px, #0A0944 33px 33px, #0A0944 34px 34px, #0A0944 35px 35px, #0A0944 36px 36px, #0A0944 37px 37px, #0A0944 38px 38px, #0A0944 39px 39px, #0A0944 40px 40px, #0A0944 41px 41px, #0A0944 42px 42px, #0A0944 43px 43px, #0A0944 44px 44px, #0A0944 45px 45px, #0A0944 46px 46px, #0A0944 47px 47px, #0A0944 48px 48px, #0A0944 49px 49px, #0A0944 50px 50px, #0A0944 51px 51px, #0A0944 52px 52px, #0A0944 53px 53px, #0A0944 54px 54px, #0A0944 55px 55px, #0A0944 56px 56px, #0A0944 57px 57px, #0A0944 58px 58px, #0A0944 59px 59px, #0A0944 60px 60px, #0A0944 61px 61px, #0A0944 62px 62px, #0A0944 63px 63px, #0A0944 64px 64px, #0A0944 65px 65px, #0A0944 66px 66px, #0A0944 67px 67px, #0A0944 68px 68px, #0A0944 69px 69px, #0A0944 70px 70px, #0A0944 71px 71px, #0A0944 72px 72px, #0A0944 73px 73px, #0A0944 74px 74px, #0A0944 75px 75px, #0A0944 76px 76px, #0A0944 77px 77px, #0A0944 78px 78px, #0A0944 79px 79px, #0A0944 80px 80px, #0A0944 81px 81px, #0A0944 82px 82px, #0A0944 83px 83px, #0A0944 84px 84px, #0A0944 85px 85px, #0A0944 86px 86px, #0A0944 87px 87px, #0A0944 88px 88px, #0A0944 89px 89px, #0A0944 90px 90px, #0A0944 91px 91px, #0A0944 92px 92px, #0A0944 93px 93px, #0A0944 94px 94px, #0A0944 95px 95px, #0A0944 96px 96px, #0A0944 97px 97px, #0A0944 98px 98px, #0A0944 99px 99px, #0A0944 100px 100px;
}
#contacto {
  padding: 0px 0 20px;
  background-color: #ddd;
}
#contacto .contact-form {
  margin-top: 0px;
}
#contacto .contact-form .btn-send {
  margin-top: 0px;
  padding: 1px 7px;
  border: 5px solid #0C0B72;
  color: #fff;
  outline: none;
  font-weight: 500;
  background-color: #0C0B72;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#contacto .contact-form .btn-send:hover {
	background-color: white;
	color: #0C0B72;
}
#contacto input {
  display: block;
  height: 40px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 1px;
  border: 1px solid rgba(111, 121, 122, 0.3);
  box-shadow: none;
  -webkit-box-shadow: none;
}
#contacto textarea {
	height: 205px;
  display: block;
  border-radius: 0;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-form input::-webkit-input-placeholder, #contact-section textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#contact-form textarea::-webkit-input-placeholder, #contact-section textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#contact-form input:focus::-webkit-input-placeholder {  /* Chrome/Opera/Safari */
	-webkit-transform: translate(50px, 0);
	transform: translate(50px, 0);
	opacity: 0;
}
#contact-form div.form-group textarea:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	-webkit-transform: translate(0, 50px);
	transform: translate(0, 50px);
	opacity: 0;
}
#contacto .address,
#contacto .email,
#contacto .phone {
  text-align: center;
  background: #F7F7F7;
  padding: 20px 0 40px 0;
  margin-bottom: 20px;
}
#contacto .address i,
#contacto .email i,
#contacto .phone i {
  font-size: 45px;
  color: #0C0B72;
}
#contacto .address h5,
#contacto .email h5,
#contacto .phone h5 {
  font-size: 16px;
  line-height: 1.4;
}
#contacto .address-details {
  padding-top: 70px;
}
#contacto a:hover {
	color: #0C0B72;
}
#submit {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}
#submit > div #form-lopd {
	display: inline-block;
	padding: 0;
	height: 0;
	margin-right: 5px;
}
#submit > div label {
	font-size: 16px;
	font-weight: 400;
}
input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}
input[type=checkbox].css-checkbox + label.css-label {
	padding-left:29px;
	height:24px; 
	display:inline-block;
	line-height:24px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:24px;
	vertical-align:middle;
	cursor:pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -24px;
}
label.css-label {
	background-image:url(../images/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#map-canvas {
  width: 100%;
  height: 350px;
  background-color: #CCC;
}
.pre-pie {
	padding-bottom: 20px;
}
#footer {
	background-color: #0C0B72;
	padding: 0px 0 25px;
	color: #fff;
}
#footer .copyright {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 10px;
}
#footer .copyright a {
  color: #fff;
  font-weight: bold;
}
#footer .social {
  text-align: right;
  margin-bottom: 0;
}
#footer .social li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 0px;/*15px;*/
}
#footer .social li.separador-lista {
	margin: 0px 5px;
}
#footer .social li a {
  font-size: 15px;/*22px;*/
  color: #fff;
}
#footer2 {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: white; /*#080754;*/
	color: #0C0B72;
	margin-bottom: 10px;
	border-top: 10px solid #0C0B72;
	border-right: 5px solid #0C0B72;
	border-left: 5px solid #0C0B72;
}
#footer2 h3 {
	color: #9E0D0D;
}
#footer2 a {
	text-decoration: none;
	color: #0C0B72;/*white;*/
	font-size: 13px;
	font-weight: bold;
}
#footer2 a:hover {
	text-decoration: underline;
}
#footer2 i {
	font-size: 30px;
	color: #9E0D0D;
	margin-right: 15px;
}
#footer2 i.ion-ios-location {
	margin-right: 20px;
}
#footer2 p {
	font-size: 13px;
}
#footer2 .pie-contacto {
	border-right: 5px solid #0C0B72;
	padding-bottom: 10px;
}
#footer2 .pie-reconocimientos {
	border-left: 5px solid #0C0B72;
	padding-bottom: 10px;
}
#footer2 .pie-contacto > div {
	width: 100%;
	margin: 0 auto;
}
#footer2 .pie-contacto > div > div {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	padding: 0;
}
#footer2 .pie-reconocimientos div {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}
#footer2 .pie-reconocimientos img{
	background-color: white;
	border-radius: 100px;
	padding: 5px 5px;
}
#footer2 .pie-reconocimientos a:hover, #footer2 .pie-contacto > a:hover {
	text-decoration: none;
}
#footer2 .pie-reconocimientos i, #footer2 .pie-contacto a i {
	font-size: 20px;
	cursor: pointer;
	color: #ff5a00;
}
#footer2 .pie-reconocimientos i:hover, #footer2 .pie-contacto a i:hover {
	color: #C31010;
}
#cookies{
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #9E0D0D;
	color: white;
	padding: 10px 5px 10px 20px;
	border-top: 5px solid #aaa;
	display: none;
	z-index: 999;
}
#cookies span {
	font-size: 13px;
}
#cookies-botones{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	padding: 5px 0px;
}
#cookies-botones a, #cookies-botones button {
	font-size: 13px;
	border-radius: 4;
	padding: 5px 7px;
	margin-top: 2px;
	margin-left: 5px;
	border: 2px solid black;
	color: black;
}
#cookies-tipos {
	padding-top: 10px;
	background: #ddd;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.cd-headline.slide .cd-words-wrapper {
  color: #0C0B72;
  /*text-shadow: 0px 0px 30px rgba(150, 150, 150, 1);*/
}
ul.social-icons {
  height: auto;
  overflow: hidden;
  list-style: none !important;
  margin-bottom: 10px;
}
ul.social-icons li {
  float: none;
  display: inline-block;
  height: 36px;
}
#copyright a:hover,
#copyright nav .menu li a:hover {
  color: #e4e4e4!important;
}
#copyright a,
#copyright a:hover {
  text-decoration: none;
}
.global-page-header {
  background-attachment: fixed;
  background-size: cover;
  padding: 90px 0 30px 0;
  position: relative;
  background: #0C0B72;
  color: #fff;
}
.global-page-header h1 {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.global-page-header .breadcrumb {
  background: none;
  font-size: 16px;
  padding: 8px  0;
}
.global-page-header .breadcrumb .active {
  color: #fff;
}
.global-page-header .breadcrumb li a {
  color: #fff;
}
.global-page-header .block {
  position: relative;
  z-index: 99;
  text-align: center;
}
#product-showcase-banner {
  padding-top: 160px;
}
#product-showcase-banner .block {
  padding: 20px 0 20px 50px;
}
#product-showcase-banner .block h2 {
  font-size: 40px;
  color: #0C0B72;
  margin-bottom: 20px;
  margin-top: 0;
}
#product-showcase-banner .block p {
  color: #2C2C2C;
  line-height: 25px;
}
#product-showcase-banner .block .buttons {
  margin-top: 25px;
}
#product-showcase-banner .block .buttons .btn {
  color: #fff;
  border: none;
  padding: 12px 40px;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  letter-spacing: 2px;
  font-size: 15px;
}
#product-showcase-banner .block .buttons .btn-demo {
  background: #5abd4f;
  margin-right: 8px;
  border-bottom: 3px solid #429E38;
}
#product-showcase-banner .block .buttons .btn-demo:hover {
  background: #429E38;
}
#product-showcase-banner .block .buttons .btn-buy {
  background: #00AEDA;
  border-bottom: 3px solid #0190B5;
}
#product-showcase-banner .block .buttons .btn-buy:hover {
  background: #0190B5;
}
#product-showcase-banner .block .buttons .btn-buy span {
  margin-right: 8px;
  font-weight: bold;
}
#product-description {
  padding-top: 80px;
}
#product-description .block {
  height: 400px;
  overflow: hidden;
  margin-top: 35px;
  border-bottom: 1px solid #dedede;
  padding-top: 30px;
  position: relative;
  webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
#product-description .block:hover img {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
#product-description .block img {
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: -moz-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#product-description .block .content {
  width: 60%;
  padding-top: 70px;
}
#product-description .block .content h3 {
  font-size: 32px;
  color: #5c5c5c;
}
#product-description .block .content p {
  color: #787f8c;
  line-height: 25px;
}
#related-items {
  padding: 60px 0 110px;
}
#related-items .title {
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
  margin: 5px 15px 30px 15px;
  text-align: left;
  color: #2C2C2C;
}
#related-items .product-details {
  margin-bottom: 0;
}
#related-items .block {
  position: relative;
  background: #fff;
  margin-bottom: 45px;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.14);
}
#related-items .block:hover .img-overly .overly {
  opacity: 1;
}
#related-items .block h4 {
  padding: 20px 15px;
  margin-top: 0;
  color: #2C2C2C;
}
#related-items .block h4 span {
  float: right;
  color: #0C0B72;
}
#related-items .block .img-overly {
  position: relative;
  background: rgba(0, 0, 0, 0.85);
}
#related-items .block .img-overly img {
  border-radius: 0;
}
#related-items .block .img-overly .overly {
  background: rgba(57, 181, 74, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#related-items .block .img-overly .overly a {
  position: absolute;
  top: 45%;
  left: 45%;
}
#related-items .block .img-overly .overly a i {
  font-size: 30px;
  color: #fff;
}
.service-page .service-parts .block {
  margin-bottom: 20px;
  text-align: center;
}
.service-page .service-parts .block i {
  font-size: 80px;
  color: #0C0B72;
}
.service-page .service-parts .block p {
  padding: 0 8px;
  font-size: 14px;
  color: #2C2C2C;
  line-height: 1.7;
}
.service-page .service-parts .block a {
	text-decoration: none;
}
.service-page .service-parts .block a:hover {
	color: #0C0B72;
}
.works.service-page figure .buttons {
  position: absolute;
  top: 45%;
  left: 13%;
}
#clients {
  padding-top: 15px;
}

#clients .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
#clients .owl-carousel .owl-item {
  margin-right: 10px;
}
#clients #logo-clientes div {
	text-align: center;
}
#clients .section-heading, #inspecciones .section-heading {
	margin-bottom: 30px;
	margin-top: 20px;
}
#inspecciones .software-inspecciones {
	margin-left: 2px;
	border-left: 5px double #0C0B72;
	margin-top: 25px;
}
#inspecciones .software-inspecciones > div {
	padding-left: 20px;
}
#inspecciones .software-inspecciones h4 {
	margin-bottom: 5px;
	font-size: 20px;
	margin-top: 0px;
}
#inspecciones .software-inspecciones > div:last-child h4 {
	margin-top: 10px;
}
#inspecciones .software-inspecciones p {
	margin-bottom: 0px;
}
#inspecciones .row > div:last-child ul li {
	font-size: 14px;
}
/*
#inspecciones .row > div:last-child li {
	margin-bottom: 8px;
}*/
section.nota-separador {
	background-color: #0C0B72;
	color: white;
	padding: 30px 0px;
	text-align: center;
	margin-top: 20px;
}
section.nota-separador .row {
	margin-right: 0;
	margin-left: 0;
}
section.nota-separador > div:nth-child(1) p {
	font-size: 18px;
	border: 1px dashed white;
	padding: 20px 15px;
	margin-bottom: 0;
	text-align: center;
}
section.nota-separador > div:nth-child(1) p span {
	text-transform: uppercase;
	font-size: 20px;
	margin: 0px 4px;
	font-weight: bold;
}
#programas {
	margin-bottom: 20px;
	margin-top: 0px;
	text-align: left;
	color: black;
}
#programas .block {
	padding: 15px 15px 0px 15px;
}
#programas i {
	color: #9E0D0D;
}
#software-administracion > div:nth-child(2) {
	padding-left: 0;
	padding-right: 5px;
}
#software-administracion > div:last-child {
	padding-right: 0;
}
#software-administracion > div:nth-child(2) ul li:last-child {
	display: none;
}
hr { 
	border: 0; 
	height: 1px; 
	background: #333; 
	background-image: linear-gradient(to right, #ccc, #333, #ccc); 
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 5px;
}
#modulos-trabajo {
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 40px;
	background-color: #0C0B72;
}
#modulos-trabajo .section-heading {
	margin-bottom: 30px;
}
#modulos-trabajo .section-heading h3 {
	color: white;
}
#modulos-trabajo h4 {
	font-size: 22px;
}
#modulos-trabajo p {
	font-size: 15px;
}
#modulos-trabajo i {
	color: #9E0D0D;
}
#modulos-trabajo .row > div[class^='col-']:first-child > div[class^='col-']:last-child {
	height: 182px;
}
#modulos-trabajo .row > div[class^='col-'] > div[class^='col-']:last-child {
	margin-bottom: 0px;
}
#modulos-trabajo .row > div[class^='col-'] > div[class^='col-']{
	background-color: white;
	padding: 15px 35px;
	color: black;
	margin-bottom: 20px;
}
#ventajas {
	margin-top: 0px;
	background-color: #ccc;
	margin-bottom: 0;
	padding: 0px;
}
#ventajas .section-heading {
	margin-bottom: 30px;
}
#ventajas .section-heading h3 {
	color: black;
	margin-bottom: 20px;
	margin-top: 20px;
}
#ventajas .row {
	margin: 0;
}
#ventajas .row > div:first-child {
	text-align: center;
}
#ventajas .row > div:first-child i {
	font-size: 95px;
	color: #0C0B72;
}
#ventajas .row > div {
	padding: 0;
}
#ventajas ul {
	padding-left: 0px;
	/*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
	margin-bottom: 0;
}
#ventajas li {
	font-size: 14px;
	font-weight: 500;
	padding: 15px;
	list-style-type: none;
	list-style-position: inside;
	color: black;
	background-color: white;
	border-bottom: 1px solid #ddd;
}
#ventajas li:last-child {
	border-bottom: none;
}
#calidad {
	background-color: #0C0B72;
	text-align: center;
	margin-top: 0px;
}
#calidad p {
	font-size: 15px;
	border: none;
	padding: 0 10px;
	color: white;
	font-weight: 500;
	margin: 20px auto;
}
#calidad i {
	font-size: 30px;
	color: white;
}
#calidad .row > div {
	padding: 0;
}/*
#calidad .row > div:first-child {
	text-align: right;
}*/
#calidad .row > div:last-child {
	text-align: left;
}
#inspecciones-imagenes .section-heading {
	margin: 40px 0px 30px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 70%;
	margin: auto;
}
.carousel-indicators {
	margin-bottom: 0;
}
.carousel-indicators li {
	color: #9E0D0D;
	border: 1px solid #9E0D0D;
}
.carousel-indicators .active {
	background-color: #9E0D0D;
}
.carousel-caption {
	text-align:center;
	color: #0C0B72;
	text-shadow: 0 1px 2px #0C0B72;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-top: 10px;
	position: relative;
	top: 50%;
	left: 0;
}
.separador-apartados {
	height: 90px;
	width: 100%;
	background-color: #0C0B72;
}
#contacto .section-heading {
	margin-bottom: 0;
}
.works-fit {
  padding: 40px 0;
}
.works-fit figure .buttons {
  left: 14%;
}
.wrapper_404 h1 {
  font-size: 200px;
  color: #0C0B72;
  line-height: 1;
}
.wrapper_404 h2 {
  font-size: 50px;
  margin-top: 0;
}
.wrapper_404 p {
	text-align: center;
}
.wrapper_404 .btn-home {
  background: #0C0B72;
  border: none;
  color: #fff;
  padding: 20px 35px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 0;
}
.company-description {
  margin-top: 15px;/*50px;*/
}
.company-description a {
	color: #337ab7;
	font-weight: 400;
}
.company-description a:hover {
	color: #0C0B72;
}
.company-description h3, .company-description h2 {
  margin-top: 10px;
}
.company-description .block p {
  color: #2C2C2C;
}
.company-description img#img-gestion {
	margin: 0 auto;
}
.company-description img#img-procesos {
	padding: 0px 20px 20px 20px;
}
.company-description img#img-traducciones {
	margin: 0 auto;
}
.desarrollo-implementacion {
	margin-top: 0px;
	/*border-left: 50px solid #0C0B72;*/
}
#desarrollo-gestion {
	padding-top: 0px;
}
#desarrollo-moviles {
	padding-bottom: 10px;
}
#team {
  margin: 50px 0;
}
.team-member {
  margin-top: 30px;
}
.team-member:hover .team-img img {
  opacity: .8;
}
.team-member .team-img {
  position: relative;
}
.team-member .team-img .team-pic {
  width: 100%;
}
.team-member .team_designation {
  font-size: 13px;
}
.team-member h3 {
  color: #0C0B72;
  margin-bottom: 0;
  font-size: 20px;
}
.team-member p {
  font-size: 14px;
}
.team-member .social-icons a {
  background: #0C0B72;
  color: #fff;
  padding: 4px 8px;
  display: inline-block;
  font-size: 15px;
}
.team-member .social-icons .facebook {
  padding: 4px 12px;
}
.about-feature {
	margin-top: 0px;
	border-top: 4px solid #0C0B72;
	padding-top: 0px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.about-feature .block {
  /*color: #000;
  /*width: 50%;*/
  padding: 1% 4%;
  /*float: left;*/
}
.about-feature .block p {
  font-weight: 300;
  color: #fff;
}
.about-feature .block div {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
}
.about-feature .block ul {
	list-style-type: disc;
	text-align: center;
}
.about-feature .block ul li {
	font-weight: bold;
	color: #000;
}
.about-feature .about-feature-1 {
	background: white;/*#8F95C2;*/
}
.about-feature .about-feature-1 p, .about-feature .about-feature-1 h2 {
	color: black;
}
.about-feature .about-feature-2 {
	background: white;/*#00B0C7;*/
}
.about-feature .about-feature-2 p, .about-feature .about-feature-2 h2 {
	color: black;
}
.about-feature .about-feature-3 {
	background: #00A6BB;
}
#blog-full-width {
  padding: 40px 0 80px;
}
article {
	padding: 0px;
}
.blog-content {
	padding: 0px 10px 0px;
}
.blog-content h2 {
  font-family: 'Roboto', sans-serif;
}
.blog-content h2 a {
  color: #444;
  font-weight: 400;
  font-size: 30px;
}
.blog-content h2 a:hover {
	color: #0C0B72;
}
.blog-content .blog-meta {
  color: #9a9a9a;
  font-weight: 300;
  margin-bottom: 25px;
}
.blog-content .blog-meta span:after {
  content: '/';
  padding: 0 3px 0 6px;
}
.blog-content .blog-meta a {
  color: #acacac;
}
.blog-content .blog-meta p {
  margin-top: 20px;
}
.blog-content .btn-details {
  color: #0C0B72;
  padding: 0;
  background: #0C0B72;
  color: #fff;
  padding: 8px 18px;
  border-radius: 0;
  margin-top: 15px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0px 1px #0C0B72;
}
.blog-post-image {
	background: #f8f8f8;
	margin-top: 30px;
	height: 200px;
	box-shadow: 0 2px 5px 0 #0C0B72, 0 2px 10px 0 #0C0B72;
	text-align: center;
}
.blog-post-image img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
}
.sidebar {
  padding-top: 60px;
}
.sidebar .widget {
  margin-bottom: 40px;
  padding: 15px;
  border: 1px solid #dedede;
}
.sidebar .widget h3 {
  margin-top: 8px;
}
.sidebar .search input.form-control {
  border-right: 0;
  border-radius: 0;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}
.sidebar .search button {
  border-left: 0;
}
.sidebar .search button:hover {
  background: transparent;
}
.sidebar .author .author-img img {
  width: 90px;
  border-radius: 100%;
  margin-top: -40px;
  border: 3px solid #fff;
}
.sidebar .author .author-bio p {
  font-size: 14px;
  color: #888;
}
.sidebar .categories ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
  list-style: none;
}
.sidebar .categories ul li span.badge {
  float: right;
  background: transparent;
  color: #444;
  border: 1px solid #dedede;
  border-radius: 0;
}
.sidebar .categories ul li a {
  color: #555;
}
.sidebar .categories ul li:last-child {
  border-bottom: none;
}
.sidebar .recent-post ul li {
  margin: 20px 0;
}
.sidebar .recent-post ul li a {
  color: #555;
  font-size: 15px;
}
.sidebar .recent-post ul li a:hover {
  color: #0C0B72;
}
.sidebar .recent-post time {
  font-weight: 300;
  color: #999;
  font-size: 12px;
}
.gallery {
  padding: 100px;
}
.gallery figure .buttons {
  left: 40%;
}
.portfolio-meta span {
  margin: 5px 10px;
  font-weight: 300;
}
.portfolio-meta span a {
  color: #fff;
}
.portfolio-single {
  padding: 80px 0 20px;
}
.portfolio-single .portfolio-content {
  padding: 40px 0;
}
.single-post {
  padding: 0px 0 20px;
}
.single-post .post-content {
  padding: 40px 0;
}
.single-post .post-content ol li,
.single-post .post-content ul li {
  color: #2C2C2C;
}
.single-post .media {
  border: 1px solid #dedede;
  padding: 30px 20px;
}
.single-post .media .media-body a {
  color: #0C0B72;
  font-size: 12px;
}
.single-post .media .media {
  border: none;
}
.single-post .comments {
  margin-top: 40px;
}
.single-post .post-comment {
  margin-top: 40px;
}
.single-post .post-comment h3 {
  margin-bottom: 15px;
}
.single-post .post-comment .form-control {
  box-shadow: none;
  border-radius: 0;
}
.single-post .post-comment .btn-send {
  background: #0C0B72;
  color: #fff;
  border-radius: 0;
}
.social-share li {
  display: inline-block;
  margin: 3px 1px;
}
.social-share a {
  font-size: 20px;
  color: #fff;
  background: #0C0B72;
  padding: 4px 10px;
  display: inline-block;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-toggle {
  background: #000;
}
.dropdown-menu > ul {
  list-style: none;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: -5px;
  background: #EEEEEE;
  background-color: #fff;/*rgba(0, 0, 0, 0.95);*/
  box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15);
}
.nav .open > a,
.nav .open > a:focus {
  background-color: transparent;
}
#top-bar .dropdown-menu > ul > li > a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 8px 0;
  color: #000;/*#fff;*/
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#top-bar img{
	margin-top: -20px;
}
.panel > .panel-rojo {
	background: #810F0F;
	color: white;
}
.panel > .panel-azul {
	background: #0A0959;
	color: white;
}
.certificados figure {
	width: 0%;
}
.certificados img {
	width: 165px;
	height: 291.117px;
	padding: 5px;
}
.fila {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-direction: wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}
header {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	
	margin: 0px;
	padding: 0px;
}
#otrosServicios {
	cursor: default;
}
div.cursos {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	margin: 0px 0px;
	background: #ddd;
	padding: 20px 0px;
}
div.cursos > div {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	flex-grow: 2;
}
div.cursos > div > div {
	width: 250px;
	height: 90px;
	text-align: center;
	background: #9E0D0D;
	color: white;
	border-radius: 10px;
	margin: 10px 10px;
	box-shadow: 0px 0px 5px 3px #aaa;
	
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
}
div.sistemasGestion {
	width: 33%;
	height: 250px;
	border: 2px solid #0C0B72;
	text-align: center;
}
.listas ul {
	padding-left: 20px;
	text-align: justify;
}
.listas li {
	font-size: 15px;
	font-weight: bold;
}
.listas ul li {
	list-style-type: disc;
}
.alertError {
	width:100%;
	background-color: #B60101;
	color: white;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}
.alertExito {
	width:100%;
	background-color: #5EB758;
	color: white;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}
.alertError i, .alertExito i {
	font-size: 30px;
}
.alertError p, .alertExito p {
	font-size: 16px;
	font-weight: 500;
}
.div-img{
	text-align: center;
}
.div-img i {
	font-size: 110px;
	color: #9E0D0D;
}
#birrete {
	margin: 0;
	font-size: 100px;
}
.contenedor-tabla {
	padding: 20px;
	margin: 0;
	background-color: #ddd;
}
table {
	max-width: 1600px;
	padding: 0;
	margin: 0 auto;
}
table th {
	font-size: 25px;
	background-color: #9E0D0D;
	color: white;
	height: 40px;
	text-align: center;
	padding: 10px;
}
table td {
	background-color: white;
	height: 50px;
}
table tr td:nth-child(1) {
	text-align: center;
}
table tr td:nth-child(2) {
	padding: 10px;
}
table ul {
	margin: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
	#inspecciones .software-inspecciones {
		margin-top: 40px;
	}
	#modulos-trabajo .row {
		margin-left: 0px;
		margin-right: 0px;
	}
	#calidad .row > div:first-child {
		text-align: right;
	}
	#calidad .row > div:last-child {
		text-align: center;
	}
}
@media (max-width: 991px) {
	#modulos-trabajo .row > div[class^='col-']:first-child > div[class^='col-']:last-child {
		margin-bottom: 20px;
		height: initial;
	}
	#inspecciones .row > div:last-child {
		margin-top: 15px;
	}
	#calidad .row > div:last-child {
		text-align: center;
	}
	#software-administracion > div:nth-child(2) {
		padding-right: 0;
	}
}
@media (max-width: 500px){
	#compatibilidad {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
	.hero-area {
		padding: 100px 0px 100px;
	}
	.hero-area h2 {
		font-size: 38px;
	}
	#hero-area1 h1 {
		font-size: 40px;
	}
}
@media (min-width: 500px) and (max-width: 768px) {
	.div-img {
		padding: 20px 100px 0px 100px;
	}
}
@media (max-width: 767px){
	figure .img-wrapper {
		height: 255px;
	}
	#pymes .pymes-botones {
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		justify-content: space-around;
		-webkit-justify-content: space-around;
		-ms-justify-content: space-around;
		align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
	}
	section.nota-separador {
		padding-bottom: 0;
		padding-top: 0;
	}
	section.nota-separador > div:nth-child(1) p {
		border: none;
	}
	.contenedor-tabla {
		padding: 0;
	}
	#ventajas .row > div:first-child i {
		display: none;
	}
	#footer2 .pie-contacto {
		border-left: 5px solid #0C0B72; 
	}
	#footer2 .pie-reconocimientos {
		border-right: 5px solid #0C0B72; 
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	figure .img-wrapper {
		height: 220px;
	}
	#modulos-trabajo .row > div[class^='col-']:first-child > div[class^='col-']:last-child {
		height: 204px;
	}
	#modulos-trabajo p {
		font-size: 14px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	figure .img-wrapper {
		height: 150px;
	}
}
.post-header {
	margin-top: 10px;
}
/*
@media (min-width: 1400px) {
	.container {
		width: 1370px;
	}
	.container p, .container li {
		font-size: 18px;
	}
}
@media (min-width: 1800px) {
	.container {
		width: 1770px;
	}
	.container p, .container li {
		font-size: 24px;
	}
}
@media (min-width: 2200px) {
	.container {
		width: 2170px;
	}
	.container p, .container li {
		font-size: 34px;
	}
}
*/