@charset "UTF-8";
* {
	box-sizing: border-box;
}
img {
    max-width: 100%;
}
.clearfix {
	clear: both;
}
.bg-vn-primary {
	background: #12557f;
}
.bg-vn-secondary {
	background: #009dC8
}
.text-vn-primary {
	color: #12557f;
}
.text-vn-secondary {
	color: #009dC8
}
.vh-xs-100 {
	min-height: calc(100vh - 102px) !important;
}
.col-sm-6-horario {
	width: 100%;
}
  #s-empresa {
    background-position: -550px 0;
    background-image:url('../img/home/bg-home2.png');
    background-size:cover;
    background-repeat:no-repeat
}
@media (min-width: 576px) {
  .vh-sm-100 {
	  min-height: 100vh;
  }
  .col-sm-6-horario {
	width: 50%;
  }
  #s-empresa {
      background-position: 0 0;
  }
}
@media (min-width: 768px) {
  .vh-md-100 {
	  min-height: 100vh;
  }
}
@media (min-width: 992px) {
  .vh-lg-100 {
    min-height: 100vh;
  }

}
@media (min-width: 1200px) {
  .vh-xl-100 {
    min-height: 100vh;
  }

}
@media (min-width: 1400px) {
  .vh-xxl-100 {
    min-height: 100vh;
  }
 
}
.col-sm-6-horario {

}
.div-referencia {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
}
.txt-referencia {
	width: 100%;
	font-size: small;
}
.txt-horario {
	border:1px solid;
	padding-bottom:5px;
	text-align: center;
	margin: 0.5px;
	font-size: small;
	min-width: 3rem;
	/*max-width: 4rem;*/
	flex: 1 1;
}
.header-integracao-origem, .header-integracao-destino {
	color: white;
}
.header-integracao-origem {
	background: #f58427;
}
.header-integracao-destino {
	background: #00a1e3;	
}

.title-regiao {
	text-align: left;
	font-family: avenirDark, serif;
	font-size: large;
	line-height: 50px;
}
.nome-regiao {
	text-align: right;
	font-size: large;
	font-weight: 500;
}
.header-ponto-integracao {
	background: #8dd7f7;
	color: #0d71cf;
	text-align: center;
	font-weight: 500;
	font-size: large;
}
.row-detalhe-integracao {
	font-weight: 400;
	border: 2px solid #ccc;
}
.row-detalhe-integracao:nth-child(odd) {
	background: #dddee0;
}
.col-regiao-destino {
	text-align: left;
}
.integracao-titulo{
		color: #005aab;
		font-weight: bold;
		font-size: 2rem;
}
.integracao-texto {
		color: #555;
		font-size: 1.3rem;
}
@media (max-width: 575px){
	.no-padding-sm {
		padding: 0;
	}
	.padding-2 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.joana-darc-cidades {
		width: 100%;
	}
	.lr-padding-2 {
	padding-right: 2px;
	padding-left: 2px;
	}
	.col-ponto-integracao::before {
		content: "Pontos de integração: ";
	}
	.col-ponto-integracao {
	background: #8dd7f7;
	color: #0d71cf;
	text-align: left;
	padding: 0.5rem 1rem;
	}

}