body{
    /*background-image: url("../img/fondo.png");
    background-repeat: repeat;*/
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}
h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}  
.jumbotron {
    background-color: #333;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;

    /*background-image: url('../img/img_home.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
    text-align: center;
    align-content: center ;
    color: plum;
    text-shadow: 1px 2px black;*/
}
.container-fluid {
    /*padding: 60px 50px;*/
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.bg-grey {
    background-color: #f6f6f6;
    /*background-color: #333;*/

}
.logo-small {
    color: #333;
    font-size: 50px;
}
.logo {
    color: #333;
    font-size: 200px;
}
.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}
.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #333;
}
.carousel-indicators li {
    border-color: #333;
}
.carousel-indicators li.active {
    background-color: #333;
}
.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}
.item span {
    font-style: normal;
}
.panel {
    border: 1px solid #333; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
}
.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
    /*border: 1px solid #333;*/
    border: 1px solid #333;
    background-color: #fff !important;
    color: #333;
    /*color: #333;*/
}

#Boton1 {
    margin: 15px 0;
    /*background-color: #333;*/
    background-color: #66308C;
    color: #fff;
}
#Boton1:hover {
    /*border: 1px solid #333;*/
    border: 1px solid #66308C;
    background-color: #62298a !important;
    color: #fff;
    /*color: #333;*/
}

#Boton2 {
    margin: 15px 0;
    /*background-color: #333;*/
    border: 1px solid #66308C;
    background-color: #fff !important;
    color: #66308C;
}
#Boton2:hover {
    /*border: 1px solid #333;*/
    border: 1px solid #66308C;
    background-color: #f6f6f6 !important;
    color: #66308C;
    /*color: #333;*/
}

.panel-footer a:hover {
    text-decoration: none; /*Elimina el Subrayado del Botón*/
}
.panel-heading {
    color: #fff !important;
    background-color: #333 !important;
    padding: 5px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.panel-footer {
    background-color: white !important;
}
.panel-footer h3 {
    font-size: 32px;
}
.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}
.panel-footer .btn {
    margin: 15px 0;
    /*background-color: #333;*/
    background-color: #333;
    color: #fff;
}
.navbar {
    margin-bottom: 0;
    background-color: #333;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 2px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;

}
.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
}
.navbar-brand a:hover, .navbar-brand active a {
    color: #f4511e !important;
    background-color: #fff !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
    background-color: #fff !important;
}
.navbar-default .navbar-toggle {
    /*border-color: transparent;*/
    color: #333 !important;
}

.navbar .icon-bar {
    background-color: #fff !important;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
    float: left;
    overflow: hidden;

    outline: none;
    color: #fff !important;
    padding: 14px 16px;

    font-size: 12px !important;
    border: 0;
    background-color: #333;
    font-family: Montserrat, sans-serif;
    margin: 0;
}

.dropdown .dropdown-toggle li.active a {
    color: #333 !important;
    background-color: #fff !important;
}



/* Style the dropdown content (hidden by default) */
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #333;
    min-width: 160px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
}

    /* Style the links inside the dropdown */
.dropdown-menu a {
    float: none;
    color: #fff !important;
    background-color: #333 !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

footer{
  /*background-color: black;*/
  background-color: #333;
  color: #fff;
}
footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff !important;
}

footer li a {
    color: #fff !important;
    text-align: left;
}
footer li a:hover, footer li.active a {
    color: #333 !important;
    background-color: #fff !important;
}

.slideanim {visibility:hidden;}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
      0% {
        opacity: 0;
        transform: translateY(70%);
      } 
      100% {
        opacity: 1;
        transform: translateY(0%);
      }
    }
    @-webkit-keyframes slide {
      0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
      } 
      100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
      }
    }
    @media screen and (max-width: 768px) {
      .col-sm-4 {
        text-align: center;
        margin: 25px 0;
      }
      .btn-lg {
          width: 100%;
          margin-bottom: 35px;
      }
    }
    @media screen and (max-width: 480px) {
      .logo {
          font-size: 150px;
      }
    }
    
    
/*=======================================*/
/*ESTO ES PARA LA TARJETA PRESENTACION*/
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8);
    max-width: 250px;
    margin: auto;
    text-align: center;
    background-color: white;
}
.title {
    color: grey;
    font-size: 18px;
}


/*=======================================*/
/*ESTO ES PARA EL MENU VERTICAL*/
.vertical-menu {
    /*width: 200px; /* Set a width if you like */
    height: auto;
}
.vertical-menu a {
    background-color: #333; /*#eee; /* Grey background color */
    color: #fff;/*black; /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
}

.vertical-menu a:hover {
    /*background-color: #ccc; /* Dark grey background on mouse-over */
    color: #333 !important;
    background-color: #fff !important;
}
.vertical-menu a.active {
    /*background-color: #2b2b2b; /* Add a green color to the "active/current" link */
    /*color: white;*/
    color: #333 !important;
    background-color: #fff !important;
}
/* Set height of the grid so .sidenav can be 100% (adjust as needed) 
.row.content {
    height: auto;
}*/
/* Set gray background color and 100% height */
.sidenav {
    padding: 5px;
    background-color: #333;
    /*height: auto;*/
    height: 100%;
    width: auto;
    /*position: fixed;*/
    z-index: 1;
    top: 0;
    left: 0;
}

/*=======================================*/



/*=======================================*/
/*ESTO ES PARA LAS TABLAS*/
table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #333; /* Add a grey border */

}

th, td {
    border: 1px solid #333;
    text-align: left;
    padding: 2px;
}

#elrubro {
    width: 12px;
}

#elcodigo {
    width: 18px;
}

#ConTabla {
    overflow:auto ;
    height:800px;
}

/*tr:nth-child(even){background-color: #f2f2f2}*/

th {
    background-color: #333;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: normal;
}
tr:hover {
    background-color: #5B84E3;
    color: #fff;
    font-weight: bold;
}
/*=======================================*/

/*=======================================*/
/*ESTO ES PARA LAS TABLAS PRECIOS/PREMIOS*/
* {
    box-sizing: border-box;
}
.columns {
    float: left;
    width: 33.3%;
    padding: 8px;
}
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
}
.price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
}
.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}
.price .grey {
    background-color: #eee;
    font-size: 20px;
}
@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}
/*=======================================*/


/*=======================================*/
/*ESTO ES PARA LA PAGINA PROXIMAMENTE*/
.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
/*=======================================*/

/*=======================================*/
/*ESTO ES PARA LA BUSQUEDA*/
#myInput {
    /*background-image: url('/css/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    /*background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 14px; /* Increase font-size */
    /*padding: 12px 20px 12px 40px; /* Add some padding */
    padding: 2px;
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}
#myInput2 {
    /*background-image: url('/css/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    /*background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 14px; /* Increase font-size */
    /*padding: 12px 20px 12px 40px; /* Add some padding */
    padding: 2px;
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}
/*=======================================*/

#miBotonTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #333;
    color: #fff; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 5px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 16px; /* Increase font size */
}

#miBotonTop:hover {
    border: 1px solid #333;
    background-color: #fff; /* Add a dark-grey background on hover */
    color: #333;
}

/*=======================================*/
/*ESTO ES PARA LA BARRA DE SCROLL*/


/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 8px;
  background: #ccc;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 8px;
  background: #4caf50;
  width: 0%;
} 