@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRounded-Bold.woff') format('woff2'),
        url('../fonts/GothamRounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRounded-Light.woff2') format('woff2'),
        url('../fonts/GothamRounded-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRounded-Medium.woff2') format('woff2'),
        url('../fonts/GothamRounded-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.woff2') format('woff2'),
        url('../fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.woff2') format('woff2'),
        url('../fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4 {
    font-family: 'Gotham Rounded';
    font-weight: bold;
}

body {
    font-family: 'Century Gothic';
}

.btn--whatsapp {
    background-color: #25D366 !important;
    border-color: #25D366 !important;
    color: #fff;
}
  
.hero-section {
    background-color: #F4F1EC;
    padding: 1rem 0;
}

.tramites-section {
    background-color: #F4F1EC;
    padding: 1rem 0;
}

.tramites-section h2 {
    margin-bottom: 2rem;
}

.tramites-section .col-lg-4 {
    margin-bottom: 1rem
}

.tramite-item {
    background: #fff;
    margin: 1rem;
    padding: 1rem;
    border-radius: 10px;
    height: 100%;
    position: relative;
}

li::marker {
    color: #E25006;
}

.tramite--salud p {
    margin: 0;
}

footer {
    background-color: #E25006;
    padding: 2rem 0;
    color: #fff;
}

.btn-primary {
    background-color: #E25006;
    border-color: #E25006;
    font-weight: 700;
}

.btn-primary:hover {
    background-color: #F47E42;
    border-color: #F47E42;
}

.tramites-container {
    justify-content: center;
}

.tramite-item a {
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 15px;
    width: 92%;
    left: 15px;
}

.tramite-item h4 {
    margin-top: 0.5rem;
    font-size: 1.25rem;
}

.icon {
    display: block;
}

.icon-footer {
    padding-bottom: 1rem;
}

footer p {
    margin-bottom: 0;
}

.social-container {
    justify-content: center;
    margin-top: 1rem;
}

.social-container img {
    max-width: 35px;
    margin: 0 0.5rem;
}

.info-section li {
    font-size: 1.5rem;
}

.brands {
    max-width: 65%;
}

@media (max-width: 768px) {
    .tramsa-logo {
        order: -1;
        max-width: 200px;
        margin: 0 auto;
    }

    .tramite-item a {
        width: 95%;
    }
}

@media (max-width: 1024px) {
    .tramite-item h4 {
        font-size: 0.85rem;
    }
}

@media (min-width: 512px) {
    .hero-section {
        background-color: #F4F1EC;
        padding: 2rem 0;
    }
}