:root {
    /* font*/
    --font-family: Gotham;
    --font-size-xsm: 10px;
    --font-size-sm: 12px;
    --font-size-md: 14px;
    --font-size-lg: 16px;
    --font-weight-400: 400;
    --font-weight-600: 600;
    /* colors*/
    /* primary*/
    --color-primary-900: #286C36;
    /* secondary*/
    --color-secondary-900: #f5f6f6;
    /* third*/
    --color-third-900: #979b9b;
    /* default*/
    --color-default-900: #FFFFFF;
    /*ACENT COLOR*/
    --color-acent-900: #142829;
    /* EVENTS COLORS*/
    /* Success*/
    --color-success-400: #68A693;
    /* Warning*/
    --color-warning-400: #F4AF6F;
    /* Danger*/
    --color-danger-400: #E56A8D;
    --color-bg-white: #fff;
}

body {
    margin: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: var(--color-secondary-900);
}

.navbar {
    background-color: var(--color-primary-900);
}

.navbar-brand,
.nav-link,
.my-form,
.login-form {
    font-family: Gotham, sans-serif;
}

.container {
    background-color: var(--color-primary-900);
    border-radius: 5px;
}

.navbar-light .navbar-brand {
    color: var(--color-default-900);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: var(--color-default-900);
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: var(--color-default-900);
}

.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: var(--color-default-900);
}

/*otros*/

.my-form {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.my-form .row {
    margin-left: 0;
    margin-right: 0;
}

.login-form {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.login-form .row {
    margin-left: 0;
    margin-right: 0;
}

.iniciarsession {
    background-color: var(--color-primary-900);
    color: var(--color-default-900);
}

.tab-content {
    background-color: white;
    /*height: 528px;*/
    border-radius: 5px;
}


td.nombre {
    white-space: normal !important;
    word-wrap: break-word;
    max-width: 100px;
}

select {
    font-size: 16px;
    padding: 8px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select:focus {
    outline: none;
}

.bar-green {
    display: flex;
    flex-direction: column;
    width: 483px;
    border-color: green;
}

.button-container {
    margin-left: 10px;
}

.search-button {
    border: none;
    background-color: #ddd;
    color: #333;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    align-self: center;
}

.tota-bar {
    display: flex;
    flex-direction: column;
}

.center-box h4 {
    height: 75px;
    box-sizing: content-box;

}

.search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10%;

}

.search-button {
    margin-left: 10px;
}

.search-container input {
    width: 370px;
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid var(--color-primary-900);
    height: 35px;

}

.search-button {
    background-color: #2196F3;
    color: white;
    padding: 10px 15px;
    border-radius: 0 5px 5px 0;
    border: none;
    cursor: pointer;
}

.select-permiso {
    margin-top: 20px;
}

.select-permiso span {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

.select-permiso select {
    width: 100%;
    height: auto;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    box-sizing: border-box;
}

.pagination-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.next-button-home {
    border-radius: 5px;
    border-color: var(--color-primary-900);
    background-color: var(--color-primary-900);
    color: var(--color-default-900);
}

.finish-button-home {
    text-align: center;
    border-radius: 5px;
    border-color: var(--color-primary-900);
    background-color: var(--color-primary-900);
    color: var(--color-default-900);
}



.checkbox-custom {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
}

.checkbox-custom::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    margin-left: 3px;
    margin-top: -1px;
    border: 2px solid #333;
    visibility: hidden;
}

.label-text {
    vertical-align: middle;
    font-size: 14px;
}

input[type="checkbox"]:checked+.checkbox-custom::after {
    visibility: visible;
}

.center-box-ae {
    background-color: #f8f9fa;
    margin-top: 70px;

}

.checkbox-container-ae {
    display: flex;
    flex-direction: column;
}

.center-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f8f9fa;
    margin-top: 70px;
}

.checkbox-custom {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 2px solid #ccc;
    position: relative;
    cursor: pointer;
}

.checkbox-custom::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 10px;
    height: 10px;
    border-radius: 1px;
    background-color: #333;
    /* margin: auto; */
    /* Eliminar esta línea */
    /* Centrar vertical y horizontalmente */
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
}

.label-text {
    vertical-align: middle;
    font-size: 14px;
}

input[type="checkbox"]:checked+.checkbox-custom::after {
    transform: translate(-50%, -50%) scale(1);
}

.center-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.center-box-ae {
    background-color: #f8f9fa;
    padding: 30px;
}

.informe-title {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}

.permiso-ambiental-label {
    display: block;
    font-weight: bold;
}

.permiso-ambiental-input {
    margin-top: 10px;
    margin-bottom: 20px;
}

.guia-practicas-btn {
    background-color: #4caf50;
    border-color: #4caf50;
    color: #fff;
}

.guia-practicas-btn:hover {
    background-color: #3e8e41;
    border-color: #3e8e41;
    color: #fff;
}

.guia-practicas-link {
    color: #fff;
    text-decoration: none;
}



.txtpeq {
    color: gray;
    font-size: 15px;
    padding-bottom: 5%;
}

#inputs-container {
    display: none;
}

.div-container {
    display: none;
    margin-top: 20px;
}

.div-container label {
    display: inline-block;
    margin-right: 10px;
}

.text-input {
    display: inline-block;
    width: 150px;
    margin-right: 10px;
}

.button {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.inline-blockp {
    display: block;
    flex-direction: row;
}

.inputfinal {
    /*width: 370px;*/
    height: 35px;
    border-radius: 5px;
    border: 0.2px solid var(--color-primary-900);
}

.buttonfinal {
    width: 150px;
    height: 30px;
    border-radius: 10px;
    border: solid var(--color-primary-900);
    background-color: var(--color-primary-900);
    color: white;

}



input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid var(--color-primary-900);
    cursor: pointer;
    margin-right: 10px;
}

input[type="checkbox"]:checked {
    background-color: var(--color-primary-900);
    border-color: var(--color-primary-900);
}

input[type="checkbox"]:checked:before {
    content: "\2713";
    display: block;
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: var(--color-primary-900);
    border-radius: 50%;
    margin: 0 auto;
}

.custom-checkbox .label-text {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
}

.custom-checkbox .label-text:hover {
    text-decoration: underline;
}

.custom-checkbox label {
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
}

.custom-checkbox label input[type="checkbox"] {
    display: none;
}

.custom-checkbox label input[type="checkbox"]+span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
    background-color: #fff;
    border: 2px solid var(--color-primary-900);
    border-radius: 1%;
}

.custom-checkbox label input[type="checkbox"]:checked+span:before {
    background-color: var(--color-primary-900);
}

.custom-checkbox label .label-text {
    vertical-align: middle;
}

.btn {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.guia-practicas-link {
    font-size: 14px;
}

/*Nuevo estilos*/

.texto_tc {
    font-size: 10px;
    text-align: justify;
}

.input-primary {
    border-radius: 5px 5px 5px 5px;
    height: 35px;
    padding: 10px;
    border: 1px solid var(--color-primary-900);
}

.headerimg {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
}

.headerimg-02 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1rem;
    margin-left: 15px;
    justify-content: center;
    margin-bottom: 1rem;
}
.headerimg-02 img {
    width: 20%;
    margin-left: 40px;
}
.headerimg-03 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.headerimg-03 img {
    width: 20%;
}
#imgPnud{
    width: 10%;  
}
#imgBanco{
    width: 38%;  
}
.imgleft {
    content: url('../../img/confips.png');
    width: 15%;
}

.imgright {
    content: url('../../img/sarasverde.png');
    width: 15%;
}

.imgleftprincipal {
    content: url('../../img/confips.png');
    width: 40%;
}

.imgrightprincipal {
    content: url('../../img/sarasverde.png');
    width: 40%;
    background-size: 100%;
}

.imgleftbottomprincipal {
    content: url('../../img/Sistema/img_principalbottom1.png');
    width: 40%;
    object-fit: cover;
    background-size: 100%;
}

.imgrightbottomprincipal {
    content: url('../../img/Sistema/img_principalbottom2.png');
    width: 40%;
    object-fit: cover;
    background-size: 100%;
}


.h4title {
    display: flex;
    margin-bottom: 1rem;
    color: var(--color-primary-900);
}

.h4titlelogin {
    display: flex;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    color: var(--color-default-900);
}

.h4titleprincipal {
    display: flex;
    margin-bottom: 1rem;
    color: var(--color-primary-900);
    font-size: 14px;
}

.labels {
    color: var(--color-primary-900);
}

.titlesecondary {
    font-size: 16px;
    font-weight: 700;
}

.panelprimary {
    background-color: var(--color-secondary-900);
    padding: 15px 15px 15px 15px;

    border-radius: 5px;
}

.panelprimarylogin {
    background-color: var(--color-primary-900);
    padding: 10px;
    border-radius: 5px;
}

.panelsecondary {
    padding-top: 0.5rem;
}

.panelpagination {
    display: flex;
    justify-content: center;
    align-items: center;
    /*min-height: 100vh;
        background: #1ce37c;*/
}

.pagination {
    position: relative;
    background: #fff;
    display: contents;
    padding: 10px 20px;
    border-radius: 50px;
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, .2);*/
}

.pagination li {
    list-style: none;
    line-height: 50px;
    margin: 0 5px;
}

.pagination li.pageNumber {
    width: 18px;
    height: 17px;
    line-height: 18px;
    text-align: center;
}

.pagination li a {
    display: block;
    /*text-decoration: none;*/
    color: var(--color-primary-900);
    font-weight: 600;
    border-radius: 50%;
    font-size: 12pt;
}

.pagination li.pageNumber:hover a,
.pagination li.pageNumber.active a {
    background-color: var(--color-primary-900);
    color: var(--color-primary-900);
}

.pagination li.pageNumber:hover a,
.pagination li.pageNumber.inactive a {
    background-color:#f5f6f6;
    color: #f5f6f6;
}

.pagination li:first-child {
    margin-right: 10px;
    font-weight: 700;
    font-size: 20px;
}

.pagination li:last-child {
    margin-left: 10px;
    font-weight: 700;
    font-size: 20px;
}



.ui-front {
    z-index: 9999;
}

/*colores*/
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0px;
    padding-left: 5px;
    width: 25%;
    list-style: none;
}

.ui-widget {
    left: 10px;
}

.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid var(--color-primary-900);
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
}

.notice-sm {
    padding: 10px;
    font-size: 80%;
}

#tab1 {
    background-image: url('../../img/Sistema/img_principal.png');
    background-repeat: no-repeat;
    /*height: 528px;*/
    border-radius: 5px;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    background-size: 100% 100%;
}

.div_principal {
    border-radius: 5px;
    min-height: 200%;
    background-color: white;
    border-color: var(--color-primary-900);
    border-width: 1px;
    border-style: solid;
    overflow-y: scroll;
    height: 244px;
}

.div_principal::-webkit-scrollbar-track {
    background: orange;
    /* color of the tracking area */
}

.div_principal::-webkit-scrollbar-thumb {
    background-color: blue;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid orange;
    /* creates padding around scroll thumb */
}

#cooperativa-error {
    margin-top: 5px;
}

#div_dimensioneactividad {
    overflow-y: scroll;
    height: 140px;
}

#div_preguntas {
    overflow-y: scroll;
    height: 220px;
}

.grcenter {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/*Cargando*/

.loadContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999 !important;
}

.cargando {
    display: flex;
}

.cargando .dot {
    position: relative;
    width: 2em;
    height: 2em;
    margin: 0.8em;
    border-radius: 50%;
}

.cargando .dot::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    animation: wave 2s ease-out infinite;
}

.cargando .dot:nth-child(1) {
    background: #0257FF;
}

.cargando .dot:nth-child(1)::before {
    animation-delay: 0.2s;
}

.cargando .dot:nth-child(2) {
    background: #91B6FF;
}

.cargando .dot:nth-child(2)::before {
    animation-delay: 0.4s;
}

.cargando .dot:nth-child(3) {
    background: #75A2FA;
}

.cargando .dot:nth-child(3)::before {
    animation-delay: 0.6s;
}

.cargando .dot:nth-child(4) {
    background: #91FFD3;
}

.cargando .dot:nth-child(4)::before {
    animation-delay: 0.8s;
}

.cargando .dot:nth-child(5) {
    background: var(--color-primary-400);
}

.cargando .dot:nth-child(5)::before {
    animation-delay: 1s;
}

@keyframes wave {
    50%,
    75% {
        transform: scale(2.5);
    }
    80%,
    100% {
        opacity: 0;
    }
}

/* Works for Chrome, Safari, Edge, Opera */
.hidearrows::-webkit-outer-spin-button,
.hidearrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.hidearrows[type=number] {
  -moz-appearance: textfield;
}