/* SEAT */

 /* Special FONTS */
@font-face {
    font-family: "SEATBCN-Black";
    font-style: normal;
    font-weight: bolder;
    src: url("../../fonts/SEATBCN-Black.eot?#iefix") format("embedded-opentype"), 
         url("../../fonts/SEATBCN-Black.woff") format("woff"),
         url("../../fonts/SEATBCN-Blackwoff2") format("woff2"),
         url("../../fonts/SEATBCN-Black.ttf") format("truetype");
}
@font-face {
    font-family: "SEATBCN-Bold";
    font-style: normal;
    font-weight: bold;
    src: url("../../fonts/SEATBCN-Bold.eot?#iefix") format("embedded-opentype"), 
         url("../../fonts/SEATBCN-Bold.woff") format("woff"),
         url("../../fonts/SEATBCN-Bold.woff2") format("woff2"),
         url("../../fonts/SEATBCN-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "SEATBCN-Medium";
    font-style: normal;
    font-weight: normal;
    src: url("../../fonts/SEATBCN-Medium.eot?#iefix") format("embedded-opentype"), 
         url("../../fonts/SEATBCN-Medium.woff") format("woff"),
         url("../../fonts/SEATBCN-Medium.woff2") format("woff2"),
         url("../../fonts/SEATBCN-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "SEATBCN-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../../fonts/SEATBCN-Regular.eot?#iefix") format("embedded-opentype"), 
         url("../../fonts/SEATBCN-Regular.woff") format("woff"),
         url("../../fonts/SEATBCN-Regular.woff2") format("woff2"),
         url("../../fonts/SEATBCN-Regular.ttf") format("truetype");
}

/* General */
body {
    font-family: "SEATBCN-Regular",Helvetica,Arial,sans-serif;
}

/* Other */
#formSearch .bg-light { background-color: #ffffff !important;} 

.container{
    padding-top: 50px;
}
.font-weight-bold {
    font-family: "SEATBCN-Bold",Helvetica,Arial,sans-serif;
    font-weight: normal !important;
}