body {
    font-family: 'Roboto';
    width: 100%;
    height: 90vh;
    margin: 0;
    padding: 0;
    text-align: center;
}

button:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

.navbar-brand {
    display: contents;
}

.pulse:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}


/* ini: Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 1999;
}

#preloader .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pulsex {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


/* end: Preloader */


/* header */

header {
    background-color: #ffffff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

header .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #4F4F4F;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    height: 40px;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
    font-weight: 600;
    color: #64c2d8;
}

@media(max-width:1300px) {
    header .nav-link {
        font-size: 12px;
        line-height: 12px;
    }
}

.navbar-nav .nav-item .nav-link::before {
    content: '';
    margin-right: 0;
}

.navbar-nav .nav-item.active .nav-link::before,
.navbar-nav .nav-item:hover .nav-link::before {
    background: #001d7605;
    margin-right: 0;
    content: '';
    margin-right: 0;
    display: none;
}

header .nav-link {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}

.navbar-nav li {
    text-align: center;
}

header .nav-link {
    justify-content: center;
}

.navbar-collapse {
    position: absolute;
    top: 84px;
    right: 0;
    z-index: 3;
    background: #fefefe;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 1rem 0rem rgb(171 219 200)
}

section.ciclo {
    background-image: url(../img/banner.png);
    background-color: #34aa9d;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 108px);
    display: flex;
    align-items: center;
    transition: .6s;
}

section.ciclo1 {
    background-image: url(../img/rota1.png);
    transition: .6s;
}

section.ciclo2 {
    background-image: url(../img/rota2.png);
    transition: .6s;
}

section.ciclo3 {
    background-image: url(../img/rota3.png);
    transition: .6s;
}

section.ciclo4 {
    background-image: url(../img/rota4.png);
    transition: .6s;
}

section.ciclo5 {
    background-image: url(../img/rota5.png);
    transition: .6s;
}

section.ciclo6 {
    background-image: url(../img/rota6.png);
    transition: .6s;
}

.mapas-rotas span {
    display: none;
    transition: .6s;
}

.mapas-rotas:hover span {
    position: absolute;
    bottom: 10px;
    right: 25px;
    color: #ffffff;
    background: #2ba9a0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
    transition: .6s;
}

.mapas-rotas span a {
    color: #ffffff;
    cursor: pointer;
}

.modal h2 {
    color: #47b1a9;
    text-align: left;
    font-size: 20px;
}

.modal p {
    font-weight: 300;
    text-align: left;
}

.modal p a {
    font-weight: 400;
    color: #47b1a9;
}

.modal .modal_galeria img {
    margin-bottom: 20px;
    height: 230px;
    object-fit: fill;
}


/* rota 1*/

#rota {
    transition: all .6s ease;
}

#rota:hover {
    cursor: pointer;
    transition: all .6s ease;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .1));
    filter: drop-shadow( 0px 1px 5px rgba(0, 0, 0, .175));
    transform: translate(-3px, 12px);
}

#rota:hover #Vector {
    fill: #34aa9d;
    transition: .6s;
}

#rota:hover #icon path {
    fill: #ffffff;
    transition: .6s;
}

#rota:hover #texto path {
    fill: #ffffff;
    transition: .6s;
}


/* rota 2*/

#rota_2 {
    transition: .6s;
}

#rota_2:hover {
    cursor: pointer;
    transition: .6s;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .1));
    filter: drop-shadow( 0px 1px 5px rgba(0, 0, 0, .175));
    transform: translate(-9px, 9px);
}

#rota_2:hover #Vector_14 {
    fill: #34aa9d;
    transition: .6s;
}

#rota_2:hover #icon_2 {
    fill: #ffffff;
    transition: .6s;
}

#rota_2:hover #texto_2 path {
    fill: #ffffff;
    transition: .6s;
}


/* rota 3*/

#rota_3 {
    transition: .6s;
}

#rota_3:hover {
    cursor: pointer;
    transition: .6s;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .1));
    filter: drop-shadow( 0px 1px 5px rgba(0, 0, 0, .175));
    transform: translate(0px, -8px);
}

#rota_3:hover #Vector_29 {
    fill: #34aa9d;
    transition: .6s;
}

#rota_3:hover #icon_3 path {
    fill: #ffffff;
    transition: .6s;
}

#rota_3:hover #texto_3 path {
    fill: #ffffff;
    transition: .6s;
}


/* rota 4*/

#rota_4 {
    transition: .6s;
}

#rota_4:hover {
    cursor: pointer;
    transition: .6s;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .1));
    filter: drop-shadow( 0px 1px 5px rgba(0, 0, 0, .175));
    transform: translate(-6px, -3px);
}

#rota_4:hover #Vector_48 {
    fill: #34aa9d;
    transition: .6s;
}

#rota_4:hover #icon_4 path {
    fill: #ffffff;
    transition: .6s;
}

#rota_4:hover #texto_4 path {
    fill: #ffffff;
    transition: .6s;
}


/* rota 5*/

#rota_5 {
    transition: .6s;
}

#rota_5:hover {
    cursor: pointer;
    transition: .6s;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .1));
    filter: drop-shadow( 0px 1px 5px rgba(0, 0, 0, .175));
    transform: translate(5px, -3px);
}

#rota_5:hover #Vector_74 {
    fill: #34aa9d;
    transition: .6s;
}

#rota_5:hover #icon_5 path {
    fill: #ffffff;
    transition: .6s;
}

#rota_5:hover #texto_5 path {
    fill: #ffffff;
    transition: .6s;
}


/* rota 6*/

#rota_6 {
    transition: .6s;
}

#rota_6:hover {
    cursor: pointer;
    transition: .6s;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .1));
    filter: drop-shadow( 0px 1px 5px rgba(0, 0, 0, .175));
    transform: translate(5px, 3px);
}

#rota_6:hover #Vector_92 {
    fill: #34aa9d;
    transition: .6s;
}

#rota_6:hover #icon_6 path {
    fill: #ffffff;
    transition: .6s;
}

#rota_6:hover #texto_6 path {
    fill: #ffffff;
    transition: .6s;
}

.logo_ciclismo {
    padding: 11px 0;
    margin-left: -45px;
}

.logo_prefeitura {
    width: 150px;
}


/* medias */

@media(max-width:767px) {
    .navbar-collapse {
        position: absolute;
        top: 67px;
        right: 0;
        z-index: 3;
        background: #fefefe;
        padding: 20px;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 1rem 0rem rgb(171 219 200);
    }
    .navbar-brand .logo_prefeitura {
        width: 85px;
    }
    .navbar-brand .logo_ciclismo {
        width: 135px;
        padding: 10px;
    }
    section.ciclo {
        height: calc(100vh - 70px);
    }
    .navbar-toggler img {
        width: 30px;
    }
    .logo_ciclismo {
        padding: 0;
        margin-left: 0;
    }
}

@media(max-width:350px) {
    .navbar-collapse {
        top: 60px;
    }
    .navbar-brand .logo_prefeitura {
        width: 50px;
    }
    .navbar-brand .logo_ciclismo {
        width: 110px;
    }
}

section.interna {
    padding: 5rem 0;
    padding-bottom: 10rem;
}

section.interna .card {
    border: none;
    border-radius: 15px;
    transition: .6s;
    background-color: #47b1a9;
}

section.interna .pdf {
    border-radius: 10px;
    transition: .6s;
    background-color: #47b1a9;
    color: #ffffff;
    padding: 15px 35px;
}

section.interna .pdf:hover {
    transition: .6s;
    background-color: #0DA4D4;
}

section.interna h1 svg path {
    fill: #47b1a9;
}

section.interna p {
    font-weight: 300;
}

section.interna h1 {
    color: #47b1a9;
}

section.interna h2 {
    color: #47b1a9;
}

section.interna .card .card-title {
    color: #ffffff;
}

section.interna .card img {
    margin-bottom: .5rem;
    filter: invert(1);
}

section.interna ul li {
    color: #2ba9a0;
}

section.interna ul li p {
    color: #4F4F4F;
}

.text_curve path {
    fill: transparent;
}

.text_curve text {
    fill: #ffffff;
}

.text_curve text textPath {
    font-size: 20px;
    fill: #ffffff;
}

.text_curve text textPath a {
    font-size: 20px;
    fill: #ffffff;
}

.owl-dots {
    display: none;
}

.owl-next {
    right: 60px;
}

.owl-next span {
    font-size: 40px;
}

.owl-prev {
    left: 60px;
}

.owl-prev span {
    font-size: 40px;
}

.owl-carousel .owl-nav button.owl-next {
    transform: rotate( 45deg);
}

.owl-carousel .owl-nav button.owl-prev {
    transform: rotate( -45deg);
}

.owl-prev,
.owl-next {
    width: 60px;
    height: 100px;
    position: absolute;
    top: 0%;
    transform: translateY(-50%);
    display: block !important;
    background: transparent;
}

.owl-nav [class*=owl-]:hover {
    background: transparent!important;
    color: #FFF;
    text-decoration: none;
}


/* circulo */

.content-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /* 
    overflow-y: hidden; 
    pointer-events: none;*/
    height: 0;
    z-index: 1000;
}

.circle-nav {
    width: 430px;
    height: 430px;
    position: relative;
    left: -229px;
    bottom: 282px;
    border-radius: 100%;
    color: #fff;
    background-color: #2ba9a0;
    z-index: 100;
    box-shadow: 2px -2px 12px rgb(0 0 0 / 20%);
    transform: rotate( 60deg);
}

.owl-carousel {
    top: 50px;
}

.back-circle,
.next-circle {
    position: absolute;
    z-index: 15;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.back-circle:hover,
.next-circle:hover,
.back-circle:focus,
.next-circle:focus {
    text-decoration: none;
    color: #fff;
}

.back-circle {
    top: 42px;
    left: 195px;
}

.next-circle {
    right: 42px;
    bottom: 195px;
}

.next-circle {
    transform: rotate(80deg);
}

.inner-circle {
    position: absolute;
    top: 47%;
    left: 45%;
    margin-top: -105px;
    margin-left: -105px;
    z-index: 10;
    background-color: #47b1a9;
    width: 250px;
    height: 250px;
    border-radius: 100%;
}

.inner-circle a {
    position: absolute;
    top: -30px;
    left: 66px;
}

.nav-text,
.nav-text .nav-item {
    position: absolute;
    z-index: 5;
    color: #fff;
}

.nav-text {
    width: 100%;
    height: 100%;
}

.nav-text .nav-item {
    width: 80%;
    height: 80%;
    top: 45px;
    left: 35px;
    text-align: center;
    font-size: 26px;
    transform: rotate(-50deg);
    /* 
     transition:all .4s ease-in;  */
}

.nav-text .nav-item.active,
.nav-text .nav-item.in {
    transform: rotate(50deg);
}


/*cores dos eixos*/

.image-nav-item {
    overflow: hidden;
    height: 300px;
    width: calc(100% - 100px);
    margin-left: 100px;
    position: absolute;
    z-index: 10;
    bottom: -100px;
    transform: skew(0deg, -6deg);
}

.image-nav-item .image-nav-item-bg {
    width: 100%;
    height: 600px;
    margin-top: -100px;
    background: no-repeat right top;
    transform: skew(0deg, 6deg);
}

@media (max-width: 767px) {
    .circle-nav {
        left: 0;
        bottom: 164px;
        transform: scale(.6, .6);
        margin: auto;
    }
    section.interna h1 {
        color: #47b1a9;
        font-size: 26px;
        margin-bottom: 0!important;
    }
    section.interna h2 {
        color: #47b1a9;
        font-size: 20px;
    }
    section.interna h1 svg {
        transform: scale(.6, .6);
        margin-right: 0!important;
    }
    section.interna p {
        font-size: 13px;
    }
    section.interna {
        padding: 2rem 0;
        padding-bottom: 6rem;
    }
}

@media (max-width: 428px) {
    .circle-nav {
        left: -30px;
    }
}

@media (max-width: 320px) {
    .circle-nav {
        left: -50px;
    }
}