/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

.centered{
	width:100%;
	text-align:center;
}

a{
	color:#212529
	
}
 
 ::-webkit-scrollbar {
display: none;
}
 
body {
	/*overflow: hidden; */
  /* padding-top: 54px; */
}

@media (min-width: 992px) {
  body {
    /* padding-top: 56px; */
  }
}

h2 {
	margin-bottom: 1rem;
}

p > a{
	color:blue;
}

.mt-4, .my-4 {
    margin-top: 4.5rem!important;
}

.aplicacionMovil{
	width: 36px;
	height:36px;
}

.movilIcon{
	width: 90px;
	height: 34px;
}
.address-top {
	margin-bottom: 1.2em;
}

.address p{
	text-align: justify;
	vertical-align: inherit;
	margin-bottom: 0.1em;
}
.address h4{
	vertical-align: inherit;
	margin-bottom: 10px;
}

.business-header {
  height: 50vh;
  min-height: 300px;
  background: url('http://velo300.free.fr/projets/tenerife/images/front.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.card {
  height: 100%;
  cursor:pointer;
}
