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

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

.redes {
	width: 40px;
	height: 40px;
}

.language-selector {
  width: 80px;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 0px;
    z-index: 99;
    font-weight: 600;
    color: #120074;
}

.boximgchild {
    min-height: 350px;
    width: 100%;
    border-radius: 40px;
    background-size: cover;
}

.titlehousebox {
    font-family: "Montserrat", serif;
    color: #D1005C;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.subtitlehousebox a {
    color:#fff !important;
    text-decoration:underline;
}


.subtitlehousebox {
    font-family: "Montserrat", serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 20px;
}

.boxhouse {
    margin-bottom:40px;
}

.botaonoticias {
    border-radius:20px;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    transition: all .4s ease;
    text-indent: 0px;
    background-size: 100%;
    background-color: #D1005C;
    background-repeat: no-repeat;
    background-image: none;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    min-width: 200px;
    
}

.selected-language {
  display: flex;
  align-items: center;
  padding: 5px;
	    background-color: rgba(255, 255, 255, .8);
    border-radius: 10px;
	position: relative;
}


.selected-language:after {
	content: "";
	background-image: url(../images/arrow-idioma.svg);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
    width: 14px;
    height: 14px;
    top: 10px;
    right: 10px;
}

.navbar-default .navbar-nav>li:last-child a {
	padding-right: 0px !important;
}


.selected-language img {
  width: 20px;
  margin-right: 5px;
}

.language-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
     background-color: rgba(255, 255, 255, .8);
    border-radius: 10px;
}

.language-option {
  display: flex;
  align-items: center;
  padding: 5px;
}

.language-option img {
  width: 20px;
  margin-right: 5px;
}

.language-selector:hover .language-options {
  display: block;
}

.paddingsection {
	padding-top: 100px;
	padding-bottom: 40px;
}
.paddingsectionbot {
	padding-bottom: 40px;
}

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


.wpcf7-not-valid-tip {
    color: #EE8B03 !important;
    font-size: 1em;
    font-weight: normal;
	font-family: "Montserrat", serif !important;
	display: none !important;
}

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

.formulario .wpcf7-submit {
    float: right;
    border: none;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    transition: all .4s ease;
    text-indent: 0px;
    background-size: 100%;
    width: 80px;
    height: 80px;
    position: relative;
    right: inherit;
    background-color: #fff;
    top: inherit;
    background-repeat: no-repeat;
	background-image: none;
	color: #D1005C;
	font-weight: 600;
}

.formulario .col1 {
	float: left;
    width: 80%;
    margin-top: 40px;
}

.formulario .wpcf7-text, .formulario .wpcf7-textarea {
	width: 100%;
    background: none;
    border: 1px solid #A9A3CD;
	font-family: "Montserrat", serif;
	color: #fff;
	font-size: 15px;
	padding: 8px 20px 8px 40px;
	background-color: #A9A3CD;
	border-radius: 40px;
	margin-bottom: 15px;
}

.formulario .wpcf7-text::placeholder, .formulario .wpcf7-textarea::placeholder {
	font-family: "Montserrat", serif;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.formulariorosa .wpcf7 input[type="file"] {
    cursor: pointer;
    width: 100%;
    background: #120074;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
}

.formulariorosa .wpcf7-list-item-label {
    font-weight: 400 !important;
    font-family: "Montserrat", serif;
    color: #120074;
}

.formulariorosa .wpcf7-submit {
    float: right;
    border: none;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    transition: all .4s ease;
    text-indent: 0px;
    background-size: 100%;
    width: 80px;
    height: 80px;
    position: relative;
    right: inherit;
    background-color: #D1005C;
    top: inherit;
    background-repeat: no-repeat;
	background-image: none;
	color: #fff;
	font-weight: 600;
}

.formulariorosa .col1 {
	float: left;
    width: 80%;
    margin-top: 40px;
}

.formulariorosa .wpcf7-text, .formulariorosa .wpcf7-textarea {
	width: 100%;
    background: none;
    border: 1px solid #120074;
	font-family: "Montserrat", serif;
	color: #fff;
	font-size: 15px;
	padding: 8px 20px 8px 40px;
	background-color: #120074;
	border-radius: 40px;
	margin-bottom: 15px;
}

.formulariorosa .wpcf7-text::placeholder, .formulariorosa .wpcf7-textarea::placeholder {
	font-family: "Montserrat", serif;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}


.wpcf7-text {
	width: 100%;
    background: none;
	border-radius: 0px;
    border: 1px solid #fff;
	font-family: "Montserrat", serif;
	color: #120074;
	font-size: 18px;
	padding: 20px;
	background-color: #fff;
}

.iconpeople {
	width: 150px;
	margin: 0 auto;
}

.wpcf7-text::placeholder {
	font-family: "Montserrat", serif;
	color: #120074;
	font-size: 20px;
	font-weight: 600;
}

.wpcf7-list-item-label {
	font-weight: 400 !important;
	font-family: "Montserrat", serif;
	color: #fff;
}

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

.tituloextrabig {
	font-family: "Montserrat", serif;
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	padding-left: 95px;
	padding-bottom: 40px;
}

.wpcf7 input[type="file"] {
    cursor: pointer;
    width: 100%;
    background: #A9A3CD;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
}

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

.dot1 span {
	position: relative;
	display: inline-block;
}

.dot1 span:after {
	content: "!";
    font-size: 120px;
    position: absolute;
    right: -50px;
    color: #D1005C;
    font-family: "Montserrat", serif;
    top: -10px;
}

.bgrecrutamento {
	position: relative;
	z-index: 1;
}

.tituloextrabigh2 {
	font-family: "Montserrat", serif;
	color: #fff;
	font-size: 58px;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 40px;
}

.topspaceheader {
	padding-top: 200px;
}

.tituloheader {
	font-family: "Montserrat", serif;
	color: #120074;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 20px;
}
.textoheader {
	font-family: "Montserrat", serif;
	color: #120074;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

.tituloblue {
	font-family: "Montserrat", serif;
	color: #120074;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	padding-top: 20px;
}

.titulocall {
	font-family: "Montserrat", serif;
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	padding-top: 20px;
}

.titulocallrosa {
	font-family: "Montserrat", serif;
	color: #D1005C;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	padding-top: 20px;
}

.textosectionheader {
	font-family: "Montserrat", serif;
	color: #120074;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}

.circle-image.active {
    opacity: 1;
    transform: translateX(0); /* Posição normal */
    z-index: 2; /* Imagem ativa fica acima das outras */
}

.circle-image.previous {
    opacity: 1;
    transform: translateX(0); /* Mantém a posição normal */
    z-index: 1; /* Imagem anterior fica abaixo da nova */
    transition: opacity 0s ease-in-out 0.5s; /* Atraso para desaparecer após a nova imagem entrar */
}

.descricao {
	border-radius: 40px;
	text-align: center;
	padding: 15px 10px;
	font-size: 20px;
	font-weight: 500;
	background-color: rgba(96,90,131,0.75);
	color: #fff;
	font-family: "Montserrat", serif;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 3; /* Garante que o texto fique acima das imagens */
}


.descricao.active {
    opacity: 1;
}

/* Botões de navegação */
.navigation-buttons {
    position: absolute;
    bottom: 20px; /* Posiciona os botões na parte inferior */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px; /* Espaçamento entre os botões */
    z-index: 4; /* Garante que os botões fiquem acima de tudo */
}

.nav-button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #120074;
    background-color: #D1005C;
    cursor: pointer;
    /*transition: background-color 0.8s ease;*/
}

.nav-button.active {
    background-color: #120074;
}

.textoservico {
	font-family: "Montserrat", serif;
	color: #120074;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
	transition: all .4s ease;
}

.iconservico {
	height: 60px;
	width: 70px;
	transition: all .4s ease;
}

.circleservico .textoservico p {
	margin-bottom: 0px !important;
}

.circleservico:hover {
	background-color: #D1005C;
	cursor: pointer;
}
.circleservico:hover .textoservico {
	color: #fff;
}
.circleservico:hover .iconservico {
	filter: brightness(0) invert(1);
}

.servicoscontainer {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}

.circleservico {
	width: 130px;
	height: 130px;
	padding: 20px;
	-webkit-box-shadow: 4px 4px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 5px 5px rgba(0, 0, 0, 0.2);
	display: flex;
	background-color: #fff;
	transition: all .4s ease;
	border-radius: 50%;
    text-align: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
	margin-bottom: 30px;
}

.textosectionheader img {
	float: left;
    margin-right: 10px;
    position: relative;
    width: 90px;
    display: block;
    height: 70px;
}

.titulogrande {
	font-family: "Montserrat", serif;
	color: #120074;
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
}

.titulogrande img {
	float: left;
    margin-right: 10px;
    position: relative;
    width: 90px;
    display: block;
    height: 70px;
}

.logoheader {
	width: 75%;
	float: right;
}

.tituloh2 {
	font-family: "Montserrat", serif;
	color: #120074;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	 display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.tituloh2 img {
	float: left;
    margin-right: 10px;
    position: relative;
    width: 90px;
    display: block;
    height: 70px;
}

.tituloh3 {
	font-family: "Montserrat", serif;
	color: #120074;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	 display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.tituloh3 img {
	float: left;
    margin-right: 10px;
    position: relative;
    width: 40px;
    display: block;
    height: 50px;
}

.botaosaibamais:hover {
	background-color: #fff;
	color: #120074;
}

.botaosaibamais {
    width: 100%;
    max-width: 100px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    font-family: "Montserrat", serif;
    font-weight: 600;
    aspect-ratio: 1 / 1;
    background-color: #D1005C;
    border-radius: 50%;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    line-height: 1;
	transition: all .4s ease;
}

.botaosaibamaissmall:hover {
	background-color: #fff;
	color: #120074;
}

.botaosaibamaissmall {
	float: right;
    width: 100%;
    max-width: 90px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    font-family: "Montserrat", serif;
    font-weight: 600;
    aspect-ratio: 1 / 1;
    background-color: #D1005C;
    border-radius: 50%;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    line-height: 1;
    transition: all .4s ease;
}

.botaosaibamaisbigblue:hover {
	background-color: #D1005C;
	color: #fff;
}

.botaosaibamaisbigblue {
    width: 100%;
    max-width: 130px;
	margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    font-family: "Montserrat", serif;
    font-weight: 600;
    aspect-ratio: 1 / 1;
    background-color: #120074;
    border-radius: 50%;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    line-height: 1;
	transition: all .4s ease;
}

.botaosaibamaissmallwhite:hover {
	background-color: #fff;
	color: #120074;
}

.botaosaibamaissmallwhite {
    width: 100%;
    max-width: 90px;
	margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-family: "Montserrat", serif;
    font-weight: 600;
    aspect-ratio: 1 / 1;
    background-color: #120074;
    border-radius: 50%;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    line-height: 1;
	transition: all .4s ease;
	margin-bottom: 10px;
}
.botaosaibamaissmallwhite2:hover {
	background-color: #120074;
	color: #fff;
}

.botaosaibamaissmallwhite2 {
    width: 100%;
    max-width: 90px;
	margin: 0 auto;
    text-align: center;
    color: #D1005C;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-family: "Montserrat", serif;
    font-weight: 600;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    line-height: 1;
	transition: all .4s ease;
	margin-bottom: 10px;
}

.botaoright {
    position: absolute;
    width: 130px;
    right: 15%;
    margin-bottom: 40px;
    padding-bottom: 40px;
    bottom: -10%;
}

.botaosaibamaisbig:hover {
	background-color: #120074;
	color: #fff;
}

.botaosaibamaisbig {
    width: 100%;
    max-width: 130px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    font-family: "Montserrat", serif;
    font-weight: 600;
    aspect-ratio: 1 / 1;
    background-color: #D1005C;
    border-radius: 50%;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    line-height: 1;
	transition: all .4s ease;
}

.titulopequeno {
	font-family: "Montserrat", serif;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}

.titulopequeno img {
	float: left;
    margin-right: 10px;
    position: relative;
    width: 90px;
    display: block;
    height: 85px;
}

.padeixo {
	padding-top: 100px;
	padding-bottom: 100px;
}

.bgazul {
	background-color: #120074;
}

.bgsobre {
	z-index: -1;
    position: absolute;
    left: 5%;
    top: 0;
    width: 20%;
	pointer-events: none;
	opacity: 25%;
}

@keyframes slide-in {
  from {
    transform: translateX(5%);
  }

  to {
    transform: translateX(15%);
  }
}
@keyframes slide-inr {
  from {
    transform: translateX(5%);
  }

  to {
    transform: translateX(-25%);
  }
}

.bgcliente {
	z-index: -1;
    position: absolute;
     transform: translateX(5%);
    top: 0;
    width: 20%;
	pointer-events: none;
	-ms-animation: slide-in 30s ease infinite alternate; 
-webkit-animation: slide-in 30s ease infinite alternate; 
-moz-animation: slide-in 30s ease infinite alternate;

}
.bgclienteazul {
	z-index: 1;
    position: absolute;
    transform: translateX(95%);
    top: 0;
	right: 5%;
    width: 20%;
	pointer-events: none;
	-ms-animation: slide-inr 30s ease infinite alternate; 
-webkit-animation: slide-inr 30s ease infinite alternate; 
-moz-animation: slide-inr 30s ease infinite alternate;
}

.bgclienteazul2 {
	z-index: 1;
    position: absolute;
    transform: translateX(95%);
    top: 10%;
	right: 5%;
    width: 20%;
	pointer-events: none;
	-ms-animation: slide-inr 30s ease infinite alternate; 
-webkit-animation: slide-inr 30s ease infinite alternate; 
-moz-animation: slide-inr 30s ease infinite alternate;
}

.bgclienteazul4 {
	z-index: 1;
    position: absolute;
    transform: translateX(95%);
    top: 10%;
	right: 15%;
    width: 20%;
	pointer-events: none;
	-ms-animation: slide-inr 30s ease infinite alternate; 
-webkit-animation: slide-inr 30s ease infinite alternate; 
-moz-animation: slide-inr 30s ease infinite alternate;
}

.bgclienteazul3 {
	z-index: 1;
    position: absolute;
    transform: translateX(95%);
    bottom: 10%;
	right: 5%;
    width: 20%;
	pointer-events: none;
	-ms-animation: slide-inr 30s ease infinite alternate; 
-webkit-animation: slide-inr 30s ease infinite alternate; 
-moz-animation: slide-inr 30s ease infinite alternate;
}

.wpcf7-submit {
	float: left;
    border: none;
    border-radius: 0px;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    transition: all .4s ease;
	text-indent: -9999px;
	background-image: url(../images/Button.svg);
	background-size: 100%;
    width: 67px;
    height: 76px;
    position: absolute;
    right: 60px;
    background-color: transparent;
    top: -20px;
    background-repeat: no-repeat;
}

.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: "Montserrat", serif !important;
	font-size: 20px !important;
}
	
.pesquisa input[type=submit] {
	    background: none;
    border: none;
    font-family: "Montserrat", 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: "Montserrat", 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: "Montserrat", serif !important;
	font-size: 20px !important;
}
	
.pesquisamobile input[type=submit] {
    background: none;
    border: none;
    font-family: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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;
}


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

.heroimage {
	float: left;
    top: -30px;
    position: relative;
    
}

.heroimageanim img {
	position: relative;
	left: 100px;
    width: 320px;
    transform: rotate(45deg);
	transition: all .4s ease;
}

.aos-init > .heroimageanim img {
    left: -70px !important;
    transform: rotate(0deg);
}



.titlebar {
	border-bottom: 1px solid #161412;
	border-top: 1px solid #161412;
    padding: 6px;
	color: #161412;
	font-family: "Montserrat", serif;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	position: relative;
}

.titlebar:before {
	content: "";
	position: absolute;
	background-image: url(../images/star.svg);
	background-size: cover;
	left: 40px;
	top: 10px;
	width: 15px;
	height: 15px;
}
.titlebar:after {
	content: "";
	background-image: url(../images/star.svg);
	background-size: cover;
	position: absolute;
	right: 40px;
	top: 10px;
	width: 15px;
	height: 15px;
}

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

.subheader {
	font-family: "Montserrat", serif;
	color: #fff;
	font-size: 20px;
	margin-left: -10%;
}

.flexbot {
	display: flex;
    align-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
}

.aboutimagesrow {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

.aboutimagesrow .col-sm-12 {
	min-height: 800px;
	position: relative;
}

@-webkit-keyframes rotatingsmall {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

.rotatingsmall {
    -webkit-animation: rotating 140s linear infinite;
	
}
.rotatingsmallcircle {
    -webkit-animation: rotating 30s linear infinite;
	width: 100%;
}

.iconround {
	    position: absolute;
    right: 5%;
    top: 5%;
}

.whiteicon {
	position: absolute;
	top: -4%;
    left: 25%;
    z-index: -1;
}


.cirlecontainer {
	position: absolute;
	bottom: 40px;
	left: 40%;
	z-index: 9;
	width: 120px;
	height: 120px;
}

.circleback {
	position: absolute;
	z-index: 9;
	width: 120px;
	height: 120px;
}
.circleanim {
	position: absolute;
	z-index: 99;
	width: 120px;
	height: 120px;
}

.aboutimg1 {
	position: absolute;
	z-index: 1;
}

.aboutimg2 {
	position: absolute;
    top: 15%;
    left: 32%;
	z-index: 2;
}

.aboutimg3 {
	position: absolute;
    top: 30%;
    right: 15%;
	z-index: 1;
}

.aboutimg4 {
	position: absolute;
    top: 50%;
    left: 20%;
	z-index: 4;
}

.rowsubs {
	display: flex;
    flex-wrap: wrap;
    /* flex-direction: row; */
    min-height: 600px;
    /* min-height: 100%; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-items: center;*/
}

.centerdiv {
	text-align: center;
	overflow: hidden;
	min-height: 100%;
    display: flex;
    /* flex-direction: column; */

    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.leftdiv {
	background-color: #5BADC4;
    mix-blend-mode: multiply;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    padding-left: 60px;
}

.sunblue {
	position: absolute;
    right: -32%;
    top: 40px;
    /* opacity: .5; */
    z-index: -1;
}

.toppadsection {
	padding-top: 100px;
}

.toppadsectionsubs {
	padding-top: 100px;
}

.subheader h1 {
	font-family: "Montserrat", serif;
	color: #fff;
	font-weight: 400;
	font-size: 50px;
}

.textsection {
	font-family: "Montserrat", serif;
	color: #161412;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.2;
}

.errorage {
	display: none;
	font-family: "Montserrat", serif;
	color: #EE8B03;
	font-size: 18px;
	margin-top: 20px;
}

.buttonage {
	background-color: #EE8B03;
	border-radius: 20px;
	width: 200px;
	text-align: center;
	padding: 10px 20px;
	float: left;
	margin-right: 15px;
	font-family: "Montserrat", serif;
	color: #161412;
	font-size: 18px;
	cursor: pointer;
}

.buttons {
	    text-align: center;
    margin-top: 40px;
    display: inline-block;
}

.showerror {
	display: block !important;
}

.buttonagedeny {
	border:1px solid #EE8B03;
	background-color: transparent;
	border-radius: 20px;
	width: 200px;
	text-align: center;
	padding: 10px 20px;
	float: left;
	margin-right: 15px;
	font-family: "Montserrat", serif;
	color: #EE8B03;
	font-size: 18px;
	cursor: pointer;
}

.textsectionsmall {
	font-family: "Montserrat", serif;
	color: #161412;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	margin-top: 100px;
}

.formsubs {
	margin-top: 40px;
	padding: 0px 60px;
	position: relative;
}

.textsectionbig {
	font-family: "Montserrat", serif;
	color: #161412;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
}

.titleoverlay {
	font-family: "Montserrat", serif;
  	font-weight: 400;
  	font-style: normal;
	color: #161412;
	font-size: 60px;
	text-transform: uppercase;
}

.herotitlesmall {
	font-family: "Montserrat", serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 90px;
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
    text-align: left;
}

.herotitle {
	  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
	color: #EE8B03;
	font-size: 120px;
	text-transform: uppercase;
	    position: relative;
    float: left;
    line-height: 1;
    margin-top: 30px;
}

.herocontent {
	position: absolute;
    bottom: 100px;
    width: 100% !important;
    max-width: 1300px;
    /* margin: 0 auto; */
    text-align: left;
    transform: translateX(-50%);
    display: inline-block;
    left: 50%;
}

.heroheader {
	min-height: 100vh;
	background-position: top;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding-bottom: 60px;
}

.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: "Montserrat", serif;
    color: #fff;
    text-align: center;
    font-size: 18px;
    z-index: 999;
}


.menufix {
    position: absolute;
    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: "Montserrat", serif;
  font-size: 3.8rem;
	line-height: 1.2;
  letter-spacing: 3px;
  color: #006EC7;
}
.hero-slider .carousel-cell .slide-content .caption {
  font-family: "Montserrat", 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: "Montserrat", 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>li>a {
    font-family: "Montserrat", serif !important;
	color:#110073 !important;
	font-weight: 500;
	font-size: 14px !important;
  line-height: normal;
  transition: all .4s ease-in;    
	padding: 5px 20px !important;
	border: none;
	margin-right: 5px;
	background-color: transparent !important;

}
.navbar-default .navbar-nav>li>a:hover {
   color: #D1005C !important;

}

.menudesktop, #navigationbar {
	width: 100%;
}
.menudesktop {
	margin-top: 30px;
}

#menu-menuprincipal li {
	float: left;
}
#menu-menuprincipal .current-menu-item a {
	color: #D1005C !important;
}

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

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

.circle-image-rosa img {
	    width: 90%;
    filter: revert;
    filter: brightness(0) invert(1);
}

.circle-image-rosa {
  width: 95%; /* 80% da largura da div */
  height: 95%; /* 80% da altura da div */
  border-radius: 50%; /* Transforma a imagem em um círculo */
  object-fit: cover; /* Garante que a imagem cubra o espaço sem distorção */
	position: absolute;
	top: 0;
	left: 0;
	background-color: #D1005C;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: center;
    /* align-content: center; */
    justify-content: center;
    align-items: center;
}

.circle-imageoverlay {
  width: 95%; /* 80% da largura da div */
  height: 95%; /* 80% da altura da div */
  border-radius: 50%; /* Transforma a imagem em um círculo */
  object-fit: cover; /* Garante que a imagem cubra o espaço sem distorção */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9009978991596639) 100%);

}

.circle-image {
  width: 95%; /* 80% da largura da div */
  height: 95%; /* 80% da altura da div */
  border-radius: 50%; /* Transforma a imagem em um círculo */
  object-fit: cover; /* Garante que a imagem cubra o espaço sem distorção */
	position: absolute;
	top: 0;
	left: 0;
}
.circle-imageblue {
  width: 95%; /* 80% da largura da div */
  height: 95%; /* 80% da altura da div */
  border-radius: 50%; /* Transforma a imagem em um círculo */
  object-fit: cover; /* Garante que a imagem cubra o espaço sem distorção */
	position: absolute;
	bottom: 0;
	right: 0;
}

.imgcontainerheader {
	position: relative;
	width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #605a83;
    border-radius: 50%;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
	    top: -100px;
    z-index: 9;
}
.imgcontainer {
	position: relative;
	width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #D1005C;
    border-radius: 50%;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
	    bottom: -100px;
    z-index: 9;
}

.imgcontainerrosa {
	position: relative;
	width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #7f0038;
    border-radius: 50%;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
	    bottom: -100px;
    z-index: 9;
}

.imgcontainerblue {
	position: relative;
	width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #1C00B7;
    border-radius: 50%;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
	    bottom: -100px;
    z-index: 9;
}

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

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

.textosection ul {
  list-style-type: none; /* Remove os bullets padrão */
	padding-left: 20px;
}

.textosection li {
  position: relative;
	padding-left: 25px;
	margin-bottom: 15px;
}

.textosection li::before {
  content: ''; /* Cria o bullet */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px; /* Tamanho do bullet */
  height: 15px; /* Tamanho do bullet */
  background-color: #D1005C; /* Cor do bullet */
  border-radius: 50%; /* Torna o bullet redondo */
}

.custom-bulletswh {
  list-style-type: none; /* Remove os bullets padrão */
	padding-left: 20px;
}

.custom-bulletswh li {
  position: relative;
	padding-left: 25px;
	margin-bottom: 15px;
}

.custom-bulletswh li::before {
  content: ''; /* Cria o bullet */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px; /* Tamanho do bullet */
  height: 15px; /* Tamanho do bullet */
  background-color: #fff; /* Cor do bullet */
  border-radius: 50%; /* Torna o bullet redondo */
}

.custom-bulletsh3 ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

.custom-bulletsh3 {
  list-style-type: none; /* Remove os bullets padrão */
	padding-left: 20px;
}

.custom-bulletsh3 li {
  position: relative;
	padding-left: 25px;
	margin-bottom: 15px;
}

.custom-bulletsh3 li::before {
  content: ''; /* Cria o bullet */
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
  width: 15px; /* Tamanho do bullet */
  height: 15px; /* Tamanho do bullet */
  background-color: #D1005C; /* Cor do bullet */
  border-radius: 50%; /* Torna o bullet redondo */
}

.marginservico {
	margin-bottom: 60px;
}

.iconservicos {
	max-width: 400px;
	float: right;
}


.textosectionh4 {
	color: #120074;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	font-family: "Montserrat", serif;
	margin-bottom: 50px;
}

.textosectionh3 {
	color: #120074;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	font-family: "Montserrat", serif;
	margin-bottom: 50px;
}

.textosection {
	color: #120074;
	font-size: 20px;
	font-weight: 400;
	font-family: "Montserrat", serif;
	margin-bottom: 50px;
}
.textosectioncol {
	color: #006EC7;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	font-family: "Montserrat", 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: "Montserrat", 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%;
}

.footermenu p {
	margin-bottom: 15px;
	font-family: "Montserrat", serif;
	font-weight: 500;
	font-size: 15px;
}

.footermenu a {
	color: #fff !important;
}

.address span {
	font-family: "Montserrat", serif;
	color: #D0D0C8;
	font-size: 12px;
	opacity: .4;
	
}

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

.padleftfooter {
	padding-top: 150px;
}

.copyfooter p a {
	color: #fff !important;
}

.copyfooter em {
	font-size: 10px !important;
}

.copyfooter {
	color:#fff;
	text-align: left;
	font-family: "Montserrat", serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	transition: all .4s ease;
}

.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: "Montserrat", serif !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: "Montserrat", 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;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}


.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: #120074;
    margin: 4px 3px;
    transition: all 0.4s ease;
    border-radius: 10px;
}


.about-section {
	background-image: url(../images/texture.svg);
	background-position: center;
	background-size: 30%;
	position: relative;
	z-index: 9;
	padding-left: 0px;
	padding-right: 0px;
}
.showmobile {
	display: none;
}

.rowcols {
	margin-top: 40px;
}

.rowsmall {
	min-height: 315px;
}
.rowbig {
	min-height: 650px;
}

.rowcol {
	border-radius: 30px;
	height: 100%;
	margin-bottom: 20px;
	position: relative;
}

.colicon {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100px;
    height: 100px;
	transition: all .4s ease-in-out;
	animation: rotate 15s linear infinite;
  animation-play-state: paused; /* Inicia pausado */
}

.colicon img {
	width: 100px;
    height: 100px;
}

.rowcol:hover .colicon {
animation-play-state: running;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.coltext {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #161412;
	font-family: "Montserrat", serif;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
}

.colblue .colicon {
	filter: brightness(0) invert(1);
}
.colsolar .colicon {
	filter: brightness(0) invert(1);
}
.colmint .colicon {
	filter: brightness(0) invert(1);
}

.colblue {
	background-color: #5BADC4;
}
.colsolar {
	background-color: #EE8B03;
}
.coltransparent {
	border: 1px solid #EE8B03;
	background-color: transparent;
}

.colmint {
	background-color: #6FC09C;
}

.benefits-section {
	background-image: url(../images/texture.svg);
	background-position: center;
	background-size: 30%;
	position: relative;
	z-index: 9;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 100px;
}

.sun {
	position: absolute;
    width: 60%;
    height: 520px;
    overflow: hidden;
	left: -10%;
	opacity: .4;
	display: none;
}


@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 140s linear infinite;
	width: 100%;
}

.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: #D1005C;
	position: fixed;
	height: 100%;
	min-height: 100vh;
	width: 100%;
	right: 0px;
	padding-top: 150px;
	padding-bottom: 50px;
	z-index: 9;
	overflow-y: auto;
	display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-100%);
    transition: all .6s ease-in-out;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;

}

.logooverlay {
	margin-bottom: 40px;
}

.closeoverlay {display: none !important;}

.opacity {
	opacity: 1 !important;
}

.bgoverlay {
	background-color: rgba(0,0,0,0.50);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 0;
}

.ageoverlay {
	opacity: 0;
	position: fixed;
	background-color: #ECE3D3;
	border-radius: 50px;
	min-height: 75vh;
	width: 75%;
	z-index: 999999;
	text-align: center;
    background-image: url(../images/bg_overlay.svg);
    background-position: center;
    background-repeat: no-repeat;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.hasScrolled {
	background-color: #fff;
	/*height: 120px !important;*/
	position: fixed;
	width: 100%;
	top: 0px !important;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
}

.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: "Montserrat", 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;

}


.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: "Montserrat", serif !important;
	line-height: 1.7;
	font-weight: 100;
}

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

.logofooter {
	width: 100%;
    max-width: 400px;
    position: absolute;
    top: -273px;
    z-index: 99;
}


.footer {
	position: relative;
	min-height: 400px;
	padding-top: 100px;
	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: "Montserrat", 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: "Montserrat", 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;
	}
	
.headerbar {
	background-color: #161412;
	min-height: 76px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #fff;
	font-size: 14px;
	font-family: "Montserrat", serif;
}	

.headerbar p {
	margin-bottom: 0px !important;
}

.logotopo {
	max-width:250px;
    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: "Montserrat", 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: "Montserrat", serif;
	 position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

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

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

.newstexto {
	font-family: "Montserrat", 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: "Montserrat", 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: #D1005C;
  transition: all .5s ease-in;
  transition-delay: 1s;
}


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

.headertitle {
	background-color: #0081a4;
	font-family: "Montserrat", 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;
}



.coluna3 {
	min-height: 380px;
}

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

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

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

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

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

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

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

.paddingcolunatexto {
	padding: 75px 120px;
}

.paddingcolunatextosmall {
	padding: 40px 90px;
}

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

.botaocoluna {
	font-family: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: "Montserrat", serif;
	color:#000000;
	font-size: 28px;
	line-height: 1.2;
}


.titulobig2 {
	font-family: "Montserrat", 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: "Montserrat", 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;
}

@media (min-width: 1300px) {
    .container {
        width: 1300px !important;
    }
}
@media (max-width: 1600px) {
    .subheader {
    margin-left: 20px;
}
}

/* Large desktop */
@media (max-width: 1300px) {
	#menu-menuprincipal-1 >li>a {
    font-size: 22px !important;
		    padding: 10px 15px !important;
	}
	
	#menu-menuprincipal-1 {
    
}
	
	.subheader {
    font-size: 18px;
    margin-left: 20px;
}
}
/* Portrait tablet to landscape and desktop */
@media (max-width: 1200px) {
	.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);
	}	
	/*#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) {
	
	.rotating {
    width: 122%;
}
	.sun {
    position: absolute;
    width: 80%;
    height: 40%;
}
	
	.heroimage {
    max-width: 250px;
		float: right !important;
}
	
	.subheader h1 {
        font-size: 36px;
}
	
	.herotitle {
    font-size: 54px;
}
	
	.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) {
	
	.imgcontainerheader {
    top: 0;
    z-index: 9;
    margin-top: 40px;
}
	
	.tituloextrabig, .tituloextrabigh2 {
    font-family: "Montserrat", serif;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    padding-left: 0;
    padding-bottom: 40px;
		padding-top: 60px;
}
	
	.subheader h1 {
        font-size: 22px;
    }
	
	    .subheader {
        font-size: 16px;
        margin-left: 20px;
    }
	
	
	.logofooter {
    max-width: 250px; 
		    top: -247px !important;
}
	
	.benefits-section {
		overflow: hidden;
	}	
	.footercol {
		margin-bottom: 30px;
	}
	
	.footer {
		padding-bottom: 30px;
	}
	
	.rowsubs {
		padding-bottom: 150px;
	}
	
	.iconround, .whiteicon {
		overflow: hidden;
	}
	
	.flexbot {
    display: block !important;
	}
	
	.herotitlesmall {
    font-size: 68px !important; 
}
	
	.rowbig {
    min-height: 315px !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: "Montserrat", serif;
  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: 425px) {
		.herocontent .heroimage {

        top: -255px !important;

        max-width: 150px;
        right: -60px;
}
	
}

.hidemobile {
		display: block;
	}
	
	.hidedesktop {
		display: none;
	}
	
.botaoequipa {
	z-index: 9;
	position: absolute;
	bottom: -10px;
    right: -10px;
    width: 120px;
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    border-radius: 40px;
    /* border: 2px solid; */
}

.modal-content {
    background-color: #120074 !important;
}

.modal-header {
     border-bottom: none !important;
}

.modal-header .close {
    color: #fff !important;
}
	
@media (max-width: 480px) {
	
	.language-selector {
    z-index: 999999999;
}
	
	.descricao {
    font-size: 15px;
	}
	
	.dot1 {
    font-size: 26px !important;
}
	
		.dot1 span:after {
    right: 0px !important;
    top: -30px !important;
}
	
	
	.colrecrutamento  {
		margin-top: 50px;
	}
	
	.order-md-1.topspaceheader {
		padding-top: 40px;
	}
	.order-1.topspaceheader {
		padding-top: 80px;
	}
	
	.mobileheader.topspaceheader {
		padding-top: 40px !important;
		padding-bottom: 20px;
	}
	
	
	.bgclienteazul, .bgclienteazul2, .bgclienteazul3 {
		width: 80%;
	}
	
	.pbotmobile {
		margin-bottom: 40px !important;
	}
	
	.mtopmobile {
		margin-top: 30px;
	}
	
	.hidemobile {
		display: none;
	}
	
	.hidedesktop {
		display: block !important;
	}
	
	.botaosaibamais {
        max-width: 75px;
    font-size: 16px;
    margin: 20px auto 40px;
}
	
	.nomobileoverflow {
		/*overflow: hidden;*/
		z-index: 9;
	}
	
	.botaoright {
    position: relative !important;
    width: 100px;
    right: 0;
    margin-bottom: 40px;
    padding-bottom: 40px;
    bottom: 0%;
    margin: 0 auto;
}
	.botaosaibamaisbig {
    width: 100%;
    max-width: 100px;
    text-align: center;
    color: #fff;
    font-size: 18px;
	}
	
	.circleservico {
	margin-left: 30px;
		float: left;
	}
	
	.servicoscontainer {
    display: block;
	}
	
	.padeixo {
		padding-bottom: 0px;
		margin-bottom: -50px;
	}
	
	.bgcliente {
    width: 80%;
    opacity: 50%;
}
	
	.follow {
		margin-top: -20px;
	}
	.redes {
    width: 35px !important;
    height: 35px !important;
}
	
	.hasScrolled .logotopo {
		/*opacity: 0;*/
	}
	
	 #menu-menuprincipal li {
        margin-bottom: 20px;
    }
	
	.menufix {
		top: 0px;
	}
	
	.showmobile {
		display: block;
		margin-top: -10px;
	}
	
	.hidemobile {
		display: none;
	}
	
	.footermenu p {
    font-size: 13px;
}
	
	.copyfooter {
    font-size: 12px;
}
	
	.carousel-cell {
  text-align: center;
  width: 90% !important;
}
	
	    #benefits .herotitlesmall {
        font-size: 48px !important;
			text-align: center;
    }
	    #subscribe .herotitlesmall {
        font-size: 48px !important;
			
    }
	
	    .rowsubs {
        padding-bottom: 0px;
			min-height: 500px;
    }
	
	.padleftfooter {
    padding-top: 30px;
		padding-bottom: 40px;
        border-bottom: 1px solid rgba(255,255,255,0.50);
}
	
	.leftdiv {
    background-color: #5BADC4;
    mix-blend-mode: multiply;
    display: block;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 100px;
}
	
	.centerdiv {
    text-align: center;
    overflow: hidden;
    /* min-height: 100%; */
    /* display: flex
; */
    /* flex-direction: column; */
    flex-wrap: wrap;
    /* align-content: center; */
    /* align-items: center; */
    /* justify-content: center; */
    width: 100%;
		display: block;
    padding-top: 50px;
		padding-bottom: 50px;
}
	
	.aboutimagesrow {
    padding-top: 150px;
    padding-bottom: 30px;
}
	
	.info {
    width: 100% !important;
    left: 0% !important;
		padding-left: 10px;
		padding-right: 10px;
}
	
	.aboutimg1 {
    position: absolute;
    z-index: 1;
    width: 50%;
    top: 5%;
}
	
	.aboutimagesrow .col-sm-12 {
    min-height: 500px;
    position: relative;
}
	
	.aboutimg4 {
    position: absolute;
    top: 38%;
    left: 8%;
    z-index: 4;
    width: 40%;
}
	
	.cirlecontainer {
    position: absolute;
    bottom: 50px;
    left: 8%;
    z-index: 9;
    width: 120px;
    height: 120px;
}
	
	.aboutimg3 {
    position: absolute;
    top: 45%;
    right: 5%;
    z-index: 1;
    width: 80%;
}
	
	.iconround {
    position: absolute;
    right: 7%;
    top: -13%;
    width: 40%;
}
	
	.aboutimg2 {
    position: absolute;
    top: 15%;
    left: 40%;
    z-index: 2;
    width: 50%;
}
	
	.whiteicon {
    position: absolute;
    top: -14%;
    left: -5%;
    z-index: -1;
}
	
	.textsection {
    font-size: 18px;

}
	
	.subheader {
		margin-left: 0px !important;
	}
	
	.herotitle p:first-child {
		width: 50%;
	}
	.herotitle p:nth-child(2) {
		margin-left: 25px;
	}
	
	.titleoverlay {
    font-size: 22px;
}
	
	.buttonage {
		float: none !important;
		margin-bottom: 20px;
	}
	
	.ageoverlay {
		padding: 30px;
	}
	
	.ageoverlay .textsection {
		font-size: 16px;
	}
	.ageoverlay .textsectionsmall {
		font-size: 14px;
	}
	
	.logooverlay {
    margin-bottom: 20px;
    max-width: 60px;
}
	.herocontent {
    position: absolute;
    bottom: -50px;
		overflow: hidden;
	}
	
	.heroimage {
    float: right !important;
        top: -220px !important;
        position: relative;
        max-width: 160px;
        right: -50px;
}
	.headerbar {
		padding-right: 25px;
		padding-left: 25px;
    background-color: #161412;
    min-height: 46px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 10px;
    font-family: "Montserrat", serif;
}
	
	
	.arrowdown {
    bottom: 30px !important;
}
	
	.hasScrolled {
    height: 100px !important;
}
	
	.menufix .iconmenu {
    top: 42px !important;
}
	
	.heroheader {
		background-size: cover !important;
		overflow: hidden;
	}
	
	.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: "Montserrat", 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: "Montserrat", 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: 150px;
        margin-top: 20px;
        margin-left: 0px;
    }
	
	.herotitle {
    font-size: 50px;
}
	
	.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 {

}


