/* 
    Created on : 13 nov. 2024, 15:07:42
    Author     : mario_moreno
*/

:root{
    --primary-color:#7457C1;
    --secondary-color:#FD7F19;
    --ternary-color:#FBBE01;
    --complementary-color:#5A8FEE;
    --text-primary-color:#2C3E50;
    --primary-color-contrast:#FFFFFF;
    --secondary-color-contrast:#F0F0F0;
    --blue-color:#183DA6;
    --orange-color:#ff8300;
    --grey-color:#9395B4;
    --purple-color:#7457C1;
    --aqua-color:#27B9A8;
}

@font-face {
    font-family: 'Garet';
    src: url('../fonts/Garet-Book.woff2') format('woff2'),
        url('../fonts/Garet-Book.woff') format('woff');
    font-weight: 400; /* Adjust based on the font weight */
    font-style: normal;  /* Adjust if using italic variants */
}

/* Garet Bold */
@font-face {
    font-family: 'Garet';
    src: url('../fonts/Garet-Heavy.woff2') format('woff2'),
        url('../fonts/Garet-Heavy.woff') format('woff');
    font-weight: 700; /* Normal weight */
    font-style: normal;
}

/* Garet Extra Bold */
@font-face {
    font-family: 'Garet';
    src: url('../fonts/Garet-Heavy.woff2') format('woff2'),
        url('../fonts/Garet-Heavy.woff') format('woff');
    font-weight: 900; /* Normal weight */
    font-style:normal;
}

body{
    font-family: 'Garet', sans-serif;
    /*    font: normal normal bold 45px/60px Garet;*/
}

header .navbar .list-conection-test {
    top: 15px;
    z-index: 1000;
}

.menuFooter {
    line-height: 0.5 !important;
    font-weight: bold;
}

a{
    text-decoration: none !important;
}
.subMenu{
    color: #191919!important;
    padding-left: 10px;
    font-family: 'Garet', sans-serif !important;
}

.bg-primary{
    background-color: #111C4E !important;
}

.bgPrimary{
    background-color: #191919 !important;
}

.bgSecondary{
    background-color:#7357c1;
}

.bgTertiary{
    background-color:#ff8300!important;
}

.bgQuaternary{
    background-color:#99cc66;
}

.btnSecondary{
    background-color:#7357c1;
}

.btnOutlineSeconry {
    color: #7357c1;
    border-color: #7357c1;
}

.bgWarning{
    background-color:#ff8300;
}

.btn{
    border-radius:30px;
}

.btnWarning{
    background-color:#ff8300;
    color: #ffffff;
}

.btnTertiary {
    color: #ffffff;
    background-color: #ff8300;
    border-color: #ff8300;
    font-weight:800 !important;
}

.btnTertiary:hover {
    color: #ffffff !important;
    background-color: rgba(255, 131, 0, 0.9);
    border-color: #ff8310;
    font-weight:800 !important;
}

.btnOutlineTertiary {
    color: #ff8300;
    border-color: #ff8300;
}

.btnOutlineTertiary:hover{
    color: #fff;
    background-color: #ff8300;
    border-color: #ff8300;
}

.text-primary{
    color: #191919 !important;
}

.text-bold{
    font-weight: 800 !important;
}

.txtSecondary{
    color:#7357c1;
}

.txtTertiary{
    color:#ff8300;
}

.title{
    font-size:2rem;
    font-weight: 800;
}

.small{
    font-size: 0.875rem;
}

.subTitle{
    font-size:1.375rem;
}

.tight-line{
    line-height: 0.5;
}

.chapter{
    font-size:27px;
}

.section{
    font-size:18px;
}

.txtSmall{
    font-size:12px;
}

.btn-primary{
    background-color: #111C4E !important;
}

.btn:hover {
    opacity:0.8;
    text-decoration: none;
}

.navbar-home{
    background-color: #111C4E !important;
}

.nav-link{
    color: #ffffff !important;
}

.active-link{
    color: #ff8300 !important;
}

.inactive-link{
    color:#ffFfff;
}

.btn {
    /*border-radius: 30px !important;*/
}

#contenido{
    clear: both;
    min-height: 300px;
    margin-top: 00px;
    margin-bottom: 0px;
}

.container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}

.floa-tright-lower{
    position: fixed; /* Fija el elemento en la pantalla */
    bottom: 20px;  /* Distancia desde la parte inferior */
    right: 20px;   /* Distancia desde la parte derecha */
    background-color: #56D860; /* Color de fondo */
    color: white;  /* Color del texto */
    border-radius: 50px; /* Bordes redondeados */
    font-size: 16px;
    text-decoration: none; /* Quita el subrayado */
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); /* Sombra */
    transition: background 0.3s ease;
}

.marker-cluster{
    background-color: #ff8300 !important;
}


marker-cluster-medium div {
    background-color: #ff8300 !important;
}

.fromAcai{
    height:91px !important;
}

.disabled {
    pointer-events: none; /* Prevents clicking */
    opacity: 0.5;         /* Visual cue that it's inactive */
}

.cursor-pointer {
    cursor:pointer;
}

.cursor-pointer:hover {
    opacity: 0.5 !important; /* Changes fill on hover */
}
.not-cursor-pointer{
    cursor:default !important;
}


/* Container styling */
.search-container {
    display: flex;
    align-items: center;
    background-color: #F3F3F3; /* Light grey background */
    border: 1px solid rgba(213, 213, 213, 0.5);/*#D5D5D5; /* Thin border */
    border-radius: 1rem;       /* Makes it a "pill" shape */
    padding: 10px 20px;
    width: 100%;
    max-width: 31.25rem;          /* Limits width on large screens */
    transition: box-shadow 0.3s ease;
    height: 3rem!important;
    margin-bottom: 0.8rem!important;
}

/* Add a subtle glow/shadow when focusing */
.search-container:focus-within {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    border-color: #c0c0c0;
}

/* Icon styling */
.search-icon {
    width: 20px;
    height: 20px;
    color: #5f6368;           /* Muted grey color */
    margin-right: 15px;
}

/* Input field styling */
.input-search {
    border: none;
    background: transparent;
    background-color: #F3F3F3;
    font-size: 1rem;
    color: #AEAEAE;
    width: 100%;
}

/* Placeholder color */
.input-search::placeholder {
    color: #9aa0a6;
    opacity: 1;
}

.check-disable{
    pointer-events: none;
    opacity: 0.2;
}

hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #b5adad !important;
    margin: 2px 0!important;
    padding: 0!important;
}