html{
	overflow-x: hidden;
	min-height:100%;
	height: 100%;
}

body {	
	width:100%;
	height: 100%;
	background-color: #fff;
}

.bgparallax {
	padding: 0px;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	min-height: 400px;
}

.newsbg {
	background-color: #C1DAD0;
}

.imgheader {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-mask-image: url(#mask);
  mask-image: url(#mask);
}

.heroheader {
	height:100vh;
	background-size:cover;
	position:relative;
}

.heroheadersmall {
	height:50vh;
	background-size:cover;
	position:relative;
	overflow: hidden;
}

.heroheadersmaller {
	height:120px;
	background-size:cover;
	position:relative;
	overflow: hidden;
}

.flexcenter {
	justify-content: center;
    align-items: center;
	display: flex;
}

.titulo2col {
	font-family: "Zilla Slab", serif;
  	font-weight: 600;
  	font-style: normal;
    font-size: 36px;
    color: #15151e;
    line-height: 1;
	margin-bottom: 20px;
}

.pad2col {
	padding: 0px 40px;
}

.titulo2colbig {
	font-family: "Zilla Slab", serif;
  	font-weight: 400;
  	font-style: normal;
    font-size: 28px;
    color: #15151e;
    line-height: 1.2;
	margin-top: 20px;
}

.nomeequipa {
	font-family: "Raleway", sans-serif;
	color: #235af5;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
}
.cargoequipa {
	font-family: "Raleway", sans-serif;
	color: #235af5;
	font-size: 16px;
	font-weight: 400;
}
.infoequipa {
	font-family: "Raleway", sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
}

.fraseequipa {
	font-family: "Zilla Slab", serif;
	color: #000000;
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 20px;
}

.texto2col {
	font-family: "Raleway", sans-serif;
  	font-weight: 400;
  	font-style: normal;
    font-size: 20px;
    color: #15151e;
    line-height: 1.3;
}

.titulofaq {
	font-family: "Raleway", sans-serif;
  	font-weight: 400;
  	font-style: normal;
    font-size: 22px;
    color: #15151e;
    line-height: 1;
	text-align: left;
}
.subtitulofaq {
	font-family: "Raleway", sans-serif;
  	font-weight: 600;
  	font-style: normal;
    font-size: 18px;
    color: #7d9964;
    line-height: 1;
	text-align: left;
}

#accordion .card {
    border-bottom: 1px solid #7d9964;

}

.card-body {
	padding: 20px;
}
.colunaspurple .card-body {
	padding: 20px;
	font-family: "Raleway", sans-serif;
    font-size: 18px;
    color: #15151E;
}

.colunaspurple .card-body ul {
	padding-left: 10px;
}
.colunaspurple .card-body ul li::marker {
	color:#8250EB;
}
.colunaspurple .card-body ol {
	padding-left: 10px;
}
.colunaspurple .card-body ol li::marker {
	color:#8250EB;
}
.colunaswhite .card-body {
	padding: 20px;
	font-family: "Raleway", sans-serif;
    font-size: 18px;
    color: #15151E;
}

.colunaswhite .card-body ol {
	padding-left: 10px;
}
.colunaswhite .card-body ol li::marker {
	color:#8250EB;
	font-weight: bold;
}
.colunaswhite .card-body ul {
	padding-left: 10px;
}
.colunaswhite .card-body ul li::marker {
	color:#8250EB;
}

.card-header {
	padding: 20px;
}

#accordion .card-header:hover {
    background-color: #c2dbd1;
}



#accordion > .card-header > .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#accordion > .card-header > .btn-header-link.collapsed:after {
  content: "\f106";
}

.textofaq {
	font-family: "Raleway", sans-serif;
  	font-weight: 400;
  	font-style: normal;
    font-size: 18px;
    color: #15151e;
    line-height: 1.2;
	text-align: left;
}

.titulosection {
    /* font-family: "neue-haas-grotesk-text", sans-serif; */
	font-family: "Zilla Slab", serif;
  	font-weight: 400;
  	font-style: normal;
    font-size: 100px;
    color: #fff;
    overflow: hidden;
    line-height: 1;
	}
	
	.titulosectionnews {
    /* font-family: "neue-haas-grotesk-text", sans-serif; */
	font-family: "Zilla Slab", serif;
  	font-weight: 400;
  	font-style: normal;
    font-size: 100px;
    color: #fff;
    overflow: hidden;
    line-height: 1;
}

.btn-link:hover {
	text-decoration: none !important;
	cursor: pointer;
}

.titulosectionsmall {
    /* font-family: "neue-haas-grotesk-text", sans-serif; */
	font-family: "Zilla Slab", serif;
  	font-weight: 400;
  	font-style: normal;
    font-size: 100px;
    color: #fff;
    overflow: hidden;
    line-height: 1;
}

.titulosection h1 {
    font-size: 100px;
}

#accordion {
	border-radius: 20px;
    border: 2px solid #7d9964;
  overflow: hidden;
}

.headercentertitle .titulosection h1 {
    font-size: 70px;
}

.titulosectionnews h1 {
    font-size: 100px;
}


.titulosectionsmall h1 {
    font-size: 60px;
}

.rowblackwhite {
	background: linear-gradient(to left, #15151e 50%, #ffffff 50%);
}

.colwhite {
	background-color: #fff;
}
.colblack {
	background-color: #15151e;
}

.headercentertitle {
	position: absolute;
    top: 40%;
    z-index: 9;
    transform: translate(-50%);
    margin: 0 auto;
    left: 50%;
}

.headercenter {
	position: absolute;
    top: 50%;
    z-index: 9;
    transform: translate(-50%);
    margin: 0 auto;
    left: 50%;
}
		
		.titulosectionnews h1.animated-text {
    transform: translateY(100%); 
    animation: slide-up 1.4s cubic-bezier(0.77, 0, 0.175, 1) forwards 0.4s; 
}

.titulosection h1.animated-text {
    transform: translateY(100%); 
    animation: slide-up 1.4s cubic-bezier(0.77, 0, 0.175, 1) forwards 0.4s; 
}

@keyframes slide-up {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}

.divbg {
	position: absolute;
	z-index: 1;
	 width: 100%;
  height: 100%;
	background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
	  -webkit-animation: zoomin 80s ease-in infinite;
  animation: zoomin 80s ease-in infinite;
  transition: all .5s ease-in-out;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.3);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.3);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}
@keyframes zoomout {
    0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}/*End of Zoom out Keyframes */



.colnoticia {
	border-radius: 20px;
	border: 2px solid #fff;
	background-color: #fff;
	padding: 20px;
	height: 100%;
	transition: all .4s ease;
	min-height: 300px;
}

.colnoticia:hover {
	background-color: transparent !important;
}

.colnoticiapag {
	border-radius: 20px;
	border: 2px solid #e19ca5;
	background-color: transparent;
	padding: 20px;
	height: 100%;
	transition: all .4s ease;
	min-height: 300px;
}

.colnoticiapag:hover {
	background-color: #e19ca5 !important;
}

.colnoticiapagblank {
	border-radius: 20px;
	border: 2px solid #fff;
	background-color: #fff;
	padding: 20px;
	height: 100%;
	transition: all .4s ease;
	min-height: 300px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.colnoticiapagblank:hover {
	background-color: #C2DBD1 !important;
}
.colnoticiapagblank:hover .plustext, .colnoticiapagblank:hover .plustext span {
	color: #fff !important;
}

.mapacentro {
	position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
	margin-top: 0;
}

.mapacontainer {
	position: relative;
	overflow: hidden;
}

.elementos {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    z-index: 9;
    transform: translate(-50%, -60%) !important;
}

.elementobranco {
	position: absolute;
    z-index: -1;
    top: 40%;
    left: 20%;
    width: 350px;
}
.elementomun {
	position: absolute;
    z-index: 2;
    top: 98%;
    left: 12%;
    width: 350px;
}

.elementoplanos {
	position: absolute;
    z-index: 2;
    top: 78%;
    right: 18%;
    width: 350px;
}

.numerospreto {
	font-family: "Raleway", sans-serif;
	    position: absolute;
    z-index: 3;
    top: 30px;
    color: #C2DBD1;
    font-size: 22px;
    left: 30px;
    text-align: center;
    width: 260px;
	line-height: 1.3;
}
.numerospreto span {
	color: #C2DBD1;
	font-size: 11rem;
	font-weight: bold;
}
.numerosroxo {
	font-family: "Raleway", sans-serif;
	    position: absolute;
    z-index: 3;
    top: 90px;
    color: #C2DBD1;
    font-size: 22px;
    left: 60px;
    text-align: center;
    width: 260px;
	line-height: 1.3;
}
.numerosroxo span {
	color: #C2DBD1;
	font-size: 11rem;
	font-weight: bold;
}

.linksnextprev {
	font-family: "Raleway", sans-serif;
  	font-weight: 800;
  	font-style: normal;
    font-size: 32px;
	color: #fff;
}
.linksnextprev a {
	color: #fff;
	text-decoration: none; 
	margin-right: 30px;
	transition: all .4s ease;
}
.linksnextprev a:hover {
	color: #e19ca5;
}

.plustext {
	font-family: "Raleway", sans-serif;
  	font-weight:800;
  	font-style: normal;
    font-size: 44px;
	color: #C2DBD1;
}
.plustext span {
	display: block;
    text-align: center;
    font-weight: 400;
    font-size: 184px;
    color: #C2DBD1;
    line-height: 0.6;
}

.sectionpad {
	padding-top: 60px;
	padding-bottom: 60px;
}

a > .iconplus {
	transform: rotate(-45deg);
}

.main {
	transform: rotate(0deg) !important;
}

.iconplus {
	z-index: 9;
	transition: all .4s ease;
}

.iconplus {
	position: absolute;
    bottom: 20px;
    right: 40px;
}

.iconplus img {
	width: 35px;
	height: 35px;
}

.colpagina:first-child .iconplus {
	filter: invert(33%) sepia(50%) saturate(7128%) hue-rotate(221deg) brightness(97%) contrast(99%);
}

.colpagina:nth-child(2) .iconplus {
	filter: invert(49%) sepia(85%) saturate(2459%) hue-rotate(338deg) brightness(101%) contrast(92%);
}

.colpagina:nth-child(3) .iconplus {
	filter: invert(55%) sepia(69%) saturate(6851%) hue-rotate(242deg) brightness(94%) contrast(97%);
}

.colpagina:first-child:hover .bordercol {
	background-color: #235AF5;
	border: 2px solid #235AF5;
}

.colpagina:nth-child(2):hover .bordercol {
	background-color: #F5643C;
	border: 2px solid #F5643C;
}

.colpagina:nth-child(3):hover .bordercol {
	background-color: #8250EB;
	border: 2px solid #8250EB;
}

.colpagina:hover .bordercol .titulocolpagina {
	color: #fff;
}

.colpagina:hover .bordercol .textocolpagina {
	color: #fff;
}

.colpagina:hover .bordercol .iconplus {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.borderlaranja {
	padding: 30px;
    border: 2px solid #f5643c;
    border-radius: 20px;
    height: 100%;
	transition: all .4s ease;
}
.borderazul {
	padding: 30px;
    border: 2px solid #235af5;
    border-radius: 20px;
    height: 100%;
	transition: all .4s ease;
}



.borderradiusdiv {
    border-radius: 25px;
    /* padding: 20px; */
    border: 2px solid #f5643c;
}

.borderradiusdivp {
	border-radius: 25px;
    border: 2px solid #8250EB;
    position: relative;
    overflow: hidden;
}
.borderradiusdivp .iconplus {
    position: absolute;
    left: 43%;
    bottom: 10px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7434%) hue-rotate(356deg) brightness(106%) contrast(97%);
	right: auto;
} 
.borderradiusdivp #collapseExample1, .borderradiusdivp #collapseExample2, .borderradiusdivp #collapseExample3, .borderradiusdivp #collapseExample4, .borderradiusdivp #collapseExample5 {
    padding: 20px 20px 60px;
    background: #C1DAD0;
    z-index: 9;
    position: relative;
}


.borderradiusdivw {
    border-radius: 25px;
    /* padding: 20px; */
    border: 2px solid #fff;
}

.borderradiusdivw .card-body {
	font-size: 16px;
	line-height: 1.2;
	color: #15151E;
	font-family: "Raleway", sans-serif;
  	font-weight: 400;
}


.borderradiusdivw .iconplus {
    filter: brightness(0) saturate(100%) invert(85%) sepia(8%) saturate(384%) hue-rotate(104deg) brightness(97%) contrast(97%);
}

.boxwhite {
	background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    position: relative;
}
.boxpurple {
	background-color: #8250EB;
    border-radius: 20px;
    padding: 20px;
    position: relative;
	min-height: 180px;
}
.boxlaranja {
	    background-color: #f5643c;
    min-height: 250px;
    border-radius: 20px;
    padding: 20px;
    position: relative;
}

#collapseExample1, #collapseExample2, #collapseExample3, #collapseExample4 {
	    padding: 20px 20px 60px;
}
#pcollapseExample1, #pcollapseExample2, #pcollapseExample3, #pcollapseExample4, #pcollapseExample5, #pcollapseExample6, #pcollapseExample7, #pcollapseExample8, #pcollapseExample9, #pcollapseExample10, #pcollapseExample11, #pcollapseExample12, #pcollapseExample13, #pcollapseExample14 {
	    padding: 20px 20px 60px;
}

.tituloboxlaranja {
	font-family: "Raleway", sans-serif;
	color: #15151e;
	font-size: 25px;
	line-height: 1.2;
	font-weight: 400;
}

.imagembarra {
	position: absolute;
    z-index: 1;
    width: 50%;
    right: 0;
    border-radius: 20px;
}
.iconbarra {
	    position: absolute;
    z-index: 2;
    width: 100px;
    height: 100px;
    right: 110px;
    top: 40px;
}

.tituloboxpurple {
	font-family: "Raleway", sans-serif;
	color: #fff;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 500;
	width: 45%;
}
.tituloboxwhite {
	font-family: "Raleway", sans-serif;
	color: #15151E;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
}

.tituloboxwhite strong {
	color: #8250EB;
	font-size: 25px;
}

.tituloboxwhite p {
	margin-bottom: 0px;
}

.bordercol {
	padding: 30px;
    border: 2px solid #15151E;
    border-radius: 20px;
    height: 100%;
	transition: all .4s ease;
}

.bordercol a {
	text-decoration: none !important;
}

.titulonoticia {
	font-family: "Zilla Slab", serif;
	color: #e19ca5;
	font-size: 66px;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 40px;
	margin-bottom: 20px;
}

.titulocolpagina {
	font-family: "Zilla Slab", serif;
	color:#7D9964;
	font-size: 44px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 20px;
}

.tituloborder {
	font-family: "Zilla Slab", serif;
	font-size: 44px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 20px;
}

.infonoticia {
	font-family: "Raleway", sans-serif;
	color:#e19ca5;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 40px;
}

.conteudonoticia {
	font-family: "Raleway", sans-serif;
	color:#15151E;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 40px;
}

.textoborder {
	font-family: "Raleway", sans-serif;
	color:#15151E;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 40px;
}

.textoborder p {
	margin-bottom: 30px;
}

.textoborder p:last-child {
	margin-bottom: 0px !important;
}


.textoborder strong {
	font-size: 120%;
}

.rowflex {
	display: flex;
}

.textocolpagina {
	font-family: "Raleway", sans-serif;
	color:#15151E;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 40px;
}

.titulocoluna p {
	margin-bottom: 0px !important;
}
.rowcliente {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
    flex-direction: row;
}

.cliente {
	width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    border-radius: 20px;
    align-items: center;
    align-content: center;
    padding: 10px;
	margin: 2px;
}

.tituloclientes {
	font-family: "Zilla Slab", serif;
	color: #8250EB;
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 20px;
}

.bordertitulo {
	border-radius: 20px;
	border:2px solid #8250EB;
}

.titulocoluna {
	color:#C2DBD1;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.1;
	font-family: "Zilla Slab", serif;
	text-align: center;
}

.textocoluna {
	font-family: "Raleway", sans-serif;
	color:#fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.1;
	transition: all .4s ease;
	text-align: center;
	position: relative;
	text-transform: uppercase;
}

.colunalinks {
	position: relative;
}

.colunalinks:last-child:after {
	content: "";
	display: none !important;
}

.colunalinks::after {
	content:"";
	position: absolute;
	width: 4px;
	height: 40px;
	background-color: #7D9964;
	right: -10px;
    top: 5px;
}

.textocoluna:hover {
	color:#7D9964;
}

.wpcf7-response-output {
    /* border-color: #46b450; */
    border: 2px solid #006EC7 !important;
    background-color: #006EC7 !important;
    color: #fff !important;
    font-family: 'Source Serif 4', serif !important;
    border-radius: 10px !important;
    display: inline-block;
    text-align: center;
    width: 100% !important;
    padding: 20px !important;
}

.wpcf7-file {
  color: #006EC7;
    width: 100%;
    padding-top: 40px;
    text-align: left;
    margin-left: -80px;
}
.wpcf7-file::-webkit-file-upload-button {
  visibility: hidden;
}
.wpcf7-file::before {
  content: 'Upload';
    float: left;
    padding: 10px 25px;
    border: 2px solid #006EC7;
    border-radius: 40px;
    color: #006EC7;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    margin-top: -10px;
    transition: all .4s ease;
    left: 80px;
    position: relative;
}
.wpcf7-file:active {
  outline: 0;
}
.wpcf7-file:focus {
  outline: 0 !important;
	border: 0 !important;
}
.wpcf7-file:hover::before {
  border-color: #006EC7;
	background-color: #006EC7;
	color:#fff;
}
.wpcf7-file:active::before {
   border-color: #006EC7;
	background-color: #006EC7;
	color:#fff;
}

.advogados li {
	display: inline-block;
	float: left;
	margin-bottom: 40px;
	list-style: none;
	max-width: 205px;
    width: 100%;
	margin-right: 20px;
}

.hero-sliderafter, .hero-sliderbefore {
    mix-blend-mode: multiply;
}

.closepesquisa {
	position: absolute;
	top: 50px;
	right: 20px;
	cursor: pointer;
		color: #006EC7;
	font-size: 38px;
	font-weight: 600;
	font-family: 'Figtree', sans-serif;
}

.notabotao {
	font-family: 'Source Serif 4', serif;
	margin-bottom: 20px;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	margin-top: 30px;
}

.botaodownload {
	display: inline-block;
    margin: 0 auto;
    padding: 5px 20px;
    border: 2px solid #006EC7;
    border-radius: 40px;
    color: #006EC7;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
	transition: all .4s ease;
	cursor: pointer;
}

.botaodownload:hover {
	background-color: #006EC7;
	color: #fff;
}

.btsearch {
	cursor: pointer;
}


.wpcf7-text, .wpcf7-textarea {
	width: 90%;
    background: none;
    border: 2px solid #15151e;
    border-radius: 40px;
	font-family: "Raleway", sans-serif;
	color: #15151e;
	font-size: 20px;
	margin-bottom: 40px !important;
	padding: 15px;
}

input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    /* border-radius: 10px; */
    /* border: 1px solid #000; */
    width: 25px;
    height: 25px;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #15151e;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
	top: -4px;
    position: relative;
    cursor: pointer;
}

input[type=checkbox]:checked {
    background-color: #15151e;
}

.wpcf7-list-item-label {
	font-weight: 500 !important;
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	color: #15151e;
}

.wpcf7-list-item {
	margin: 0;
	display: block;
	padding: 0;
	font-size: 16px;
	font-weight: 400 !important;
	font-family: "Raleway", sans-serif;
}

.wpcf7-submit {
	float: left;
    padding: 10px 25px;
    border: 2px solid #235af5;
    border-radius: 40px;
    color: #fff;
    text-align: left;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    transition: all .4s ease;
    background-color: #235af5;
    position: relative;
    min-width: 190px;
    padding-left: 35px;
	
}

.botaoenviar {
	position: relative;
	display: inline-block;
}

.botaoenviar:after {
	content: "";
    position: absolute;
    top: 28px;
    right: 100px;
    background-image: url(../images/icon_aftersubmit.svg);
    width: 40px;
    height: 40px;
    pointer-events: none;
}

.noteform {
	margin-top: 30px;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 30px;
}

.wpcf7-text:focus {
	outline: none !important;
}

.pesquisa input[type=text]:focus {
	outline: none !important;
	border: none !important;
}

.pesquisa input[type=text]::placeholder {
 color:#A6A8AA !important;
	font-family: 'Source Serif 4', serif !important;
	font-size: 20px !important;
}
	
.pesquisa input[type=submit] {
	    background: none;
    border: none;
    font-family: 'Source Serif 4', serif;
	color: #006EC7;
    font-size: 20px;
	
}
	
.pesquisa input[type=text] {
	width: 90%;
    background: none;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #006EC7;
	font-family: 'Source Serif 4', serif;
	color: #006EC7;
	font-size: 20px;
}

.pesquisa {
	padding-top: 55px;
	position: fixed;
	z-index: 999999;
	background-color: rgba(255,255,255,0.90);
	width: 100%;
	height: 100%;
	transform: translateY(-100%);
	transition: all .6s ease-in;
}

.pesquisamobile input[type=text]:focus {
	outline: none !important;
	border: none !important;
}

.pesquisamobile input[type=text]::placeholder {
 color:#A6A8AA !important;
	font-family: 'Source Serif 4', serif !important;
	font-size: 20px !important;
}
	
.pesquisamobile input[type=submit] {
    background: none;
    border: none;
    font-family: 'Source Serif 4', serif;
    color: #006EC7;
    font-size: 20px;
    text-indent: -160px;
    background-image: url(../images/icon_lupa.svg);
    width: 32px;
    height: 30px;
    float: right;
    top: 16px;
    position: absolute;
    right: -10px;
	
}
	
.pesquisamobile input[type=text] {
	width: 90%;
    background: none;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #006EC7;
	font-family: 'Source Serif 4', serif;
	color: #006EC7;
	font-size: 20px;
}

.pesquisamobile {
	padding-top: 15px;
    width: 80%;
    position: relative;
    padding-bottom: 50px;
    text-align: center;
	margin: 0 auto;
	opacity: 0;
	transition-delay: 1s;
	transition: all .4s ease;
}

.pesquisamobileshow {
	opacity: 1 !important;
}

.pesquisashow {
	transform: translateY(0);
}

.colnews {
	margin-bottom: 60px;
	/*min-height: 500px;*/
}

.divnews {
	display: flex;
	flex-wrap: wrap;
}

.iconsmenu {
	position: absolute;
    right: 20px;
    top: 42px;
}

.linguas {
	position: absolute;
    left: -90px;
	top: 5px;
}

.lingua {
		color:#006EC7;
	font-family: 'Figtree', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.lingua span {
	margin-right: 5px;
}
.lingua span:last-child {
	margin-right: 0px;
}

.icontop {
	width: 20px;
	float: left;
	margin-right: 10px;
}
.iconsmenu .icontop:last-child {
	margin-right: 0px;
}

#bs-main-navbar {
	margin-right: 15%;
}

.equipacircle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    /* box-shadow: inset 0 0 0 0 rgba(200,95,66, 0.4), inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1); */
    background-size: cover;
    max-height: 205px;
    min-height: 205px;
    max-width: 205px;
    cursor: pointer;
}

.heroheader {
	height: 100vh;
	background-position: top;
	background-size: cover;
	overflow: hidden;
}

.heroheadernews {
	height: 40vh;
	background-position: top;
	background-size: cover;

}

.gm-bundled-control-on-bottom {
	bottom: 50% !important;
}

video:focus {
    outline: none;
}

.video-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    overflow: hidden;
    background-color: #222;
	height: 100%;
    width: 100%;
    opacity: 0.3;
	/*background-image: url(../images/grid1.png);*/
    background-repeat: repeat;
    z-index: 6;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.videoplay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    font-size: 18px;
    z-index: 999;
}


.menufix {
    position: fixed;
    z-index: 99;
    width: 100%;
 	top: 0px;
    transition: all .4s ease-in-out;
	background-color: #15151E;
}

.navbar-default {
    background: none !important;
    border: none !important;
	padding-top: 8px;
	transition: all .4s ease-in-out;
	float: right;
}


.hero-slider {
  width: 100%;
  height: 100vh;

}
.hero-slider .carousel-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.divbg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-animation: zoomin 50s ease-in infinite;
    animation: zoomin 50s ease-in infinite;
    transition: all .5s ease-in-out;
}

.hero-slider .carousel-cell .slide-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
	color: #fff;
}


.hero-slider .carousel-cell .slide-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
	z-index: 9;

}
.hero-slider .carousel-cell .slide-content .title {
  position: relative;
  font-family: 'Source Serif 4', serif;
  font-size: 3.8rem;
	line-height: 1.2;
  letter-spacing: 3px;
  color: #006EC7;
}
.hero-slider .carousel-cell .slide-content .caption {
  font-family: 'Source Serif 4', serif;
  font-size: 2.2rem;
  color: #ffffff;
  margin-bottom: 30px;
}
.hero-slider .carousel-cell .slide-content .btn {
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: 'Source Serif 4', serif;
    font-size: 0.7rem;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
}
.hero-slider .carousel-cell .slide-content .btn:hover {
  background: #fff;
  color: #000;
  transition: all 0.2s ease;
}
.hero-slider .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
}
.hero-slider .flickity-prev-next-button:hover {
  background: transparent;
}
.hero-slider .flickity-prev-next-button .arrow {
  fill: white;
}
.hero-slider .flickity-page-dots {
  bottom: 30px;
}
.hero-slider .flickity-page-dots .dot {
  width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    border: 0 solid white;
    border-radius: 50%;
}
.hero-slider .flickity-page-dots .dot.is-selected {
  background: #006EC7;
  border: 0 solid #006EC7;
}

/* --------------------------------
Masking
-------------------------------- */
.slide-content .title,
.slide-content .caption,
.slide-content .btn {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.slide-content.mask .mask {
  position: relative;
  overflow: hidden;
}
.slide-content.mask .title {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-name: slide-up;
          animation-name: slide-up;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  opacity: 1;
}
.slide-content.mask .divider {
  display: inline-block;
  position: relative;
  margin: 5px auto;
  height: 2px;
  width: 60%;
  background-color: #ffffff;
  -webkit-animation: divider-mask 1s 0.3s both;
          animation: divider-mask 1s 0.3s both;
}
.slide-content.mask .caption,
.slide-content.mask .btn {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-name: slide-down;
          animation-name: slide-down;
}

@-webkit-keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes divider-mask {
  0%, 100% {
    transform: scaleX(0);
  }
  40%, 60% {
    -webkit-transform: scaleX(1);
  }
}
@keyframes divider-mask {
  0%, 100% {
    transform: scaleX(0);
  }
  40%, 60% {
    transform: scaleX(1);
  }
}

@keyframes shrink {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 110% 110%;
  }
}

.hero-slider .centerdiv {
	display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  
    background: none !important;
}

.navbar-default .navbar-nav>.active>a:after, .navbar-default .navbar-nav>.active>a:hover:after, .navbar-default .navbar-nav>.active>a:focus:after {
	transform: scaleX(1); transform-origin:  0% 50%;
}

.navbar-default .navbar-nav>.current_page_ancestor>a:after, .navbar-default .navbar-nav>.current_page_ancestor>a:hover:after, .navbar-default .navbar-nav>.current_page_ancestor>a:focus:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}

.navbar-default .navbar-nav>li>a {
   font-family: "Raleway", sans-serif !important;
    color: #fff !important;
	font-size: 52px !important;
  line-height: normal;
	/*background: linear-gradient(to right, #0081a4 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;*/
  transition: all .5s ease-out;    
letter-spacing: 1px;
	padding: 10px 25px !important;
	font-weight: 600;
	text-align: right;
}

#menu-menuprincipal .bthome:hover a {
	color: #7d9964 !important;
}

#menu-menuprincipal .btsomos:hover a {
	color: #235af5 !important;
}

#menu-menuprincipal .btmove:hover a {
	color: #f5643c !important;
}

#menu-menuprincipal .btfazemos:hover a {
	color: #8250eb !important;
}

#menu-menuprincipal .btprecisa:hover a {
	color: #7d9964 !important;
}

#menu-menuprincipal .btnot:hover a {
	color: #e19ca5 !important;
}

#menu-menuprincipal .btcont:hover a {
	color: #7d9964 !important;
}

.navbar-nav>li {
        float: none !important;
    }

#menu-menuprincipal {
	transition: all ease-in-out .6s;
	margin-top: 23px;
	text-align: right;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #006EC7  !important;
    background: none !important;
}




.feature.video {
  height: 100vh;
  width: 100%;
  overflow: hidden;
	position: relative;
}




.sectionspace {
	padding-top: 100px;
	padding-bottom: 100px;
}
.sectionspacesmall {
	padding-top: 100px;
	padding-bottom: 50px;
}



.titulofooter {
	color: #006EC7;
	font-size: 28px;
	font-weight: 500;
	font-family: 'Source Serif 4', serif;
	margin-bottom: 50px;
	position: relative;
	display: inline-block;
}

.titulofooter::after {
	content: "";
	background-color: #006EC7;
	height: 2px;
	position: absolute;
	top: 40px;
    width: 0%;
    left: 0;
	transition: all .6s ease;
	transition-delay: 1.5s;
}

.aos-animate.titulofooter::after {
    width: 100%;
}

.textofooter {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	color:#fff;
	font-family: 'Figtree', sans-serif;
}

.copyfooter {
	color:#fff;
	text-align: left;
	font-family: 'Figtree', sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 1.2;
	transition: all .4s ease;
	margin-top: 30px;
}

.copy {
	margin-top: 20px;
}

.video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 0;
  width: 100%;
  padding: 0;
  padding-bottom: 56.25%;
}
.video-wrapper iframe {
  height: calc(100% + 250px);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  margin-top: -125px;
}

.video-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
	transform: translateY(0px);
}


.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #006EC7  !important;
    background-color: #fff !important;
}

.dropdown-menu {
	background: #fff !important;
	color: #A6A8AA !important;
	font-family: 'Figtree', sans-serifs !important;
	border: none !important;
	-webkit-box-shadow:  none !important;
    box-shadow: none !important;
	padding-left: 5px;
    padding-right: 10px;
	border-radius: 0px !important;
	transition: all .4s ease;
	transform: translateY(-100px);
}

.dropdown-menu>li>a {
	font-family: 'Figtree', sans-serif !important;
    display: block;
    padding: 10px 20px !important;
    clear: both;
	font-size: 16px !important;
    font-weight: 400;
    line-height: 1.42857143;
    color: #A6A8AA !important;
    white-space: nowrap;
	transition: all .4s ease-in-out;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #006EC7  !important;
    background-color: transparent !important;
}

.navbar-default .navbar-nav>li>a:hover + .menufix {
	background: #fff;
}





a:hover {
	text-decoration: none !important;
}

.rowbackground {
	padding: 100px 0px;
}

.dropdown-menu {
	
}

#menu-menuprincipal {
	float: right !important;
}


.linguadiv {
	background-color: #0081a4;
	display: inline-block;
	padding: 5px 20px;
	position: absolute;
    top: 0px;
    right: 15px;
}

.linguasmobile {
	display: none;
}

.iconmenu.change {
	/*border:1px solid #fff;*/
}
	
.iconmenu {
  cursor: pointer;
    position: absolute;
    right: 30px;
    border: 1px solid #7D9964;
    /* padding: 10px; */
    border-radius: 50%;
    width: 54px;
    height: 54px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    padding-top: 15px;
    padding-left: 8px;
    top: 20px;

}

.bar1, .bar2, .bar3 {
	width: 30px;
    height: 2px;
    background-color: #7D9964;
    margin: 4px 3px;
    transition: all 0.4s ease;
    border-radius: 10px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,0.50);
    pointer-events: none;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
	background-color: #7D9964;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -4px);
  transform: rotate(45deg) translate(-4px, -4px);
	background-color: #7D9964;
}

.menucontainer {
	background-color: #15151ef2;
    background-blend-mode: multiply;
	position: fixed;
	height: 100%;
	min-height: 100vh;
	width: 100%;
	right: 0px;
	padding-top: 150px;
	padding-bottom: 50px;
	z-index: 99;
	overflow-y: auto;
	display: flex;
    justify-content: center;
    align-items: center;
	transform: translateY(-100%);
	transition: all .2s ease-in-out;
}

.maskheader {
	position: absolute;
    z-index: 9;
    width: 102%;
    height: 100%;
    object-fit: cover;
    left: -5px;
    top: 0;
	
}

.maskheader img {
	object-fit: cover;
    height: 100%;
    width: 100%;
}

.hasScrolled {
	
}

.hasScrolled .logotopo {
	
}

.hasScrolled .navbar-default {
	padding-top: 40px;
}

.bglinks {
	background-color: #15151E;
	padding: 40px 0px;
}

.hoverlogo {
	background-color: #fff;
	width: 90%;
	margin-left: 30%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	z-index: 9;
	height: 100%;
	transition: all .3s ease-in;
}

.hasScrolled .logotopo {
	/*margin-top: 15px;
    max-width: 80px;*/
}
.hasScrolled .hoverlogo {

}

.hasScrolled #menu-menuprincipal-1 {
	margin-top: -4px;
}

.fill {
    min-height: 100%;
    height: 85vh;
}

.menuon {
	transform: translateY(0%);
}

.janelapopup {
	min-width: 340px;
    padding: 30px;
    /*background: #000;*/
    text-align: center;
    color: #D2B696;
	font-family: 'Playfair Display', serif;
	
}



.header {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100vh;
}

.botaofilme, .botaocoluna, .videoplay {
	cursor: pointer;
}

.bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg-container .bg-home-img {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover!important;
    transition: background-image 650ms ease-in-out;
}

.bg-container video {
    /*position: relative;
    display: block;
    vertical-align: top;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);*/
  min-width: 100%; 
  min-height: 100%; 
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	 z-index: -100;

}

.iw_title {
	font-family: 'Playfair Display', serif;
	color: #000;
	font-size: 25px;
	margin-bottom: 30px;
}

.iw_link {
	font-family: 'Roboto', sans-serif;
	 color: #000;
	font-size: 15px;
}

.iw_link2 {
	font-family: 'Roboto', sans-serif;
	 color: #D2B696;
	font-size: 15px;
	margin-top: 20px;
}

.menudesktop {
	display: block;
}
.footerborder {
	border-top: 1px solid #D2B696;
	border-bottom: 1px solid #D2B696;
	padding-top: 60px;
	padding-bottom: 60px;
	color:#D2B696;
	font-size: 14px;
font-family: 'Roboto', sans-serif !important;
	line-height: 1.7;
	font-weight: 100;
}

.footerborder a {
	color:#D2B696 !important;
	font-size: 14px !important;
	font-family: 'Roboto', sans-serif !important;
	text-decoration: none !important;
	font-weight: 400;
}

.logofooter {
	width: 100%;
	max-width: 310px;
}

.footercol {
	padding: 40px 0px 0px 40px;
}

.footercol2 {
	padding-top: 40px;
	padding-left: 0px;
}

.footer {
	padding-top: 80px;
	padding-bottom: 40px;

}

/*.lingua {
	font-family: 'Source Serif 4', serif !important;
	color:#fff; 
	font-size: 14px;
}*/

.centerfloat {
	display:         flex;
  flex-wrap:       wrap;
  justify-content: center;
}

.colequipa {
	margin-bottom: 60px;
}

.colequipa .fotoequipa {
	margin-bottom: 30px;
}

.centerflex {
	display: flex;
	justify-content: center;
	align-content: center;
}

.verde {
	background-color: #405530;
}

.tags {
	font-family: 'Roboto', sans-serif;
    margin-top: 40px;
    font-size: 15px;
    color: #D2B696;
    display: inline-block;
    
    margin-right: 45px;
}

.tags:before {
    content: "";
    background-image: url(../images/icon_botao_down.svg);
    position: absolute;
    width: 11px;
    margin-left: -15px;
    height: 15px;
    background-repeat: no-repeat;
    margin-top: 2px;
}

img {
	max-width: 100%;
}

a{ 
	color: #3F3F3F;
}
a:hover{ 
	color: #3F3F3F;
	text-decoration:underline;
}
a:focus {
	outline:none;
	outline-offset:0;
}


.bg {
    /* background-image: url(../images/architecture-2083692.jpg); */
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	z-index: 1;
}

.homebg {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top: 40px;
	top: 150px;
    padding-bottom: 40px;
    position: absolute;
    z-index: 9;
    width: 100%;
    min-height: 610px;
}

.homelogo {
	max-width: 450px;
}

.texthome {
	font-family: 'Source Serif 4', serif !important;
	color:#010101;
	font-size: 26px;
	line-height: 1.2;
	margin-top: 20px;
	margin-bottom: 40px;
}

.listpessoa {
		overflow: hidden;
		margin-bottom: 30px;
	}
	
	.listpessoa:hover .imagepessoa {
		transform: scale(1.1);
	}
	
	.listpessoa:hover .divnomebox {
		opacity: 1;
	}	
	
	.listpessoa:hover .divnomebox .nomepessoa:after {
		width: 100%;
	}	

.divpessoa {
	overflow: hidden;
}

		
	.listpessoa:hover .backnome {
		bottom: -45%;
		right: -25%;
	}
	
	.imagepessoa {
		transition: all .5s ease-in-out;
	}
	
	.divnomebox {
		position: absolute;
		bottom: 20px;
		left: 40px;
		opacity: 0;
		transition: all .4s ease-in;
		transition-delay: .2s;
	}
	
	.nomepessoa {
		font-family: 'Source Serif 4', serif;
		color:#fff;
		font-size: 16px;
		font-weight: 500;
		z-index: 10;
		position: relative;
	}
	
	.nomepessoa:after {
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 0;
		height: 1px;
		background-color: #fff;
		content: "";
		transition: all .4s ease-in-out;
		transition-delay: .4s;
	}
	
	.cargopessoa {
		font-family: 'Figtree', sans-serif;
		color:#fff;
		font-size: 14px;
		font-weight: 400;
		margin-top: 5px;
		transition: all .4s ease-in;
		transition-delay: .2s;
	}

.logotopo {
	max-width: 240px;
    margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	margin-left: 15px;
}

.asociedade {
	position: relative;
	text-align: center;
}

.botaocircle {
	display: inline-block;
	margin: 0 auto;
	padding: 5px 10px;
	border:2px solid #fff;
	border-radius: 40px;
	color: #fff;
	text-align: center;
	font-family: 'Figtree', sans-serif;
	font-size: 14px;
	margin-top: 20px;
	transition: all .4s ease;
}

.botaocircle:hover {
	background-color: #fff;
	color:#006EC7;
}

.circlesociedade {
	background-color: #006EC7;
    border-radius: 50%;
    height: 480px;
    width: 480px;
    display: inline-block;
    /* margin: 0 auto; */

    padding: 130px 70px;
    color: #fff;
    line-height: 1.4;
    font-size: 16px;
	font-family: 'Source Serif 4', serif;
	 position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.newstop {
	background-position: center;
	background-size: cover;
	min-height: 150px;
}

.newssep {
	margin-top: 10px;
	margin-bottom: 30px;
	height: 2px;
	background-color: #006EC7;
	transition-delay: 1.5s;
	transition-duration: .5s;
	transition-property: all;
	transition-timing-function: ease;
	width: 0px;
}

.aos-animate .newssep {
	width: 100%;
}

.formtitle {
	font-family: "Raleway", sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #000;
}
.formtitle span {
	color: #235af5;
}

.textfooter {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #7D9964;
}

.textfooter a{
	color: #7D9964 !important;
	text-decoration: none !important;
}
.textfooter a:hover {
	font-weight: 600 !important;
}

.redesociais {
	text-align: right;
}

.rede {
	float: right;
	width: 30px;
	margin-right: 10px;
}

.newsdate {
	color: #7D9964;
	font-weight: 500;
	font-size: 16px;
	font-family: "Raleway", sans-serif;
	margin-bottom: 5px;
}

.newstitulo {
	font-family: "Raleway", sans-serif;
	color: #15151E;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.linklermais {
	font-family: "Raleway", sans-serif;
	color: #7D9964;
	font-size: 16px;
	font-weight: 600;
}

.containernews {
  background: linear-gradient(to bottom, #ededed 50%, #fff 50%);
  background-size: 100% 200%;
  background-position: bottom left;
  transition: all .5s ease-in;
	transition-delay: 1s;
	padding-top: 300px;
}

.inview.containernews {
  background-position: top left;
}

.footer {
  background-color: #15151e;
  transition: all .5s ease-in;
	transition-delay: 1s;
}

.inview.footer {
  background-position: top left;
}

.footertxt {
	font-family: 'aileronsemibold' !important;
	color:#fff;
	font-size: 14px; 
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
}

.headertitle {
	background-color: #0081a4;
	font-family: 'Source Serif 4', serif !important;
	color:#fff;
	font-size: 28px; 
	padding-top: 60px;
	padding-bottom: 80px;
	line-height: 1.2;
}

.circle {
	border-radius: 50%;
	margin-top: -82px;
	
}

.circlescontainer {
	padding-top: 160px;
	padding-bottom: 40px;
	position: relative;
}

.circles { 
    padding:0 10px; 
    border-top: 1px solid #000; 
    height: 1px;
    line-height: 0.1em;
}

.rowcol {
	background-color: #000;
	padding: 100px 0px;
}

.coluna3 {
	min-height: 380px;
}

.iconplay {
	position: absolute;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.tituloextra {
    font-family: 'Playfair Display', serif;
    color: #000000;
    font-size: 34px;
    line-height: 1.2;
}

.menu1, .menu2, .menu3, .menu4, .menu5 {
	cursor: pointer;
}


.legenda {
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	color:#000;
	font-size: 18px;
}

.equalrow {
	display: flex;
    flex-flow: row wrap;
}

.paddingcolunatexto {
	padding: 75px 120px;
}

.paddingcolunatextosmall {
	padding: 40px 90px;
}

.assinatura {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color:#D2B696;
	margin-top: 80px;
}

.botaocoluna {
	font-family: 'Roboto', sans-serif;
	margin-top: 40px;
	font-size: 15px;
	color:#D2B696;
}

.botaocoluna:before {
	content: "";
	background-image: url(../images/icon_botao_down.svg);
	position: absolute;
    width: 9px;
    margin-left: -15px;
    height: 12px;
    background-repeat: no-repeat;
    margin-top: 6px;
}

.textocontainer {
	padding-top: 60px;
	padding-bottom: 60px;
}

.textopagina {
	font-family: 'Source Serif 4', serif !important;
	color:#010101;
	font-size: 20px;
	line-height: 1.4;
	text-align: justify;
    text-justify: inter-word;
}

.menutopo {
	padding-left: 15px;
	margin-bottom: 40px;
}

.menutopo li {
	font-family: 'Roboto', sans-serif !important;
	font-size: 14px;
	list-style: none;
	float: left;
	margin-right: 10px;
	letter-spacing: 1px;
}

.menutopo li::after {
	content: "|";
	position: relative;
	margin-left: 10px;
}

.menutopo li:last-child {
	margin-right: 0px;
}

.menutopo li:last-child::after {
	display: none;
}

.titulobig {
	font-family: 'Playfair Display', serif;
	color:#000000;
	font-size: 28px;
	line-height: 1.2;
}


.titulobig2 {
	font-family: 'Playfair Display', serif;
	color:#000000;
	font-size: 32px;
	line-height: 1.2;
}

.parallax {
	  background-attachment: fixed;
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  min-height: 700px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.textoparallax {
	font-family: 'Playfair Display', serif;
	color:#D2B696;
	font-size: 36px;
	line-height: 1.2;
}

.botaofechar {
	display: none;
	max-width: 100px;
	margin-top: 40px;
	transition: all ease-in-out .4s;
}

.showfechar {
	max-width: 120px !important;
	margin-top: 20px !important;
}


.menuopen {
	/*display: block !important;*/
	transform: translateX(0);
}

.logotopo {
	cursor: pointer;
}

/* Large desktop */
@media (max-width: 1300px) {
	#menu-menuprincipal-1 >li>a {
    font-size: 15px !important;
		    padding: 10px 15px !important;
	}
	
	#menu-menuprincipal-1 {
    margin-right: 30px;
}
}
/* Portrait tablet to landscape and desktop */
@media (max-width: 1100px) {
	.hasScrolled .linguasmobile {
		display: block;
	}
	
	.linguasmobile {
		position: absolute;
    top: -60px;
    right: 70px;
		transition: all .4s ease;
	}
	
	.linguasmobile .linguas {
    top: 3px !important;
}
	
	.dropdown-menu {
		position: relative !important;
		display: contents  !important;
		/* margin-top: 100px !important;*/
    height: 100% !important;
   /* margin-bottom: -100px;*/
}
	
	.menucontainer {
    align-items: inherit !important;
	}
	
	.pull-left {
    float: none !important;
    text-align: center !important;
}
	
	#menu-menuprincipal li {
		transition: all .4s ease;
		transform: translateY(-30px);
		text-align: right !important;
	}	
	
	#menu-menuprincipal  li a {
    font-size: 30px !important;
    text-align: right;
}
	
	.colnews {
		width: 100%;
	}
	
	.headercentertitle {
        bottom: 10% !important;
		top: inherit !important;
		width: 95%;
}
	/*#menu-menuprincipal li:first-child {
		transition-delay: .5s;
	}
	
	#menu-menuprincipal li:nth-child(2) {
		transition-delay: .8s;
	}	
	#menu-menuprincipal li:nth-child(3) {
		transition-delay: 1.1s;
	}
	
	#menu-menuprincipal li:nth-child(3) {
		transition-delay: 1.4s;
	}*/
	
	.showmenumobile {
		transform: translateY(0px) !important;
		opacity: 1 !important;
	}
	
	#bs-main-navbar {
     margin-right: 0 !important;
}

	#menu-menuprincipal .navbar-default .navbar-nav>li>a {
    font-size: 26px !important;
	}
	
	.coluna3 {
     min-height: auto !important;
		margin-bottom: 40px;
}
		.menudesktop {
	display: none;
}
	
	.navbar-default .navbar-nav>li>a {
		display: inline-block;
}
	
	.navbar-nav>li {
    float: none !important;
    text-align: center !important;
}
	.iconmenu {
     display: block !important;
		right: 15px !important;
		top: 30px !important;
    z-index: 9999 !important;
}
	
	.hasScrolled .linguadiv {
		top: -100px;
	}
	
	.hasScrolled .iconmenu {
		top: -60px !important;
	}
	
	.menucontainer .navbar-default {
    padding-top: 0px;
}
}


@media (min-width: 1300px) {
    .container {
        width: 1300px;
    }
}
	
@media (max-width: 991px) {
	
	.linksnextprev {
    font-size: 22px;
    padding-left: 20px;
}
	
	.titulonoticia {
    font-size: 46px;
		line-height: 1;
}
	
	.menufix .iconmenu {
		top: -90px !important;
}
	
	.contactbackground {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
	
	.hasScrolled .logohimo {
    margin-top: 20px !important;
    max-width: 140px !important;
}
	
	
	.linguadiv {
    top: -141px;
    right: 15px;
}
	
	
	
		.colunasmobile {
		display: block !important;
	}
	
	.colunasdesktop {
		display: none !important;
	}
	
	
	
}

.colunasmobile {
		display: none;
	}
	
	.colunasdesktop {
		display: block;
	}

.rowequipa {
		margin-top: 80px;
	    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	}
	
.colunaswhite, .colunaspurple {
	padding-left: 0px;
	margin-bottom: 20px;
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	.elementos {
		width: 100%;
    top: 55%;
	}
	
	.mapacentro {
		transform: translate(0, 0) !important;
	}
	
	.iconplus img {
    width: 30px;
    height: 30px;
}
	
	.borderradiusdivp .iconplus {
    position: absolute;
    left: 5%;
	}
	
	.tituloboxpurple {
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    width: 49%;
}
	
	.iconbarra {
    position: absolute;
    z-index: 2;
    width: 70px;
    height: 70px;
    right: 60px;
    top: 30px;
}
	
	.boxpurple {
    min-height: 130px;
}
	
	.mtopequipa {
		margin-top: 50px;
	}
	
	.colunaslaranja {
		width: 100%;
		margin-bottom: 40px;
	}
	
	.rowequipa {
		margin-top: 0px
	}
	
	.membro {
		margin-top: 60px;
	}
	
	.rowreverse {
		    flex-direction: column-reverse;
	}
	
	    .rowflex {
        /* display: block; */
        flex-wrap: wrap;
    }

	
	.rowblackwhite {
    background: none !important;
		padding: 0 !important;
}
	.titulosectionsmall h1 {
    font-size: 40px;
}
	
	.titulo2colbig br {
		display: none;
	}
	
	.pad2col {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.flexcenter {
    justify-content: center;
    align-items: center;
    display: block !important;
}
	
	.spacecol {
    padding-left: 30px !important;
}
	
	.sectionspacesmall {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
	
	.textohabilitacoes {
    font-size: 16px !important;
}

	
	.parallax {
	  background-attachment: inherit;
}
	
	.colunascategoria {
		margin-bottom: 30px;
	}
	
	.colunascategoria:last-child {
		margin-bottom: 0px;
	}
	
}

.padpara {
		padding-bottom: 100px;
	}

/* Landscape phones and down */
@media (max-width: 425px) {
	
	#containersociedade	.circlesociedade {
    height: 320px !important;
    width: 320px !important;
    padding: 60px 40px !important;
    line-height: 1.4;
    font-size: 12px !important;
}
	
}
	

	.arrowdown {
		display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
	}
	
	
	#scroll-down {
  display: block;
  position: relative;
  padding-top: 79px;
  text-align: center;
}
.arrow-down {
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 38px;
}
.arrow-down:after {
 content: "";
    display: block;
    margin: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    left: -1px;
    position: relative;
    top: -2px;
}
#scroll-title {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-family: Helvetica Neue, Helvetica, Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#scroll-down::before {
  -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 90px;
    background: #fff;
    content: " ";
}
@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-moz-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-o-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
	
@media (max-width: 480px) {
	
	.boxlaranja {
		margin-bottom: 40px;
	}
	
	    .elementomun {
        position: absolute;
        z-index: 2;
        top: 225%;
        left: 12%;
        width: 200px;
    }
	.tituloboxwhite strong {
    color: #8250EB;
    font-size: 18px;
}
	
	.imagembarra img {
		min-height: 130px;
	}
	
	.iconplus {
    right: 20px;
}
	
	.tituloboxwhite {
    font-size: 14px;
		padding-right: 60px;
}
	
	.numerospreto {
           font-family: "Raleway", sans-serif;
        position: absolute;
        z-index: 3;
        top: 15px;
        color: #C2DBD1;
        font-size: 15px;
        left: 0px;
        text-align: center;
        width: 170px;
    }

	.numerospreto span {
    color: #C2DBD1;
    font-size: 7rem;
    font-weight: bold;
}
	
.elementoplanos {
    width: 200px;
    top: 170%;
}
	
	.numerosroxo {
    font-family: "Raleway", sans-serif;
    position: absolute;
    z-index: 3;
    top: 70px;
    color: #C2DBD1;
    font-size: 15px;
    left:0px;
    text-align: center;
    width: 220px;
}
	.numerosroxo span {
    color: #C2DBD1;
    font-size: 7rem;
    font-weight: bold;
    line-height: 1;
}
	
	.rowflex {
     /*display: block;*/
}
	
	.colpagina {
		margin-bottom: 40px;
	}
	
	.titulosectionnews h1 {
    font-size: 36px;
}
	
	.titulosectionnews h1 br {
    display: none;
}
	
	    .titulosection h1 br {
       display: none;
    }
	
.colunalinks::after {
    display: none;
}
	
	.colunalinks {
		margin-bottom: 30px;
	}
	
	.arrowdown {
    bottom: 30px !important;
}
	
	.hasScrolled {
    height: 80px !important;
}
	
	.menufix .iconmenu {
    top: -60px !important;
}
	
	.heroheader {
		background-size: cover !important;
	}
	

	
	.textosection br {
		display: none;
	}
	
	.colnews {
    margin-bottom: 60px !important;
    min-height: inherit !important;
}
	
		
	.botaocircle {
    margin-top: 5px !important;
}
	
	
	.hero-slider .carousel-cell .slide-content {
    top: 40%;
    left: 20px;
}
	
	.headerover {
		pointer-events: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;

	}
	
	.hero-slider .carousel-cell .slide-content .title {
    font-size: 22px !important;
    line-height: 1 !important;
    padding-right: 60px;
}
	
		.headerover {
		overflow: hidden;
	}

	.hasScrolled .hoverlogo {
    opacity: 1;
    margin-left: 26% !important;
    margin-top: -25px !important;
}
	
	
	.tags {
    font-family: 'Roboto', sans-serif;
    margin-top: 25px;
    font-size: 15px;
    color: #D2B696;
    display: block;
    margin-right: 0px;
}
	
	.padpara {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	

	
	.padinicial2 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
	
	.tags:before {
    margin-top: 5px;
}
	
	.centerfloat {
    display: block !important;
    flex-wrap: inherit !important;
    justify-content: inherit !important;
    text-align: center;
}
	
	.parallax {
		background-attachment: initial !important;
	}
	
	.fill {
    margin-top: 0px !important;
}
	

	.coluna3 {
     min-height: auto !important;
		margin-bottom: 40px;
}
	
	.paddingcolunatextosmall {
    padding: 40px 20px;
}

	.paddingmob {
		padding: 100px 20px;
	}
	
	.legenda {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 14px;
}
	
	.texto2coluna {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.assinatura {
    font-size: 14px;
    margin-top: 60px;
}
	

	.menufix {
		height: auto;
	}
	
	.menutopo {
    padding-left: 15px;
    margin-bottom: 50px;
}
	
	.menutopo li {
    font-size: 12px;

}
	
	.footercol2 {
	padding-left: 20px;
}
		.footercol {
	padding-left: 20px;
}
	
	.botaocoluna:before {
    margin-left: -15px;
}
	
	.paddingcolunatexto {
    padding: 45px 20px;
}
	

	.botaocoluna {
    padding-left: 20px;
		font-size: 13px;
}

	.logotopo {
    max-width: 150px;
    margin-top: 10px;
	margin-left: 0px;
}
	
	.headercenter {
    width: 100%;
}
	
	.titulosection h1 {
    font-size: 34px !important;
}
	
	.redesociais {
    text-align: right;
    float: left;
    margin-top: 15px;
}
	
	.rede {
    float: right;
    width: 30px;
    margin-right: 10px;
}
	
	.hasScrolled .logotopo {
    /*margin-top: 10px;
    max-width: 80px;/*
}
	
	.iconmenu {
    top: -60px !important;
}
	
	.hasScrolled .iconmenu {
   /* top: -60px !important;*/
}
	
	.textoparallax {
    font-size: 24px;
    line-height: 1.2;
}
	
}
/* end device media queries */

/* Internet Explorer 8+ (Media Query) */
@media screen\0 {

}


