/* BODY */
body{
  margin: 0;
  padding: 0;
  background-image:url() ;
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Titillium Web', sans-serif;
  font-size: 19px;
}

/* CARREGANDO */
.carregando {
  position:absolute;
  top:0;
  left:0;
  background-color:#00336a;
  width:100%;
  height:100%;
}

.carregandoTexto {
  color: #fff;
  font-size:23px;
  font-family: Titillium Web;
}

.spinner {
  text-align: center;
  margin-left:5px;
  height:75px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.spinnerImg {
  width:50px;
  height:50px;
}

.logoImg {
  position: fixed;
  bottom : 0;
  right:0;
  margin-right:10px;
  margin-bottom:10px;
}

/* FAB */
.fabButton-container {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1040;
	cursor: pointer;
}

.fabButton-icon-holder {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #00336a;
	box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.fabButton-icon-holder a {
	text-decoration: none;
}

.fabButton-icon-holder:hover{
	opacity: 0.8;
}

.fabButton-icon-holder i {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 35px;
	color: #ffffff;
}

.whatsapp {
	font-size: 40px !important;
	margin-bottom: 4px;
  float: none !important;
  margin-right: 0 !important;
}

.fabButton {
	width: 60px;
	height: 60px;
	background: #18ada1;
}

.fabButton-options {
	list-style-type: none;
	margin: 0;
	position: absolute;
	bottom: 70px;
	right: 0;
	opacity: 0;
	transition: all 0.3s ease;
	transform: scale(0);
	transform-origin: 85% bottom;
}

.fabButton:hover + .fabButton-options, .fabButton-options:hover {
	opacity: 1;
	transform: scale(1);
}

.fabButton-options li {
	display: flex;
	justify-content: flex-end;
	padding: 5px;
}

.fabButton-label {
	padding: 2px 5px;
	align-self: center;
	user-select: none;
	white-space: nowrap;
	border-radius: 3px;
	font-size: 16px;
	background: #18ada1;
	color: #ffffff;
	box-shadow: 0 6px 20px rgba(0,0,0,0.2);
	margin-right: 10px;
}
/* COOKIES */
.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background: rgba(0, 0, 0, .9);
  width: 100%;
  z-index: 1030;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding-right: 10px; */
  margin: 0 auto;
}

.box-cookies .msg-cookies, .box-cookies {
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
}

.btn-cookies {
  color: #fff !important;
  background-color: #18ada1;
  border: 2px solid #18ada1;
  border-radius: 5px;
  display: inline-block;
  font-size: 18px;
  padding: 5px;
  margin-left: 20px;
}

.btn-cookies:hover {
    background: #18ada1;
    border: 2px solid var(--dark-color);
}

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
}

.politica {
  cursor: pointer;
  text-decoration: underline;
}

/* MODAL */
.modal.show .modal-dialog {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  /* min-width: 90%;  */
}

.modal-header{
  background: #00336a;
  color: white;
}

.modal-body .content-center{
  max-width: 100%;
  margin: 0 auto;
}

/* VIDEO */
figure { 
  width: 75%;
  height: auto;
  min-width: 320px;
  margin:0 auto;
}

video {
  width: 100%;
  height: auto;
  -webkit-box-shadow: -3px -2px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    -3px -2px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         -3px -2px 3px 0px rgba(50, 50, 50, 0.75);
}

/* SEGMENTOS */
@media (min-width:320px){
  .tituloSegmento {
    margin-top: 40%;
  } 
}

@media (min-width:375px){
  .tituloSegmento {
    margin-top: 65%;
  } 
}

@media (min-width:360px){
  .tituloSegmento {
    margin-top: 65%;
  } 
}

@media (min-width:414px){
  .tituloSegmento {
    margin-top: 65%;
  } 
}

@media (min-width:515px){
  .tituloSegmento {
    margin-top: 45%;
  } 
}

@media (min-width:970px){
  .tituloSegmento {
    margin-top: 35%;
  } 
}

@media (min-width:1200px){
  .tituloSegmento {
    margin-top: 25%;
  } 
}

@media (min-width:1400px){
  .tituloSegmento {
    margin-top: 25%;
  } 
}

.imgSegmento {
  max-width: 140px;
}

.imgSegmentoBarra {
  max-width: 45%;
}

/* COPYRIGHT */
.copyright {
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.Mensagem {
  color: #ffd700;
  font-size: 20px;
}

/* SOLUCOES */
@media (min-width:320px) {
  .tab-content {
    margin-top: 20px;
  }
}

@media (min-width:1200px) {
  .tab-content {
    margin-top: 0;
  }
}

.iconSolucoes {
  width: 30px;
  height: 30px;
}

.iconSolucoes .nav-link.Colorido {
  display: inline;
}

.iconSolucoes .nav-link.White {
  display: none;
}

.iconSolucoes .nav-link.active, .nav-link.White {
  display: inline;
}

.iconSolucoes .nav-link.active, .nav-link.Colorido {
  display: none;
}

.solucoes {
  background-color: #00336a;
  color: #fff;
  border-radius: 15px;
  width: 120px;
  height: 120px;
  cursor: pointer;
}

.solucoes a {
  text-decoration: none;
  color: #fff;
}

.solucoes:hover {
  background-color: #18ada1;
}

.solucoes img {
  max-width: 60px;
  max-height: 60px;
  min-height: 60px;
  margin: 12px;
}

.solucoes .imgCadastro {
  margin-left: 18px;
}

.btnSolucoes {
  margin-top: 5px;
  margin-bottom: 10px;
}

#heroSolucoes {
  margin: 0;
  padding: 0;
  background-image: url(../../assets/images/solucoes/heroSolucoes.jpg);
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 10px;
  min-height: 500px;
  color: white;
}

.col-md-2-Solucoes{
  flex: 0 0 auto;
  width: 21.66666667%;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #18ada1;
  max-width: 100%;
  background-color: transparent;
  font-weight: bold;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.7); 
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.7);
}


.nav-pills .nav-link:hover, .nav-link:focus {
  color: #00336a;
  background-color: transparent;
  font-weight: bold;
}

.botao {
  color: #00336a;
}

@media (min-width: 320px){ 
  .solucoes {
    margin: 5px auto;
  }
}

@media (min-width: 768px) {
  .colSolucoes {
      flex: 0 0 auto;
      width: 25.0%;
  }
}

@media (min-width: 1280px) {
  .colSolucoes {
      flex: 0 0 auto;
      width: 14.286103%;
  }
}

#hero p {
    color: white;
}

.w-100 {
  width: 100%!important;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
} 

.bgLightgrey {
  background-color:#dcdcdc;
  text-align: center;
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  margin-top: 150px;
}

.modal-header{
  background: #00336a;
  color: white;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}

.close:focus, .close:hover {
  color: white;
  text-decoration: none;
  opacity: .75;
}

.row-group {
  padding: 40px;
  background: url(../images/homem-mexendo-no-computador.png) no-repeat center center;
  background-size: cover;
}

.row-group01 {
  padding: 40px;
  background: url(../images/homem-mexendo-no-computador.png) no-repeat center center;
  background-size: cover;
  margin-top: 15px;
}

.row-group02 {
  padding: 40px;
  background: url(../images/homem-mexendo-no-computador.png) no-repeat center center;
  background-size: cover;
  margin-top: 15px;
}

.p-dialog{
  display: flex;
  align-items: center;
  justify-content: center
}
.displayBasic{
  display: flex;
  align-items: center;
  justify-content: center
}
.showBasicDialog{
  display: flex;
  align-items: center;
  justify-content: center
}
