@charset "UTF-8";
*{box-sizing: border-box;}
#logoMA {
	width:auto;
	height:65px;
	min-height:40px;
	min-width:40px;
}

.iconsmenu{
	width:30px;
	height:30px;
}
.btn-header {
  padding: 0px;
  border-color:transparent;
  font-size: 0.9rem;
  transition: 1s ;
  color: #fff;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.dropdown:hover .dropdown-menu {
display: block;
border-color:transparent;
}

.dropdown-menu {
	
width:100%;
margin:0px;
background-color: #393D3F;
border-radius:2%;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
border-color:transparent;

}
.dropdown-item {
	
	width:auto;
	margin:0px;
	color:#BFC0C0;
	padding:0px;
}

.dropdown-item:hover {
	display: block;
	color:#fff;
font-weight:700;
background-color: transparent;
}
.dropdown-item:active {
	display: block;
	color:#fff;
font-weight:700;
background-color: transparent;
}
.btn-header:hover {
	display: block;
	border-color:transparent;
  color: #fff;
  background-color: transparent;
  box-shadow: transparent;
  transition: 1s ;
  padding: 5px;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.btn-header:focus, .btn-header.focus {
  color: #fff;
  border-color:transparent;
  background-color: transparent;
  box-shadow: transparent;
  padding: 5px;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.btn-header.disabled, .btn-header:disabled {
  color: #fff;
  border-color:transparent;
  background-color: transparent;
  box-shadow: transparent;
  padding: 5px;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.btn-header:not(:disabled):not(.disabled):active, .btn-header:not(:disabled):not(.disabled).active, .show > .btn-header.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color:transparent;
  box-shadow: transparent;
  padding: 0px;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.btn-header:not(:disabled):not(.disabled):active:focus, .btn-header:not(:disabled):not(.disabled).active:focus, .show > .btn-header.dropdown-toggle:focus {
  box-shadow: transparent;
}




/*@keyframes circle { 
0% {
	transform: scale(0.2)
		rotate(-360deg);
	}
  50% { transform: rotate(-360deg); }
  100%{ transform: rotate(360deg); }
}*/

@keyframes circle { 
0%{
	transform: scale(0.1)
		rotate(-360deg);
	}
	100%{ 
	}

}

@keyframes circle2 {
  0%{
    transform:rotate(0deg)
              translate(-20vw)
              rotate(0deg);
  
  }
  100%{
    transform:rotate(360deg)
              translate(-20vw)
              rotate(-360deg);
  }
}

@keyframes circle3 {
  0%{
    transform:rotate(0deg)
              translate(-30vw)
              rotate(0deg);
  
  }
  100%{
    transform:rotate(360deg)
              translate(-30vw)
              rotate(-360deg);
  }
}


@keyframes spin {
	to { transform: rotate(-1turn); }
  100%{background-position:100%;}
}

@keyframes translate {
	to { transform: scaleY(0.5); }
}




/*animacao*/
.animacao { 

top:0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 100vh;
  width:100vw;
  position: relative;
  
}



.bg{
  background-repeat:no-repeat;
  position: absolute;
  top: auto;
  margin: 0px;
  width: auto;
  height: 100%;
  max-height:100vw;
  max-width:100vw;
  animation:circle 5s ease-in-out;
  animation-timing-function: ease-out;
  
  
}

.rocks2{
  width:10vw;
  height:10vw;
  border-radius:70% 30% 49% 51% / 47% 29% 71% 53% ;
  position:absolute;
  top:0; bottom:0; left:0;right:0;
  overflow:hidden;
  margin:auto;
  animation: circle2 6s linear infinite;
  box-shadow: -20px -20px 50px 2px #62929E inset, 0 0 50px 2px #393D3F;
 
	
}


.rocks3 {
	position: absolute;
  top:0; bottom:0; left:0;right:0;
  margin: auto;
   width: 10vw;
  height: 10vw;
  border-radius:  50%;
  background-size:cover;
  animation: spin 30s infinite linear;  
box-shadow: -20px -20px 50px 2px #62929E inset, 0 0 50px 2px #393D3F;
	transform-origin: -300% left;
	animation: circle2 20s linear alternate infinite;
}

.rocks4 {
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 9vw;
  height: 9vw;
  border-radius: 35% 65% 50% 50% / 47% 50% 50% 53%;
  background-size:cover;
  animation: spin 30s infinite linear;  
box-shadow: -20px -20px 50px 2px #EF8354 inset, 0 0 50px 2px #393D3F;
  animation: circle2 30s infinite linear;  
  transform-origin: -300% center;
  
}

.rocks5 {
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 7vw;
  height: 7vw;
  border-radius: 50%;
  animation: circle2 50s infinite linear;  
  transform-origin: 50% center;
  box-shadow: -20px -20px 50px 2px #3E5C76 inset, 0 0 50px 2px #393D3F;
  
}

.rocks6 {
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 5vw;
  height: 5vw;
  border-radius: 66% 34% 28% 72% / 66% 29% 71% 34% ;
  animation: circle3 5s infinite linear;  
  transform-origin: -650% center;  
  box-shadow: -20px -20px 50px 2px #3E5C76 inset, 0 0 50px 2px #393D3F;
}

.rocks7 {
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 12vw;
  height: 12vw;
  border-radius: 50%;
  animation: circle2 8s infinite linear; 
  transform-origin: -400% center; 
  box-shadow: -20px -20px 50px 2px #3E5C76 inset, 0 0 50px 2px #393D3F;
  
}


/* /animacao*/


/*serviços homepage*/
.icons {
	width:8em;
}



#services, #services h2{
	background-color: #393D3F;
	color:#fff;
}
#servrealestate{
	
	width:280px;
	height:280px;
	border-radius: 35% 65% 50% 50% / 47% 50% 50% 53%;
	background-color:  #62929E;
	text-align:center;
	padding:0px;
	}

#servimmigration{
	width:280px;
	height:280px;
	border-radius: 54% 46% 60% 40% / 48% 33% 67% 52%;
	background-color:  #62929E;
	text-align:center;
	padding:0px;
	}

#servcorporate{
	width:280px;
	height:280px;
	border-radius: 37% 63% 37% 63% / 48% 56% 44% 52% ;
	background-color:  #62929E;
	text-align:center;
	padding:0px;
	}

#servlegal{
	width:280px;
	height:280px;
	border-radius: 61% 39% 28% 72% / 66% 29% 71% 34% ;
	background-color:  #62929E;
	text-align:center;
	padding:0px;
}

/*serviços homepage*/

/*about*/
.aspas{
	color: #62929E;
	font-family: Maven Pro;
	font-size:8em;
	margin:5px;
	padding-top:0px;
	vertical-align:center;
}
#abouttext{
	width:auto;
	height:auto;
	background-color: white ;
	text-align: center;
	padding:0;
}
.vl {
	border-left: 3px solid #EF8354;
  height: 280px;
  position: absolute;
  right: 0%;
  margin-left: -3px;
  top: 0;
}
.team-member {
	text-align: justify;
  text-justify: inter-word;
	position:relative;
	width: 200px;
	margin:auto;
	background-image: url(../assets/img/blob3_2.png);
	background-size:200px,280px;
	background-repeat: no-repeat;
	background-position: 0px,0px,0px,0px;
	
}
.team-member img {
	position:center;
	width: 200px;
	height:280px;
	top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
	
}

.team-member2 {
	text-align: justify left;
  text-justify: inter-word;
	position:relative;
	width: 150px;
	margin:auto;
	
}
.team-member2 img {
	position:center;
	width: auto;
	height:150px;
	top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
	
}
/*about*/

.footer {
  padding: 2rem 0;
}
/*Cookie Consent Begin*/
#cookieConsent {
	width:100vw;
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Raleway",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #fff;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #fff;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color:  #EF8354;
}
/*Cookie Consent End*/

/*Masthead other pages*/
.masthead3{
  padding-top: 0;
  border-radius: 0% 100% 85% 15% / 47% 0% 100% 53% ;
  padding-bottom: 10%;
  background-color: #EF8354;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

header.masthead2 {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 4.5rem);
  background-color: #3E5C76;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
header.masthead2 h1{
  font-size: 2.25rem;
  color:#fff;
}

header.masthead2 p{
  color:#fff;
}
@media (min-width: 992px) {
  header.masthead2 {
    height: 50vh;
    min-height: 40rem;
    padding-top: 4.5rem;
    padding-bottom: 0;
  }
  header.masthead2 p {
    font-size: 1.15rem;
  }
  header.masthead2 h1 {
    font-size: 3rem;
  }
  
}
@media (min-width: 1200px) {
  header.masthead2 h1 {
    font-size: 3.5rem;
  }
}
.iconsgrandes {
	margin-top:50%;
	width:20vw;
	height:auto;

}
.vl2 {
	border-left: 3px solid #EF8354;
  height: 100%;
  position: absolute;
  right: 0%;
  margin-left: -3px;
  top: 0;
}

/*Portfolio*/
.portfolio-item {
	width:100%;
	height:auto;
	border-color: #393D3F;
	border-width: thick;
	padding:1em;
}

.portfolio-item h3 , h6{
	color:#393D3F;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle{
	
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width:88%;
  height:93%;
  padding-top:25%;
  background:rgba(239, 129, 82, 0.4);
  
  
}


.portfolio-item:hover .image {
  opacity: 0.3;
}

.portfolio-item:hover .middle {
  opacity: 1;
  
}

.portfolioFilter {
  margin-bottom:3rem;
}

.portfolioFilter a {
  margin-right: 6px;
  color: #666;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 4px 15px;
  border-radius: 50px;
  display: inline-block;
}


.portfolioFilter a:hover {
  border: 1px solid #EF8354;
}


.portfolio-modal .modal-dialog {
  margin: 1em,auto,auto,auto;
  max-width: 80vw;
}

.portfolio-modal .modal-content {
  padding: 3em;
  text-align: center;
}

.portfolio-modal .close-modal {
	float:right;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.modal-img{
	width:100%;
	height:auto;
	max-width:450px;
}

a:hover {
	color: #3E5C76;
}


/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 3px;
  background-color: #EF8354;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container2 {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container2::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -11px;
  background-color: transparent;
  border: 3px solid #EF8354;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #EF8354;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #EF8354;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #EF8354;
  border-width: 10px 10px 10px 0;
  border-color: transparent #EF8354 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -14px;
}

/* The actual content */
.contenttimeline {
  padding: 10px 10px;
  background-color: white;
  position: relative;
  border-radius: 6px;
  border: 3px solid #EF8354;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .container2 {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .container2::before {
    left: 60px;
    border: medium solid #EF8354;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}

.icons2 {
	height:8em;
	width:auto;
}   
/*.gv_bg {
	background-image: url(../assets/img/back01.jpg);
	0% 100% 33% 67% / 72% 0% 100% 28% 
}*/

#gv_documents, #gv_documents h2, #gv_documents p{
	background-color: #3E5C76;
	color:#fff;
}

#gv_immigration, #gv_immigration h2, #gv_immigration p{
	background-color: #393D3F;
	color:#fff;
}

#maproperties, #maproperties h2, #maproperties p{
	background-color: #393D3F;
	color:#fff;
}