html {
    box-sizing: border-box;
}

body {
    font-family: 'Oswald Bold', Arial, sans-serif;
    background: var(--linear-gradient-general-270deg);
}

header,
footer {
    width: 100%;
    margin: 0px auto;
    color: #fff;
    background: linear-gradient(90deg, rgb(0 47 93) 0%, var(--color-principal) 100%, var(--color-principal) 100%);
    box-shadow: var(--box-shadow-general);
    overflow: hidden;
}

footer {
    margin-top: 100px;
    color: #fff;
}

.letra-blanca {
    color: var(--color-blanco) !important;
}

.letra-naranja {
    color: var(--color-secundario);
}

.letra-azul {
    color: var(--color-tercero);
}

.letra-color-negra {
    color: var(--color-negro);
}

.linear-gradient-general {
    background: var(--linear-gradient-general-90deg) !important;
}

header #contenedor-informacion-software {
    margin-top: 150px;
}

#contenedor-informacion-software .nombre-comercial.pc {
    display: block;
    font-size: 124px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
}

.nombre-comercial.smartphone {
    display: none;
}

.nombre-comercial.pc .letra,
.nombre-comercial.smartphone {
    text-shadow: -8px 4px 4px rgb(49, 49, 49);
}

.nombre-comercial.pc .letra.letra-u {
    position: relative;
    margin-left: 5px;
}

.nombre-comercial.pc .letra.letra-u span {
    margin-top: 0px;
}

.nombre-comercial.pc .letra.letra-u div:nth-child(2) {
    position: relative;
}

.nombre-comercial.pc .letra.letra-u div:nth-child(2) img {
    position: absolute;
    right: 20px;
}

.nombre-comercial.pc .letra.letra-u .contenedor-forma-only img {
    position: absolute;
    top: -100px;
    right: -70px;
    z-index: 100;
}

.nombre-comercial.pc .letra.letra-u .contenedor-forma-only img:nth-child(2) {
    top: -107px;
    right: -66px;
    z-index: revert-layer;
}

.nombre-comercial.pc .letra-s {
    position: relative;
    z-index: 1000;
}

.nombre-comercial.pc .letra-s span:nth-child(2) {
    position: absolute;
    font-size: 45px;
    top: 34px;
}

.nombre-comercial.pc .forma-redondeada {
    position: absolute;
}

.contenedor-nube-header {
    width: 193px;
    height: 193px;
    position: absolute;
    top: -147px;
    left: 350px;
    background-image: url(../images/icons/mano-herradura.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.contenedor-texto-comercial-slogan {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    line-height: 50px;
    z-index: 1000;
}

.contenedor-texto-comercial-slogan .texto-comercial {
    font-size: 50px;
}

.contenedor-texto-comercial-slogan .slogan {
    font-size: 50px;
}

.slogan {
    margin-top: 25px;
    font-size: 25px;
    position: relative;
    z-index: 1000;
}

.letra.letra-l {
    height: 109px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.letra.letra-l img {
    object-fit: cover;
    height: 109px;
}

.imagen-doctores {
    width: 477px;
    height: 351px;
    position: absolute;
    top: -9%;
    right: 0;
}

.imagen-doctores img {
    width: 477px;
    height: 351px;
}

/* Capsula */

.letra.letra-o {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background-repeat: no-repeat;
    margin-left: -140px;
    margin-top: 24px;
    position: relative;
    background-size: cover;
    z-index: -1;
}

/* Capsula grande, degradada */

.letra.letra-o img:nth-child(1) {
    width: 777%;
    position: absolute;
    top: -20%;
    left: 50%;
    z-index: 100;
}

/* Capsula grande, azul */

.letra.letra-o img:nth-child(2) {
    width: 777%;
    position: absolute;
    top: -10%;
    left: 46%;
    z-index: revert-layer;
}

/* Capsulas apildas  */

.contenedor-capsulas-apildas {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 91%;
    right: -35%;
    z-index: -100;
}

.contenedor-capsulas-apildas .contenedor-forma-only {
    position: relative;
}

.contenedor-capsulas-apildas>div {
    flex-wrap: wrap;
}

.contenedor-capsulas-apildas .contenedor-forma-only:nth-child(2) {
    margin-top: -38px;
}

.contenedor-capsulas-apildas .contenedor-forma-only img:nth-child(1) {
    position: absolute;
}

.contenedor-capsulas-apildas .contenedor-forma-only:nth-child(3) {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: -44px;
    margin-left: -29px;
}

.contenedor-capsulas-apildas .contenedor-forma-only:nth-child(3) img:nth-child(2) {
    margin-right: 15px;
    margin-top: -3px;
}

/* Forma triangulo */

.contenedor-forma-triangulo {
    width: 50px;
    position: absolute;
    left: 308%;
    top: 27%;
    z-index: -1;
}

.contenedor-forma-triangulo img {
    width: 280px !important;
}

.letra.letra-o .contenedor-forma-triangulo img:nth-child(1) {
    top: -11px;
    transform: rotate(3deg);
}

/* --- Contenido pagina web */

.txt-regular {
    font-family: 'Oswald Regular', Arial, sans-serif;
}

.txt-light {
    font-family: 'Oswald Light', Arial, sans-serif;
}

.text-informacion {
    font-size: 25px;
}

/* Biñetas rectangulos */

.contenedor-recuadros-colores {
    width: 50px;
    height: 50px;
    display: grid;
}

.contenedor-recuadros-colores div {
    width: 100%;
}

.contenedor-recuadros-colores div:nth-child(1) {
    transform: rotate(-5deg);
    background-color: var(--color-azul-oscuro);
}

.contenedor-recuadros-colores div:nth-child(2) {
    transform: rotate(5deg);
    background-color: var(--color-principal);
}

.contenedor-recuadros-colores div:nth-child(3) {
    transform: rotate(-5deg);
    background-color: var(--color-naranja-oscuro);
}

.contenedor-informacion {
    width: calc(100% - 250px);
}

/* Sección contenido */

/* Sección contenido */

.contenedor-informacion-especifica {
    font-size: 23px;
    background: #f9f9f9;
    border-radius: 4px;
}

.contenedor-informacion-especifica .subtitulo {
    color: #373232;
}

.contenedor-informacion-especifica .card {
    width: 250px;
    height: auto;
    font-size: 20px;
    margin: 0px 5px;
    border-radius: 15px;
    overflow-y: auto;
    background-color: var(--color-gris-claro);
}

.contenedor-informacion-especifica .card .titulo-card {
    min-height: 151px;
    max-height: fit-content;
    font-size: 21px;
    padding: 5px;
    text-align: center;
    color: var(--color-gris-claro);
    border-top: 15px;
    background: linear-gradient(180deg, rgb(0 47 93) 0%, var(--color-principal) 100%, var(--color-principal) 100%);
    display: grid;
}

.contenedor-informacion-especifica .card .titulo-card img {
    height: 110px;
    margin: 0px auto;
}

.contenedor-informacion-especifica .card:nth-child(1) img,
.contenedor-informacion-especifica .card:nth-child(4) img,
.contenedor-informacion-especifica .card:nth-child(5) img {
    height: 70px;
}

.contenedor-informacion-especifica .card .contenido-card {
    margin-top: 15px;
    padding: 10px;
    text-align: left;
}

.contenedor-informacion-especifica .contenedor-colores .titulo-card {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Sección orden de llegada */

.secciones-atendiendo-pacientes-orden-llegada {
    border-radius: 15px;
}

/* Video en SmartPhone */

.smartphone-pc-only-sistema-lis-nube {
    width: auto;
    height: 500px;
    position: relative;
    margin: 0px auto;
}

.smartphone-pc-only-sistema-lis-nube img {
    width: auto;
    height: 100%;
    position: absolute;
    object-fit: cover;
    border-radius: 31px;
    z-index: 1;
}

.smartphone-pc-only-sistema-lis-nube.dipositivo-pc img {
    width: 100%;
}

.smartphone-pc-only-sistema-lis-nube video {
    position: absolute;
    width: 90%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    mix-blend-mode: screen;
}

.dipositivo-pc {
    background-color: #1d1b1b;
    padding: 15px;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    border-radius: 10px;
}

.dipositivo-pc video {
    mix-blend-mode: unset !important;
}

.smartphone-pc-only-sistema-lis-nube.dipositivo-pc {
    height: 456px;
}

.copyright {
    font-size: 14px;
}

.contenedor-frm-contacto-planes span {
    font-size: 27px;
}

.contenedor-frm-contacto-planes {
    border-radius: 25px;
}

.contenedor-frm-contacto label {
    font-size: 19px;
    color: #1f1f1f;
}

.message-digitalizacion {
    background-color: #0a4164 !important;
    color: #fff;
    font-size: 23px !important;
}

/* Planes */

.container-main-planes-lis .container-planes {
    flex-wrap: nowrap;
}

.container-main-planes-lis {
    background-image: url(../images/fondoEscritorioSmartphoneLISLABLINILIS.webp);
    background-position: center;
    background-attachment: fixed;
}

.btnPeriodoPrueba {
    font-weight: bold;
    font-size: 23px;
}

.container-planes .card {
    width: auto;
    height: auto;
    font-size: 20px;
    margin: 0px 5px;
    padding: 10px;
    border-radius: 15px;
    overflow-y: auto;
    background-color: var(--color-gris-claro);
}

.container-planes .card .nombre-plan {
    padding: 5px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    font-weight: bolder;
    font-size: 25px;
    background-color: var(--color-cafe-oscuro);
    color: #fff;
    text-align: center;
    box-shadow: var(--box-shadow-general);
}

.container-planes .card .precio-final-sin-iva {
    width: 97%;
    height: 185px;
    position: relative;
    background: var(--linear-gradient-general-270deg);
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    margin: 0px auto;
    box-shadow: -0.5px 1px 5px 3px rgb(0, 0, 0, 0.5) !important;
}

.container-planes .card .precio-final-sin-iva .mas-iva {
    font-size: 21px;
}

.container-planes .card .precio-final-sin-iva .slogan {
    background-color: #002f5d;
    font-size: 19px;
    font-weight: normal;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
}

.caracteristicas-plan {
    height: 100%;
    font-size: 19px;
    background-color: var(--color-cafe-oscuro);
    color: #ffffff;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 15px;
    box-shadow: var(--box-shadow-general);
}

.caracteristicas-plan ol {
    list-style: none;
    padding: 0px;
}

.caracteristicas-plan ol li {
    padding: 10px;
    border-radius: 5px;
    margin: 5px 0px;
    background: rgb(0 47 93);
}

.caracteristicas-plan ol li:nth-child(odd) {
    background: rgb(28 97 113);
}

/* Aviso de privacidad */

.container-aviso-privacidad {
    font-size: 19px;
}

/* Buttons */

.btn {
    border-radius: 5px;
}

.btn-principal {
    background-color: #28ffbf;
    color: #002f5d;
}

.btn-principal:hover {
    background-color: #15b485;
}

.btn-secundario {
    background-color: #002f5d;
    color: #fff;
}

.btn-secundario:hover {
    color: #fff;
}

.bg-opacity {
    background-color: rgb(255, 255, 255, 0.5);
}

.form-check-input:checked {
    background-color: var(--color-azul-oscuro);
    border-color: var(--color-azul-oscuro);
}