
@font-face 
{
    font-family: 'CaviarDreams';
    src: url('../fonts/CaviarDreams.ttf');
}
@font-face 
{
    font-family: 'CaviarDreams_Bold';
    src: url('../fonts/CaviarDreams_Bold.ttf');
}
span.required {color: #FF0000;}
small{ font-size: 90%; }
body
{
    background: -moz-linear-gradient(top, #ffffff 40%, #d9d9d9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#ffffff), color-stop(100%,#d9d9d9));
    background: -webkit-linear-gradient(top, #ffffff 40%,#d9d9d9 100%);
    background: -o-linear-gradient(top, #ffffff 40%,#d9d9d9 100%);
    background: -ms-linear-gradient(top, #ffffff 40%,#d9d9d9 100%);
    background: linear-gradient(to bottom, #ffffff 40%,#d9d9d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 );
    font-family: Quicksand, Arial, sans-serif;
    color: #770A4C;
}
table{
    background: #FFF;
}
a:link, a:visited
{
    color: #1DB6B6;
}

a:hover
{
    color: #83094D;
}

a.btn
{
    color: #FFF;
}

a.menu{
    width: 100%;
}
.badge
{
    background: #1DB6B6;
}
.excel { display: none; visibility: hidden; }
.navbar-default{border: none; background: #EEE; box-shadow:none;}
.navbar-top-links li a{padding: 6px 10px;}
/*.nav>li>a>img{max-height: 40px;}*/
#side-menu{ margin-top: 25px; }
.sidebar ul li{ border-bottom: none;}
ul.nav>li>a:hover{ background: none; }
h1, h2{ font-family: CaviarDreams, Arial, sans-serif; }
h1{ font-size: 24px; font-weight: bold;  }
h2{ font-size: 18px; }
.big{ font-size: 80px; }
#footer{ margin-top:5%; padding-top: 350px; min-height:527px; background:url(../images/pie.png); color: #FFF;  }

.menu-fade a, .menu-fade img, .menu-fade a i 
{
    border:0;
    padding:0;
    margin:0;
}
.menu-fade a 
{
    position: relative;
    display: inline-block;
}
.menu-fade a i 
{
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0px;
    left: 0px;
}

.menu-fade a:hover i 
{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opactiy .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    padding: 10px 0 0 15px;
}

.btn-primary.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  background-color: #00a4b1;
/*  background-image: -moz-linear-gradient(top, #00b0b1, #0092b1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00b0b1), to(#0092b1));
  background-image: -webkit-linear-gradient(top, #00b0b1, #0092b1);
  background-image: -o-linear-gradient(top, #00b0b1, #0092b1);
  background-image: linear-gradient(to bottom, #00b0b1, #0092b1);*/
  background-repeat: repeat-x;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00b0b1', endColorstr='#ff0092b1', GradientType=0);*/
  border-color: #0092b1 #0092b1 #005365;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0092b1;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0092b1;
  *background-color: #007d98;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #00687e ;
}

/*fundadores*/
.nav.nav-justified > li > a { position: relative; }
.nav.nav-justified > li > a:hover,
.nav.nav-justified > li > a:focus { background-color: transparent; }
.nav.nav-justified > li > a > .quote {
    position: absolute;
    left: 0px;
    top: 0;
    opacity: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #13c0ba;
    border-radius: 15px;
    color: #fff;  
}
.nav.nav-justified > li.active > a > .quote { opacity: 1; }
/*.nav.nav-justified > li > a > img { box-shadow: 0 0 0 5px #13c0ba; }*/
.nav.nav-justified > li > a > img { 
    max-width: 100%; 
    opacity: .3; 
    -webkit-transform: scale(.8,.8);
            transform: scale(.8,.8);
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav.nav-justified > li.active > a > img,
.nav.nav-justified > li:hover > a > img,
.nav.nav-justified > li:focus > a > img { 
    opacity: 1; 
    -webkit-transform: none;
            transform: none;
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.tab-pane .tab-inner { padding: 30px 0 20px; }

.progress-bar-reinnoa {
    background-image: -webkit-linear-gradient(top,#13c0ba 0,#0092b1 100%);
    background-image: -o-linear-gradient(top,#13c0ba 0,#0092b1 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#13c0ba),to(#0092b1));
    background-image: linear-gradient(to bottom,#13c0ba 0,#0092b1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#13c0ba', endColorstr='#0092b1', GradientType=0);
    background-repeat: repeat-x;
}

.label-precio{
    background: #FFF;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    border: #82134F solid 1px;
}

@media (min-width: 768px) {
    .nav.nav-justified > li > a > .quote {
        left: auto;
        top: auto;
        right: 20px;
        bottom: 0px;
    }  
    
    .sidebar
    {
        position: fixed;
    }
}

th a:before{
    display: inline-block;
    color: #666;
    margin-right: 5px;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0dc";
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}