* {
    font-family: "Favorit Regular", Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

:root {
    --os-color-blanc: #ffffff;
    --os-color-negre: #212529;
    --os-font-favorit-light: 'Favorit light';
    --os-font-favorit-light: 'Favorit regular';
    --os-font-favorit-light: 'Favorit Bold';
    --os-font-value-regular: 'Favorit medium';
}


.missatge-error {
    color: #dc3545;
}

.avatar-img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

body {
    margin: 0;
}

.grecaptcha-badge {
    visibility: hidden;
}

#news label {
    font-family: 'Favorit light' !important;
}

#news .helptext {
    font-family: 'Favorit light' !important;
}

#content-container {
    padding: 0px 0px;
    font-size: 1rem;
    min-height: 100vh;
}

.text-legal {
    font-size: 0.7rem;
}

.form-newsletter {
    max-width: 300px;
}

#navbar-mobile {
    height: 100vh;
    background: white;
    width: 100%;
}

.font-light {
    font-family: 'Favorit light';
}

.font-bold {
    font-family: 'Favorit Bold';
}

.font-value-regular {
    font-family: 'Value regular';
}

.font-medium {
    font-family: 'Favorit medium';
}

.text-underline {
    text-decoration: underline;
}

.btn {
    box-shadow: none !important;
    color: rgb(0, 0, 0);
    border-radius: 20px !important;
    border: 1px solid black !important;
    z-index: 0;
}

.row {
    padding: 0px;
    margin: 0px;
}

.btn-white {
    background-color: white !important;
}

*:focus {
    outline: none;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e") !important;
}

.type-no-border {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.type-border {
    -webkit-font-smoothing: inherit !important;
    -moz-osx-font-smoothing: inherit !important;
}

:selection {
    color: white;
    background: black;
}

::-moz-selection {
    color: white;
    background: black;
}


.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    color: #fff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    /*set the color you want here*/
}

.carousel-indicators li {
    width: 8px !important;
    height: 8px !important;
    border-radius: 100%;
    z-index: 0;
    cursor: pointer;
    background-color: #dcdcdc;
}

.carousel-indicators .active {
    background-color: #ffffff;
}

.form-control {
    border-radius: 1.25rem !important;
    background-clip: unset !important;
}


.form-control-news {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.max300 {
    max-width: 300px;
}

.max350 {
    max-width: 350px;
}

.max500 {
    max-width: 500px;
}





.errorlist {
    background-color: tomato;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    color: white;
    list-style-type: none;
}