body {
  overflow-x: hidden;
  font-family: 'Inter', Arial, sans-serif;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('fonts/Inter-Bold.woff2') format('woff2'),
        url('fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('fonts/Inter-Medium.woff2') format('woff2'),
        url('fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Regular.woff2') format('woff2'),
        url('fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


a {
  color: #fed136; }
  a.active, a:active, a:focus, a:hover {
    color: #fec503; }

.text-primary {
  color: #fed136 !important; }

img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

#pop5 {
	max-width: 360px;
    left: 20%;
    top: 100%;
}

#pop6 {
	    max-width: 360px;
    left: -5%;
    top: 100%;
}

.coltext {
	column-count: 2;
    column-gap: 60px;
}

.poptexto {
	display: none;
	border:1px solid #0096e1;
	padding: 50px;
	color:#000;
	font-family: 'Inter-Bold', sans-serif;
	font-size: 16px;
	line-height: 1.2;
	max-width: 570px;
	width: 90%;
	position: absolute;
	right: 0;
	z-index: 9999;
	background-color: #fff;
}

.fecharpop {
	right: 10px;
	top: 5px;
	position: absolute;
	z-index: 99999;
	cursor: pointer;
	width: 20px;
	color: rgb(0, 134, 200);
	font-size: 20px;
    font-family: 'Inter';
}

.legenda {
	color:#A69866;
	font-family: "acumin-pro", sans-serif;
	font-size: 22px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;	
}

#triangle1 {
	position: absolute;
	width: 100%;
	z-index: 9;
	top: 0;
	left: 0;
}
#triangle2 {
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}

.box1 {
	position: absolute;
	z-index: 9;
	left: 37%;
	top: 40%;
}
.box2 {
	position: absolute;
	z-index: 9;
	left: 35%;
	top: 47%;
}
.box3 {
	position: absolute;
	z-index: 9;
	left: 47%;
	top: 67%;
}
.box4 {
	position: absolute;
	z-index: 9;
	left: 59%;
	top: 66%;
}
.box5 {
	position: absolute;
	z-index: 9;
	right: 21%;
	top: 52%;
}

#pop1 {
	max-width: 620px;
    left: 14%;
    top: 0%;
    position: absolute;
    z-index: 1;
    background-color: #ededed;
    padding: 50px 40px 60px 40px;
	display: none;
}
#pop2 {
	max-width: 400px;
    left: 39%;
    top: 0%;
    position: absolute;
    z-index: 1;
    background-color: #ededed;
    padding: 50px 40px 60px 40px;
	display: none;
}
#pop3 {
	max-width: 620px;
    left: 41%;
    top: 0%;
    position: absolute;
    z-index: 1;
    background-color: #ededed;
    padding: 50px 40px 60px 40px;
	display: none;
}
#pop4 {
	max-width: 620px;
    right: -22px;
    top: 0%;
    position: absolute;
    z-index: 1;
    background-color: #ededed;
    padding: 50px 40px 60px 40px;
	display: none;
}

#fechar3, #fechar4 {
	left: 10px !important;
}

.cores {
	position: absolute;
	width: 100%;
	z-index: 9;
	top: 0;
	left: 0;
}

.imgcontainer {
	position: relative;
	overflow: hidden;
}

.overlay1 {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all .6s ease;
	transition-delay: 1.2s;
	transform: translateY(0%);
}

.overlay2 {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all .6s ease;
	transition-delay: 2.2s;
	transform: translateY(0%);
}

.aos-animate .overlay1 {
	transform: translateY(-105%);
}
.aos-animate .overlay2 {
	transform: translateY(105%);
}

.scroll-container {
}

.imgmobile {
	display: none;
}

.bgcontainer {
	background-image: url(../img/bg_section_1.jpg);
	background-position:center bottom;
	display: flex;
	background-repeat: no-repeat;
    align-items: center;
    min-height: 1040px;
	overflow: hidden;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}

.bgcontainer2 {
	background-image: url(../img/bg_section_2.jpg);
	background-position:center bottom;
	display: flex;
	background-repeat: no-repeat;
    align-items: center;
    min-height: 880px;
	overflow: hidden;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}

.titulomapa {
	position: absolute;
    top: 15%;
    z-index: 9;
    margin: 0 auto;
    transform: translateX(-50%);
    left: 50%;
}

.legendatit {
	color:#A69866;
	font-family: "acumin-pro", sans-serif;
	font-size: 22px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;	
	margin-left: 15px;
}


.icondiv {
	max-width: 100px;     
	position: relative;
    z-index: 999;
    right: -80px;
    float: right;
    margin-top: -0.7%;
}

.linediv {  
	position: absolute;
    z-index: 99;
    
}

.gal-container{
	padding: 0px;
	
}
.gal-item{
	overflow: hidden;
	padding: 0px;
}
.gal-item .box{
	height: 386px;
	overflow: hidden;
}

.gal-item2 .box{
	height: 480px;
	overflow: hidden;
}

.gal-item3 .box{
	height: 464px;
	overflow: hidden;
}

.box img{
	height: 100%;
	width: 100%;
	object-fit:contain;
	-o-object-fit:contain;
}

.lingua {
	font-family: "acumin-pro", sans-serif;
	font-size: 14px;
	color:#fff;
}

.lingua a{
	font-family: "acumin-pro", sans-serif;
	font-size: 14px;
	color:#fff;
	text-decoration: none;
}

.linguaon {
	font-family: "acumin-pro", sans-serif;
	font-size: 14px;
	color:#A59765;
}

.linguadiv {
	float: right;
	right: 40px;
	position: absolute;
	top:20px;
}


.padnone {
	padding: 0px;
}
.bottom-column
{
   position: absolute;
    bottom: 0;
    right: 0;
}

.titulo {
	font-family: "acumin-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 50px;
	line-height: 70px;
	color:#000;
	text-align: left;
}

.tituloarea {
	font-family: "acumin-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	line-height: 1;
	color:#000;
	text-align: left;
	margin-bottom: 20px;
}

.tituloareabig {
	font-family: "acumin-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 40px;
	line-height: 1;
	color:#000;
	text-align: left;
	margin-bottom: 20px;
}

.textoarea {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 1.4;
	color:#000;
	text-align: left;
}

.titulos {
	font-family: 'Inter-Bold', sans-serif;
	color: #0096e1;
	font-size: 38px;
	cursor: pointer;
	transition: all .4s ease;
	opacity: .8;
}

.titulos:hover {
	opacity: 1;
}

.topspace {
	margin-top: 60px;
}


.textoareasmall {
	font-family: "acumin-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
	line-height: 1.2;
	color:#000;
	text-align: left;
}

.subtitulo {
	font-family: "acumin-pro", sans-serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 1;
	color:#000;
	text-align: left;
}

.padbig {
	margin-top: 100px;
	margin-bottom: 100px;
}

.titulosflex {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.padbigpad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.marcas {
	margin-top: -140px;
	margin-bottom: 100px;
	position: relative;
	z-index: -1;
}

.bgcinza {
	background-color: #F5F5F5;
	padding: 30px 0px;
}

.bgazul {
	background-color: #4BA6DD;
	padding: 60px 0px 100px 0px;
}

.textotit {
	font-family: 'Klavika Rg';
	font-size: 38px;
	color:#AB2328;
	line-height: 40px;
	text-align: left;
}

.iconshare {
	float: right;
	width: 240px;
    text-align: center;
}

.iconsh {
	
	max-width: 40px;
	max-height: 40px;
	
}

.botaosaiba span {
	font-size: 24px;
    margin-left: 10px;
    font-weight: 400;
    line-height: 0;
    top: 1px;
    position: relative;
}

.botaosaiba {
	margin-top:20px;
	color:#000;
	font-weight: 700;
	border:1px solid #000;
	font-family: "acumin-pro", sans-serif;
	font-size: 14px;
	padding: 5px 10px;
	background-color: #fff;
	display: inline-block;
    text-align: center;
    cursor: pointer;
	float: left;
    /*background-image: linear-gradient(to left,
                                      transparent,
                                      transparent 50%,
                                      #A59765 50%,
                                      #A59765);
    background-position: 100% 0;
    background-size: 200% 100%;*/
    transition: all .1s ease-in;
}
.botaosaiba:hover {
    /*background-position: 0 0;*/
	background-color: #fff;
    color: #000;
}

.botaosaiba2 {
	margin-top:20px;
	color:#A59765;
	border:1px solid #A59765;
	font-family: 'Klavika Lt';
	font-size: 20px;
	padding: 5px 12px;
    text-align: left;
    cursor: pointer;
    transition: all .1s ease-in;
}
.botaosaiba2:hover {
    /*background-position: 0 0;*/
	background-color: #A59765;
    color: #fff;
}


.botaosaiba2:before {
    background: url(../img/icon_plus.png);
    content: url(../img/icon_plus.png);
    width: 25px;
    height: 25px;
    display: block;
    right: 30px;
    position: absolute;
}

.botaosaiba2:hover::before {
    background: url(../img/icon_plusw.png);
    content: url(../img/icon_plusw.png);
    width: 25px;
    height: 25px;
    display: block;
    right: 30px;
    position: absolute;
}


	.padright {
		padding-right: 0px;
	}
	
	.padleft {
		padding-left: 0px;
	}


.squareleft {
	/*border-top: 1px solid #A59765;
	border-left: 1px solid #A59765;
	border-bottom: 1px solid #A59765;
	border-right: 1px solid #A59765;*/
	padding: 35px 100px;
	min-height: 316px;
}

.squareright {
	/*border-top: 1px solid #A59765;
	border-right: 1px solid #A59765;
	border-bottom: 1px solid #A59765;*/
	padding: 42px 30px;
	min-height: 316px;
}

.legendacaixa {
	background-color: #fff;
	position: absolute;
	top: 40px;
	left: 40px;
	padding: 40px 40px 40px 40px;
	z-index: 9;
	max-width: 550px;
}

.legendacaixa h1{
	font-family: 'Klavika Rg';
	color: #AB2328;
	margin-bottom: 10px;
	font-size: 40px;
	line-height: 48px;
}

.legendacaixa h2{
	font-family: 'Klavika Rg';
	color: #6D6E71;
	font-size: 18px;
	line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

section {
  padding: 100px 0; }
  section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px; }
  section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

@media (min-width: 768px) {
  section {
    padding: 150px 0 0 0; } }

.btn {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700; }

.btn-primary {
  color: white;
  border-color: #fed136;
  background-color: #fed136; }
  .btn-primary.focus, .btn-primary:focus {
    color: white;
    border-color: #b48b01;
    background-color: #fec503; }
  .btn-primary:hover {
    color: white;
    border-color: #f6bf01;
    background-color: #fec503; }
  .btn-primary.active, .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    color: white;
    border-color: #f6bf01;
    background-color: #fec503; }
    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle:hover {
      color: white;
      border-color: #b48b01;
      background-color: #dcab01; }
  .btn-primary.active, .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:hover {
    border-color: #fed136;
    background-color: #fed136; }
  .btn-primary .badge {
    color: #fed136;
    background-color: white; }

.btn-xl {
  font-size: 18px;
  padding: 20px 40px; }

::-moz-selection {
  background: #A59765;
  text-shadow: none; }

::selection {
  background: #A59765;
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
 /* -webkit-tap-highlight-color: #A59765; */
}

#mainNav {
  background-color: #212529; }
  #mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #fed136;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  #mainNav .navbar-brand {
    color: #fed136;
    font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive; }
    #mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #fec503; }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: white;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
      color: #fed136; }

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent; }
    #mainNav .navbar-brand {
      font-size: 1.75em;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    #mainNav .navbar-nav .nav-item .nav-link {
      padding: 1.1em 1em !important; }
    #mainNav.navbar-shrink {
      padding-top: 0;
      padding-bottom: 0;
      background-color: #212529; }
      #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0; } }


.iconlogo {
	width: 60px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.video-full {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-full .video-bg {
  /*  position: absolute;
    top: 50%;
    left: 50%;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
   /* transform: translate(-50%, -50%);*/
    z-index: 1;
}

.video-full .video-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    text-align: center;
    pointer-events: none; /* garante que nada interfere com o vídeo */
}

.titulobold {
	font-family: 'Inter-Bold';
	color: #000000;
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 40px;
  transform: translateY(30px); /* começa um pouco abaixo do ícone */
}

.tituloboldbig {
	font-family: 'Inter-Bold';
	color: #000000;
	font-size: 60px;
	line-height: 1.2;
	margin-bottom: 40px;
}

.texto {
	font-family: 'Inter';
	color: #000000;
	font-size: 18px;
	line-height: 1.6;
	opacity: 0;
  transform: translateY(70px);
}

.bgcolcinza {
	background-color: rgba(102,102,102,0.80);
	min-height: 450px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
	transition: all .4s ease;
}

.logomarca {
	max-width: 500px;
	margin: 0 auto;
}

.tooltip-follow {
	font-family: 'Inter';
    position: fixed;
    background: #fff;
    color: #000;
    border: 1px solid #0096e1;
    padding: 10px 14px;
    pointer-events: none; 
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: 9999;
    font-size: 15px;
}

.bgcolcinza:hover {
	background-color: rgba(102,102,102,1);
}
.bgcolcinza:hover ~ .logoold {
	opacity: 1;
}
.bgcolazul:hover ~ .logonew {
	opacity: 1;
}

.bgcolazul:hover {
	background-color: rgba(0,150,225,1);
}

.bgcolazul {
	background-color: rgba(0,150,225,0.80);
	min-height: 450px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
	transition: all .4s ease;
}

.logoassinatura {
	max-width: 350px;
	margin: 0 auto;
}

.logoold, .logonew {
	width: 300px;
	margin: 0 auto;
	transition: all .4s ease;
	filter: contrast(0) brightness(2);
	
}

.slider-parallax-section {
    width: 100%;
}

.slider-parallax {
    width: 100%;
	
    /*height: 100vh; */

}



.swiper-navigation-icon, .swiper-navigation-icon path {
        fill: #ffffff;
    }

.martopslide {
	margin-bottom: 100px;
}

.slider-parallax .swiper-slide {
		padding-top: 40px;
	padding-bottom: 200px;
    display: flex;
    align-items: center; 
    justify-content: center;
    position: relative;
}

.slider-parallax .slide1 {
    background: #666666;
    color: #fff;
}

.slider-parallax .slide2 {
    background: #0096e1;
    color: #fff;
}

.slide-title {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
}

.box {
    padding: 40px;
    background: rgba(255,255,255,0.15);
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

/* Parallax suave */
.swiper-slide[data-swiper-parallax] {
    transition: transform 0.8s ease-out;
}




header.masthead {
  text-align: center;
  color: white;
  padding: 0px;
  /*background-image: url("../img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
	position: relative;
	 height: 100vh;
	overflow: hidden;
	
}

.parallax {
	padding-top: 40px;
	padding-bottom: 40px;
}

header.masthead .scroll-container {


	
}


  header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 100px; }
    header.masthead .intro-text .intro-lead-in {
      font-size: 22px;
      font-style: italic;
      line-height: 22px;
      margin-bottom: 25px;
      font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    header.masthead .intro-text .intro-heading {
      font-size: 50px;
      font-weight: 700;
      line-height: 50px;
      margin-bottom: 25px;
      font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px; }
    header.masthead .intro-text .intro-lead-in {
      font-size: 40px;
      font-style: italic;
      line-height: 40px;
      margin-bottom: 25px;
      font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    header.masthead .intro-text .intro-heading {
      font-size: 75px;
      font-weight: 700;
      line-height: 75px;
      margin-bottom: 50px;
      font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; } }

.service-heading {
  margin: 15px 0;
  text-transform: none; }

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px; }
  #portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer; }
    #portfolio .portfolio-item .portfolio-link .portfolio-hover {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      transition: all ease 0.5s;
      opacity: 0;
      background: rgba(254, 209, 54, 0.9); }
      #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
        opacity: 1; }
      #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
        font-size: 20px;
        position: absolute;
        top: 50%;
        width: 100%;
        height: 20px;
        margin-top: -12px;
        text-align: center;
        color: white; }
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
          margin-top: -12px; }
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
          margin: 0; }
  #portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    background-color: #fff; }
    #portfolio .portfolio-item .portfolio-caption h4 {
      margin: 0;
      text-transform: none; }
    #portfolio .portfolio-item .portfolio-caption p {
      font-size: 16px;
      font-style: italic;
      margin: 0;
      font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

#portfolio * {
  z-index: 2; }


@media (max-width: 1800px) {
.icondiv {
	max-width: 100px;     
	position: relative;
    z-index: 999;
    right: -80px;
    float: right;
    margin-top: -1%;
}
	
}

@media (max-width: 1600px) {
.icondiv {
	max-width: 100px;     
	position: relative;
    z-index: 999;
    right: -80px;
    float: right;
    margin-top: -1.6%;
}
	
}

@media (max-width: 1400px) {
.icondiv {
	max-width: 100px;     
	position: relative;
    z-index: 999;
    right: -80px;
    float: right;
    margin-top: -2%;
}
	
}

@media (max-width: 1200px) {
.icondiv {
	max-width: 100px;     
	position: relative;
    z-index: 999;
    right: -80px;
    float: right;
    margin-top: -2.8%;
}
	
}

@media (max-width: 1000px) {
.icondiv {
	max-width: 100px;     
	position: relative;
    z-index: 999;
    right: -80px;
    float: right;
    margin-top: -3.3%;
}
	
}

@media (max-width: 992px) {
	.padright {
		padding-right: 15px;
	}
	
	.padleft {
		padding-left: 15px;
	}
	
	.squareleft {
	/*border: 1px solid #A59765;*/
}

.squareright {
	/*border: 1px solid #A59765;*/
}
	
		.titulo {
    font-size: 45px;
    line-height: 50px;
}
	
	.subtitulo {
    font-size: 38px;
    line-height: 46px;
}
	
}



@media (max-width: 400px) {
		.logomarcacont .logo1 img {
    width: 60px !important;
}
	
	.logomarcacont .logo1 {
    left: 50px !important;
}
	.logomarcacont .logo2 {
        left: 110px !important;
    }
	
}
@media (max-width: 480px) {

	
	 .anim-section3 {
		overflow-x: hidden;
	}
	
	.logomarcacont {
    margin-bottom: 30px !important;
}
	
	.logo1 img {
    width: 70px !important;
}
	
	.logo1 {
    left: 60px !important;
}
	.logo2 {
    left: 130px !important;
}
	
	.logoassinatura2 {
    top: 160px !important;
}
	
	.iconlogo {
    width: 50px;
}
	.texto {
    font-size: 16px;
}
	
	.titulobold {
    font-size: 18px;
}
	
	.tituloarea {
    font-size: 24px;
}
	
	.contcores {
		min-height: 100px !important;
		margin-top: 50px !important;
	}
	
	.mlogos {
		margin-top: 60px !important;
	}
	
	.box1, .box2, .box3, .box4, .box5 {
		width: 20px;
	}
	
	.padcol {
		margin-top: 40px;
	}
	
	.textofooter {
		margin-top: 20px;
	}
	header.masthead {
    min-height: 280px !important;

		height: 100%;
}	
	.scroll-container {
    min-height: 130px !important;
	
}
	
	.bgcontainer {
		overflow-x: hidden;
	}
	
	.padbig {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
	
	.bgazul {
    padding: 60px 0px 60px 0px !important;
}
	
	.bgcontainer {
    min-height: auto !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}	
	.bgcontainer2 {
    min-height: auto !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
	
	.bgbig {
    margin-top: 80px !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
	
	.row .titlebig {
        font-size: 28px !important;
    }
	
	.titulo {
        font-size: 40px !important;
	}
	
	    .subtitulo {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }
	
	.textoarea {
    font-size: 16px !important;
		margin-bottom: 60px;
}
	
	.logofooter {
            max-width: 220px !important;
        margin: 0 auto 40px auto;
}
	
	.textofooter {
    text-align: center !important;
}
	
	.titulosflex {
    display: block !important;
}
	
	.titulos {
    font-size: 36px;
    margin-bottom: 40px;
}
	
	.logoold, .logonew {
		margin-bottom: 50px;
    opacity: 1 !important;
		width: 250px;
}
	
	.slider-parallax .slide1, .slider-parallax .slide2 {
    padding: 60px 50px;
}
	
	.logoassinatura {

    margin-bottom: 50px;
}
	
}
	
@media (max-width: 991px) {
	
	.hover img {
    width: 22px !important;
}
	
	.hover {
    font-size: 16px !important;
}
	
	#pop1 {
    max-width: 620px;
    left: 50% !important;
    top: 20% !important;
		transform: translateX(-50%);
}	
	#pop2 {
		top: 20% !important;
        left: 50%;
    transform: translateX(-50%);
}	
	#pop3 {
		top: 20% !important;
        left: 50%;
    transform: translateX(-50%);
}
	#pop4 {
		top: 20% !important;
        left: 50%;
    transform: translateX(-50%);
}
}
	
@media (max-width: 600px) {
	
	.rowbts {
    display: block !important;
    min-height: 750px !important;
    text-align: center;
}
	    #pop2 {
        top: 10% !important;
        width: 90%;
    }
	
	#fechar3, #fechar4 {
    left: auto !important;
}
	
	#pop4 {
        top: 30% !important;
        width: 90%;
    }
	
	    #pop3 {
        top: 20% !important;
        width: 90%;
    }
	
	    #pop1 {
        max-width: 620px;
        left: 50% !important;
        top: 5% !important;
        transform: translateX(-50%);
        width: 90%;
    }
	
	.hover {
		margin-bottom: 40px;
	}
	
}
	
@media (max-width: 767px) {
	
	.imgmobile {
	display: block !important;
}
	
	.bgcontainer {
		margin-bottom: 0px !important;
	}
	.bgcontainer2 {
		margin-bottom: 0px !important;
	}
	
	.coltext {
	column-count: 1 !important;
    column-gap: 60px;
}
	
	.marcas {
	margin-top: -10px !important;
	margin-bottom: 100px;
}
	
	.logos {
		max-width: 200px;
		margin-bottom: 30px;
	}
	
	.titlebig {
    font-size: 34px !important;
}
	
	.tituloareabig {
    font-size: 24px  !important;
		
	}
	
	
	.icondiv {
	    right: -70px;
    float: right;
    margin-top: -10%;
	}
	
	.imgline {
		width: 75%;
	}
	
	.container {
    max-width: 95% !important;
}
	.topmob {
		margin-top: 30px;
	}
	
	.legendacaixa {
    background-color: #fff;
    position: absolute;
    top: 40px;
    left: 40px;
    padding: 20px;
    z-index: 9;
    max-width: 400px;
}
	
	
	.legendacaixa h1 {
    font-family: 'Klavika Rg';
    color: #AB2328;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 32px;
}
	
	.legendacaixa h2 {
    font-family: 'Klavika Rg';
    color: #6D6E71;
    font-size: 14px;
    line-height: 18px;
}
	
	.titulo {
		margin-top: 40px;
	}
	
	.bottom-column {
	   position: relative;
		bottom: 0;
		right: 0;
	}
	
	.botaosaiba {
	float: none;

	}
	
	
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px; } }

.portfolio-modal .modal-dialog {
  max-width: none;
  height: 100%;
  margin: 0; }

.portfolio-modal .modal-content {
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
  border: none;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .portfolio-modal .modal-content h2 {
    font-size: 3em;
    margin-bottom: 15px; }
  .portfolio-modal .modal-content p {
    margin-bottom: 30px; }
  .portfolio-modal .modal-content p.item-intro {
    font-size: 16px;
    font-style: italic;
    margin: 20px 0 30px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px; }
  .portfolio-modal .modal-content img {
    margin-bottom: 30px; }
  .portfolio-modal .modal-content button {
    cursor: pointer; }

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent; }
  .portfolio-modal .close-modal:hover {
    opacity: 0.3; }
  .portfolio-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #212529; }
    .portfolio-modal .close-modal .lr .rl {
      /* Safari and Chrome */
      z-index: 1052;
      width: 1px;
      height: 75px;
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      background-color: #212529; }

.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0; }

.timeline {
  position: relative;
  padding: 0;
  list-style: none; }
  .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: '';
    background-color: #e9ecef; }
  .timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px; }
    .timeline > li:after, .timeline > li:before {
      display: table;
      content: ' '; }
    .timeline > li:after {
      clear: both; }
    .timeline > li .timeline-panel {
      position: relative;
      float: right;
      width: 100%;
      padding: 0 20px 0 100px;
      text-align: left; }
      .timeline > li .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0; }
      .timeline > li .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0; }
    .timeline > li .timeline-image {
      position: absolute;
      z-index: 100;
      left: 0;
      width: 80px;
      height: 80px;
      margin-left: 0;
      text-align: center;
      color: white;
      border: 7px solid #e9ecef;
      border-radius: 100%;
      background-color: #fed136; }
      .timeline > li .timeline-image h4 {
        font-size: 10px;
        line-height: 14px;
        margin-top: 12px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 20px 0 100px;
      text-align: left; }
      .timeline > li.timeline-inverted > .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0; }
      .timeline > li.timeline-inverted > .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0; }
    .timeline > li:last-child {
      margin-bottom: 0; }
  .timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit; }
    .timeline .timeline-heading h4.subheading {
      text-transform: none; }
  .timeline .timeline-body > ul,
  .timeline .timeline-body > p {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .timeline:before {
    left: 50%; }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px; }
    .timeline > li .timeline-panel {
      float: left;
      width: 41%;
      padding: 0 20px 20px 30px;
      text-align: right; }
    .timeline > li .timeline-image {
      left: 50%;
      width: 100px;
      height: 100px;
      margin-left: -50px; }
      .timeline > li .timeline-image h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 30px 20px 20px;
      text-align: left; } }

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px; }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px; }
    .timeline > li .timeline-image {
      width: 150px;
      height: 150px;
      margin-left: -75px; }
      .timeline > li .timeline-image h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 20px 20px; } }

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px; }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px 100px; }
    .timeline > li .timeline-image {
      width: 170px;
      height: 170px;
      margin-left: -85px; }
      .timeline > li .timeline-image h4 {
        margin-top: 40px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 100px 20px 20px; } }

.team-member {
  margin-bottom: 50px;
  text-align: center; }
  .team-member img {
    width: 225px;
    height: 225px;
    border: 7px solid #fff; }
  .team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none; }
  .team-member p {
    margin-top: 0; }

section#contact {
  background-color: #212529;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center; }
  section#contact .section-heading {
    color: #fff; }
  section#contact .form-group {
    margin-bottom: 25px; }
    section#contact .form-group input,
    section#contact .form-group textarea {
      padding: 20px; }
    section#contact .form-group input.form-control {
      height: auto; }
    section#contact .form-group textarea.form-control {
      height: 248px; }
  section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none; }
  section#contact ::-webkit-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  section#contact :-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    /* Firefox 18- */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  section#contact ::-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    /* Firefox 19+ */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  section#contact :-ms-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.imgline {
	max-width: 90%;
}

.nopad {
	padding-left: 0px;
}


.bgbig {
	background-color: #F5F5F5; 
	margin-top: 100px; 
	padding-top: 140px; 
	padding-bottom: 140px
}

footer .row {
	    display: flex;
    align-items: center;
}

.titlebig {
	font-family: "acumin-pro", Arial, sans-serif;
	font-size: 54px;
	font-weight: 700;
	color: #000;
	line-height: 1.2;
}

.textofooter {
	    font-family: 'Inter', sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
	text-align: left;
}

.logofooter {
	max-width: 380px;
}

.textofooter a {
	font-family: "acumin-pro", Arial, sans-serif;
	font-size: 14px;
	color: #fff !important;
	line-height: 1.2
}

.titulofooter {
	font-family: 'Klavika Rg';
	font-size: 40px;
	line-height: 45px;
	color:#A59765;
	margin-bottom: 50px;
}


footer {
	background-color: #0096e1;
  	padding: 120px 0 50px 0;
}

  	footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}


  footer ul.quicklinks {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}

ul.social-buttons {
  margin-bottom: 0;
}

  ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #212529; }
    ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
      background-color: #fed136; }



/* SLIDE*/

/* ============ Full Page Slider ================= */
.creative-fullpage--slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto; /* ajusta altura automaticamente */
}

.creative-fullpage--slider .slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1300px;       /* largura máxima */
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
	min-height: 60vh;
}

.creative-fullpage--slider .slider-content .row {
  height: 100%;
	min-height: 60vh;
}
.creative-fullpage--slider .slider-inner {
	background: #000;
	height: 100vh;
	position: relative;
	width: 100%;
}
.creative-fullpage--slider .swiper-slide {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: left;
	flex-direction: column;
	overflow: hidden;
}
.creative-fullpage--slider .swiper-slide .slider-inner img 
{
	object-fit: cover;
	width: 100%;
	height: 100vh;
}
.creative-fullpage--slider .swiper-slide .slider-inner video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
	position: absolute;
	top: 25%;
	left: 10%;
	z-index: 1;
}
.creative-fullpage--slider .swiper-slide .slider-inner::after {
	content: "";
	position: absolute;
	width: 101%;
	height: 100%;
	top: 0;
	left: -1px;
	background-color: transparent;
	background-image: radial-gradient(at center right, #FFFFFF00 50%, #00000096 100%);
}
.swiper-slide .slider-inner .swiper-content .title-area .tag {
	font-family: "Libre Baskerville", serif;
	color: #ffffff;
	font-weight: 600;
	font-size: 48px;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 1.2;
}
.swiper-slide .slider-inner .swiper-content .title-area .title {
	margin-top: 50px;
	color: #fff;
	font-size: 8vw;
	font-family: "Inter", sans-serif;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 50px;
	margin-left: -12px;
	text-decoration: none;
}
.swiper-slide .slider-inner .swiper-content p.disc {
	font-size: 20px;
	width: 100%;
	margin-top: 15px;
	margin: 20px 0px 40px 0px;
	font-weight: 400;
	line-height: 32px;
	color: #FFF;
	font-family: "Plus Jakarta Sans", sans-serif;
}
.creative-btn--wrap .creative-slide--btn {
	color: #ffffff;
	margin-left: 18px;
	font-size: 16px;
	transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
	font-weight: 400;
	display: inline-flex;
	position: relative;
	white-space: nowrap;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	user-select: none;
	outline: none;
	outline-color: transparent;
	box-shadow: none;
	will-change: transform;
	backface-visibility: hidden;
	font-family: "Plus Jakarta Sans", sans-serif;
}

.creative-btn--circle .circle {
	position: absolute;
	right: calc(100% - 10px);
	top: 0;
	bottom: 0;
	margin: auto;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	clip-path: circle(25% at 50% 50%);
	transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-fullpage--slider .text-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* topo */
  align-items: flex-start;
  text-align: left;
	padding-right: 60px;
	    font-family: 'Inter';
    font-size: 24px;
    font-weight: 500;
}

.creative-fullpage--slider .text-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;   /* bottom */
  align-items: flex-start;
  text-align: left;
	padding-left: 60px;
	    font-family: 'Inter';
    font-size: 24px;
    font-weight: 500;
}

.logoslider {
	    width: 180px;
    /* height: 100px; */
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
    z-index: 9;
}
.creative-btn--circle .circle .circle-fill {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 100%;
	background-color: #77F37D;
	will-change: transform;
	transform: scale(0);
	z-index: 1;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1), background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle-icon {
	transform: translate(-100%, 0%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	z-index: 2;
	transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);

}
.creative-btn--circle .circle-icon .icon-arrow{
	width: 20px;
	height: 20px;
	stroke: none;
	fill: #000;
}
.creative-btn--circle .circle-outline {
	fill: transparent;
	width: 10px;
	stroke: #77F37D;
}
.creative-btn--wrap .creative-slide--btn .creative-btn--label {
	margin-left: 4pt;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--wrap .creative-slide--btn .creative-btn__border {
	position: absolute;
	left: 4pt;
	right: 0;
	bottom: 0;
	height: 1px;
	background: currentColor;
	transform-origin: right;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
	transform: translateX(18px);
}
.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
	transform: scale(0, 1);
}
.creative-btn--wrap .creative-slide--btn:hover{
	margin-left: 38px !important;
}
.creative-btn--wrap .creative-slide--btn:hover .circle {
	clip-path: circle(50% at 50% 50%);
}
.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
	transform: scale(1, 1);
}
.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
	transform: translate(0%, 0%);
	opacity: 1;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-next, 
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
	bottom: 5%;
	top: unset;
	transform: scale(1);
	transition: all 0.4s;
	background-color: #FFFFFF00;
	backdrop-filter: blur(20px);
	height: 85px;
	width: 85px;
	line-height: 85px;
	border-radius: 50%;
	transition: all 0.4s;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-next {
	right: 50px;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
	left: 50px;
}
.swiper-container-h .slider-pagination-area {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: unset;
	right: unset;
	bottom: 80px;
	left: 50% !important;
	transform: translateX(-50%);
	width: 500px;
	z-index: 1;
}
.swiper-container-h .slider-pagination-area .slide-range {
	font-size: 16px;
	font-weight: 500;
	margin: 0 15px;
	color: #ffffff;
	line-height: 0;
	position: absolute;
	font-size: 14px;
	font-family: "Plus Jakarta Sans", sans-serif !important;
    top: 1px;
}
.swiper-container-h .slider-pagination-area .slide-range.one {
	left: -50px;
}
.swiper-container-h .slider-pagination-area .slide-range.three {
	right: -50px;
}
.swiper-container-h .slider-pagination-area .swiper-pagination {
	bottom: 0 !important;
	width: 500px !important;
}
.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
	background: #77F37D;
    border-radius: 10px;
}
	
.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(225, 225, 225, .25)) !important;
    position: absolute;
    /* color: rgb(119 243 125); */
    border-radius: 10px;
}
.swiper-container-h .swiper-button-next::after {
	content: "\f061";
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	background: none;
	color: #ffffff;
	font-size: 60px;
}
.swiper-container-h .swiper-button-prev::after {
	content:"\f060";
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	background: none;
	color: #ffffff;
	font-size: 60px;
}
.swiper-container-h .swiper-button-next:hover, 
.swiper-container-h .swiper-button-prev:hover {
	background: #FFFFFF0D;
}


/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
	
	.creative-fullpage--slider .text-top,
  .creative-fullpage--slider .text-bottom {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
	  .creative-fullpage--slider .slider-content {
    max-width: 90%;
    text-align: center;
  }
	.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content{
		width: 100%;
		text-align: center;
		left: 0;
	}
	.creative-fullpage--slider .swiper-container-h .swiper-button-next, 
	.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
		height: 50px;
		width: 50px;
		line-height: 50px;
	}
	.swiper-container-h .slider-pagination-area{
		width: 200px !important;
	}
	.swiper-container-h .swiper-button-next::after, 
	.swiper-container-h .swiper-button-prev::after {
		font-size: 30px;
	}
	.creative-fullpage--slider .swiper-container-h .swiper-button-next, 
	.creative-fullpage--slider .swiper-container-h .swiper-button-prev{
		background: #ffffff3b;
	}
	.swiper-container-h .slider-pagination-area .swiper-pagination {
		bottom: 0 !important;
		width: 200px !important;
	}
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next, .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    bottom: 5%;
    top: 50%;
}

    section {
        padding: 0px 0 0 0;
    }

.logo1 {
	position: absolute;
    left: 50px;
    top: 0;
	opacity: .3;
	transition: all .4s ease;
}

.pop .fundo {
	position: absolute;
    bottom: -5px;
    width: 110%;
    left: -1%;
}

.logo2 {
	position: absolute;
    left: 180px;
    top: 0;
	opacity: .3;
	transition: all .4s ease;
}

.logo1 img {
    width: 130px;
}

.logo2 img {
    width:440px;
}

.showfull {
	opacity: 1 !important;
}

.logoassinatura2 {
	position: absolute;
    top: 190px;
    width: 100%;
	opacity: .3;
	transition: all .4s ease;
}

.rowbts {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
	min-height: 300px;
	    margin-top: 60px;
}

.pop {
	overflow: hidden;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.28);
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.28);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.28);
}

.indexz {
	z-index: 9;
	position: relative;
}

.bt1, .bt2, .bt3, .bt4 {
	opacity: .5;
}

.bt1:hover, .bt2:hover, .bt3:hover, .bt4:hover {
	opacity: 1;
	cursor: pointer;
}

.hover img {
    position: absolute;
    width: 30px;
    margin-left: 10px;
    margin-top: -2px;
}

.hover {
	font-family: 'Inter-Bold';
    color: #0096e1;
    font-size: 20px;
    line-height: 1.2;
	transition: all .4s ease;
}

.logomarcacont {
	max-width: 700px;
	margin: 0 auto;
	margin-top: 80px;
    position: relative;
    margin-bottom: 80px;
    height: 200px;
}

.swiper-container-h .swiper-button-next::after {
    display: none !important;
}
.swiper-container-h .swiper-button-prev::after {
    display: none !important;
}

.swiper-button-next {
	background-image: url(../img/seta_dir.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}
.swiper-button-prev {
	background-image: url(../img/seta_esq.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}

.swiper-container-h .swiper-button-next {
    background-image: url(../img/seta_dir.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}
.swiper-container-h .swiper-button-prev {
    background-image: url(../img/seta_esq.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next {
    right: 50px;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next, .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    bottom: 5%;
    transform: scale(1);
    transition: all 0.4s;
    background-color: transparent !important;
    backdrop-filter: none !important;
    height: 45px;
    width: 45px;
    line-height: 85px;
    border-radius: 50%;
    transition: all 0.4s;
}

.swiper-container-h .swiper-button-next:hover {
    background-image: url(../img/seta_dir.svg);
}
.swiper-container-h .swiper-button-prev:hover {
    background-image: url(../img/seta_esq.svg);
}

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
	.creative-fullpage--slider .text-top,
  .creative-fullpage--slider .text-bottom {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
	  padding: 0 !important;
  }

.logoslider {
    width: 160px;
    top: 50%;
}
	
	 .creative-fullpage--slider .slider-content .row {
    flex-direction: column;
  }
	
	.swiper-slide .slider-inner .swiper-content .title-area .title {
		font-size: 64px;
	}
	.swiper-slide .slider-inner .swiper-content .title-area .tag{
		margin-bottom: 0px;
	}
	.swiper-slide .slider-inner .swiper-content p.disc{
		    margin: 20px auto 20px auto;
    font-size: 16px;
    width:95%;
	}
	.swiper-container-h .slider-pagination-area{
		display: none;
	}
	.swiper-slide .slider-inner .swiper-content p.disc br{
		display: none;
	}
}

.creative-fullpage--slider {
  position: relative;
  z-index: 1;
}


	