.page-inicio .container_inicio {
    min-height: calc(100vh - 195px);
    position: relative;
}

.container_inicio .arbol{
    position: absolute;
    top: 30px;
    right: 88px;
    width: auto;
    max-width: 100%;
    height: 85%;
}

@media(max-width:930px){
    .container_inicio .arbol{
        top: 30px;
        right: 10px;
        max-width: calc(100% - 20px);
        height: auto;
    }
}

#form_inicio h2 {
    color: #27589D;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#form_inicio label {
    color: var(--Grises-Dark, #343434);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#form_inicio .btn.blocked {
    opacity: 0.7;
    background: var(--Grises-Extra-light, #DBDBDB);
}

#form_inicio .btn {
    margin: auto;
    margin-top: 20px;
    border: none;
    border-radius: 4px;
    display: flex;
    padding: 8px 8px 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Blanco, #FFF);
    text-align: center;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: url() var(--New-Marino, #314293);
    max-width: 130px;
}

.container_inicio .content-label {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 10px;
}

#form_inicio .content-label input {
    margin-top: 3px;

}

.btn svg {
    min-width: 24px;
}

.menu {
    background: var(--New-Marino, #314293);
    display: flex;
    padding: 4px 20px 4px 8px;
    align-items: center;
    gap: 8px;
}

.menu span {
    color: var(--Blanco, #FFF);
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.nav-tabs,
.nav-link {
    border: 0 !important;
    width: 100%;
    border-bottom: 1px solid var(--New-Granate, #CF211C) !important;
    padding-left: 10px !important;
}

.nav-link {
    /*border-bottom: 4px solid var(--New-Granate, #FFF) !important;*/
    color: var(--Grises-light, #B8B8B8) !important;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0 !important;
}

.nav-link.active {
    border-bottom: 4px solid var(--New-Granate, #CF211C) !important;
    position: relative;
    color: var(--Grises-Dark, #343434) !important;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.page-inmovilizacion .container_inicio,  .page-artroscopia, .page-fracturas-pelvis .container_inicio,
.page-artroscopia-rodilla .container_inicio, .page-artroscopia-cadera1 .container_inicio,
.page-cirugia-columna .container_inicio, .page-miembro-superior .container_inicio,
.page-pie-tobillo .container_inicio{
    padding: 29px 20px;
    max-width: 1040px;
    margin: auto;
}

.nav-tabs {
    display: flex;
    align-items: end;
    gap: 24px;
}

/*
.nav-item {
    width: 50%;
}
*/

.tab-content {
    padding-top: 24px;
}

.tab-content p {
    color: var(--Grises-medio, #6C6C6C);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tab-content h3 {
    color: var(--New-Marino, #314293);
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.tab-content .title {
    background: var(--New-Granate, #CF211C);
    text-align: right !important;
    color: var(--Blanco, #FFF);
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px auto;
}

.tab-content td,
.tab-content th {
    padding: 0 8px;
}

.tab-content table {
    background: #EBECF1;
}

.tab-content table tr {
    border-bottom: 1px solid white;
}

.tab-content table tr td {
    color: var(--Grises-Dark, #343434);
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.tab-content table tr th,
.tab-content table tr td:nth-child(2) {
    color: var(--Grises-Dark, #343434);
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.tab-content table tr td:nth-child(1),
.tab-content table tr th:nth-child(1) {
    width: 93%;
}

.tab-content table tr td:nth-child(2),
.tab-content table tr th:nth-child(2) {
    width: 7%;
}

.tab-content table tr {
    padding: 4px 0;
}

.tab-content table tr td,
.tab-content table tr th {
    padding: 4px auto;
}

.icons-inmovilizacion .icon-trombosis {
    max-width: 190px;
    width: 100%;
    display: block;
    margin: auto;
}

.icons-inmovilizacion .icon-apple-store {
    max-width: 107px;
    width: 100%;
}

.icons-inmovilizacion .icon-google-play {
    max-width: 130px;
    width: 100%;
}

.icons-inmovilizacion .row-icons {
    display: flex;
    gap: 9px;
    justify-content: center;
    margin-bottom: 24px;
}

.icons-inmovilizacion .siglas p {
    color: var(--Grises-medio, #6C6C6C);
    font-family: "Work Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.icons-inmovilizacion .siglas p strong {
    color: var(--Grises-medio, #6C6C6C);
    font-family: "Work Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.modal-personalizate .modal-dialog {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    max-width: none;
}

.modal-personalizate .modal-dialog .modal-content {
    height: 100%;
    border: none;
    border-radius: 0;
}

.modal-personalizate .modal-dialog .modal-content .modal-body {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transform: rotate(-90deg);
    transform-origin: center;
    width: 100vh;
    height: 100vw;
}

.modal-personalizate .image {
    width: 100vh;
    height: 100vw;
}

.modal-personalizate .volver-modal {
    position: absolute;
    top: 16px;
    left: 11px;
}

.modal-personalizate .volver-modal span {
    color: var(--Grises-Dark, #343434);
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.modal-personalizate .volver-modal span strong {
    color: var(--New-Marino, #314293);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.container_inicio {
    padding: 30px 88px;
    min-height: calc(100vh - 227px);
}

/*
.container_inicio {
    padding: 29px 20px;
    max-width: 1040px;
    margin: auto;
    min-height: calc(100vh - 227px);
}*/

.page-pie-tobillo ul {
    margin-left: -14px;
}

.page-pie-tobillo ul li {
    color: var(--Grises-medio, #6C6C6C);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.page-pie-tobillo .siglas p {
    color: var(--Grises-medio, #6C6C6C);
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.page-pie-tobillo .siglas p strong {
    color: var(--Grises-medio, #6C6C6C);
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.page-pie-tobillo h3 {
    font-size: 16px;
}

.image-preview {
    max-width: 100%;
}

.carousel-control-prev-icon {
    background-image: url('../img/icon-prev.svg') !important;
    transform: translateY(-15px);
}

.carousel-control-next-icon {
    background-image: url('../img/icon-next.svg') !important;
    transform: translateY(-15px);
}

.carousel-control-next {
    right: -40px !important;
    width: 9% !important;
}

.carousel-control-prev {
    left: -40px !important;
    width: 9% !important;
}

.carousel-inner {
    margin-top: 20px;
}

.carousel-control-next,
.carousel-control-prev {
    top: 50px !important;
}

.page-miembro-superior p strong {
    color: var(--Grises-Dark, #343434);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.page-miembro-superior h3 {
    color: var(--New-Marino, #314293);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.page-miembro-superior ol li {
    color: var(--Grises-medio, #6C6C6C);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.page-miembro-superior svg {
    max-width: 100%;
}

.page-cirugia-columna p strong {
    color: var(--Grises-Dark, #343434);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.page-cirugia-columna ul li {
    color: var(--Grises-medio, #6C6C6C);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.page-cirugia-columna ul:not(.nav.nav-tabs) {
    margin-left: -17px;
}

.page-cirugia-columna svg,
.page-cirugia-columna img {
    max-width: 100%;
}

.page-artroscopia-cadera h3,
.page-artroscopia-rodilla h3 {
    color: var(--New-Marino, #314293);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.page-artroscopia-cadera ul li,
.page-artroscopia-rodilla ul li {
    color: var(--Grises-medio, #6C6C6C);
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.page-artroscopia-cadera ul:not(.nav.nav-tabs),
.page-artroscopia-rodilla ul:not(.nav.nav-tabs) {
    margin-left: -17px;
}


.page-artroscopia p strong {
    color: var(--Grises-Dark, #343434);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.page-artroscopia ul li {
    color: var(--Grises-medio, #6C6C6C);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.page-artroscopia ul li strong {
    color: var(--Grises-medio, #6C6C6C);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.page-artroscopia ul:not(.nav.nav-tabs) {
    margin-left: -17px;
}

.page-artroscopia svg,
.page-artroscopia img {
    max-width: 100%;
}





.page-fracturas-pelvis p strong {
    color: var(--Grises-Dark, #343434);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.page-fracturas-pelvis h3 {
    color: var(--New-Marino, #314293);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.page-fracturas-pelvis ul {
    margin-left: -17px;
}

.page-fracturas-pelvis ul li {
    color: var(--Grises-medio, #6C6C6C);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.page-artroplastia .container_inicio {
    padding: 30px 0;
    min-height: calc(100vh - 192px);
}

.page-artroplastia .container_inicio h2 {
    padding: 0 40px;
}


.page-artroplastia .container_inicio .sub-menu {
    background: var(--bg, #F1F1F7);
    display: flex;
    padding: 4px 20px 4px 8px;
    align-items: center;
    gap: 8px;
    color: var(--Grises-medio, #6C6C6C);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.page-artroplastia .container_inicio .div-form {
    min-height: 250px;
    padding: 16px 40px 0;
}

#form_artroplastia h2 {
    color: #27589D;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#form_artroplastia label {
    color: var(--Grises-Dark, #343434);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#form_artroplastia .btn.blocked {
    opacity: 0.7;
    background: var(--Grises-Extra-light, #DBDBDB);
}

#form_artroplastia .btn {
    margin: auto;
    margin-top: 20px;
    border: none;
    border-radius: 4px;
    display: flex;
    padding: 8px 8px 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Blanco, #FFF);
    text-align: center;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: url() var(--New-Marino, #314293);
    max-width: 130px;
}

#form_artroplastia .content-label input {
    margin-top: 3px;

}

#form_calculadora h2 {
    color: var(--New-Marino, #314293);
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
}

#form_calculadora .content-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

#form_calculadora .content-label input{
    margin-top: 3px;
}

#form_calculadora label {
    color: var(--Grises-medio, #6C6C6C);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#form_calculadora .border-bottom {
    border-bottom: 1px solid #7B84AF !important;
    margin-bottom: 16px;
}

#form_calculadora .border-bottom-dashed {
    border-bottom: 1px dashed #7B84AF !important;
    margin-bottom: 16px;
}

#form_calculadora .content-label {
    margin-bottom: 16px;
}

#form_calculadora .block-question-switch {
    display: flex;
    gap: 8px;
    justify-content: space-between;
}

#form_calculadora .block-question-switch label {
    width: 75%;
    padding-right: 10px;
}

#form_calculadora .block-question-switch .d-flex.align-items-center {
    width: 23%;
    justify-content: center;
    text-align: center;
}

#form_calculadora .block-question-switch .d-flex.align-items-center label {
    min-width: 30px;
}

#form_calculadora .block-question-switch:not(:last-child) {
    border-bottom: 1px solid #EEF0F6;
    margin-bottom: 3px;
}

#form_calculadora .block-question-switch:last-child {
    margin-bottom: 8px;
}

#form_calculadora .btn-calculadora {
    border-radius: 4px;
    background: var(--New-Marino, #314293);
    display: flex;
    padding: 8px 8px 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Blanco, #FFF);
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 200px;
    display: block;
    margin: 20px auto 0;
}


.cajapuntos {
    display: flex;
    background-color: #F1F1F7;
    padding: 8px 32.5px;
    justify-content: center;
    align-items: center;
    color: #314293;
}

.puntos {
    font-family: "Work Sans", sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
}

.referencia {
    font-size: 12px !important;
}

.punto_corte {
    background-color: #F1F1F7;
    margin-left: -24px;
    width: calc(100% + 48px);
    padding: 15px 24px;
}

.tab-content-inmobilizacion{
    flex-direction: row;
    align-items: end;
    gap: 20px;
}

.icons-inmovilizacion{
    max-width: 361px;
}

.tab-pane .image{
    max-width: 852px;
    width: 100%;
    display: block;
    margin: auto;
}

.page-artroplastia .container_inicio{
    min-height: calc(100vh - 195px);
    position: relative;
}

#form_inicio, #form_artroplastia{
    position: relative;
    z-index: 999;
}

#form_calculadora{
    display: block;
    margin: auto;
    max-width: 956px;
    margin-bottom: 30px;
    padding: 0 10px;
}

.menu strong{
    font-weight: 600;
}

.page-artroscopia-cadera .container_inicio{
    padding: 30px 0 0 0;
}

.page-artroscopia{
    min-height: calc(100vh - 258px);
}

.page-artroscopia .punto_corte {
    margin-left: auto;
    width: 100%;
}

.riesgo_bajo{
    max-width: 500px;
    display: block;
    margin: auto;
}

@media(min-width: 584px){
    #form_calculadora .block-question-switch .d-flex.align-items-center{
        width: 14%;
    }
}
