@font-face {
    font-family: 'alertastencil';
    src: url(../css/fonts/AllertaStencil-Regular.ttf) format('woff2');
}
.allerta-stencil-regular {
    font-family: "alertastencil";
    src: url(../css/fonts/AllertaStencil-Regular.ttf) format('woff2');
    font-weight: 400;
    font-style: normal;
}

.banner {
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-shadow {
    text-shadow: 0px 1px 6px;
    color: #254350;
}

.white {
    color: #fff !important;
}
.btn-shadow {
    box-shadow: 0 2px 3px rgb(226, 226, 226);
}
.add-button {
    border: none;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 6px;
    margin: 4px 2px;
    border-radius: 50%;
    bottom: 40px;
    right: 20px;
    box-shadow: 0px 0px 7px #557ca3;
}

.shadow {
    box-shadow:0px 3px 15px #aaa;
}
txt-shadow {
    text-shadow: 3px 3px 12px #808080 !important;
}

.styleLogo {
    box-shadow: 1px 1px 4px #808080;
    border-radius: 35px;
   
}