

@font-face {
    font-family: dedaleBold;
    src: url(/Areas/Aday/Contents/fonts/Dedale-Bold.ttf);
}

@font-face {
    font-family: montserratMedium;
    src: url(/Areas/Aday/Contents/fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: montserratBold;
    src: url(/Areas/Aday/Contents/fonts/Montserrat-ExtraBold.ttf);
}

@font-face {
    font-family: loraBold;
    src: url(/Areas/Aday/Contents/fonts/Lora-Bold.ttf);
}

@font-face {
  font-family: loraMedium;
  src: url(/Areas/Aday/Contents/fonts/Lora-Medium.ttf);
}

@font-face {
  font-family: loraRegular;
  src: url(/Areas/Aday/Contents/fonts/Lora-Regular.ttf);
}

@font-face {
  font-family: loraSemiBold;
  src: url(/Areas/Aday/Contents/fonts/Lora-SemiBold.ttf);
}


body {
    /*font-family: 'loraMedium' !important;*/
    background-color: #f0f5fb !important;
}

/*p {
    font-family: 'loraRegular' !important;
}

a {
    font-family: 'loraRegular' !important;
}

span {
    font-family: 'loraRegular' !important;
}

button {
    font-family: 'loraRegular' !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'loraBold' !important;
}*/

.overflow-scrool {
    overflow: scroll !important;
}

.btn__white {
    border: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 25px;
    text-decoration: none !important;
}

    .btn__white:hover {
        background-color: #fff !important;
        color: #004899 !important;
    }

.btn-primary {
    background-color: #004899 !important;
    border-color: #004899 !important;
    border-radius: 0px !important;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none !important;
}

    .btn-primary.focus, .btn-primary:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.border__right {
    border-right: 2px solid #004899 !important;
}

.border__left {
    border-left: 2px solid #004899 !important;
}
/*# sourceMappingURL=main.css.map */

@font-face {
    font-family: "Poppins";
    src: url("../../fonts/Poppins-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PoppinsLight";
    src: url("../../fonts/Poppins-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "PoppinsRegular";
    src: url(../../fonts/Poppins-Regular.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "PoppinsMedium";
    src: url("../../fonts/Poppins-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "PoppinsDemiBold";
    src: url("../../fonts/Poppins-SemiBold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "PoppinsBold";
    src: url("../../fonts/Poppins-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Allura";
    src: url("../../fonts/Allura-Regular.ttf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

p {
    font-family: PoppinsRegular !important;
}

a {
    font-family: PoppinsDemiBold !important;
}

text {
    font-family: PoppinsBold !important;
}

select {
    font-family: PoppinsBold !important;
}

h3 {
    font-family: PoppinsDemiBold !important;
}

h4 {
    font-family: PoppinsDemiBold !important;
}

h2 {
    font-family: PoppinsDemiBold !important;
}

h5 {
    font-family: PoppinsDemiBold !important;
}

h6 {
    font-family: PoppinsDemiBold !important;
}

h1 {
    font-family: PoppinsDemiBold !important;
}

strong {
    font-family: PoppinsDemiBold !important;
}

em {
    font-family: PoppinsRegular !important;
}

div {
    font-family: PoppinsRegular !important;
}