﻿body, html {
    height: 100%;
    margin: 0;
    background-color: white;
}

@font-face {
    font-family: 'Din_pro_cond_bold';
    src: url('../Fonts/Din_pro_cond_bold.otf') format('opentype');
}

@font-face {
    font-family: 'DINPro_Regular';
    src: url('../Fonts/DINPro_Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Mark_Pro';
    src: url('../Fonts/Mark_Pro.ttf') format('truetype');
}

@font-face {
    font-family: 'DINPro_Bold';
    src: url('../Fonts/DINPro_Bold.ttf') format('truetype');
}

@media screen and (min-width: 576px) {

    .txt_azul {
        color: #000000 !important;
        font-size: 60px;
        font-family: Din_pro_cond_bold;
    }

    .txt_iconos {
        color: #494949 !important;
        font-size: 24px;
        font-family: DINPro_Regular;
    }

    .h_gris {
        color: #494949;
        font-weight: bold;
        font-family: DINPro_Regular;
    }

    .txt_gris {
        color: #494949;
        font-family: Mark_Pro;
        font-size: 16px;
    }

    .txt_llama_Bold {
        color: #D0D0D0;
        font-family: DINPro_Regular;
        font-size: 24px;
    }

    .txt_llama {
        color: #00295b !important;
        font-family: Arial;
    }

    .txtbox {
        background-color: #ffffff;
        width: 100%;
        border: 1px solid #B6B7B8;
        height: 160%;
        color: #494949;
        height: 50px;
        border-radius: 3px;
        font-family: Mark_Pro;
        font-size: 16px;
        padding-left: 15px !important;
    }

    .inlineTextLink {
        color: #FFFFFF !important;
        font-family: Mark_Pro;
        font-size: 16px;
        text-decoration: underline solid #FFFFFF !important;
    }

        .inlineTextLink:hover {
            color: #EEEEEE !important;
            font-family: Mark_Pro;
            font-size: 16px;
            text-decoration: underline solid #EEEEEE !important;
        }

    .inlineTextLinkSec {
        color: #005DAB !important;
        font-family: Mark_Pro;
        font-size: 16px;
        text-decoration: underline solid #005DAB !important;
    }

        .inlineTextLinkSec:hover {
            color: #00295B !important;
            font-family: Mark_Pro;
            font-size: 16px;
            text-decoration: underline solid #005DAB !important;
        }

    .texto {
        color: #ffffff;
        font-weight: 600;
        font-family: Arial;
    }

    .textoModalRecuperar {
        font-size: 14px;
        font-family: Arial;
        color: #494949;
    }



    .form-control:focus {
        color: #ffffff;
    }


    .btnLogin {
        background-color: #FFFFFF;
        color: #000000;
        height: 50px;
        width: 40%;
        border-width: 0px;
        border-radius: 3px;
        font-family: DINPro_Bold;
        font-size: 15px;
    }

        .btnLogin:hover {
            background-color: #D5D5D5;
            color: #000000;
            height: 50px;
            width: 40%;
            border-width: 0px;
            border-radius: 3px;
            font-family: DINPro_Bold;
            font-size: 15px;
        }

    .material-icons {
        margin-top: 0;
        color: #ffffff;
    }


    .widthModal {
        max-width: 20rem;
    }

    .OcultarDesk {
        display: none;
    }

    .divAviso {
        position: absolute;
        bottom: 60px;
        width: 90%;
        right: 0px;
    }
}

@media screen and (max-width: 575px) {
    .txt_azul {
        color: #000000 !important;
        font-size: 30px;
        font-family: Din_pro_cond_bold;
    }

    .txt_iconos {
        color: #494949 !important;
        font-size: 24px;
        font-family: DINPro_Regular;
    }

    .h_gris {
        color: #494949;
        font-weight: bold;
        font-family: Arial;
    }

    .txt_gris {
        color: #494949;
        font-family: Arial;
        font-size: small;
    }

    .txt_llama_Bold {
        color: #ECEBEB;
        font-family: DINPro_Regular;
        font-size: 18px;
    }

    .txt_llama {
        color: #00295b !important;
        font-family: Arial;
    }

    .txtbox {
        background-color: white;
        width: 100%;
        border: 0px;
        border-left: 6px solid #009ff2;
        height: 160%;
    }

    .inlineTextLink {
        color: #FFFFFF !important;
        font-family: Mark_Pro;
        font-size: 16px;
        text-decoration: underline solid #FFFFFF !important;
    }

        .inlineTextLink:hover {
            color: #E8E7E7 !important;
            font-family: Mark_Pro;
            font-size: 16px;
            text-decoration: underline solid #E8E7E7 !important;
        }

    .texto {
        color: #ffffff;
        font-weight: 600;
        font-family: Arial;
    }

    .textoModalRecuperar {
        font-size: 14px;
        font-family: Arial;
        color: #494949;
    }

    .padd {
        padding-right: 0% !important;
        padding-left: 0% !important;
    }

    .logo {
        padding-top: 0%;
    }

    .paddingTop {
        padding-top: 15%;
    }

    .bienvenido {
        padding-top: 15%;
        padding-bottom: 15%;
        font-size: 18px;
        color: #ffffff;
        font-weight: 500;
    }

    .container {
        padding-left: 0% !important;
        padding-right: 0% !important;
    }

    .bgm {
        /* The image used */
        background-image: url("../../Imagenes/Login/fondo_login.jpg");
        height: -webkit-fill-available;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .form-control:focus {
        color: #ffffff;
    }

    .olvidaste {
        font-size: 14px;
        font-family: Arial;
        color: #ffffff;
        font-weight: 200;
    }

    .btnLogin {
        background-color: #005DAB;
        color: #FFFFFF;
        height: 50px;
        width: 40%;
        border-width: 0px;
        border-radius: 3px;
        font-family: DINPro_Bold;
        font-size: 15px;
    }

        .btnLogin:hover {
            background-color: #00295B;
            color: #FFFFFF;
            height: 50px;
            width: 40%;
            border-width: 0px;
            border-radius: 3px;
            font-family: DINPro_Bold;
            font-size: 15px;
        }

    .colCentro {
        max-width: 66.666667%;
    }

    .OcultarMovil {
        display: none;
    }
    .divAviso {
        bottom: 60px;
        width: 90%;
        right: 0px;
        left:auto;
    }
}
