@font-face {
    font-family: 'Proxima Nova';
    src: url('/treball/assets/fonts/ProximaNova-Regular.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('/treball/assets/fonts/ProximaNova-Bold.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
}
b,strong {
    font-family: 'Proxima Nova Bold','Roboto', sans-serif;
    font-weight: normal;
}

a {
    color: black;
}
a:hover {
    text-decoration: underline;
    text-decoration-color: black !important;
    text-underline-offset: 3px;
}

.submit-form,
.reset-form,
.btn,
.btn:hover,
.btn:active {
    background: #f7cc00 !important;
    border-radius: 25px;
    font-weight: bold;
    padding: 5px 20px;
    border: 0;
    transition: .2s;
    line-height: 1.6rem;
    color: black;
}

.btn.rodo {
    padding: 10px;
}
.submit-form:hover,
.reset-form:hover,
.btn:hover {
    transform: scale(1.1);
    text-decoration: none;
    color: black;
}

.groc {
    background: #f7cc00;
}

.groc .submit-form:hover,
.groc .submit-form,
.groc .reset-form:hover,
.groc .reset-form,
.groc .btn:hover,
.groc .btn {
    background: white !important;
}

.citaPrevia {
    display: flex;
    justify-content: center;
}

.citaPrevia .titol {
    padding-left: 10px;
}

.citaPrevia > div {
    /*padding: 20px;*/
    width: 50%;
}
.citaPrevia .citaPrevia-img {
    display: flex;
    justify-content: end;
    align-items: center;
}
.citaPrevia .citaPrevia-img img {
    padding-right: 20px;
    width: 100px !important;
}
.marges-contingut {
    padding: 20px;
}

.subtitol {
    font-size: 1.2rem;
    padding-bottom: 20px;
}

h1 {
    font-size: 2rem;
    font-weight: 500;
    margin: 0;
    margin-bottom: 8px;
    line-height: 1.2;
}
h2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 2rem;
    font-family: 'Proxima Nova Bold','Roboto', sans-serif;
}

h3 {
    font-size: 1.2rem;
    margin-top: 2rem;
}

.form .input {
    margin-bottom: 20px;
}
input {
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.375rem;
    width: 100%;
}

input[type=submit],
input[type=reset] {
    width: auto;
}
input[type=radio],
input[type=checkbox] {
    width: 1em;
}
.contentDiv {
    font-family: 'Proxima Nova', 'Roboto', sans-serif;
    font-size: 14px;
}
.contentDiv li {
    list-style: square;
}
.contentDiv img {
    width: 100%;
    padding: 10px 0;
}
.contentDiv p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.contentDiv .header-contingut {
    background: #ededed;
    padding: 0;
}
.contentDiv .header-contingut img {
    padding: 20px;
}

.contentDiv .header-contingut .row>* {
    padding: 0;
}
.contentDiv .header-contingut > div > div.react-page-row > div:first-child,
.contentDiv .header-contingut > .row > div:first-child {
    padding: 20px;
}

.contentDiv .row {
    margin: 0;
}
.contentDiv .centrat-vertical .row {
    align-items: center;
}

.contentDiv .conceptes > div > div {
    padding: 20px;
}
.contentDiv .text-destacat {
    background: rgba(247, 204, 0, 0.2);
    padding: 10px;
    border: 2px solid rgb(247, 204, 0);
    border-radius: 20px;
    margin: 15px 0;
}
.contentDiv .reset-form,
.contentDiv .submit-form,
.contentDiv .btn {
    margin: 15px 0;
}
.contentDiv .fills .item-fills {
    width: calc(50% - 20px);
    border: 1px solid #f7cc00;
    padding: 10px 20px;
    border-radius: 20px;
    background: #f7cc00;
}
.contentDiv .fills.formacio .item-fills {
    width: 100%;
    text-decoration: none;
    background: white;
    border-color: rgba(0, 0, 0, 0.176);
    border-radius: 0.375rem;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.contentDiv .fills.formacio .titol-fills {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-decoration: underline;
}
.contentDiv .fills.formacio .data-fills::before {
    content: "event"; /* Nombre del icono de Material Icons */
    font-family: "Material Icons";
    font-size: 18px; /* Tamaño del icono */
    vertical-align: middle; /* Alinear con el texto */
    margin-right: 5px; /* Espacio entre el icono y el texto */
    display: inline-block;
}
.contentDiv .fills.formacio .durada-fills::before {
    content: "update"; /* Nombre del icono de Material Icons */
    font-family: "Material Icons";
    font-size: 18px; /* Tamaño del icono */
    vertical-align: middle; /* Alinear con el texto */
    margin-right: 5px; /* Espacio entre el icono y el texto */
    display: inline-block;
}
.contentDiv .fills {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 20px;
}
.contentDiv .fills .titol-fills {
    font-size: 1.2rem;
}

.contentDiv .botons-form {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}
.big {
    font-size: 2em;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: -1rem;
}


h2 .big {
    display: inline;
}

.rosa {
    background-color: #ef2c7e;
    color: white;
}
.turquesa {
    background-color: #4dc1c3;
    color: white;
}
.turquesa p,
.turquesa .titol,
.rosa p,
.rosa .titol {
    color:white;
}

.filAriadna {
    margin: 20px;
    display: flex;
    flex-direction: column;
}

.filAriadna .titol {
    color: black;
    margin-bottom: 15px;
}

.filAriadna .filAriadna-item {
    padding: 20px;
    border-radius: 25px;
    display: block;
    padding-left: 50px;
    background-image: url('/treball/assets/img/fil_ariadna_vertical.png');
    background-repeat: no-repeat;
    background-position: 20px bottom;
    background-size: 18px 100%;
}

.filAriadna .filAriadna-item.select {
    background-color: #e9e9e9;
}
.filAriadna .big {
    line-height: 4rem;
    display: inline-block;
}

.llistat.portada .big {
    display: inline-block;
}

.llistat.portada .titol {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.llistat.portada .item-llistat .card {
    border: 0;
    align-items: center;
}

.llistat.portada .item-llistat .card-body,
.llistat.portada .item-llistat .card-image {
    width: 100%;
}
.llistat.portada .item-llistat .card-body {
    padding: 20px;
}
.llistat.portada .item-llistat:nth-child(even) .card {
    flex-direction: row-reverse;
}
.llistat.portada .item-llistat:nth-child(even) .card-body {
    text-align: right;
}

.docs {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid;
    border-radius: 15px;
}

.docs .item-docs {
    width: 100%;
}

.docs .item-docs::before {
    content: "attach_file"; /* Nombre del icono de Material Icons */
    font-family: "Material Icons";
    font-size: 18px; /* Tamaño del icono */
    vertical-align: middle; /* Alinear con el texto */
    margin-right: 5px; /* Espacio entre el icono y el texto */
    display: inline-block;
}

.docs.enllacos .item-docs::before {
    content: "link"; /* Nombre del icono de Material Icons */
}

@media only screen and (min-width: 576px)
{ /*Mida S */
    .turquesa,
    .rosa {

        background-image: url('/treball/assets/img/deco_lateral_2.png'),url('/treball/assets/img/deco_vertical_2.png');
        background-repeat: no-repeat, no-repeat;
        background-position: left bottom,right top;
        background-size: 100px, 60px;
        padding-right: 100px !important;
        padding-left: 100px !important;
    }
}

@media only screen and (min-width: 768px)
{ /*Mida M */
    .contentDiv .header-contingut img {
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .llistat.portada .item-llistat .card-body,
    .llistat.portada .item-llistat .card-image {
        width: 50%;
    }

    .contentDiv .fills.formacio .item-fills {
        flex-wrap: unset;
    }
    .contentDiv .fills.formacio .img-fills  {
        width: 150px;
    }
}
@media only screen and (min-width: 992px)
{ /*Mida L */
    h1 {
        font-size: 2rem;
    }
    .filAriadna {
        flex-direction: row;
    }
    .filAriadna .filAriadna-item {
        padding-left: 20px;
        background-image: url('/treball/assets/img/fil_ariadna_horitzontal.png');
        background-position: left 25px;
        background-size: 100% 25px;
        padding-bottom: 70px;
        padding-top: 25px;
        position: relative;
        flex: 1;
    }

    .filAriadna .filAriadna-item.select::after {
        content: "";
        position: absolute;
        bottom: 0px; /* Ajusta la posición del triángulo */
        left: calc(50% - 50px); /* Margen izquierdo */
        width: 0;
        height: 0;
        border-left: 50px solid transparent; /* Base del triángulo */
        border-right: 50px solid transparent; /* Base del triángulo */
        border-bottom: 40px solid white; /* Triángulo transparente */
    }
    .filAriadna .big {
        display: block;
    }

    .contentDiv .fills.formacio  .img_fills {
        width: 300px;
    }
    .contentDiv .fills.formacio .text-fills {
        width: calc(100% - 300px);
    }
}

@media only screen and (min-width: 1201px) /* Mida XL*/
{
}