@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'edosz';
    src: url('../fonts/edosz.ttf');
}

body, h4, h1,p{
    margin: 0px;
}
a{    
    cursor: pointer;
    text-decoration: none;
    color: white;
}
.slides_patrocinadores{
    -webkit-animation: fadeVerticalEffect 1s;
    animation: fadeVerticalEffect 1s; /* Fading effect takes 1 second */
}
@-webkit-keyframes fadeVerticalEffect {
    from {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeVerticalEffect {
    from {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@media screen and (orientation:landscape) {
    .home-slide-contentor {
        height: calc(60vh - 43px);
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    .homeSlides {
        width: 100%;
        height: 100%;
    }
    .homeSlides > img {
        height: 100%;
        width: auto;
        position: absolute;
        top: -9999px;
        left: -9999px;
        right: -9999px;
        bottom: -9999px;
        margin: auto;
    }
    .homeSlides > video {
        height: auto;
        width: 100%;
        position: absolute;
        top: -9999px;
        left: -9999px;
        right: -9999px;
        bottom: -9999px;
        margin: auto;
    }

    .homeSlides-caption{
        position: absolute;
        top: 35%;
        background-color: rgba(0, 0, 0, 0.5);
        display: inline;
        color: white;
        left: 15%;
        padding: 15px 10px;
        font-family: sans-serif;
        border-left-color: black;
        border-left-width: 6px;
        border-left-style: solid;
    }
    .homeSlides-caption-titulo{
        font-size: 30px;
    }
    .homeSlides-caption-descricao{
        font-size: 20px;
        margin-top: 10px;

    }
    .news {
        width: 100%;
        /*height: 30vh;*/
        /*bottom: 0px;*/
        position: absolute;
        background: #13131f;
    }
    .w70 {
        /* width: 70vw; */
        width: calc(100% - 1px);
        float: left;
        /* height: 100%; */
        /*
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #13131f;
        background-color: #13131f;*/


        /* width: 70vw; */
        width: calc(100% - 1px);
        float: left;
        /* height: 100%; */
        background-image: url(../img/hd_bg_layout_g.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .opacityLayer{
        background-color: rgba(0, 0, 0, 0.35);
        padding-top: 5px;
    }
    .indexGroup50{
        width: calc(50% - 11px);
        float: left;
        margin: 5px;
        display: inline-block;
        background-color: rgba(0, 52, 99, 0.45);
    }
    .indexGroup100{
        width: 100%;
        margin-bottom: 5px;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .indexGroup100 .headerTab {
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .w30 {
        width: 100%;
        float: left;
    }
    div#Parceiros {
        height: 160px;
    }
    div#Provas {
        height: 160px;
    }
    div#Noticias {
        height: 160px;
    }
    div#Loja {
        height: 160px;
    }
    /* Style the tab */
    div.tab {
        overflow: hidden;
        background-color: rgba(0,0,0,0);
        margin-top: -43px;
        display: none;
    }
    .headerTab{
        display: block;
        font-family: 'edosz';
        color: white;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    /* Style the buttons inside the tab */
    div.tab button {
        background-color: #003463;
        color: white;
        float: left;
        outline: none;
        cursor: pointer;
        width: calc(70vw / 4);
        padding: 14px 16px;
        transition: 0.3s;
        border: none;
        border-bottom-width: 1px;
        border-bottom-color: white;
        border-bottom-style: solid;
        font-family: 'edosz';
    }

    /* Change background color of buttons on hover */
    div.tab button:hover {
        background-color: #2d6290;
        color: white;
    }

    /* Create an active/current tablink class */
    div.tab button.active {
        background-color: #13131f;
        border-color: white;
        border-style: solid;
        border-width: 1px;
        border-bottom: none;
        font-family: 'edosz';
    }
    div.tab button.active:hover{
        color: white;
    }
    /* Style the tab content */
    .tabcontent {
        display: block;
        padding: 6px 6px;
        color: white;
        font-family: 'Open Sans';
    }

    .tabcontent {
        -webkit-animation: fadeEffect 1s;
        animation: fadeEffect 1s; /* Fading effect takes 1 second */
        /*height: calc(28vh - 1px);*/
    }

    @-webkit-keyframes fadeEffect {
        from {opacity: 0;}
        to {opacity: 1;}
    }

    @keyframes fadeEffect {
        from {opacity: 0;}
        to {opacity: 1;}
    }
    p.text-center {
        text-align: center;
        color: white;
        font-family: 'Open Sans';
        margin: 5px 0px 5px;
    }
    .text-center.parceiros-oficiais {
        margin-top: -44px;
        background-color: #13131f;
        height: 18px;
        padding: 13px 0px;
        border-left-color: white;
        border-style: solid;
        border-width: 1px;
        border-right-color: rgba(255, 255, 255, 0);
        border-bottom-color: rgba(255,255,255,0);
        margin-left: -1px;
        font-family: 'edosz';
    }
    .parceiro{
        width: auto;
        height: auto;
        max-width: 150px;
        max-height: 150px;
    }
    .carousel{
        text-align: center;
    }

    .owl-item, .owl-item > .item{
        text-align: center;
        cursor: pointer;
        height: 150px;
    }
    .owl-item > .item img {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        max-width: 96%;
        width: auto;
        height: auto;
        max-height: 100px;
        margin: auto;
    }

    .owl-demo-image {
        width: 100%;
        position: absolute;
        top: 0;
        height: 100px;
        overflow: hidden;
    }
    .owl-demo-image > .item img {
        max-height: calc(22vh - 20px);
    }
    .owl-demo-caption{
        width: 100%;
        position: absolute;
        bottom: 0;
        height: 50px;
    }
    .owl-demo-caption > p{
        font-size: 14px;
    }
    .owl-theme .owl-dots .owl-dot span {
        margin: 0px 5px;
    }
    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 2px;
    }
    #Patrocinadores .owl-item {
        height: 100px;
    }
    #Patrocinadores .item {
        height: 100px;
    }
    .menu {
        position: fixed;
        right: 0px;
        width: 115px;
        z-index: 99;
    }
    .firstPage{
        top: calc(50% - 80px);
        height: 160px;
    }
    #toggle{
        display: none;
    }
    .generalLayout{
        top: calc(24vh - 145px);
        height: 290px;
    }
    .menu > ul{
        float: left;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 14px;
        list-style: none;
        padding: 0px;
    }
    .menu > ul > li {
        transform: skew(-15deg) translate(0px);
        -webkit-transform: skew(-15deg) translate(0px);
        -moz-transform: skew(-15deg) translate(0px);
        -o-transform: skew(-15deg) translate(0px);
        -ms-transform: skew(-15deg) translate(0px);
        -webkit-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s;
        background-color: #003463;
        width: 166px;
        margin-bottom: 3px;
    }
    .cal{
        margin-left: 59px;
    }
    .socios{
        margin-left: 34px;
    }
    .noticias{
        margin-left: 20px;
    }
    .contactos{
        margin-left: 0px;
    }
    .provas{
        margin-left: 30px;
    }
    .loja{
        margin-left: 50px;
    }
    .home{
        margin-left: 44px;
    }
    .comissarios{
        margin-left: -14px;
    }
    .cal:hover{
        -webkit-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s;
        margin-left: 19px;
    }
    .socios:hover{
        -webkit-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s;
        margin-left: -6px;
    }
    .noticias:hover{
        -webkit-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s;
        margin-left: -20px;
    }
    .provas:hover{
        -webkit-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s;
        margin-left: -10px;
    }
    .loja:hover{
        -webkit-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s;
        margin-left: 10px;
    }
    .contactos:hover{
        -webkit-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s;
        margin-left: -40px;
    }
    .home:hover{
        -webkit-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s;
        margin-left: 4px;
    }
    .comissarios:hover{
        -webkit-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s;
        margin-left: -45px;
    }
    .floatButton{
        padding: 10px 20px;
        color: white;
        text-decoration: none;
        line-height: 40px;
    }
    .menu > ul > li.active{
        background-color: #425261;
    }
    .logo {
        z-index: 2;
        position: absolute;
        top: 5%;
        left: 5%;
    }
    .logo_img {
        width: 100px;
    }
    .general_layout_hd_bg {
        background-image: url(../img/hd_bg_layout_g.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 100%;
        height: 40vh;
    }
    .general_layout_content{
        width: 100%;
        min-height: 60vh;
        background-color: #1b1b24;
        color: white;
        display: flex;
    }
    .grunge {
        z-index: 2;
        height: 101%;
        width: 100%;
        background-image: url(../img/teste-grunge-cal.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: contain;
    }
    .w40{
        width: 42%;
        height: 100%;
        float: left;
    }
    .offset_pneu{
        width: 12%;
        min-height: 60vh;
        display: inline-block;
        background-image: url(../img/pneu.png);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: 50vh;
    }
    .content_text_padding {
        padding: 20px 35px;
        line-height: 22px;
        font-family: 'Open Sans';
        text-align: justify;
        font-size: 15px;
        color: #bbbbbb;
        height: calc(100% - 40px);
        overflow-y: auto;
        position: relative;
    }
    .content_text_no_padding {
        padding: 20px 0px;
        line-height: 22px;
        font-family: 'Open Sans';
        text-align: justify;
        font-size: 15px;
        color: #bbbbbb;
        max-height: calc(100% - 40px);
        overflow-y:auto;
    }
    .content_text_no_padding > img, .content_text_padding > img {
        width: auto;
        height: auto;
        max-width: 80%;
        max-height: 80%;
        margin: auto;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .content_text_padding > p > a, .content_text_no_padding > p > a {
        color: white;
        text-decoration: none;
    }
    .content_text_padding > img.inline_text {
        position: relative;
        display: block;
        max-width: 60%;
        max-height: 60%;
    }
    .content_header{
        padding: 15px 0px;
        color: #bbbbbb;
        font-family: 'edosz';
    }
    .page_title {
        position: relative;
        display: inline-block;
        left: calc(16% + 30px);
        color: white;
        font-family: 'edosz';
        font-weight: 100;
        letter-spacing: 1px;
        margin-top: 35vh;
        font-size: 45px;
    }
    .contact-form {
        padding: 15px;
    }
    .contact-form > p{
        padding: 2px 0px;
        font-family: Open Sans;
        font-size: 12px;
    }
    .contact-form > p > input, .contact-form > p > textarea {
        width: 100%;
        line-height: 10px;
        border-radius: 5px;
    }
    .contact-form > p > button {
        float: right;
        border-radius: 5px;
        width: 90px;
        margin-right: -7px;
        background-color: white;
        font-family: Open Sans;
        font-weight: 900;
        color: #003463;
    }
    .contact_info{
    }
    .w20_news{
        width: 20%;
        display: inline-block;
    }
    .w40_news{
        width: calc(68% - 8px);
        display: inline-block;
    }
    .w24_news{
        width: 29%;
        height: 100%;
        float: left;
    }
    .all_noticias {
        list-style: none;
        padding: 20px 0;
    }
    .all_noticias > li {
        text-align: left;
        padding: 8px 0px;
        line-height: 18px;
        border-top: 1px solid white;
        cursor: pointer;
    }
    .all_noticias > li:last-child {
        border-bottom: 1px solid white;
    }
    .all_noticias > li:hover > a{
        color: #414163;
    }
    .all_noticias > li > a {
        color: white;
        text-decoration: none;
    }
    .all_noticias > li.active > a {
        color: #989595;
        text-decoration: none;
    }
    .all_provas {
        padding: 0 0 1px 0;
        margin: 0;
        display: flex;
        max-height: 21px;
    }
    .all_provas > li {
        list-style: none;
        color: #13131f;
        background-color: rgba(255, 255, 255, 0);
        width: 45px;
        border-radius: 20px;
        text-align: center;
        height: 15px;
        padding: 0px 5px 5px 5px;
        float: left;
        margin-right: 4px;
        border-color: white;
        border-width: 1px;
        border-style: solid;
        cursor: pointer;
    }
    .all_provas > li > a {
        text-decoration: none;
        color: #fff;
    }
    .all_provas > li.active {
        background-color: #fff;
    }
    .all_provas > li.active > a {
        color: #13131f;
    }
    .menu_horizontal {
        overflow-x: auto;
        max-width: 100%;
    }

    /* The Modal (background) */
    .modal {
        display: none;
        position: fixed;
        z-index: 3;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0,0,0);
        background-color: rgba(0, 0, 0, 0.75);
    }

    /* Modal Content/Box */
    .modal-content {
        background-color: #fff;
        margin: 10vh auto;
        border: 4px solid #fff;
        border-radius: 10px;
        max-width: 80%;
        height: 80vh;
        position: relative;
        overflow: scroll;
    }
    .modal-header {
        padding: 25px;
        border-bottom-color: #cccccc;
        border-bottom-style: solid;
        border-bottom-width: 2px;
    }
    .modal-body {
        padding: 25px;
    }
    .modal-title {
        padding: 0 10px;
        font-size: 20px;
        font-family: sans-serif;
        color: #000;
    }
    .modal-section-title {
        padding: 10px 10px;
        font-size: 16px;
        font-family: sans-serif;
        color: #FFF;
    }
    .condutor, .assistente {
        border-bottom-color: white;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        display: inline-block;
        width: 100%;
    }
    /* The Close Button */
    .close {
        color: black;
        right: calc(10vw + 20px);
        top: calc(10% + 4px);
        font-size: 28px;
        font-weight: bold;
        width: 30px;
        height: 30px;
        position: fixed;
        text-align: center;
    }

    .close:hover,
    .close:focus {
        color: white;
        text-decoration: none;
        cursor: pointer;
    }

    .form-group {
        width: 100%;
        padding: 10px 0;
        display: inline-block;
    }
    label.form-label {
        font-size: 15px;
        font-family: sans-serif;
        width: 100%;
        padding: 10px;
    }
    .form-input {
        width: 100%;
        font-size: 14px;
        font-family: sans-serif;
        line-height: 40px;
        padding: 10px;
    }
    .form-input > input {
        width: calc(100% - 20px);
        font-size: 14px;
        border-radius: 4px;
        height: 22px;
    }
    .fw50 {
        width: 50%;
        float: left;
    }
    .fw100 {
        width: 100%;
        float: left;
    }
    .section-content {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }
    .equipas {
        background-color: transparent;
        border-radius: 5px;
        border-color: #9c9c9c;
        border-width: 1px;
        border-style: solid;
    }
    .condutores {
        background-color: transparent;
        border-radius: 5px;
        border-color: #9c9c9c;
        border-width: 1px;
        border-style: solid;
    }
    .assistentes {
        background-color: transparent;
        border-radius: 5px;
        border-color: #9c9c9c;
        border-width: 1px;
        border-style: solid;
    }
    .viaturas {
        background-color: transparent;
        border-radius: 5px;
        border-color: #9c9c9c;
        border-width: 1px;
        border-style: solid;
    }
    .addElementNodeButton {
        display: inline-block;
        width: 100%;
        float: right;
    }
    .addElementNodeButton > a {
        float: right;
        padding: 10px;
        min-width: 100px;
        text-align: center;
        background-color: #9E9E9E;
        text-decoration: none;
        font-family: sans-serif;
        color: white;
        border-radius: 3px;
        border-color: #ffffff;
        border-width: 2px;
        border-style: solid;
        margin: 12px;
    }
    .loja-row {
        width: 84%;
        float: left;
        padding: 20px;
        text-align: center;
    }
    .loja-card,.loja-card:hover {
        box-shadow: 0 4px 8px 0 rgba(255,255,255,0.2),0 6px 20px 0 rgba(255,255,255,0.19)!important;
        width: 25%;
        background-color: white;
        margin: 20px;
        display: inline-block;
    }

    .loja-card > img {
        width: 100%;
        opacity: 0.85;
        margin-bottom: -5px;
        border-style: none;
    }
    .loja-card-container {
        padding: 0.01em 16px;
    }
    .loja-card-container > h4 {
        font-weight: 400;
        margin: 10px 0;
        font-size: 20px;
        font-family: "Segoe UI",Arial,sans-serif;
        color: black;
        text-align: left;
        min-height: 55px;
    }
    .loja-card-container > p {
        margin: 10px 0;
        font-size: 15px;
        font-family: "Segoe UI",Arial,sans-serif;
        color: black;
    }
    .loja-card-desc{
        text-align: left;
    }
    .loja-card-preco{
        text-align: right;
    }
    .btn {
        border-radius: 5px;
        line-height: 25px;
        min-width: 100px;
        background: white;
        border-color: black;
    }
    .submit-buttons{
        float: right;
        width: 100%;
        padding: 0;
        text-align: right;
    }
    select#divisao, select#classe, select#transpondertype {
        width: calc(100% - 20px);
        height: 28px;
    }
    
    form#InscricaoForm {
        max-width: 900px;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        padding-top: 40px;
    }
}

@media screen and (orientation:portrait) {
    .home-slide-contentor {
        height: 40vh;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    .homeSlides {
        width: 100%;
        height: 100%;
    }
    .homeSlides > img {
        height: 100%;
        width: auto;
        position: absolute;
        top: -9999px;
        left: -9999px;
        right: -9999px;
        bottom: -9999px;
        margin: auto;
        overflow: hidden;
    }
    .homeSlides > video {
        height: 100%;
        width: auto;
        position: absolute;
        top: -9999px;
        left: -9999px;
        right: -9999px;
        bottom: -9999px;
        margin: auto;
    }
    .homeSlides-caption{
        position: absolute;
        max-width: 75%;
        top: 35%;
        background-color: rgba(0, 0, 0, 0.5);
        display: inline;
        color: white;
        left: 15%;
        padding: 15px 10px;
        font-family: sans-serif;
        border-left-color: black;
        border-left-width: 6px;
        border-left-style: solid;
    }
    .homeSlides-caption-titulo{
        font-size: 30px;
    }
    .homeSlides-caption-descricao{
        font-size: 20px;
        margin-top: 10px;
    }
    .w70 {
        width: 100%;
        float: left;
        background-color: #13131f;
        position: relative;
    }
    .text-center.parceiros-oficiais {
        background-color: #13131f;
        padding: 20px 0px 5px;
        color: white;
        font-family: 'edosz';
        text-align: center;
        display: block;
        font-size: 35px;
        font-weight: bold;
    }
    .w30 {
        width: 100%;
        float: left;
    }
    .carousel {
        width: 100%;
        background-color: #13131f;
    }
    .slides_patrocinadores {
        max-width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    img.parceiro {
        max-width: 100%;
        width: auto;
        height: auto;
        max-height: 15vh;
    }
    .tab {
        display: none;
    }
    .headerTab{
        background-color: #13131f;
        padding: 20px 0px 5px;
        color: white;
        font-family: sans-serif;
        text-align: center;
    }
    .headerTab>h1 {
        font-size: 35px;
        font-family: 'edosz';
    }
    .tabcontent {
        height: 23vh;
        width: 100%;
        position: relative;
    }
    .owl-carousel,.owl-item  {
        height: 23vh;
    }
    .owl-carousel .owl-item img{
        display: block;
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .owl-item .item{
        display: block;
        height: 100%;
        width: auto;
    }
    .owl-demo-image {
        width: 96%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 15vh;
        overflow: hidden;
    }
    .owl-demo-image > .item img {
        max-height: calc(22vh - 20px);
    }
    .owl-demo-caption{
        width: 100%;
        position: absolute;
        bottom: 0;
        height: 12vh;
        color: white;
        text-align: center;
        font-family: sans-serif;
    }
    .owl-demo-caption > p{
        font-size: 35px;
    }
    .owl-theme .owl-dots .owl-dot span {
        margin: 0px 5px;
    }
    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 2px;
    }
    div#Patrocinadores {
        height: 23vh;
    }
    div#Provas, div#Noticias, div#Loja {
        height: 27vh;
    }
    #Provas .owl-item, #Noticias .owl-item, #Loja .owl-item {
        height: 27vh;
    }
    .slides_parceiros{
        text-align: center;
    }
    .togglemenulink {
        position: fixed;
        z-index: 99;
        top: 35px;
        right: 30px;
        width: 60px;
        height: 50px;
        padding: 5px 5px 0;
        background-color: white;
    }
    #toggle span:after,
    #toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: 34px;
    }
    #toggle span:after{
      top: 17px;
    }
    #toggle span {
      position: relative;
      display: block;
    }

    #toggle span,
    #toggle span:after,
    #toggle span:before {
      width: 100%;
      height: 10px;
      background-color: #888;
      transition: all 0.3s;
      backface-visibility: hidden;
      border-radius: 2px;
    }

    /* on activation */
    #toggle.on span {
      background-color: transparent;
    }
    #toggle.on span:before {
      transform: rotate(45deg) translate(-12px, -13px);
    }
    #toggle.on span:after {
      transform: rotate(-45deg) translate(0px, 0px);
    }
    #toggle.on + #menu {
      opacity: 1;
      visibility: visible;
    }

    /* menu appearance*/
    #menu {
        position: fixed;
        top: 20px;
        left: 0;
        right: 0;
        bottom: 0;
        color: #999;
        width: 90%;
        height: 80%;
        z-index: 999;
        padding: 10px;
        margin: auto;
        font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
        text-align: center;
        border-radius: 4px;
        background: white;
        box-shadow: 0 1px 8px rgba(0,0,0,0.05);
        opacity: 0;
        visibility: hidden;
        transition: opacity .4s;
        font-size: 40px;
        
    }
    #menu ul, #menu ul li, #menu li a {
      list-style: none;
      display: block;
      margin: 20px;
      padding: 0;
    }
    
    #menu li a {
      padding: 5px;
      color: #888;
      text-decoration: none;
      transition: all .2s;
    }
    #menu li a:hover,
    #menu li a:focus {
      background: #13131f;
      color: #fff;
    }
    .logo {
        position: fixed;
        top: 20px;
        left: 20px;
        width: 10vw;
        z-index: 10;
    }
    .logo_img {
        width: 100%;
        height: 100%;
    }
    .general_layout_hd_bg {
        background-image: url(../img/hd_bg_layout_g.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
        width: 100%;
        height: 50vh;
    }
    .grunge {
        z-index: 2;
        height: 100%;
        width: 100%;
        background-image: url(../img/teste-grunge-cal.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: contain;
    }
    .page_title {
        position: relative;
        display: inline-block;
        left: calc(16% + 30px);
        color: white;
        font-family: 'edosz';
        font-weight: 100;
        letter-spacing: 1px;
        margin-top: 40vh;
        font-size: 45px;
    }
    .general_layout_content {
        width: 100%;
        background-color: #13131f;
        color: white;
        display: block;
        position: absolute;
    }
    .w40 {
        width: 100%;
        float: left;
        display: block;
    }
    .content_text_padding, .content_text_no_padding {
        padding: 20px 35px;
        line-height: 22px;
        font-family: 'Open Sans';
        text-align: justify;
        font-size: 15px;
        color: #bbbbbb;
        overflow-y: auto;
        position: relative;
    }
    .content_header {
        padding: 15px 0px;
        color: #bbbbbb;
        font-family: 'edosz';
    }
    .contact-form {
        padding: 15px;
    }
    .contact-form > p {
        padding: 2px 0px;
        font-family: Open Sans;
        font-size: 12px;
    }
    .contact-form > p > input, .contact-form > p > textarea {
        width: 100%;
        line-height: 10px;
        border-radius: 5px;
    }
    .contact-form > p > button {
        float: right;
        border-radius: 5px;
        width: 90px;
        margin-right: -7px;
        background-color: white;
        font-family: Open Sans;
        font-weight: 900;
        color: #003463;
    }
    .content_text_padding > p > a, .content_text_no_padding > p > a {
        color: white;
        text-decoration: none;
    }
    .content_text_padding > img.inline_text {
        position: relative;
        display: block;
        max-width: 100%;
        max-height: 100%;
    }
    .content_text_no_padding > img, .content_text_padding > img {
        position: relative;
        display: block;
        max-width: 100%;
        max-height: 100%;
    }
    .w20_news {
        width: 100%;
        height: 100%;
        float: left;
    }
    .w40_news {
        width: 100%;
        height: 100%;
        float: left;
    }
    .w24_news {
        width: 100%;
        height: 100%;
        float: left;
    }

    .menu_horizontal {
        overflow-x: auto;
        max-width: 100%;
    }
    .all_provas {
        padding: 0 0 1px 0;
        margin: 0;
        display: flex;
        max-height: 21px;
        font-size: 20px;
    }
    .all_provas > li {
        list-style: none;
        color: #13131f;
        background-color: rgba(255, 255, 255, 0);
        width: 45px;
        border-radius: 20px;
        text-align: center;
        height: 15px;
        padding: 0px 5px 5px 5px;
        float: left;
        margin-right: 4px;
        border-color: white;
        border-width: 1px;
        border-style: solid;
        cursor: pointer;
    }
    .all_provas > li.active {
        background-color: #fff;
    }
    .all_provas > li > a {
        text-decoration: none;
        color: #fff;
    }
    .all_provas > li.active > a {
        color: #13131f;
    }
    .all_noticias {
        list-style: none;
        padding: 20px 0;
        margin: 0;
        font-size: 20px;
    }
    .all_noticias > li {
        text-align: left;
        padding: 8px 0px;
        line-height: 18px;
        border-top: 1px solid white;
        cursor: pointer;
    }
    .all_noticias > li > a {
        color: white;
        text-decoration: none;
    }
    .all_noticias > li.active > a {
        color: #989595;
        text-decoration: none;
    }
    .all_noticias > li:last-child {
        border-bottom: 1px solid white;
    }

    .loja-row {
        width: 92%;
        float: left;
        padding: 20px;
        text-align: center;
    }
    .loja-card,.loja-card:hover {
        box-shadow: 0 4px 8px 0 rgba(255,255,255,0.2),0 6px 20px 0 rgba(255,255,255,0.19)!important;
        width: 50%;
        background-color: white;
        margin: 20px;
        display: inline-block;
    }

    .loja-card > img {
        width: 100%;
        opacity: 0.85;
        margin-bottom: -5px;
        border-style: none;
    }
    .loja-card-container {
        padding: 0.01em 16px;
    }
    .loja-card-container > h4 {
        font-weight: 400;
        margin: 10px 0;
        font-size: 20px;
        font-family: "Segoe UI",Arial,sans-serif;
        color: black;
        text-align: left;
        min-height: 55px;
    }
    .loja-card-container > p {
        margin: 10px 0;
        font-size: 15px;
        font-family: "Segoe UI",Arial,sans-serif;
        color: black;
    }
    .loja-card-desc{
        text-align: left;
    }
    .loja-card-preco{
        text-align: right;
    }

    .form-group {
        width: 100%;
        padding: 10px 0;
        display: inline-block;
    }
    label.form-label {
        font-size: 22px;
        font-family: sans-serif;
        width: 100%;
        padding: 10px;
    }
    .form-input {
        width: 100%;
        font-size: 20px;
        font-family: sans-serif;
        line-height: 40px;
        padding: 10px;
    }
    .form-input > input {
        width: calc(100% - 20px);
        font-size: 20px;
        border-radius: 4px;
        height: 30px;
    }
    .form-input > select {
        width: calc(100% - 20px);
        font-size: 20px;
        border-radius: 4px;
        height: 30px;
    }
    .fw50 {
        width: 100%;
        float: left;
    }
    .fw100 {
        width: 100%;
        float: left;
    }

    .section-content {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }
    .equipas {
        background-color: transparent;
        border-radius: 5px;
        border-color: #9c9c9c;
        border-width: 1px;
        border-style: solid;

    }
    .condutores {
        background-color: transparent;
        border-radius: 5px;
        border-color: #9c9c9c;
        border-width: 1px;
        border-style: solid;
    }
    .assistentes {
        background-color: transparent;
        border-radius: 5px;
        border-color: #9c9c9c;
        border-width: 1px;
        border-style: solid;
    }
    .viaturas {
        background-color: transparent;
        border-radius: 5px;
        border-color: #9c9c9c;
        border-width: 1px;
        border-style: solid;
    }
    .addElementNodeButton {
        display: inline-block;
        width: 100%;
        float: right;
    }
    .addElementNodeButton > a {
        float: right;
        padding: 10px;
        min-width: 100px;
        text-align: center;
        background-color: #9E9E9E;
        text-decoration: none;
        font-family: sans-serif;
        color: white;
        border-radius: 3px;
        border-color: #ffffff;
        border-width: 2px;
        border-style: solid;
        margin: 12px;
    }
    .modal-section-title{
        margin: 10px;
        font-size: 20px;
    }
    .modal{
        display: none;
    }
}

/*

::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(36, 36, 84);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(48, 48, 119,0.4);
}

*/