body {
    max-width: 100%;
    overflow-x: hidden;
}

.light-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.custom-background {
    background-color: #B2EFEA; 
    padding: 50px 0; 
    font-weight: 300; 
}

.highlighted {
    padding: 10px 0;
    font-weight: 500; 
}

h1 {
    text-align: left;
    padding-left: 25px;
}

/* ----------- SECCION FILTRO --------------- */
.container-bienes{
    border-bottom: 1px solid rgba(224, 224, 224, 1);
}

.input-title{
    font-family: Jost;
    font-size: 16px;
    color: #606060;
    margin-bottom: 5px;
    margin-top: 6px;
}

.input-borde{
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0.375rem;
}

.input-group input{
    border-right: 0;
}

.input-group-text.input-icon{
    border-radius: 0 0.375rem 0.375rem 0;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-left: 0;
}

.input-group-text.input-icon i{
    line-height:25px; 
    color: #9FCCA5
}

.form-group.input-calendar{
    margin-top: 10px;  position: relative;
}

.icon-calendar{
    position: absolute; 
    top: 45px; 
    right: 12px; 
    color: #9FCCA5;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: none; /* Oculta el ícono de calendario */
}

input:focus {
    border-color: #dee2e6 !important;
    outline: none !important;
    box-shadow: none !important;
}

.select-container{
    margin-top: 10px;
}

.custom-select{
    display:inline-block; 
    width: 100%; 
    text-align: left;
}

/* Alinear la primera opción a la derecha */
select option:first-child {
    text-align: right;
}

/* Alinear las demás opciones a la izquierda */
select option {
    text-align: left;
}

form .bnt-buscar, form .bnt-filtro{
    margin-top: 10px;
    border: 1px solid rgba(255, 255, 255, 1) ;
    border-radius: 5px ;
    font-weight: bold ;
    width: 100%;
    font-family: Jost ;
}

form .bnt-buscar{
    background-color: rgba(159, 204, 165, 1); 
    color: white;
}

form .bnt-buscar:hover{
    background-color: rgb(99, 156, 107);
    color: white;
}

form .bnt-filtro{
    background-color: rgba(244, 245, 247, 1);
    color: black;
}

form .bnt-filtro:hover{
    background-color: rgb(198, 199, 201);
}

/* ------------------------------------------ */

/* ----------- SECCION CONTENIDO --------------- */
.causa-container {
    background-color: rgba(250, 250, 250, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
}

.causa-card {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 15px;
    border: none;
    border-radius: 5px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    cursor:pointer;
}

.causa-text {
    font-size: 14px;
    color: #000000;
}

.causa-card.causa-text.card_category{
    background-color: #FFFFFF;
    color: black;
    border: 2px solid #E0E0E0;
    border-radius: 8px;
    font-weight: bold;
    line-height: 1;
}

.causa-card.causa-text.card_category img{
    width: 35px;
    padding-bottom: 5px;
}

.causa-card.causa-text.card_category:hover{
    background-color: #E3FAE5;
    transition: all.2s ease-in-out
}

.causa-card.causa-text.card_category.selected {
    transform: translateY(-5px); /* Levanta la tarjeta 5px */
    box-shadow: 0 20px 30px rgba(120, 198, 137, 0.4); /* Agrega una sombra más pronunciada */
}

/* Cards */
.card {
    border: none;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    min-height: 420px;
}

.card img {
    max-width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0;
    background-color: #efefef;
}

.card-body .text-left{
    font-size: 14px;
    min-height: 40px;
    text-align: left;
}
.card-body p.text-left span{
    font-size: 14px;
    margin-top:10px;
    min-height: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
}

.card-body h5 {
    color: #333;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top:0;
}

.btn-info, .btn-warning {
    border-radius: 5px;
    margin-top: 5px;
    width: 100%;
}

.card-body{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0;
}

/* Estilo de la tarjeta cuando se resalta */
.card:hover {
    transform: translateY(-5px); /* Levanta la tarjeta 5px */
    box-shadow: 0 20px 30px rgba(200, 99, 230, 0.4); /* Agrega una sombra más pronunciada */
}

/* Transición suave */
.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* -- Filtros -- */
.filtros {
    margin-bottom: 30px;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.filtros p{
    font-family: Jost;
    font-weight: 700;
    font-size: 28px;
}

.input-field{
    margin-top: 10px;
}

div.col-md-9 {
    margin: -15px;
}

@media (max-width: 900px) {
    .card-body{
        text-align: center;
        justify-content: center;
    }
    .card-body .mb-2 {
        margin-top: 10px;
        position: relative;
      }
}

@media (max-width: 768px) {
    div.col-md-9 {
        margin: 0;
    }
}

.image-container img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.image-container {
    width: 40%;
    padding: 20px !important;
}

.causa-card.selected {
    background-color: rgb(157,228,172);
}

.container-ini{
    min-height: 185px;
    background: url('../images/44.png') center center/cover no-repeat;
    padding: 18px;
    text-align: center;
    opacity: inherit;
}

.container-spacing{
    padding-top: 7em;
    padding-bottom: 2em;
}

.text-ini {
    text-align: center;
    color: white;
    font-family: Jost;
    font-size:32px;
    position: relative;
    display: inline-block;
}

.text-ini::before{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
    height: 4px;
    background-color: #75CB80;
}

.container.text-center {
    display: flex;
    justify-content: flex-start;
    border-left: 1px solid rgba(224, 224, 224, 1);
    border-bottom: 1px solid rgba(224, 224, 224, 1);
}

.container.text-center a.btn-card {
    max-width: 100%;
    min-width:90px ;
    width: auto;
    font-size: 17px;
    padding: 0;
    font-weight: bold;
    text-decoration: underline;
    color: rgba(159, 204, 165, 1);
    font-family: Jost;
}

.container.text-center a.btn-card:hover {
    color: rgb(77, 156, 88);
}   

.container-card{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 910px;
}

.cards{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* ancho del card */
.card-element{     
    width: 100%;
    margin-left: 16px;
    margin-right: 16px;
}

.card-item{
    display: flex; 
    align-items: center; 
    justify-content: center; 
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(224, 224, 224, 1);
    border-radius: 10px;
}

.card-item .text-left {
    font-size: 14px;
    margin: 0;
    text-align: justify;
    margin-top: 20px;
    font-family: Jost;
}

.card-item .info-text{
    font-size: 14px;
    margin: 0;
    text-align: justify;
    font-family: Jost;
    color: rgba(85, 85, 85, 1);
}

.body-card{
    display: flex; 
    justify-content: center; 
    align-items: flex-start; 
    flex-direction: column; 
    width: 60%; 
    padding: 25px 25px 25px 10px;
}

.body-card .yellow-line {
    height: 2px;
    width: 100%;
    background-color: rgba(224, 224, 224, 1);
}

.body-card .info{
    display: flex;
    margin-bottom: auto;
    gap: 50px;
    margin: 10px 0;
}

.title-card{
    display: flex; 
    justify-content: space-between; 
    width: 100%; 
    align-items: center;
}

.title-card .title-main{
    text-decoration:none;
    color: rgba(0, 0, 0, 1);
    font-family: Jost;
    font-size: 1rem;
    margin: 0;
}

.title-card .asociacion-main{
    text-decoration: none; 
    width: 150px; 
    background: rgba(227, 250, 229, 1); 
    color: rgba(117, 202, 128, 1); 
    font-weight: 600;
    border: 1px solid rgba(117, 202, 128, 1);
    border-radius: 5px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.footer-card{
    display: flex; 
    justify-content: flex-end; 
    align-items: center; 
    width: 100%;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .card-item{
        flex-direction: column; 
    }

    .card-element{ 
        margin-left: 30px;
        margin-right: 30px;
    }

    .body-card{
        width: 100%; 
    }

    .body-card .info {
        gap: .25rem;
        flex-direction: column;
    }
    
    .image-container {
        width: 100%;
        padding: 0 !important;
    }

    .image-container img {
        object-fit: unset;
        border-end-start-radius: 0;
        border-end-end-radius: 0;
    }

    .body-card{
        padding: 25px;
    }

    .title-card .title-main{
        text-align: left;
    }
}   