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

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

.advogados {
	margin: 0px;
	padding: 0px;
}

.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 {
	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;
	margin-bottom: 40px !important;
}

.wpcf7-list-item-label {
	font-weight: 400 !important;
	font-family: 'Source Serif 4', serif;
}

.wpcf7-list-item {
	margin: 0;
	display: block;
	padding: 0;
	font-size: 16px;
	font-weight: 400 !important;
	font-family: 'Source Serif 4', serif;
}

.wpcf7-submit {
	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: 20px;
    transition: all .4s ease;
}

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

.wpcf7-text:focus {
	outline: none !important;
	border: 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;
}

.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;
}

.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 80s ease-in infinite;
    animation: zoomin 80s 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: 'Source Serif 4', serif !important;
	color:#006EC7 !important;
	font-size: 18px !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: 500;
	
}

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

.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;
}

.navbar-default .navbar-nav>li>a:after {
display:block;
  content: '';
  border-bottom: solid 1px #006EC7;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}

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

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

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

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

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

.textosection {
	color: #006EC7;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Source Serif 4', serif;
	margin-bottom: 50px;
}
.textosectioncol {
	color: #006EC7;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	font-family: 'Source Serif 4', serif;
	margin-bottom: 50px;
}

.textosectioncol a {
	color: inherit !important;
}

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

.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:#006EC7;
	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;
}

.whitebg {
	background-color: #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 {
  cursor: pointer;
  position: absolute;
  right: 10px;
	display: none;
}

.bar1, .bar2, .bar3 {
	width: 30px;
    height: 3px;
    background-color: #000;
    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);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  transform: rotate(45deg) translate(-5px, -5px);
}

.menucontainer {
	background-color: #fff;
	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 .6s ease-in-out;
}

.hasScrolled {
	background-color: #fff;
	height: 120px !important;
}

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

.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;
	
}

.textocolunasmall a {
	color:#000 !important;
}

.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;
}

.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: 280px;
    margin-top: 10px;
	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;
}

.newstitulo {
	font-family: 'Source Serif 4', serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 20px;
	color: #006EC7;
}

.newstexto {
	font-family: 'Source Serif 4', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 20px;
	color: #000;
}

.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%;
}

.newsdate {
	color: rgba(0,0,0,0.80);
	font-weight: 600;
	font-size: 14px;
	font-family: 'Figtree', sans-serif;
	margin-bottom: 15px;
    margin-top: 20px;
	
}

.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: linear-gradient(to bottom, #ededed 50%, #fff 50%);
  background-size: 100% 200%;
  background-position: bottom left;
  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;
}

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

.textocolunasmall {
	font-family: 'Playfair Display', serif;
	color:#000;
	font-size: 17px;
	line-height: 1.6;
}

.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 {
		opacity: 0;
		transition: all .4s ease;
		transform: translateY(-30px);
	}	
	/*#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 (max-width: 991px) {
	
	.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;
	}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	.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) {
	
		.heroheader {
    height: 95vh !important;
}
	
	.arrowdown {
    bottom: 30px !important;
}
	
	.hasScrolled {
    height: 100px !important;
}
	
	.menufix .iconmenu {
    top: -60px !important;
}
	
	.heroheader {
		background-size: cover !important;
	}
	
	.heroheadertitle {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.mapamundo {
    padding: 40px 0px;
}
	
	.circlemex:hover {
    width: 220px !important;
    height: 220px !important;
    margin-top: -150px !important;
    margin-left: -30px !important;
}
	
	.circlesul:hover {
    width: 220px !important;
    height: 220px !important;
    margin-top: -140px !important;
    margin-left: -70px !important;
}
	
	.circleafrica:hover {
    width: 220px !important;
    height: 220px !important;
    margin-top: -140px !important;
    margin-left: -100px !important;
}
	
	.circleasia:hover {
    width: 220px !important;
	height: 220px !important;
	margin-top: -60px !important;
	}
	
	.circleaus {
		z-index: 99999 !important;
	}
		
	.circleaus:hover {
    width: 220px !important;
	height: 220px !important;
	 margin-top: -140px !important;
    margin-left: -100px !important;
	}
	
	.circlemex, .circlesul, .circleafrica, .circleasia, .circleaus {
    width: 40px !important;
    height: 40px !important;
	}
	
	.circleus {
    width: 40px !important;
    height: 40px !important;
	}
	
	.circleus:hover {
    width: 220px !important;
    height: 220px !important;
		margin-top: -90px !important;
    margin-left: -60px !important;
	}
	
	.circleeuropa:hover {
    width: 220px !important;
    height: 220px !important;
    margin-top: -65px !important;
    margin-left: -100px !important;
}
	
	.circleeuropa {
    width: 40px !important;
    height: 40px !important;
    position: absolute;
    top: 28% !important;
		left: 45% !important;
		font-size: 10px;
	}
	
	.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;
	}
	
	.circlesociedade {
    height: 380px !important;
    width: 380px !important;
    padding: 80px 50px !important;
    line-height: 1.4;
    font-size: 14px !important;
}
	
	.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;
	}
	
	.textocolunasmall {
    font-size: 15px;
    line-height: 1.4;
}
	
	.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;
}
	
	#josepedrobarreira {
		padding-top: 10px;
	}
	
	.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;
}
	
	.textocoluna {
    font-size: 18px;
    line-height: 1.2;
}
	
	.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: 250px;
    margin-top: 10px;
	margin-left: 0px;
}
	
	.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 {

}


