body {
  overflow-x: hidden;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text-muted {
  color: #777777;
}
.text-primary {
  color: #50a2e5;
}
.text-danger {
  color: #e9573f;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #50a2e5;
}
a:hover,
a:focus,
a:active,
a.active {
  /*color: #248ade;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.img-centered {
  margin: 0 auto;
}
.bg-white {
  background-color: #FFF;
}
.bg-light {
  background-color: #fafafa;
}
.bg-dark {
  background-color: #222222;
}
.btn {
  color: #FFF;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.btn-primary {
  color: #ffffff;
  background-color: #50a2e5;
  border-color: #50a2e5;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #248ade;
  border-color: #2085d8;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #50a2e5;
  border-color: #50a2e5;
}
.btn-primary .badge {
  color: #50a2e5;
  background-color: #ffffff;
}
.btn-tp {
  background: #50a2e5;
}
.btn-wire {
  background: none;
  border: 2px solid #FFF;
  padding: 15px 47px;
}
.btn-wire:hover,
.btn-wire:focus {
  color: #FFF;
  background: rgba(255, 255, 255, 0.1);
}
.btn-xl {
  font-weight: 600;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}

ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  height: 30px;
  width: 25px;
  font-size: 20px;
  line-height: 30px;
  color: rgba(119,119,119,0.3);
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

ul.social-buttons li a:hover{
    color: rgba(119,119,119,1);
}

::-moz-selection {
  text-shadow: none;
  background: #50a2e5;
}
::selection {
  text-shadow: none;
  background: #50a2e5;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #50a2e5;
}
.topbar-nav {
  display: none;
  width: 100%;
  height: 35px;
  padding: 8px 0;
  background: #f9f9f9;
  border-bottom: 1px solid #EEE;
  margin-bottom: 14px;
  font-size: 12px;
  color: #AAA;
}
.topbar-nav li > a {
  color: #AAA;
}
.topbar-nav .topbar-left {
  float: left;
}
.topbar-nav .topbar-left li {
  margin-right: 5px;
  margin-top: 1px;
}
.topbar-nav .topbar-left li:last-child {
  margin-right: 0;
}
.topbar-nav .topbar-left li span {
  padding-right: 5px;
}
.topbar-nav .topbar-right {
  float: right;
}
.topbar-nav .topbar-right li {
  margin-right: 10px;
}
.topbar-nav .topbar-right li:last-child {
  margin-right: 0;
}
.topbar-nav .topbar-right li a {
  font-size: 15px;
}
.navbar-default {
  background-color: #FFF;
  border-color: transparent;
  margin-bottom: 0;
  top:0;
}
.navbar-default .navbar-brand {
  color: #555;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.4px;
  line-height: 26px;
  padding: 10px 15px;
  float:none;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
  color: #555;
  text-decoration: underline;
}
.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-default .navbar-toggle {
  background-color: #50a2e5;
  border-color: #50a2e5;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #50a2e5;
}
.navbar-default .nav li a {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 12px 15px;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: #666;
  outline: none;
}
.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: #666;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background-color: #2489cc;
}

  .navbar-default .navbar-brand {
    color: #000;
    font-size: 2em;
    line-height: 20px;
  }
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    color: #000;
    outline: none;
  }
  .navbar-default .nav li a {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 12px 15px;
    margin-top: 8px;
  }
  .navbar-default .nav li a:hover,
  .navbar-default .nav li a:focus {
    color: #000;
    outline: none;
  }
  .navbar-default .navbar-right {
    margin-top: 8px;
  }
  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .navbar-default.navbar-shrink {
    position: fixed;
    top: -100px;
    background-color: #000;
    padding: 22px 0;
    border-radius: 0;
    background: #fcfcfc;
    border-bottom: 1px solid #000;
  }
  .navbar-default.navbar-shrink .navbar-brand {
    height: 40px;
    color: #555;
    font-size: 1.5em;
    line-height: 18px;
  }
  .navbar-default.navbar-shrink .navbar-right {
    margin-top: 3px;
  }
  .navbar-default.navbar-shrink .nav li a {
    color: #999;
    padding: 8px 12px;
    margin-left: 7px;
    text-transform: none;
  }
  .navbar-default.navbar-shrink .nav li a:hover,
  .navbar-default.navbar-shrink .nav li a:focus {
    color: #333;
    background: transparent;
  }
  .navbar-default.navbar-shrink .navbar-nav > .active > a {
    position: relative;
    color: #555;
  }
  .navbar-default.navbar-shrink .navbar-nav > .active > a:hover,
  .navbar-default.navbar-shrink .navbar-nav > .active > a:focus {
    color: #333;
    background: transparent;
  }
  .navbar-default.navbar-shrink .navbar-nav > .active > a:after {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #50a2e5;
  }
  .navbar-default.navbar-shrink-scroll {
    top: 0;
  }
footer {
  color: #FFF;
  background: #232323;
  padding: 15px 0;
}
footer span.copyright {
  line-height: 30px;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 30px;
  text-transform: none;
}
#hero {
  position: relative;
  text-align: center;
  color: white;
  height: 85px;
  background-color:#2489CC;
}
    #hero:before {
        z-index: -2;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        /*background-image: url('../content/Images/front.jpg');
        background-repeat: none;
        background-attachment: scroll;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;*/
    }
#hero:after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(60, 83, 111, 0.55);
}
#hero .intro-text {
  padding-top: 200px;
  padding-bottom: 225px;
}
#hero .intro-text .intro-lead-in {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 22px;
}
#hero .intro-text .intro-heading {
  max-width: 900px;
  text-align: center;
  letter-spacing: 1.2px;
  font-weight: 200;
  font-size: 40px;
  line-height: 58px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
#hero .intro-text a {
  border-radius: 30px;
  padding: 16px 48px;
  text-transform: uppercase;
}

section {
  padding: 50px 0;
  border-bottom: 1px solid #EEE;
}
section h2.section-heading {
  color: #555;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 16px;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}

#services {
  position: relative;
}
#services:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background: #50a2e5;
  background: rgba(0, 0, 0, 0.12);
}
.service-icon {
  margin-bottom: 22px;
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
#features {
  background: url('../img/features/feature1.png') no-repeat center 200px #f9f9f9;
  min-height: 750px;
  overflow: hidden;
}
#features-flat {
  padding: 50px 0;
  min-height: 610px;
  overflow: hidden;
}
#features-flat img {
  max-width: 400px;
}

#call-to-action {
  margin-top: -1px;
  color: #FFF;
  position: relative;
  border: 0;
  max-height: 240px;
  overflow: hidden;
}
#call-to-action .section-heading {
  color: #FFF;
}
#call-to-action .section-subheading {
  color: #EEE;
}
#call-to-action:before {
  z-index: -2;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url('../img/patterns/polygon/6.png');
  background-repeat: none;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#call-to-action:after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(80, 162, 229, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}
.team-member img {
  border-top: 3px solid #50a2e5;
  padding-bottom: 0;
  margin: 0 auto;
}
.team-member h4 {
  margin-left: 12px;
  margin-top: 30px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-left: 12px;
  margin-top: 0;
}
.team-member .social-buttons {
  display: none;
  margin-right: 6px;
  margin-top: 10px;
  text-align: center;
  float: right;
}
section#clients {
  padding: 0;
}
section#clients img {
  margin: 50px auto;
}
section#clients .client-logo {
  float: left;
  width: 20%;
}

section#contact {
  background: #f9b24f;
  position: relative;
  padding: 50px 0;
  border-bottom: 1px solid #2d363f;
}
section#contact .section-heading {
  color: white;
  font-weight: 200;
  font-size: 36px;
  /*margin-bottom: 40px;*/
}
section#contact .form-group {
  text-align: center;
  float: none;
  width: 48%;
  margin-right: 2%;
  display: inline-block;
    margin: 0 auto;
    margin-bottom: 10px;
}

section#contact .form-group:last-child {
  width: 22%;
  display:block;
  float: right;
  margin-right: 280px;
  margin-bottom: 0px;
}

section#contact .form-control {
  height: 33px;
    border-radius: 2px;
    border: 0;
    width: 60%;
    display: inline-block;
    float:right;
}

.texto_demo{
	font-size: 16px !important;
	max-width: 800px;
	margin: 0px auto 21px auto;
}

.form-control-area{
	width: 619px!important;
	margin-right: 28px!important;
	height: 100px!important;
	float:right;
	border: 0px;
	padding-left: 12px;
	padding-right: 12px;
	color: #555;
}

.input-radius{
	border-radius: 8px !important;
	resize: none;
}

#comentario-popup{
  width: 570px!important;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  margin-right: 0!important;
}

.texto-popup{
  margin:0 10px;
  text-align: center;
}

.btn-popup{
  display:block;
  width:150px;
  margin-top:1em;
  padding:5px;
  background-color: #02aefb;
  color:#fff;
  border-radius: .5em;
  text-align: center;
}

.btn-popup:hover{
  background-color: #248ade;
  color:#fff;
  text-decoration: none;
}

.btn-popup-mejorar{
  background-color:#02aefb;
  border-radius: .5em;
}

.btn-popup-mejorar:hover{
  background-color: #248ade;
}

.btn-popup-mejorar:focus{
  background-color: #248ade;
}

.btn-popup-container{
  width:100%!important;
}

.captcha{
  width: 100%!important;
  display: flex!important;
  justify-content: center!important;
}

section#contact .btn {
  height: 54px;
  padding: 13px 10px 14px;
}
section#contact p {
  margin-top: 15px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
}
section#contact ::-webkit-input-placeholder {
  font-weight: 600;
  color: #bbbbbb;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-weight: 600;
  color: #bbbbbb;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 600;
  color: #bbbbbb;
}
section#contact :-ms-input-placeholder {
  font-weight: 600;
  color: #bbbbbb;
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #50a2e5;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}

.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-style: italic;
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}





/*===============================================
  A. Misc Helpers
================================================= */
/* Vertical Align Helpers */
.va-t {
  vertical-align: top !important;
}
.va-m {
  vertical-align: middle !important;
}
.va-b {
  vertical-align: bottom !important;
}
.va-s {
  vertical-align: super !important;
}
/* Relative Position Helper */
.posr {
  position: relative !important;
}
/* Inline Block Helper */
.ib,
.inline-object {
  display: inline-block !important;
}
/* pointer cursor */
.cursor {
  cursor: pointer !important;
}
/* Useful for emphasizing a disabled input */
.option-disabled {
  opacity: 0.6 !important;
}
/* unstyled input */
.input-unstyled,
.input-unstyled:hover,
.input-unstyled:focus {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
}
/*===============================================
  D. Table Layout Helpers
================================================= */
/* table-layout when attached to row */
.row.table-layout {
  margin-left: 0;
  margin-right: 0;
  border-collapse: collapse;
}
.table-layout {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
}
/* table-layout helper content */
.table-layout > div,
.table-layout > aside,
.table-layout > section {
  vertical-align: middle;
  display: table-cell;
  float: none;
}

/*===============================================
  D. Padding Helpers
================================================= */
.pn {
  padding: 0 !important;
}
.p1 {
  padding: 1px !important;
}
.p2 {
  padding: 2px !important;
}
.p3 {
  padding: 3px !important;
}
.p4 {
  padding: 4px !important;
}
.p5 {
  padding: 5px !important;
}
.p6 {
  padding: 6px !important;
}
.p7 {
  padding: 7px !important;
}
.p8 {
  padding: 8px !important;
}
.p10 {
  padding: 10px !important;
}
.p12 {
  padding: 12px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p35 {
  padding: 35px !important;
}
.p40 {
  padding: 40px !important;
}
.p50 {
  padding: 50px !important;
}
.ptn {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.prn {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pbn {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pln {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
/* Axis Padding (both top/bottom or left/right) */
.pv5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pv8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pv25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.pv40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pv50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.ph5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.ph8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.ph10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.ph15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.ph20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.ph25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.ph30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.ph40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.ph50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
/* responsive padding helpers */

/*===============================================
  E. Margin Helpers
================================================= */
/* margin center helper */
.mauto {
  margin-left: auto;
  margin-right: auto;
}
.mn {
  margin: 0 !important;
}
.m1 {
  margin: 1px !important;
}
.m2 {
  margin: 2px !important;
}
.m3 {
  margin: 3px !important;
}
.m4 {
  margin: 4px !important;
}
.m5 {
  margin: 5px !important;
}
.m8 {
  margin: 8px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m35 {
  margin: 35px !important;
}
.m40 {
  margin: 40px !important;
}
.m50 {
  margin: 50px !important;
}
.mtn {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mrn {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mbn {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mln {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
/* Axis Margins (both top/bottom or left/right) */
.mv5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mv10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mv15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mv20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mv25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mv40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mv50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mv70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.mh5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mh10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mh15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.mh20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mh25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.mh30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.mh40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.mh50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.mh70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}
/* Negative Margin Helpers */
.mtn5 {
  margin-top: -5px !important;
}
.mtn10 {
  margin-top: -10px !important;
}
.mtn15 {
  margin-top: -15px !important;
}
.mtn20 {
  margin-top: -20px !important;
}
.mtn30 {
  margin-top: -30px !important;
}
.mrn5 {
  margin-right: -5px !important;
}
.mrn10 {
  margin-right: -10px !important;
}
.mrn15 {
  margin-right: -15px !important;
}
.mrn20 {
  margin-right: -20px !important;
}
.mrn30 {
  margin-right: -30px !important;
}
.mbn5 {
  margin-bottom: -5px !important;
}
.mbn10 {
  margin-bottom: -10px !important;
}
.mbn15 {
  margin-bottom: -15px !important;
}
.mbn20 {
  margin-bottom: -20px !important;
}
.mbn30 {
  margin-bottom: -30px !important;
}
.mln5 {
  margin-left: -5px !important;
}
.mln10 {
  margin-left: -10px !important;
}
.mln15 {
  margin-left: -15px !important;
}
.mln20 {
  margin-left: -20px !important;
}
.mln30 {
  margin-left: -30px !important;
}
/* Vertical Negative Margin "mv" + "n" + "x" */
.mvn5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}
.mvn10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.mvn15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}
.mvn20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.mvn30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}
/* Horizontal Negative Margin "mh" + "n" + "x" */
.mhn5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.mhn10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.mhn15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.mhn20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.mhn30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}
/*===============================================
  H. Max Width Helpers
================================================= */
.fluid-width {
  width: 100% !important;
}
.mw10 {
  max-width: 10px !important;
}
.mw20 {
  max-width: 20px !important;
}
.mw30 {
  max-width: 30px !important;
}
.mw35 {
  max-width: 35px !important;
}
.mw40 {
  max-width: 40px !important;
}
.mw45 {
  max-width: 45px !important;
}
.mw50 {
  max-width: 50px !important;
}
.mw60 {
  max-width: 60px !important;
}
.mw80 {
  max-width: 80px !important;
}
.mw100 {
  max-width: 100px !important;
}
.mw140 {
  max-width: 140px !important;
}
.mw160 {
  max-width: 160px !important;
}
.mw180 {
  max-width: 180px !important;
}
.mw200 {
  max-width: 200px !important;
}
.mw240 {
  max-width: 240px !important;
}
.mw280 {
  max-width: 280px !important;
}
.mw320 {
  max-width: 320px !important;
}
.mw400 {
  max-width: 400px !important;
}
.mw450 {
  max-width: 450px !important;
}
.mw500 {
  max-width: 500px !important;
}
.mw600 {
  max-width: 600px !important;
}
.mw700 {
  max-width: 700px !important;
}
.mw800 {
  max-width: 800px !important;
  color:white;
}
.mw850 {
  max-width: 850px !important;
}
.mw900 {
  max-width: 900px !important;
}
.mw1000 {
  max-width: 1000px !important;
}
.mw1100 {
  max-width: 1100px !important;
}
.mw1200 {
  max-width: 1200px !important;
}


.iconos-primero{
    border: 2px solid blue;
    border-radius: 45px;
}
.iconos-segundo {
    border: 2px solid green;
    border-radius: 45px;
}
.iconos-tercero{
    border: 2px solid orange;
    border-radius: 45px;
}
.tg  {
    border-collapse:collapse;
    border-spacing:0;


}
.tg td{
    font-family:Arial, sans-serif;
    font-size:14px;
    padding:10px 5px;
    border-style:solid;
    border-width:1px;
    overflow:hidden;
    word-break:normal;
}
.tg th{
    font-family:Arial, sans-serif;
    font-size:14px;
    font-weight:normal;
    padding:10px 5px;
    border-style:solid;
    border-width:1px;
    overflow:hidden;
    word-break:normal;
    
}
.tg .tg-hgcj{
    font-weight:bold;
    text-align:center;
    background:#50a2e5;
    border: none;
}
.tg .tg-yw4l {
    vertical-align: middle;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    border: none;
}
.tabla-fila {
    background:#f5f5f5;
}

.tabla-fila:nth-child(even){
    background:#AAA;
}
.escribirtexto {
    height: 54px;
    border-radius: 2px;
    border: 0;
    width: 296px;
    display: block;
}

.incluid-icon{
    width:80px;
    height:80px;
    border-radius: 45px;
    margin: 0 auto;
	color:#fff;

}

.incluid-icon-precios{
    width:40px;
    height:40px;
    border: 2px solid skyblue;
    border-radius: 45px;
    margin: 0 auto;
    display:inline-block;
}

.fila-1{
    border-color:skyblue;
    background-color:skyblue;
}


.fila-2{
    border-color:green;
    background-color:green;
}

.fila-3{
    border-color:orange;
    background-color:orange;
}

.beneficios-fila-1{
    border-color:darkgray;
    background-color:darkgray;
}

.beneficios_sysorg{
	background-color:#a8673399;
}

.beneficios_sperta{
	background-color: #ff6f41b3;
}

.beneficios_sperta_brief{
	background-color: #81B6E3;
}

.beneficios_sysmed_os{
    background-color:#8bc34a;
}

.beneficios_software_factory{
	background-color:#b0055f99;
}

.beneficios_sysmed{
	background-color:#69c3bb;
}

.beneficios_sueldos{
	background-color: #5d21ceb3;
}

.beneficios_firmas{
  background-color: #ce2121b3;
}

.logos-circular{
    font-size: 40px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.logos-precios {
    font-size: 25px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.logos-circular i{
    margin-top: 50%;
    transform: translateY(-50%);
}

.item > img{
    background-size:cover!important;  
    width:100%!important;
    max-width:1400px;
}

a.page-login,
a.page-scroll{
    font-size:13px!important;
}

a.page-login:hover,
a.page-scroll:hover {
    border-bottom: 2px solid #000;
    padding-bottom: 5px!important;
}

#info {
    padding: 0;
    margin-top: 80px;
}

.navbar-default .navbar-nav > .active > a {
    border-radius: 0!important;
    color: #000;
    background-color: transparent;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}

a.navbar-brand.page-scroll,
a.navbar-brand.page-scroll:hover{
    border:none!important;
    text-decoration: none!important;
    font-size: 25px!important;
}

a.navbar-brand.page-scroll {
    padding: 13px 15px;
    vertical-align:middle;
}

.navbar-default{
    position:fixed;
    /*background-color: transparent;*/
	background-color: #ddd;
    width:100%;
    z-index:1100;
    height:80px;
    border-radius:0;
}

.logomastersoft {
	width: 200px;
    margin-right: 10px;
    margin-left: -56px;
    margin-top: 5px;
}

/*#myCarousel {
    margin-top: 17px;
    height:582px;
}*/

.carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: -o-transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
}

.carousel-item-texto-contenedor-1{
    border-radius: 25px;
    position: absolute;
    bottom: 50px;
    right: 10%;
    left: 10%;
    text-align: center;
    color: #fff;
    font-size: 20px;

}

#conoce-mas,
#conoce-mas-slide2,
#conoce-mas-slide3{
    background-color: rgba(255,255,255,0.4);
    border-color: rgba(5,5,5,0.1);
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 50px;
    margin-top:10px;
	cursor:pointer;
	display: inline-block;
    vertical-align: middle;
	padding: 5px 14px 4px;
    font-family: inherit;
    line-height: 1.72em;
    text-align: center;
}

#conoce-mas:hover,
#conoce-mas-slide2:hover,
#conoce-mas-slide3:hover{
    border-color: rgba(5,5,5,1);
	background-image: none, linear-gradient(to bottom, #02aefb 0, #02aefb 100%);
}

.paralelogramo {
    
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    width: 857px;
    margin: 0 auto;
    padding: 5px;
    
}

.hoja {
    -moz-border-radius: 0 50% / 0 100%;
     -webkit-border-radius: 0 50% / 0 100%;
     border-radius: 0 50% / 0 100%;
    background: rgba(0,0,0,0.1);
    width: 857px;
    margin: 0 auto;
    padding: 5px;
    border: 3px solid #555;
}

.carouselitem{
    height:582px;
    width:100%;
    position:relative;
    background-size:cover;
	 
	
}

.form-control-area{
    width: 619px!important;
    margin-right: 28px!important;
    height: 100px!important;
    float:right;
}

.mobile{
    display:none;
}



.custom-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.custom-overlay p{
    font-size:20px;
}

.letragrande{
    font-size:19px;
}

.gradient{
  background-image: radial-gradient( circle at 36% 48%, #000000, rgba(11, 39, 65, 0.32) 87%, rgba(0, 0, 0, 0.0));
  width: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 2;
  top:-80px;
}

#video{
  position: absolute;
  top: -80px;
  z-index: 1;
  object-fit: fill;
}

.formulariovideo{
	z-index:3;
	position:absolute;
	color: #fff;
    text-align: left;
}

.formulariovideo .form-control{
	display:inline-block;
	width: 90%;
}

.formulariovideo span{
	display:block;
	text-align:left;
}

.checkLabel {
	float: left;
}

.checkProd {
	float: left;
	margin-left: 10px;
}

.checkProd input {
	display: none;
}

.checkProd label .fa-check-square {
	display: none;
}

.checkProd label .fa {
	margin-left: 5px;
	font-size: 1.2em;
	vertical-align: middle;
}



.checkProd label {
	margin: 0 10px;
	cursor: pointer;
	user-select: none;
}

.checkProd input:checked+label .fa-square {
	display: none;
}

.checkProd input:checked+label .fa-check-square {
	display: inline;
}


.formulariovideo .form-control-area {
  width: 100%!important;
  margin-right: 0!important;
  height: 100px!important;
  border-radius: 4px;
  resize: none;
  float:none;
}

.formulariovideo button{
	width: 40%;
    float: none;
    display: inline-block;
}

.formulariovideo .form-group:last-of-type{
	text-align:right;
}

.nav > li{
	padding: 12px 15px;
}

.navbar-default .nav li a{
	padding:0;
}

.navbar{
	transition: all 400ms ease-in-out;
}

.navbar.conbackground{
	background-color:#ddd;
	color:#000;
}

.navbar.conbackground li a{
	color:#000;
}

.navbar.conbackground .active a{
	color:#000;
	border-bottom: 2px solid #333;
}

.navbar.conbackground li a:hover, .navbar.conbackground li a:focus{
	color:#000;
	border-bottom: 2px solid #333;
}


.alimpio{
	color:inherit;
	text-decoration:none;
}
.alimpio, .alimpio:hover, .alimpio:focus, .alimpio:active, .alimpio.active{
	text-decoration:none!important;
	color:inherit!important;
}

.alimpio h4:hover{
	color:#939393;
}

.incluid-icon .alimpio:hover{
  filter: brightness(85%);
}

.alimpio p{
	cursor:default;
}

.footerimagen{
  text-align:center;
  padding-top:10px;
}

.footerimagen img{
	max-width:80%;
	margin:0 auto;
}

.contcounter{
	display:inline-block;
}

.footerimagendos{
	max-width:80%;
	margin:0 auto;
}
.contcounter{
	width: 24%;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    padding-top: 0;
    margin-top: -10px;
    padding-bottom: 50px;
}

.ccu{
	padding-left: 30px;
}

.ccd{
	padding-left: 40px;
}

.cct{
	padding-left: 65px;
}

.ccc{
	padding-left: 80px;
}

.tech-slideshow {
  height: 200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow > div {
  height: 140px; 
  width: 4620px; /*hacer esta imagen de 2526px * 400 y poner en este width 2526, el height dsp ver que se vea bien. el tema es el width */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.tech-slideshow .mover-1 {
  animation: moveSlideshow 10s linear infinite;
  background: url(./Images/marquee.png);
  height: 140px;
  background-size:contain;
  z-index:2;
}
.tech-slideshow .mover-2 {
  animation: moveSlideshow 10s linear infinite;
  background: url(./Images/marquee.png);
  height: 140px;
  background-size:contain;
  z-index:1;
}

@keyframes moveSlideshow {
  0% { left: 0; }
  100% { left: -100%; }
}

@keyframes moveSlideshow2 {
  from {
    transform: translateX(-99%);
  }
  to {
    transform: translateX(-100%);
  }
}

.marquee {
    width: 100%;
    overflow: hidden;
}


.emailcontrol
{
	width:618px!important;
	margin-right:29px;
}

.largoform{
	width:100%!important;
}

footer
{
	min-height:100px;
	position:relative;
	background-color:#232323;
	color: #fff
}

.datafiscal{
	
}

.datafiscal img{
	opacity:0.8;
}

.datafiscal img:hover{
	opacity:1;
}

.ubicacion{
	margin-bottom:5px;
	font-size:16px;
	
}

.ubicacion a{
	color:#fff;
}

footer>div div:first-of-type .ubicacion p{
	color: #fff;
  	font-size: 16px;
  	margin:0;
}

.columna{
	width:25%;
	display:inline-block;
	vertical-align:top;
	margin: 0 auto;
	margin-left:2%;
	margin-bottom:25px;
}
	
.columna:last-of-type {
    margin-left: 0;
    width: 18%;
    text-align: center;
}
	
.columna h2{
	padding-bottom:10px;
	border-bottom: 1px solid #fff;
	margin-bottom:20px;
    /*margin-right: 100px;*/
}


.spsm{
	color:#50a2e5;
}

.spsm:hover{
	text-decoration:underline;
}
/*
.datafiscal{
	margin-top:20px;
}

.datafiscal img{
	width:15%;
}
*/
.datafiscal img{
	width:30%;
	margin-top:85px;
}


#mapa{
	width:100%;
	height:200px;
	margin-top:15px;
}

.parallax { 
    background-image: url(./Images/paralaximg.jpg);
	width:100%;
    height: 400px;     
	
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gradientpl{
  background-image: radial-gradient( circle at 36% 48%, #000000, rgba(11, 39, 65, 0.32) 87%, rgba(0, 0, 0, 0.0));
  width: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 2;
  height:400px;
}

.parallax div{
	text-align:center;
	color:#fff;
	font-size:20px;
}

.parallax i {
	color:#f9b24f;
	font-size:40px;
	margin-bottom:10px;
}

.paritem{
	margin-top:60px;
}

.paritem .anios:first-of-type{
	margin-bottom:5px;
}

.paritem .anios:last-of-type{
	font-weight:bold;
	color:#f9b24f;
}

.subir{
	position:fixed;
	bottom:25px;
	right:25px;
	color: #1fade4;
	font-size:30px;
	z-index:30000;
	cursor:pointer;
	display:none;
	opacity:0.8;
}

.subir:hover{
	opacity:1
}

.anios:first-of-type {
    font-size: 25px;
    font-weight: bold;
}

.beneficios{
	width:90%;
	margin: 0 auto;
}

.beneficiosPostular{
	text-align:left;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
}

.beneficiosPostular:hover{
	text-decoration:underline;
}


.imgBeneficios{
	width:100%;
}

#myModal{
	z-index:9999999;
}


#myModalCalidad{
	z-index:9999999;
}

#myModalMejorar{
	z-index:9999999;
}

.modal-body .form-group{
	display:inline-block;
	width:49%;
}

.modal-body .formlargo{
	width:100%;
}
.formlargo span{
	display:block;
}
.formlargo div{
	width:80%;
	display:inline-block;
	vertical-align:top;
}

#emBtnElegir{
	height: 34px;
    padding: 6px 12px;
	font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#emBtnElegir:hover{
	background-color: #eee;
}

#emFileTxt{
	height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.errorContenedorImagen img{
  width: 80%
}


#error{
  border-bottom: none;
}

.errorContenedorImagen{
  text-align: center;
}

.errorTexto h2{
  font-size: 27px;
  text-align: center;
}

.errorBoton{
  text-align: center;
  margin-top: 25px;
}

.errorTexto h3{
  text-align:center;
}

#volverAhome{
  background: transparent;
  border: 1px solid #333;
  border-radius: 8px;
  cursor: pointer;
  padding: 8px 18px;
  font-weight: 600;
}

#volverAhome:hover{
  background: #333;
  color: #efefef;
}

.fondoAzulError{
  background-color: #efefef;
}

.loader {
	animation: spin 1s linear infinite;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-top: -2px;
    border: 5px solid #fff;
    border-top: 5px solid #3498db;
}

.blog-container {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 120px;
  background: rgb(202, 6, 6);
}

.blog-container .btn{
  text-transform: uppercase;
  max-width: 200px;
  padding: 10px;
}

.gallery {
  width: 40%;
}

.gallery + div{
  width:50%;
}

.gallery-container {
  align-items: center;
  display: flex;
  height: 220px;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

.gallery-container img{
  cursor: pointer;
}

.gallery-item {
  height: 150px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 150px;
  z-index: 0;
}

.gallery-item-1 {
  left: 15%;
  opacity: .4;
  transform: translateX(-50%);
}

.gallery-item-2,
.gallery-item-4 {
  height: 200px;
  opacity: 1;
  width: 200px;
  z-index: 1;
}

.gallery-item-2 {
  left: 30%;
  transform: translateX(-50%);
}

.gallery-item-3 {
  width: 300px;
  height: 300px;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.gallery-item-4 {
  left: 70%;
  transform: translateX(-50%);
}

.gallery-item-5 {
  left: 85%;
  opacity: .4;
  transform: translateX(-50%);
}

.gallery-controls {
  display: flex;
  justify-content: center;
  /* margin: .4em 0 2em 0; */
}

.gallery-controls button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 1em;
  margin: 0 10em;
  padding: 0 12px;
  text-indent: -999999px;
  background-image: url("Images/Iconos/Flecha.svg");
  background-repeat: no-repeat;
  position: relative;
  top: -120px;
  z-index:1;
}

.gallery-controls button:focus {
  outline: none;
}

.gallery-controls button:last-of-type{
  transform: rotate(180deg);
}

.gallery-nav {
  bottom: -15px;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 100%;
}

.gallery-nav li {
  background: #ccc;
  border-radius: 50%;
  height: 10px;
  margin: 0 16px;
  width: 10px;
}

.gallery-nav li.gallery-item-selected {
  background: #555;
}

#apps{
  background-color:#ffecd2;
}

.appsCar{
  display:flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  margin:3em auto;
}

#videoApps{
  width:100%;
}

.apps-info{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  width: 50%;
}

.apps-info + div{
  width:80%;
  margin-top:2em;
}

#NombreApp{
  font-weight: 900;
  color:#232323;
}

.politicas ul{
  margin-bottom:1em;
}

.politicas li{
  padding:.5em 0;
}

.politicas ol{
  margin-top:1em;
}

.float-whatsapp{
	position:fixed;
	width:60px;
	height:60px;
  bottom: 80px;
  right: 20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #232323;
  z-index:100;
  transition: all 0.2s ease-in-out;
}

.float-whatsapp:hover{
  background-color:#1a8d44;
}

.btn:link,
.btn:visited {
    transition: all .2s;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color:#fff;
}

.btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn-white::after {
    background-color: #25d366;
}

.btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn i{
  margin:0;
}

.btn-animated {
    animation: moveInBottom 5s ease-out;
    animation-fill-mode: backwards;
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.my-float{
	margin-top:16px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.products-row{
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

@media screen and (max-width:770px){
    .navbar-default{
        position:relative;
        font-size:12px;
        color:#fff;
    }
    .container {
        width: 100%;
        padding: 5px;
    }
    .logomastersoft{
        display: block;
        margin: 0 auto;
        width: 70%;
		margin-top:-10px;
    }
    a.navbar-brand.page-scroll {
        width: auto;
        display: inline-block;
        font-size: 18px !important;
        color: #fff;
    }
    #info{
        display:none;
    }
    #myCarousel{
        display:none;
        
    }
	
	#video{
		object-fit: cover!important;
		object-position: right;
	}
	
	.formulariovideo {
		left: 0!important;
		right: 0!important;
		width: 100%;
		padding: 5px;
	}
	
	.formulariovideo .form-control{
		width:100%!important;
	}
	
	#contactForm{
		width:100%!important;
		color: white;
	}
	
    .mt70
    {
        margin-top:10px!important;
    }
    .mb50{
        margin-bottom:10px!important;
    }
    section{
        padding:0px;
    }
    .col-xs-6{
        width:100%;
        float:none;
        margin: 0 auto;
    }
    .col-xs-6.col-sm-4.mb50{
        margin-bottom:20px!important;
    }
    section h3.section-subheading{
        margin-bottom:15px;
    }
    section#contact{
        width:100%;
        padding:0;
    }
    section#contact .form-group{
        width:100%;
    }
    .form-control-area,
    section#contact .form-control{
        width:100%!important;
        margin-right: 0!important;
    }
    section#contact .form-group:last-child{
        float:none;
        width:150px;
        margin:0 auto;
        margin-bottom:10px;
    }
    .col-md-6,text-left{
        display:inline-block;
    }
    .copyright.text-muted{
        font-size:12px;
    }
    .desktop{
        display:none!important;
    }
    .mobile{
        display:block!important;
        position:relative;
    }
    html{
        overflow-x:hidden;
    }
    .ingresar-mobile{
        display: none!important;
        float: right;
        margin-right: 15px;
        margin-top: 14px;
    }
    .ingresar-mobile i{
        font-size: 32px;
        color: #fff;
    }
    .ingresar-mobile a:hover{
        border-color:transparent;
    }
    .navbar-right{
        display:none;
    }
    .navbar-header.page-scroll{
        width:100%;
        margin-right:0;
        margin-left:0;
    }

    .paralelogramo {
        width: 100%;
        margin: 0 auto;
        position: relative;
        height: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .carousel-item-texto-contenedor-1 {
        text-align: center;
        color: #fff;
        font-size: 17px;
        position: absolute;
        bottom: 30px;
        left: 0;
        right:0;
    }

	.parallax,
	.gradientpl{
		height:760px;
	}
	
	.paritem{
		width:45%;
		display:inline-block;
		padding:0;
	}
	
	.columna {
		width: 100%;
		display: block;
		vertical-align: initial;
		margin: 0 auto;
		margin-bottom: 20px;
		text-align: left;
	}
	.columna h2,
	.ubicacion{
		padding-left:20px;
	}
	
	.columna:last-of-type{
		margin:0 auto;
		width:100%;
		display:block;
		padding-bottom: 20px;
	}
	
	.datafiscal img{
		margin-top:0;
  }
  
  .blog-container {
    display: flex;
  }

  .logomastersoft {
    height: 80px;
    width: auto;
  }
}

@media screen and (min-width:1024px){
  .appsCar{
    flex-direction: row;
  }

  .apps-info + div{
    margin-top:0;
  }

  .products-row{
    flex-direction: row;
  }
}