/*************************
*******Typography******
**************************/

body {
  background: #fff;
  color:#767676;
  line-height: 22px;
  margin-top: 0px;
}

body {
  font-family:'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif; 
  color:#666666;}
  

h1,
h2,
h3,
h4,
h5,
h6
 {
  font-weight: 300; 
  font-family: 'Source Sans Pro', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#337ab7;
}

h2{
  font-size: 24px;
  color: #337ab7;
  line-height: 24px
}

h3{
  font-size: 16px;
  color: #337ab7;
  line-height: 18px;
}

h4{
  font-size: 16px;
  color: #337ab7;
}

h5{
  font-size: 14px;
  color: #337ab7;
}

h6{
  font-size: 16px;
  color: #337ab7;
}

.resalt {
  color: #337ab7;
  font-weight: 500;
}

.resalt2 {
  color: #cccccc;
  font-weight: 500;
}

.resalt3 {
  color: #ff3399;
  font-weight: 500;
}

.tel{
  font-size: 20px;
  font-weight: 400;
  color: #337ab7;
  line-height: 24px;
}

.divide-nav{
  height: 50px;
  background-color: #428bca;
}

.divide-text{
    color:#fff;
    line-height: 20px;
    font-size:20px;
    padding: 15px 0;
}

.affix {
  top: 0px;
  border-bottom: 200px;
  width:100%;
  z-index:300;
  border-radius: 0px;

}

nav.affix .navbar-brand {
opacity: 1;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.filler{
  min-height: 2000px;
}

.navbar-form {
   padding-left: 0;
}

.navbar-collapse{
   padding-left:15; 
}

.navbar-brand-img{
   padding-left:0; 
   src:"images/logo1.png"
}


.top-bar {
  padding: 10px 0;
  padding-bottom: 0px;
  background: #F8F8F8;
  color: #888;
  border-bottom: 0px solid #222;
  line-height: 20px;
}

.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}

.navbar-brand {
    text-transform: none;
    margin: 0px;
    min-width: 214px;
    text-indent: -9999px;
    height: 70px;
    background: url(images/logo1.png) no-repeat;
}
.navbar-brand-scroll {
    background: url(images/logo.png) no-repeat;
}

/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 25;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
  background: #666;
  margin: 0 3px;
  width: 12px;
  height: 120px;
  }

.carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
  }
        .carousel-caption
      {
        color:#fff;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 50px;
        color: #fff;
        text-align: center;
        background: rgba(0,0,0,0);
      }


.overlay { 
  position:absolute;
  z-index:12;
  top:10%;
  width:100%;
}

.caption{
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}

.carousel-panel {
  float: right;
  background: rgba(255,255,255,0.7);
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.carousel-panel-body {
  padding: 15px;
}
.carousel-panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.carousel-panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.carousel-panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  color: inherit;
}
.carousel-panel-title > a,
.carousel-panel-title > small,
.carousel-panel-title > .small,
.carousel-panel-title > small > a,
.carousel-panel-title > .small > a {
  color: inherit;
}
.carousel-panel-default {
  border-color: #ddd;
}
.carousel-panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.carousel-panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.carousel-panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.carousel-panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.maps{
  margin-top: 15px;
}

.panel-heading.active{
  background: #95a5a6;
}

.panel-heading.active .panel-title>a{
  color:#256195;
}

a.accordion-toggle  i{
  width: 39px;
  line-height: 39px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -10px;
  background: #256195;
  color:#fff;
}

.panel-heading {
    padding: 10px 0px 4px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading.active a.accordion-toggle i{
  background: #256195;
  color: #fff;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #eeeeee;
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #777777;
}

.panel-body{
  padding: 20px 20px 0px;
}

.panel-group .panel+.panel{
  margin-top: 10px;
  border-top: 1px solid #fff;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-title>a{
  color: #256195;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #2487cd;
  color: #fff;
}



#portfolio .lead {
  text-align:center;
  font-size:18px;
  margin-bottom:40px;
}

#portfolio {
  padding-top:0px;
  position:center;
}


.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
  z-index: 100;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 0;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #2487cd ;
  border: 1px solid #2487cd ;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 200;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 100;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}


.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.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: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 20px;
  color: #fff;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #333;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.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: 0.9;
}

.titulo {
  font-size: 18px;
  color: #ffffff;
  line-height: 0px;
  margin-bottom: 15px;
  font-family: 'Shadows Into Light Two', cursive;;
   }

.well-btn-emr {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    line-height: 24px;
    min-height: 0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 14px;
    background-color: #ffffff;
    border: 2px solid #ff9933;
    border-radius: 5px;
   
}

.well-btn-emr .logoemr {
    float: left;
    max-width: 130px;
    padding-top: 10px;
    display: block;
}

.well-btn-emr .icon {
    background: #0061AA url(http://emergencias.com.ar/img/icon-emergency.png) no-repeat center center;
    float: left;
    width: 65px;
    height: 68px;
    border-radius: 3px 0px 0px 3px;
    display: block;
}

.telemer {
    color: #bf0411;
    font-size: 26px;
    margin-top: 6px;
    margin-right: 12px;
    font-weight: 700;
    line-height: 26px;
    text-align: right;

}

.telemer2 {
    color: #009045;
}

.btn.btn-emer {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Gudea', sans-serif;
    overflow: hidden;
    color: #ffffff;
    background-color: rgba(248, 159, 29, 1);
    text-align: center;
    line-height: 25px;
    min-height: 10px;
    padding-top: 10px;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 3px;

}

.btn.btn-benef {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Gudea', sans-serif;
    overflow: hidden;
    color: #ffffff;
    background-color: #2AABD2;
    text-align: center;
    line-height: 25px;
    min-height: 10px;
    padding-top: 10px;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 7px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3)

}
.btn.btn-benef:hover {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Gudea', sans-serif;
    overflow: hidden;
    color: #ffffff;
    background-color: #158fb4;
    text-align: center;
    min-height: 10px;
    line-height: 25px;
    padding-top: 10px;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 7px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3)
}

.btn.btn-nacim {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Gudea', sans-serif;
    overflow: hidden;
    color: #ffffff;
    background-color: #66cc99;
    text-align: center;
    line-height: 15px;
    min-height: 10px;
    padding-top: 0px;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 7px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3)

}
.btn.btn-nacim:hover {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Gudea', sans-serif;
    overflow: hidden;
    color: #ffffff;
    background-color: #339966;
    text-align: center;
    min-height: 10px;
    line-height: 15px;
    padding-top: 10px;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 7px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3)
}


.btn.btn-pagos {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Gudea', sans-serif;
    overflow: hidden;
    color: #ffffff;
    opacity: 1;
    background-color: #ac2f2f;
    text-align: center;
    line-height: 25px;
    min-height: 10px;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3)
}
.btn.btn-facturas {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Gudea', sans-serif;
    overflow: hidden;
    color: #ffffff;
    background-color: #cc3333;
    text-align: center;
    line-height: 25px;
    min-height: 10px;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 7px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3)

}
.btn.btn-facturas:hover {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Gudea', sans-serif;
    overflow: hidden;
    color: #ffffff;
    background-color: #ac2f2f;
    text-align: center;
    min-height: 10px;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 7px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3)
}

.btn.btn-serv {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Gudea', sans-serif;
    overflow: hidden;
    color: #ffffff;
    background-color: #40949e;
    text-align: center;
    min-height: 10px;
    line-height: 10px;
    padding-top: 5px;
    margin-top: 0px;
    margin-bottom: 7px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3)

}
.btn.btn-serv:hover {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Gudea', sans-serif;
    overflow: hidden;
    color: #ffffff;
    background-color: #388790;
    text-align: center;
    min-height: 10px;
    line-height: 10px;
    padding-top: 5px;
    margin-top: 0px;
    margin-bottom: 7px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3)
}

.btn.btn-asesor {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Gudea', sans-serif;
    overflow: hidden;
    color: #ffffff;
    background-color: #2487cd;
    text-align: center;
    min-height: 10px;
    line-height: 25px;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 7px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3)

}

.btn.btn-consulta {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Gudea', sans-serif;
    overflow: hidden;
    color: #ffffff;
    background-color: #009933;
    text-align: center;
    min-height: 10px;
    line-height: 25px;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3)
}

.btn.btn-consulta:hover {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Gudea', sans-serif;
    overflow: hidden;
    color: #ffffff;
    background-color: #088a0e;
    text-align: center;
    min-height: 10px;
    line-height: 25px;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
}

.btn.btn-whapp {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Gudea', sans-serif;
    overflow: hidden;
    color: #ffffff;
    background-color: #009933;
    text-align: center;
    min-height: 10px;
    line-height: 25px;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 7px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3)
}

.btn.btn-whapp:hover {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Gudea', sans-serif;
    overflow: hidden;
    color: #ffffff;
    background-color: #088a0e;
    text-align: center;
    min-height: 10px;
    line-height: 25px;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 7px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
}

.btn.btn-wapp {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Gudea', sans-serif;
    overflow: hidden;
    color: #ffffff;
    background-color: #009933;
    text-align: center;
    min-height: 10px;
    line-height: 25px;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 7px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3)
}

.btn.btn-wapp:hover {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Gudea', sans-serif;
    overflow: hidden;
    color: #ffffff;
    background-color: #088a0e;
    text-align: center;
    min-height: 10px;
    line-height: 25px;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 7px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
}

.btn.btn-asesor:hover {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Gudea', sans-serif;
    overflow: hidden;
    color: #ffffff;
    background-color: #256195;
    text-align: center;
    min-height: 10px;
    line-height: 25px;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 7px;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
}

.huge {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 36px;

}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-primary {
    border-color: #337ab7;
    border: 1px solid transparent;
}

.panel {
    line-height: 1.42857143;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-planes {
    line-height: 1.42857143;
    margin-bottom: 12px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 20px;
}

.panel-planes-g {
    line-height: 1.42857143;
    margin-bottom: 12px;
    background-color: #eee;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 20px;
}
.panel-green {
  border-color: #5cb85c;
}
.panel-green > .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}
.panel-green > a {
  color: #5cb85c;
}
.panel-green > a:hover {
  color: #3d8b3d;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-red > a {
  color: #d9534f;
}
.panel-red > a:hover {
  color: #b52b27;
}
.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.panel-yellow > a {
  color: #f0ad4e;
}
.panel-yellow > a:hover {
  color: #df8a13;
}

.panel-blue {
  border-color: #337ab7;
}
.panel-blue > .panel-heading {
  border-color: #337ab7;
  color: white;
  background-color: #337ab7;
}
.panel-blue> a {
  color: #337ab7;
}
.panel-blue > a:hover {
  color: #337ab7;
}

.panel-benef {
  border-color: #40949e;
}
.panel-benef > .panel-heading {
  border-color: #40949e;
  color: white;
  background-color: #40949e;
}
.panel-benef> a {
  color: #40949e;
}
.panel-benef > a:hover {
  color: #40949e;
}

.marcotexto {
    font-weight: 300; 
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color:#fff;
    line-height: 1.42857143;
    margin-bottom: 0px;
    background-color: #cc3333;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 0px 10px 0px 10px; 
}

.marcozona {
    font-weight: 300; 
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color:#fff;
    line-height: 1.42857143;
    margin-bottom: 10px;
    background-color: #40949e;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 0px 10px 0px 10px; 
}
.tab-content > .tab-pane2 {
  background: #cc3333;
  display: none;
  padding: 10px 1px 1px 1px;
}

.nav-tabs2 > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs2 > li.active > a,
.nav-tabs2 > li.active > a:hover,
.nav-tabs2 > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #cc3333;
  border: 0px solid #ddd;
  border-bottom-color: transparent;
  border-radius: 4px 4px 0 0;
  margin-bottom: 1px;
}

.login-card {
  padding: 40px;
  width: 100%;
  background-color: #F7F7F7;
  margin: 0 auto 10px;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.login-card h1 {
  font-weight: 100;
  text-align: center;
  font-size: 2.3em;
}

.login-card input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.login-card input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login-card input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.login {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.login-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.login-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.login-card a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}

.login-card a:hover {
  opacity: 1;
}

.login-help {
  width: 100%;
  text-align: left;
  font-size: 14px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.video-fluid {
  width: 100%;
  height: auto;
}


.glyphicon { margin-right:10px; }
.panel-body { padding:0px; }
.panel-body table tr td { padding-left: 15px }
.panel-body .table {margin-bottom: 0px; }