
.icon-twitter {
  background-position: -482px 0px;
}

.visible-micro {
  display: none;
}

.navbar {
    background-image: url("../img/bg.png");
    margin: 0;
  }
  .navbar .brand {
    color: #0ec0e2;
    font-weight: bold;
  }
  .navbar .nav-collapse {
    float: right;
  }
  .navbar .navbar-inner {
    background: none;
    filter: none;
    border: none;
    box-shadow: none;
  }


body.home .navbar li.first {
    display: none !important;
}

  div.main {
    padding: 20px 0 80px;
    margin-bottom: 0;
    text-align: center;
    background-color: #efefef;
    background-image: url("../img/bg.png");
    border-bottom: 1px solid #e0e0e0;
  }
  div.main .mainTitle {
    padding-bottom: 40px;
  }

  div.main .mainTitle h1 {
  font-size: 40px;
  line-height: 1em;
  letter-spacing: -2px;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  }
  div.main .mainTitle p {
    font-size: 20px;
    font-weight: 200;
    text-align: center;
    line-height: 1.2em;
    color: #777777;
    text-shadow: 0 1px 0 #ffffff;
  }
  div.main .mainTitle > img {
    padding-bottom: 30px;
  }


  div.main .mainTitle #conductiva_slogan {
    height: 130px;
    padding-top: 30px;
  }  


  .footer {
    border-top: 1px solid #e0e0e0;
    padding: 30px 0px 30px;
    text-align: center;
    background-image: url("../img/bg.png");
  }
  .footer .footer-links {
    margin: 0;
  }
  .footer .footer-links li {
    display: inline;
  }

  div.company {
    padding-top: 40px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
  div.company h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
  }
  div.company h1 {
    font-size: 40px;
    line-height: 1em;
    letter-spacing: -2px;
    font-weight: normal;
    text-align: center;
  }

  div.company .title {
    padding-bottom: 40px;
  }

  div.company .title p {
    font-size: 20px;
    font-weight: 200;
    text-align: center;
    line-height: 1.2em;
    color: #999;
  }

  div.company .content p {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.2em;
    color: #333;
  }

  div.company .content span.number {
    color: #ccc;
    font-weight: bold;
    font-size: 30px;
    margin-left: -37px;
    padding-right: 5px;
    display: none;
  }


/* Large desktop */
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) { 



}



  body .facturadirecta-hover, 
  body .lonelyid-hover {
    display: none;
  }
  body .facturadirecta-nohover, 
  body .lonelyid-nohover {
    display: block;
  }

  body.facturadirecta .facturadirecta-hover,
  body.lonelyid .lonelyid-hover {
    display: block;
  }
  body.facturadirecta .facturadirecta-nohover,
  body.lonelyid .lonelyid-nohover {
    display: none;
  }

  body.facturadirecta #conductiva_slogan,
  body.lonelyid #conductiva_slogan {
    visibility: hidden;
  }

  body.facturadirecta .product .facturadirecta .productLogo,
  body.lonelyid .product .lonelyid .productLogo {
    opacity: 1;
  }




  .product {
    position: relative;
  }
  .product .productTitle {
    font-weight: bold;
    padding-top: 15px;
    font-size: 16px;
  }
  .product .productLabel {
    padding-top: 10px;
    height: 40px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #999;
  }
  .product .productButton {
    padding-top: 20px;
    height: 40px;
    display: none;
  }
  .product .productLogo {
    opacity: 0.6;
  }

  .product .productSlogan {
    display: none;
    height: 200px;
    position: absolute;
    top: -200px;
    text-align: center;
    width: 200%;
    text-shadow: 0 1px 0 #ffffff;
  }
  .product .productSlogan h1 {
    font-size: 28px;
    line-height: 1em;
    font-weight: normal;
    text-align: center;
  }
  .product .productSlogan p {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.2em;
  }
  .product .productSlogan strong {
    text-decoration: underline;
  }
  .product .arrow {
    position: absolute;
    display: none;
  }
  .product .facturadirecta .arrow {
    top: -40px;
    right: -5px;
  }
  .product .lonelyid .arrow {
    top: -40px;
    left: -10px;
  }
  .product .facturadirecta .productSlogan {
    left: -50%;
  }
  .product .lonelyid .productSlogan {
    left: -155%;
  }


  .thumbnail {
    display: block;
    padding: 25px 15px 15px 15px;
    line-height: 20px;
    border: 1px solid #ddd;
    color: #333;
    background-color: #fff;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
       -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  }

  a.thumbnail {
    text-decoration: none;
  }

  a.thumbnail:hover,
  a.thumbnail:focus {
    color: #000;
    border-color: #999;
    -webkit-box-shadow: 0 3px 8px rgba(105, 105, 105, 0.5);
       -moz-box-shadow: 0 3px 8px rgba(105, 105, 105, 0.5);
            box-shadow: 0 3px 8px rgba(105, 105, 105, 0.5);
  }

  .thumbnail > img {
    display: block;
    max-width: 150px;
    margin-right: auto;
    margin-left: auto;
  }

/* Large desktop */
@media (min-width: 1200px) { 

  .thumbnail > img {
    max-width: 200px;
  }

}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 

  .thumbnail > img {
    max-width: 120px;
  }

  .main .span3 { width: 40% !important; }
  .main .offset3 { margin-left: 10% !important; }

  .product .productTitle {
    max-width: 80%;
    margin: 0 auto;
  }

/*
  .product .productSlogan {
    width: 200%;
  }
  .product .facturadirecta .productSlogan {
    left: 0;
  }
  .product .lonelyid .productSlogan {
    left: -100%;
  }
*/
  .navbar .nav-collapse.in {
    border: 1px solid #999 !important;
  }

  div.company h2 {
    font-size: 16px;
  }
  div.company .content p {
    font-size: 14px;
  }

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {  
  body { padding: 0;}
  .navbar .nav-collapse.in {
    border: 1px solid #999 !important;
  }


  body .facturadirecta-hover, 
  body .lonelyid-hover {
    display: block !important;
  }

  body.facturadirecta #conductiva_slogan,
  body.lonelyid #conductiva_slogan {
    visibility: visible !important;
  }


  hr {
    width: 80%;
    margin: 0 auto;
  }

  div.main {
    padding: 0;
  }
  div.main .mainTitle {
    padding-bottom: 0;
  }

  div.main .mainTitle h1 {
  font-size: 35px;
  }
  div.main .mainTitle p {
    font-size: 25px;
  }



  .thumbnail {
    display: block;
    padding: 25px 15px 15px 15px;
    line-height: 20px;
    margin-bottom: 10px;
    border: none;
    color: #333;
    background-color: transparent;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }

  a.thumbnail {
    text-decoration: none;
  }

  a.thumbnail:hover,
  a.thumbnail:focus {
    color: #000;
    border: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }

  .thumbnail > img {
    display: block;
    max-width: 150px;
    margin-right: auto;
    margin-left: auto;
  }

  .product {
    position: relative;
  }

  .product .productTitle {
    display: none !important;
  }
  .product .productLabel {
    display: none !important;
  }
  .product .productButton {
    padding-top: 20px !important;
    height: 40px !important;
  }
  .product .productLogo {
    opacity: 1;
  }

  .product .productSlogan {
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    display: block !important;
    height: auto !important;
  }
  .product .productSlogan h1 {
    font-size: 23px;
    line-height: 1em;
    font-weight: normal;
    text-align: center;
  }
  .product .productSlogan p {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.2em;
  }
  .product .productSlogan strong {
    text-decoration: underline;
  }
  .product .arrow {
    display: none !important;
  }

  .product .facturadirecta .productSlogan,
  .product .lonelyid .productSlogan {
    left: 0 !important;
    top: 0 !important;
    position: relative !important;
    width: 100% !important;
  }


  div.company {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  div.company .content span.number {
    margin-left: 0;
  }
  div.company .content div {
    padding-bottom: 10px;
  }

  div.company h2 {
    font-size: 20px;
  }
  div.company .content p {
    font-size: 16px;
  }

}
 
/* Landscape phones and down */
@media (max-width: 480px) {  

  div.compnay,
  div.main {
    padding-left: 10px;
    padding-right: 10px;
  }

  div.company h1 {
    font-size: 30px;
    letter-spacing: 0px;
  }
  div.company .title p {
    font-size: 18px;
  }

  div.main .mainTitle {
    padding: 20px;
  }
  div.main .mainTitle h1 {
  font-size: 25px;
  letter-spacing: 0;
  }
  div.main .mainTitle p {
    font-size: 20px;
  }

  .product .productSlogan h1  {
    font-size: 18px;
  }
  .product .productSlogan p  {
    font-size: 14px;
  }
  div.company h2 {
    font-size: 18px;
  }
  div.company .content p  {
    font-size: 14px;
  }

  .visible-micro {
    display: inline;
  }

}



body.terms div.main p {
  font-size: 17px !important;
  text-align: left !important;
  padding: 5px 10px;
}
body.terms div.main h1,
body.terms div.main h2,
body.terms div.main h3,
body.terms div.main h4 {
  text-align: left !important;
  font-size: 1.2em !important;
  letter-spacing: 0;
  padding: 5px 10px;
}