﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
  max-width: 25%;
}*/

/* Provide sufficient contrast against white background */

.NombreWeb {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #808080;
    text-decoration:none !important;
}
.NombreWeb:hover {
    color:black;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    font-family: 'Poppins', sans-serif !important;
    color: #808080 !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    position: relative;
    height: 100% !important;
}

/* Add some content at the bottom of the video/page */
.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 10px;
}

/* Style the button used to pause/play the video */
#myBtn {
    position: center;
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

    #myBtn:hover {
        background: #ddd;
        color: black;
    }
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

body {
    /*margin-bottom: 60px;*/
    /*background-image: url('../imagenes/HamburgGigante.jpg');*/
    background-image: url('../imagenes/Abstract-Background-White.jpg');
    background-attachment: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    color: #808080 !important;    
}

.footer {
    position: absolute;
    bottom: 0;
    width: 80%;
    margin-left: 10%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-color: whitesmoke;
    border-radius: 10px;
    margin-bottom: 10px;
}

.imglogo {
    max-width: 15%;
}


