@font-face {
    font-family: 'DM-Sans-Regular';
    src: url('DM-Sans-Regular.ttf.woff') format('woff'), url('DM-Sans-Regular.ttf.svg#DM-Sans-Regular') format('svg'), url('DM-Sans-Regular.ttf.eot'), url('DM-Sans-Regular.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'DM-Sans-Regular' !important;
    background-color: #fcebdc;
}

.row {
    padding-bottom: 10px;
}

.seccio {
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: solid #f29100 2px;
}

.display {
    display: block;
}

.hide {
    display: none;
}

.btn {
    margin: 2px;
}

.programes-group {
    text-align: center;
}

@media only screen and (min-width: 1200px) {
    .btn-programes {
        width: 45%;
    }
}

.img-programes {
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .btn-presentadors {
        width: 32%;
    }
}

@media only screen and (max-width: 1200px) {
    .btn-presentadors {
        width: 45%;
    }
}

.img-presentadors {
    width: 100%;
}


/*------------------------------------
- COLOR primary
------------------------------------*/

.alert-primary {
    color: #1e553c;
    background-color: #cdedde;
    border-color: #bee7d4;
}

.alert-primary hr {
    border-top-color: #abe1c8;
}

.alert-primary .alert-link {
    color: #113022;
}

.badge-primary {
    color: #212529;
    background-color: #3fb07c;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
    color: #212529;
    background-color: #318a61;
}

.bg-primary {
    background-color: #3fb07c !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #318a61 !important;
}

.border-primary {
    border-color: #3fb07c !important;
}

.btn-primary {
    color: white;
    background-color: #3fb07c;
    border-color: #3fb07c;
}

.btn-primary:hover {
    color: white;
    background-color: #359569;
    border-color: #318a61;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(63, 176, 124, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #212529;
    background-color: #3fb07c;
    border-color: #3fb07c;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #318a61;
    border-color: #2d7f59;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(63, 176, 124, 0.5);
}

.btn-outline-primary {
    color: #3fb07c;
    background-color: transparent;
    border-color: #3fb07c;
}

.btn-outline-primary:hover {
    color: #212529;
    background-color: #3fb07c;
    border-color: #3fb07c;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(63, 176, 124, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #3fb07c;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #3fb07c;
    border-color: #3fb07c;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(63, 176, 124, 0.5);
}

.list-group-item-primary {
    color: #1e553c;
    background-color: #bee7d4;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #1e553c;
    background-color: #abe1c8;
}

.list-group-item-primary.list-group-item-action.active {
    color: #212529;
    background-color: #1e553c;
    border-color: #1e553c;
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #bee7d4;
}

.table-hover .table-primary:hover {
    background-color: #abe1c8;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #abe1c8;
}

.text-primary {
    color: #3fb07c !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #318a61 !important;
}

.btn-check:checked+.btn-outline-primary {
    background-color: #3fb07c;
    border-color: #3fb07c;
}

.form-check-input:checked {
    background-color: #3fb07c;
    border-color: #3fb07c;
}

.reqrd:after {
    content: " *";
    color: red;
}