/*** bootstrap fake ***/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.p-3 {
    padding: 1rem!important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}


/*** ESTILOS USO DE COOKIES ***/
#notiCOOKIES {
z-index: 2000;
position: fixed;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
 display: none;
}

.infoCOOKIES {
background-color: rgba(148,208,40,0.7);
 color: #ffffff;
}

.infoCOOKIES p {
 font-weight: 100;
 }

.infoCOOKIES a {
text-decoration: underline;
color: #ffffff;
font-size: 0.75rem;
}