:root {
    --bgColor: #00415a;
    --primaryColor: #00b8ff;
    --colorHover: #3bc9ff;
    --sizeButton: 60px;
    --sizeIcons: 25px;
    --widthContent: 200px;
    --heightContent: 130px;
}
.nueva_clase{
    border: 1px solid red;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 20px 20px;
    z-index: 101;
}

header.abajo {
    background: white;
    color: #fff !important;
}

.logo {
    background-image: url("../img/menu_general/logo.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 420px;
    height: 94px;
}

.title_opciones .desplegable_opciones {
    color: #000;
}

.title_opciones a {
    color: #fff;
}

/* header.abajo .title_opciones {
    color: #fff !important;
} */

nav.navbar {
    background-color: transparent !important;
}

header ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

header ul li {
    list-style: none;
}

header ul li a {
    position: relative;
    font-family: helvetica;
    margin: 0 15px;
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
    transition: 0.7s;
}

.title_opciones {
    font-size: 17px;
    color: #0099d9 !important;
    font-family: helvetica;
}

.desplegable {
    background-color: transparent !important;
}

/* .opciones {
    margin: 10px;
    font-size: 20px;
    color: #fff !important;
} */

.title_opciones2 {
    font-size: 15px;
    color: #0099d9 !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.desplegable {
    display: flex;
    background-color: rgba(255, 255, 255, 0.767) !important;
    align-content: center;
    z-index: 11;
}

.opciones {
    margin: 10px;
}

.desplegable_opciones {
    max-width: 90%;
}

.boton_menu {
    filter: invert(99%) sepia(1%) saturate(259%) hue-rotate(320deg) brightness(116%) contrast(100%);
}

.submenu .opciones {
    position: relative;
    display: block;
    padding: 5px;
}

.submenu .opciones::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: white;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
}

.submenu .opciones:hover::before {
    transform: scaleX(1);
}

.buscador {
    background-color: rgba(255, 255, 255, 0.152) !important;
    border-radius: 30px;
}

.buscador::placeholder {
    color: gray !important;
    font-size: 20px !important;
}

.input-icon {
    color: #191919;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 12px;
    transform: translateY(-50%);
}

.input-icon.password {
    left: unset;
    right: 12px;
}

/*Botones flotantes
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.botones_chat_flotante {
    position: fixed;
    z-index: 1000;
    right: 20px;
    bottom: 20px;
}

.boton_flotante {
    width: 30px;
    height: auto;
}

.botones {
    margin-right: 16px;
    margin-bottom: 16px;
}

.contenedor1-boton {
    width: 60px;
    height: 60px;
    align-content: center;
    padding: 10px;
    border-radius: 50%;
    background-color: #fff;
}

.contenedor1-boton:hover img {
    opacity: 0.9;
    transform: scale(1.1);
}

.contenedor1-boton img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: auto;
    display: block;
    width: var(--sizeIcons);
    transition: transform 300ms;
}

.menu-content {
    width: 60px;
    height: 60px;
    align-content: center;
    padding: 10px;
    border-radius: 50%;
    background: #00a7a1;
}

.menu-content:hover img {
    opacity: 0.9;
    transform: scale(1.1);
}

.menu-content img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: auto;
    display: block;
    width: var(--sizeIcons);
    transition: transform 300ms;
}

.tooltip-inner {
    background-color: #2f4fff !important;
    box-shadow: 0px 0px 4px black;
    border-color: #2f4fff !important;
    opacity: 1 !important;
}

.menu-item {
    width: 30px;
    height: auto;
}

.menu-item2 {
    z-index: -1;
    width: var(--sizeButton);
    height: var(--sizeButton);
    background: #0099d9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    bottom: 100px;
    transition: transform 300ms;
}

.menu-item:hover {
    opacity: 0.9;
}

.menu-item img {
    width: var(--sizeIcons);
    transition: transform 300ms;
}

.menu-item2 {
    width: 30px;
    height: 30px;
    transition: transform 700ms;
}

.menu-item2 img {
    width: 18px;
    transition: transform 300ms;
}

#menu {
    z-index: 10;
}

.menu-active #menu img {
    transform: scale(1.1);
}

.menu-active .menu-item2:nth-child(2) {
    transform: translate(-35px, 40px);
}

.menu-active .menu-item2:nth-child(3) {
    transform: translate(-35px, -40px);
}

.menu-active .menu-item2:nth-child(4) {
    transform: translateX(-45px);
}

/*Footer
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.columna1_footer {
    align-items: center;
    align-content: center;
    margin: auto;
}

.columna2_footer {
    align-items: center;
    align-content: center;
    margin: auto;
}

.columna3_footer {
    align-items: center;
    align-content: center;
    margin: auto;
}

.logo_gov {
    width: 80%;
}

.logoco {
    margin: auto;
    width: 40%;
}

.footer_content {
    margin-top: 10px;
    padding-top: 5px;
}

.footer_content {
    background: #0c66a5 !important;
}

.letra_footer {
    color: white;
}

.href_sitio:hover {
    color: rgb(233, 230, 230);
}

/* Responsive footer
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 1000px) {
    .letra_footer {
        font-size: 12px;
    }
}

@media (max-width: 800px) {
    .contenido_footer .columna1_footer {
        text-align: left;
        width: 100%;
        max-width: 100%;
        margin: auto;
        margin-bottom: 10px;
    }

    .contenido_footer .columna2_footer {
        text-align: left;
        width: 100%;
        max-width: 100%;
        margin: auto;
    }

    .contenido_footer .columna3_footer {
        text-align: left;
        width: 100%;
        max-width: 100%;
        margin: auto;
    }

    .contenid_footer .contenido_footer {
        width: 80%;
        max-width: 80%;
        margin: auto;
    }

    .letra_footer {
        font-size: 13px;
    }

    .logo_gov {
        width: 30%;
    }

    .logoco {
        margin: auto;
        width: 10%;
    }

    .footer_content {
        margin-top: 15px;
        padding-top: 10px;
    }
}

/* ANIMATIONS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.submenu[data-animation="center"] .opciones::before {
    transform-origin: center;
}

/*ChatBot
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 350px;
    max-height: 600px;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1a6;
}

.encabezado {
    width: 100%;
    height: 50px;
    display: flex;
    background: #014A7E;
    color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.encabezado_imagen img {
    width: 30px;
    height: 30px;
}

.encabezado_imagen {
    display: flex;
    justify-content: end;
    align-items: center;
}

.encabezado_titulo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mensajes {
    width: 100%;
    height: 400px;
    background: #80c1dd;
}

.vista_mensajes {
    width: 100%;
    background: white;
    text-align: center;
    overflow: auto;
    scrollbar-width: none;
    height: max-content;
    transition: max-height 0.2s ease-out;
}

.contenedor_mensajes {
    width: 100%;
    min-height: 400px;
    right: 0;
    bottom: 0;
    position: relative;
}

.chat-container {
    max-height: 500px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    scroll-behavior: smooth;
    hyphens: auto;
}

.chat-container::-webkit-scrollbar {
    display: none;
}

.seccion_enviarmensaje {
    display: flex;
    float: left;
    box-sizing: border-box;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    background-color: #E8EEF2;
    padding: 10px 0px 10px 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


.chatBot {
    z-index: 10000;
    visibility: hidden;
    width: 350PX;
    height: max-content;
    position: fixed;
    bottom: 35px;
    right: 90px;
    border-radius: 20px;
    opacity: 0.3;
    transition: 0.3s ease-in-out;
}

.input_mensaje {
    display: flex;
    justify-content: center;

}

.input_mensaje input {

    border: none;
    border-radius: 5px;
}

.btn_cerrar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_cerrar:hover {
    cursor: pointer;
}

.btn_enviar:hover {
    cursor: pointer;
}

.btn_enviar {
    display: flex;
    justify-content: center;
}

.icono_enviar {
    width: 30px;
    height: 30px;
    transform: rotate(40deg);
}

.encabezado, .mensajes, .envio_mensajes, .vista_mensajes, .seleccion_tematica {
    --bs-gutter-x: 0 !important;
}


.chat-active {
    opacity: 1;
    visibility: visible;
}

#chat-icon:hover {
    opacity: .7;
}

/* Chat bubbles */

#userInput {
    width: 75%;
}

.input-box {
    float: left;
    border: none;
    box-sizing: border-box;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    color: #000;
    background-color: white;
    outline: none
}

.userText {
    color: white;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: normal;
    text-align: right;
    clear: both;
}

.botText {
    color: #000;
    font-family: Helvetica;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
}

.botText span {
    line-height: 1.5em;
    display: inline-block;
    background: #C9E6FB;
    padding: 10px;
    border-radius: 8px;
    border-bottom-left-radius: 2px;
    max-width: 80%;
    margin-left: 20px;
    animation: floatup .5s forwards
}

.userText {
    color: white;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: normal;
    text-align: right;
    clear: both;

}

.userText span {
    line-height: 1.5em;
    display: inline-block;
    background: #0069B4;
    padding: 10px;
    border-radius: 8px;
    border-bottom-right-radius: 2px;
    max-width: 80%;
    margin-right: 20px;
    animation: floatup .5s forwards
}

.seleccion_tematica {

    padding: 10px;
    width: 90%;
    display: flex;
    margin: auto !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    align-items: center;
    align-content: center;
    text-align: left;
    border-radius: 20px;
    background: #C9E6FB !important;

}

.cobntenedor_seleccion_tematica {
    z-index: 1000;
    display: flex;
    position: sticky;
    top: 0px;
    justify-content: center;
    background: white;
}

.hora {
    z-index: 1000;
    position: sticky;
    top: 78px;
    background: white;
}

.form-select {
    margin-top: 10px;
}

.banner_chatBot {
    object-fit: cover;
    width: 100%;
    height: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
}



@keyframes floatup {
    from {
        transform: translateY(14px);
        opacity: .0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}