/*
* Styles Soft-Cloud.com
* By Paul Farley
**/
/* @group base */
html,
body {
  font-family: Open Sans, Lucida, Verdana, sans-serif;
  font-weight: 300;
  color: #333;
  font-size: 18px;
  background-color: #eee;
  -webkit-font-smoothing: antialiased;
  /* hack para animaciones con fonts en web kit  */
}
h1,
h2 {
  font-family: Open Sans, Lucida, Verdana, sans-serif;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4) !important;
  text-rendering: optimizelegibility;
  letter-spacing: normal;
  font-weight: 300;
  font-style: normal;
}
a {
  color: #3498db;
}
a:hover {
  color: #1d6fa5;
  text-decoration: none;
}
a:active,
a:visited {
  text-decoration: none;
}
h4,
h5,
h6 {
  font-weight: 300;
}
.divisor {
  height: 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
}
.divisor-dashed {
  height: 0;
  width: 100%;
  border-top: 1px dashed #cccccc;
  margin-bottom: 20px;
}
.vermas {
  display: block;
}
.escondido {
  opacity: 0;
}
.visible {
  opacity: 1 !important;
}
a {
  outline: 0 !important;
}
/* @end */
/* espacios */
.top-0 {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .top-xs-0 {
    /*Celulares*/
    margin-top: 0 !important;
  }
}
.top-5 {
  margin-top: 5px;
}
.top-7 {
  margin-top: 7px;
}
.top-10 {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .top-xs-10 {
    /*Celulares*/
    margin-top: 10px !important;
  }
}
.top-20 {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .top-xs-20 {
    /*Celulares*/
    margin-top: 20px !important;
  }
}
.top-25 {
  margin-top: 25px;
}
.top-30 {
  margin-top: 25px;
}
.top-40 {
  margin-top: 40px;
}
.top-70 {
  margin-top: 70px;
}
.top-100 {
  margin-top: 100px;
}
.bottom-0 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .bottom-xs-0 {
    /*Celulares*/
    margin-bottom: 0px !important;
  }
}
.bottom-10 {
  margin-bottom: 10px;
}
.bottom-20 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .bottom-xs-20 {
    /*Celulares*/
    margin-bottom: 20px !important;
  }
}
.bottom-30 {
  margin-bottom: 30px;
}
.bottom-40 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .bottom-xs-40 {
    /*Celulares*/
    margin-bottom: 40px !important;
  }
}
.bottom-70 {
  margin-bottom: 70px;
}
.left-10 {
  margin-left: 10px;
}
.left-20 {
  margin-left: 20px;
}
.right-10 {
  margin-right: 10px;
}
.right-20 {
  margin-right: 20px;
}
.right-sm-20 {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .left-xs-0 {
    /*Celulares*/
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-right {
    text-align: right;
  }
  .text-xs-center {
    text-align: center;
  }
  .top-padding-xs-0 {
    padding-top: 0 !important;
  }
  .left-padding-xs-0 {
    padding-left: 0;
  }
}
/* @end */
/* @group background colors */
.bg-darker {
  background-color: #232228 !important;
  color: #fff;
}
.bg-dark {
  background-color: #333333 !important;
  color: #fff;
}
.bg-med {
  background-color: #555555 !important;
  color: #fff;
}
.bg-light {
  background-color: #999999;
}
.bg-lighter {
  background-color: #eeeeee;
}
.bg-white {
  background-color: #fff;
}
.bg-primary {
  background-color: #3498db;
  color: #fff;
}
.bg-success {
  background-color: #17b092;
  color: #fff;
}
.bg-warning {
  background-color: #f0ad4e;
  color: #222;
}
.bg-danger {
  background-color: #e74c3c;
  color: #fff;
}
.bg-info {
  background-color: #5bc0de;
  color: #fff;
}
.bg-blue {
  background-color: #0f6dae;
  color: #fff;
}
.bg-blue2 {
  background-color: #1a78b8;
  color: #fff;
}
.bg-blue3 {
  background-color: #2983c0;
  color: #fff;
}
.bg-blue4 {
  background-color: #3890cc;
  color: #fff;
}
.bg-blue5 {
  background-color: #4899d0;
  color: #fff;
}
.bg-blue6 {
  background-color: #59a5d8;
  color: #fff;
}
/* @end */
.text-muted {
  color: #666;
}
.text-white {
  color: #fff;
}
.text-light {
  color: #999999;
}
.text-med {
  color: #555555;
}
.text-dark {
  color: #333333;
}
/* @group Navbar */
.navbar-inverse {
  background-color: rgba(32, 32, 32, 0.6);
  background-image: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  border-width: 0;
}
@media (max-width: 767px) {
  .iosFix {
    padding-top: 12pt;
  }
}
@media (min-width: 768px) {
  .navbar .nav li a,
  .navbar .navbar-brand {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.navbar .navbar-brand {
  width: 210px;
  height: 58px;
  display: block;
  padding-top: 18px;
  background: url(../img/logo_soft-cloud.png) left bottom no-repeat;
}
@media (max-width: 767px) {
  .navbar .navbar-brand {
    height: 30px;
    margin-top: 10px;
    background-size: auto 100%;
    margin-left: 20px;
  }
}
.navbar.affix .navbar-brand {
  height: 52px;
}
@media (max-width: 767px) {
  .navbar.affix .navbar-brand {
    height: 30px;
  }
}
@media (min-width: 768px) {
  .navbar.affix .nav li a {
    padding: 15px 20px;
  }
}
.nav.navbar-nav > li > a {
  color: #ccc;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.nav.navbar-nav > li.active > a {
  color: #fff;
}
@media (min-width: 768px) {
  .nav.navbar-nav > li.active,
  .nav.navbar-nav > li.active:hover,
  .nav.navbar-nav > li:hover {
    border-bottom: 3px solid #3498db;
    text-align: center;
  }
  .nav.navbar-nav > li.active > a,
  .nav.navbar-nav > li.active:hover > a,
  .nav.navbar-nav > li:hover > a {
    color: #fff;
    background-image: none;
    box-shadow: none;
    background-color: transparent;
  }
  .nav.navbar-nav > li.active::after {
    content: "";
    width: 0;
    height: 0;
    margin: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #3498db transparent;
    bottom: 0px;
    position: absolute;
    margin-left: -4px;
  }
  .nav.navbar-nav > li > a {
    padding: 25px 20px 20px;
  }
}
@media (max-width: 767px) {
  .navbar-inverse {
    background-color: rgba(32, 32, 32, 0.9);
  }
  .nav.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nav.navbar-nav > li.active > a,
  .nav.navbar-nav > li.active:hover > a {
    color: #fff;
    background-image: none;
    box-shadow: none;
    background-color: #3498db;
  }
  .nav.navbar-nav > li:hover > a {
    background-color: #222;
  }
}
/* @end */
/* @group Paralax */
/* background setup */
.background {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /* custom background-position */
  background-position: 50% 50%9 !important;
  /* ie8- graceful degradation */
}
/* fullscreen setup */
html,
body {
  height: 100%;
  /* give this to all tags from html to .fullscreen */
}
.fullscreen,
.warper-a {
  width: 100%;
  min-height: 100%;
}
.not-fullscreen,
.not-fullscreen .warper-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .warper-a {
  height: 100%;
  overflow: hidden;
}
/* content centering styles */
.warper-a {
  display: table;
}
.warper-b {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
}
/* @end */
/* @group Billboard */
.billboard {
  color: #fff;
}
.billboard h1 {
  font-family: 'Oswald', Lucida, Verdana, sans-serif;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
  text-rendering: optimizelegibility;
  letter-spacing: normal;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  text-transform: uppercase;
  margin: 0 auto;
  line-height: normal;
  display: block;
  width: 80%;
}
@media (max-width: 767px) {
  .billboard h1 {
    font-size: 34px;
  }
}
.billboard h2 {
  font-family: 'Oswald', Lucida, Verdana, sans-serif;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
  text-rendering: optimizelegibility;
  letter-spacing: normal;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0;
  line-height: normal;
}
@media (max-width: 767px) {
  .billboard h2 {
    font-size: 16px;
  }
}
.billboard .play-video {
  color: #fff;
  opacity: .6;
  font-size: 100px;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  margin: 0;
  padding: 0;
  outline: 0;
}
.billboard .play-video:hover {
  opacity: 1;
}
#videoModal .modal-content {
  background-color: #000;
}
#videoModal .close-videoModal {
  width: 100%;
  height: 30px;
  display: block;
  margin-top: -10px;
}
#videoModal .close-videoModal span {
  text-shadow: none !important;
}
#videoModal .close-videoModal button {
  color: #fff;
  opacity: 1;
}
#videoModal .close-videoModal button:hover {
  color: #3498db;
}
/* @end */
/* @group Servicios */
#servicios {
  background: #0f6dae;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwZjZkYWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM1OWE1ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #0f6dae 50%, #59a5d8 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0f6dae), color-stop(50%, #59a5d8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #0f6dae 50%, #59a5d8 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #0f6dae 50%, #59a5d8 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #0f6dae 50%, #59a5d8 50%);
  /* IE10+ */
  background: linear-gradient(to right, #0f6dae 50%, #59a5d8 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f6dae', endColorstr='#59a5d8', GradientType=1);
  /* IE6-8 */
}
#servicios .row > div.servicio {
  height: 500px;
  text-align: center;
  padding: 200px 20px;
  overflow: hidden;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateZ(0);
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  position: relative;
}
#servicios .row > div.servicio:hover {
  background-color: #094168;
}
@media (max-width: 767px) {
  #servicios .row > div.servicio {
    height: 350px !important;
    max-height: 190px;
    padding: 40px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #servicios .row > div.servicio {
    height: 400px;
    padding: 120px 20px;
  }
}
#servicios .row > div.servicio > div > a {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: none;
  text-decoration: none;
  color: #fff;
  opacity: .6;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateZ(0);
  cursor: pointer;
  position: relative;
  -webkit-backface-visibility: hidden;
}
#servicios .row > div.servicio > div > a:hover {
  color: #fff;
  opacity: 1;
  text-decoration: none;
  text-shadow: none;
  font-weight: 700;
}
#servicios .row > div.servicio > div > a img {
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
  height: 73px !important;
  width: auto;
}
#servicios .row > div.servicio .info {
  opacity: 0;
  padding-top: 100px;
  text-transform: none;
  font-weight: 300;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateZ(0);
  -webkit-transition-delay: 0.07s;
  transition-delay: 0.07s;
}
#servicios .row > div.active {
  padding: 40px 20px;
}
@media (max-width: 767px) {
  #servicios .row > div.active {
    height: auto;
    max-height: 500px;
  }
}
#servicios .row > div.active > div > a img {
  width: auto;
  height: 40px !important;
}
#servicios .row > div.active .info {
  opacity: 1;
  padding-top: 0;
}
#servicios .servicio:nth-child(1) .scrollBounceIn {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
#servicios .servicio:nth-child(2) .scrollBounceIn {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
#servicios .servicio:nth-child(3) .scrollBounceIn {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
#servicios .servicio:nth-child(4) .scrollBounceIn {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
/* @end */
/* @group apps */
.appLogo {
  width: auto;
  max-width: 215px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .appLogo {
    max-width: 180px;
  }
}
/* @end */
/* @group Nosotros */
#nosotros {
  height: auto;
  background-image: ;
}
#nosotros .tel {
  font-weight: 700;
  font-size: 30px;
}
#nosotros .tel:hover {
  color: #17b092;
}
#nosotros .nube {
  position: relative;
  top: 0;
  -webkit-animation: bot_float ease 3s infinite;
  -moz-animation: bot_float ease 3s infinite;
  -ms-animation: bot_float ease 3s infinite;
  animation: bot_float ease 3s infinite;
}
#nosotros .sombra_warp {
  width: 200px;
  margin: 0 auto;
}
#nosotros .sombra {
  position: relative;
  height: 10px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0.1;
  border-radius: 100%;
  margin: 0px 0px 0px 0px;
  top: 20px;
  -webkit-animation: shadow_react ease 3s infinite;
  -moz-animation: shadow_react ease 3s infinite;
  -ms-animation: shadow_react ease 3s infinite;
  animation: shadow_react ease 3s infinite;
}
@media (max-width: 767px) {
  #nosotros .btn {
    font-size: 16px !important;
    font-weight: 700 !important;
  }
}
@-webkit-keyframes bot_float {
  50% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}
@-moz-keyframes bot_float {
  50% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}
@-ms-keyframes bot_float {
  50% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}
@keyframes bot_float {
  50% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes shadow_react {
  50% {
    margin: 0px 20% 0px 20%;
    opacity: 0.8;
  }
  100% {
    margin: 0% 0% 0% 0%;
    opacity: 0.1;
  }
}
@-moz-keyframes shadow_react {
  50% {
    margin: 0px 30% 0px 30%;
    opacity: 0.8;
  }
  100% {
    margin: 0px 0% 0% 0%;
    opacity: 0.1;
  }
}
@-ms-keyframes shadow_react {
  50% {
    margin: 0px 30% 0px 30%;
    opacity: 0.8;
  }
  100% {
    margin: 0px 0px 0px 0px;
    opacity: 0.1;
  }
}
@keyframes shadow_react {
  50% {
    margin: 0px 30% 0px 30%;
    opacity: 0.8;
  }
  100% {
    margin: 0px 0px 0px 0px;
    opacity: 0.1;
  }
}
/* @end */
/* forma de correo */
#response {
  line-height: normal;
  z-index: 50;
  color: #333;
  text-align: left;
}
@media (min-width: 992px) {
  #response {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  #response {
    min-width: 100%;
  }
}
#response b {
  color: red;
}
#response span {
  color: #3498db;
  font-size: 24px;
  vertical-align: top;
  line-height: normal;
}
.invalido {
  background-color: #fcdfb9 !important;
  border: 1px solid #e74c3c !important;
}
#confirmacion {
  display: none;
  padding-top: 0px;
}
#confirmacion h1 {
  font-size: 36px !important;
  text-transform: none !important;
}
#formail textarea {
  resize: vertical;
}
