main > .container {
    padding: 20px 15px 20px;
}

.main-header{
    height: 90px;
    background-color: #d7a100;
}

.main-menu{    
    background-color: #fbcf4d !important;
}

.breadcrumb{
    color: #03a9f4;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.main-sticky {
  padding-top: 62px;
}

.bg-image10{
    background-image: url('../data/lobitos.jpg');
}

.bg-image40{
    background-image: url('../data/fundo-1.jfif');
}

.bg-image-noticia{
    background-image: url('../data/fundo32.jpg');
}

.bg-image-contacto{
    background-image: url('../data/fundo32.jpg');
}

.bg-color-noticia{
    background-color: #ffffffd1;
}

.bg-color-contacto{
    background-color: #d5cfc5d1;
}


.bg-image{
    /* Image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Image doesn't repeat */
  background-repeat: no-repeat;
  
  /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based on its container's size */
  background-size: cover;  
  
}

.bg-transparent-70{
    background-color: rgba(0, 0, 0, 0.70);
}

.color-label{
    color: #8bc34a;
}

/*FORM*/
/*.form-colors{
    background-color: rgba(0, 0, 0, 0.80);
    color: #88a369;
    border: 1px solid #9e9e9e;
}*/

.btn{
    padding: 0.375rem 1rem;
    border-radius: 1.375rem;    
}

.form-control {
    padding: 0.375rem 1rem;
    border-radius: 1.375rem;
}

.form-control:focus {    
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

/*.form-control, .form-select {
    color: #9e9e9e;
    background-color: #fff5a066; #d5d3d3;
}*/
/*
.form-control:focus {
    color: #f9ffba;
    background-color: #5e5e5edb; #cddc39a1;
    border-color: #cddc39;
}*/

.form-select{
    border-radius: 1.375rem;
}



/*CARD*/
.card-colors{
    border: 1px solid #9e9e9e;
}

.card-colors >.card-header{
    background-color: #e1d6cd;
}

.card-colors >.card-body{
    color: #5c4b31;
}


.card-colors >.card-footer{
    color: #b39f81;
}



.bg-dark-transparent{
    background-color: rgba(0, 0, 0, 0.70);
}

footer {
    background-color: #fbcf4d;
}

.nav-link{
    padding-bottom: 0;
    padding-top: 0;
}

.nav-item{
    border-left: solid 1px goldenrod;

}

.nav-item:hover{
    background-color: rgba(0, 0, 0, 0.40);
}


/*.footer {    
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}*/

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
    
    .nav-item{
        border-left: 0;
        padding: 6px 0;
    }
}



.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.fs-7{
    font-size: 0.8rem !important;
}
.fs-8{
    font-size: 0.5rem !important;
}

.card-link:hover{
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 80%); 
}

.card-link > .card-header{
    border-bottom:0 !important;
}
.card-link > .card-footer{
    border-top:0 !important;
}
a{
    text-decoration: none !important;
    color:inherit;
}
