/*EXTRAS*/
#form-tarjeta .cont-frm-tar{
	background: #fff;
	color: #000;
	font-size: 14px;
	padding: 20px;
	overflow-y: auto;
	height: 450px;
}
#form-tarjeta .modal-dialog {
    width: 900px;
}
#form-tarjeta h2{
	margin-top: 5px !important;
	color: #000;
	font-weight: bold;
	font-size: 28px;
}
#form-tarjeta .close {
    opacity: 0.7;
}
#form-tarjeta .btn-enviar-tar{
	margin: 0 auto;
	width: 100%;
	padding-top: 35px;
	text-align:center;
}
a[data-target="#form-tarjeta"]:hover{
	text-decoration: underline !important;
}
.f-tit{
	width: 50%;
	float: left;
}
.f-tit label{
	float: left;
}
.f-tit input, .f-tit select{
	float: right;
	width: 55%;
	height: 35px;
	margin: 0px 15px 5px 15px;
}
.f-tit select{
	border-radius: 0;
	border: 1px solid #CCCCCC;
}
.cont-frm-tar div ul li{
	display: inline-block;
	text-align: center;
	margin:0px 10px;
}

.mobile-frm-tar {
    background-color: #f2f2f2;
    margin: 100px auto 0;
    padding: 20px;
    width: 100%;
}

.mobile-frm-tar button{
	margin-top:15px; 
}

.mobile-frm-tar select{
	float: none;
    height: 35px;
    margin: 0;
    width: 100%;
}

/*FIN EXTRAS*/

/*ANIMACION*/
	.animation-element {
	  opacity: 0;
	  position: relative;
	}

	/* TOP SLIDE ANIM*/
	.animation-element.slide-top {
	  opacity: 0;
	  -moz-transition: all 500ms linear;
	  -webkit-transition: all 500ms linear;
	  -o-transition: all 500ms linear;
	  transition: all 500ms linear;
	  -moz-transform: translate3d(0px, 100px, 0px);
	  -webkit-transform: translate3d(0px, 100px, 0px);
	  -o-transform: translate(0px, 100px);
	  -ms-transform: translate(0px, 100px);
	  transform: translate3d(0px, 100px, 0px);
	}

	.animation-element.slide-top.in-view {
	  opacity: 1;
	  -moz-transform: translate3d(0px, 0px, 0px);
	  -webkit-transform: translate3d(0px, 0px, 0px);
	  -o-transform: translate(0px, 0px);
	  -ms-transform: translate(0px, 0px);
	  transform: translate3d(0px, 0px, 0px);
	}
/*FIN ANIMACION*/

@media screen and (min-width: 320px) and (max-width: 1500px){
	.lb-overlay:target{
	    padding: 80px 300px 80px 220px !important;
	}
	.f-tit{
		width: 100%;
	}
	.f-tit h2{
		text-align: center;
	    font-size: 24px !important;
	}
	.f-tit label{
		float: none;
	}
	.f-tit input{
		float: none;
		width: 95%;
		height: 35px;
		margin: 0px 15px 5px 15px;
	}
	.closelight{
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}
}

@media screen and (min-width: 1501px) and (max-width: 1800px){
	.lb-overlay:target {
	    padding: 80px 300px 110px 360px !important;
	}
}