body {
	background: url("/img/fondo.jpg") no-repeat center fixed;
	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;
}

a.play {
	/*display: none;*/
	width: 40px;
	height: 40px;
	/**/
	position: fixed;
	z-index: 999;
	right: 5px;
	bottom: 80px;
	background: #5e8b82;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
}

.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.jpg) no-repeat center;
	background-size: contain;
	height: 250px;
	color: white;
	padding-top: 40px;
	padding-right: 15px;
	font-size: 1.1em;
	text-align: center;
}

.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.8em;
}

.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;
}

.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);
}

/*** Social ***/
/* Style all font awesome icons */
.social {
	padding: 9px;
	font-size: 15px;
	width: 33px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
}

/* Add a hover effect if you want */
.social:hover {
	opacity: 0.7;
}

/* Set a specific color for each brand */
/* Facebook */
.fa-facebook-f {
	background: #3B5998;
	color: white;
}

/* Twitter */
.fa-twitter {
	background: #55ACEE;
	color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-instagram {
	background: #e4405f;
	color: white;
}

.button-lat-nav-whatsapp{
	background: #25d366;
	color: white;
}

.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:35px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:#fff;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-115px;
}
.sticky li i{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a{
    text-decoration:none;
    color:#2C3539;
}
.sticky li p a:hover{
    text-decoration:underline;
}
/***       ***/

/* 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;
	}
}
