﻿.Title_Section { margin-top: -35px; margin-right: -43%;}

body, select, textarea, input {
    font-family: Roboto;
}

.HomeLabel{
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.TextContent{
    font-size:16px;  
    font-weight: 900;
    font-family: ROBOTO;
    line-height: 30px;
}
.TextContent.TitleHome{
    color: rgb(30,157,139);
}

.TextContent.ContentHome{
    color: black;
}

.TextContent.LinkHome{
    color: rgb(30,157,139);
}

.Button {
    background: #1e9d8a;
}

.HomeTable td{
    width: 50%;
}

.FooterLayout {
    bottom: 0;
}

.HomeTable {
    margin-left: 13%;
    margin-right: 13%;
    width: auto;
}