/* Required height of parents of the Full Page Intro and Intro itself */
html,
body,
.view {
  height: 100%; }

/* Navbar animation */
.navbar {
  background-color: rgba(0, 0, 0, 0.2); }

.top-nav-collapse {
  background-color: #1C2331; }

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #1C2331; } }

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #1C2331; }


.btn-exportacion-blanco {
    background-color: #0B2161 !important;
    color: rgb(255, 255, 255)  !important; 
}

.btn-exportacion-crema {
  background-color: #0B2161 !important;
  color: #FBF8EF  !important; 
}

.btn-exportacion-otro {
  background-color: #0B2161 !important;
  color: #F5DA81  !important; 
}