



/*! Contact */
#edit-politica-privacidad {
    width: 12px;
    position: relative;
    vertical-align: bottom;
    height: 29px;
    margin: 1px 10px;
}

div.gotop{
    bottom: 105px;
}


/* !Vertical */
.table-vertical{
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}
.table-cell-vertical{
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

/* !Nuit */


.form-notification {

    display: block;
    position: absolute;
    text-align: center;
    width: 50%;
    height: 50%;
    margin: 4% 25%;

    font-size: 3rem;

    color: transparent;
    background-color: transparent;
    border: 1px solid transparent;
    z-index: -1;

    -webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}


.form-notification.show{

    z-index: 1;
    color: white;
    background-color: rgba(2, 139, 208, 0.88);
    border: 1px solid rgba(70, 115, 157, 0.72);
    box-shadow: 0px 2px 7px 0px black;
    border-radius: 3px;

    -webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}
