body {
    overflow-x: hidden;
}

body #logo .standard-logo,
body #logo .retina-logo {
    background-image: url("../../images/Carls_logo_black.png");
    background-repeat: no-repeat;
    background-size: 400px 100px;
    width: 400px;
    height: 100px;
}

img.facturacion-izquierda {
    float: left;
    position: relative;
    z-index: 98;
    margin-top: -500px;
    margin-left: -100px;
    height: 500px;
    bottom: 0px;
}

img.facturacion-derecha {
    float: right;
    position: relative;
    z-index: 98;
    margin-top: -500px;
    margin-right: -250px;
    right: 0px;
    height: 500px;
    bottom: 0px;
}

section.seccion-facturacion {
    background-color: #000 !important;
    /*overflow-y: auto !important; */
    /*height: 600px; */
    /*width: 80%; */
    /*margin: 0 auto;*/
}

@media screen and (max-width: 799px) {
    img.facturacion-izquierda {
        float: left;
        position: relative;
        z-index: 98;
        margin-top: -450px;
        margin-left: -200px;
        height: 400px;
        bottom: 0px;
    }
    img.facturacion-derecha {
        float: right;
        position: relative;
        z-index: 98;
        margin-top: -450px;
        margin-right: -200px;
        right: 0px;
        height: 400px;
        bottom: 0px;
    }
    section.seccion-facturacion {
        background-color: rgba(0, 0, 0, 0) !important;
        /*overflow-y: auto; */
        /*height: 600px; */
        /*width: 90%; */
        /*margin: 0 auto;*/
    }
}

div.cajita-form {
    z-index: 99;
    text-align: center;
}

div.cajita-form input,
div.modal-body input {
    border-radius: 20px !important;
}

div.cajita-form input[type=checkbox] {
    /*vertical-align: bottom;*/
}

div.cajita-form a.boton-form,
div.cajita-form button.boton-form,
div.modal-body button.boton-form {
    border-radius: 20px;
    color: white;
    font-weight: bold;
    background: black;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#413f3f, black);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#413f3f, black);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#413f3f, black);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#413f3f, black);
    /* Standard syntax */
}

div.cajita-form label,
div.cajita-form h3 {
    color: white;
    font-weight: 900;
    text-transform: uppercase !important;
}

div.cajita-form span.info-label {
    color: white;
    font-weight: 100;
}

div.cajita-form p {
    color: yellow;
    text-align: left;
    font-size: 120%;
    font-weight: 900;
}

div.cajita-form a.btn-descarga {
    color: black;
    background-color: white;
    font-size: 140%;
}

div.cajita-form a.btn-descarga span {
    font-size: 200%;
    font-weight: 900;
    display: inline;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
}

section.espacio_blanco {
    height: 100px;
    background-color: white;
}

.wizard>.actions {
    position: relative;
    display: block;
    text-align: center !important;
    width: 100%;
}

.wizard>.actions a,
.wizard>.actions a:hover,
.wizard>.actions a:active {
    background: #FFC600;
    color: black;
    font-weight: bold;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 20px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard>.steps .disabled a,
.wizard>.steps .disabled a:hover,
.wizard>.steps .disabled a:active {
    font-size: 90%;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    color: #393636;
    cursor: default;
}

.wizard>.steps .current a,
.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    font-size: 90%;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    color: #FFC600;
    cursor: default;
}

.wizard>.steps .done a,
.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
    font-size: 90%;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    color: #393636;
    cursor: default;
}

,
div.modal-footer>button.btn-cerrar {
    border-radius: 20px;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

footer {
    background-color: #000 !important;
    color: #FFF !important;
}

body #footer div.footer-logo {
    background-image: url("../../images/carls_white.png");
    background-repeat: no-repeat;
    background-size: 200px 50px;
    width: 200px;
    height: 50px;
}

#copyrights {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.25);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}