@import 'https://fonts.googleapis.com/css?family=Catamaran:400,700,800';

/*** BOOTSTAP 5 COLUNAS ***/

/** Declarão inicial **/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

/*Medias queries */

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/*** FIM BOOTSTAP 5 COLUNAS ***/



body {
	background: url(images/prosyst-doc-bg.jpg) no-repeat center center fixed; 
	background-size: cover;
	font-family: 'Catamaran';
  color: #FFF;
}
a {text-decoration: none !important;}
.row {width: 100%;}
.container {
	align-items: center;
	align-content: center;
}
#introducao {
  text-align: center;
  margin: 40px 0;
  overflow: hidden;
}
#introducao img {margin-bottom: 40px;}

h1 {font-size: 29px; font-weight: bold; margin: 0 0 8px;}
h2 {font-size: 24px; margin: 0;}

.botao-wrapper {text-align: center; margin: 60px 0 40px;}

.botao.laranja {
  padding: 6px 30px;
  font-size: 22px;
  color: #eb5a22;
  font-weight: 800;
  border: 2px solid #eb5a22;
  text-decoration: none;
  transition: all ease 0.3s;
}

.botao.laranja:after {
  font-family: 'FontAwesome';
  content: '\f18e';
  margin-left: 10px;
  font-weight: 400;
}

.botao.laranja:hover {
  background: #eb5a22;
  color: #FFF;
}

#areas {
  margin-top: 40px;
  overflow: hidden;
  padding: 0 10%;
}

#areas.dois {padding: 0 5%;}

.circle {
  width: 140px;
  height: 140px;
  text-align: center;
  border: 1px solid #FFF;
  border-radius: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all ease 0.3s;
}

.circle img {margin-bottom: 10px;}
.circle p {font-size: 18px; color: #FFF; text-decoration: none; line-height: 1;}

.circle:hover {
  background: #FFF;
}

.circle:hover p {
  color: #eb5a22;
}

.nexbi {width: 90%;}
.nexbi-logo {
  width: 127px;
  height: 26px;
  background: url('images/nexBI_logo.png') no-repeat;
  display: inline-block;
}
.bloco-nexbi .circle:hover .nexbi-logo, .nexbi-logo:hover {
  margin-top: 10px;
  width: 127px;
  height: 39px;
  background: url('images/nexBI_logo_positivo.png') no-repeat;
}


/* RESPONSIVIDADE */
@media (max-width: 768px) {
	#areas.dois {padding: 0 10%; margin-top: 0;}
  .circle {margin: 20px auto !important;}
}
@media (max-width: 414px) {
  #introducao img {width: 100%; position: relative;}
  .row {margin: 0;}
  .circle {margin: 20px auto !important;}
  #areas {margin: 0;}
  body {background-position: left center;}
  .botao.laranja {font-size: 19px;}
  #areas.dois {
		padding: 0 5%;
	}
}