body {
	background-color: #FFF !important;
	font-family: 'Raleway', sans-serif;
}

a{
	text-decoration: none;
	color: inherit;
	outline: none !important;
}

a:hover{
	color: inherit;
	text-decoration: none;
}

a.back-to-top {
	display: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 5px;
	bottom: 20px;
	background: #0B81DC url("/img/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.row{
	margin: 0 !important;
}

.main a{
	text-decoration: none;
}

.main a:hover{
	text-decoration: none;
}

.main i {
  padding:0px 10px;
  cursor:pointer;
}

.mainicon {
	font-size: 15px !important;
}

.col-lg-4, .col-md-6 {
  padding:0px !important;
}

.dato_continer {
  height:auto;
}

.dato_continer p {
  padding:0px;
  margin:0px;
  font-size:15px;
}

.dato {
  margin-right:0;
  margin-left:0;
}

.img-dato {
  width:15%;
  display:inline;
  cursor:pointer;
}

.data {
  transform:translate(400px,0px);
  position:absolute;
  top:0px;
  text-align:center;
  width:100%;
  height:100%;
}

#get-card:hover {
  text-decoration:none;
}

#get-card-text {
  text-decoration:none;
}

.card{
	background: url(../img/tarjeta_bg.png) no-repeat center;
	background-size: contain;
	height: 250px;
	color: white;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 2px;
	font-size: 1.1em;
}

.card p.nombre{
	text-align: center;
}

.card hr{
	height: 1px;
	width: 80%;
	margin-top: 0px;
	margin-bottom: 10px;
}

.card p{
	margin: 0 0 6px;
}

.card a{
	color: white;
}

.datos{
	font-size: 0.75em;
}

.qr{
	width: 100%;
	background-color: white;
	padding: 5px;
}

.tarjeta {
	position: relative;
	z-index: 1;
	width: 400px;
	/*min-height: 600px;*/
	border-style: none;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	/*box-shadow: 0px 10px 40px #000;
	overflow: hidden !important;*/
}

.tarjeta-section{
	padding-top:20px;
	text-align:center;
	margin-bottom:25px;
}

.nav-section{
	box-shadow: 0px 0px 16px #AAA;
	border-radius: 0px 55px 0px 55px;
	height: 55px;
	margin-top: 42px;
	text-align: center;
}

.nav-section h1{
	color: #FE5B02;
	font-size: 1.50em;
	margin-top: 16px;
}

.bg_der{
	text-align: right;
}

.cont_tarj {
	padding-left: 0px !important;
	display: block;
}

.cont_portada {
	position: absolute;
	width: inherit;
	height: 100%;
	bottom: 0%;
	overflow: hidden;
	left: 0%;
	cursor: pointer;
}

.cont_principal {
	position: absolute;
	width: 100%;
	height: 100vh;
	/*background:url(http://localhost:8000/storage/layout/OqOnxGxkqrlXIJSvhFfqmYjf9xtmGl3qrQk7o54c.png);*/
}

.divisor {
	background: url("/img/manchas_512.png") no-repeat center;
	height: 211px;
}

::-webkit-scrollbar {
	width: 2px;
	height: 2px;
	position: absolute;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.5);
}

/* ipad vertical y horizontqal */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.tarjeta {
		z-index: 1;
		width: 400px;
		min-height: 600px;
		border-style: none;
		border-color: #000000;
		padding-bottom: 430px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.tarjeta {
		z-index: 1;
		width: 400px;
		min-height: 600px;
		border-style: none;
		border-color: #000000;
		padding-bottom: 430px;
	}
}

/* Iphone 4 vertical */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {}

/* Iphone 5 y 5s vertical */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
	.tarjeta {
		z-index: 1;
		width: 100vw;
		min-height: 100vh;
	}
}

/* Iphone 5 y 5s horizontal */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
	.tarjeta {
		z-index: 1;
		width: 400px;
		min-height: 600px;
	}
	.tel_cita {
		position: fixed;
	}
}

/* Iphone 6 y 6s horizontal */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
	.tarjeta {
		z-index: 1;
		width: 400px;
		min-height: 600px;
	}
	.tel_cita {
		position: fixed;
	}
}

/* Iphone 6 y 6s vertical */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
	.tarjeta {
		z-index: 1;
		width: 100vw;
		min-height: 100vh;
	}
}
