/* Estilos para a barra de política das cookies */

.cookie_bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #494e54;
	color: white;
	z-index: 9999;
	font-family: Arial, Helvetica;
	font-size: 12px;
	min-height: 50px;
	line-height: 16px;
}

.center_cookie_container {
	position: relative;
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
}

.cookie_bar .cookie_texto {
	position: relative;
	float: left;
	max-width: 830px;
	width: 100%;
	margin-right: -95px;
	padding: 0px 0;
	text-align: center;
}

.cookie_bar .cookie_texto .cookie_interior {
	margin-right: 95px;
	padding: 10px 10px;
}

.cookie_bar .cookie_texto a {
	color: white;
	text-decoration: underline;
}

.cookie_bar .cookie_aceitar {
	position: relative;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	background: white;
	margin-top: 10px;
}

.cookie_bar .cookie_aceitar #cookie_botao {
	background: white;
	border: 1px #FFFFFF solid;
	position: relative;
	width: 75px;
	height: 30px;
	color: #494e54;
	font-weight: bold;
	cursor: pointer;
}

.cookies_politicas {
	position: relative;
	display: none;
	color: white;
	clear: both;
	width: 100%;
	max-width: 810px;
	margin: 0 auto;
}

.cookies_politicas a {
	color: white;
	text-decoration: underline;
}

.cookies_politicas .center_cookie_container {
	padding: 10px;
	width: 95%;
}


.pricing-panel .pricing--heading .pricing--desc strong,
.pricing-panel .pricing--heading .pricing--desc b{
    font-family: 'PT Sans', sans-serif;
    color: #2c303d;
    font-size: 70px;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.form-control{
    text-transform: none !important;
}

.rgpd.politicas{
    text-align: left;
    margin-top: 20px;
}
.rgpd,
#newsletter_response{
    text-align: left;
}


.header-fixed.internas:not(.header-light) .navbar .logo-dark {
    display: inline-block;
}

.header-fixed.internas:not(.header-light) .navbar .logo-light {
    display: none;
}

.header-fixed.internas .navbar-nav > li > a {
    color: #2c303d;
}

#toggle {
    width: 48px;
    height: 48px;
}

#toggle div {
    width: 100%;
    height: 3px;
    background: white;
    margin: 5px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
}

#toggle.on .one {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
    opacity: 0;
}

#toggle.on .three {
    transform: rotate(-45deg) translate(7px, -8px);
}
.navbar-toggle {
    border-color: transparent;
    margin-top: 25px;
}

.affix #toggle div{
    background: #000;
}


.internas #toggle div{
    background: #000;
}


.header-fixed .navbar.affix .module .module-icon i, .header-fixed .navbar.affix .navbar-nav > li > a{
    /*color: #fff;*/
}

@media only screen and (max-width: 767px) and (min-width: 320px){
    .navbar-toggle {
        border-color: transparent;
        margin-top: 30px;
    }

    .header-fixed.internas .navbar-nav > li > a {
        color: #fff;
    }
}

