.contact
{
    width: auto;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: none;
}

.contact .contact_bg
{
    height: 100%;
    position: absolute;
    z-index: -1;
}

.contact .mask
{
	width: 100%;
    height: 100%;
    background-color: rgba(1, 66, 101, 0.69);
    display: flex;
    align-items: center;
}

.contact .mask .contacto, .contact .mask .links
{
	background-color: #fff;
    padding-bottom: 2rem;
    padding-top: 2rem;
    z-index: 1;
    border: 4px solid #009cde;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.contact .title{
	color: #808283;
}

.information_contacto p:first-child{
	display:none;
}