/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 22, 2022 */
@font-face {
    font-family: 'goldplayregular';
    src: url('../fonts/Goldplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'goldplaymedium';
    src: url('../fonts/Goldplay-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'goldplaybold';
    src: url('../fonts/Goldplay-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'goldplayregular', sans-serif !important;
    --background-color: rgb(255, 0, 129);
}

.fgp-regular {
    font-family: 'goldplayregular';
}

.fgp-medium {
    font-family: 'goldplaymedium';
}

.fgp-bold {
    font-family: 'goldplaybold';
}

.texto-magenta {
    color: #DA04A1;
}

.texto-pink {
    color: #fd0276;
}

.texto-gris {
    color: #606060;
}

.outline-border {
    outline: 1px solid #dc3545 !important
}

.btn-magenta {
    background-color: #fd0276 !important;
    color: #fff !important;
}

.btn-magenta-btn {
    background: #f4dc00 !important;
    color: #323E48 !important;
    font-family: 'goldplaybold';
    border-radius: 30px !important;
    padding: 4px 26px !important;
}

.btn-gray-nobk{
    color: #6e7881;
    background-color: #fff;
    border-bottom: 1px solid;
    padding-bottom: 2px;
    border-radius: 0px;
    border-bottom-color: #6e7881;
}

.btn-green {
    background-color: #8dc63f !important;
    color: #fff !important;
    border-color: #8bc43f !important;
}

.rounded-6 {
    border-radius: 0.85rem !important;
}

/* Header */

.top-nav-wrapper {
    /*background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgb(0 0 0 / 96%)),
            to(rgba(0, 0, 0, 0)));*/
    position: absolute;
    z-index: 1030;
    width: 100%;
    /*height: 10em;*/
    height: 6.5em;
    background: #323E48;
}

header .navbar {
    font-size: 14px !important;
    font-weight: bold !important;
}

.navbar .categories {
    font-size: 16px;
}

.navbar .categories .nav-link {
    color: #fff !important;
    padding: 3px 27px;
    font-family: 'goldplaybold';
}

.navbar .categories .nav-item:hover {
    background: rgb(255, 0, 129);
    border-radius: 15px;
}

.navbar .contenedorCooperativa .cooperativa {
    background: #8bc43f;
    border-radius: 15px;
    padding: 7px 15px;
    font-size: 15px;
    width: auto;
    line-height: normal;
    color: #fff;
    text-decoration: none;
    font-family: 'goldplaybold';
}

.navbar .contenedorCooperativa .cooperativa:hover {
    background: #fff;
    color: #8bc43f;
}

/* Banner principal */

.bannerPrincipal {
    overflow: hidden;
    margin-bottom: 54px !important;
}

.bannerPrincipal img {
    width: 100%;
}

/* Content */
.form-redencion {
    max-width: 850px;
    padding: 1rem;
}

/* Footer */
footer {
    background-color: #E6E6E6;
}

footer .redesSociales i {
    background-color: #DA04A1;
    font-size: 1.5rem;
    color: #E6E6E6;
    padding: 10px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    margin-right: .5rem;
}

@media (min-width: 701px) {
    #bannerPrincipalDesktop {
        display: block;
    }

    #bannerPrincipalMobile {
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 700px) {
    #bannerPrincipalDesktop {
        display: none;
        visibility: hidden;
    }

    #bannerPrincipalMobile {
        display: block;
    }
}
