/* 
colores SAINT 25 Aniversario 

AZUL
Pantone Reflex Blue
C: 100% / M: 94% / Y: 14% / K: 12%
R: 0 / G: 21 / B: 136
Hexadecimal: 001588

GRIS
33% de negro
C: 0 M: 0 Y: 0 K: 33.33 %
R: 181 / G: 183 / B: 185
Hexadecimal: B5B7B9

NARANJA
Pantone 1505C
C: 0% / M: 72% / Y: 100% / K: 0%
R: 255 / G: 106 / B: 0
Hexadecimal: FF6A00
*/

/*
triada cromatica en función del azul SAINT

AZUL OSCURO
hexadecimal: 060E3B
*/
body {
  font-family: 'Roboto Regular' !important;
}

footer {
  background: #060E3B;  /* (#343B45) */
  /* box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.5);*/ 
  color: #eeeff1;
}

.text-xs-left { 
  text-align: left; 
}

.text-xs-right { 
  text-align: right; 
}

.text-xs-center { 
  text-align: center; 
}

.text-xs-justify { 
  text-align: justify; 
}

@media screen and (min-width: 768px) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
}

@media screen and (min-width: 992px) {
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
}

@media screen and (min-width: 1200px) {
  .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
  .text-lg-justify { text-align: justify; }
}

.line {
  height: 10px;
  margin: 10px auto 0;
  text-align: center;
  width: 100px;
}

.line-light {
  border-top: 4px solid #fff;
}

.line-dark {
  border-top: 4px solid #000;
}

.header-contact {
  background: #060E3B; /* (#343B45) */ 
  border-bottom: 2px solid #060E3B; /* (#343B45) */ 
  color: #eeeff1;
  display: inline-block;
  height: 2em;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-align: right;
  width: 100%;
}

@media (max-width: 321px) {
  .header-contact
  {
    font-size: 12px;
  }
}

.tlf-contact {
  padding: 0 0.5em 0 0.5em;
  vertical-align: middle;
  height: 2em;
}

.icon-tlf, .tlf-contact {
  display: inline-block;
  vertical-align: middle;
}

.tlf-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tlf-contact li {
  display: inline-block;
  margin: 0 0.5em 0 0.5em;
}

.tlf-contact li div,.tlf-contact li a {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.tlf-contact a {
  text-decoration: none;
  color: #eeeff1;
  font-size: 0.8em; 
}

.flag-VE {
  background: url("../img/venezuela_round_icon_64.png") no-repeat center;
  background-size: contain;
  height: 30px;
  width: 30px;
}

.flag-PA {
  background: url("../img/panama_round_icon_64.png") no-repeat center;
  background-size: contain;
  height: 30px;
  width: 30px;
}

.pag-header {
  background: #001588; /* (#155B7D)*/
  /*box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);*/ 
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  z-index: 5000;
}

.nombre {
  margin: 0;
  padding: 1px;
}

.pag-header h1 {
  color: #fff;
  font-size: 1.3em;
  margin: 0;
  /*text-shadow: rgba(0,0,0,0.5) 2px 2px 5px;*/
}

.pag-header h2 {
  color: #fff;
  margin: 0;
  font-size: 0.7em;
  font-weight: normal;
  /*text-shadow: rgba(0,0,0,0.5) 2px 2px 5px;*/
}

.pag-header img {
  height: 60px;
  width: 70px;
  padding: 0;
}

.pag-header nav {
  font-size: 1em;
  padding:  0.1em 0;
  margin: 0;
}

.pag-header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pag-header nav li {
  display: inline-block;
  margin-top: 35px;
}

.pag-header nav a {
/*    border-radius: 5px;*/
  line-height: 1em;
  border-bottom: 3px solid #001588; /* (#155B7D)*/
  color: #fff;
  display: inline-block;
  margin: 0;
  padding: 0.25em 0.5em;
  text-decoration: none;
}

.pag-header nav li:hover {
/*    background: #437b97;*/
  border-bottom: 3px solid #fff;
  color: #fff;
}

.pag-header nav li.active {
/*    background: #437b97;*/
  border-bottom: 3px solid #fff;
  color: #fff;
}

.pag-header nav .img-logo {
  margin-top: -15px;
}

.logo, .nombre, .menu {
  display: inline-block;
  vertical-align: middle;
}

.slide {
  /*background: url("/img/Slide-fondo4.jpg") no-repeat scroll 20% 30%;*/
  /*background-color: #F1EEFF;*/
  background-color: #EFF1F3;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.saint {   
  /*background-color: #F1EEFF;*/
  background-color: #EFF1F3;
  margin: 0 auto;
  padding: 0.5em 0 2em 0;
  width: 100%;
}

.saint a {
  background-color: #FC6A20;
  border: 1px solid #FC6A20;
  border-radius: 2px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: 0.5em 0.5em 0 0;
  padding: 0.3em 2em;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.saint a:hover {
  background: #fff;
  color: #e25f1c;
  border-color: #fc6a20;
}

.saint article {
  text-align: left;
  width: 400px;
}

.saint figcaption {
  margin: 0;
  padding: 0 0 2em 0;
  text-align: left;
}

.saint img, .saint figcaption {
  display: inline-block;
  vertical-align: middle;
}

.servicios {
  padding-top: 22px;
  padding-bottom: 1em;
  /*background: #F1EEFF; /* (#e1e1e1) */
  background: #EFF1F3;
  /*border: 1px solid #eee;*/
  /*box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);*/
  margin: 0 auto;
  color: #fff; 
  color: black;
}

.ofrece a {
  text-decoration: none;
}

@media (max-width: 321px) {
  .servicios .ofrece
  {
    margin: 15px;
  }
}

.empresa2 {
  color: black; 
}

.empresa2 .parrafo2 {   
  /*text-indent: 2cm;*/
  font-size: 12px;
}

.empresa h3 {
  font-size: 1em;
}

.empresa a {
  color: orange;
}

.empresa .parrafo {   
  /*text-indent: 1cm;*/
  font-size: 12px;
}

.nosotros {
  color: black;
}

.direcciones {
  width: 100%;
  margin-top: 20px;
}

.direcciones li {
  font-size: 12px;
}

.Enlaces {
  padding-top: 22px;
  background: white; /* (#e1e1e1) */
  /*background: #ecf0f1;*/
  /*box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);*/
  margin: 0 auto;
  color: black; 
  margin-bottom: -40px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.widget-header-item .panel {
  height: 100%;
  border-radius: 6px;
  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12) !important;
  /* cursor: pointer; */
}

.widget-header-item {
  margin-bottom: 20px;
}

.col-align {
  float: none;
  display: inline-block;
}

.col-align--top {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.col-align--center {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.col-align--bottom {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}

.v-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  vertical-align: middle;
}

.modal-content {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.modal-header {
  border-bottom: 0;
  padding: 20px;
}

.modal-body {
  padding: 0px 20px 20px 20px;
}

.install {
  background:  url("../img/certificate.png") no-repeat 41% bottom, url("../img/software_box_saint.png") no-repeat 50% center;
  background-size: 60px, 115px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.learning {
  background: url("../img/adiestramiento.png") no-repeat 55% bottom, url("../img/presentation.png") no-repeat 40% center;
  background-size: 75px, 82px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.learning-modal {
  background: url("../img/adiestramiento.png") no-repeat 55% bottom, url("../img/presentation.png") no-repeat 47% center;
  background-size: 75px, 82px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.support {
  background: url("../img/receptionista.png") no-repeat 45% bottom, url("../img/appConfig.png") no-repeat 55% center;
  background-size: 75px, 65px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.asesor {
  background: url("../img/idea.png") no-repeat 60% bottom, url("../img/asesoramiento.png") no-repeat 50% center;
  background-size: 50px, 82px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.asesor-modal {
  background: url("../img/idea.png") no-repeat 56% bottom, url("../img/asesoramiento.png") no-repeat 50% center;
  background-size: 50px, 82px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.soporte {
  background: url("../img/soporte.png") no-repeat 60% bottom, url("../img/soporte2.png") no-repeat 50% center;
  background-size: 50px, 82px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.soporte-modal {
  background: url("../img/soporte.png") no-repeat 56% bottom, url("../img/soporte2.png") no-repeat 50% center;
  background-size: 50px, 82px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.develop {
  background: url("../img/phone.png") no-repeat 65% bottom, url("../img/computer.png") no-repeat 30% bottom, url("../img/tablet.png") no-repeat 50% bottom;
  background-size: 75px, 75px, 75px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.backupCloud {
  background: url("../img/desktop.png") no-repeat 45% bottom, url("../img/cloud3.png") no-repeat 60% top;
  background-size: 65px, 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.backupCloud-modal {
  background: url("../img/desktop.png") no-repeat 45% bottom, url("../img/cloud3.png") no-repeat 53% top;
  background-size: 65px, 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.envelope {
  background: url("../img/envelope.png") no-repeat 45% bottom, url("../img/envelope.png") no-repeat 60% top;
  background-size: 65px, 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.envelope-modal {
  background: url("../img/envelope.png") no-repeat 45% bottom, url("../img/envelope.png") no-repeat 55% top;
  background-size: 65px, 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.report {
  background: url("../img/report.png") no-repeat 45% bottom, url("../img/report2.png") no-repeat 60% top;
  background-size: 45px, 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.report-modal {
  background: url("../img/report.png") no-repeat 45% bottom, url("../img/report2.png") no-repeat 52% top;
  background-size: 45px, 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.suministros {
  background: url("../img/controlsuministro2.png") no-repeat 45% bottom, url("../img/controlsuministro.png") no-repeat 60% top;
  background-size: 65px, 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.suministros-modal {
  background: url("../img/controlsuministro2.png") no-repeat 45% bottom, url("../img/controlsuministro.png") no-repeat 52% top;
  background-size: 65px, 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.servidomit {
  background: url("../img/servidomit.png") no-repeat 45% bottom, url("../img/servidomit.png") no-repeat 60% top;
  background-size: 65px, 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.servidomit-modal {
  background: url("../img/servidomit.png") no-repeat 45% bottom, url("../img/servidomit.png") no-repeat 52% top;
  background-size: 65px, 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.acceso {
  background: url("../img/controlacceso.png") no-repeat 45% bottom, url("../img/controlacceso2.png") no-repeat 60% top;
  background-size: 65px, 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.aduana {
  background: url("../img/controlcuentas.png") no-repeat 45% bottom, url("../img/controlcuentas.png") no-repeat 60% top;
  background-size: 65px, 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.contribuyentes {
  background: url("../img/contribuyentes.png") no-repeat 45% bottom, url("../img/contribuyentes2.png") no-repeat 60% top;
  background-size: 65px, 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.contribuyentes-modal {
  background: url("../img/contribuyentes.png") no-repeat 45% bottom, url("../img/contribuyentes2.png") no-repeat 52% top;
  background-size: 65px, 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.productupdate {
  background: url("../img/actualizar.png") no-repeat 45% bottom, url("../img/check.png") no-repeat 60% top;
  background-size: 65px, 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.productupdate-modal {
  background: url("../img/actualizar.png") no-repeat 45% bottom, url("../img/check.png") no-repeat 52% top;
  background-size: 65px, 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.pedidos {
  background: url("../img/pedidosweb.png") no-repeat 45% bottom, url("../img/web.png") no-repeat 60% top;
  background-size: 65px, 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.pedidos-modal {
  background: url("../img/pedidosweb.png") no-repeat 45% bottom, url("../img/web.png") no-repeat 52% top;
  background-size: 65px, 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.despachos {
  background: url("../img/delivery_icon.png") no-repeat 45% bottom, url("../img/delivery_icon (1).png") no-repeat 60% bottom;
  background-size: 65px, 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.despachos-modal {
  background: url("../img/delivery_icon.png") no-repeat 45% bottom, url("../img/delivery_icon (1).png") no-repeat 52% bottom;
  background-size: 65px, 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.multimoneda {
  background: url("../img/exchange.png") no-repeat 50% bottom;
  background-size: 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.multimoneda-modal {
  background: url("../img/exchange.png") no-repeat 50% bottom;
  background-size: 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.sms {
  background: url("../img/sms.png") no-repeat 45% bottom, url("../img/sms2.png") no-repeat 60% top;
  background-size: 65px, 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.sms-modal {
  background: url("../img/sms.png") no-repeat 45% bottom, url("../img/sms2.png") no-repeat 52% top;
  background-size: 65px, 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.replica {
  background: url("../img/replica2.png") no-repeat 45% bottom, url("../img/replica2.png") no-repeat 64% top;
  background-size: 65px, 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.replica-modal {
  background: url("../img/replica2.png") no-repeat 45% bottom, url("../img/replica2.png") no-repeat 55% top;
  background-size: 65px, 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.gestionNomina {
  background: url("../img/payment.png") no-repeat 50% bottom;
  background-size: 80px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.gestionNomina-modal {
  background: url("../img/payment.png") no-repeat 50% bottom;
  background-size: 100px;
  height: 82px;
  margin: 0;
  padding: 0.5em;
}

.clientes {
  margin: 0;
  padding-top: 22px;
  width: 100% auto;
}

.clientes figure {
  display: inline-block;
  vertical-align: middle;
  margin: 3em 0 3em 0;
}

.clientes img {
  width: 100%   
}

.contacto {   
  padding-top: 22px;
  width: 100% auto;
  /*background-color: #F1EEFF;*/
  background-color: #EFF1F3;
}

.contacto .line-contacto {
  margin-top: 60px;
}

.contacto .form-contacto {
  margin-bottom: 60px;
  font-size: 12px;
}

.all-contacts {
  margin-top: 60px;
  padding: 0;
  width: 100% auto;
}

.all-contacts ul {
  list-style: none;
  margin: 0.5em;
}

.all-contacts li {
  padding: 0.5em;
}

.bandera-icon {
  width: 30%;
}

.footer-bottom {
  margin-top: 20px;
  margin-bottom: 5px;
}

.footer-bottom p {
  font-family: 'Roboto Regular';
  font-size: 11px;
  color: #fff;
  margin-top: 10px;
}

.footer-bottom p a {
  color: #FF6A00;
  text-decoration: none;
}

.footer-bottom .sociales {
  text-align: right;
}

@media (max-width: 480px) {
  .footer-bottom .sociales
  {
    text-align: center;
  }
}

.twitter .fa-circle {
  color: #4099FF;
}

.facebook .fa-circle {
  color: #335795;   
}

.skype .fa-circle {
  color: #00B0F3;
}

.btn-form {
  border-radius: 0px;
}

.productos {
  padding-top: 22px;
  padding-bottom: 3em;
}

/* Sección para las imagenes de los clientes */
.center-logos {
  align-items: center;
}

.feibo {
  width: 80%;
  margin: 0 auto;
}

.boconcept {
  margin: 0 auto;
  /* padding-top: 15%; */
  width: 100%;
}

.factory {
  margin: 0 auto;
  width: 100%;
}

.bahiap {
  width: 100%;
  margin: 0 auto;
  /* padding-top: 15%; */
}

.alerta_ie {
  border: 1px solid red;
  background: #F5E8E8;
  text-align: center;
  position: fixed;
  bottom: 0px;
  width: 100%;
}