
/* =========================================================
	Margins
============================================================ */
.vert-offset-top-12{
    margin-top: 12em;
}
.vert-offset-top-11{
    margin-top: 11em;
}
.vert-offset-top-10{
    margin-top: 10em;
}
.vert-offset-top-9{
    margin-top: 9em;
}
.vert-offset-top-8{
    margin-top: 8em;
}
.vert-offset-top-7 {
    margin-top: 7em;
}
.vert-offset-top-6{
    margin-top: 6em;
}
.vert-offset-top-5{
    margin-top: 5em;
}
.vert-offset-top-4{
    margin-top: 4em;
}
.vert-offset-top-3{
    margin-top: 3em;   
}
.vert-offset-top-2{
    margin-top: 2em;
}
.vert-offset-top-1{
    margin-top: 1em;
}
.vert-offset-top-0{
    margin-top: 0em;
}
/* Vertical Offset Bottom */
.vert-offset-bottom-12{
    margin-bottom: 12em;
}
.vert-offset-bottom-11{
    margin-bottom: 11em;
}
.vert-offset-bottom-10{
    margin-bottom: 10em;
}
.vert-offset-bottom-9{
    margin-bottom: 9em;
}
.vert-offset-bottom-8{
    margin-bottom: 8em;
}
.vert-offset-bottom-7{
    margin-bottom: 7em;
}
.vert-offset-bottom-6{
    margin-bottom: 6em;
}
.vert-offset-bottom-5{
    margin-bottom: 5em;
}
.vert-offset-bottom-4{
    margin-bottom: 4em;
}
.vert-offset-bottom-3{
    margin-bottom: 3em;
}
.vert-offset-bottom-2{
    margin-bottom: 2em;
}
.vert-offset-bottom-1{
    margin-bottom: 1em;
}
.vert-offset-bottom-0{
    margin-bottom: 0em;
}

a.img-block {
	display: block;
	width: 100%;
}

a.img-block > img,
.img-block {
	display: block;
	width: 100%;
	height: auto;
}

/******************************************************************************/
/* VERTICAL FIX ALIGN SYSTEM */
/******************************************************************************/
.vfix:not(.ratiofix-content) {
	position: relative;
}

.vfix > .vfix-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
	width: 100%;
	height: 0;
}

.vfix > .vfix-wrapper > .vfix-content {
	transform: translateY( -50% );
}

.vfix.vfix-center > .vfix-wrapper > .vfix-content {
	transform: translateY( -50% ) translateX(-50%);
}

.vfix > .vfix-wrapper > :not(.vfix-content) {
	display: none;
}

/******************************************************************************/
/* FORMULARIOS */
/******************************************************************************/
.form-control {
	border: none;
	border-radius: 0;
}

.form-control::-webkit-input-placeholder {
	color: #c2c2c2;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #c2c2c2;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #c2c2c2;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #c2c2c2;
	opacity: 1;
}

.form-control::placeholder {
	color: #c2c2c2;
	opacity: 1;
}

.form-control {
	color: #00aee6;
}

.form-control:focus {
	color: #002752;
	background-color: #fff;
	border-color: #fff;
	box-shadow: 0 0 0 0.2rem rgba(0, 148, 195, 0.5);
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow: none;
}

.form-control:not(:focus):invalid {
	color: #fe1525;
}