/* .human{
	min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #f3f3f3;
    padding-top: 50px;
	font-family: 'Poppins', sans-serif;
	background-color: #0448bd;
}
.human_content{
    font-family: 'Poppins', sans-serif;
    width: 80%;
    min-height: 80vh;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
	grid-template-areas: "txt8 txt8" 
						 "txt1 txt2"
                         "txt1 txt3"
                         "txt1 txt3"
                         "txt4 txt5"
						 "txt6 txt6"
						 "txt7 txt7"
						 ;
}

.human_card{
    border-radius: 15px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.65);
    border: solid 1px #707070;
    background-image: linear-gradient(to bottom, #5289d0, #0043bc);
    color: #fff;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
}
.txt1{
    grid-area: txt1;
}
.txt2{
    grid-area: txt2;
}
.txt3{
    grid-area: txt3;
}
.txt4{
    grid-area: txt4;
}
.txt5{
    grid-area: txt5;
}
.txt6{
    grid-area: txt6;
}
.txt7{
    grid-area: txt7;
}
.txt8{
    grid-area: txt8;
}
@media only screen and ( max-width: 767px ) 
{
    .human_content{
        grid-template-areas: 
                        "txt8 txt8"
                        "txt1 txt1"
                        "txt2 txt2"
                        "txt3 txt3"
                        "txt4 txt4"
                        "txt5 txt5"
                        "txt6 txt6"
                        "txt7 txt7"
                                    ;
        }
} */

/* #about h1, h2, h3, h4 {
    margin: 0px;
    padding: 0px;
}

p {
    padding: 0px;
} */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.titulos-about {
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0640ab;
    margin: 0px;
    padding: 0px;
}

.titulos-about.mediano {
    font-size: 20px;
    font-weight: 400;
}

.titulos-about.mediano-bold {
    font-size: 20px;
    font-weight: 500;
}

.titulos-about.grande {
    font-size: 30px;
    font-weight: 400;
}

.titulos-about.grande-bold {
    font-size: 30px;
    font-weight: 500;
}

@media (min-width: 615px) {

    .titulos-about.mediano {
        font-size: 25px;
        font-weight: 400;
    }
    
    .titulos-about.mediano-bold {
        font-size: 25px;
        font-weight: 500;
    }
    
    .titulos-about.grande {
        font-size: 36px;
        font-weight: 400;
    }

    .titulos-about.grande-bold {
        font-size: 36px;
        font-weight: 500;
    }
}

.human-pin {
    position: absolute;
    width: 200px;
    height: 200px;
}

.human-pin .human-logo {
    position: absolute;
    z-index: 50;
    right: 0px;
    top: 0%;
}

.human-pin .human-contenedor {
    position: absolute;
    z-index: 100;
}

.human-pin .contenido {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 190px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.45), inset 0 0 20px 0 rgba(0, 0, 0, 0.45);
    background-color: #0043bc;
    border-radius: 100%;
}

.human-pin .contenido p {
    font-size: 18px;
    text-align: center;
    color: #ffffff;
}

.ovalo-exterior-about {
    transform: rotate(15deg);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(65deg, #5289d0 30%, #f8f8da 111%);
    border-radius: 100%;
    padding-right: 20px;
    padding-left: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 250px;
    height: 180px;
}

.ovalo-interior-about {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 3px 50px 0 rgba(0, 0, 0, 0.44);
    background-color: #0640ab;
    border-radius: 100%;
    padding: 20px;
}

.ovalo-interior-about p {
    text-align: center;
    color: #ffffff;
    transform: rotate(-15deg);
    font-size: 14px;
}

.aro-decorativo {
    position: absolute;
    z-index: 1;
    width: 360px;
    height: 360px;
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.09);
    border: solid 40px #bfd0ee;
    border-radius: 100%;
}

.circulo-lista-azul, .circulo-lista-verde {
    min-width: 12px;
    min-height: 12px;
    border-radius: 100%;
}

.circulo-lista-azul {
    border: 3px solid #0043bc;
}

.circulo-lista-verde {
    border: 3px solid #008D5C;
}

.numeracion-lista-verde {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    height: 60px;
    background-color: #a9dfcd;
    border-radius: 10px;
}

.numeracion-lista-verde span {
    font-size: 22px;
    font-weight: 500;
    color: #008D5C;
}

.numeracion-lista-violeta {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 28px;
    height: 35px;
    background-color: #dcc8f0;
    border-radius: 10px;
}

.numeracion-lista-violeta span {
    font-size: 16px;
    font-weight: 500;
    color: #792dc5;
}

.seccion-sombra {
    -webkit-box-shadow: 0px 25px 24px 23px rgba(234, 234, 234, 0.7);
    -moz-box-shadow: 0px 25px 24px 23px rgba(234, 234, 234, 0.7);
    box-shadow: 0px 25px 24px 23px rgba(234, 234, 234, 0.7);
}

.seccion-primera {
    -webkit-box-shadow: 0px 25px 24px 23px rgba(234, 234, 234, 0.7);
    -moz-box-shadow: 0px 25px 24px 23px rgba(234, 234, 234, 0.7);
    box-shadow: 0px 25px 24px 23px rgba(234, 234, 234, 0.7);
}

.logo-esquina {
    height: 70px;
    width: 70px;
    fill: #0043bc;
}

/* SECCION PRIMERA */

.seccion-primera .human-pin {
    left: 5%;
    top: -20%;
    width: 120px;
    height: 120px;
}

.seccion-primera .human-pin .human-logo {
    right: 0%;
    top: -12px;
}

.seccion-primera .human-pin .contenido {
    width: 100px;
    height: 100px;
}

.seccion-primera .human-pin .contenido p {
    font-size: 10px;
}

@media (min-width: 615px) {

    .seccion-primera .human-pin {
        left: 0%;
        top: 30%;
        width: 155px;
        height: 155px;
    }
    
    .seccion-primera .human-pin .human-logo {
        right: 0%;
    }
    
    .seccion-primera .human-pin .contenido {
        width: 140px;
        height: 140px;
    }
    
    .seccion-primera .human-pin .contenido p {
        font-size: 14px;
    }
}

.seccion-primera p {
    padding: 0px;
    margin: 0px;
}

.seccion-primera .logo-human-fondo-azul {
    margin: 0 auto;
    width: fit-content;
}

#logo-human-fondo-azul {
    width: 180px;
}

@media (min-width: 615px) {
    #logo-human-fondo-azul {
        width: auto;
    }
}

.human-link {
    font-size: .8rem;
    margin: 20px auto;
    display: block;
    width: fit-content;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.53);
    background-color: #0640ab;
}

@media (min-width: 615px) {
    .human-link {
        font-size: 1rem;
        margin: 20px auto;
        display: block;
        width: fit-content;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.53);
        background-color: #0640ab;
    }
}

.seccion-primera .iconos-wrapper {
    width: 120px;
    height: 120px;
    padding: 25px 12px 28px 12px;
    border-radius: 24px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.homologado-msn {
    position: absolute;
    bottom: -16px;
    background-color: #0043bc;
    border-radius: 20px;
    padding: 4px 6px;
    width: 145px;
    left: -10px;
}

.homologado-msn p {
    font-size: 12px;
    color: #ffffff;
    width: 100%;
    text-align: center;
}

.seccion-primera .iconos-wrapper .icono {
    max-width: fit-content;
    margin: 0 auto;
    margin-bottom: .6rem;
}

.seccion-primera .iconos-wrapper svg {
    fill: #0640ab;
    height: 40px;
}

.seccion-primera .descripcion-icono {
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #0640ab;
}

@media (min-width: 615px) {
    .seccion-primera .iconos-wrapper {
        width: 130px;
        height: 140px;
        padding: 25px 12px 28px 12px;
        border-radius: 24px;
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
        background-color: #fff;
    }
    
    .homologado-msn {
        position: absolute;
        bottom: -16px;
        background-color: #0043bc;
        border-radius: 20px;
        padding: 4px 6px;
        width: 170px;
        left: -18px;
    }
    
    .homologado-msn p {
        font-size: 14px;
        color: #ffffff;
        width: 100%;
        text-align: center;
    }
    
    .seccion-primera .iconos-wrapper .icono {
        max-width: fit-content;
        margin: 0 auto;
        margin-bottom: .6rem;
    }
    
    .seccion-primera .iconos-wrapper svg {
        fill: #0640ab;
        height: 50px;
    }

    .seccion-primera .descripcion-icono {
        font-family: Poppins;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: center;
        color: #0640ab;
    }
}


.tabla-precios-comparativa {
    width: 65%;
    margin-top: 5rem;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.24);
    border-radius: 30px;
}

.tabla-precios-header {
    background-color: #5289d0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.detalle-gratis {
    width: 100%;
    background-color: #008D5C;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 10px;
}

.detalle-premium {
    width: 100%;
    background-color: #0043bc;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 10px;
}

.tabla-precios-footer {
    background-color: #5289d0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.tabla-precios-comparativa img[src="/images/circle_ok.webp"], .tabla-precios-comparativa img[src="/images/circle_error.png"] {
    width: 35px;
    height: 35px;
}

.tabla-precios-comparativa img[src="/images/logo_human_solo_blanco.png"] {
    width: 75px;
}

.tabla-comparativa-titulo {
    font-size: 22px;
    font-weight: 500;
}

.tabla-comparativa-texto {
    font-size: 18px;
    font-weight: 600;
}

.tabla-comparativa-texto-10, .tabla-comparativa-texto-20, .tabla-comparativa-texto-30, .tabla-comparativa-texto-internacion {
    font-size: 18px; 
    font-weight: 600;
    text-align: center;
}

.tabla-comparativa-texto-10 { padding-left: 40px; }
.tabla-comparativa-texto-20 { padding-left: 30px; }
.tabla-comparativa-texto-30 { padding-left: 16px; }
.tabla-comparativa-texto-internacion { padding-left: 15px; }

.tabla-logo-ok-10 { padding-left: 74px; }
.tabla-logo-ok-20 { padding-left: 52px; }
.tabla-logo-ok-30 { padding-left: 30px; }
.tabla-logo-ok-internacion { padding-left: 8px; }

.posicion-precio-10 { top: 30%; right: 12px; }
.posicion-precio-20 { top: 23.5%; right: 8px; }
.posicion-precio-30 { top: 20%; right: 8px; }

.tabla-comparativa-precio-detalle { position: absolute;}
.tabla-comparativa-precio { font-size: 24px; font-weight: 600; }
.tabla-comparativa-detalle { font-size: 16px; font-weight: 500; }

.solicitar-presupuesto-internacion {
    position: absolute;
    right: 0%;
    width: fit-content;
    border-radius: 20px;
    background-color: #008D5C;
    color: #ffffff;
    font-size: 14px;
}

@media (width < 1165px) {
    .tabla-precios-comparativa {
        width: 80%;
    }
}

@media (width < 900px) {
    .tabla-precios-comparativa {
        width: 90%;
    }
}

@media (width < 768px) {

    .tabla-precios-comparativa {
        width: 100%;
        border-radius: 0px;
    }

    .tabla-precios-interna {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .tabla-precios-comparativa img[src="/images/circle_ok.webp"], .tabla-precios-comparativa img[src="/images/circle_error.png"] {
        width: 25px;
        height: 25px;
    }

    .tabla-comparativa-texto {
        font-size: 14px;
    }

    .tabla-comparativa-texto-10, .tabla-comparativa-texto-20, .tabla-comparativa-texto-30, .tabla-comparativa-texto-internacion {
        font-size: 14px;
    }

    .tabla-comparativa-precio { font-size: 16px; }
    .tabla-comparativa-detalle { font-size: 10px; }
}

@media (width < 576px) {

    .tabla-precios-header {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    
    .tabla-precios-footer {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .tabla-comparativa-titulo {
        font-size: 14px;
    } 

    .tabla-precios-comparativa img[src="/images/logo_human_solo_blanco.png"] {
        width: 40px;
    }

    .tabla-comparativa-texto-10 { padding-left: 22px; }
    .tabla-comparativa-texto-20 { padding-left: 30px; }
    .tabla-comparativa-texto-30 { padding-left: 30px; }
    .tabla-comparativa-texto-internacion { padding-left: 36px; }

    .tabla-logo-ok-10 { padding-left: 40px; }
    .tabla-logo-ok-20 { padding-left: 40px; }
    .tabla-logo-ok-30 { padding-left: 40px; }
    .tabla-logo-ok-internacion { padding-left: 40px; }

    .posicion-precio-10 { top: 68%; right: 8px; }
    .posicion-precio-20 { top: 77%; right: 12px; }
    .posicion-precio-30 { top: 81%; right: 16px; }

    .solicitar-presupuesto-internacion {
        position: static;
        margin-bottom: 10px;
        margin-right: 30px;
    }
}

/* SECCION SEGUNDA */

.seccion-segunda .human-pin {
    position: static;
    left: 5%;
    top: -20%;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.seccion-segunda .human-pin .human-logo {
    right: 0%;
    top: -12px;
}

.seccion-segunda .human-pin .contenido {
    width: 100px;
    height: 100px;
}

.seccion-segunda .human-pin .contenido p {
    font-size: 10px;
}

@media (min-width: 1450px) {

    .seccion-segunda .human-pin {
        position: absolute;
        left: 10%;
        top: 14%;
    }
    
    .seccion-segunda .human-pin .human-logo {
        right: -25px;
    }
    
    .seccion-segunda .human-pin .contenido {
        width: 140px;
        height: 140px;
    }
    
    .seccion-segunda .human-pin .contenido p {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .seccion-segunda .aro-decorativo {
        right: -50px;
        top: -10px;
        width: 250px;
        height: 250px;
    }

    .tabla-comparativa-titulo {
        font-size: 14px;
        font-weight: 500;
    }
}

.seccion-segunda {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: static;
}

@media (min-width: 615px) {
    .seccion-segunda {
        position: relative;
    }
}

.seccion-segunda .compu-celu-texto p {
    font-size: 18px;
}

.seccion-segunda .compu-celu-texto ul {
    list-style: none;
}

.seccion-segunda .compu-celu-texto li {
    font-size: 16px;
}

.seccion-segunda .etiqueta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 150px;
    padding: 1.6rem .8rem;
    border-radius: 40px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.57);
    background-color: #1226aa;
    color: #fff;
}

.seccion-tercera ul {
    list-style: none;
    font-size: 15px;
}

.seccion-tercera li {
    line-height: 20px;
}


.seccion-cuarta .card-info-human {
    padding: 12px;
    border-radius: 20px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.36);
    background-color: #fff;
}


#contenedor-contacto {
    position: static;
    width: 100%;
    margin: 0 auto;
    margin-top: 1.6rem;
    padding: 2rem;
    padding-left: .6rem;
    padding-right: .6rem;
    border-radius: 0px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
    background-color: #fff;
}

@media (min-width: 615px) {
    #contenedor-contacto {
        position: relative;
        width: 75%;
        margin: 0 auto;
        margin-top: 1.6rem;
        padding: 2rem;
        border-radius: 30px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
        background-color: #fff;
    }
}

@media (min-width: 1200px) {
    #contenedor-contacto {
        position: relative;
        width: 60%;
        margin: 0 auto;
        margin-top: 1.6rem;
        padding: 2rem;
        border-radius: 30px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
        background-color: #fff;
    }
}


#contacto-human-pin-1.human-pin {
    position: static;
    left: 5%;
    top: -20%;
    width: 120px;
    height: 120px;
}

#contacto-human-pin-1.human-pin .human-logo {
    right: 0%;
    top: -12px;
}

#contacto-human-pin-1.human-pin .contenido {
    width: 100px;
    height: 100px;
}

#contacto-human-pin-1.human-pin .contenido p {
    font-size: 10px;
}

@media (min-width: 615px) {

    #contacto-human-pin-1.human-pin {
        position: absolute;
        left: 10%;
        top: 14%;
    }
    
    #contacto-human-pin-1.human-pin .human-logo {
        right: -25px;
    }
    
    #contacto-human-pin-1.human-pin .contenido {
        width: 140px;
        height: 140px;
    }
    
    #contacto-human-pin-1.human-pin .contenido p {
        font-size: 14px;
    }
}

#contenedor-contacto p {
    font-size: 22px;
}

#contenedor-contacto .imagen-compu {
    position: absolute;
    top: 25%;
    left: -200px;
    width: 350px;
    height: 230px;
}

.mails-contacto {
    font-size: 18px !important;
}

@media (min-width: 615px) {
    .mails-contacto {
        font-size: 22px !important;
    }    
}

#contenedor-contacto svg {
    min-width: 20px;
    fill: #0640ab;
}

#contenedor-contacto .redes {
    width: 100%;
    margin: 0 auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 13px;
    box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.48);
    background-color: #fff;
    font-size: 16px;
    padding: .8rem 1.2rem;
}

@media (min-width: 615px) {
    #contenedor-contacto .redes {
        width: 100%;
        margin: 0 auto;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        border-radius: 13px;
        box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.48);
        background-color: #fff;
        font-size: 18px;
        padding: .8rem 1.2rem;
    } 
}


#contenedor-contacto .informacion-fiscal p {
    font-size: 16px;
}

.subtitulo-clientes {
    font-size: 26px;
    color: #0640ab;
    font-weight: 500;
}

.logos-clientes {
    width: 110px;
    height: 110px;
}

@media (min-width: 615px) {
    .logos-clientes {
        width: 210px;
        height: 210px;
    }
}


#historia-clinica-img-2 {
    width: 100%;
    height: auto;
}

@media (min-width: 615px) {
    #historia-clinica-img-2 {
        width: 625px;
        height: 383.6px;
    }
}

#historia-clinica-img-4 {
    width: 100%;
    height: auto;
}

@media (min-width: 615px) {
    #historia-clinica-img-4 {
        width: 614.9px;
        height: 383.6px;
    }
}


#contenedor-general {
    width: 90%;
}

@media (min-width: 615px) {
    #contenedor-general {
        width: 75%;
    }
}

#contenedor-secretaria-contador {
    margin-top: 2rem;
}

#secretaria-contador {
    font-size:20px;
    line-height: 32px;
    padding-right: 0rem;
}

@media (min-width: 615px) {
    #contenedor-secretaria-contador {
        margin-top: 8rem;
    }

    #secretaria-contador {
        font-size:20px;
        line-height: 32px;
        padding-right: 12rem;
    }
    
}

#contenedor-general-seccion-agenda {
    width: 90%;
}

@media (min-width: 615px) {
    #contenedor-general-seccion-agenda {
        width: 75%;
    }   
}

.informacion-legal {
    font-size: 20px;
}

#facturacion-imagen-flotante {
    position: absolute;
    bottom: -50px;
    right: 0%;
    width: 70%;
}


/* WHATSAPP */

.contenedor-whatsapp {
    position: fixed;
    z-index: 1500;
    bottom: .5rem;
    right: .5rem;
}

@media (min-width: 576px) {
    .contenedor-whatsapp {
        bottom: 2rem;
        right: 2rem;
    }
}


.logo-whatsapp-texto {
    width: fit-content;
    background-color: #008d5c;
    border-radius: 24px;
    padding: .5rem 1.5rem;
    cursor: pointer;
    transition: all .3s ease;
}

.logo-whatsapp-texto:hover {
    background-color: #198754;
}

.logo-whatsapp-texto h1 {
    font-size: 18px;
    line-height: 2px;
}

.notificacion {
    width: 10px;
    height: 10px;
    background-color: rgb(255, 56, 56);
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    right: 5px;
    top: 5px;
    display: block !important;
}

.logo-whatsapp {
    fill: #ffffff;
}

.ventana-cerrada {
    display: block;
    width: 100%;
    border-radius: 16px;
    opacity: 0;
    pointer-events: none;
    touch-action: none;
    visibility: hidden;
    transform: translate3d(0px, 0px, 0px);
    margin-right: 20px;
    margin-bottom: 60px;
    background-color: rgb(255, 255, 255);
    transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 24px 0px;
    left: auto;
    position: fixed;
    bottom: 0px;
    right: 0px;
}

.ventana-abierta {
    display: block;
    width: 100%;
    border-radius: 16px;
    transform: translate3d(0px, 0px, 0px);
    margin-right: 10px;
    margin-bottom: 96px;
    background-color: rgb(255, 255, 255);
    transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 24px 0px;
    left: auto;
    position: fixed;
    bottom: 0px;
    right: 0px;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    touch-action: auto;
    z-index: 2000;
}

@media (min-width: 576px) {
    .ventana-abierta {
        margin-right: 30px;
    }
}

.wrapper-principal-modal {
    border-radius: 16px;
    overflow: hidden;
}

.boton-cerrar-modal {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    outline: transparent;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex !important;
}

.boton-cerrar-modal::before {
    transform: rotate(45deg);
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: rgb(255, 255, 255);
    display: block;
    border-radius: 2px;
}

.boton-cerrar-modal::after {
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: rgb(255, 255, 255);
    display: block;
    border-radius: 2px;
}

.header-modal-wrapper {
    background: #008d5c;
    color: rgb(17, 17, 17);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 24px 20px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.wrapper-avatar {
    display: block;
    flex-shrink: 0;
    overflow: inherit;
    cursor: pointer;
    position: relative;
    width: 52px;
    height: 52px;
    box-shadow: rgba(17, 17, 17, 0.1) 0px 0px 2px inset;
    border-radius: 50%;
}

.wrapper-avatar:before {
    background-color: rgb(74, 213, 4);
    display: block;
    border: 2px solid rgb(9, 94, 84);
    content: "";
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    border-radius: 50%;
}

.wrapper-nombre-estado {
    margin-left: 16px;
    margin-right: 16px;
    width: 100%;
    overflow: hidden;
}

.wrapper-nombre {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    max-height: 60px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: rgb(255, 255, 255);
}

.wrapper-estado {
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
    color: rgb(255, 255, 255);
}

.wrapper-avatar-imagen {
    display: flex;
    justify-content: center;
    align-items: center;
    width: inherit;
    height: inherit;
    transition: opacity 1s ease-out 0s;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    overflow: hidden;
}

.wrapper-avatar-imagen img {
    width: 100%;
    max-width: 42px;
    object-fit: cover;
    display: inline-block !important;
    position: static !important;
    margin: 0px !important;
    padding: 0px !important;
    visibility: visible !important;
}


.chat {
    padding: 20px 20px 20px 10px;
    background-color: rgb(230, 221, 212);
    position: relative;
    overflow: auto;
    max-height: 382px;
}

.chat::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url(/images/fondo-whatsapp.png);
}

.wrapper-puntos-contenido {
    display: flex;
    z-index: 1;
}

.chat-puntos {
    background-color: rgb(255, 255, 255);
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 10px;
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.chat-puntos-wrapper {
    position: relative;
    display: flex;
}

.punto-1 {
    background-color: rgb(158, 157, 162);
    animation-name: punto-1;
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    display: inline-block !important;
}

.punto-2 {
    animation-name: punto-2;
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    display: inline-block !important;
}

.punto-3 {
    animation-name: punto-3;
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    display: inline-block !important;
}

@keyframes punto-1 {
    0% {
        background-color: rgb(182, 181, 186);
    }

    15% {
        background-color: rgb(17, 17, 17);
    }

    25% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes punto-2 {
    15% {
        background-color: rgb(182, 181, 186);
    }

    25% {
        background-color: rgb(17, 17, 17);
    }

    35% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes punto-3 {
    25% {
        background-color: rgb(182, 181, 186);
    }

    35% {
        background-color: rgb(17, 17, 17);
    }

    45% {
        background-color: rgb(182, 181, 186);
    }
}

.opacity-0 {
    opacity: 0;
}

.chat-wrapper-contenido {
    box-sizing: border-box;
    padding: 7px 14px 6px;
    position: relative;
    transition: all 0.3s ease 0s;
    transform-origin: center top;
    z-index: 2;
    margin-left: -54px;
    color: rgb(17, 17, 17);
    font-size: 15px;
    line-height: 1.39;
    max-width: calc(100% - 66px);
    border-radius: 0px 8px 8px;
    background-color: rgb(255, 255, 255);
    margin-top: 4px;
}

.chat-wrapper-contenido::before {
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}

.chat-wrapper-contenido::after {
    content: "";
    position: absolute;
    top: 0px;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    box-shadow: rgba(17, 17, 17, 0.1) 0px 0px 2px inset;
}

.contenido-titulo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.contenido-texto {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.contenido-hora {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}

.footer-boton {
    border-radius: 24px;
    border-color: rgba(0, 0, 0, 0);
    width: calc(100% - 40px);
    color: rgb(255, 255, 255);
    font-family: inherit;
    font-weight: bold;
    font-size: 16px;
    background-color: #008d5c;
    border-width: 0px;
    margin: 20px;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
    height: fit-content;
    max-width: 100%;
    padding: 0px;
    line-height: 1.32;
    cursor: pointer;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    border-style: solid;
}

.boton {
    padding: 9px 10px;
    border-radius: calc(24px);
    background-color: rgba(0, 0, 0, 0);
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
}

.boton-icono {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-left: -4px;
}

.boton-texto {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}