/*RESET*/
html {
  height: 100%;
   }

.section-navigation {
	transition: all .6s!important;
}
a {
  color: white;
  text-decoration: none;
  transition: 0.2s ease-out;
  cursor: pointer; }

a:hover {
  text-decoration: none;
  color: aqua;
  transition: 0.2s ease-out;
  cursor: pointer; }

h1 {
     font-weight: 600 !important;
  /*font-size: 22pt;
    
 */}
    
p{
    line-height: normal;
}

body {
  margin: 0;
  background-color: white;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  color: #292e3d;
  font-size: 11pt; 
  font-weight:500;	
  overflow-x: hidden;
}

.home-events-link p {
  color: #415584;
}

.home-events-link p:hover, .home-events-link div:hover {
  color: #649CED;
}

.entry-content img {
  width: 100%;
  height: auto;
}

.prize-title {
  height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  padding: 10px 0 0 10px;
  white-space: nowrap;
}

div.card-event:hover {
  background-color: #f5f5f7;
}

.btn-setup {
  padding: 12px 25px;
  border-radius: 25px;
  border: none;
  text-transform: uppercase;
  font-size: 10pt;
  color: white;
  font-weight: 600;
  background-color: #4b81e1;
  transition: 0.2s ease-out;
  cursor: pointer; }

.btn-setup:hover {
  background-color: #1556cb;
  transition: 0.2s ease-in; }

.section-navigation {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  z-index: 5;
  color: inherit;
  text-align: center;
  font-size: 37px; 
  padding: 10px 0px
}

.mouse-icon {
  border: 2px solid #fff;
  border-radius: 16px;
  height: 40px;
  width: 24px;
  display: inline-block;
  z-index: 10;
  opacity: 0.6; }

.mouse-icon .wheel {
  position: relative;
  border-radius: 10px;
  background: #fff;
  width: 2px;
  height: 6px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block; }

/* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */
.mouse-icon {
  border: 2px solid #fff;
  border-radius: 16px;
  height: 40px;
  width: 24px;
  display: inline-block;
  z-index: 10;
  opacity: 0.7;
}
.mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1.25s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-name: drop;
          animation-name: drop;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.mouse-icon .wheel {
  position: relative;
  border-radius: 10px;
  background: #fff;
  width: 2px;
  height: 6px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
  display:block;
}
@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}


.header {
  width: 100%;
  position: absolute; 
  border-bottom: solid 1px transparent;
}

.logo-color{
    display:none;
}
.logo-white{
    display:inherit;
}

.txt {
  border-radius: 5px;
  padding: 10px;
  height: 44px;
  border: none;
  font-size: 10pt;
  font-weight: 600;
  background-color: #F0F5FA;
  color: #415584;
  width: 100%;
  max-width: 350px;
  margin: 0px 15px;
  margin-bottom: 20px; }

.footer {
  font-size: 10pt;
  padding: 40px 0px 10px 0px;
  background-color: #2A3C66;
  color: white; }
  .footer li {
    margin-top: 5px; }

.footer-list {
  list-style: none;
  color: white; }

.social-icon {
  margin: 5px;
  opacity: 0.5;
  transition: 0.2s ease-out; }

.social-icon:hover {
  opacity: 1;
  transition: 0.2s ease-in; }

.header-after {
  background: white;
  border-bottom: solid 1px #f5f5f5;
}
.header-after .nav-link{
    color: #292e3d!important;
}
.header-after .logo-color{
    display: inherit;
}
.header-after .logo-white{
    display: none;
}
.card-setup {
  background-color: white;
  padding: 30px 20px;
  border-radius: 10px;
  margin: 20px;
  -webkit-box-shadow: 0px 5px 34px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 34px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 34px -10px rgba(0, 0, 0, 0.2); }
  .card-setup img {
    max-height: 182px; }

.card-event {
  text-align: left;
  box-sizing: content-box;
  height: auto;
  padding: 20px;
  margin: 0px; }

.cont-date {
  background-color: #E4E6EE;
  padding: 10px 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 16pt;
  font-weight: 600;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.event-title {
  font-weight: 600;
  line-height: 12pt;
  margin-bottom: 5px; }

.event-local {
  margin: 0;
  line-height: 12pt;
  font-size: 10pt; }

.navbar-light .navbar-toggler {
  color: white !important;
  border-color: white !important; }

.dropdown-menu {
  background-color: #649CED !important;
  border: none; }
  .dropdown-menu a {
    color: white !important;
    font-size: 9pt; }
  .dropdown-menu a:hover {
    background-color: #4E8DD8;
    color: aqua !important;
    font-size: 9pt;
    opacity: 1 !important; }

.cover-page {
    background: #4b81e1;
  padding: 50px 0px;
  width: 100%;
  color: white;
  text-align: left; 
}

.section-app h4 {
  margin-top: 10px; }

.btn-download {
  background-color: black; }

.section-app2 {
  background-color: #F0F5FA; }

.cover-institutional {
  background-image: url(../img/cover_intitutional.png);
  padding: 100px 0px;
  width: 100%;
  color: white;
  text-align: center; }

.img-rounded {
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 34px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 34px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 34px 0px rgba(0, 0, 0, 0.2); }

.center {
  text-align: center; }

.cover-compliance {
  background-image: url(../img/compli.png);
  padding: 100px 0px;
  width: 100%;
  color: white;
  text-align: center; }

.cover-contact {
  background-image: url(../img/cover_contact.png);
  background-size: cover;
  padding: 100px 0px;
  width: 100%;
  color: white;
  text-align: center; }

.input-setup {
  padding: 5px 10px;
  border-radius: 5px;
  min-height: 40px;
  width: 100%;
  max-width: 400px;
  border: none;
  font-size: 10pt;
  font-weight: 500;
  background-color: #e7edf3;
  text-align: left;
  margin-bottom: 20px; }

.frm {
  margin: 0 auto;
  text-align: center;
  max-width: 500px; }

.cover-support {
  background-image: url(../img/cover_support.png);
  padding: 100px 0px;
  width: 100%;
  color: white;
  text-align: center; }

.thumb-ceo {
  max-height: 70px;
  border: solid 2px #649CED;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 34px -10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 5px 34px -10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 5px 34px -10px rgba(0, 0, 0, 0.8); }

/*--------------------------POST AUTOR---------------------*/
#authorarea{
	box-sizing: content-box;
    /* background: #f8f9fa; */
    border-top: 1px solid #d2d2d2;
    padding-top: 10px;
    width: 100%;
    overflow: hidden;
}
 
#authorarea h3{
	font-size: 18px;
	margin-top: 12px;
	margin-bottom: 15px;
}
 
#authorarea h3 a{
	text-decoration:none;
	font-weight: bold;
	color: #558ce5;
}
 
#authorarea img{
	float: left;
    height: 40px;
    width: 40px;
    margin-right: 10px;
    border: solid 1px silver;
    border-radius: 50%;
}
 
#authorarea p{
	padding: 0px;
}
 
#authorarea p a{ 
	color: #558ce5;
}
 
.autorinfo {
	/*padding-left:120px;*/
}

/*--------------------------FIM POST AUTOR---------------------*/
/*HOME*/
.home-cover {
  background: url("../img/texture.png"), url("../img/bg-img.jpg"), #4b81e1;
  background-size: auto, cover;
    background-position: center;
  width: 100%;
  min-height: 110%;
  color: white; 
  display: flex;
  align-items: center;
}

.home-header {
  position: fixed;
  width: 100%;
  z-index: 3;
  transition: 0.3s all; }
.home-header .nav-link{
    color: white;
	opacity:1 !important;
    font-size: 9pt;
    font-weight: 500;
	-webkit-font-smoothing: subpixel-antialiased;
    padding-left: 15px !important;
    transition: 0.2s ease-out; }
 .home-header .nav-link:hover {
    color: #3d7ef1 !important;
    transition: 0.2s ease-in; }

.image-container {
  height: auto;
  width: 50%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 0; }

#img-home {
  float: right;
  bottom: 0px; }

.text-container {
  text-align: center;
  margin-bottom:100px;
}

/*.navbar-nav li:last-child a:hover {
  transition: 0.2s ease-out;
  background-color: #37DDEF;
  color: white !important; }

.navbar-nav li:last-child a{
  border: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 7px 8px !important;
  border-radius: 5px;
  transition: 0.2s ease-in;
}*/

.btn-home {
  background-color: #38DAEE; }

.btn-home:hover {
  background-color: #14B9E0; }

.events-container {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 8pt;
  padding: 10px;
  position: absolute;
  width: 50%; }

.events-container p {
  margin-bottom: 10px; }

.date {
  background-color: rgba(72, 90, 140, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  float: left; }

.date-day {
  font-size: 20pt;
  line-height: 12pt;
  font-weight: 600; }

.date-month {
  font-size: 7pt;
  text-transform: uppercase;
  font-weight: 500; }

.event-infos h1 {
  font-size: 10pt; }

.bg-home {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.7; }

.section {
  padding: 60px 0px;
  width: 100%; }

.section-apps {
  text-align: center; }

.section-quote {
  background-color: #F0F5FA;
  text-align: center; }

.section-quote p{
    text-align: justify; 
    max-width: 800px; 
    margin:0 auto;
    font-weight: 500;
}

.quote {
  padding: 150px 50px 100px 50px;
  max-width: 900px;
  margin: 0 auto; }

#mark1 {
  position: absolute;
  margin-top: -100px;
  left: 70px; }

#mark2 {
  position: absolute;
  margin-top: -40px; 
  right: 20px; 
}

.section-experts {
  padding: 100px 0px;
  background-image: url(../img/expert_bg.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  color: white; }

.section-numbers {
  text-align: LEFT; }



.number {
  font-size: 50pt;
  font-weight: 700;
  color: #4b81e1;
    line-height: normal;
}

.section-blog {
  background-color: #fafafa;
   }

.blog-card {
  
  padding-top: 15px!important;
  padding-bottom: 15px!important;
}

.blog-card a{
    color: #4b81e1;
}

/*.blog-card-header {
  width: 100%;
  height: 150px;
  border-radius: 10px 10px 0px 0px;
  background-position: center;
  background-size: cover; }*/

#arcticle-1 {
  background-image: url("../img/thumb_placeholder.jpg"); }

.blog-card-body {
  box-sizing: border-box;
  height: 100%;
  padding: 15px 15px 15px 15px;
}

.blog-archive-card {
  margin: 20px 0;
}

.blog-card-title {
  font-size: 16pt;
  text-align: left;
  font-weight: 600; 
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /*display: -webkit-box;*/
  -webkit-box-orient: vertical;
}

article {
  margin: 20px 0;
}

.post-thumbnail {
  text-align: center;
  margin-bottom: 20px;
}

.btn-white {
  background-color: white;
  color: #649CED; }

.btn-white:hover {
  background-color: #E8F0FC; }

.cont-home {
  height: 100%;
}

.section-team {
  padding: 100px 0px;
  background-image: url(../img/team.png);
  background-position: center;
  background-size: cover;
  color: white; }

.section-integration {
  padding: 70px 0px; }

.year-prize {
  font-weight: 600;
  padding: 10px;
  border-radius: 70px;
  float: left;
  background-color: #F9CF1C; }

.desc-app {
  margin-top: 10px;
  font-weight: 600; }

.section-clients {
  background-color: #F0F5FA;
  text-align: center; }

.pipz-input {
  background-color: #F0F5FA!important;
  font-size: 10pt!important;
  font-weight: 600;
  color: #415584!important;
  border: none;
  border-style: unset!important;
  border-radius: 5px!important;
}

.pipz-input, .pipz-button {
  -webkit-font-smoothing: antialiased!important;
  -moz-osx-font-smoothing: grayscale!important;
  font-smoothing: antialiased!important;
  font-family: 'Montserrat', sans-serif!important;
}

.pipz-button {
  text-transform: uppercase;
}

.section-compliance p {
  text-align: justify;
  max-width: 700px;
  margin:0 auto;
  font-weight: 500;
}

.compliance-signature {
  text-align: center!important;
  margin-top: 0!important;
  margin-bottom: 1rem!important;
  font-weight: 400!important;
  line-height: 1.5;
}

.post-tags-list {
  text-align: center;
}

.post-tags-list a, .contact-form a {
  color:#415584;
}

.post-tags-list a:hover, .contact-form a:hover {
  color:#1d75b7;
  text-decoration: underline;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
/*------------------- AXREG ---------------------*/

.header-axreg {
    /*padding: 15px;
    box-sizing: border-box;
    background-color: */
}

.home-slider {
    background: #1bbfbb;
}

.item1 {
    background-image: url(../imgs/slider/bg1.png);
    background-position: bottom;
}

.carousel-item{
	text-align:center;
    background-repeat: no-repeat;
    min-height: 500px;
}

.title-slider {
    margin-top: 50px;
    color: white;
    font-weight: 500 !important;
    text-align: center;
    
}

.btn-axreg {
    background-color: #1bbfbb;
	float: left;
}

.section-why {
        background-color: #F0F5FA;
        text-align: center;
}

.section-why .col-md-4{
    padding-top: 30px;
}

.section-why h3{
    font-weight: 600;
    font-size: 18pt;
}

.section-tab {
    
}

.tab-title{
	color: #485a8c !important;
    opacity: 0.5 !important;
    font-size: 12pt;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.section-tab .active{
    color: #485a8c !important;
    opacity: 1 !important;
}

.section-tab .nav-item{
    width: 33.3333%;
    text-align: center;
}

.section-tab h3{
    font-size: 16pt;
    font-weight: 600;
}

.tab-title img{
    display: none;
    margin: 0 auto;
}

.tab-title span{
    display: block;
}

.img-slider {
    
}

.premium-text {
    opacity: 0.5;
    font-size: 12pt;
}
.quote-author{
    font-size: 10pt;
    opacity: 0.7;
    margin: 10px;
}

.floating-box {
    padding: 40px;
    background: white;
    z-index: 20000;
    margin-top: -150px;
    text-align: center;
    width: 100%;
    height: auto;
    border-radius: 30px;
    -webkit-box-shadow: 0px 10px 23px 1px rgba(43,75,132,0.1);
    -moz-box-shadow: 0px 10px 23px 1px rgba(43,75,132,0.1);
    box-shadow: 0px 10px 23px 1px rgba(43,75,132,0.1);
}

.icons-home {
    padding: 5px;
}



.blue-highlight {
    color: #4b81e1;
}

.avatars {
    max-width: 150px
}

.divider {
    margin:0 auto; 
    background-color: #bdc0c7; 
    height: 4px;
    max-width: 70px;
    border:none;
}

.section-title {
    font-weight: 700!important;
}

.blog-card-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10%;
}

.blog-card-header:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.blog-card-h{
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    border-radius: 10px;
	background-position:center;
	background-size:cover;
	background-repeat: no-repeat;
}

/*-----------MEDIA QUERIES----------*/
@media screen and (max-width: 992px) {
    .carousel-item{
    background-repeat: no-repeat;
        min-height: 400px;
    }
}

@media screen and (max-width: 768px) {
  .home-header .nav-link {
    font-size: 16pt !important; }

  .text-container h1{ 
    font-size: 25pt;
    }

  .img-product {
    display: none; }

  #navbarNav {
    border-radius: 5px; }
	
	.text-container {
	  margin-bottom:10px;
	}

  .nav-item:hover {
    /*background-color: #4E8DD8;*/
    border-radius: 5px; }

  /*.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.1);
    border: none; }
    .dropdown-menu a {
      color: white !important;
      font-size: 16pt; }
    .dropdown-menu a:hover {
      background-color: #4E8DD8;
      color: aqua !important;
      font-size: 16pt;
      opacity: 1 !important; }*/

  .home-header {
    background-color: #558ce5;
  } 

    .header-after{
        background-color: white;
    }
    
    .tab-title span{
        font-size: 10pt;
    }
    .carousel-item{
        background-repeat: no-repeat;
        min-height: 350px;
    }
}


@media screen and (max-width: 576px) {
    .quote {
        font-size: 14pt; 
    }
    .tab-title img{
        display: block;
    }
    .tab-title span{
        display: none;
    }
    .tab-img{
        display: none;
    }
    .carousel-item{
    background-repeat: no-repeat;
    min-height: 300px;
    }
}