/* Custom Styles */
body {
    font-family: Verdana, sans-serif;
}

h1 {
    font-size: 62px;
    font-weight: 500;
    color: #fff;
} 
.logo {
    width: 300px;
    padding-bottom: 200px;
} 

h1 span {
    font-weight: 700;
    color: #E3F938;
}

h2 {
    font-size: 64px;
    text-align: center;
    font-weight: 700;
}

#hero, .bg-primary, .bg-blue-a {
    background-color: #002855;
    padding: 60px 0;

}

.pregunta { 
    font-weight: 500;
    color: #E3F938;
    font-size: 42px;
}

.lead {
    font-size: 22px;
    color:#002855;
}

.lead2 {
    font-size: 22px;
    color:#002855;
    font-weight: 700;
}

.bg-numa {
    background: url(bg.png);
    background-position: center center;
    background-size: cover;
    padding: 100px;
}

.text-warning {
    color: #E3F938 !important;
}

.btn-primary {
    background-color: #002855;
    border-color: #002855;
}

.btn-warning {
    background-color: #E3F938;
    border-color: #E3F938;
    color: #002855;
}

.btn-warning:hover {
    background-color: #E3F938;
    border-color: #E3F938;
}

.btn-info {
    background-color: #062A4B;
    border-color: #062A4B;
}

#inmuebles h2 {
    font-size: 1.75rem;
    color: #002855;
    font-weight: 700;
}

#inmuebles .card-title {
    color: #002855;
    font-size: 1.25rem;
}

#inmuebles .card-text {
    font-size: 1rem;
}

.form1{
    background: #f5f5f5;
    padding: 30px;
    border-radius: 20px;
} 

footer {
    background-color: #464670;
    font-size: 18px;
}

footer img {
    max-width: 350px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #E3F938;
    border-radius: 50%;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    background-color: #E3F938;
}

.card-title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.card-text {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.feature-item span {
    font-size: 14px;
}

/* Estilos para el badge de tipo de propiedad */
.badge-container {
    position: relative;
    top: -10px; /* Ajusta la posición según sea necesario */
    margin-bottom: 10px;
}

.badge {
    font-size: 0.875rem; /* Tamaño de la fuente del badge */
    padding: 0.5rem 1rem; /* Espaciado interno del badge */
    background-color: transparent!important; /* Color de fondo del badge */
    color: #E3F938; /* Color del texto del badge */
    border-radius: 5px; /* Bordes redondeados */
    display: inline-block;
}

/* Estilos para los íconos y las divisiones */
.icon {
    width: 24px;
    height: 24px;
    margin-bottom: 8px; /* Separación entre el icono y el texto */
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.divider {
    width: 1px;
    height: 80px;
    background-color: #ccc;
    margin: 0 15px;
}

