@font-face {
    font-family: 'IntegralCF';
    src: url('../fonts/integralCF/IntegralCF-Bold_0.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'IntegralCF', Arial, sans-serif;
    font-size: 16px;
    background-color: #ffffff;
}

h1, h2, h3, p, div, span {
    font-family: 'IntegralCF', Arial, sans-serif;
}

.background-image {
    background-image: url('../img/banner/banner_fondo.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Ubuntu-M';
    font-size: 16px;
    width: 100%;
    min-height: 100vh;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    padding-bottom: 45px;
    position: relative;
    z-index: 1;
}

.header-bar {
    position: relative;
    z-index: 1100;
}

.img-responsive {
    width: 100%;
}

.logo-empresa {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 200px;
    height: auto;
    z-index: 1000;
}

.flotante-img {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 220px;
    height: auto;
    z-index: 900;
}

.btn-verde {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #1d2d52 0%, #101a33 100%);
    color: #ffffff;
    border: 2px solid rgba(195, 210, 4, 0.9);
    padding: 12px 18px;
    border-radius: 999px;
    text-decoration: none;
    letter-spacing: 0.3px;
    font-size: 14px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    cursor: pointer;
}

.btn-verde:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
}

.btn-verde:active {
    transform: translateY(0);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

.btn-verde i {
    font-size: 16px;
    line-height: 1;
}

.btn-reporte {
    position: fixed;
    z-index: 2000;
}

.embed-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.row.container {
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}

.logo-empresa, .texto-pag {
    visibility: hidden;
}

@media (min-width: 1024px) {
    .embed-responsive {
        max-width: 650px;
        margin: 0 auto;
        padding-bottom: calc(650px * 0.5625);
    }
}

@media (min-width: 1197px) {
    .background-image {
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .logo-empresa, .texto-pag {
        visibility: visible;
    }

    .logo-empresa {
        position: fixed;
        top: 20px;
        right: 20px;
    }

    .wrapper {
        padding-top: 140px;
    }

    .texto-pag {
        display: block;
        max-width: 600px;
        width: 55% !important;
        margin: 0 auto 24px !important;
    }

    .home-seccion-3 .row.container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .btn-reporte {
        right: 24px;
        bottom: 24px;
        top: auto;
    }
}

@media (max-width: 1196px) {
    body {
        background-color: #d0e404;
    }

    .header-bar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #d0e404;
        height: 90px;
        z-index: 1100;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-reporte {
        top: 22px;
        right: 12px;
        bottom: auto;
        left: auto;
        padding: 10px 14px;
        font-size: 12px;
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
        z-index: 2000;
    }

    .btn-reporte i {
        font-size: 14px;
    }

    .background-image {
        background-image: url('../img/banner/FONDO.jpg');
        margin-top: 90px;
    }

    .logo-empresa {
        position: static;
        width: 150px;
        margin: 0 auto;
        display: block;
    }

    .logo-empresa,
    .texto-pag {
        visibility: visible;
    }

    .wrapper {
        padding-top: 40px;
    }

    .flotante-img {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
        width: 64px;
        display: block;
        z-index: 1200;
    }
}

@media (max-width: 767px) {
    .btn-reporte {
        position: static;
        display: inline-flex;
        margin: 18px auto 0;
    }
}
