﻿#menuToggle span {
    background-color: #FE0100;
}

section#primeiro-passo {
    background-color: #fff;
}

@media only screen and (min-width : 1224px) {
    section#primeiro-passo {
        background: #fff url(../../images/Guia/bg03-1.jpg) no-repeat top right fixed;
        background-size: contain;
    }
}

h2, h2 small {
    text-transform: uppercase;
}

    h2, h2 small, h4 {
        color: #FE0100;
    }

hr.row {
    border-color: #FE0100;
}

body {
    background: #fff url(../../images/Guia/bg03-2.jpg) no-repeat center center fixed;
    background-size: cover;
}

section#infografico {
    background-color: rgba(255, 255, 255, .75);
}

    /*section#infografico article {
        
    }*/

    section#infografico .scroller {
        color: #333;
    }

    section#infografico img.img-responsive {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.pagination .scroller {
    color: #FE0100;
    text-shadow: -1px -1px 0 #fff, -1px -1px 0 #000;
}

@media only screen and (min-width : 1224px) {
    .pagination .scroller {
        color: #fff;
        text-shadow: -1px -1px 0 #fff, -1px -1px 0 #000;
    }
}
