@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-Regular.otf');
}

body {
    background-color: #fff;
    font-family: Montserrat;
    margin: 0;
    padding: 0;
}

.divboss{
    height: 100vh;
    width: 100vw;
}

.eltop{
    height: 20vh;
}

.encabezado{
    display: flex;
    align-content: center;
    width: 100%;
}

.img_encabezado{
    margin-top: 2%;
    margin-left: 5%;
    background: url("../images/Pacto.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.titulo_encabezado{
    margin-left: 0;
}

.p_tituloIndex{
    width: 75%;
    margin-top: 4%;
    color: #302C83;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.3vw;
}

.p_tituloIndex_1{
    width: 75%;
    margin-top: 1%;
    color: #302C83;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.6vw;
}

.bode{
    height: 70%;
    margin: 0;
    padding: 0;
}

.divprin {
    text-align: center;
    margin: auto;
}

.login-username, .login-password {
    background: transparent;
    display: flex;
    width: 80%;
    margin: 1rem auto;
}

.login-submit {
    display: flex;
}

.foot {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10vh;
    background-color: #d9dce4;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.icon-link {
    position: absolute;
    top: 5px;
    width: 32px;
    left: auto;
    right: 5px;
}
.icon-link img {
    width: 100%;
    vertical-align: top;
}


@media only screen and (max-width : 600px){
    .p_tituloIndex{
        width: 75%;
        margin-top: 4%;
        color: #302C83;
        text-align: center;
        font-family: Montserrat;
        font-size: 2.5vw;
    }

    .p_tituloIndex_1{
        width: 75%;
        margin-top: 1%;
        color: #302C83;
        text-align: center;
        font-family: Montserrat;
        font-size: 3vw;
    }
}


