@import './partials/vendors/bootstrap.min.css';
.btn-success {
    width: 19rem;
    height: 3rem;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #32B57C;
}
.btn-success:hover {
    background: rgba(0, 241, 161, 0.5);
}

.container-page {
    padding: 3rem 0;
    width: 100%;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

.navbar-dark {
    background: #000000;
}

body {
    background: #1B1B1B;
}

body {
    background: #1B1B1B;
    display: flex;
    height: 100vh;
    flex-direction: column;
    font-family: Avenir;
    font-weight: 100;
}

.logo-srta-pink {
    width: 10rem;
    height: auto;
}

footer {
    width: 100%;
    height: auto;
    display: flex;
    background: #000000;
    border-bottom: 3px solid #FA9F42;
}
footer .list-icons {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0.9rem 0 0 0;
}
@media (max-width: 992px) {
    footer .list-icons {
        flex-direction: column;
        padding: 1rem 0;
    }
}
footer .list-icons li {
    text-align: center;
    margin: 0 0.5rem;
}
footer .list-icons li a {
    color: #FFFFFF;
}
footer .list-icons li a:hover {
    color: #FFFFFF;
}
footer .icons {
    display: flex;
    justify-content: flex-end;
    padding: 1rem 0;
}
@media (max-width: 992px) {
    footer .icons {
        justify-content: center;
        align-items: center;
    }
}
footer .icons .facebook {
    width: 1.5rem;
    margin: 0 0.5rem;
}
footer .icons .linkedin {
    width: 1.5rem;
    margin: 0 0.5rem;
}
footer .icons .twitter {
    width: 1.5rem;
    margin: 0 0.5rem;
}
footer .icons .instagram {
    width: 1.5rem;
    margin: 0 0.5rem;
}
footer .logo-chx {
    width: 5rem;
    height: auto;
    height: auto;
}

.footer {
    width: 100%;
    height: auto;
    margin-top: auto;
    display: flex;
    background: #000000;
    border-bottom: 3px solid #CE1B5D;
}
.footer .list-icons {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0.9rem 0 0 0;
}
@media (max-width: 992px) {
    .footer .list-icons {
        flex-direction: column;
        padding: 1rem 0;
    }
}
.footer .list-icons li {
    text-align: center;
    margin: 0 0.5rem;
}
.footer .list-icons li a {
    color: #FFFFFF;
}
.footer .list-icons li a:hover {
    color: #FFFFFF;
}
.footer .icons {
    display: flex;
    justify-content: flex-end;
    padding: 1rem 0;
}
@media (max-width: 992px) {
    .footer .icons {
        justify-content: center;
        align-items: center;
    }
}
.footer .icons .facebook {
    width: 1.5rem;
    margin: 0 0.5rem;
}
.footer .icons .linkedin {
    width: 1.5rem;
    margin: 0 0.5rem;
}
.footer .icons .twitter {
    width: 1.5rem;
    margin: 0 0.5rem;
}
.footer .icons .instagram {
    width: 1.5rem;
    margin: 0 0.5rem;
}
.footer .logo-chx {
    width: 5rem;
    height: auto;
    height: auto;
}

.form-control {
    border-left: 5px solid #FA9F42;
}
.form-control:focus {
    border-left: 5px solid #FA9F42;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 208, 0, 0.6);
}

.text-form {
    color: #FFFFFF;
    text-align: center;
    font-family: Avenir;
    font-weight: 100;
    font-size: 1rem;
}

.pink {
    border-left: 5px solid #CE1B5D;
}
.pink:focus {
    border-left: 5px solid #CE1B5D;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(253, 1, 190, 0.6);
}

/*# sourceMappingURL=bootstrap.min.css.map */
