﻿a:visited {
    text-decoration: none !important;
}

a {
    text-decoration: none !important;
}

.button {
    height: 3.5em;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; /* Remove default arrow */
    cursor: pointer;
}

/*.dropdown {
    width: 15.5em;
    height: 3.3em;
    border-radius: 15px;
    border: solid 1px #c8c8cd;
    padding: 10px;
    background: url(../Images/down-arrow.svg) 94% / 4% no-repeat;
}*/

.lang-dropdown {
    width: 7em;
    border: none;
    color: white;
    font-size: 16px;
    font-family: Helvetica;
    background: url(../Images/down-arrow-white.svg) 76% / 5% no-repeat;
}

.button-blue {
    max-width: 20em; /* default */
    width: 100%;
    background-color: #81b0ef;
    color: white;
    display: block;
    margin-top: 20px;
}

.button-white {
    background-color: white;
    color: #81b0ef;
}

.center-text {
    text-align: center;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

.content {
    /*width: 67em;*/
    color: #1d1d1b;
    /*margin-top: 55px;*/
    margin-left: auto;
    margin-right: auto;
    /*padding-bottom: 42px;*/
    margin-bottom: 42px;
}

.big-title {
    margin-left: auto;
    margin-right: auto;
    float: left;
    width: 67em;
}

/*.consulta {
    border-radius: 26px;
    box-shadow: 0 1px 23px 0 rgba(0, 0, 0, 0.12);
    border: solid 2px #8ebcf9;
    background-color: #ffffff;
    height: 31em;
    width: 40em;
    float: left;
    text-align: center;
    margin-right: 20px;
}*/

.contenedorLogin {
    background-color: #ffffff;
    max-width: 35em;
    padding: 1em;
    align-content: center;
    text-align: center;
    /*margin: calc(40vh - 14.7em) auto;*/
    margin: calc(40vh - 16em) auto;
}

.divLogin {
    border-radius: 26px;
    box-shadow: 0 1px 23px 0 rgba(0, 0, 0, 0.12);
    border: solid 2px #8ebcf9;
    background-color: #ffffff;
    max-width: 35em;
    padding: 1em;
    align-content: center;
    text-align: center;
}

.divBanner {
    border-radius: 26px;
    box-shadow: 0 1px 23px 0 rgb(0 0 0 / 12%);
    background-color: #1D7CDC;
    max-width: 35em;
    padding: 1em;
    align-content: center;
    text-align: center;
}

.imgBanner {
    padding-left: 25px;
}

.consulta div {
    margin: 20px;
}

.gestions {
    float: left;
    width: 25em;
    height: 33em;
}

    .gestions div {
        margin: 10px;
        margin-bottom: 20px;
    }

.link-with-icon {
    display: table;
}

    .link-with-icon a {
        display: table-cell;
        vertical-align: middle;
    }

    .link-with-icon img {
        margin-right: 10px;
    }

.big-card .img-title {
    width: 100%;
}

.big-card .img-bg {
    width: 6em;
    float: right;
}

.big-card div {
    padding: 15px;
    margin: 5px;
}

.light-blue-bg {
    background-color: #f6f9fe;
}

.blue-bg {
    background-color: #81b0ef;
}

.green-bg {
    background-color: #33b2b2;
}

.title-text {
    font-size: 21px;
    font-weight: bold;
}

.inputCIP {
    width: 95%;
    height: 3.5em;
    border-radius: 15px;
    border: solid 1px #c8c8cd;
    background-color: #ffffff;
    padding-left: 20px;
}

.tiny-text {
    font-size: 14px;
}

.big-card {
    margin: 10px;
    border-radius: 26px;
}

.card {
    border-radius: 15px;
    width: 18em;
    height: 7em;
    margin: 10px;
    padding: 10px;
}

.card-with-border {
    width: 18em;
    border-radius: 15px;
    height: 7em;
    margin: 10px;
    padding: 10px;
    border: solid 3px #72a2e3;
}

    .card-with-border .card-text {
        width: 60%;
        float: left;
    }

.card .card-text {
    width: 65%;
    float: left;
}

.card .card-img, .card-with-border .card-img {
    float: left;
    margin-right: 15px;
    height: 100%;
}

.card-text .title {
    font-weight: bold;
    font-size: 21px;
}

.card-text .text {
    font-size: 12px;
}

.card .card-img img, .card-with-border .card-img img {
    display: table;
}

.white-text {
    color: #ffffff;
}

.blue-text {
    color: #6492cf;
}

.blue-border { /* FIXME */
    border: solid 3px #72a2e3;
}

.white-bg {
    background-color: #ffffff;
}

.float-left {
    float: left;
}

.links {
    display: inline-block;
    width: 41em;
}

    .links a:last-child > div {
        clear: both;
    }

.tiny-button {
    border: none;
    width: 7.6em;
    height: 2em;
    border-radius: 4px;
    background-color: #5d8fd3;
    color: white;
    cursor: pointer;
    font-size: 16px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.popup-cip {
    width: 31em; /* 499px */
    height: 20em; /* 330px */
}

.popup-telef {
    width: 28em; /* 445px */
    height: 16em; /* 257px */
}

.popup-content {
    border-radius: 16px;
    box-shadow: 0 16px 41px 0 rgba(0, 0, 0, 0.13);
    border: solid 4px #8ebcf9;
    background-color: #ffffff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    padding: 15px;
    box-sizing: border-box;
}

    .popup-content div {
        margin-top: 5px;
    }

    .popup-content .title {
        font-size: 20px;
        line-height: 0.95;
        letter-spacing: 0.31px;
        color: #1d1d1b;
        float: left;
        font-weight: bold;
    }

    .popup-content .text {
        margin-top: 10px;
        font-size: 16px;
        color: #1d1d1b;
        display: inline-block;
        width: 100%;
    }

    .popup-content input {
        margin-top: 20px;
        width: 380px;
    }

    .popup-content button {
        width: 9em;
        float: right;
        margin: 10px;
    }

.cross {
    width: 30px;
    height: 30px;
    float: right;
    cursor: pointer;
}

.tsi-example {
    width: 100%;
    height: 9em;
    display: inline-block;
    text-align: center;
}

    .tsi-example img {
        width: 14em;
        height: 9em;
        margin-left: auto;
        margin-right: auto;
    }


.info-tiny a {
    cursor: pointer;
}

.center-div {
    margin-left: auto !important;
    margin-right: auto !important;
}

.square-wrap {
    display: inline-block;
    justify-content: center;
    color: black !important;
}

.square {
    float: left;
    width: 17em;
    height: 17em;
    border-radius: 26px;
    box-shadow: 0 1px 23px 0 rgba(0, 0, 0, 0.12);
    border: solid 2px #8ebcf9;
    background-color: #ffffff;
    margin: 30px;
    cursor: pointer;
}

    .square img {
        width: 3.4em; /* 55px */
        height: 3.6em; /* 58px */
        margin-top: 40px;
    }

    .square .title {
        margin-top: 20px;
        font-size: 20px;
        font-weight: bold;
        margin: 10px;
    }

    .square .text {
        font-size: 19px;
        margin: 10px;
    }

.textarea-consulta .title {
    margin: 5px;
    font-size: 19px;
    font-weight: bold;
}

.textarea-consulta .sub-text {
    line-height: 1.54;
    letter-spacing: 0.41px;
    color: rgba(29, 29, 27, 0.53);
    font-size: 13px;
    width: 359px;
    text-align: left;
}

.textarea-consulta textarea {
    width: 359px;
    height: 202px;
    border-radius: 15px;
    border: solid 1px #c8c8cd;
    resize: none;
    padding: 10px;
    font-family: Helvetica;
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: 0.41px;
    color: rgba(29, 29, 27, 0.53);
}

.telef-table {
    width: 450px;
}

.centre-table {
    width: 450px;
}

/* UTILS */
#overlay-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 5;
    display: none;
}


/* Custom ASP */

.buttonAccedir {
    width: 15em;
    height: 56px;
    background-color: #81b0ef;
    color: white;
    margin-top: 20px;
    border: none;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.buttonEnviarCodi {
    width: 309px;
    height: 50px;
    background-color: #81b0ef;
    color: white;
    border: none;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}



.divCenterTelefon {
    width: 100%;
    /*Firefox*/
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    /*Safari and Chrome*/
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /*W3C*/
    display: box;
    box-pack: center;
    box-align: center;
    position: relative;
    left: 50%;
    margin-right: 50%;
    transform: translate(-50%, -50%);
    height: 20px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.divCenterTelefon2 {
    width: 100%;
    /*Firefox*/
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    /*Safari and Chrome*/
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /*W3C*/
    display: grid;
    box-pack: center;
    box-align: center;
    vertical-align: bottom;
    text-align: center;
    display: inline-block;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.buttonSeleccioTelefon {
    height: 20px;
    width: 100%;
    width: 250px;
    margin-left: 50%;
    margin-right: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
    border: 1px solid;
    border-color: #e0e0eb;
    border-radius: 2px;
    color: black;
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
    margin-top: 10px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-sizing: content-box;
}

.labelSeleccionarTelefon {
    color: #81b0ef;
    font-size: 14px;
    padding-right: 15px;
    float: right;
}

/* Politica de Privacidad*/
.popup-content-priv {
    width: 445px;
    height: 360px;
    border-radius: 16px;
    box-shadow: 0 16px 41px 0 rgba(0, 0, 0, 0.13);
    border: solid 4px #8ebcf9;
    background-color: #ffffff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    padding: 15px;
}

    .popup-content-priv .title {
        font-size: 20px;
        line-height: 0.95;
        letter-spacing: 0.31px;
        color: #1d1d1b;
        float: left;
        font-weight: bold;
    }

    .popup-content-priv .text {
        margin-top: 10px;
        font-size: 16px;
        color: #1d1d1b;
        display: inline-block;
        width: 90%;
    }

    .popup-content-priv input {
        margin-top: 20px;
        width: 401px;
    }

    .popup-content-priv button {
        width: 147px;
        float: right;
        margin: 10px;
    }

.content-Lng {
    width: 67em;
    color: #1d1d1b;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 42px;
    height: 70%;
}

.ListBoxTlf {
    border: none;
}

input:focus {
    outline: 0px;
}

textarea:focus {
    outline: 0px;
}

/* Footer abajo */

html {
    min-height: 100%;
    position: relative;
}


/* PropostaVisita Dades personals */

.buttonPropostaVisita {
    width: 10em;
    height: 3em;
    background-color: #81b0ef;
    color: white;
    margin-top: 20px;
    border: none;
    border-radius: 15px;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
}

.dadesPersonalsTable {
    width: 100%;
    border-radius: 15px 15px 15px 15px;
    border: solid 2px #e2e4e6;
    padding: 1em 0 0.3em 0.8em;
}

.dadesPersonalsRow {
    border-bottom: solid 2px #e2e4e6;
}

.dadesPersonalsSeparador {
    height: 1px;
    align-self: stretch;
    flex-grow: 0;
    background-color: #e2e4e6;
    margin: 2px 0 11px 0;
}

.dadesPersonalsTitle {
    text-align: left;
    width: 100%;
    padding: 0 0.5em 1em 0.5em;
}

.dadesPersonalsField {
    text-align: left;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 0.95em;
}

.dadesPersonalsValue {
    text-align: right;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 0.5em;
    font-size: 0.97em;
}

.dadesPersonalsBoxMovil {
    align-items: flex-start;
    padding: 12px;
    height: 100px;
    left: 0px;
    top: 40px;
    background: rgba(129, 176, 239, 0.104485);
    border-radius: 12px;
    margin-bottom: 15px;
}

.dadesPersonalsTextMovil {
    position: static;
    margin-left: 1em;
    color: rgba(29, 29, 27, 0.8);
    font-size: 16px;
    line-height: 25px;
}

/* Fin PropostaVisita Dades personals */



.canviDiaButtonDiv {
    text-align: right;
    margin-right: 1em;
    border-top: solid 2px #e2e4e6;
}

.canviDiaCalendariDiv {
    display: inline-table;
    text-align: center;
    margin-bottom: 1em;
}


/* Programació per motius (estils nous) */
.buttonAnular {
    width: 150px;
    height: 30px;
    background-color: white;
    border-style: none;
    color: #b05050;
    margin: 1em;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.buttonTornarAnterior {
    height: 30px;
    background-color: white;
    border-style: none;
    color: #3c75bd;
    margin: 1em;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.buttonSolicitarDisable {
    max-width: 90%;
    width: 15em;
    height: 56px;
    background-color: #c7c7ca;
    color: #000000;
    border: none;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: not-allowed;
    margin: 1em;
    pointer-events: none;
}

.buttonIconDisable {
    width: 20em;
    height: 5em;
    background-color: #c7c7ca;
    color: #000000;
    border: none;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin: 1em;
}

.popup-confirm {
    border-radius: 16px;
    box-shadow: 0 16px 41px 0 rgba(0, 0, 0, 0.13);
    border: solid 4px #8ebcf9;
    background-color: #ffffff;
    padding: 1em;
    box-sizing: border-box;
}

.buttonConfirmAccept {
    width: 10em;
    height: 3em;
    background-color: #81b0ef;
    color: #000000;
    border: none;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin: 1em;
}

.buttonConfirmCancel {
    width: 10em;
    height: 3em;
    background-color: #ffffff;
    color: #3C75BD;
    border: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin: 1em;
}


.buttonComprovant {
    width: 309px;
    height: 56px;
    background-color: transparent;
    border-color: #81b0ef;
    color: #81b0ef;
    margin-top: 20px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}


.titolPage {
    font-family: Helvetica;
    font-weight: bold;
    font-size: 2em;
    color: #1d1d1b;
}

.titolSeccio {
    font-weight: bold;
    font-size: 18px;
    color: #1d1d1b;
}

.titolBloc {
    font-weight: bold;
    font-size: 16px;
    color: #1d1d1b;
    line-height: normal;
}

.titolBlocCalendar {
    font-weight: bold;
    font-size: 14px;
    color: #1d1d1b;
    line-height: normal;
}

.notaBloc {
    font-family: Helvetica;
    font-size: 14px;
    line-height: normal;
}

.itemBloc {
    font-family: Helvetica;
    font-weight: bold;
    font-size: 14px;
    color: #1d1d1b;
}

.notaBlocAux {
    font-family: Helvetica;
    font-size: 12px;
    color: #1d1d1b;
    margin-top: 4px;
    margin-bottom: 10px;
    line-height: normal;
}

.resize-text {
    line-height: normal;
    margin-bottom: 0;
    margin-left: 0.6em;
}

.resize-text-type4 {
    margin: 0.5em 0 0.5em 0.5em;
    padding: 0.5em 0 0.5em 0.5em;
    line-height: normal;
}

.resize-text-type1 {
    margin: 0.5em 0 0.5em 0.5em;
    line-height: normal;
}

.resize-text-type4a {
    line-height: normal;
    margin: 0.5em 0.3em 0.5em 0.1em;
}

.blocItemRow {
    /*padding-top: 0.2em;*/
    cursor: pointer;
    font-weight: bold;
    line-height: normal;
}

.boxType1 {
    /*padding: 0.5em;*/
    margin: 0.1em;
    padding: 0 16px;
    border-radius: 18px;
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.12);
    border: solid 2px #8ebcf9;
    background-color: #fff;
    align-items: center;
    align-self: stretch;
}

.boxType1Img {
    height: 29.3px;
    width: 30px;
    margin: 0;
    padding: 0 0.4em 0 0;
    object-fit: contain;
}

.boxTypeNoSelect {
    border-radius: 10px;
    border: solid 2px #d0d4d9;
    padding: 0.5em;
    margin: 0.1em;
    color: #d0d4d9;
}

.boxTypeNoSelectCalendar {
    border-radius: 10px;
    border: solid 2px #d0d4d9;
    padding: 0.5em;
    color: #d0d4d9;
    max-width: 8em;
}

.boxTypeSelected {
    border-radius: 10px;
    border: solid 2px #8ebcf9;
    padding: 0.5em;
    margin: 0.1em;
    color: #000000;
}

.boxTypeDisabled {
    border-radius: 10px;
    border: solid 2px #d0d4d9;
    background-color: #f4f4f4;
    padding: 0.5em;
    margin: 0.1em;
    color: #d0d4d9;
}

.boxType2 {
    border-radius: 26px;
    border: solid 2px #ffffff;
    box-shadow: 0 1px 23px 0 rgba(0, 0, 0, 0.12);
    padding: 16px 16px 24px;
    margin: 0.1em;
    margin-bottom: 40px;
    height: fit-content;
}


.boxType3 {
    border-radius: 26px;
    border: solid 2px #ffffff;
    box-shadow: 0 1px 23px 0 rgba(0, 0, 0, 0.12);
    padding: 0.5em;
    margin: 0.1em;
    margin-bottom: 40px;
    padding: 16px 16px 24px;
}

.boxType4 {
    border-radius: 18px;
    border: solid 2px #ffffff;
    box-shadow: 0 1px 23px 0 rgba(0, 0, 0, 0.12);
    margin: 0.5em;
    align-items: center;
    align-self: stretch;
}

.boxType4Img {
    height: 43px;
    width: 43px;
    margin-left: 12px;
    margin-right: 12px;
    padding: 0.1em;
    object-fit: contain;
}

.tight {
    padding: 0px;
    margin: 0px;
}

.separador {
    height: 1px;
    align-self: stretch;
    flex-grow: 0;
    background-color: rgba(196, 196, 196, 0.2);
    margin: 16px 0px 16px 0px;
}

.icon-bg-lightblue {
    width: 53px;
    height: 53px;
    margin: 0 9px 0 0;
    padding: 10px 11px 10px 8px;
    border-radius: 13px;
    background-color: rgba(142, 188, 249, 0.1);
}

.arrow-right {
    width: 15px;
    height: 19px;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0.8rem;
    margin: auto;
}

.resize-arrow {
    /* margin: 0.5em 0 0.5em 0;*/
    line-height: normal;
}

.elements-inline {
    display: inline-grid;
}

.footer .footerPrivacy {
    margin-left: auto;
    display: flex;
    align-items: center;
    margin-right: 1em;
}

.footerLink {
    color: #ffffff !important;
    text-decoration: none;
}

.headerLink {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.headerLinkMobile {
    color: #000000;
    text-decoration: none;
    margin-right: 20px;
}

.smallNote {
    font-size: 0.875em;
    line-height: 1.5em;
    padding: 1em 1em 0 0;
}

.lms_row {
    padding: 0.4em;
}

.infoBox {
    border-radius: 10px;
    text-align: left;
    background-color: rgba(129, 176, 239, 0.1);
    padding: 1em 1em 1em 1em;
}


.selectVacunaBox {
    margin: 1em;
}

.selectCitaBox {
    margin: 1em;
}

.warningBox {
    border-radius: 10px;
    text-align: left;
    background-color: #f8f0f0;
    padding: 1em 1em 1em 1em;
    margin: 1em;
}

.warningBoxYellow {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 1em;
    position: static;
    background: rgba(255, 230, 0, 0.3);
    border: 0.063em solid #E5D8C1;
    border-radius: 0.313em;
    font-size: 0.875em;
    margin-bottom: 0.938em;
}

.warningBoxBlue {
    border-radius: 10px;
    text-align: left;
    background-color: rgba(129, 176, 239, 0.1);
    padding: 1em 1em 1em 1em;
    margin: 1em;
}

.borderBannerLMS {
    border-radius: 10px;
    border: solid 2px #e2e4e6;
    padding: 1em 1em 1em 1em;
    margin: 0.1em;
    font-size: 0.8em;
}

.bannerLMS {
    border-radius: 10px;
    padding: 1em 1em 1em 1em;
    margin: 0.1em;
    font-size: 0.8em;
}

.iconBannerLMS {
    padding-right: 1.5em;
    min-width: 60px;
    padding-left: 0.5em;
}

.textBannerLMS {
    padding: 1em 1em 1em 0;
    margin: 0;
}

.linkBannerLMS {
    color: #6493d2;
    font-weight: bold;
}

.TitleLite {
    font-size: 1.5em;
    font-weight: bold;
}

.cultureSwitcher {
    border: none;
    color: #000000;
    background-color: transparent;
    font-weight: bold;
}

.dropdown-vacunes {
    max-width: 90%;
    border-radius: 15px;
    border: solid 1px #c8c8cd;
    background-color: #ffffff;
    /*    padding: 0.2em;
    padding-left: 1em;
*/ font-size: 1em;
    padding: 10px 50px 10px 15px;
    background: url(../Images/down-arrow.svg) 94% / 4% no-repeat;
}

.download-upload {
    max-width: 90%;
    border-radius: 15px;
    border: solid 1px #c8c8cd;
    font-size: 1em;
    padding: 10px 10px 10px 15px;
}

.dropdown-hores {
    background: url(../Images/down-arrow.svg) 94% / 4% no-repeat;
    border-radius: 10px;
}

.loginTitle {
    font-size: 2em;
    font-weight: bold;
}

.bannerTitle {
    font-size: 2em;
    font-weight: bold;
    color: white;
}

.popupError {
    border-radius: 16px !important;
    box-shadow: 0 16px 41px 0 rgba(0, 0, 0, 0.13) !important;
    border: solid 4px #8ebcf9 !important;
    background-color: #ffffff !important;
    padding: 1em !important;
    box-sizing: border-box !important;
    text-align: center;
}

.redondeado {
    border-radius: 15px;
}

.fitToParent {
    margin: 0;
    padding: 0;
}

.noPadding {
    padding: 0;
}

.noMarginLeft {
    margin-left: 0;
}

.noPaddingLeft {
    padding-left: 0;
}

.marginBottom_Subseccion {
    margin-bottom: 0.75em;
}

.marginBottom_Title {
    margin-bottom: 0.25em;
}

.marginTop_32 {
    margin-top: 2em;
}

.linkCalendari {
    color: #6493d2;
    font-weight: bold;
}

.txtTitleCalendar {
    padding: 0;
    margin: 1em;
}

.afegirDocument {
    width: 9em;
    height: 1.063em;
    flex-grow: 0;
    font-size: 0.875em;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3c75bd;
}

.descAfegirDocument {
    flex-grow: 0;
    font-size: 0.75em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: rgba(29, 29, 27, 0.8);
}

.formatDocuments {
    flex-grow: 0;
    font-size: 0.75em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: rgba(29, 29, 27, 0.6);
}

.divUploadFile {
    text-align: left;
    width: fit-content;
    display: contents;
    align-items: stretch;
}

.butUploadFile {
    max-width: 100%;
    padding: 0.5em 1em;
    margin: 0.5em 0.2em 0.5em 0.2em;
    border-radius: 30px;
    background-color: #f8f8f8;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
}

    .butUploadFile:hover {
        max-width: 100%;
        padding: 0.5em 1em;
        margin: 0.5em 0.2em 0.5em 0.2em;
        border-radius: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        background-color: rgba(221, 235, 253, 0.3);
    }

.imgUploadFile {
    width: 1em;
    height: 1em;
    float: right;
}

.txtUploadFile {
    padding-right: 0.7em;
    font-size: 0.9em;
}

.uploadFile {
    display: none;
    /*    visibility: hidden;*/
}

.butTipoCita {
    min-height: 4.5em;
    min-width: 14em;
}

.divTipoCita {
    margin: 1em;
    align-items: start;
    grid-gap: 1em;
}

.pasCalendari {
    height: 2.3em;
    display: inline-block;
}

.avisIcon {
    padding: 0 0.5em 0 0.3em;
    max-width: max-content;
}

.avisText {
    padding: 0;
}

.avisTextConfirm {
    padding: 0;
    text-align: initial !important;
}

.main-msg {
    max-width: 44px;
}

.inputResultatPositiu {
    font-weight: bold;
    text-align: center;
    max-width: 15em;
    background-color: white !important;
}

.borderBannerVerolaMico {
    border-radius: 5px;
    border: solid 1px #3D9EFF;
    padding: 1em 1em 1em 1em;
    margin: 0.1em;
    font-size: 0.8em;
    background-color: #F1F7FE;
}

.bannerVerolaMico {
    border-radius: 5px;
    padding: 1em 1em 1em 1em;
    margin: 0.1em;
    font-size: 0.8em;
}

.iconBannerVerolaMico {
    padding-right: 1.5em;
    min-width: 34px;
    padding-left: 0.5em;
    fill: #3D9EFF;
}

.textBannerVerolaMico {
    margin: 0;
}

.linkBannerVerolaMico {
    color: #6493d2;
    font-weight: bold;
}
.divNoVisible {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    width: 0;
}
.divVisible {
    display: flex;
}
