:root {
    --text-primary: #3a3a3a;
    --text-white: #fff;
    --text-dark: #000;
    --primary: #1fa12e;
    --primary2020: #23622b;
    --secundary: #000000;
    --footer-back: #383838;
    --footer-text: #000;
    --footer-light: #272727;
    --border-radius: 25px;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(39, 160, 35, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-primary);
}

p {
    font-size: 1em;
    line-height: 26px;
}

.main-content {
    margin-top: 4rem;
}

.btn-filter {
    background-color: var(--primary);
    border-radius: var(--border-radius);
    color: var(--text-white);
    border: 2px solid var(--primary);
    padding: 10px 36px;
}

.btn-filter:hover {
    background-color: var(--text-white);
    border-radius: var(--border-radius);
    color: var(--primary);
}

.nav-shadow {
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    /* the rest of your styling */
}

.nav-item {
    width: 150px;
    height: 50px;
    padding: 8px;
}

.slide-section {
    background-image: linear-gradient(to right, rgba(25, 25, 25, 0.7), rgba(0, 0, 0, 0.7)), url('../img/breadcrumb.jpg');
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
    display: grid;
    align-items: center;
    padding: 1em 0;
}

.breadcrumb-section {
    height: 14rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
    display: grid;
    align-items: center;
    padding: 1em 0;
}

.breadcrumb-section-nm {
    background-image: linear-gradient(to right, rgba(25, 25, 25, 0.7), rgba(0, 0, 0, 0.7)), url('../img/centro.svg');
}

.breadcrumb-section-creche {
    background-image: linear-gradient(to right, rgba(25, 25, 25, 0.7), rgba(0, 0, 0, 0.7)), url('../img/creche.svg');
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    color: var(--primary);
}

.fixed-top {
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.card-header {
    background-color: var(--primary);
    color: #FFF;
    margin-bottom: 0px;
    padding: 1rem 1rem !important;
}

.card-body {
    margin: 0 !important;
    padding: 0;
}

.pdf-view {
    width: 100%;
    height: 300px;
}

.img-historic {
    max-height: 200px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.nav-icon {
    padding: 1rem;
}

ul .nav-pills li :active {
    color: var(--primary);
}

.img-historic:hover {
    max-height: 200px;
    filter: none;
}

.page-title {
    font-size: 40px;
    color: #FFF;
}

.page-breadcrumb {}

.breadcrumb a {
    color: #bdbdbd;
}

.breadcrumb a:hover {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    color: var(--primary);
}

.myVideo {
    min-width: 100%;
    height: 100vh;
}

.services {
    margin-top: 1rem;
    margin-bottom: 5rem;
}

.service-tag {
    color: var(--primary);
}

.title-article {
    margin-bottom: 1.5rem;
    color: var(--text-dark);
}

.title-practices {
    margin-bottom: .5rem;
    color: var(--text-dark);
}

.partner-img {
    max-height: 100px;
}

.footer {
    margin-top: 10rem;
    background-image: linear-gradient(to right, rgba(25, 25, 25, 0.75), rgba(0, 0, 0, 0.75)), url('../img/ft8.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: grid;
    align-items: center;
    padding: 1em 0;
    height: 450px;
    -webkit-box-shadow: 0px -10px 0px rgba(155, 155, 155, 0.25);
    -moz-box-shadow: 0px -10px 0px rgba(155, 155, 155, 0.25);
    box-shadow: 0px -10px 0px rgba(155, 155, 155, 0.25);
    color: var(--text-white);
    box-shadow: rgba(50, 50, 93, 0.25) 0px -20px 100px -20px, rgba(0, 0, 0, 0.3) 0px -20px 60px -30px;
}

.footer-divider {
    border-top: 1px solid #FFF;
}

.footer-title {
    font-size: 24px;
    line-height: 2em;
    text-transform: capitalize;
    border-bottom: 1px solid #FFF;
}

.footer li {
    color: #FFF;
}

.footer li a {
    color: #FFF;
}

.footer li a:hover {
    color: rgb(161, 161, 161);
}

.footer-category {
    padding: 4rem 0rem;
    color: var(--footer-text);
}

address {
    display: inline;
}

.contact-input {
    width: 100%;
    color: var(--primary);
    background: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    font-style: normal;
    border: none;
    font-family: inherit;
    padding: 12px 0px;
    border-bottom: 2px solid #eee;
    outline: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.contact-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    background: var(--primary);
    color: #FFF;
    transition: 0.5s;
}

.contact-input:focus {
    border-bottom: 2px solid var(--primary);
    font-size: 17px;
}

.contact-icon:hover {
    background: #FFF;
    color: var(--primary);
}

.contact-icon-text {
    color: var(--text-dark);
}

.contact-map {
    width: 100%;
    height: 450px;
    border: 0;
}

.btn-success {
    background: var(--primary);
    border: 1px solid var(--primary);
}

.card2 {
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    border: none;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    max-height: 800px !important;
}

.card2:hover {
    transform: scale(1.04);
    border: none;
}

.card-body {
    padding: 2rem 2rem 2rem 2rem;
}

.card-img-top {
    max-height: 180px;
}

.card2>a:hover,
.card2>a:active {
    color: inherit;
    background: #fff;
    text-decoration: none;
}

.card2>a:hover .card-icon-top,
.card2>a:hover .card-footer .vfi,
.card2>a:hover .card-tags,
.card2>a:active .card-icon-top,
.card2>a:active .card-footer .vfi,
.card2>a:active .card-tags {
    color: inherit;
}

.card2>a:hover .card-footer {
    background-color: var(--primary2020);
    color: #fff;
}

.card2>a:hover .card-title,
.card2>a:active .card-title {
    color: var(--primary2020);
}

.card2>a:hover .text-muted,
.card2>a:active .text-muted {
    color: #fff !important;
}

.card2>a:hover .card-tags:before,
.card2>a:active .card-tags:before {
    background-color: #fff;
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}