:root {

    --color-corporativo: #00539E;
    --button-text-color: #FFFFFF;
    --button-border-color: #666666;
    --button-bg-color-hover: #666666;

}

/* INICIO Estilos generales */

.btn-general {
    background-color: var(--color-corporativo) !important;
    color: var(--button-text-color) !important;
    border-radius: 5px !important;
    border-color: var(--button-border-color) !important;
    border-width: 2px !important;
    padding: 8px;
}

.btn-general:hover {
    background-color: var(--button-bg-color-hover) !important;
    color: var(--button-text-color) !important;
}

.borde-input {
    border-radius: 15px !important;
    border-width: 1px !important;
    border-color: #707070 !important;
}

.deshabilitado {
    pointer-events: none;
    opacity: 0.5;
}

.radius-general {
    border-radius: 5px !important;
}

.radius-left {
    border-radius: 5px 0 0 5px !important;
}

.radius-right {
    border-radius: 0 5px 5px 0 !important;
}



.h5-custom {
    font-size: 1.125rem;
}

.custom-border-bottom {
    border-bottom: 1px var(--color-corporativo) solid;
}

.bg-img-general {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-contacto {
    border-color: white !important;
    position: fixed;
    bottom: 50%;
    right: 20px;
    /*display: none;*/
    width: 80px;
    height: 80px;
    z-index: 1;
}

.badge-general {
    background-color: #0d6efd;
}

.panel-negro {
    background-color: #000000;
    color: #FFFFFF;
}

.panel-gris-oscuro {
    background-color: var();
}

.panel-gris-medio {
    background-color: #DEDCDC;
}

/* Fin Estilos generales */

/* Estilos para consultas asíncronas */

.opacar_consulta {
    pointer-events: none;
    opacity: 0.4
}

/* Fin Estilos para consultas asíncronas */


/* Oculta las flechas en inputs de tipo número */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* Fin Estilos para inputs */

.titulo-caja-general {
    height: 30px;
}

.descripcion-caja-general {
    height: 80px;
}

/* Inicio media queries de propósito general */


/* Inicio Estilos para el ReCaptcha */
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 0 !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}
/* Fin Estilos para el ReCaptcha */
