.bg-dark
 {
		/*background-color:#238276!important;
		background-color:#2E9AFE!important;*/
		background-color:#00b1e4!important;
}
.h1,.h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color:white;
}
.h2{
	position: absolute;
	top: 55%;
	left: 50%;
	color:white;
	opacity:0.5;
}
.navbar-dark .navbar-nav .nav-link {
	color: white;
}
.titulo_inicio
{
	font-family: "Fira Sans",sans-serif,"google";
	font-size: 40px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-transform: none;
	/*color: #049377;   verde  */
	/*color: #008eb7;  azul*/
	color: #21759b;
}
.titulo_segundario
{
	font-family:"Fira Sans",sans-serif,"google";
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-transform: none;
	/*color: #87CEFA;*/
	color: #0d98ba;
}
.texto_justificado
{
	text-align:justify;
}
.card-body {
  
  padding: $card-spacer-x;
}

.card-title {
  margin-bottom: $card-spacer-y;
}

.card-subtitle {
  margin-top: -($card-spacer-y / 2);
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link {
  @include hover {
    text-decoration: none;
  }

  + .card-link {
    margin-left: $card-spacer-x;
  }
}
.footer
{background-color:#00b1e4!important;}


.img_tamayo
{
	height: 40%;
	width: 100%;
}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}
 