body {
    margin: 0;
    font-family: Metropolis, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
        Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #687281;
    text-align: left;
    background-color: #eff3f9;
}

.home {
    position: fixed;
    overflow-x: hidden;
    width: 100%;
    height: auto;
}

.cabeza {
    width: 100%;
    position: relative;
}

.pecho {
    width: 70%;
    position: relative;
    left: 15%;
    top: 25%;
}
.cuerpo {
    width: 100%;
    position: relative;
    top: 50%;
    left: 0%;
    bottom: 20%;
}

.img {
    width: 36%;
    display: block;
    margin: auto;
}

@media screen and (max-width: 600px) {
    .img {
        width: 100%;
    }
}

@media screen and (max-width: 720px) {
    .img {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .img {
        width: 90%;
    }
}

.aimg img {
    width: 140px;
    height: auto;
    margin: auto;
    margin-right: 10px;
}
@media screen and (max-width: 1200px) {
    .aimg img {
        width: 140px;
    }
    .aimg img {
        width: 150px;
    }
}
.aimg img:hover {
    width: 150px;
}

.bg_login img {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.box_login {
    border-radius: 8px;
    width: 30vw;
    right: 15vw;
    height: 80vh;
    position: absolute;
    top: 10%;
    min-width: 450px;
    max-width: 550px;
    box-shadow: 10px 10px 37px 11px rgb(128 116 128 / 84%);
}
@media screen and (max-width: 1024px) {
    .box_login {
        right: 2vw;
    }
}

@media screen and (max-width: 780px) {
    .box_login {
        width: 50%;
        margin-left: 25%;
    }
}

.boxp {
    width: 100%;
    height: 55%;
    float: left;
    position: relative;
}

.boxp img {
    display: block;
    margin: auto;
    width: 70%;
}

.siath img {
    width: 30%;
}

.siath h4 {
    font-weight: normal;
    color: rgb(162, 28, 39);
    text-align: center;
    margin-top: 2px;
    font-size: 16px;
    height: 30px;
}

img {
    border-style: none;
}
.logo {
    background-color: rgb(162, 28, 39);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.login {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #fff;
}

.card-image img {
    width: 30%;
    height: auto;
    display: block;
    margin-top: auto;
    margin-left: 35%;
}

.form-box {
    width: 70%;
    display: block;
    margin: auto;
}

.form-mdn {
    width: 80%;
    display: block;
    margin: auto;
}

form {
    display: block;
    margin-top: 0em;
}

.field {
    width: 80%;
    float: left;
    height: 4.5vh;
    margin-top: 0;
    margin-left: 10%;
}
.lefth_field img {
    width: 7%;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}
/* .form-control {
    height: 4vh !important;
    font-size: 1.5vh !important;
} */

.input_field {
    width: 86%;
    float: left;
}

.field a {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 0;
    margin-left: 10%;
    text-decoration: none;
    color: #4b4b4b;
}

.btn-secondary {
    float: right;
    height: 28px;
    padding-bottom: 10px;
    padding-top: 0px;
    margin-top: 2%;
}
.field-b {
    position: relative;
    top: -5vh;
    margin-right: 25px;
    float: right;
}

@media screen and (max-width: 780px) {
    .field-b {
        top: -6vh;
    }
}
.nav-link {
    padding: 10px;
}

.nav-link:active {
    border-radius: 0.25rem;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    /*  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
}

.nav-grad {
    background: rgb(235, 235, 235);
    background: linear-gradient(
        304deg,
        rgba(235, 235, 235, 1) 0%,
        rgba(232, 232, 232, 1) 52%,
        rgba(233, 233, 233, 1) 100%
    );
}

.dropdown-menu {
    border-radius: 0 !important;
    width: 100%;
}

.navmdn{
    width: 100%;
    display: block;
    margin: auto;
}

.grad {
    background-color: #0061f2;
    background-image: linear-gradient(135deg, #0061f2, rgba(62, 62, 62, 0.8));
}
.none {
    text-decoration: none;
    color: #4b4b4b;
}
.none:hover {
    text-decoration: none;
    color: #4b4b4b;
}
blockquote {
    background-color: #f7f5f5;
    border-left-width: 4px;
    color: #02071b;
    font-size: 1.25rem;
    line-height: 1.5;
    border-left: 4px solid #0891cf;
    background-color: #b3e5fc;;
    font-family: Arial;
    margin: 0 0 25px;
    overflow: hidden;
    padding: 25px;
    position: relative;
    font-weight: 600;
    font-style: normal;
    border-radius: 4px;
    color: #044868;
    text-align: center;
    font-size: 12px;
}
