
body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-size: 16px !important;
}
.btn-Naranja { color: #fff; background-color: #FBA300; border-color: #FF9900; }
.tm-white a {
  color: #fff;
}

/* start h1 group */
h1 {
  margin-top: 0;
    margin-bottom: 0px; 
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}
/* end h1 group */
p { line-height: 1.6em; font-size: 1.1em; }
/* img */
img {
  max-width: 100%;
  height: auto;
}
/* img */

/* overlay */
.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  padding-top: 90px;
  padding-bottom: 0px;
}
/* over lay */
#Video {
  /*left: 220px;
  top: 55px;*/
  width: 565px;
  height: 368px;
  
  -ms-transform: rotate(.4deg);
  -webkit-transform: rotate(.4deg);
  -moz-transform: rotate(.4deg);
  -o-transform: rotate(.4deg);
  transform: rotate(.4deg);
}

  #Video iframe {
    width: 100%;
    height: 100%;
  }
/* start page container */
@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
/* end page container */

/* start preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  /*justify-content: center;*/
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: none repeat scroll 0 0 #fff;
}

.sk-spinner-rotating-plane.sk-spinner {
  width: 30px;
  height: 30px;
  background-color: #28a7e9;
  margin: 0 auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/* end preloader */

/* start navigation */
.navbar-default {
  background: #fff;
  border: none;
  -moz-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  margin: 0!important;
}

  .navbar-default .navbar-brand {
    margin: 0px;
    padding: 0px;
    color: #28a7e9;
    font-size: 30px;
    font-weight: bold;
    height: 80px;
    /*line-height: 35px;*/
  }

  .navbar-default .nav li a { color: #808080; font-size: 15px; font-weight: bold; height: 80px; line-height: 45px; text-transform: none; }

    .navbar-default .nav li a:hover,
    .navbar-default .nav li a:focus,
    .navbar-default .nav li a.current {
      color: #28a7e9;
    }

  .navbar-default .navbar-toggle {
    border: none;
    padding-top: 20px;
  }

    .navbar-default .navbar-toggle .icon-bar {
      background: #28a7e9;
      border-color: transparent;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
      background-color: transparent;
    }
/* end navigation */

/* start home */
#home { background-position: center top; background: url('../images/bg-home.jpg') no-repeat; background-size: cover; color: #fff; margin-top: 0px; text-align: center; width: 100%; min-height: 700px; position: relative; }

  #home p {
    font-weight: 400;
    font-style: italic;
    line-height: 2em;
  }

  #home img {
    display: inline-block;
    margin-top: 16px;
  }
/* end home */

/* start divider */
#divider,#divider1 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

  #divider .fa  ,#divider1 .fa{
    color: #28a7e9;
    font-size: 60px;
  }

  #divider h3 ,#divider1 h3{
    font-size: 30px;
  }
/* end divider */


#incluye {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

  #incluye .fa {
    color: #28a7e9;
    font-size: 60px;
  }

  #incluye h3 {
    font-size: 20px;
  }


/* start feature */
#feature  ,#feature2{
  background: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 40px;
}

  #feature p ,#feature2 p{
    padding-top: 10px;
  }

  #feature span  ,#feature2 span{
    float: left;
  }
   #feature2 span { margin-right: 1em; }
  #feature .fa {
    background: #28a7e9;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
  }
/* end feature */

/* start feature1 */
#feature1 {
  padding-top: 40px;
  padding-bottom: 40px;
}

  #feature1 p {
    padding-top: 10px;
  }

  #feature1 span {
    float: left;
  }

  #feature1 .fa {
    background: #28a7e9;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
  }
/* end feature1 */

/* start pricing */
#pricing {
  background: #f8f8f8;
  /*text-align: center;*/
  padding-top: 20px;
  padding-bottom: 20px;
}


  #pricing .fa{
    color: #28a7e9;
    font-size: 18px;
  }
   #pricing .fa-check { 
      text-align:center;
       font-size: 26px;
color: #42dd46; }
    #pricing  .fa-close{ 
      text-align:center;
       font-size: 30px;
color: #d50e0e; }
  #pricing h2, #pricing h3 {
    text-align: center;
    padding-bottom: 10px;
  }

  #pricing .pricing {
    background: #fff;
  }
  #pricing h4,#pricing p{ margin:3px; } 
  #pricing .active {
    position: relative;
    bottom: 40px;
  }

  #pricing .pricing .pricing-title {
    text-align: center;
    background: #28a7e9;
    color: #fff;
    font-weight: bold;
    padding: 6px;
  }

    #pricing .pricing .pricing-title p {
      font-size: 20px;
    }

  #pricing .pricing ul {
    padding: 0;
    margin: 0;
  }

    #pricing .pricing ul li {
      display: block;
      list-style: none;
      padding: 8px 4px 8px 4px;
    }

  #pricing .pricing .btn {
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    /*background: transparent;
    border: 1px solid #28a7e9;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #28a7e9;
    font-weight: bold;
        -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
  }

    /*#pricing .pricing .btn:hover {
      background: #28a7e9;
      color: #fff;
    }*/
/* end pricing */

/* start download */
#download {
  padding-top: 80px;
  padding-bottom: 80px;
}

  #download h2 {
    padding-bottom: 20px;
  }

  #download .btn {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px 40px 10px 40px;
  }
/* end download */

/* start contact */
#contact {
  /*background: url('../images/contact-bg.jpg') no-repeat;
  background-size: cover;*/
  color: #fff;
}

  #contact h2 {
    padding-bottom: 10px;
  }

  #contact address {
    padding-top: 20px;
  }

    #contact address .fa {
      background: #28a7e9;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      margin-top: 6px;
      margin-right: 10px;
    }

  #contact .contact-form {
    padding-top: 20px;
  }

  #contact .form-control, .form-control {
    /*border: none;*/
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
  }

  #contact input, .Asesoria input { height: 50px; color: #333; font-weight: 500; font-size: 1em; }
  textarea { color: #333; font-weight: 500; font-size: 1em; }
    #contact input[type="submit"] {
      background: #22A007;
      /*28a7e9;*/
      color: #fff;
      font-weight: bold;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }

      #contact input[type="submit"]:hover {
        background: #107DB6;
      }

  #contact input[type="button"] { background: #22A007; color: #fff; font-weight: bold; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

      #contact input[type="button"]:hover {
        background: #1f8a08;
      }
/* end contact */

/* start footer */
footer {
  background: #fff;
  font-weight: 400;
  text-align: center;
  padding: 20px;
}
/* end footer */

@media screen and ( max-width: 991px ) {
  .templatemo-box {
    margin-bottom: 30px;
  }

  #pricing .active {
    bottom: 0;
  }

  .pricing {
    margin-bottom: 20px;
  }

  #feature img, #download img {
    margin-top: 30px;
  }

  #feature1 img {
    margin-bottom: 30px;
  }
}

@media screen and ( max-width: 767px ) {
  .navbar-default .nav li a {
    height: auto;
    line-height: 2em;
  }

  #feature, #pricing, #download {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  #contact .overlay {
    padding-top: 4px;
  }
}
/* start media 360 */
@media screen and ( max-width: 360px ) {
  .pricing {
    padding-bottom: 40px;
  }
 
}
/* end media 360 */


.Invissible {
  display: none;
}

.Error {
  /*background-color: rgba(255,0,0,.6) !important;*/
  border: 3px solid red !important;
  outline:outset;
  -webkit-box-shadow: inset 0 1px 1px rgba(255,0,0,.075), 0 0 8px rgba(125, 0, 0, .6) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(255,0,0,.075), 0 0 8px rgba(255, 0, 0, .6) !important;
  box-shadow: inset 0 1px 1px rgba(255,0,0,.075), 0 0 8px rgba(255, 0, 0, .6) !important;
}

.FondoProgreso {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: 999999;
  background-color: rgba(0, 0, 0,.6);
}

.ContenedorProgreso {
  border: 1px solid #0C7483;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  /*border-radius: 15px;*/
  font-size: 1.3em;
  text-align: center;
  width: 250px;
  position: fixed;
  font-style: normal;
  left: 40%;
  top: 20%;
  background-color: #FFFFFF;
  color: #0C7483;
}

.ContornoTexto {
  text-shadow: 1px 1px 0 #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff, 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}

.FondoEnviar {
  background-color: rgb(42,52,78);
  /*border-radius: 10px;*/
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 5px;
}

/* Smartphones (portrait & landscape) */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  #home .overlay { padding-top: 150px; }
   #contacto { height: 440px !important; }
}

/* Smartphones (landscape) */
@media only screen and (min-width : 321px) {
    /*.navbar-brand {  border: thin solid #FF0000;  margin:0px auto;  }
   .PBX {  float:none;  border: thin solid #FF0000;  margin:0px auto;  }*/
   #contacto { height: 200px; }
  #Video {
    left: 1%;
    top: 5%;
        width: 98%;
    height: 260px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* Smartphones (portrait) */
@media only screen and (max-width : 320px) {
 
  #Video {
    left: 1%;
    top: 5%;
    width: 98%;
    height: 180px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* iPads (portrait & landscape) */
@media only screen and (max-width : 1024px) {
  #Video {
    /*left: 170px;
    top: 55px;*/
    width: 565px;
    height: 368px;
    -ms-transform: rotate(.4deg);
    -webkit-transform: rotate(.4deg);
    -moz-transform: rotate(.4deg);
    -o-transform: rotate(.4deg);
    transform: rotate(.4deg);
  }
}

/* iPads (landscape) */
@media only screen and (max-width : 768px)  {
  #Video {
   left: 1%;
    top: 5%;
    width: 98%;
   height: 330px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
      .TextoVideo { 
        padding-top:160px !important;
    }
}

/* iPads (portrait) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}

/* Ordenadores de sobremesa y portátiles */
@media only screen and (min-width : 1224px) {
  #Video {
    /*left: 220px;
    top: 55px;*/
    width: 565px;
    height: 368px;
    margin:0px,auto;
    -ms-transform: rotate(.4deg);
    -webkit-transform: rotate(.4deg);
    -moz-transform: rotate(.4deg);
    -o-transform: rotate(.4deg);
    transform: rotate(.4deg);
  }

}

/* Pantallas grandes */
@media only screen and (min-width : 1824px) {
}

/* iPhone 4 */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
}
