*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    /* font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff */
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

.bp a{
    text-decoration: none;
}

.bp-container {
    width: 100%;
    /* padding-right: 15px;
    padding-left: 15px; */
    margin-right: auto;
    margin-left: auto
}

.bp-nopadding{
    padding:0;
}

/* fix navmenu */
.cont_fich_nuev .responsive .slick-slide {
    height: auto;
}

@media (min-width:576px) {
    .bp-container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .bp-container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .bp-container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .bp-container {
        max-width: 1240px
    }
}

.bp-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.bp-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters>.bp-col,
.no-gutters>[class*=bp-col-] {
    padding-right: 0;
    padding-left: 0
}

.bp-col,
.bp-col-1,
.bp-col-10,
.bp-col-11,
.bp-col-12,
.bp-col-2,
.bp-col-3,
.bp-col-4,
.bp-col-5,
.bp-col-6,
.bp-col-7,
.bp-col-8,
.bp-col-9,
.bp-col-auto,
.bp-col-lg,
.bp-col-lg-1,
.bp-col-lg-10,
.bp-col-lg-11,
.bp-col-lg-12,
.bp-col-lg-2,
.bp-col-lg-3,
.bp-col-lg-4,
.bp-col-lg-5,
.bp-col-lg-6,
.bp-col-lg-7,
.bp-col-lg-8,
.bp-col-lg-9,
.bp-col-lg-auto,
.bp-col-md,
.bp-col-md-1,
.bp-col-md-10,
.bp-col-md-11,
.bp-col-md-12,
.bp-col-md-2,
.bp-col-md-3,
.bp-col-md-4,
.bp-col-md-5,
.bp-col-md-6,
.bp-col-md-7,
.bp-col-md-8,
.bp-col-md-9,
.bp-col-md-auto,
.bp-col-sm,
.bp-col-sm-1,
.bp-col-sm-10,
.bp-col-sm-11,
.bp-col-sm-12,
.bp-col-sm-2,
.bp-col-sm-3,
.bp-col-sm-4,
.bp-col-sm-5,
.bp-col-sm-6,
.bp-col-sm-7,
.bp-col-sm-8,
.bp-col-sm-9,
.bp-col-sm-auto,
.bp-col-xl,
.bp-col-xl-1,
.bp-col-xl-10,
.bp-col-xl-11,
.bp-col-xl-12,
.bp-col-xl-2,
.bp-col-xl-3,
.bp-col-xl-4,
.bp-col-xl-5,
.bp-col-xl-6,
.bp-col-xl-7,
.bp-col-xl-8,
.bp-col-xl-9,
.bp-col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.bp-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.bp-col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.bp-col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.bp-col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.bp-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.bp-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.bp-col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.bp-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.bp-col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.bp-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.bp-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.bp-col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.bp-col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.bp-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .bp-col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .bp-col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .bp-col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .bp-col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .bp-col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .bp-col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .bp-col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .bp-col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .bp-col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .bp-col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .bp-col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .bp-col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .bp-col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .bp-col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .bp-col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .bp-col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .bp-col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .bp-col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .bp-col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .bp-col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .bp-col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .bp-col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .bp-col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .bp-col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .bp-col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .bp-col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .bp-col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .bp-col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .bp-col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .bp-col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .bp-col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .bp-col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .bp-col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .bp-col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .bp-col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .bp-col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .bp-col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .bp-col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .bp-col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .bp-col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .bp-col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .bp-col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .bp-col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .bp-col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .bp-col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .bp-col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .bp-col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .bp-col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .bp-col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .bp-col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .bp-col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .bp-col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .bp-col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .bp-col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .bp-col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .bp-col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.bp-center {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.bp-right {
    margin-right: auto;
    display: block
}

.bp-left {
    margin-left: auto;
    display: block
}

.bp-text-center {
    text-align: center
}

.bp-text-justify {
    text-align: justify
}

.bp-text-right {
    text-align: right
}

.bp-text-left {
    text-align: left
}

.bp-img-responsive {
    width: 100%;
    max-width: 100%;
    display: block
}

.bp-align-items-center {
    display: flex;
    align-items: center
}

.bp-align-items-end {
    display: flex;
    align-items: flex-end
}

.bp-justify-content-center {
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.bp-mt-1 {
    margin-top: 1em !important
}

.bp-mt-2 {
    margin-top: 2em !important
}

.bp-mt-3 {
    margin-top: 3em !important
}

.bp-mt-4 {
    margin-top: 4em !important
}

.bp-mt-5 {
    margin-top: 5em !important
}

.bp-mb-1 {
    margin-bottom: 1em !important
}

.bp-mb-2 {
    margin-bottom: 2em !important
}

.bp-mb-3 {
    margin-bottom: 3em !important
}

.bp-mb-4 {
    margin-bottom: 4em !important
}

.bp-mb-5 {
    margin-bottom: 5em !important
}

.bp-mr-1 {
    margin-right: 1em !important
}

.bp .w-25 {
    width: 25% !important;
  }
  .bp .w-50 {
    width: 50% !important;
  }
  .bp .w-75 {
    width: 75% !important;
  }
  .bp .w-100 {
    width: 100% !important;
  }
  .bp .w-auto {
    width: auto !important;
  }
  .bp .h-25 {
    height: 25% !important;
  }
  .bp .h-50 {
    height: 50% !important;
  }
  .bp .h-75 {
    height: 75% !important;
  }
  .bp .h-100 {
    height: 100% !important;
  }
  .bp .h-auto {
    height: auto !important;
  }
  .bp .mw-100 {
    max-width: 100% !important;
  }
  .bp .mh-100 {
    max-height: 100% !important;
  }
  .bp .m-0 {
    margin: 0 !important;
  }
  .bp .mt-0,
  .bp .my-0 {
    margin-top: 0 !important;
  }
  .bp .mr-0,
  .bp .mx-0 {
    margin-right: 0 !important;
  }
  .bp .mb-0,
  .bp .my-0 {
    margin-bottom: 0 !important;
  }
  .bp .ml-0,
  .bp .mx-0 {
    margin-left: 0 !important;
  }
  .bp .m-1 {
    margin: 0.25rem !important;
  }
  .bp .mt-1,
  .bp .my-1 {
    margin-top: 0.25rem !important;
  }
  .bp .mr-1,
  .bp .mx-1 {
    margin-right: 0.25rem !important;
  }
  .bp .mb-1,
  .bp .my-1 {
    margin-bottom: 0.25rem !important;
  }
  .bp .ml-1,
  .bp .mx-1 {
    margin-left: 0.25rem !important;
  }
  .bp .m-2 {
    margin: 0.5rem !important;
  }
  .bp .mt-2,
  .bp .my-2 {
    margin-top: 0.5rem !important;
  }
  .bp .mr-2,
  .bp .mx-2 {
    margin-right: 0.5rem !important;
  }
  .bp .mb-2,
  .bp .my-2 {
    margin-bottom: 0.5rem !important;
  }
  .bp .ml-2,
  .bp .mx-2 {
    margin-left: 0.5rem !important;
  }
  .bp .m-3 {
    margin: 1rem !important;
  }
  .bp .mt-3,
  .bp .my-3 {
    margin-top: 1rem !important;
  }
  .bp .mr-3,
  .bp .mx-3 {
    margin-right: 1rem !important;
  }
  .bp .mb-3,
  .bp .my-3 {
    margin-bottom: 1rem !important;
  }
  .bp .ml-3,
  .bp .mx-3 {
    margin-left: 1rem !important;
  }
  .bp .m-4 {
    margin: 1.5rem !important;
  }
  .bp .mt-4,
  .bp .my-4 {
    margin-top: 1.5rem !important;
  }
  .bp .mr-4,
  .bp .mx-4 {
    margin-right: 1.5rem !important;
  }
  .bp .mb-4,
  .bp .my-4 {
    margin-bottom: 1.5rem !important;
  }
  .bp .ml-4,
  .bp .mx-4 {
    margin-left: 1.5rem !important;
  }
  .bp .m-5 {
    margin: 3rem !important;
  }
  .bp .mt-5,
  .bp .my-5 {
    margin-top: 3rem !important;
  }
  .bp .mr-5,
  .bp .mx-5 {
    margin-right: 3rem !important;
  }
  .bp .mb-5,
  .bp .my-5 {
    margin-bottom: 3rem !important;
  }
  .bp .ml-5,
  .bp .mx-5 {
    margin-left: 3rem !important;
  }
  .bp .p-0 {
    padding: 0 !important;
  }
  .bp .pt-0,
  .bp .py-0 {
    padding-top: 0 !important;
  }
  .bp .pr-0,
  .bp .px-0 {
    padding-right: 0 !important;
  }
  .bp .pb-0,
  .bp .py-0 {
    padding-bottom: 0 !important;
  }
  .bp .pl-0,
  .bp .px-0 {
    padding-left: 0 !important;
  }
  .bp .p-1 {
    padding: 0.25rem !important;
  }
  .bp .pt-1,
  .bp .py-1 {
    padding-top: 0.25rem !important;
  }
  .bp .pr-1,
  .bp .px-1 {
    padding-right: 0.25rem !important;
  }
  .bp .pb-1,
  .bp .py-1 {
    padding-bottom: 0.25rem !important;
  }
  .bp .pl-1,
  .bp .px-1 {
    padding-left: 0.25rem !important;
  }
  .bp .p-2 {
    padding: 0.5rem !important;
  }
  .bp .pt-2,
  .bp .py-2 {
    padding-top: 0.5rem !important;
  }
  .bp .pr-2,
  .bp .px-2 {
    padding-right: 0.5rem !important;
  }
  .bp .pb-2,
  .bp .py-2 {
    padding-bottom: 0.5rem !important;
  }
  .bp .pl-2,
  .bp .px-2 {
    padding-left: 0.5rem !important;
  }
  .bp .p-3 {
    padding: 1rem !important;
  }
  .bp .pt-3,
  .bp .py-3 {
    padding-top: 1rem !important;
  }
  .bp .pr-3,
  .bp .px-3 {
    padding-right: 1rem !important;
  }
  .bp .pb-3,
  .bp .py-3 {
    padding-bottom: 1rem !important;
  }
  .bp .pl-3,
  .bp .px-3 {
    padding-left: 1rem !important;
  }
  .bp .p-4 {
    padding: 1.5rem !important;
  }
  .bp .pt-4,
  .bp .py-4 {
    padding-top: 1.5rem !important;
  }
  .bp .pr-4,
  .bp .px-4 {
    padding-right: 1.5rem !important;
  }
  .bp .pb-4,
  .bp .py-4 {
    padding-bottom: 1.5rem !important;
  }
  .bp .pl-4,
  .bp .px-4 {
    padding-left: 1.5rem !important;
  }
  .bp .p-5 {
    padding: 3rem !important;
  }
  .bp .pt-5,
  .bp .py-5 {
    padding-top: 3rem !important;
  }
  .bp .pr-5,
  .bp .px-5 {
    padding-right: 3rem !important;
  }
  .bp .pb-5,
  .bp .py-5 {
    padding-bottom: 3rem !important;
  }
  .bp .pl-5,
  .bp .px-5 {
    padding-left: 3rem !important;
  }
  .bp .m-auto {
    margin: auto !important;
  }
  .bp .mt-auto,
  .bp .my-auto {
    margin-top: auto !important;
  }
  .bp .mr-auto,
  .bp .mx-auto {
    margin-right: auto !important;
  }
  .bp .mb-auto,
  .bp .my-auto {
    margin-bottom: auto !important;
  }
  .bp .ml-auto,
  .bp .mx-auto {
    margin-left: auto !important;
  }
  @media (min-width: 576px) {
    .bp .m-sm-0 {
      margin: 0 !important;
    }
    .bp .mt-sm-0,
  .bp .my-sm-0 {
      margin-top: 0 !important;
    }
    .bp .mr-sm-0,
  .bp .mx-sm-0 {
      margin-right: 0 !important;
    }
    .bp .mb-sm-0,
  .bp .my-sm-0 {
      margin-bottom: 0 !important;
    }
    .bp .ml-sm-0,
  .bp .mx-sm-0 {
      margin-left: 0 !important;
    }
    .bp .m-sm-1 {
      margin: 0.25rem !important;
    }
    .bp .mt-sm-1,
  .bp .my-sm-1 {
      margin-top: 0.25rem !important;
    }
    .bp .mr-sm-1,
  .bp .mx-sm-1 {
      margin-right: 0.25rem !important;
    }
    .bp .mb-sm-1,
  .bp .my-sm-1 {
      margin-bottom: 0.25rem !important;
    }
    .bp .ml-sm-1,
  .bp .mx-sm-1 {
      margin-left: 0.25rem !important;
    }
    .bp .m-sm-2 {
      margin: 0.5rem !important;
    }
    .bp .mt-sm-2,
  .bp .my-sm-2 {
      margin-top: 0.5rem !important;
    }
    .bp .mr-sm-2,
  .bp .mx-sm-2 {
      margin-right: 0.5rem !important;
    }
    .bp .mb-sm-2,
  .bp .my-sm-2 {
      margin-bottom: 0.5rem !important;
    }
    .bp .ml-sm-2,
  .bp .mx-sm-2 {
      margin-left: 0.5rem !important;
    }
    .bp .m-sm-3 {
      margin: 1rem !important;
    }
    .bp .mt-sm-3,
  .bp .my-sm-3 {
      margin-top: 1rem !important;
    }
    .bp .mr-sm-3,
  .bp .mx-sm-3 {
      margin-right: 1rem !important;
    }
    .bp .mb-sm-3,
  .bp .my-sm-3 {
      margin-bottom: 1rem !important;
    }
    .bp .ml-sm-3,
  .bp .mx-sm-3 {
      margin-left: 1rem !important;
    }
    .bp .m-sm-4 {
      margin: 1.5rem !important;
    }
    .bp .mt-sm-4,
  .bp .my-sm-4 {
      margin-top: 1.5rem !important;
    }
    .bp .mr-sm-4,
  .bp .mx-sm-4 {
      margin-right: 1.5rem !important;
    }
    .bp .mb-sm-4,
  .bp .my-sm-4 {
      margin-bottom: 1.5rem !important;
    }
    .bp .ml-sm-4,
  .bp .mx-sm-4 {
      margin-left: 1.5rem !important;
    }
    .bp .m-sm-5 {
      margin: 3rem !important;
    }
    .bp .mt-sm-5,
  .bp .my-sm-5 {
      margin-top: 3rem !important;
    }
    .bp .mr-sm-5,
  .bp .mx-sm-5 {
      margin-right: 3rem !important;
    }
    .bp .mb-sm-5,
  .bp .my-sm-5 {
      margin-bottom: 3rem !important;
    }
    .bp .ml-sm-5,
  .bp .mx-sm-5 {
      margin-left: 3rem !important;
    }
    .bp .p-sm-0 {
      padding: 0 !important;
    }
    .bp .pt-sm-0,
  .bp .py-sm-0 {
      padding-top: 0 !important;
    }
    .bp .pr-sm-0,
  .bp .px-sm-0 {
      padding-right: 0 !important;
    }
    .bp .pb-sm-0,
  .bp .py-sm-0 {
      padding-bottom: 0 !important;
    }
    .bp .pl-sm-0,
  .bp .px-sm-0 {
      padding-left: 0 !important;
    }
    .bp .p-sm-1 {
      padding: 0.25rem !important;
    }
    .bp .pt-sm-1,
  .bp .py-sm-1 {
      padding-top: 0.25rem !important;
    }
    .bp .pr-sm-1,
  .bp .px-sm-1 {
      padding-right: 0.25rem !important;
    }
    .bp .pb-sm-1,
  .bp .py-sm-1 {
      padding-bottom: 0.25rem !important;
    }
    .bp .pl-sm-1,
  .bp .px-sm-1 {
      padding-left: 0.25rem !important;
    }
    .bp .p-sm-2 {
      padding: 0.5rem !important;
    }
    .bp .pt-sm-2,
  .bp .py-sm-2 {
      padding-top: 0.5rem !important;
    }
    .bp .pr-sm-2,
  .bp .px-sm-2 {
      padding-right: 0.5rem !important;
    }
    .bp .pb-sm-2,
  .bp .py-sm-2 {
      padding-bottom: 0.5rem !important;
    }
    .bp .pl-sm-2,
  .bp .px-sm-2 {
      padding-left: 0.5rem !important;
    }
    .bp .p-sm-3 {
      padding: 1rem !important;
    }
    .bp .pt-sm-3,
  .bp .py-sm-3 {
      padding-top: 1rem !important;
    }
    .bp .pr-sm-3,
  .bp .px-sm-3 {
      padding-right: 1rem !important;
    }
    .bp .pb-sm-3,
  .bp .py-sm-3 {
      padding-bottom: 1rem !important;
    }
    .bp .pl-sm-3,
  .bp .px-sm-3 {
      padding-left: 1rem !important;
    }
    .bp .p-sm-4 {
      padding: 1.5rem !important;
    }
    .bp .pt-sm-4,
  .bp .py-sm-4 {
      padding-top: 1.5rem !important;
    }
    .bp .pr-sm-4,
  .bp .px-sm-4 {
      padding-right: 1.5rem !important;
    }
    .bp .pb-sm-4,
  .bp .py-sm-4 {
      padding-bottom: 1.5rem !important;
    }
    .bp .pl-sm-4,
  .bp .px-sm-4 {
      padding-left: 1.5rem !important;
    }
    .bp .p-sm-5 {
      padding: 3rem !important;
    }
    .bp .pt-sm-5,
  .bp .py-sm-5 {
      padding-top: 3rem !important;
    }
    .bp .pr-sm-5,
  .bp .px-sm-5 {
      padding-right: 3rem !important;
    }
    .bp .pb-sm-5,
  .bp .py-sm-5 {
      padding-bottom: 3rem !important;
    }
    .bp .pl-sm-5,
  .bp .px-sm-5 {
      padding-left: 3rem !important;
    }
    .bp .m-sm-auto {
      margin: auto !important;
    }
    .bp .mt-sm-auto,
  .bp .my-sm-auto {
      margin-top: auto !important;
    }
    .bp .mr-sm-auto,
  .bp .mx-sm-auto {
      margin-right: auto !important;
    }
    .bp .mb-sm-auto,
  .bp .my-sm-auto {
      margin-bottom: auto !important;
    }
    .bp .ml-sm-auto,
  .bp .mx-sm-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 768px) {
    .bp .m-md-0 {
      margin: 0 !important;
    }
    .bp .mt-md-0,
  .bp .my-md-0 {
      margin-top: 0 !important;
    }
    .bp .mr-md-0,
  .bp .mx-md-0 {
      margin-right: 0 !important;
    }
    .bp .mb-md-0,
  .bp .my-md-0 {
      margin-bottom: 0 !important;
    }
    .bp .ml-md-0,
  .bp .mx-md-0 {
      margin-left: 0 !important;
    }
    .bp .m-md-1 {
      margin: 0.25rem !important;
    }
    .bp .mt-md-1,
  .bp .my-md-1 {
      margin-top: 0.25rem !important;
    }
    .bp .mr-md-1,
  .bp .mx-md-1 {
      margin-right: 0.25rem !important;
    }
    .bp .mb-md-1,
  .bp .my-md-1 {
      margin-bottom: 0.25rem !important;
    }
    .bp .ml-md-1,
  .bp .mx-md-1 {
      margin-left: 0.25rem !important;
    }
    .bp .m-md-2 {
      margin: 0.5rem !important;
    }
    .bp .mt-md-2,
  .bp .my-md-2 {
      margin-top: 0.5rem !important;
    }
    .bp .mr-md-2,
  .bp .mx-md-2 {
      margin-right: 0.5rem !important;
    }
    .bp .mb-md-2,
  .bp .my-md-2 {
      margin-bottom: 0.5rem !important;
    }
    .bp .ml-md-2,
  .bp .mx-md-2 {
      margin-left: 0.5rem !important;
    }
    .bp .m-md-3 {
      margin: 1rem !important;
    }
    .bp .mt-md-3,
  .bp .my-md-3 {
      margin-top: 1rem !important;
    }
    .bp .mr-md-3,
  .bp .mx-md-3 {
      margin-right: 1rem !important;
    }
    .bp .mb-md-3,
  .bp .my-md-3 {
      margin-bottom: 1rem !important;
    }
    .bp .ml-md-3,
  .bp .mx-md-3 {
      margin-left: 1rem !important;
    }
    .bp .m-md-4 {
      margin: 1.5rem !important;
    }
    .bp .mt-md-4,
  .bp .my-md-4 {
      margin-top: 1.5rem !important;
    }
    .bp .mr-md-4,
  .bp .mx-md-4 {
      margin-right: 1.5rem !important;
    }
    .bp .mb-md-4,
  .bp .my-md-4 {
      margin-bottom: 1.5rem !important;
    }
    .bp .ml-md-4,
  .bp .mx-md-4 {
      margin-left: 1.5rem !important;
    }
    .bp .m-md-5 {
      margin: 3rem !important;
    }
    .bp .mt-md-5,
  .bp .my-md-5 {
      margin-top: 3rem !important;
    }
    .bp .mr-md-5,
  .bp .mx-md-5 {
      margin-right: 3rem !important;
    }
    .bp .mb-md-5,
  .bp .my-md-5 {
      margin-bottom: 3rem !important;
    }
    .bp .ml-md-5,
  .bp .mx-md-5 {
      margin-left: 3rem !important;
    }
    .bp .p-md-0 {
      padding: 0 !important;
    }
    .bp .pt-md-0,
  .bp .py-md-0 {
      padding-top: 0 !important;
    }
    .bp .pr-md-0,
  .bp .px-md-0 {
      padding-right: 0 !important;
    }
    .bp .pb-md-0,
  .bp .py-md-0 {
      padding-bottom: 0 !important;
    }
    .bp .pl-md-0,
  .bp .px-md-0 {
      padding-left: 0 !important;
    }
    .bp .p-md-1 {
      padding: 0.25rem !important;
    }
    .bp .pt-md-1,
  .bp .py-md-1 {
      padding-top: 0.25rem !important;
    }
    .bp .pr-md-1,
  .bp .px-md-1 {
      padding-right: 0.25rem !important;
    }
    .bp .pb-md-1,
  .bp .py-md-1 {
      padding-bottom: 0.25rem !important;
    }
    .bp .pl-md-1,
  .bp .px-md-1 {
      padding-left: 0.25rem !important;
    }
    .bp .p-md-2 {
      padding: 0.5rem !important;
    }
    .bp .pt-md-2,
  .bp .py-md-2 {
      padding-top: 0.5rem !important;
    }
    .bp .pr-md-2,
  .bp .px-md-2 {
      padding-right: 0.5rem !important;
    }
    .bp .pb-md-2,
  .bp .py-md-2 {
      padding-bottom: 0.5rem !important;
    }
    .bp .pl-md-2,
  .bp .px-md-2 {
      padding-left: 0.5rem !important;
    }
    .bp .p-md-3 {
      padding: 1rem !important;
    }
    .bp .pt-md-3,
  .bp .py-md-3 {
      padding-top: 1rem !important;
    }
    .bp .pr-md-3,
  .bp .px-md-3 {
      padding-right: 1rem !important;
    }
    .bp .pb-md-3,
  .bp .py-md-3 {
      padding-bottom: 1rem !important;
    }
    .bp .pl-md-3,
  .bp .px-md-3 {
      padding-left: 1rem !important;
    }
    .bp .p-md-4 {
      padding: 1.5rem !important;
    }
    .bp .pt-md-4,
  .bp .py-md-4 {
      padding-top: 1.5rem !important;
    }
    .bp .pr-md-4,
  .bp .px-md-4 {
      padding-right: 1.5rem !important;
    }
    .bp .pb-md-4,
  .bp .py-md-4 {
      padding-bottom: 1.5rem !important;
    }
    .bp .pl-md-4,
  .bp .px-md-4 {
      padding-left: 1.5rem !important;
    }
    .bp .p-md-5 {
      padding: 3rem !important;
    }
    .bp .pt-md-5,
  .bp .py-md-5 {
      padding-top: 3rem !important;
    }
    .bp .pr-md-5,
  .bp .px-md-5 {
      padding-right: 3rem !important;
    }
    .bp .pb-md-5,
  .bp .py-md-5 {
      padding-bottom: 3rem !important;
    }
    .bp .pl-md-5,
  .bp .px-md-5 {
      padding-left: 3rem !important;
    }
    .bp .m-md-auto {
      margin: auto !important;
    }
    .bp .mt-md-auto,
  .bp .my-md-auto {
      margin-top: auto !important;
    }
    .bp .mr-md-auto,
  .bp .mx-md-auto {
      margin-right: auto !important;
    }
    .bp .mb-md-auto,
  .bp .my-md-auto {
      margin-bottom: auto !important;
    }
    .bp .ml-md-auto,
  .bp .mx-md-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 992px) {
    .bp .m-lg-0 {
      margin: 0 !important;
    }
    .bp .mt-lg-0,
  .bp .my-lg-0 {
      margin-top: 0 !important;
    }
    .bp .mr-lg-0,
  .bp .mx-lg-0 {
      margin-right: 0 !important;
    }
    .bp .mb-lg-0,
  .bp .my-lg-0 {
      margin-bottom: 0 !important;
    }
    .bp .ml-lg-0,
  .bp .mx-lg-0 {
      margin-left: 0 !important;
    }
    .bp .m-lg-1 {
      margin: 0.25rem !important;
    }
    .bp .mt-lg-1,
  .bp .my-lg-1 {
      margin-top: 0.25rem !important;
    }
    .bp .mr-lg-1,
  .bp .mx-lg-1 {
      margin-right: 0.25rem !important;
    }
    .bp .mb-lg-1,
  .bp .my-lg-1 {
      margin-bottom: 0.25rem !important;
    }
    .bp .ml-lg-1,
  .bp .mx-lg-1 {
      margin-left: 0.25rem !important;
    }
    .bp .m-lg-2 {
      margin: 0.5rem !important;
    }
    .bp .mt-lg-2,
  .bp .my-lg-2 {
      margin-top: 0.5rem !important;
    }
    .bp .mr-lg-2,
  .bp .mx-lg-2 {
      margin-right: 0.5rem !important;
    }
    .bp .mb-lg-2,
  .bp .my-lg-2 {
      margin-bottom: 0.5rem !important;
    }
    .bp .ml-lg-2,
  .bp .mx-lg-2 {
      margin-left: 0.5rem !important;
    }
    .bp .m-lg-3 {
      margin: 1rem !important;
    }
    .bp .mt-lg-3,
  .bp .my-lg-3 {
      margin-top: 1rem !important;
    }
    .bp .mr-lg-3,
  .bp .mx-lg-3 {
      margin-right: 1rem !important;
    }
    .bp .mb-lg-3,
  .bp .my-lg-3 {
      margin-bottom: 1rem !important;
    }
    .bp .ml-lg-3,
  .bp .mx-lg-3 {
      margin-left: 1rem !important;
    }
    .bp .m-lg-4 {
      margin: 1.5rem !important;
    }
    .bp .mt-lg-4,
  .bp .my-lg-4 {
      margin-top: 1.5rem !important;
    }
    .bp .mr-lg-4,
  .bp .mx-lg-4 {
      margin-right: 1.5rem !important;
    }
    .bp .mb-lg-4,
  .bp .my-lg-4 {
      margin-bottom: 1.5rem !important;
    }
    .bp .ml-lg-4,
  .bp .mx-lg-4 {
      margin-left: 1.5rem !important;
    }
    .bp .m-lg-5 {
      margin: 3rem !important;
    }
    .bp .mt-lg-5,
  .bp .my-lg-5 {
      margin-top: 3rem !important;
    }
    .bp .mr-lg-5,
  .bp .mx-lg-5 {
      margin-right: 3rem !important;
    }
    .bp .mb-lg-5,
  .bp .my-lg-5 {
      margin-bottom: 3rem !important;
    }
    .bp .ml-lg-5,
  .bp .mx-lg-5 {
      margin-left: 3rem !important;
    }
    .bp .p-lg-0 {
      padding: 0 !important;
    }
    .bp .pt-lg-0,
  .bp .py-lg-0 {
      padding-top: 0 !important;
    }
    .bp .pr-lg-0,
  .bp .px-lg-0 {
      padding-right: 0 !important;
    }
    .bp .pb-lg-0,
  .bp .py-lg-0 {
      padding-bottom: 0 !important;
    }
    .bp .pl-lg-0,
  .bp .px-lg-0 {
      padding-left: 0 !important;
    }
    .bp .p-lg-1 {
      padding: 0.25rem !important;
    }
    .bp .pt-lg-1,
  .bp .py-lg-1 {
      padding-top: 0.25rem !important;
    }
    .bp .pr-lg-1,
  .bp .px-lg-1 {
      padding-right: 0.25rem !important;
    }
    .bp .pb-lg-1,
  .bp .py-lg-1 {
      padding-bottom: 0.25rem !important;
    }
    .bp .pl-lg-1,
  .bp .px-lg-1 {
      padding-left: 0.25rem !important;
    }
    .bp .p-lg-2 {
      padding: 0.5rem !important;
    }
    .bp .pt-lg-2,
  .bp .py-lg-2 {
      padding-top: 0.5rem !important;
    }
    .bp .pr-lg-2,
  .bp .px-lg-2 {
      padding-right: 0.5rem !important;
    }
    .bp .pb-lg-2,
  .bp .py-lg-2 {
      padding-bottom: 0.5rem !important;
    }
    .bp .pl-lg-2,
  .bp .px-lg-2 {
      padding-left: 0.5rem !important;
    }
    .bp .p-lg-3 {
      padding: 1rem !important;
    }
    .bp .pt-lg-3,
  .bp .py-lg-3 {
      padding-top: 1rem !important;
    }
    .bp .pr-lg-3,
  .bp .px-lg-3 {
      padding-right: 1rem !important;
    }
    .bp .pb-lg-3,
  .bp .py-lg-3 {
      padding-bottom: 1rem !important;
    }
    .bp .pl-lg-3,
  .bp .px-lg-3 {
      padding-left: 1rem !important;
    }
    .bp .p-lg-4 {
      padding: 1.5rem !important;
    }
    .bp .pt-lg-4,
  .bp .py-lg-4 {
      padding-top: 1.5rem !important;
    }
    .bp .pr-lg-4,
  .bp .px-lg-4 {
      padding-right: 1.5rem !important;
    }
    .bp .pb-lg-4,
  .bp .py-lg-4 {
      padding-bottom: 1.5rem !important;
    }
    .bp .pl-lg-4,
  .bp .px-lg-4 {
      padding-left: 1.5rem !important;
    }
    .bp .p-lg-5 {
      padding: 3rem !important;
    }
    .bp .pt-lg-5,
  .bp .py-lg-5 {
      padding-top: 3rem !important;
    }
    .bp .pr-lg-5,
  .bp .px-lg-5 {
      padding-right: 3rem !important;
    }
    .bp .pb-lg-5,
  .bp .py-lg-5 {
      padding-bottom: 3rem !important;
    }
    .bp .pl-lg-5,
  .bp .px-lg-5 {
      padding-left: 3rem !important;
    }
    .bp .m-lg-auto {
      margin: auto !important;
    }
    .bp .mt-lg-auto,
  .bp .my-lg-auto {
      margin-top: auto !important;
    }
    .bp .mr-lg-auto,
  .bp .mx-lg-auto {
      margin-right: auto !important;
    }
    .bp .mb-lg-auto,
  .bp .my-lg-auto {
      margin-bottom: auto !important;
    }
    .bp .ml-lg-auto,
  .bp .mx-lg-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 1200px) {
    .bp .m-xl-0 {
      margin: 0 !important;
    }
    .bp .mt-xl-0,
  .bp .my-xl-0 {
      margin-top: 0 !important;
    }
    .bp .mr-xl-0,
  .bp .mx-xl-0 {
      margin-right: 0 !important;
    }
    .bp .mb-xl-0,
  .bp .my-xl-0 {
      margin-bottom: 0 !important;
    }
    .bp .ml-xl-0,
  .bp .mx-xl-0 {
      margin-left: 0 !important;
    }
    .bp .m-xl-1 {
      margin: 0.25rem !important;
    }
    .bp .mt-xl-1,
  .bp .my-xl-1 {
      margin-top: 0.25rem !important;
    }
    .bp .mr-xl-1,
  .bp .mx-xl-1 {
      margin-right: 0.25rem !important;
    }
    .bp .mb-xl-1,
  .bp .my-xl-1 {
      margin-bottom: 0.25rem !important;
    }
    .bp .ml-xl-1,
  .bp .mx-xl-1 {
      margin-left: 0.25rem !important;
    }
    .bp .m-xl-2 {
      margin: 0.5rem !important;
    }
    .bp .mt-xl-2,
  .bp .my-xl-2 {
      margin-top: 0.5rem !important;
    }
    .bp .mr-xl-2,
  .bp .mx-xl-2 {
      margin-right: 0.5rem !important;
    }
    .bp .mb-xl-2,
  .bp .my-xl-2 {
      margin-bottom: 0.5rem !important;
    }
    .bp .ml-xl-2,
  .bp .mx-xl-2 {
      margin-left: 0.5rem !important;
    }
    .bp .m-xl-3 {
      margin: 1rem !important;
    }
    .bp .mt-xl-3,
  .bp .my-xl-3 {
      margin-top: 1rem !important;
    }
    .bp .mr-xl-3,
  .bp .mx-xl-3 {
      margin-right: 1rem !important;
    }
    .bp .mb-xl-3,
  .bp .my-xl-3 {
      margin-bottom: 1rem !important;
    }
    .bp .ml-xl-3,
  .bp .mx-xl-3 {
      margin-left: 1rem !important;
    }
    .bp .m-xl-4 {
      margin: 1.5rem !important;
    }
    .bp .mt-xl-4,
  .bp .my-xl-4 {
      margin-top: 1.5rem !important;
    }
    .bp .mr-xl-4,
  .bp .mx-xl-4 {
      margin-right: 1.5rem !important;
    }
    .bp .mb-xl-4,
  .bp .my-xl-4 {
      margin-bottom: 1.5rem !important;
    }
    .bp .ml-xl-4,
  .bp .mx-xl-4 {
      margin-left: 1.5rem !important;
    }
    .bp .m-xl-5 {
      margin: 3rem !important;
    }
    .bp .mt-xl-5,
  .bp .my-xl-5 {
      margin-top: 3rem !important;
    }
    .bp .mr-xl-5,
  .bp .mx-xl-5 {
      margin-right: 3rem !important;
    }
    .bp .mb-xl-5,
  .bp .my-xl-5 {
      margin-bottom: 3rem !important;
    }
    .bp .ml-xl-5,
  .bp .mx-xl-5 {
      margin-left: 3rem !important;
    }
    .bp .p-xl-0 {
      padding: 0 !important;
    }
    .bp .pt-xl-0,
  .bp .py-xl-0 {
      padding-top: 0 !important;
    }
    .bp .pr-xl-0,
  .bp .px-xl-0 {
      padding-right: 0 !important;
    }
    .bp .pb-xl-0,
  .bp .py-xl-0 {
      padding-bottom: 0 !important;
    }
    .bp .pl-xl-0,
  .bp .px-xl-0 {
      padding-left: 0 !important;
    }
    .bp .p-xl-1 {
      padding: 0.25rem !important;
    }
    .bp .pt-xl-1,
  .bp .py-xl-1 {
      padding-top: 0.25rem !important;
    }
    .bp .pr-xl-1,
  .bp .px-xl-1 {
      padding-right: 0.25rem !important;
    }
    .bp .pb-xl-1,
  .bp .py-xl-1 {
      padding-bottom: 0.25rem !important;
    }
    .bp .pl-xl-1,
  .bp .px-xl-1 {
      padding-left: 0.25rem !important;
    }
    .bp .p-xl-2 {
      padding: 0.5rem !important;
    }
    .bp .pt-xl-2,
  .bp .py-xl-2 {
      padding-top: 0.5rem !important;
    }
    .bp .pr-xl-2,
  .bp .px-xl-2 {
      padding-right: 0.5rem !important;
    }
    .bp .pb-xl-2,
  .bp .py-xl-2 {
      padding-bottom: 0.5rem !important;
    }
    .bp .pl-xl-2,
  .bp .px-xl-2 {
      padding-left: 0.5rem !important;
    }
    .bp .p-xl-3 {
      padding: 1rem !important;
    }
    .bp .pt-xl-3,
  .bp .py-xl-3 {
      padding-top: 1rem !important;
    }
    .bp .pr-xl-3,
  .bp .px-xl-3 {
      padding-right: 1rem !important;
    }
    .bp .pb-xl-3,
  .bp .py-xl-3 {
      padding-bottom: 1rem !important;
    }
    .bp .pl-xl-3,
  .bp .px-xl-3 {
      padding-left: 1rem !important;
    }
    .bp .p-xl-4 {
      padding: 1.5rem !important;
    }
    .bp .pt-xl-4,
  .bp .py-xl-4 {
      padding-top: 1.5rem !important;
    }
    .bp .pr-xl-4,
  .bp .px-xl-4 {
      padding-right: 1.5rem !important;
    }
    .bp .pb-xl-4,
  .bp .py-xl-4 {
      padding-bottom: 1.5rem !important;
    }
    .bp .pl-xl-4,
  .bp .px-xl-4 {
      padding-left: 1.5rem !important;
    }
    .bp .p-xl-5 {
      padding: 3rem !important;
    }
    .bp .pt-xl-5,
  .bp .py-xl-5 {
      padding-top: 3rem !important;
    }
    .bp .pr-xl-5,
  .bp .px-xl-5 {
      padding-right: 3rem !important;
    }
    .bp .pb-xl-5,
  .bp .py-xl-5 {
      padding-bottom: 3rem !important;
    }
    .bp .pl-xl-5,
  .bp .px-xl-5 {
      padding-left: 3rem !important;
    }
    .bp .m-xl-auto {
      margin: auto !important;
    }
    .bp .mt-xl-auto,
  .bp .my-xl-auto {
      margin-top: auto !important;
    }
    .bp .mr-xl-auto,
  .bp .mx-xl-auto {
      margin-right: auto !important;
    }
    .bp .mb-xl-auto,
  .bp .my-xl-auto {
      margin-bottom: auto !important;
    }
    .bp .ml-xl-auto,
  .bp .mx-xl-auto {
      margin-left: auto !important;
    }
  }

  .bp .d-none {
    display: none !important;
  }
  .bp .d-inline {
    display: inline !important;
  }
  .bp .d-inline-block {
    display: inline-block !important;
  }
  .bp .d-block {
    display: block !important;
  }
  .bp .d-table {
    display: table !important;
  }
  .bp .d-table-row {
    display: table-row !important;
  }
  .bp .d-table-cell {
    display: table-cell !important;
  }
  .bp .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bp .d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  @media (min-width: 576px) {
    .bp .d-sm-none {
      display: none !important;
    }
    .bp .d-sm-inline {
      display: inline !important;
    }
    .bp .d-sm-inline-block {
      display: inline-block !important;
    }
    .bp .d-sm-block {
      display: block !important;
    }
    .bp .d-sm-table {
      display: table !important;
    }
    .bp .d-sm-table-row {
      display: table-row !important;
    }
    .bp .d-sm-table-cell {
      display: table-cell !important;
    }
    .bp .d-sm-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .bp .d-sm-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  @media (min-width: 768px) {
    .bp .d-md-none {
      display: none !important;
    }
    .bp .d-md-inline {
      display: inline !important;
    }
    .bp .d-md-inline-block {
      display: inline-block !important;
    }
    .bp .d-md-block {
      display: block !important;
    }
    .bp .d-md-table {
      display: table !important;
    }
    .bp .d-md-table-row {
      display: table-row !important;
    }
    .bp .d-md-table-cell {
      display: table-cell !important;
    }
    .bp .d-md-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .bp .d-md-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  @media (min-width: 992px) {
    .bp .d-lg-none {
      display: none !important;
    }
    .bp .d-lg-inline {
      display: inline !important;
    }
    .bp .d-lg-inline-block {
      display: inline-block !important;
    }
    .bp .d-lg-block {
      display: block !important;
    }
    .bp .d-lg-table {
      display: table !important;
    }
    .bp .d-lg-table-row {
      display: table-row !important;
    }
    .bp .d-lg-table-cell {
      display: table-cell !important;
    }
    .bp .d-lg-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .bp .d-lg-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  @media (min-width: 1200px) {
    .bp .d-xl-none {
      display: none !important;
    }
    .bp .d-xl-inline {
      display: inline !important;
    }
    .bp .d-xl-inline-block {
      display: inline-block !important;
    }
    .bp .d-xl-block {
      display: block !important;
    }
    .bp .d-xl-table {
      display: table !important;
    }
    .bp .d-xl-table-row {
      display: table-row !important;
    }
    .bp .d-xl-table-cell {
      display: table-cell !important;
    }
    .bp .d-xl-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .bp .d-xl-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }


/* contenedor-general */
.contenedor-general {
    float: none;
}

.footer {
    max-width: 100%!important;
}