body
{
    margin: 0;
}
.cssGeneralBody-container
{
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.59);
    margin:0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto, sans-serif;
    position: absolute;
    z-index: 1;
}

.cssGeneralForm-container
{
    width: 100%;
    max-width: 768px;
    height:531px;
    margin: auto;
    display: flex;
    background-color: #34495e;
    box-shadow: 0px 0px 21px 0px rgba(1,52,112,.53);
    font-family: Roboto, sans-serif;
}

.row
{
    display: flex;
    width: 100%;
    margin: 0;
}

.col-lg-6, .col-md-6, .col-sm-6
{
    width: 50% !important;
    padding: 1rem;
    box-sizing: border-box;
}

.col-12
{
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
}

.cssCloseSupport
{
    width: 100%;
    margin: 0;
}

.cssIconClose
{
    width: 25px;
    height: 25px;
    background: url(img/iconClose.png) no-repeat center/21px;
    display: block;
    float: right;
    position: relative;
    cursor: pointer;
}

.cssMailSupportContainer
{
    color: #ffffff;
    font-family: Roboto, sans-serif;
    width: 100%;
}

.cssMailSupport
{
    color: #ffffff;
    font-family: Roboto, sans-serif;
}

.cssIconSupportContainer
{
    padding: 100px 30px 0 16px;
    display: flex;
    box-sizing: border-box;
}

.cssIconSupport
{
    width: 50px;
    height: 100%;
    background: url(img/iconSupport.png) no-repeat center/45px;
    padding: 5px;
    margin-right: 20px;
}

.margin-0
{
    margin: 0 !important;
}

.text_14
{
    font-size: 14px;
}

.text_23
{
    font-size: 23px;
}

.cssMsjContainer
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.cssMsjBackground
{
    background: url(img/Msj-BG.png) no-repeat center / 100%;
    height: 100%;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
}

.cssSubtitleMsj
{
    font-size: 14px;
    font-weight: 700;
    font-family: Roboto, sans-serif;;
    color: #2c323a;
    text-align: center;
}

.cssInputSupport
{
    border-radius: 3px;
    width: 100%;
    height: 45px;
    font-size: 12px;
    color: #2c323a;
    border: none;
    margin: 10px 0;
    text-align: center;
    font-family: Roboto, sans-serif;
}

.cssTextAreaSupport
{
    border-radius: 3px;
    width: 100%;
    height: 45px;
    font-size: 12px;
    color: #2c323a;
    border: none;
    margin: 10px 0;
    resize: none;
    height: 120px;
    text-align: center;
    font-family: Roboto, sans-serif;
    padding-top: 10px;
}

.cssBtnEnviar
{
    width: 100%;
    background-color: #ffcd00;
    height: 48px;
    color: #2c323a;
    font-size: 14px;
    border-radius: 11px;
    border: none;
    margin-top: 10px;
    font-weight: 700;
    cursor: pointer;
}

.cssValidFormCorreo {
    border: 1px solid green;
    box-shadow: 0px 0px 10px green;
    color: green !important;
    /*background-color: rgba(0,255,0,.09);*/
}

.cssInvalidFormCorreo {
    border: 1px solid darkred;
    box-shadow: 0px 0px 10px darkred;
    color: darkred !important;
    /*background-color: rgba(255,0,0,.09);*/
}

.cssDvLoadingCorreo{
    background: rgba(0,0,0,0) url(/mobile/css/Home/images/genericLoad.svg) no-repeat center /37%;
    width: 10%;
    height: 10%;
    position: fixed;
    z-index: 9;
    display: block;
    margin-left: 97px;
    margin-top: 8px
}