/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Helvetica';
  color: #003f5c;
  background: url(../../assets/img/bg/bg-section-2.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

p {
	line-height: normal;
}

img, iframe, object {
	max-width: 100%;
}

a {
  color: #003f5c;
}

a:hover {
  color: #006eb4;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: 'Helvetica-Bold';
}

*[x-apple-data-detectors] {
    border-bottom: 0 !important;
    cursor: default !important;
    color: inherit !important;
    text-decoration: none !important;
}

/*--------------------------------------------------------------
# Tema
--------------------------------------------------------------*/
.btn-theme {
  font-family: 'Helvetica-Bold';
  font-weight: 700;
  font-size: 28px;
  display: inline-block;
  padding: 8px 25px;
  border-radius: 16px;
  transition: 0.5s;
  margin-top: 20px;
  color: #276390;
  border: solid 3px #003f5c;
}
img.img-center {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #003f5c;
  color: #FFFFFF;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #FFFFFF;
  background: #006eb4;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 160px;
  z-index: 9991;
  transition: all 0.5s;
  padding: 55px 0;
  background: #fff;
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .container {
  position: relative;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #7a6960;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
}

#boxEmail {
    position: absolute;
    top: -35px;
    right: 5px;
}

#boxEmail a {
    border: none;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
    position: relative;
    color: #003f5c;
    padding: 0 15px;
    transition: 0.3s;
    font-size: 19px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
	border-right: solid 2px #003f5c;
    margin-top: 10px;
	line-height: normal;
}

.nav-menu a.border-right {
    border-right: 0 !important;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #003f5c;
  text-decoration: none;
}

.nav-menu > ul > li > a:after {
	content:'';
	position: absolute;
	bottom: -5px;
	left: 15px;
	right: 15px;
	height: 2px;
	background-color: #FFFFFF;
	transition: all 0.5s;
}
.nav-menu > ul > li:hover > a:after {
	transition: all 0.5s;
	background-color: #003f5c;
}


.nav-menu .get-started a {
  background: #003f5c;
  color: #FFFFFF;
  border-radius: 50px;
  margin: 5px 0 0 30px;
  padding: 5px 25px;
  border: none;
}

.nav-menu .get-started:hover a {
  background: #065998;
  color: #FFFFFF;
}
.nav-menu .get-started a:after {
	opacity: 0;
}

.nav-menu .drop-down ul {
  min-width: 270px;
  max-width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  transition: ease all 0.3s;
}

.nav-menu .drop-down ul.primeiro-drop {
	min-width: 420px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #000;
  float: left;
  border-right: none;
  margin-top: 0;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #003f5c;
}
/*
.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}
*/

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #FFF;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #006eb4;
  text-decoration: none;
}

.mobile-nav .get-started a {
  background: #003f5c;
  color: #FFFFFF;
  border-radius: 50px;
  margin: 15px;
  padding: 10px 25px;
}

.mobile-nav .get-started a:hover {
  background: #006eb4;
  color: #FFFFFF;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  
      width: 50px;
    height: 50px;
    background-color: #FFF;
    border-radius: 50px;
    text-align: center;
    top: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.mobile-nav-toggle i {
  color: #003f5c;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

/*--------------------------------------------------------------
# Capa Section
--------------------------------------------------------------*/
#capa {
  width: 100%;
  min-height: 500px;
  height: calc(100vh - 404px);
  margin-top: 160px;
  padding: 0;
}

#capa h1 {
  font-family: 'Helvetica-Bold';
  margin: 70px 0 10px 0;
  font-size: 64px;
  line-height: 66px;
  color: #003f5c;
}

#capa h2 {
  font-family: 'Helvetica';
  color: #0474c8;
  margin-bottom: 50px;
  font-size: 30px;
}

#capa .btn-get-started:hover {
  background: #006eb4;
}
/*
.animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
*/

@media (min-width: 1024px) {
  #capa {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  
  .animated {
    -webkit-animation: none;
    animation: none;
  }
  #capa .hero-img {
    text-align: center;
  }
  #capa .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #capa h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #capa h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #capa .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #capa .hero-img img {
    width: 80%;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	position: relative;
  padding: 50px 0 70px 0;
  min-height: calc(100vh - 159px);
}

.section-bg {
  background-color: #fef8f5;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1px;
  margin-bottom: 15px;
  color: #c2b7b1;
}

.section-title p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #4e4039;
}

.section-title p::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #003f5c;
  bottom: 0;
  left: calc(50% - 30px);
}

/*--------------------------------------------------------------
# Section 1
--------------------------------------------------------------*/
.section-1 {
    background: url(../../assets/img/bg-solucoes-modernas.jpg) no-repeat;
	background-size: cover;
    position: relative;
    z-index: 1;
	min-height: auto;
}
.section-1 h4 {
	font-family: 'Helvetica';
	color: #FFFFFF;
    max-width: 100%;
    font-size: 40px;
    margin: auto;
}
.section-1 h4 strong {
	font-family: 'Helvetica-Bold';
}

/*--------------------------------------------------------------
# Section 2
--------------------------------------------------------------*/
.section-2 {
}
.section-2 h3 {
	font-family: 'Helvetica';
	font-size: 30px;
    max-width: 100%;
    width: 500px;
}
.section-2 h3 span {
	color: #FFFFFF;
	background-color: #006eb4;
	padding: 2px 4px;
	font-weight: 700;
    border-radius: 6px;
}
.section-2 h3 strong {
	font-family: 'Helvetica-Bold';
}
.section-2 img {
	max-height: 60vh;
}
.section-2 .box {
	float: right;
	margin-top: -170px;
	text-align: right;
}
.section-2 .box p {
	font-family: 'GothamBook';
	font-size: 24px;
    line-height: normal;
    margin-bottom: 0;
}
.section-2 .box p span {
	display: table;
    text-align: right;
    width: 100%;
}

/*--------------------------------------------------------------
# Section 3
--------------------------------------------------------------*/
.section-3 {
	padding-bottom: 0;
}
.section-3 .container {
    position: relative;
    height: 100%;
}
.section-3:after {
	background: url(../../assets/img/bg/bg-section-3.png) no-repeat center bottom;
    background-size: contain;
	content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	height: 480px;
}
.section-3 p {
	padding: 5px 150px;
    font-size: 28px;
    line-height: normal;
    position: relative;
    z-index: 2;
}

/*--------------------------------------------------------------
# Section 4
--------------------------------------------------------------*/
.section-4 {
	background: url(../../assets/img/bg/bg-section-4.jpg) no-repeat center center;
	background-size:cover;
}
.section-4 h2 {
	font-family: 'Helvetica';
	color: #FFFFFF;
	max-width: 100%;
	width: 600px;
	font-size: 40px;
	margin-top:50px;
}
.section-4 h2 strong {
	font-family: 'Helvetica-Bold';
}

/*--------------------------------------------------------------
# Section 5
--------------------------------------------------------------*/
.section-5 {
	background: url(../../assets/img/bg/bg-section-5.jpg) no-repeat center center;
	background-size:cover;
	padding-top: 0;
}
.section-5 img {
	margin:auto;
	display: table;
}
.section-5 h2 {
	color: #FFFFFF;
    font-size: 27px;
    margin-top: -50px;
    text-align: center;
	font-weight: 700;
}
.section-5 h4 {
	font-size: 18px;
	color:#FFF;
	margin-top: 110px;
	text-align: center;
}
.section-5 h4 small {
	font-family: 'Helvetica';
}
.section-5 .row img {
	position: absolute;
    top: -35px;
    left: 0;
    right: 0;
}
.section-5 h5 {
	margin-top: 60px;
	color: #FFFFFF;
	font-size: 60px;
	text-align: center;
}
.section-5 a.btn {
	font-family: 'GothamBold';
	color: #107dc1;
	background-color: #FFFFFF;
	padding: 0 5px;
	border: solid 5px #107dc1;
	margin-top: 70px;
	font-size: 28px;
	border-radius: 8px;
}

@media (min-width: 1200px) {
}



/*--------------------------------------------------------------
# Section CHATBOT
--------------------------------------------------------------*/

.section-bot {
	background: url(../../assets/img/bg/bg-section-chatbot.jpg) repeat center top;
	background-size:contain;
	padding-bottom: 0;
	color: #FFFFFF;
	margin-top: -50px;
    padding-top: 10px;
}
.section-bot h1 {
    font-family: "Montserrat", sans-serif;
	font-size: 64px;
    font-weight: 700;
    color: #47f6f5;
    text-shadow: 0 0 10px rgba(71, 246, 245, 0.5);
}
.section-bot h3 {
	font-family: "Montserrat", sans-serif;
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
}
.section-bot p {
    font-family: "Montserrat", sans-serif;
	font-size: 18px;
	margin-top: 15px;
	line-height: 24px;
}

.section-bot .owl-carousel {
}

.section-bot .owl-carousel .owl-item img {
    width: auto;
}

.section-bot .container-fluid {
    background: url(../../assets/img/bg/bg-section-a.jpg) repeat center bottom;
	background-size:cover;
}

.section-bot .owl-nav {
	text-align: center;
}

.section-bot .owl-nav button {
	width: 40px;
	height: 40px;
}

.section-bot .owl-nav span {
	font-size: 40px;
}

.section-bot .owl-dots {
	display: none;
}


.section-bot#cta {
	background: url(../../assets/img/bg/bg-chatbot.jpg) no-repeat center top;
	background-size:cover;
	margin-top: 0;
	min-height: auto;
	padding: 200px 0;
}
.section-bot#cta a.btn {
	color: #000;
	border-radius: 30px;
	background-color: #47f6f5;
	font-size: 16px;
    text-transform: uppercase;
	font-weight: 700;
	padding: 8px 20px;
	margin-top: 15px;
}

/*--------------------------------------------------------------
# Section 6
--------------------------------------------------------------*/
.section-6 {
}
.section-6 h3 {
	    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 20px;
	color: #132f44;
	font-size: 30px;
}
.section-6 p {
	font-size: 21px;
}
.section-6 p strong {
	font-family: 'Helvetica-Bold';
}
.section-6 a.btn {
	color: #FFFFFF;
	background:#00bee0 url(../../assets/img/setas.png) no-repeat 140px center;
	padding:5px 70px 5px 15px;
	font-size: 22px;
    border-radius: 14px;
	font-weight: 700;
	margin-top: 25px;
}
.in .section-6 a.btn {
	border: none;
    background-image: none;
    padding-right: 20px;
}

/*--------------------------------------------------------------
# Section 7
--------------------------------------------------------------*/
.section-7 {
}
.section-7 img {
	max-height: 75vh;
    margin: auto;
    display: table;
}

/*--------------------------------------------------------------
# Section 8
--------------------------------------------------------------*/
.section-8 {
	padding-bottom: 80px;
}
.section-8 .box {
	width:80%;
	margin: auto;
}
.section-8 h2 {
	color: #132f44;
	font-size:98px;
    line-height: 110px;
	font-weight: 700;
	margin-top: 70px;

}
.section-8 h3 {
	color: #065998;
	font-weight: 700;
}
.section-8 form .bg-color {
	margin-top: 25px;
	padding: 30px 30px 15px 30px;
	border-radius: 30px;
	background-color: #132f44;
}
.section-8 form input, 
.section-8 form textarea, 
.section-8 form textarea {
	border: none;
	background-color: #2c455a;
}
.section-8 form input::placeholder {
	color: #FFFFFF;
}
.section-8 form textarea::placeholder {
	color: #FFFFFF;
}
.section-8 form label.titulo {
	padding: 5px 10px;
	color: #FFFFFF;
	font-weight: 700;
	background-color: #2c455a;
	border-radius: 4px;
	margin: auto;
	margin-bottom: 20px;
	display: table;
    font-size: 15px;
}

.section-8 form .custom-control {
	float: left;
    width: 25%;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.section-8 form .custom-control-label::before {
    background-color: #2c455a;
    border: #2c455a solid 1px;
}
.section-8 form .custom-control-input:checked~.custom-control-label::before {
    border-color: #065998;
    background-color: #065998;
}
.section-8 form button {
	font-size: 30px;
	color: #372c45;
	padding: 5px 80px;
	background-color: #70e581;
	margin-top: 15px;
	border: none;
	font-weight: 700;
	border-radius: 8px;
	float: left;
}

/*--------------------------------------------------------------
# Section 9
--------------------------------------------------------------*/
.section-9 {
}
.section-9 .box {
	max-width: 90%;
	margin: auto;
}
.section-9 h2 {
	font-size: 90px;
	font-weight: 700;
}
.section-9 p {
	color: #065998;
	font-size: 30px;
	line-height: normal;
}
.section-9 img {
	margin-top: 15px;
}
.section-9 form .bg-color {
	padding: 100px 30px;
	background-color: #7b68ee;
	border-radius: 50px;
	border: solid 3px #b69aff;
	margin-top: 40px;
}
.section-9 form .bg-color input, 
.section-9 form .bg-color textarea {
	color: #FFFFFF;
	background-color: #372c45;
	border-radius: 0;
	border: none;
	height: 50px;
}
.section-9 form button {
	font-size: 30px;
	color: #372c45;
	padding: 5px 80px;
	background-color: #70e581;
	margin: 15px auto;
	border: none;
	font-weight: 700;
	border-radius: 8px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
#depoimentos .testimonials-carousel, #depoimentos .testimonials-slider {
  overflow: hidden;
}
#depoimentos .depoimentos-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  border-radius: 15px;
}
#depoimentos .depoimentos-item .depoimentos-img {
  width: 60px;
  border-radius: 10px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}
#depoimentos .depoimentos-item h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 5px 0;
}
#depoimentos .depoimentos-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
#depoimentos .depoimentos-item .quote-icon-left, #depoimentos .depoimentos-item .quote-icon-right {
  color: rgba(0, 63, 92, 0.2);
  font-size: 26px;
}
#depoimentos .depoimentos-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
#depoimentos .depoimentos-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
#depoimentos .depoimentos-item p {
  font-style: italic;
  margin: 30px auto 15px auto;
}
#depoimentos .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
#depoimentos .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  opacity: 1;
  border: 1px solid #e03a3c;
}
#depoimentos .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e03a3c;
}

#depoimentos .row img.depoimentos {
	margin-left: -50px;
    position: relative;
    z-index: -1;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
	background: url(../../assets/img/bg/bg-footer.jpg) no-repeat center center;
    background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
}
footer p {
    font-size: 21px;
	color: #FFFFFF;
	line-height: 50px;
    margin-bottom: 0;
	width: 100%;
    float: left;
}
footer p i {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
}
footer p i.ic-email {
	background: url(../../assets/img/icons/ic-email.png) no-repeat center center;
    background-size: contain;
}
footer p i.ic-phone {
	background: url(../../assets/img/icons/ic-phone.png) no-repeat center center;
    background-size: contain;
}
footer p i.ic-pin {
	background: url(../../assets/img/icons/ic-pin.png) no-repeat center center;
    background-size: contain;
}

footer .col-lg-5 a {
	float: right;
	color: #FFFFFF;
    clear: right;
	opacity: 0.8;
    margin-top: 10px;
}
footer .col-lg-5 a:hover {
	opacity: 0.5;
}

footer img.img-selos {
	float: right;
	margin-top: 50px;
	width: 400px;
}

form input#url {
	display: none;
}

.icon-whatsapp {
	position:fixed;
	bottom:10px;
	left:10px;
	background-color: #55cd6c;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
	box-shadow:0 1px 12px 0 rgba(12, 53, 20, 0.2);
	z-index:9;
	
	transition:all 0 linear 0.2s;
	-webkit-transition-duration:0.2s;-moz-transition-duration:0.2s;-ms-transition-duration:0.2s;-o-transition-duration:0.2s;transition-duration:0.2s;
}
.icon-whatsapp:hover {
	box-shadow:0 1px 12px 0 rgba(12, 53, 20, 0.4);
	background-color:rgba(19, 177, 205, 1);
	
	transition:all 0 linear 0.2s;
	-webkit-transition-duration:0.2s;-moz-transition-duration:0.2s;-ms-transition-duration:0.2s;-o-transition-duration:0.2s;transition-duration:0.2s;
}

.reveal-modal {
	bottom: 20px;
    opacity: 1;
    visibility: visible;
    top: initial;
    width: 100%;
    max-width: 300px;
    margin: auto;
    display: table;
    left: 0;
    right: 0;
    padding: 18px;
    background: #F5F5F5;
	z-index: 9;
	position: fixed;
}

.mark, mark {
    padding: .1em .2em;
    background-color: #00ffa2;
    color: #003f5c;
    border-radius: 6px;
    text-transform: uppercase;
}

ul.type-circle {
	list-style: circle;
}
ul.type-arrow {
	list-style: none;
	padding-left: 0;
}
ul.type-arrow > li {
	padding-left: 20px;
	margin-bottom: 10px;
	background: url(../../assets/img/icons/ic-arrow.png) no-repeat left 2px;
}

.center-block {
	display: table;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}
.btn-primary {
    color: #FFFFFF;
    background-color: #003f5c;
    border-color: #003f5c;
    border-radius: 30px;
    padding: 6px 30px;
}
.btn-primary:hover {
    color: #FFFFFF;
    background-color: #065998;
    border-color: #065998;
}
form .form-control {
	border-radius: 12px;
}

/*--------------------------------------------------------------
# Carreira
--------------------------------------------------------------*/
#carreira {
	position: relative;
	margin: 50px 0;
}
#carreira .container {
	position: relative;
	z-index: 1;
	padding-left: 80px;
	padding-right: 80px;
}
#carreira .bg-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background:#15055d url(../../assets/img/bg/bg-carreira.jpg) no-repeat right center;
	background-size: contain;
	z-index: 0;
	    width: 90%;
    margin: auto;
}
#carreira h2 {
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    color: #47f6f5;
    text-shadow: 0 0 10px rgb(71 246 245 / 50%);
}
#carreira p {
	color: #FFFFFF;
	font-size: 26px;
}
#carreira form {
	max-width: 100%;
	width: 350px;
}
#carreira form .bg-color {
	padding: 80px 30px 30px 30px;
	background-color: #524795;
}
#carreira form input {
	color: #FFFFFF;
	background-color: #271c6a;
}
#carreira form button {
	color: #000;
	border-radius: 30px;
	background-color: #47f6f5;
	    font-size: 20px;
    text-transform: uppercase;
}



/*--------------------------------------------------------------
# Privacidade e Segurança
--------------------------------------------------------------*/
#div-privacidade {
	border: solid 4px #5400ff;
	border-radius: 14px;
	padding: 20px;
	margin-top: 30px;
	background: url(../../assets/img/bg/bg-form.png) no-repeat center top;
}
#div-privacidade {
}
#div-privacidade {
}

body.in {
	padding-top: 160px;
}



label.error { color:#900; }
.close-reveal-modal {
	color:#000;
	position: absolute;
    top: 5px;
    right: 15px;
}
.reveal-modal {
	bottom: 20px;
    opacity: 1;
    visibility: visible;
    top: initial;
    width: 100%;
    max-width: 300px;
    margin: auto;
    display: table;
    left: 0;
    right: 0;
    padding: 18px;
    background: #F5F5F5;
	z-index: 9;
	position: fixed;
}
#suporteModal #box-line {
	background-color: #F2F2F2;
    border-radius: 4px;
    position: relative;
    padding: 35px 15px 20px 15px;
}
#suporteModal #box-line p {
	background-color: #FFFFFF;
    position: absolute;
    margin: auto;
    padding: 5px 10px;
    border-radius: 4px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bg-clube {
	background:url(img/clube-de-vantagens.jpg) center center repeat;
	width:100%;
	height:360px;
	margin-top: 10px;
}
.img-ganhe {
	display: table;
    margin: auto;
    margin-top: -300px;
    margin-bottom: 50px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border-radius: 30px;
	border-bottom-color: 1px solid #13b1cd;
	border-color: #13b1cd;
	background-color: transparent;
	color: #13b1cd;
}

.nav-tabs {
    margin: 0 auto 30px auto;
    display: table;
	border-bottom: none ;
}
.nav-tabs>li>a:hover {
    border-radius: 30px;
}

@media (max-width: 580px) {
	.img-ganhe {
		margin-top: -250px;
		max-width:80%;
	}
	.bg-clube {
		height: 150px;
		background-size: cover;
	}
}

/* The container */
.label-container {
  display: block;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  /* position: absolute; */
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px 15px;
    text-align: center;
	line-height: normal;
    min-height: 55px;
	border-radius: 30px;
	border: solid 3px #00ffa2;
	box-shadow: 0 0 15px 0 rgba(000, 189, 120, 0.4);
}

/* On mouse-over, add a grey background color */
.label-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.label-container input:checked ~ .checkmark {
  background-color: #5400ff;
    color: #FFFFFF;
	border-color: #5400ff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.label-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
/* .label-container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 200px;
	height: 50px;
	background: white;
} */

.row.box-type-radio {
	margin-right: -5px;
    margin-left: -5px;
	margin-bottom: 30px;
}
.row.box-type-radio > div {
	padding-left: 5px;
    padding-right: 5px;
}
.box-footer {
	padding-top: 50px;
    margin-top: 40px;
    border-top: solid 1px #DDD;
}
.box-footer p {
	text-align: center;
	margin-bottom:3px;
}

#div-privacidade h6 {
	margin-top: 10px;
}

.blog-modal {
	padding: 0 !important;
	right: 0;
    top: 0;
}
.blog-modal .modal-dialog {
    max-width: 100%;
	width: 100%;
	margin: 0;
}
.blog-modal .modal-content {
    min-height: 100vh;
	    border-radius: 0;
    border: 0;
	padding-bottom: 160px;
}
.blog-modal .modal-body {
    max-width: 100%;
    width: 700px;
    margin: auto;
	max-width: 100%;
}

.apresentacao-modal.blog-modal .modal-body {
    width: 962px;
}

embed {
	max-width: 100%;
}

footer ul.redes {
	display: flex;
    padding: 0;
    float: left;
    margin: 10px 0 0 0;
    list-style: none;
}
footer ul.redes li {
	margin: 5px;
	font-size: 20px;
}
footer ul.redes li a {
	color: #FFF;
    display: table;
    padding: 5px;
    width: 40px;
    text-align: center;
    border-radius: 4px;
}
footer ul.redes li:first-child a {
    background-color: #0a66c2;
}
footer ul.redes li:nth-child(2) a {
    background-color: #871bc5;
}
footer ul.redes li:last-child a {
    background-color: #1b74e4;
}
footer ul.redes li a:hover {
	opacity: 0.7;
}

@media (max-width: 580px) {
	.checkmark {
		min-height: initial;
	}
	.apresentacao-modal.blog-modal .modal-body embed {
		width: 450px;
		height: 300px;
	}
}


@media (max-width: 1200px) {
		#capa h1 {
			margin-top:80px;
		font-size: 54px;
		line-height: 56px;
	}
	.section-1 h4 {
		font-size: 32px;
	}
	.section-2 img {
		max-height: 50vh;
	}
	.section-2 .box {
		margin-top: -140px;
	}
	.section-2 .box p {
		font-size: 22px;
	}
	.nav-menu a {
		font-size: 18px;
	}
}

@media (max-width: 992px) {
	section {
		min-height: calc(100vh - 80px);
	}
	.btn-theme {
		font-size: 24px;
		margin-top: 15px;
	}
	#header {
		height: 80px;
		padding: 15px 0;
	}
	#boxEmail {
		position: initial;
	    padding-left: 20px;
	}
	#capa {
		height: auto;
		margin-top: 80px;
		overflow: hidden;
	}
	#capa h1 {
		margin-top: 50px;
	}
	#capa h2 {
		margin-bottom: 10px;
		font-size: 26px;
	}
	#capa img {
		position: absolute;
		bottom: -1px;
		max-height: 50vh;
	}
	#capa .row > div {
		position: initial;
	}
	.section-2 img {
		max-height: initial;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.section-2 h3 {
		font-size: 24px;
		width: 400px;
		margin-bottom: 20px;
	}
	.section-2 .box {
		margin-top: 20px;
	}
	.section-3 p {
		font-size: 24px; /* 28px - 4 */
	    padding: 5px 100px;
	}
	.section-4 {
		min-height: inherit;
	}
	.section-4 h2 {
		margin-bottom: 50px;
	}
	.section-5 h2 {
		margin-top: -30px;
	}
	.section-5 h5 {
		margin-top: 80px;
		font-size: 42px;
	}
	.section-5 a.btn {
		display: table;
		margin: 50px auto 0 auto;
	}
	.section-8 .box {
		width: 100%;
	}
	.section-7 {
		min-height: inherit;
	}
	.section-8 h2 {
		font-size: 78px;
		line-height: 80px;
		margin-top: 0;
	}
	.section-8 h3 {
		font-size: 22px;
	}
	.section-9 .box {
		max-width: 100%;
	}
	footer img.img-selos {
		float: none;
	}
}

@media (max-width: 768px) {
	section {
		min-height: calc(100vh - 70px);
	}
	.btn-theme {
		font-size: 19px;
	}
	#header {
		height: 70px;
		padding: 10px 0;
	}
	#capa h1 {
		margin-top: 40px;
		font-size: 50px;
		line-height: 50px;
	}
	#capa h2 {
		font-size: 24px;
	}
	.section-1 h4 {
		font-size: 24px;
	}
	.section-3 p {
	    padding: 5px 50px;
	}
	.section-5 h2 {
		color: #FFFFFF;
		font-size: 23px; /* 27px - 4 */
		margin-top: -20px;
	}
	.section-bot {
		text-align: center;
	}
	.section-bot .container-fluid h3 {
		margin-top: 30px;
	}
	.section-bot#cta {
		background-position-x: left;
		position: relative;
		padding: 100px 0;
	}
	.section-bot#cta .container {
		position: relative;
		z-index: 2;
	}
	.section-bot#cta:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(0,44,67,0.7);
	}
	.section-bot#cta h2 {
		font-size: 24px;
	}
	.section-bot#cta a.btn {
		font-size: 14px;
	}
	.section-8 h2 {
		text-align: center;
	} 
	.section-8 h3 {
		text-align: center;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.section-8 form .form-check, 
    .section-8 form .custom-control	{
		width: 50%;
	}
	.section-9 img {
		margin-left: auto;
		margin-right: auto;
	}
	#carreira h2 {
		font-size: 58px;
		line-height: 60px;
	}
	#carreira p {
		font-size: 22px;
	}
}

@media (max-width: 576px) {
	.container {
		max-width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	#capa {
		margin-top: 20px;
	}
	#capa h1 {
		margin-top: 30px;
		font-size: 39px;
		line-height: 38px;
		text-align: center;
	}
	#capa h2 {
		font-size: 21px;
		text-align: center;
	}
	#capa a.btn-theme {
		margin: 20px auto 240px auto;
	    display: table;
	}
	#capa img {
		max-height: 300px;
		right: 0;
		left: 0;
		margin: auto;
	    bottom: -80px;
	}
	.section-1 {
		background-position: 10%;
	}
	.section-1 h4 {
		font-size: 20px;
	}
	.section-2 h3 {
		font-size: 21px;
	}
	.section-2 .box p span {
		display: initial;
	}
	.section-3 p {
		font-size: 21px; /* 20px - 2 */
	    padding: 5px 0;
	}
	.section-4 h2 {
		width: 270px;
		font-size: 30px;
	}
	.section-5 h2 {
		color: #FFFFFF;
		font-size: 21px; /* 23px - 2 */
		margin-top: -10px;
	}
	.section-5 h4 {
		font-size: 16px; /* 18px - 2 */
		margin-top: 100px;
		margin-bottom: 25px;
	}
	.section-5 h5 {
		margin-top: 50px;
		font-size: 30px;
	}
	.section-8 h2 {
		font-size: 64px;
		line-height: 64px;
	}
	.section-8 h3 {
		font-size: 18px;
	}
	.section-8 form button {
		font-size: 21px;
	}
	.section-8 form .form-check {
		width: 100%;
		margin-bottom: 5px;
	}
	.section-8 form textarea {
		margin-top: 10px;
	}
	.section-8 form label.titulo {
		font-size: 14px;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.section-9 h2, 
	#carreira h2	{
		font-size: 64px;
		line-height: 64px;
	}
	.section-9 p {
		font-size: 21px;
	}
	.section-9 form button {
		font-size: 21px;
	}
	#carreira .container {
		padding-left: 50px;
		padding-right: 50px;
	}
	.section-9 h2, #carreira h2, 
	.section-bot h1	{
		font-size: 42px;
		line-height: 46px;
	}
	.section-9 form button {
		    font-size: 18px;
		padding: 5px 50px;
	}
	footer p {
		font-size: 18px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	footer p i {
		width: 40px;
		height: 40px;
		margin-right: 8px;
	}

}
