/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/************************************/
/* RESET */
/************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
	box-sizing: border-box;
}

img {
  width: 100%;
}

:focus {
	outline: none;
}

.clearFix {
	clear: both;
}

/************************************/
/* END RESET */
/************************************/

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

.wrap {
  max-width: 1200px;
  position: relative;
  margin: auto;
}

.size54 { font-size: 54px; }
.size36 { font-size: 36px; }
.size24 { font-size: 24px; }
.size20 { font-size: 20px; }

a {
  color: #317bbc;
}

section {
	width: 100%;
	padding: 70px 0 0 0;
	position: relative;
	overflow: hidden;
}

/************************************/
/* GRAPHIC ELEMENTS */
/************************************/

/************************************/
/* END GRAPHIC ELEMENTS */
/************************************/

/************************************/
/* HEADER */
/************************************/
#header {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 1200px;
	z-index: 1;
}

#header .logotipo {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	padding: 5px 0 0 0;
}

.redes {
	display: inline-block;
	float: right;
	padding: 60px 0 0 0;
}

.redes li {
	float: left;
	position: relative;
}

.redes a {
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	position: relative;
	display: inline-block;
}

.redes a:hover {
	color: #fff;
}

.redes li::before {
	content: "";
	width: 1px;
	height: 20px;
	background: rgba(255,255,255,.5);
	position: absolute;
	display: block;
	left: 0;
	top: 12px;
}

.redes li:first-child::before {
	display: none;
}
/************************************/
/* END HEADER */
/************************************/

/************************************/
/* FOOTER */
/************************************/
#footer {
	background: #fff;
	padding: 20px 0;
}

#footer .footerLogo {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	padding-right: 40px;
}

#footer .footerContainer {
	display: inline-block;
	vertical-align: middle;
}

#footer .footerContainer a {
	text-decoration: none;
}

#footer .footerContainer a:hover {
	color: #317bbc;
	text-decoration: underline;
}

#footer .footerContainer .icon-kriacao {
	font-size: 50px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 20px;
	line-height: 24px;
	color: #666;
}

#footer .redes {
	padding: 40px 0 0 0;
}

#footer .redes a {
	color: #333;
}

#footer .redes a:hover {
	color: #333;
}

#footer .redes li::before {
	background: rgba(0,0,0,.5);
}
/************************************/
/* END FOOTER */
/************************************/


/************************************/
/************************************/
/* TABLET */
/************************************/
/************************************/

/*@media (max-width:1200px) {

  .wrap {
    max-width: 720px;
  }

  .size36 { font-size: 30px; }
	.size24 { font-size: 22px; }
	.size20 { font-size: 18px; }

	section {
		padding: 50px 0 0 0;
	}*/

  /************************************/
  /* HEADER */
  /************************************/

  /************************************/
  /* END HEADER */
  /************************************/

	/************************************/
  /* FOOTER */
  /************************************/

  /************************************/
  /* END FOOTER */
  /************************************/
/*}*/


/************************************/
/************************************/
/* MOBILE */
/************************************/
/************************************/

/*@media (max-width:767px) {

  .wrap {
    max-width: 100%;
    padding: 0 10px;
  }

  .size36 { font-size: 24px; }
	.size24 { font-size: 20px; }
	.size20 { font-size: 16px; }

	section {
		padding: 40px 0 0 0;
	}*/

  /************************************/
  /* HEADER */
  /************************************/

  /************************************/
  /* END HEADER */
  /************************************/

	/************************************/
  /* FOOTER */
  /************************************/

  /************************************/
  /* END FOOTER */
  /************************************/
/*}*/

/************************************/
/* MODAL BOX TEMP */
/************************************/


#politicaPrivacidade .modal-header {
    color: #333;
    text-align: center;
    position: relative;
    display: block;
}

#politicaPrivacidade .modal-title {
    width: 100%;
}

#politicaPrivacidade .modal-header .close {
    margin-left: 0;
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: #317bbc;
}

#politicaPrivacidade .btn-secondary {
    background-color: #317bbc;
}

#politicaPrivacidade .modal-subtitle {
    padding-top:10px; 
}

#politicaPrivacidade .modal-body {
    color: #333;
}

#politicaPrivacidade .modal-body p {
    margin-bottom: 10px;
}

#politicaPrivacidade .modal-body .question {
    font-weight: 700;
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto;
    }
}
