* {
    margin: 0;
    padding: 0;
    box-sizing: 0;
    margin: 0, auto;
}

.containers {
    background: linear-gradient(rgba(47, 23, 15, 0.7), rgba(47, 23, 15, 0.3)), url("../img/fondostodos.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    width: 90%;
    height: fit-content;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway';
}

.h-nosotros {
    font-size: 1.5rem;
}

.titulo {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

/* inicio css login*/
.main-section {
    margin: 0 auto;
    margin-top: 15%;
    padding: 0;
}

.modal-content {
    background-color: White;
    opacity: .85;
    padding: 0 20px;
    box-shadow: 0px 0px 3px #848484;
    border-radius: 15px;
    border-color: black;
    border-style: solid;
    border-width: 2px;
}

.user-img {
    margin-top: -50px;
    margin-bottom: 35px;
}

.user-img img {
    width: 100px;
    height: 100px;
    box-shadow: 0px 0px 3px #848484;
    border-radius: 50%;
}

.form-group input {
    height: 42px;
    font-size: 18px;
    border: 0;
    padding-left: 54px;
    border-radius: 5px;
}

.form-group::before {
    font-family: "Font Awesome\ 5 Free";
    position: absolute;
    left: 28px;
    font-size: 22px;
    padding-top: 4px;
}

.form-group#user-group::before {
    content: "\f007";
}

.form-group#contrasena-group::before {
    content: "\f023";
}

.form-control {
    border-style: solid !important;
    border-color: black !important;
    border-width: 2px !important;
}

.boton {
    width: 40%;
    font-size: 0.9rem;
    margin: 5px 0 25px;
}

.btn-msg {
    width: 40%;
    /* font-size: x-large; */
    font-size: 0.9rem;
    margin: 5px 0 25px;
}

.forgot {
    padding: 5px 0;
}

.forgot a {
    color: white;
}
/* fin css login*/

@media (max-width: 668px) {
    .h4 {
        font-size: 0.8rem;
    }

    .h6 {
        font-size: 0.6rem;
    }

    .h-nosotros {
        font-size: 1rem;
    }

    .p-nosotros {
        font-size: 0.6rem;
        font-weight: bolder;
    }

    .imglogo {
        border-radius: 50%;
        width: 50px;
        height: 30px;
    }
}

@media (max-width: 450px) {
    .h-nosotros {
        font-size: 0.75rem;
    }
    .p-nosotros {
        font-size: 0.55rem;
        font-weight: bolder;
    }
}

