body {
    font-family: "Playfair Display", serif !important;
    font-optical-sizing: auto  !important;
    font-weight: 200  !important;
    font-style: normal  !important;
    padding-bottom: 0px !important;
    background-image: url('../images/fondo.png') !important;
    background-repeat: repeat-x;
    background-size: auto; /* Optional: Adjust to your needs */
    background-position: top left; /* Optional: Adjust to your needs */
}
main{
    background: #6a483512;
}

footer .a{
    color: rgb(10 17 25) !important;
    text-decoration: underline;
}
.profesionales a{
    color: rgb(90 90 90) !important;
    text-decoration: underline;
}

.list-unstyled {
    color: white;
}
.list-group-item {
    background: #f5f3f2 !important;
}
.container {
    width: 80%;
    margin: auto;
}
.header, .content {
    text-align: center;
}
.images img {
    width: 100%;
    max-width: 600px;
    margin: 20px 0;
}
.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    margin-right: 10px; /* Adjust this value as needed */
}
.carousel-item {
    height: auto !important;
}
.bd-placeholder-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.bd-placeholder-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.bd-placeholder-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
    z-index: 1;
}

.bd-placeholder-img img {
    position: relative;
    z-index: 0;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media (max-width: 1020px) {

    .carousel-item {
        height: 330px !important;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}
.circle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px; /* Adjust the height as needed */
}

.circle-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    font-size: 24px;
    font-weight: bold;
}

.business-section {
    text-align: center;
    padding: 20px;
}
.business-section img {
    max-width: 50%;
    margin-bottom: 10px;
}
.business-section h3 {
    margin-top: 10px;
}
.business-section p {
    margin-top: 5px;
}

.circle-container {
    position: relative;
}

.circle-badge {
    font-size: 24px;
    padding: 20px;
    display: inline-block;
}

.text-count {
    padding-top: 17% !important;
    font-size: 50px !important;
}

.text-counter-web {
    margin-top: -1%;
    position: absolute;
    margin-left: -17%;
}
span.circle-badge-plus {
    margin-top: 4px;
    position: absolute;
}
span.circle-badge-count {
    margin-left: 35px;
    position: absolute;
}

.row.text-center.footer-powered a {
    color: white;
}
/* Otros estilos CSS */

/* Estilos espec’ficos para m—viles */
@media (max-width: 768px) {
    .bd-placeholder-img {
        position: relative;
        width: 160%;
        height: 100%;
    }
}

