
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Titillium', Arial;
  color: #666666;
  -webkit-font-smoothing: antialiased;
}
a {
  font-family: 'Titillium', Arial;
  -webkit-font-smoothing: antialiased;
}
div.content {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #666666;
  font-family: "Titillium", Arial;
}
header .navbar-default {
  background: rgba(0, 102, 51, 1) none repeat scroll 0 0;
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav {
  padding-top: 0px;
}
header .navbar-default ul.navbar-nav.idiomas {
    padding-top: 10px;
}
header .navbar-default ul.navbar-nav li a {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 18px;
  padding: 2px 20px 7px 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav.idiomas li a {
    padding: 5px 20px;
    font-size:13px;
}
header .navbar-default ul.navbar-nav li a:after {
  content: '';
  width: 32px;
  background: none;
  height: 4px;
  position: absolute;
  bottom: 2px;
  z-index: 99999;
  left: 20px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover:after {
  background: #ffffff;
}

header .navbar-default .navbar-brand {
  height: auto;
  padding: 0;
}
header .navbar-default.menuAviso ul.navbar-nav li a, header .navbar-default.menuAviso ul.navbar-nav li a:after{
    color:#006633;
}
header .navbar-default.scrolled, header .navbar-default.menuAviso {
  background: rgba(0, 102, 51, .8);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default.scrolled .navbar-brand, header .navbar-default.menuAviso .navbar-brand {
  padding: 10px 20px 5px 20px;
}
header .navbar-default.scrolled .navbar-brand img, header .navbar-default.menuAviso .navbar-brand img {
  width: auto;
  max-height: 38px;
}
header .navbar-default.scrolled ul.navbar-nav.idiomas, header .navbar-default.menuAviso ul.navbar-nav.idiomas {
  padding-top: 5px;
}

.scrollpoint {
  opacity: 0;
}
.scrollpoint.active {
  opacity: 1 \0;
}
.hanging-phone {
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: -70px;
}
.section-heading {
  margin: 60px 0 40px;
  text-align: center;
}
.section-heading h1 {
  display: inline-block;
  font-size: 55px;
  font-weight: 300;
  margin-bottom: 0;
}
.section-heading p {
  font-size: 25px;
  color: #999999;
  font-weight: 300;
}
.section-heading .divider:after {
  content: "";
  position: relative;
  height: 4px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 13px auto;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
.section-heading.inverse h1,
.section-heading.inverse p {
  color: #999999;
}
.section-heading.inverse .divider:after {
  background: #ffffff;
}
section#about {
  position: relative;
}
section#about .about-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
section#about .about-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}
section#features .media > .pull-right {
  margin-left: 20px;
}
section#features .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 2.6em;
  text-align: center;
}
section#features .media .media-heading {
  padding-top: 10px;
  font-weight: 300;
}
section#features .media .media-body {
  color: #999999;
}
section#features .media.media-left .media-body {
  text-align: right;
}
section#features .media.feature {
  margin-top: 25px;
}
section#features .media.feature:first-child {
  margin-top: 0;
}
section#features img {
  margin: 0 auto 20px;
}
section#clientes {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#clientes .review-filtering {
  margin: 20px 0 100px 0;
}
section#clientes .review-filtering .review .review-person {
  width: 100%;
}
section#clientes .review-filtering .review .review-person img {
  width: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
}
section#clientes .review-filtering .review .review-comment {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 40px 20px;
  position: relative;
}
section#clientes .review-filtering .review .review-comment h2 {
  font-size:20px
}
section#clientes .review-filtering .review .review-comment h3 {
  font-size:18px;
  margin-bottom: 15px;
    margin-top:0px;
}
section#clientes .review-filtering .review .review-comment h3 span {
  font-size: 16px;
}
section#clientes .review-filtering .review .review-comment p {
  font-size: 14px;
  color: #999999;
}
section#clientes .review-filtering .review .review-comment p span {
  margin-left: 10px;
}
section#clientes .review-filtering .review .review-comment:after {
  right: 100%;
  top: 51px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 15px;
}
section#clientes .review-filtering .review .review-person,
section#clientes .review-filtering .review .review-comment {
  float: left;
}
section#clientes .review-filtering .slick-dots {
  bottom: -80px;
}
section#clientes .review-filtering .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section#clientes .review-filtering .slick-dots li button:before {
  display: none;
}
section#screens .slider {
  margin: 50px 0;
}
section#screens .slider div img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  display: inline;
}
section#screens .slider div h4 {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
section#screens .slider .slick-dots li button {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
section#screens .slick-prev,
section#screens .slick-next {
  width: 50px;
  height: 50px;
  top: 44%;
}
section#screens .slick-slide {
  text-align: center;
}
section#screens .slick-prev:before {
  content: "\f104";
}
section#screens .slick-next:before {
  content: "\f105";
}
section#screens .slick-prev:before,
section#screens .slick-next:before {
  font-size: 34px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  line-height: 45px;
  color: #CCC;
  border: 2px solid #CCC;
  width: 50px;
  display: inline-block;
  height: 50px;
  text-align: center;
}
section#screens .filter {
  text-align: center;
}
section#screens .filter a {
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  margin: 10px 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* demo video Section */
section#demo .video-container {
  padding: 20px;
  border: 1px solid #b3b3b3;
  min-height: 450px;
  overflow: hidden;
}
section#demo iframe {
  width: 100%;
  height: 100%;
  border: none;
}
/* Get app Section */
section#contacto {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 0;
}
section#contacto .platforms {
  margin: 5px auto 120px auto;
  text-align: center;
}
section#getApp .platforms .btn {
  margin-right: 10px;
  margin-bottom: 20px;
}
/* support section */
section#contacto {
  padding: 0 0 150px 0;
}
section#contacto .media {
  margin-bottom: 10px;
}
section#contacto .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
section#contacto .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#contacto .media .media-heading a {
  font-weight: 400;
}
/* footer section */
footer {
  padding: 80px 0;
  text-align: center;
}
footer a > img {
  width: 100px;
}
footer .social {
  display: block;
  margin-top: 30px;
}
footer .social a {
  margin: 0 8px;
  padding: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .social a i {
  width: 1em;
}
footer .rights {
  margin-top: 30px;
}
footer .rights a {
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: bold;
}
footer .rights a:hover {
  text-decoration: none;
}
section {
  position: relative;
  padding-bottom: 90px;
}
/* Common style for pseudo-elements */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
  overflow: hidden;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.tp-caption {
  font-family: 'Titillium', Arial !important;
  -webkit-font-smoothing: antialiased;
}
.tp-caption.large_white_bold {
  color: #ffffff;
  font-size: 50px;
  font-weight: bold;
  text-shadow: 3px 3px 2px #555;
}
.tp-caption.large_white_light {
  color: #ffffff;
  font-size: 40px;
  font-weight: 300;
  text-shadow: 3px 3px 2px #555;
}
.btn {
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 25px;
}
.btn.btn-primary {
  border: 2px solid #ffffff;
  background: none;
  color: #ffffff;
}
.btn.btn-primary:hover {
  color: #ffffff;
}
.btn.btn-default {
  border: none;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.btn.btn-lg {
  padding: 10px 25px;
}
.btn:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  height: 40px;
  line-height: 40px;
  padding: 10px 20px;
  color: #666666;
  border: 2px solid #cccccc;
  font-weight: 300;
}
form textarea.form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: auto;
  line-height: normal;
}
@media screen and (max-width: 640px) {
  .logo {
    width: 100px;
    height: auto;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .contact-details {
    margin-top: 20px;
  }
  header .navbar-default {
    padding: 20px;
  }
  header .navbar-default .navbar-toggle {
    margin-top: 0px;
    margin-right: 0px;
    background: none;
    border: 2px solid #bcbcbc;
    color: #bcbcbc;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }
  header .navbar-default ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default ul.navbar-nav li a {
    padding: 10px;
    text-align: center;
  }
  header .navbar-default .navbar-collapse {
    border-color: transparent;
    clear: both;
  }
  header .navbar-default.scrolled .navbar-collapse, header.menuAviso .navbar-default .navbar-collapse {
    border-color: transparent;
    clear: both;
  }
  header .navbar-default.scrolled ul.navbar-nav, header.menuAviso .navbar-default ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default.scrolled .navbar-toggle, header.menuAviso .navbar-default .navbar-toggle {
    margin-top: 11px;
    margin-right: 20px;
    background: none;
    border: 2px solid #bcbcbc;
    color: #bcbcbc;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }
}
.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: block;
}
.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}
.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
header {
    background: #006633;
}
header .navbar-default ul.navbar-nav li a {
  color: #ffffff;
  background: none;
}
header .navbar-default ul.navbar-nav li a:hover {
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li.dropdown ul li a:after,
header .navbar-default ul.navbar-nav li.dropdown ul li a,
header .navbar-default ul.navbar-nav li.dropdown ul li a:hover{
    color: #006633;
}
header .navbar-default.scrolled, header .navbar-default.menuAviso  {
  border-bottom: 3px solid #555555;
}
header .navbar-default.scrolled ul.navbar-nav li a, header .navbar-default.menuAviso ul.navbar-nav li a {
    color: #ffffff;
}
header .navbar-default.scrolled ul.navbar-nav.idiomas li a {
  color: #ffffff;
  font-size: 13px;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover, header .navbar-default.menuAviso ul.navbar-nav li a:hover {
  color: #ffffff;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover:after, header .navbar-default.menuAviso ul.navbar-nav li a:hover:after {
  background: #ffffff;
}
header .navbar-default .navbar-nav > .active{
    border:0px;
}
header .navbar-default .navbar-nav > .active > a,
header .navbar-default .navbar-nav > .active > a:hover,
header .navbar-default .navbar-nav > .active > a:focus,
header .navbar-default.scrolled .navbar-nav > .active > a,
header .navbar-default.scrolled .navbar-nav > .active > a:hover,
header .navbar-default.scrolled .navbar-nav > .active > a:focus{
    background: none;
    color: #eb9500;
    border:0px;
}
header .navbar-default.scrolled .navbar-brand {
  background: none;
}
section .section-heading .divider:after {
  background: #52bc87;
}
section#about .about-item i.fa {
  border: 2px solid #79bbdc;
  color: #79bbdc;
}
section#about .about-item:hover i.fa {
  color: #ffffff;
  background: #79bbdc;
}
section#about .about-item:hover h3 {
  color: #79bbdc;
}
section#features {
  background: #f6f6f6;
}
section#features header h1:after {
  background: #79bbdc;
}
section#features .media i.fa {
  border: 2px solid #79bbdc;
  color: #79bbdc;
}
section#features .media:hover i.fa {
  color: #ffffff;
  background: #79bbdc;
}
section#features .media:hover h3 {
  color: #79bbdc;
}
section#features .media.active i.fa {
  color: #ffffff;
  background: #79bbdc;
}
section#features .media.active .media-heading {
  color: #79bbdc;
}
section#clientes {
  background: #f1f1f1;
}
section#clientes header {
  color: #ffffff;
}
section#clientes header h1:after {
  background: #ffffff;
}
section#clientes .review-filtering .review .review-person img {
  border: 3px solid #ffffff;
}
section#clientes .review-filtering .review .review-comment {
  background: #ffffff;
}
section#clientes .review-filtering .review .review-comment h3 {
  color: #79bbdc;
}
section#clientes .review-filtering .review .review-comment p span i {
  color: #79bbdc;
}
section#clientes .review-filtering .review .review-comment:after {
  border-right-color: #ffffff;
}
section#clientes .review-filtering .slick-dots li button {
  background: #ffffff;
  border: 2px solid #ffffff;
}
section#clientes .review-filtering .slick-dots li.slick-active button {
  background: #79bbdc;
}
section#clientes .clinicas{
    text-align:center;
}
section#clientes .clinicas img{
    margin:5px;
    height:59px;
}

section#screens header h1:after {
  background: #79bbdc;
}
section#screens .slider div img {
  border: 2px solid #e5e5e5;
}
section#screens .slider div h4 {
  color: #999999;
}
section#screens .slider .slick-dots li button {
  background: #999999;
}
section#screens .slider .slick-dots li.slick-active button {
  background: #79bbdc;
}
section#screens .filter a {
  border: 2px solid #cccccc;
  color: #999999;
}
section#screens .filter a:hover {
  color: #ffffff;
  background: #79bbdc;
  border-color: #79bbdc;
}
section#screens .filter a.active {
  color: #ffffff;
  background: #79bbdc;
  border-color: #79bbdc;
}
section#nosotros {
  background: #f1f1f1;
}
section#servicios {
  /*background: url(../img/fondo_video.jpg);*/
}
#servicios h3{
  color: #006633;
}
#servicios .media{
  margin-top: 20px;
}
section#demo header h1:after {
  background: #79bbdc;
}
/* Get app Section */
section#getApp {
  background: url("../img/freeze/bk-freeze-ga.jpg");
}
section#getApp header {
  color: #ffffff;
}
section#getApp header h1:after {
  background: #ffffff;
}
section#getApp .platforms .media {
  border: 2px solid #ffffff;
  color: #ffffff;
}
section#getApp .platforms .media a i {
  color: #ffffff;
}
section#getApp .platforms .media a div.media-body {
  color: #ffffff;
}
section#getApp .platforms .media:hover {
  background: #ffffff;
}
section#getApp .platforms .media:hover a i,
section#getApp .platforms .media:hover a div.media-body {
  color: #79bbdc;
}
/* support section */
section#contacto header h1:after {
  background: #79bbdc;
}
section#contacto .media i.fa {
  border: 2px solid #eb9500;
  color: #eb9500;
}
section#contacto .media a {
  color: #79bbdc;
}
section#contacto .media:hover i.fa {
  color: #ffffff;
  background: #eb9500;
}
section#contacto .media:hover h3 {
  color: #eb9500;
}
.media > .pull-left{
  width: 50px;
}
/* footer section */
footer {
  background: #006633;
}
footer .social a {
  border: 2px solid #ffffff;
}
footer .social a i {
  color: #ffffff;
}
footer .social a:hover {
  background: #ffffff;
}
footer .social a:hover i {
  color: #79bbdc;
}
footer .rights {
  color: #ffffff;
}
footer .rights a {
  color: #ffffff;
  font-weight: 300;
  text-decoration: none;
}
.navbar-toggle {
  background-color: #CCC;
  border: 1px solid rgba(0, 0, 0, 0);
}
.btn.btn-primary {
  color: #79bbdc;
  border-color: #79bbdc;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background: #79bbdc;
  border-color: #79bbdc;
}
.btn.btn-primary.inverse {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-primary.inverse:hover {
  color: #ffffff;
  background: #79bbdc;
  border-color: #79bbdc;
}
.btn.btn-default {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #006633;
}
.btn.btn-default:hover {
  color: #006633;
}
form .form-control:focus {
  border-color: #79bbdc;
  color: #79bbdc;
}

/**************************************************** Clases mías *****************************************************/

ul.idiomas > li {
    border-left: 1px solid #adadad;
    text-decoration:none;
}
ul.idiomas > li.seleccionado{
    text-decoration:underline;
}
ul.idiomas > li > a {
    color: #8c8c8c;
}
ul.idiomas > li > a:hover {
    text-decoration:underline;
    color: #8c8c8c;
}
header .navbar-default ul.navbar-nav.idiomas li a:after{
    bottom: 0px;
    height: 0px;
}
header .navbar-default ul.navbar-nav.idiomas li:first-child{
    border-left:none;
}
header .navbar-default ul.navbar-nav{
    display: inline;
    width: 100%;
    text-align: right;
}
header .navbar-default ul.navbar-nav.idiomas {
    width: 80%;
}
header .navbar-default ul.navbar-nav li{
    display:inline-block;
}
header .navbar-default ul.navbar-nav li.dropdown ul li{
    display:inline;
}
header .navbar-default ul.navbar-nav li.dropdown a,
header .navbar-default ul.navbar-nav li.dropdown ul li{
    font-size: 14px;
}
.dropdown-menu{
    min-width: 100px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background: none;
    color: #ffffff;
}
.navbar-default.scrolled .navbar-nav > .open > a, .navbar-default.scrolled .navbar-nav > .open > a:hover, .navbar-default.scrolled .navbar-nav > .open > a:focus{
    background: none;
    color: #006633;
}
header .navbar-default ul.navbar-nav li.dropdown ul li a::after{
    height: 0px;
}
header .navbar-default ul.navbar-nav li.dropdown ul li a:hover{
    color: #888888;
}
.navbar-collapse{
    margin-top: 25px;
}
/***********************Características******************************/
#caracteristicas .col-xs-12.col-sm-4.col-md-3{
    padding: 15px 0px;
}
.recent-work-wrap {
    position: relative;
    margin-bottom:36px;
}

.recent-work-wrap.rus {
    position: relative;
    margin-bottom:99px;
}

.recent-work-wrap img{
    margin: auto;
    padding-top: 30px;
}
.recent-work-wrap .large_text{
    font-size: 1.4em;
    height: 68px;
    margin: auto;
    padding-top: 20px;
    text-align: center;
}
.recent-work-wrap .recent-work-inner{
    top: 0;
    background: transparent;
    opacity: .8;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
    margin: 0px 0px 10px 0px;
    font-size: 24px;
    font-weight: normal;
    color:#0e76bc;
}
.recent-work-wrap .recent-work-inner > p{
    text-align: justify;
}
.recent-work-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0;
    background: #006633;
    color: #555;
    vertical-align: middle;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding: 15px;
}
.recent-work-wrap .overlay.seguridad{
    background: url("../img/icoSeguridadBig.png") no-repeat center center;
    background-color: #ffffff;
}
.recent-work-wrap .overlay.conectividad{
    background: url("../img/icoConectividadBig.png") no-repeat center center;
    background-color: #ffffff;
}
.recent-work-wrap .overlay.centralizacion{
    background: url("../img/icoCentralizacionBig.png") no-repeat center center;
    background-color: #ffffff;
}
.recent-work-wrap .overlay.automatizacion{
    background: url("../img/icoAutomatizacionBig.png") no-repeat center center;
    background-color: #ffffff;
}
.recent-work-wrap .overlay.multicentro{
    background: url("../img/icoMulticentroBig.png") no-repeat center center;
    background-color: #ffffff;
}
.recent-work-wrap .overlay.estadistica{
    background: url("../img/icoEstadisticaBig.png") no-repeat center center;
    background-color: #ffffff;
}
.recent-work-wrap .overlay.actualizacion{
    background: url("../img/icoActualizacionBig.png") no-repeat center center;
    background-color: #ffffff;
}
.recent-work-wrap .overlay.apoyo{
    background: url("../img/icoApoyoBig.png") no-repeat center center;
    background-color: #ffffff;
}
.recent-work-wrap .overlay .preview {
    bottom: 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    background: transparent;
    text-align: center;
    color: #fff;
}

.recent-work-wrap:hover .overlay {
    opacity: 1;
}
section#galeria{
    padding-top:60px;
    background: #79bbdc;
}
section#galeria .recent-work-wrap .overlay {
    color: #ffffff;
}
section#galeria .recent-work-wrap .recent-work-inner h3{
    color: #ffffff;
    font-size: 18px;
}
section#galeria .recent-work-wrap img{
    padding: 0px;
    border:1px solid #79bbdc;
}
section#galeria .col-xs-8.col-sm-4.col-md-2{
    padding: 0px;
}

section#galeria .col-xs-8 img{
    width:100%;
}
section#galeria .recent-work-wrap{
    margin-bottom: 0px;
}
section#descripcion .nav > li{
    width: 126px;
    text-align:center;
    margin:auto;
}
section#descripcion .nav > li h4{
    font-size:16px;
    margin:5px;
}
section#descripcion .nav > li > a{
    border:1px dotted #dddddd;
    padding: 5px;
}
section#descripcion .nav > li.active > a{
    background: #dddddd;
}
section#descripcion .nav-tabs{
    border-bottom: 0px;
}
section#descripcion .nav > li > a > img{
    max-height:30px;
}
.c-tab > img{
    width:100%;
}
.c-tab > h4{
    font-size:20px;
    font-weight: bold;
    color: #006633;
}
section#descripcion .media{
    padding-top:23px;
}
section#descripcion .media-body ul{
    padding-left:23px;
}

section#descripcion .media-body ul > li{
    list-style-type: none;
    text-indent: -11px;
}
section#descripcion .media-body ul > li:before{
    content: "> "
}

.media-heading {
    font-size: 18px;
    font-weight: bold;
}
/*********************************** Aviso Legal*****************************************/
.avisoLegal .dentro{
    padding: 0px 40px;
}
.cookies{
    position:fixed;
    bottom:0;
    z-index:1005;
    text-align: center;
    background-color: #dedede;
    height: 60px;
    padding: 20px;
    width: 100%;
}
.cookies .btn.btn-info {
    padding: 5px 20px;
    margin-left: 12px;
}

@font-face {
    font-family: "Titillium";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/titilliumweb-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/titilliumweb-light-webfont.woff") format("woff"), url("../fonts/titilliumweb-light-webfont.ttf") format("truetype"), url("../fonts/titilliumweb-light-webfont.svg#Titillium") format("svg");
}
/*************************************************************/
@media (min-width: 768px){
    .navbar-collapse.collapse{
        width: 70%;
        float: right;
        text-align: right;
    }
    section#galeria .col-xs-offset-2{
        margin-left:0px;
    }
}

@media screen and (max-width: 767px){
    header .navbar-default ul.navbar-nav li a{
        padding:5px 13px;
    }
    header .navbar-default ul.navbar-nav.idiomas,
    header .navbar-default.scrolled ul.navbar-nav.idiomas{
        width:62%;
        float:left;
        padding-top:7px;
    }
    .cookies{
        height:90px;
    }
}
@media screen and (max-width: 640px) {
    header .navbar-default .navbar-toggle:hover,
    header .navbar-default .navbar-toggle:focus {
        background: none;
    }
    header .navbar-default ul.navbar-nav{
        width:100%;
    }
    header .navbar-default ul.navbar-nav li,
    header .navbar-default ul.navbar-nav.scrolled li{
        display:inline;
    }
    header .navbar-default ul.navbar-nav.idiomas,
    header .navbar-default.scrolled ul.navbar-nav.idiomas{
        width:62%;
        float:left;
        padding-top:7px;
    }
    header .navbar-default ul.navbar-nav.idiomas{
        width:70%;
    }
    header .navbar-default.scrolled ul.navbar-nav.idiomas{
        padding-top:17px;
    }
    header .navbar-default ul.navbar-nav.idiomas li,
    header .navbar-default.scrolled ul.navbar-nav.idiomas li{
        display:inline-block;
    }
    header .navbar-default ul.navbar-nav li a {
        color: #ffffff;
        border-bottom: 1px solid #376fa4;
    }
    header .navbar-default ul.navbar-nav.idiomas li a,
    header .navbar-default.scrolled ul.navbar-nav.idiomas li a{
        border-bottom:0px;
        font-size:11px;
        padding: 2px 11px;
    }
    header .navbar-default ul.navbar-nav li a:after {
        display: none;
    }
    header .navbar-default ul.navbar-nav li a:hover {
        color: #79bbdc;
    }
    header .navbar-default.scrolled {
        background: rgba(0, 102, 51, 0.8);
        -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    }
    header .navbar-default.scrolled ul.navbar-nav li a {
        color: #006633;
    }
    default.scrolled .navbar-nav > .active > a,
    header .navbar-default.scrolled .navbar-nav > .active > a,
    header .navbar-default.scrolled .navbar-nav > .active > a:hover{
        border-bottom: 1px solid #376fa4;
        color:#eb9500;
    }
    header .navbar-default.scrolled ul.navbar-nav li a:hover {
        color: #79bbdc;
    }
    section#descripcion .nav > li.active > a{
        background: none;
    }
    .cookies{
        height:105px;
    }
}
.pre-loader {
    background: #006633;
}


.visible-xs .large_white_bold{
    font-size: 4.3em;
    text-align: center;
}

.visible-xs .large_white_light{
    font-size: 4em;
    text-align: center;
    width: 100%;
}
.visible-xs .tp-caption.large_white_bold{
    text-shadow: none;
}
.visible-xs .tp-caption.large_white_light{
    text-shadow: none;
}
.visible-xs .fondo-xs{
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 100%;
    color: white;
    background: #A5A5A5;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #A5A5A5 0%, #999 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #A5A5A5), color-stop(100%, #999));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #A5A5A5 0%, #999 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #A5A5A5 0%, #999 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #A5A5A5 0%, #999 100%);
    /* IE10+ */
    background: linear-gradient(-45deg, #A5A5A5 0%, #999 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A5A5A5, endColorstr=#999, GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.graciasContacto{
    margin-bottom:60px;
}
