﻿/*Header*/
.headerNavLink {
    display: block;
    padding: 0.5rem 0.6rem;
    color: #919496;
}

.headerNavLink:hover {
    text-decoration: none;
    color: red;
}

.nav-link:hover {
    color: red;
}

.nav-link a {
}

/*Footer*/
footer {
    padding: 40px 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    display: block;
}

.footerNav {
    color: #919496;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footerNavLink li a {
    color: #919496;
    text-decoration: none;
    line-height: 2.5;
}

.footerNavLink a:hover {
    color: red;
}

.footerCol {
    margin-bottom: 40px;
}

#AllaCop {
    margin-top: 60px;
    text-align: left;
    font-size: 13px;
    font-family: 'ubuntulight';
    color: #919496;
    display: block;
    float: left;
}

/* Image Config*/
.appStoreLogo {
    width: 150px;
    height: 50px;
    margin-top: 10px;
}

/* Menu Acesso*/
#dropMenuAcesso {
    background-color: #fff;
    left: -100%;
}

    #dropMenuAcesso a:hover {
        color: red;
        text-decoration: none;
    }

.dropDownMenu-item {
    width: 100%;
    display: block;
    clear: both;
    color: #919496;
    text-decoration: none;
    line-height: 2;
    padding-left: 30px;
    list-style: none;
    background-color: transparent;
}

/* Carousel */
#index_carousel {
    width: 900px;
    height: 300px;
    background-color: black;
    margin: 10px;
    padding: 20px;
    position:relative;
    float: left;   
}
.ppaddingPorcentsIndex {
    margin-top: 70px;
    padding: 10% 20px;
}

.image_carousel{
    width: 900px;
    height: 300px;
    float: left;
    background-color: black;
}
.liCarousel ul li ol a {
    padding: 11px 20px 8px 20px;
    font-size: 18px;
    font-family: 'ubuntubold';
    text-transform: none;
    text-decoration: none;
    color: #444444;
}