body {
    color: #056A3B;
    font-family: 'Montserrat', sans-serif;
}

strong {
    font-weight: 600;
}

.header {
    margin-bottom: 1rem;
    padding: 1rem 0;
}

.header-logo {
    width: 160px;
}

.nav-link {
    margin-right: .5rem;
    padding: 0;
}

.nav-item:last-child .nav-link {
    margin-right: 0;
}

.nav-link-icon {
    width: 32px;
}

.hero {
    margin-bottom: 2rem;
}

.hero-img {
    width: 100%;
}

.intro {
    margin-bottom: 2rem;
}

.intro-column ul {
    list-style: none;
    padding-left: 0;
}

.intro-column p,
.intro-column li {
    margin-bottom: 1.5rem;
}

.intro-column li::before {
    background-color: red;
    border-radius: .5rem;
    content: "";
    display: inline-block;
    height: .5rem;
    margin-left: .5rem;
    margin-top: -.5rem;
    width: .5rem;
}

.intro-column li:nth-child(1)::before {
    background-color: #056A3B;
}

.intro-column li:nth-child(2)::before {
    background-color: #17A44A;
}

.intro-column li:nth-child(3)::before {
    background-color: #056A3B;
}

.intro-column li:nth-child(4)::before {
    background-color: #8DC640;
}


.mapa-bicisenda {
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.objetivos-wrapper {
    background-color: #F2F6D9;
    margin-bottom: 4rem;
    padding: 4rem 1rem;
}

.objetivos-image {
    width: 100%;
}

.objetivos-text {
    color: #8DC640;
    font-size: 1.25rem;
    padding: 2rem 1.5rem;
    text-align: center;
}

.objetivos-icono {
    padding: 0;
}

.objetivos-figuras-mobile {
    margin-top: 3rem;
}

.areas {
    margin-bottom: 4rem;
}

.areas-heading {
    margin-bottom: 1rem;
    text-align: center;
}

.areas-heading h2 {
    font-weight: 600;
}

.areas-card {
    margin-bottom: .5rem;
    min-height: 240px;
    padding-inline: .25rem;
}

.areas-card .card {
    background-size: cover;
    border: none;
    border-radius: 0;
    color: #FFF;
    cursor: pointer;
    padding: 1rem;
    position: relative;
}

.areas-card:nth-child(1) .card {
    background: #056A3B url('./images/area-1.png') no-repeat;
}

.areas-card:nth-child(2) .card {
    background: #8DC640 url('./images/area-2.png') no-repeat;
}


.areas-card:nth-child(3) .card {
    background: #17A44A url('./images/area-3.png') no-repeat;
}

.areas-card:nth-child(4) .card {
    background: #F89B39 url('./images/area-4.png') no-repeat;
}

.areas-card:nth-child(5) .card {
    background: #F89B39 url('./images/area-5.png') no-repeat;
}

.areas-card:nth-child(6) .card {
    background: #17A44A url('./images/area-6.png') no-repeat;
}

.areas-card:nth-child(7) .card {
    background: #056A3B url('./images/area-7.png') no-repeat;
}

.areas-card:nth-child(8) .card {
    background: #8DC640 url('./images/area-8.png') no-repeat;
}

.areas-card:nth-child(9) .card {
    background: #8DC640 url('./images/area-9.png') no-repeat;
}

.areas-card:nth-child(10) .card {
    background: #056A3B url('./images/area-10.png') no-repeat;
}

.areas-card:nth-child(11) .card {
    background: #F89B39 url('./images/area-11.png') no-repeat;
}

.areas-card:nth-child(12) .card {
    background: #17A44A url('./images/area-12.png') no-repeat;
}

.areas-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

.areas-card a {
    color: #FFF;
    text-decoration: none;
}

.areas-card-info {
    display: none;
    height: calc(300% + 1rem);
    padding: 1rem 2rem 1rem 1rem;
    position: absolute;
    width: calc(200% + .5rem);
    z-index: 10;
}

.card.open .areas-card-info {
    display: block;
}

.areas-card-info-close {
    font-size: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

.areas-card-info h3,
.areas-card-info > p:first-of-type {
    border-bottom: 1px solid #FFF;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.areas-card-info > div + p:last-of-type {
    border-top: 1px solid #FFF;
    margin-top: 1rem;
    padding-top: 1rem;
}

.areas-card-info-fauna {
    margin-bottom: 1rem;
}

.areas-card-info-fauna p,
.areas-card-info-flora p {
    margin-bottom: 0;
}

.areas-card:nth-child(odd) .areas-card-info {
    left: 0;
}

.areas-card:nth-child(even) .areas-card-info {
    left: calc(-100% - .5rem);
}

.areas-card:nth-child(1) .areas-card-info {
    background-color: #056A3B;
    /* display: block; */
    top: 0;
}

.areas-card:nth-child(2) .areas-card-info {
    background-color: #8DC640;
    /* display: block; */
    top: 0;
}

.areas-card:nth-child(3) .areas-card-info {
    background-color: #17A44A;
    /* display: block; */
    top: 0;
}

.areas-card:nth-child(4) .areas-card-info {
    background-color: #F89B39;
    /* display: block; */
    top: 0;
}

.areas-card:nth-child(5) .areas-card-info {
    background-color: #F89B39;
    /* display: block; */
    top: 0;
}

.areas-card:nth-child(6) .areas-card-info {
    background-color: #17A44A;
    /* display: block; */
    top: 0;
}

.areas-card:nth-child(7) .areas-card-info {
    background-color: #056A3B;
    /* display: block; */
    top: 0;
}

.areas-card:nth-child(8) .areas-card-info {
    background-color: #8DC640;
    /* display: block; */
    top: 0;
}

.areas-card:nth-child(9) .areas-card-info {
    background-color: #8DC640;
    /* display: block; */
    top: calc(-100% - .5rem);
}

.areas-card:nth-child(10) .areas-card-info {
    background-color: #056A3B;
    /* display: block; */
    top: calc(-100% - .5rem);
}

.areas-card:nth-child(11) .areas-card-info {
    background-color: #F89B39;
    /* display: block; */
    top: calc(-200% - 1rem);
}

.areas-card:nth-child(12) .areas-card-info {
    background-color: #17A44A;
    /* display: block; */
    top: calc(-200% - 1rem);
}

.conoce-wrapper {
    background-color: #056A3B;
    color: #FFF;
}

.conoce-heading {
    margin-bottom: 2rem;
    text-align: center;
}

.conoce-heading h2 {
    font-weight: 600;
}

.conoce-wrapper::before,
.conoce-wrapper::after {
    content: "";
    display: block;
    height: 120px;
}

.conoce-wrapper::before {
    background: #FFF url('./images/burbujas-top.png') center top no-repeat;
    background-size: cover;
}

.conoce-wrapper::after {
    background: #F2F6D9 url('./images/burbujas-bottom.png') center bottom no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

.conoce-slides .card {
    background: #056A3B;
    border: none;
    border-radius: 0;
    padding-inline: 3rem;
    text-align: center;
}

.conoce-slides .card-img {
    margin-bottom: 1rem;
}

.conoce-slides .carousel-control-prev,
.conoce-slides .carousel-control-next {
    transform: translateY(-50px);
}

.conoce-slides .carousel-control-prev {
    left: -10px;
}

.conoce-slides .carousel-control-next {
    right: -10px;
}

.conoce-slides .carousel-control-prev i,
.conoce-slides .carousel-control-next i {
    color: #8DC640;
    font-size: 3rem;
}

.conoce-slides .hr {
    margin: 2rem 0 4rem;
}

.conoce-slides .hr img {
    width: 100%;
}

.descargas-heading {
    margin-bottom: 2rem;
    text-align: center;
}

.descargas-heading h2 {
    font-weight: 600;
}

.descarga {
    margin-bottom: 1rem;
}

.videos-wrapper {
    background-color: #F2F6D9;
    color: #056A3B;
    padding: 4rem 0 6rem;
}

.videos-heading {
    margin-bottom: 2rem;
    text-align: center;
}

.fotos-heading {
    margin-top: 4rem;
}

.videos-heading h2 {
    font-weight: 600;
}

.videos-slides .carousel-item {
    justify-content: center;
    padding-inline: 3rem;
}

.videos-slides .carousel-control-prev {
    left: -10px;
}

.videos-slides .carousel-control-next {
    right: -10px;
}

.videos-slides .carousel-control-prev i,
.videos-slides .carousel-control-next i {
    color: #8DC640;
    font-size: 3rem;
}

.jugando-wrapper {
    background-color: #056A3B;
    color: #FFF;
}

.jugando-wrapper::before,
.jugando-wrapper::after {
    content: "";
    display: block;
    height: 120px;
}

.jugando-wrapper::before {
    background: #F2F6D9 url('./images/burbujas-top.png') center top no-repeat;
    background-size: cover;
}

.jugando-wrapper::after {
    background: #FFF url('./images/burbujas-bottom.png') center bottom no-repeat;
    background-size: cover;
}

.jugando-iconos {
    padding: 0;
}

.jugando-iconos-image {
    max-width: 70px;
}

.jugando-heading {
    margin-bottom: 2rem;
    padding-top: 2rem;
    position: relative;
    text-align: center;
}

.jugando-heading::before {
    background: url('./images/extra-badge.svg') center center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 150px;
    left: 50%;
    position: absolute;
    top: -150px;
    transform: translateX(-50%);
    width: 150px;
    z-index: 10;
}

.jugando-heading h2 {
    font-weight: 600;
}

.jugando-videos {
    text-align: center;
}

.jugando-videos ul {
    border-top: 1px solid #FFF;
    margin-bottom: 3rem;
    padding-left: 0;
}

.jugando-videos li {
    border-bottom: 1px solid #FFF;
    margin-inline: 0;
    padding-block: 1rem;
}

.jugando-videos-icono {
    margin-top: .5rem;
}

.jugando-videos-icono img {
    max-width: 36px;
}

.impulsado {
    padding: 4rem 0;
}

.impulsado .row {
    margin-inline: 0;
}

.impulsado-heading {
    margin-bottom: 2rem;
    text-align: center;
}

.impulsado-heading h2 {
    font-weight: 600;
}

.footer {
    background-color: #F2F6D9;
    color: #056A3B;
    padding: 3rem 0;
    text-align: center;
}

.footer .nav {
    transform: translateY(-4rem);
}