#spinner 
{
    position: fixed;
    top: 0; right: 0;
    bottom: 0; left: 0;
    background: #222;
    z-index: 1111111111;
    opacity: 0.8;
    display:none;
}
#spinner .loader 
{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1111111112;
    color:white;

}

#spinner .loader .spinner-border
{
    width: 6rem; 
    height: 6rem;
}

#spinner .loader .spin-text
{
    width:6rem;
    text-align:center;
    margin-top: 5px;
}

form .error {
  color: #ff0000;
}

.call-to-action
{
color: #ff0000;
background:#0033a0;
}

.compra-cta
{
    background-color: #f7a81d;
    color:#0033a0;
    font-size:20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border:none;
    width: 180px;
}

.pagar-cta
{
    background-color: #f7a81d;
    color:#0033a0;
    font-size:20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border:none;
    width: 180px;
}

.call-to-action .lead
{
    margin-top: 15px;
    color:#fff;
}

.custom-file .error {
  color: #ff0000;
  margin-top: 69px;
    /* float: left; */
    position: absolute;
}
.multiselect .error
{
    margin-top: 35px;
    position: absolute;
}

html, body {
  height: 100%;
}

.text-black
{
    color:black;
}
.bg-dark
{
    background: #0033a0 !important;
}
.home-hero-logo
{
    width:40px;
    padding-right: 10px;
}
.bd-placeholder-img 
{
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.header-sorteo
{
    background-color:#0033a0;
    color:#f7a81d;
    padding: 10px;
    margin-bottom: 20px;
}

.link-subtitle
{
    background-color:#0033a0;
    color:#f7a81d;
    padding: 10px;
    margin-top: 20px;
}
.datos-banco
{
    padding-left: 20px;
    color: #888;
    margin-bottom:10px
}
.link_div
{
    border-bottom: 1px dotted #c6c6c6;
}
.link-subtitle-rotaractors
{
    background-color:#d91b5c;
    color:#fff;
    padding: 10px;
    margin-top: 20px;
}

.link-subtitle-interact
{
    background-color:#01b4e7;
    color:#fff;
    padding: 10px;
    margin-top: 20px;
}


.section-left-column
{
    background-color: #f7a81d;
    padding: 35px;
    border-radius: 5px;
}

.section-left-column .font-weight-bold
{
    color:#0033a0
}

.card-body
{
    background-color: #0033a0;
    color:#fff
}

.jumbotron
{
    background-image: url(../img/back2122.jpg);
    border-radius: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    border-bottom: 1px solid #0033a0;
    margin-bottom: 0px;
    background-color: #00ace4;
    min-height: 643px;
    background-size: cover;
}


h1.page-header
{
    color:#0033a0;
    margin-top: 20px;
    margin-bottom: 10px; 
}

.section_vendedor
{
    background-color: #c6c6c6;
    padding-bottom:10px; 
    padding-top:5px; 
    border-radius:5px;
    color:#0033a0;
}

.special-label
{
    background-color: white;
    padding: 8px;
    margin-top: 9px;
    border-radius: 5px;
    position: absolute;
    right: 15px;
    top: 23px;
}

.section_notice
{
    background-color: #c6c6c6;
    color:#0033a0;
    padding-bottom:10px; 
    padding-top:5px; 
    border-radius:5px
}
footer
{
    border-top: 1px solid #0033a0;
    padding: 20px;
}

.custom-file-label::after
{
    content:"Seleccionar";
}

#payment_name_area
{
    display: none;
}

.flex-md-row 
{
 background-color: #0c5fa8 !important;
 color:#fff;

}

.flex-md-row img
{
    position: absolute;
}

.flex-md-row h5
{
    margin-left: 50px;
}

.text-kpi
{
    color:black;
}

@media (min-width: 768px) 
{
    .bd-placeholder-img-lg 
    {
        font-size: 3.5rem;
    }
}
@media (max-width: 768px) 
{
    .section-left-column .col-md-4.text-right 
    {
        text-align: left !important;
    }

    .section-left-column .col-md-4 .special-label
    {
        background-color: white;
        padding: 8px;
       
        border-radius: 5px;
        position: initial;
        
    }
    .section-left-column .font-weight-bold
    {
        margin-top:10px
    }

    .btn.compra-cta
    {
        margin-right:0px !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .call-to-action .lead
    {
        text-align: center;
    }


}

