@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;900&family=Poppins:wght@300;400;700&display=swap');

:root {
    --color-blue: #2a6294;
    --color-blue-hover: #0ea5e9;
    --color-blue-text: #036894;
    --color-red: #e3003e;
    --color-red-hover: #e83f5b;
    --color-green: #00ffa0;
    --color-green-hover: #1fffa8;
    --color-orange: #ff5722;
    --color-beige: #deddd7;
    --color-yellow: #ffae00;
    --color-primary: #8257e6;
    --color-primary-hover: #9466ff;
    --color-info: #001d28;
    --color-info-hover: #06b6d4;
    --color-background-black: #121214;
    --color-secondary: #e1e1e6;
    --color-text: #a8a8b3;
    --color-support: #737380;
    --color-shape: #202024;
    --color-shape-hover: #29292e;
    --color-icons: #41414d;
    --color-borders: #323238;
    --color-black: #0d0d0f;
    --color-white: #fff;
    --font-merriweather: 'Merriweather', serif;
    --font-poppins: 'Poppins', sans-serif;
}

.font-merriweather {
    font-family: 'Merriweather', serif;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.btn-web {
    font-family: var(--font-merriweather);
    background: var(--color-blue);
    color: var(--color-white);
    transition: all .5s;
}

.btn-web:hover,
.btn-web:active,
.btn-web:focus,
.btn-web:first-child:active {
    background: var(--color-blue-hover) !important;
    color: var(--color-white) !important;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-700 {
    font-weight: 700;
}

.fw-900 {
    font-weight: 900;
}

.bg-blue {
    background-color: var(--color-blue);
}

.bg-beige {
    background-color: var(--color-beige);
}

.bg-orange {
    background-color: var(--color-orange);
}

.bg-yellow {
    background-color: var(--color-yellow);
}

.text-blue {
    color: var(--color-blue-text);
}

.text-blue-degrade {
    background: -webkit-linear-gradient(90deg, var(--color-blue), #4394dc 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-justify {
    text-align: justify;
}

.shadow-30 {
    box-shadow: 0px 0px 30px var(--color-green);
}

.is-invalid {
    border: 1px solid #b60000 !important;
}

.alert-response-success,
.alert-response-danger {
    display: none;
}

.response_alert {
    display: none;
}

.a-href-decoration-none {
    text-decoration: none;
}

.a-href {
    color: var(--color-white);
}

.a-href:active,
.a-href:hover,
.a-href:focus {
    color: var(--color-secondary);
}

.list-style-none {
    list-style: none;
}

/*
SLIDE
*/

.j_slide {
    position: relative;
    text-align: center;
}

.j_slide_item {
    display: none;
}

.j_slide_item:first-child {
    display: block;
}

.j_slide_item img {
    width: 100%;
}

.j_slide_nav {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

.j_slide_nav span {
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    width: 20px;
    height: 20px;
    margin: 0 5px;
    cursor: pointer;
}

.j_slide_nav span:hover,
.j_slide_nav span.active {
    background: var(--color-blue);
}

/*
ABOUT
 */
.nucleo-about {
    background: rgb(131, 58, 180);
    background: linear-gradient(90deg, rgba(131, 58, 180, 0.025647759103641476) 0%, rgba(232, 29, 253, 0.028448879551820738) 50%, rgba(252, 69, 193, 0.03125) 100%);
}

.nucleo-about-bg {
    position: relative;
    background-image: url('../img/ilustracao_quemsomos.png');
    background-position-y: bottom;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.nucleo-about-header {
    background: -webkit-linear-gradient(90deg, var(--color-blue), #4394dc 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nucleo-about-header h1 {
    font-size: 2.5rem;
}

.nucleo-about-ul li::marker {
    color: var(--color-blue);
    font-size: 30px;
}

/*
FORM
 */
.nucleo-form input[type=text],
.nucleo-form select {
    height: 50px;
}

/*
ARTICLES
 */
.nucleo-contents-categories a {
    color: var(--color-black) !important;
    text-decoration: none;
}

.nucleo-contents-categories-box:hover,
.nucleo-contents-categories-box.active,
.nucleo-contents-categories a:hover,
.nucleo-contents-categories a:active {
    background-color: var(--color-shape);
    color: var(--color-white) !important;
    text-align: center;
}

.nucleo-contents-article-content {
    top: 40px;
    background-color: rgba(0, 0, 0, 0.75);
    color: var(--color-white);
    padding-top: 35px;
    padding-bottom: 35px;
}

.nucleo-contents-article-header-a {
    color: var(--color-black) !important;
    text-decoration: none;
}

.nucleo-contents-article-header-a:hover,
.nucleo-contents-article-header-a:active {
    color: var(--color-shape) !important;
    text-decoration: underline;
}

.nucleo-contents-article-header-a-white {
    color: var(--color-white);
    text-decoration: none;
}

.nucleo-contents-article-header-a-white:hover,
.nucleo-contents-article-header-a-white:active {
    color: var(--color-secondary);
}

.nucleo-contents-article-date {
    font-size: 12px;
    color: var(--color-text);
}

/*
FOOTER
 */
.nucleo-footer-bg {
    background-image: url('../img/footer.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 40px;
}

.footer-widget p {
    margin-bottom: 27px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: white;
    line-height: 28px;
}

.animate-border {
    position: relative;
    display: block;
    width: 165px;
    height: 3px;
    background: var(--color-black);
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.animate-border.border-white:after {
    border-color: #fff;
}

.animate-border.border-yellow:after {
    border-color: #F5B02E;
}

.animate-border.border-orange:after {
    border-right-color: #007bff;
    border-left-color: #007bff;
}

.animate-border.border-ash:after {
    border-right-color: #EEF0EF;
    border-left-color: #EEF0EF;
}

.animate-border.border-offwhite:after {
    border-right-color: #F7F9F8;
    border-left-color: #F7F9F8;
}

/* Animated heading border */
@keyframes primary-short {
    0% {
        width: 15%;
    }
    50% {
        width: 90%;
    }
    100% {
        width: 10%;
    }
}

@keyframes primary-long {
    0% {
        width: 80%;
    }
    50% {
        width: 0%;
    }
    100% {
        width: 80%;
    }
}

.dk-footer {
    position: relative;
    z-index: 2;
}

.dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px;
}

.dk-footer .contact-us .contact-info {
    margin-left: 50px;
}

.dk-footer .contact-us.contact-us-last {
    margin-left: -80px;
}

.dk-footer .contact-icon i {
    font-size: 30px;
    top: -15px;
    position: relative;
    color: var(--color-white);
}

.dk-footer-box-info {
    background: #00000036;
    padding: 40px;
    z-index: 2;
}

.dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}

.dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dk-footer-box-info .footer-social-link li {
    display: inline-block;
}

.dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff;
}

.dk-footer-box-info .footer-social-link a i.fa-facebook {
    background-color: #3B5998;
}

.dk-footer-box-info .footer-social-link a i.fa-twitter {
    background-color: #55ACEE;
}

.dk-footer-box-info .footer-social-link a i.fa-google-plus {
    background-color: #DD4B39;
}

.dk-footer-box-info .footer-social-link a i.fa-linkedin {
    background-color: #0976B4;
}

.dk-footer-box-info .footer-social-link a i.fa-instagram {
    background-color: #B7242A;
}

.footer-info-text {
    margin: 26px 0 32px;
}

.footer-left-widget {
    padding-left: 80px;
}

.footer-widget .section-heading {
    margin-bottom: 35px;
}

.footer-widget h3 {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.footer-widget ul {
    width: 50%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget li {
    margin-bottom: 18px;
}

.footer-widget p {
    margin-bottom: 27px;
}

.footer-widget a {
    color: var(--color-white);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-widget a:hover {
    color: #007bff;
}

.footer-widget:after {
    content: "";
    display: block;
    clear: both;
}

.dk-footer-form {
    position: relative;
}

.dk-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
}

.dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px;
}

.dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px;
}

.dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #007bff;
    background: #007bff;
    color: #fff;
}

.dk-footer-form button:hover {
    cursor: pointer;
}

/* ==========================

    Contact

=============================*/
.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-icon {
    position: absolute;
}

.contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff;
}

.contact-info {
    margin-left: 75px;
    color: #fff;
}

.contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.copyright {
    padding: 28px 0;
    /*background-color: var(--color-white);*/
}

.copyright span,
.copyright a {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.copyright a:hover {
    color: #007bff;
}

.copyright-menu ul {
    text-align: right;
    margin: 0;
}

.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}

.back-to-top {
    position: relative;
    z-index: 2;
}

.back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.back-to-top .btn-dark:hover {
    cursor: pointer;
    background: #FA6742;
    border-color: #FA6742;
}

@media screen and (max-width: 991px) {
    .navbar-brand img {
        width: 220px;
    }
}

@media screen and (max-width: 1299px) {
    .nucleo-about-bg {
        background-size: 530px !important;
    }
}

@media screen and (max-width: 1300px) {
    .nucleo-about-bg {
        background-size: 620px;
    }
}

@media screen and (min-width: 1301px) and (max-width: 1466px) {
    .nucleo-about-bg {
        background-size: 670px;
    }
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .nucleo-about-bg {
        background-image: none;
    }
}

@media screen and (min-width: 320px) and (max-width: 735px) {
    .nucleo-about-header h1 {
        font-size: 1.155rem;
    }

    .nucleo-about-ul li {
        font-size: 1.1rem!important;
    }

    .j_slide_nav span {
        width: 7px;
        height: 7px;
    }

    .nucleo-footer-bg {
        padding: 40px 0 40px;
    }
}