/*
*--------------------------------------------------------------------------------------------
|   Css Version: 1.0                                                                        |
|   @JesusPv                                                                                |
|   31/01/2018                                                                              |
---------------------------------------------------------------------------------------------
|  * Uso: Pago en línea IXE/PROSA- Rev. de página 2.0.0                                     |
---------------------------------------------------------------------------------------------
*/



#regEventRaceMenuPayment{
  background-color: #000;   
}
body{
    color: aliceblue;
    background-color: #101010;
}

.containerPrice{
    background-color: #a50e33;
        -webkit-box-shadow: 7px 7px 24px -8px rgba(0,0,0,0.42);
        -moz-box-shadow: 7px 7px 24px -8px rgba(0,0,0,0.42);
        box-shadow: 7px 7px 24px -8px rgba(0,0,0,0.42);
    
}

.titlePayment{
        color: #fff;
}
#containerPayment{
        background-color: #202020;
        -webkit-box-shadow: 7px 7px 24px -8px rgba(0,0,0,0.42);
        -moz-box-shadow: 7px 7px 24px -8px rgba(0,0,0,0.42);
        box-shadow: 7px 7px 24px -8px rgba(0,0,0,0.42);
}
.dark-overlay {
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 285px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: #202020 !important;
    background-clip: padding-box;
    border: 1px solid #ced4da;    
}


.buttonStylePayment
{

        position: relative;
        width: 240px;
        height: 35px;
        background-color: #D9002D;
        cursor: pointer;
        color: white;
        font-size: 15px;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        text-align: center;
        
        transition: all 0.2s linear 0s;
        border-color: #D9002D;


}

.buttonStylePayment:hover {
    color: #000;
    background-color: #fff;
    border-color: white;
    -webkit-box-shadow: 7px 7px 24px -8px rgba(0,0,0,0.95);
        -moz-box-shadow: 7px 7px 24px -8px rgba(0,0,0,0.95);
        box-shadow: 7px 7px 24px -8px rgba(0,0,0,0.95);
}

.form-control:focus {
    color: #bcc1c5;
    background-color: #5f5e5e;
    border-color: #650217;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(217, 0, 45, .25);
}

/*Posiciona el footer en la parte final del navegador web*/
.footer{
    background-color: #000;
}

.container_header_contacto{
    position: relative;
    height: 285px;
    background: url(//media.marcate.com.mx/webAsset/site/totalrunning.com/v2017/images/logotr/headerTotalRunningDefault.png) no-repeat center;
    background-size: cover;
    margin: 0 auto 0 auto;
    z-index: -1;
}


/*-----------------Footer--------------*/
.footer_logotipo {
    position: relative;
    /*
    width: 221px;
    height: 68px;
    */
    background: url(//media.marcate.com.mx/webAsset/site/totalrunning.com/v2017/images/logotipo-footer.png) no-repeat center center;
    padding-top: 70px;
}