body {
    font-family: 'Museo Sans Rounded', sans-serif;
}

#minibanner {
    margin-top: 20px;
}

#primer_titol {
    text-align: initial;
    margin-bottom: 20px;
    font-size: var(--cml-subtitle-size);
    font-weight: 400;
    color: #323232;
    font-family: 'Museo Sans Rounded', sans-serif;
}

#opinions_titol {
    text-align: initial;
    margin-bottom: 20px;
    font-size: var(--cml-subtitle-size);
    font-weight: 400;
    color: #323232;
    font-family: 'Museo Sans Rounded', sans-serif;
}

.minibanner-portada {
/*    border: 1px solid #d5d5d7;*/
    /*border-radius: 0.25rem;*/
    margin-bottom: 20px;
}

.title {
/*    border-top: 1px solid #e2e8f0;*/
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.minibanner-portada>a.title span {
    display: none;
}

.minibanner-portada .title .tit_ban_portada {
    text-decoration: none;
    color: #3f3d3d;
    font-size: var(--cml-body-size) !important;
    font-weight: 400;
    font-family: 'Museo Sans Rounded', sans-serif;
    text-align: center;
}

.titol_general_portada {
    color: #3f3d3d;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 35px;
    font-family: 'Museo Sans Rounded', sans-serif;
}

@media screen and (min-width: 768px) {
    #titol_mbl {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #titol_dktp {
        display: none;
    }
    .div_click_to_call_contact .inp_contacte{
        height: 35px;
        margin-bottom: 9px;
    }
    .button_click_to_call{
        height: 44px;
        padding: 5px;
        margin-top: 1em;
    }
	.img_click_to_call_desktop{
        display: none;
    }
    .img_click_to_call_mobile{
        display: flex;
        width: 98%;
    }
    .div_text_click_to_call {
        height: fit-content;
        /* justify-content: space-around; */
    }
    
    #opinions_titol {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}


.div_textos_click_to_call{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.div_text_click_to_call{
    font-family: "Museo Sans Rounded",sans-serif;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    height: 100%;
    width: 25%;
    left: 2%;
    justify-content: space-around;
    text-align: initial;
}

.centrar_text_de{
    width: 84%;
}

.button_click_to_call{
    font-family: "Museo Sans Rounded", sans-serif;
    background-color: #00bd7e;
    border: 0px;
    text-shadow: none;
    border-radius: 6px;
    cursor: pointer;
    height: 46px;
    font-weight: 600;
    width: 100%;
    align-self: center;
    color: #fff;
    font-size: 28px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-appearance: none;
    transition: 0.5s;
}
.button_click_to_call:hover{
    opacity: 0.7;
}
