/*
body {
    margin: 0;
    padding: 0;
    height: 100vh;
    font-family: sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F0F0F0;
}


.container {
    display: flex;
    background-color: white;
    padding: 24px;
    padding-right: 45px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    gap: 40px;
    width: 1500px;
}

.left-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.logo {
    width: 160px;
    margin-bottom: 16px;
}

.searchbar {
    padding: 8px;
    width: 450px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
}



.info-line {
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
}

.right-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width:700px;
    height: 300px;
}

.yellow-box {
    width: 700px;
    height: 700px;
    background-color: #ffc107;
    border-radius: 30px;
}

.temp{
    margin-top: 30px;
    margin-left: 46px;
}

*/

body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background-color: #F0F0F0;
}

.glassy {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
}

.glassyImage {
    filter: blur(16.5px);
    transform: scale(1.05);
    width: 100%;
}

.gradient {
    position: relative; 
    overflow: hidden; 
    background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(165, 239, 255, 0.2) 0%, rgba(110, 191, 244, 0.0447917) 77.08%, rgba(70, 144, 213, 0) 100%);
}

.gradient {
    background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(165, 239, 255, 0.11) 0%, rgba(110, 191, 244, 0.0396) 77.08%, rgba(70, 144, 213, 0) 100%);

}

.gradient::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("assets/ruido.png") no-repeat center/cover;
    opacity: 0.08;
    pointer-events: none;
    filter: blur(60px);
}

.font-poppins {
    font-family: "Poppins";
}

.pageSubtitle{
    font-family: "Poppins";
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #0D0D39;
}

.titleFormText {
    font-family: "Poppins";
    font-weight: 700;
    font-style: Bold;
    font-size: 17px;
    line-height: 29px;
    letter-spacing: 0%;
    color: #2B44FF;
}

.subtitleFormText {
    font-family: "Inter";
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #7B7B7B;
    height: 18px;
}

.buttonFormText {
    font-family: "Inter";
    font-weight: 800;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
}


.inputFormText {
    padding: 7px 21px;
    padding-right: 16px;
    border: 1px solid #D1D5DA;
    height: 37px;
    border-radius: 22px;
    box-sizing: border-box;
    font-family: "Inter";
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: black;
}

@media (max-width: 639px) {
    .inputFormText {
        height: 36px;
    }
    .buttonFormText {
        font-size: 12px;
    }
}

.inputFormText::placeholder {
    font-family: "Inter";
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #A2AAB5;
}

.inputSearchbarText::placeholder {
    font-size: 16px;
}
.inputSearchbarText {
    font-size: 16px;
}

.titleWhatsappText {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 15px;
    line-height: 29px;
    letter-spacing: 0%;
}

.subtitleWhatsappText{
    font-family: "Inter";
    font-weight: 400;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #646363;
}

.buttonWhatsappText{
    font-family: "Poppins";
    font-weight: 300;
    font-style: Medium;
    font-size: 11px;
    line-height: 29px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: white;
}

.buttonCardText {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #FFF;
}

.titleCardText {
    font-family: "Inter";
    font-weight: 800;
    font-size: 14px;
    color: #2B44FF;
    line-height: 100%;
    letter-spacing: 0%;
}

.subtitleCardText {
    font-family: "Inter";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #656565;
}

.contentCardText {
    font-family: "Inter";
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #888888;
}

.starText {
    font-family: "Inter";
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #666666;
}

.titleDocNotFoundText {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0%;
    color: #575757;
}

.titleFilterText {
    font-family: "Poppins";
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;
    line-height: 29px;
    letter-spacing: 0%;
}

.titleSTText{
    font-family: "Poppins";
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: white;
}

.titleTagFilterText {
    font-family: "Inter";
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: white;
}

.specialtyText {
    font-family: "Inter";
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #575757;
}

    .notifText {
        font-family: "Inter";
        font-weight: 400;
        font-style: Medium;
        font-size: 15.94px;
        line-height: 100%;
        letter-spacing: 0%;
        color: white;

    }
    .citaTitleSuccessText{
        font-family: "Inter";
        font-weight: 700;
        font-style: Bold;
        font-size: 15.94px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .citaSubtitleSuccessText {
        font-family: "Inter";
        font-weight: 400;
        font-size: 12.87px;
        line-height: 100%;
        letter-spacing: 0%;

    }
    
    .titleSelectionCita {
        font-family: "Inter";
        font-weight: 700;
        font-style: Bold;
        font-size: 25px;
        line-height: 100%;
        letter-spacing: 0%;
    }
    .subtitleSelectionCita {
        font-family: "Inter";
        font-weight: 400;
        font-size: 13.5px;
        line-height: 16px;
        letter-spacing: 0%;
        text-align: center;
    }

    .whatsappTextCita {
        font-family: "Poppins";
        font-weight: 600;
        font-size: 15px;
        line-height: 20.63px;
        letter-spacing: 0%;
        vertical-align: middle; 
        color: white;
    }

.slideIn {
  animation: slideIn 0.8s ease-out forwards,
  slideOut 0.5s ease-in forwards 5s;
}

@keyframes slideIn {
  0% {
    transform: translateX(140%);
  }
  60% {
    transform: translateX(-30px);
  }
  85% {
    transform: translateX(16px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideOut {
  from { transform: translateX(0); }
  to { transform: translateX(140%); }
}
