* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background: url(../images/bg.png) repeat #f3f3f4;
}

hr {
    border-top: 1px solid #333333;
}

a {
    color: #5A8700;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0 0 15px;
    font-family: 'Roboto', sans-serif;
}

.header {
    background: #5A8700;
    border-bottom: 2px solid #999999;
    min-height: 80px;
}

.header .bg-body-tertiary {
    background-color: #5A8700 !important;
}

.logo h1 {
    color: #fff;
    font-weight: bold;
    margin: 0;
}

.manu {
    margin-top: 20px;
}

.manu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.manu ul li {
    float: left;
}

.manu ul li a {
    color: #FFF;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.left_menu {
    margin-top: 10px;
}

.left_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.left_menu li {
    border-bottom: 1px solid #999;
}

.left_menu li:last-child {
    border-bottom: none; /* Elimina la línea inferior del último elemento */
}

.left_menu li a {
    display: block;
    color: #5A8700 !important;
    padding: 8px 16px;
    font-weight: bold;

}

.left_menu li a:hover {
    background-color: #f1f1f1;
    color: #5A8700 !important;
    text-decoration: none;
}

.btn-success {
    color: #fff;
    background-color: #5A8700;
    border-color: #5A8700;
}

.card {
    border-color: #999;
}

.card-img, .card-img-top {
    background: #CCC;
    text-align: center;
    border-bottom: 1px solid #999;
}

.card-img-top img {
    max-width: 340px;
    max-height: 207px;
}

.card h4 {
    color: #6b6b6b;
}

.ql-editor {
    height: 350px;
}


.content_info {
    max-height: 162px;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* Mostrar solo 5 líneas */
    -webkit-box-orient: vertical;
}

.read_more {
    float: right;
    font-size: 12px;
    cursor: pointer;
}

.comments {
    float: left;
    font-size: 12px;
    cursor: pointer;
}

.post-meta {
    border-top: 2px dotted #999999;
    font-size: 11px;
    padding: 5px;
    text-align: right
}

.post-comment {
    padding: 10px 20px;
    font-size: 12px;
}

.pagination {
    /*margin: 15px 0;*/
}

.pagination a {
    background: none repeat scroll 0 0 #5A8700;
    display: inline-block;
    font-weight: bold;
    padding: 5px 10px;
    color: #FFF;
}

.border-initial {
    border-radius: 5px 0 0 5px;
}

.border-initial {
    border-radius: 5px 0 0 5px;
}

.border-finish {
    border-radius: 0 5px 5px 0;
}

.com_pagination {
    margin-bottom: 10px;
}

.com_pagination a {
    background: none repeat scroll 0 0 #5A8700;
    display: inline-block;
    font-weight: bold;
    padding: 5px 0px;
    color: #FFF;
    border-radius: 3px;
    min-width: 36px;
    text-align: center;
}

.pag_text {
    padding: 5px !important;
}

.left_noticia {
    margin-bottom: 15px;
    cursor: pointer;
}

.left_noticia img {
    margin-right: 8px;
}

.left_noticia h2 {
    color: #898989;
    font-size: 14px;
    margin-bottom: 0px;
}

.left_noticia p {
    color: #717171;
    font-size: 11px;
}

.left_noticia h2:hover {
    color: #000;
}

.footer {
    background: #5A8700;
    padding: 10px 0;
}

.contacto {
    font-size: 16px;
}

.select-boleta .form-select {
    display: inline;
    width: calc(100% - 90px);
}

.round-btn {
    display: inline;
    padding: .275rem .5rem .275rem .45rem;
    margin: 0 .5rem;
    border-radius: 50%;
    border: 0;
    background: #666666;
    color: #dddddd;
}

.pagination a {
    margin: 0 2px;
}

.pagination a.active {
    background: #cccccc;
    color: black;
}

/* Date Picker */
.ui-datepicker-calendar {
    display: none;
}

.ui-datepicker {
    width: 350px;
}

.ui-datepicker select.ui-datepicker-month {
    width: 65%;
    font-weight: bold;

    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ui-datepicker select.ui-datepicker-year {
    width: 35%;
    font-weight: bold;

    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 7px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    margin-top: -1px;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    display: none;
}

/* Fin Date Picker */

.modal-header {
    background-color: #5A8700;
    font-weight: bold;
    color: #FFF;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar {
    z-index: 99;
    margin-top: 10px;
    --bs-navbar-color: #FFF;
    --bs-navbar-hover-color: #FFF;
    --bs-navbar-disabled-color: #FFF;
    --bs-navbar-active-color: #FFF;
}

.nav-link, .nav-link:hover {
    color: #FFF;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.block-hidden {
    display: block;
}

.nav-link-hidden {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {
    .block-hidden {
        display: none;
    }

    .nav-link-hidden {
        display: block;
    }

    .nav-item {
        border: 1px solid #333333;
    }

    .navbar-collapse {
        margin-bottom: -15px;
    }
}

/* Menu Style */
.left_menu li a {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.left_menu li a span {
    margin-right: 8px;
}

.left_menu li a.active {
    background-color: #e3e3e3;
}

/* Rows Input Number Removed */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* End Rows Input Number Removed */
