﻿/* eliminar el redondeo de tarjetas, botones y entradas */ 
/*.card, .btn, .navbar, .form-control {border-radius: 0; }*/


body
{
  /*background-color: rgba(220,220,220,1);*/
}

h1 {
    color: #3366CC;
}
h2, h3
{
    color: #3366CC;
}

.ditem
{
    padding: 15px; 
    font-weight: bold; 
    color: #3366CC;
    
}

panel-body

{

    background-color: #3366CC;
    
}

/* Create a sticky/fixed navbar */
#navbar {
  /*overflow: hidden;*/
  background-color:  rgba(200,200,200,0.7);
  padding: 25px 25px; /* Large padding which will shrink on scroll (using JS) */
  transition: 0.4s; /* Adds a transition effect when the padding is decreased */
  position: fixed; /* Sticky/fixed navbar */
  width: 100%;
  top: 0; /* At the top */
  z-index: 99;
}


/* Style the logo */
#navbar #ImgLogoEmpresa {
  font-size: 35px;
  font-weight: bold;
  transition: 0.4s;
}


/* Add responsiveness - on screens less than 580px wide, display the navbar vertically instead of horizontally */
@media screen and (max-width: 580px) {
  #navbar {
    padding: 20px 10px !important; /* Use !important to make sure that JavaScript doesn't override the padding on small screens */
  }
}

/* Add a dark background color to the footer */
/*footer {
  background-color: rgba(200,200,200,1);
  color: #666;
  padding: 32px;
}

footer a {
  color: #666;
}

footer a:hover {
  color: #f5f5f5;
  text-decoration: none;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(200,200,200,1);
  color: #666;
  text-align: center;
}*/

