﻿* {
    font-family: 'Montserrat';
}

.footerPsi {
    background-color: #01242E;
    min-height: 200px;
    color: white;
    font-size: 13px;
}

    .footerPsi.span {
        margin-left: 5px;
    }

.loginIcon {
    border: 3px solid #006AB8;
    border-radius: 30px;
    width: 240px;
    text-align: center;
}

.payPlan1 {
    background-color: white;
    color: #003A4B;
    max-width: 350px;
}

.payPlan2 {
    background-color: #5AC7E0;
    color: white;
    max-width: 350px;
}

.blueBar {
    background: linear-gradient(to right, #17568B, #2C68B2);
    box-shadow: 6px 6px 9px #00000029;
    border-radius: 60px;
    border: none;
    outline: none;
    color: white;
}

.navbarStyle {
    color: #003A4B;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    padding: 10px;
}

.navbarStyle1 {
    color: #003A4B;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    padding: 10px;
}

.containerIndex {
    color: #003A4B;
    background-color: #E4ECF6;
    padding: 15px;
    font-size: 15px;
}

.number {
    border-radius: 40px;
    background-color: #EF5276;
    color: white;
    width: 40px;
    margin: 0px auto;
    text-align: center;
}

.cardBtn {
    background-color: #77C5DD;
    color: white;
    border-radius: 35px;
    border: none;
    outline: none;
    padding: 4%;
}

.cardUser {
    background: #FCFCFC 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 14px;
    opacity: 1;
    justify-content: center;
    min-height: 410px;
    margin-top: 20px
}

.cardPerfil {
    background: #FCFCFC 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 14px;
    opacity: 1;
}

.custom-progress-bar {
    background-color: #ABEBEB; /* Cambia el color de fondo */
    height: 20px; /* Cambia la altura de la barra de progreso */
    border-radius: 14px;
}

.gradient-custom {
    background: linear-gradient(to bottom right, #D5E8F0, #80A7B7 )
}

.gradient-custom1 {
    background: linear-gradient(to bottom right, #6F75D1, #D2D5F9 )
}

.gradient-custom2 {
    background: linear-gradient(to bottom right, #E1FDF8, #9AEDDB );
    /*border: 1px solid #003A4B;*/
}

.mask-custom {
    background: white;
    border-radius: 2em;
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.05);
    background-clip: padding-box;
    box-shadow: 10px 10px 10px rgba(46, 54, 68, 0.03);
}

.imgCardUser {
    width: 250px;
    height: 250px;
    border: 1px solid #FFFFFF00;
    opacity: 1;
}

.cardBlog1 {
    max-width: 18rem;
    color: white;
    border-radius: 12px;
    background-color: #B8D8EB;
    box-shadow: 10px 5px 5px;
    height: 400px;
}

.cardBlog2 {
    max-width: 18rem;
    color: #003A4B;
    border-radius: 12px;
    background-color: white;
    box-shadow: 10px 5px 5px;
    height: 400px;
}

.cardBlog2_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: #003A4B;
    font-size: 40px
}

.cardBlog2_1:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
    background-color: #f8f8f8;
}

.cardBlog2_1:active {
    transform: scale(0.98);
}

.cardPsico {
    width: 259px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 12px;
    min-height: 500px
}

.frame {
    height: 10%;
    width: 10%;
}

/* -------- BUTTONS STYLES -------- */
.btn1 {
    background-color: #5AC7E0;
    border: none;
    color: white;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    border-radius: 36px;
    font-weight: bold;
    min-width: 100px;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn2 {
    background-color: #EF5276;
    border: none;
    color: white;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    border-radius: 36px;
    font-weight: bold;
    min-width: 100px;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn3 {
    background-color: #5AC7E0;
    color: white;
    border: 3px solid #FFFFFF;
    font-weight: bold;
    padding: 10px;
    border-radius: 20px;
    text-decoration: none;
}

.btn4 {
    background-color: #0068B5;
    color: white;
    border: none;
    font-weight: bold;
    padding: 10px;
    border-radius: 20px
}

.btn5 {
    background-color: #003A4B;
    border: none;
    color: white;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    border-radius: 36px;
    font-weight: bold;
    min-width: 100px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn6 {
    background-color: #6F75D1;
    border: none;
    color: white;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    border-radius: 36px;
    font-weight: bold;
    min-width: 100px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: bold;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn7 {
    border: 2px solid #1C3F4E;
    border-radius: 12px;
    color: #1C3F4E;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    min-width: 100px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: small;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.panelCard {
    border-radius: 15px;
    margin: 5px;
    min-height: 300px
}

.panelCard2 {
    border-radius: 15px;
    margin: 5px;
    min-height: 300px;
    background-color: #F0F7FA
}

.cardBlog3 {
    color: white;
    border-radius: 12px;
    background-color: #B8D8EB;
    box-shadow: 10px 5px 5px;
}

.cardBlog4 {
    color: #003A4B;
    border-radius: 15px;
    background-color: white;
    box-shadow: 10px 5px 5px;
}

/* -------- READ MORE -------- */
.texto, .texto1, .texto2 {
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.texto-mas, .texto-mas1, .texto-mas2 {
    display: inline-block;
    margin-top: 10px;
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .texto-mas:hover, .texto-mas1:hover, .texto-mas2:hover {
        color: #333;
    }

/* -------- END READ MORE -------- */

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    top: 10px;
    right: 0;
    left: 0;
    height: 30px;
    width: 30px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

    .option-input:hover {
        background: #9faab7;
    }

    .option-input:checked {
        background: #40e0d0;
    }

        .option-input:checked::before {
            display: flex;
            font-size: 25px;
            font-weight: bold;
            position: absolute;
            align-items: center;
            justify-content: center;
        }

        .option-input:checked::after {
            -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            background: #40e0d0;
            content: '';
            display: block;
            position: relative;
            z-index: 100;
        }

    .option-input.radio {
        border-radius: 50%;
    }

        .option-input.radio::after {
            border-radius: 50%;
        }

@keyframes click-wave {
    0% {
        height: 30px;
        width: 30px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

a:link, a:visited, a:active {
    text-decoration: none;
}

@media (max-width: 480px) {

    .barraAzul {
        padding-left: 3%;
        text-align: center !important;
    }

    .barraAzul1 {
        text-align: center;
        margin-bottom: 5%;
    }

    .imagenAlianza {
        margin-bottom: 10%;
    }

}

/* =========== ANIMACION PARA EL INICIO DEL PANEL PRINCIPAL ============= */
.container1 {
    display: grid;
    place-content: center;
    height: 100vh;
}

.cargando {
    width: 120px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 auto;
}

.texto-cargando {
    padding-top: 20px
}

.cargando span {
    font-size: 20px;
    text-transform: uppercase;
}

.pelotas {
    width: 30px;
    height: 30px;
    background-color: #00b8de;
    animation: salto .5s alternate infinite;
    border-radius: 50%
}

    .pelotas:nth-child(2) {
        animation-delay: .18s;
    }

    .pelotas:nth-child(3) {
        animation-delay: .37s;
    }

@keyframes salto {
    from {
        transform: scaleX(1.25);
    }

    to {
        transform: translateY(-50px) scaleX(1);
    }
}

/* ===========  DISEÑO DE LAS CARDS DE LA VISTA BUY  ============= */
.card-container {
    display: flex;
    align-items: center;
}

.main-card {
    flex: 1;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.side-box {
    width: 33%;
    background-color: #5AC7E0;
    color: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* =========== Estilos específicos para dispositivos con pantalla pequeña (móviles) ============= */

@media screen and (max-width: 767px) {
    .test {
        display: none; /* Oculta el contenido para dispositivos móviles */
    }

    .mobile-content {
        display: block; /* Muestra el contenido para dispositivos móviles */
    }

    .navbar-nav .nav-item {
        margin-top: 20px;
    }

    .navbarStyle {
        font-size: 16px;
    }
}


/* Estilos para dispositivos de escritorio (mayor de 767px de ancho) */
@media screen and (min-width: 768px) {
    .test {
        display: block; /* Oculta el contenido de .test en dispositivos de escritorio */
    }

    .mobile-content {
        display: none; /* Muestra el contenido de .mobile-content en dispositivos de escritorio */
    }

    .list-unstyled {
        list-style-type: none;
        padding-left: 0;
    }

    .overflow-auto {
        overflow-y: auto;
    }

    /* Otros estilos específicos para dispositivos de escritorio */
}

.caja1 {
    box-shadow: 0px 6px 12px #91919129;
    opacity: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    overflow: hidden;
    border-radius: 35px 0px 35px 0px;
    -moz-border-radius: 35px 0px 35px 0px;
    -webkit-border-radius: 35px 0px 35px 35px;
    text-align: right; /* Alinea la caja 1 a la derecha */
    margin-left: auto; /* Margen izquierdo automático para centrarla horizontalmente */
    padding: 3%;
    float: right; /* Coloca la caja 1 a la derecha */
    clear: both; /* Evita que otras cajas floten junto a ella */
}

.caja2 {
    margin-top: 30px;
    background: #E1ECF4 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 12px #91919129;
    opacity: 1;
    overflow: hidden;
    padding: 3%;
    border-radius: 35px 0px 35px 0px;
    -moz-border-radius: 35px 0px 35px 0px;
    -webkit-border-radius: 0px 35px 35px 35px;
    text-align: left; /* Alinea la caja 2 a la izquierda */
    margin-right: auto; /* Margen derecho automático para centrarla horizontalmente */
    float: left; /* Coloca la caja 2 a la izquierda */
    clear: both; /* Evita que otras cajas floten junto a ella */
    margin-bottom: 30px;
}

.caja3 {
    margin-top: 30px;
    background: #E1F4ED 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 12px #91919129;
    opacity: 1;
    overflow: hidden;
    padding: 3%;
    border-radius: 35px 0px 35px 0px;
    -moz-border-radius: 35px 0px 35px 0px;
    -webkit-border-radius: 0px 35px 35px 35px;
    text-align: left; /* Alinea la caja 2 a la izquierda */
    margin-right: auto; /* Margen derecho automático para centrarla horizontalmente */
    float: left; /* Coloca la caja 2 a la izquierda */
    clear: both; /* Evita que otras cajas floten junto a ella */
    margin-bottom: 30px;
}

.caja4 {
    margin-top: 30px;
    background: #F3F891 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 12px #91919129;
    opacity: 1;
    overflow: hidden;
    padding: 3%;
    border-radius: 35px 0px 35px 0px;
    -moz-border-radius: 35px 0px 35px 0px;
    -webkit-border-radius: 0px 35px 35px 35px;
    text-align: left; /* Alinea la caja 2 a la izquierda */
    margin-right: auto; /* Margen derecho automático para centrarla horizontalmente */
    float: left; /* Coloca la caja 2 a la izquierda */
    clear: both; /* Evita que otras cajas floten junto a ella */
    margin-bottom: 30px;
}

.chat-input {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #707070;
    border-radius: 15px;
    opacity: 1;
    padding: 13px;
    min-width: 100%;
    min-height: 30px;
}

/*----------- CHAT ANDY ----------- */
.typing {
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    border-right: 0.15em solid #18bdec;
    animation: typing 4s steps(38) 1s 1 normal both, blink 1s steps(1) infinite;
} 

@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

/*----------- PSICONVERSA CALIFICAR PROFESIONAL ----------- */
#loadingContainerPsi {
    display: none;
    position: fixed;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

    #loadingContainerPsi img {
        width: 300px;
        animation: pulse 1.2s infinite;
    }

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

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

    100% {
        transform: scale(1);
        opacity: 0.9;
    }
}