.userLogin {
    width: 30px;
    height: 30px;
    color: #fff;
    padding: 2px;
    font-weight: 700;
    background: #173160;
    border-radius: 10px
}

.userComment {
    width: 40px;
    height: 40px;
    color: #fff;
    padding: 7px;
    font-weight: 700;
    margin-right: 3px;
    background: #173160;
    border-radius: 10px;
    text-transform: uppercase;
    text-align: center
}

.chat {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    border-radius: 0;
    background-color: #fafafa;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    margin: 5.5rem auto;
    border-top: 1px solid #cae9f4;
    border-bottom: 1px solid #cae9f4;
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 400;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color-scheme: light dark;
    color: #3a3a3a
}

@media only screen and (min-width: 320px) {
    .chat {
        padding:0 .5rem
    }
}

@media only screen and (min-width: 768px) {
    .chat {
        padding:0 1rem
    }
}

@media only screen and (min-width: 320px) {
    .chat__header {
        display:flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center
    }
}

@media only screen and (min-width: 768px) {
    .chat__header {
        display:flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #cae9f4;
        height: 70px;
        box-sizing: border-box;
        flex-direction: row
    }
}

.chat__header-contenedor {
    box-sizing: border-box;
    padding: 0
}

@media only screen and (min-width: 320px) {
    .chat__header-contenedor p {
        font-size:.8rem
    }
}

@media only screen and (min-width: 768px) {
    .chat__header-contenedor p {
        font-size:1rem
    }
}

.chat__header-contenedor-infoCometarios {
    margin-right: 20px;
    margin-left: 5px;
    color: #989898;
    font-weight: 600
}

@media only screen and (min-width: 320px) {
    .chat__header-logo {
        display:flex;
        align-items: center;
        flex: 1;
        font-size: 1.25rem;
        font-weight: 600;
        text-align: center;
        box-sizing: border-box;
        margin: 1rem 0
    }
}

@media only screen and (min-width: 768px) {
    .chat__header-logo {
        display:flex;
        align-items: center;
        flex: 1;
        font-size: 1.25rem;
        font-weight: 600;
        text-align: center;
        box-sizing: border-box
    }
}

.chat__header-button {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box
}

.chat__header-button-buttonOne {
    cursor: pointer
}

@media only screen and (min-width: 320px) {
    .chat__header-button-buttonOne {
        width:auto;
        height: 40px;
        background-color: #fff;
        border: 2px solid #1d4b77;
        border-radius: 5px;
        margin-right: 10px;
        transition: all ease .25s;
        color: #1d4b77;
        font-weight: 600;
        font-size: .7rem;
        letter-spacing: .03125rem;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box
    }
}

@media only screen and (min-width: 768px) {
    .chat__header-button-buttonOne {
        width:200px;
        height: 40px;
        background-color: #fff;
        border: 2px solid #1d4b77;
        border-radius: 5px;
        margin-right: 10px;
        transition: all ease .25s;
        color: #1d4b77;
        font-weight: 600;
        font-size: .7rem;
        letter-spacing: .03125rem;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box
    }
}

@media only screen and (min-width: 320px) {
    .chat__header-button-buttonOne i {
        font-size:.8rem;
        margin-right: 5px
    }
}

@media only screen and (min-width: 768px) {
    .chat__header-button-buttonOne i {
        font-size:1.3rem;
        margin-right: 5px
    }
}

.chat__header-button-buttonOne:hover {
    background-color: #1d4b77;
    color: #fff
}

@media only screen and (min-width: 320px) {
    .chat__header-button-buttonTwo {
        width:auto;
        height: 40px;
        background-color: #1d4b77;
        border: 2px solid #31719c;
        border-radius: 5px;
        color: #fff;
        transition: all ease .25s;
        font-weight: 600;
        font-size: .7rem;
        letter-spacing: .03125rem;
        text-transform: uppercase;
        box-sizing: border-box;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

@media only screen and (min-width: 768px) {
    .chat__header-button-buttonTwo {
        width:200px;
        height: 40px;
        background-color: #1d4b77;
        border: 2px solid #31719c;
        border-radius: 5px;
        color: #fff;
        transition: all ease .25s;
        font-weight: 600;
        font-size: .7rem;
        letter-spacing: .03125rem;
        text-transform: uppercase;
        box-sizing: border-box;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

@media only screen and (min-width: 320px) {
    .chat__header-button-buttonTwo i {
        font-size:.8rem;
        margin-right: 5px
    }
}

@media only screen and (min-width: 768px) {
    .chat__header-button-buttonTwo i {
        font-size:1.3rem;
        margin-right: 5px
    }
}

.chat__header-button-buttonTwo:hover {
    background-color: #1d4b77;
    color: #fff
}

.chat__body {
    width: 100%;
    padding: 0;
    box-sizing: border-box
}

.chat__body-contenedorPadre {
    display: flex;
    flex-direction: row;
    padding: 1rem 0;
    box-sizing: border-box;
    width: 100%
}

.chat__body-avatarPadre {
    height: auto;
    display: flex;
    justify-content: center;
    box-sizing: border-box
}

.chat__body-avatarPadre img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: 3px solid #80bbe3;
    margin-right: 5px
}

.chat__body-contentCometarioPadre {
    height: auto;
    box-sizing: border-box;
    width: 100%
}

@media only screen and (min-width: 320px) {
    .chat__body-contentCometarioPadre-text {
        background-color:#eff3f7;
        border-radius: 5px;
        padding: 18px 5px 18px 10px;
        margin: 0;
        border: 1px solid #dde9ed;
        position: relative;
        height: auto;
        box-sizing: border-box;
        width: 100%
    }
}

@media only screen and (min-width: 768px) {
    .chat__body-contentCometarioPadre-text {
        background-color:#eff3f7;
        border-radius: 5px;
        padding: 18px 15px 18px 25px;
        margin: 0;
        border: 1px solid #dde9ed;
        position: relative;
        height: auto;
        box-sizing: border-box;
        width: 100%
    }
}

.chat__body-contentCometarioPadre-text-name {
    display: block;
    font-weight: 600;
    margin-bottom: 0;
    color: #1d4b77;
    box-sizing: border-box
}

@media only screen and (min-width: 320px) {
    .chat__body-contentCometarioPadre-text:after {
        content:"";
        position: absolute;
        height: 2px;
        width: 6px;
        background-color: #80bbe3;
        top: 30px;
        left: -5px
    }
}

@media only screen and (min-width: 768px) {
    .chat__body-contentCometarioPadre-text:after {
        content:"";
        position: absolute;
        height: 2px;
        width: 6px;
        background-color: #80bbe3;
        top: 30px;
        left: -5px
    }
}

.chat__body-contentCometarioPadre-like {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 1rem;
    border-bottom: 1px solid lightgrey;
    padding-bottom: .8rem
}

.chat__body-contentCometarioPadre-like small {
    height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600
}

.chat__body-contentCometarioPadre-like small span {
    margin-right: 20px;
    margin-left: 5px
}

.chat__body-contentCometarioPadre-like small span.textNum {
    margin-right: 20px;
    margin-left: 5px;
    font-weight: 600
}

.chat__body-contentCometarioPadre-like img {
    width: 100%;
    height: 100%
}

.chat__body-contentCometarioPadre small.textTime {
    margin-right: 20px;
    margin-left: 5px;
    color: #989898
}

.chat__body-contentCometarioPadre time.timeago {
    margin-right: 20px;
    margin-left: 5px;
    color: #989898
}

.chat__body-contenedorHijo {
    display: flex;
    flex-direction: row;
    padding: 1rem 0
}

.chat__body-avatarHijo {
    height: auto;
    display: flex;
    justify-content: center
}

.chat__body-avatarHijo img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: 3px solid #80bbe3;
    margin-right: 5px
}

.chat__body-contentCometarioHijo {
    height: auto;
    width: 100%
}

@media only screen and (min-width: 320px) {
    .chat__body-contentCometarioHijo-text {
        background-color:#eff3f7;
        border-radius: 5px;
        padding: 18px 10px;
        margin: 0;
        border: 1px solid #dde9ed;
        position: relative;
        height: auto;
        box-sizing: border-box;
        font-size: .8rem
    }
}

@media only screen and (min-width: 768px) {
    .chat__body-contentCometarioHijo-text {
        background-color:#eff3f7;
        border-radius: 5px;
        padding: 18px 10px;
        margin: 0;
        border: 1px solid #dde9ed;
        position: relative;
        height: auto;
        box-sizing: border-box
    }
}

.chat__body-contentCometarioHijo-text-name {
    display: block;
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: 0;
    color: #1d4b77
}

@media only screen and (min-width: 320px) {
    .chat__body-contentCometarioHijo-text:after {
        content:"";
        position: absolute;
        height: 2px;
        width: 6px;
        background-color: #80bbe3;
        top: 30px;
        left: -5px
    }
}

@media only screen and (min-width: 768px) {
    .chat__body-contentCometarioHijo-text:after {
        content:"";
        position: absolute;
        height: 2px;
        width: 6px;
        background-color: #80bbe3;
        top: 30px;
        left: -5px
    }
}

.chat__body-contentCometarioHijo-like {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 1rem;
    border-bottom: 1px solid lightgrey;
    padding-bottom: .8rem
}

.chat__body-contentCometarioHijo-like small {
    height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600
}

.chat__body-contentCometarioHijo-like small span {
    margin-right: 20px;
    margin-left: 5px
}

.chat__body-contentCometarioHijo-like small span.textNum {
    margin-right: 20px;
    margin-left: 5px;
    font-weight: 600
}

.chat__body-contentCometarioHijo-like img {
    width: 100%;
    height: 100%
}

.chat__body-contentCometarioHijo small.textTime {
    margin-right: 20px;
    margin-left: 5px;
    color: #989898;
    white-space: nowrap
}

.buttonMostrarMas {
    width: 100%;
    height: 40px;
    background-color: #1d4b77;
    border: 2px solid #31719c;
    border-radius: 5px;
    margin: 1rem 0;
    transition: all ease .25s;
    color: #fff;
    font-weight: 600;
    font-size: .8rem;
    letter-spacing: .03125rem;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.buttonMostrarMas i {
    font-size: 1.3rem;
    margin-right: 5px
}

.buttonMostrarMas:hover {
    background-color: #fff;
    color: #1d4b77
}

.nav {
    background-color: #1d4b77;
    height: 60px;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999
}

.nav__container {
    width: 100%;
    max-width: 60%;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: center
}

@media only screen and (min-width: 320px) {
    .nav__container {
        justify-content:center
    }
}

@media only screen and (min-width: 768px) {
    .nav__container {
        justify-content:space-between
    }
}

@media only screen and (min-width: 320px) {
    .nav__option {
        display:none;
        list-style: none
    }
}

@media only screen and (min-width: 768px) {
    .nav__option {
        display:flex;
        list-style: none
    }
}

.nav__option li a {
    color: #fff;
    text-decoration: none;
    padding: 0 .5rem
}

.contentPush {
    top: 50px;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: auto;
    max-width: 500px;
    min-width: 320px;
    margin: 0 auto;
    background: #fff;
    padding: 1.5em;
    border-radius: 0 0 5px 5px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 6px rgba(5,27,44,.06),0 2px 32px rgba(5,27,44,.16);
    left: 50%;
    transform: translate(-50%) translateY(-110%);
    transition: transform .5s cubic-bezier(.62,.07,.54,.77) .5s
}

@media only screen and (min-width: 320px) {
    .contentPush {
        padding:.5rem
    }
}

@media only screen and (min-width: 768px) {
    .contentPush {
        padding:1.5rem
    }
}

.contentPush__brand {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em
}

@media only screen and (min-width: 320px) {
    .contentPush__brand {
        gap:.5rem;
        margin-bottom: 1em;
        padding: 0 1rem;
        height: 100px
    }
}

@media only screen and (min-width: 768px) {
    .contentPush__brand {
        gap:1rem;
        padding: 0
    }
}

.contentPush__brand-img {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center
}

@media only screen and (min-width: 320px) {
    .contentPush__brand-img {
        width:120px;
        height: 120px
    }
}

.contentPush__brand-img img {
    max-width: 100%;
    height: auto
}

.contentPush__brand p {
    font-size: 1.125rem;
    color: #212529
}

.contentPush__buttons {
    padding-top: 1em;
    border-top: 1px solid #dadada;
    display: flex
}

@media only screen and (min-width: 320px) {
    .contentPush__buttons {
        max-width:100%;
        margin: 0 1rem;
        display: flex;
        flex-direction: column
    }
}

@media only screen and (min-width: 768px) {
    .contentPush__buttons {
        gap:1rem;
        display: flex;
        flex-direction: row;
        margin: 0
    }
}

.contentPush__buttons .buttonSiPorNotificaciones {
    width: 50%;
    height: 40px;
    background-color: #1d4b77;
    border: 2px solid #1d4b77;
    border-radius: 5px;
    transition: all ease .25s;
    color: #fff;
    font-weight: 600;
    font-size: .8rem;
    letter-spacing: .03125rem;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

@media only screen and (min-width: 320px) {
    .contentPush__buttons .buttonSiPorNotificaciones {
        width:100%;
        height: 40px;
        margin-bottom: .5rem
    }
}

@media only screen and (min-width: 768px) {
    .contentPush__buttons .buttonSiPorNotificaciones {
        width:50%;
        height: 40px
    }
}

.contentPush__buttons .buttonSiPorNotificaciones i {
    font-size: 1.3rem;
    margin-right: 5px
}

.contentPush__buttons .buttonSiPorNotificaciones:hover {
    background-color: #fff;
    color: #1d4b77
}

@media only screen and (min-width: 320px) {
    .contentPush__buttons .buttonNoNotificaciones {
        width:auto;
        height: 40px;
        width: 50%;
        background-color: #fff;
        border: 2px solid #31719c;
        border-radius: 5px;
        margin-right: 10px;
        transition: all ease .25s;
        color: #1d4b77;
        font-weight: 600;
        font-size: .7rem;
        letter-spacing: .03125rem;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        cursor: pointer
    }
}

@media only screen and (min-width: 320px) and (min-width:320px) {
    .contentPush__buttons .buttonNoNotificaciones {
        width:100%;
        height: 40px;
        margin-bottom: .5rem
    }
}

@media only screen and (min-width: 320px) and (min-width:768px) {
    .contentPush__buttons .buttonNoNotificaciones {
        width:50%;
        height: 40px
    }
}

@media only screen and (min-width: 320px) {
    .contentPush__buttons .buttonNoNotificaciones i {
        font-size:.8rem;
        margin-right: 5px
    }
}

@media only screen and (min-width: 768px) {
    .contentPush__buttons .buttonNoNotificaciones i {
        font-size:1.3rem;
        margin-right: 5px
    }
}

.contentPush__buttons .buttonNoNotificaciones:hover {
    background-color: #1d4b77;
    color: #fff
}

.slide-down {
    transform: translate(-50%) translateY(0)
}

.containerMatch {
    max-width: 100%;
    height: auto;
    margin: 120px auto;
    background: #f6f6f6;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 4px 10px rgba(0,0,0,.1)
}

@media only screen and (min-width: 320px) {
    .containerMatch {
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0
    }
}

@media only screen and (min-width: 768px) {
    .containerMatch {
        display:flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 1rem
    }
}

.containerMatch .loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.containerMatch .loader a {
    position: absolute;
    top: 25%;
    width: 120px;
    max-width: 120px;
    height: 120px;
    animation: pulse 1s ease-in-out infinite
}

.containerMatch .loader-circle {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: #f3f3f3;
    box-shadow: 0 4px 10px rgba(0,0,0,.35);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse 3s ease-in-out infinite
}

.containerMatch .loader-innerCircle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 8px solid #e9521e;
    border-color: #2bbcc8 transparent #e9521e transparent;
    animation: loaderDos 3s linear infinite
}

.containerMatch .loader-innerCircle:after {
    content: "";
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 8px solid #fee000;
    border-color: #ffb605 transparent #fee000;
    animation: loader 2s linear infinite
}

.containerMatch .loader-text {
    color: #7e3af2;
    font-size: 24px;
    font-weight: 700;
    margin-top: 16px
}

.containerMatch .containerMatch__text p {
    font-size: 2rem;
    font-weight: 600
}

@media only screen and (min-width: 320px) {
    .containerMatch .containerMatch__text-link {
        text-align:center;
        font-size: 1.8rem;
        font-weight: 600;
        color: #1d4b77;
        text-decoration: none;
        transition: all ease .25s;
        line-height: 38px;
        display: inline-block;
        margin-top: 1rem
    }
}

@media only screen and (min-width: 768px) {
    .containerMatch .containerMatch__text-link {
        text-align:left;
        font-size: 2.5rem;
        font-weight: 600;
        color: #1d4b77;
        text-decoration: none;
        transition: all ease .25s;
        line-height: 38px;
        display: inline-block
    }
}

.containerMatch .containerMatch__text-link:hover {
    line-height: 0;
    color: #80bbe3
}

@keyframes loader {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes loaderDos {
    0% {
        transform: rotate(-360deg)
    }

    to {
        transform: rotate(0)
    }
}

@keyframes pulse {
    0% {
        transform: scale(.8);
        opacity: .5
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(.8);
        opacity: .5
    }
}

textarea {
    width: 100%
}
