/*list bar*/
@-webkit-keyframes grow-width {
	 from {
	 width: 0;
	}
	}
	@keyframes grow-width {
	 from {
	 width: 0;
	}
	}
	.estilo-bar {
		list-style-type: none;
		padding: 0 20px;
		width: 100%;
	}
	.estilo-bar li {
    position: relative;
    margin: 0 0 13px 0;
}

.rotulo {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    font-family: 'Lato';
}
	.estilo-bar li em, .estilo-bar li span {
    display: block;
    border-bottom: 2px solid rgba(255,255,255,0.3);
    padding-bottom: 0;
    height: 10px;
}
.estilo-bar li em {
    font-style: normal;
    border-bottom-color: #786b92;
    position: absolute;
    overflow: visible;
    height: 10px;
}


li.active em{
	  -webkit-animation: grow-width 2s;
          animation: grow-width 2s;
}


	.estilo-bar li span {
		text-align: right;
	}
	.style-2 {
		list-style-type: none;
		padding: 0;
		width: 350px;
	}
	.style-2 li {
		height: 50px;
	}
	.style-2 li em, .style-2 li span {
		padding: 5px 10px;
	}
	.style-2 li em {
		text-align: right;
		font-style: normal;
		float: left;
		width: 85px;
	}
	.style-2 li span {
		display: inline-block;
		background: #FFE5E5;
		overflow: visible;
		-webkit-animation: grow-width 2s;
		animation: grow-width 2s;
	}
/*list bar*/

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display:block;
}
audio, canvas, video {
	display:inline-block;
}
audio:not([controls]) {
	display:none;
	height:0;
}
[hidden] {
display:none;
}
html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
body {
	margin:0;
}
a:focus {
	outline:thin dotted;
}
a:active, a:hover {
	outline:0;
}
h1 {
	font-size:2em;
	margin:0.67em 0;
}
abbr[title] {
	border-bottom:1px dotted;
}
b, strong {
	font-weight:bold;
}
dfn {
	font-style:italic;
}
hr {
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
}
p {
    font-family: 'Latoita' !important;
    font-size: 1.15em;
    line-height: 1.3em;
}
p.txt-inicial {
    text-align: center;
}
mark {
	background:#ff0;
	color:#000;
}

.menu ul {
    padding: 0;
    list-style: none;
    display: table;
    margin: 0 auto;
}

.menu ul li {
    display: inline-table;
    margin: 13px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/*button.navbar-toggler {
    margin: 0 auto !important;
    position: initial;
    padding: 12px;
    border-radius: 104px;
    display: block;
}*/
button.navbar-toggler {
    margin: 0 auto !important;
    position: initial;
    padding: 12px;
    border-radius: 104px;
    width: 73px;
    height: 73px;
	
}

span.line-toogle {
    height: 1px;
    border-bottom: 1px solid #ffffff;
    width: 33px;
    position: relative;
    padding: 0 0 11px;
    margin: 0 7px;
	transition:all ,0.5s;
	display:table !important;
}

span.line-toogle.bottom, span.line-toogle.top {
	opacity: 1 !important;
	}
span.line-toogle.top {
    transform: rotate(-50deg);
    position: relative;
    top: 13px;
    left: -4px;
    transition: all ,0.5s;
}

span.line-toogle.bottom {
	margin-bottom: 11px !important;
    transform: rotate(50deg);
    position: relative;
    top: -11px;
    left: 5px;
    transition: all ,0.5s;
}
button span.line-toogle  {
	opacity:0;
	transition:all ,1s;
}
button.collapsed span.line-toogle {
	opacity:1;
	transition:all ,0.5s;
}



button.collapsed span.line-toogle.top {
    transform: rotate(0deg);
    position: relative;
    top: 0;
    left: 0;
    transition: all ,0.5s;
}

button.collapsed span.line-toogle.bottom {
    transform: rotate(0deg);
    position: relative;
    top: 0;
    left: 0;
    transition: all ,0.5s;
}

/*--*/
button.navbar-toggler {
    margin: 0 auto !important;
    position: initial;
    padding: 12px;
    border-radius: 104px;
    display: block;
    width: 73px;
    height: 73px;
}
.navbar-inverse .navbar-toggler {
    border-color: rgba(255,255,255,0.5);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gidolinya';
    font-weight: lighter;
}

code, kbd, pre, samp {
	font-family:monospace, serif;
	font-size:1em;
}
pre {
	white-space:pre-wrap;
}
q {
	quotes:"\201C" "\201D" "\2018" "\2019";
}
small {
	font-size:80%;
}
sub, sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sup {
	top:-0.5em;
}
sub {
	bottom:-0.25em;
}
img {
	border:0;
}
svg:not(:root) {
	overflow:hidden;
}
figure {
	margin:0;
}
fieldset {
	border:1px solid #c0c0c0;
	margin:0 2px;
	padding:0.35em 0.625em 0.75em;
}
legend {
	border:0;
	padding:0;
}
button, input, select, textarea {
	font-family:inherit;
	font-size:100%;
	margin:0;
}
button, input {
	line-height:normal;
}
button, select {
	text-transform:none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer;
}
button[disabled], html input[disabled] {
	cursor:default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing:border-box;
	padding:0;
}
input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
textarea {
	overflow:auto;
	vertical-align:top;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

div#portfolio {
    padding: 5px 0;
}

#ip-container {
    height: 100%;
    display: block;
    width: 100%;
}

.btn {
    padding: 0px 10px 4px;
}

a.bt-topo.page-scroll {
    border: 1px solid #ffffff;
    padding: 16px 18px;
    width: auto;
    margin: 40px auto 0 auto;
    border-radius: 100px;
    position: fixed;
    right: 15px;
    bottom: 11px;
	opacity: 0;
	transition: all, 0.6s;
}

.bt-topo.show-topo{
	transform: all,0.5s !important;
	opacity: 1 !important;
}


a.bt-topo.page-scroll span {
    font-size: 1.8em;
}

.input-group-addon {
    background: rgba(0,0,0,0.7)
}

.input-group-addon i.ico {
    color: #fff;
}

#contato label {
    margin: 5px 0 0 1px;
    font-size: 0.8em;
}

#contato input, #contato textarea {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    border-radius: 0;
    padding: 6px 0 6px;
    color: #fff;
    font-size: 1.13em !important;
    margin: 12px 0;
    font-family: 'Lato';
}

::-webkit-input-placeholder{
    color: #dfdfff !important;
}

:-moz-placeholder{
    color: #dfdfff !important;
}

::-moz-placeholder {
    color: #dfdfff !important;
}

:-ms-input-placeholder {
    color: #dfdfff !important;
}

:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #6eb8ef inset;
    border-bottom: 1px solid rgb(10, 136, 173) !Important;
	color:#FFF !important;
}

#contato .btn-primary, #contactForm .btn-primary {
    padding: 10px 37px 11px !important;
    margin: 23px 0 0 auto !important;
    max-width: 135px;
    font-size: 1.15em !important;
    border: 1px solid rgba(0,0,0,0.3);
    display: table;
    background: none !important;
    color: #676175;
}

ul.redes li {
    list-style: none;
    margin: 17px 0;
    padding: 0;
}
ul.redes {
    padding: 0;
    margin: 30px 0 0 0;
}
form[name="formulario"] {
    margin-bottom: 6px;
}
ul.redes li span {
    font-size: 2.2em;
    margin: 0 11px 0 0 !important;
    padding: 0 !important;
    position: relative;
    top: 11px;
    width: 42px;
    display: inline-table;
    text-align: center;
}
#contato .btn-primary:hover {
    background: rgba(0,0,0,0.4);
}

#contactForm .help-block li, #contactForm p, #contactForm ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left;
}

h3.light {
    color: #706898;
    padding: 0 0 7px 0;
}
.ip-main a:active, .ip-main a:hover {
    color: #706898;
    border-color: #706898;
}


/*EFEITO-CIRCULOS*/
body{
	overflow-x:none;
}
canvas {
    background-image: linear-gradient(120deg, #e0c3fc 0%, #5db2da 100%);
    /*background-image: linear-gradient(-225deg, #2CD8D5 0%, #C5C1FF 56%, #FFBAC3 100%);*/
    /*background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);*/
    display: block;
    margin: 0 auto;
    position: fixed;
    z-index: -1;
}

p {
  color: #ffffff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  text-align: center;
  margin: 3em 0 1em 0;
  font-weight: normal;
}
/*FIM EFEITO CIRCULOS*/



/*menu list*/
ul.menu-list {
    list-style: none;
    margin: 0;
    padding: 0 5px 0 1px;
    position: fixed;
    background: rgba(0,0,0,0.2);
    height: auto;
    top: calc(50% - 83px);
    border-radius: 0 6px 6px 0;
}

.menu-list > li {
    margin: 16px 4px 16px 6px;
}

.menu-list > li > a {
    display: table;
    background: #fff;
    width: 14px;
    height: 14px;
    border-radius: 100px;
}

.menu-list > li > a.active {
    background: rgba(255,255,255,0.2);
    transition: all, 0.5s;
}
@media screen and (min-width: 992px){
    .menu ul li:after {
        content: "";
        width: 4px;
        height: 4px;
        background: #706898;
        display: table;
        border-radius: 100px;
        position: relative;
        top: -20px;
        left: -15px;
    }

    .menu ul li:first-child:after {
        display: none;
    }
}

/*menu list*/


*:focus {
    box-shadow: none;
    outline: none !important;
}

@media screen and (min-width:500px){
	.cont-inicial {
		display: table;
		margin-top: calc(18%);
	}
}

/*---RESPONSIVE---*/

@media screen and (min-width:500px) {
    .ip-header .ip-logo svg {
        min-width: 320px;
        max-width: 507px;
        width: 60%;
        top: 170px !important;
        position: relative !important;
        transition: all,0.5s;
    }    
}

@media screen and (min-width:900px) {
    .loaded .ip-header .ip-logo svg {
        min-width: 320px;
        max-width: 507px;
        width: 60%;
        top: 270px !important;
        position: relative !important;
        transition: all,0.5s;
    }    
}

@media screen and (max-width:991px) {
	.menu ul li {
		display: table !important;
		text-align: center !important;
		margin: 23px auto !important;
	}
	
	
}

@media screen and (max-width: 400px) {
	p.txt-inicial{
		font-size:1em !important;
		transition:all, 0.5s;
	}
}


@media screen and (max-width: 991px){
	
	.cont-inicial {
        padding: 100px 0 10em 0 !important;
    }
}
	
	}


