@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif;
}

.navbar {
    height: 80px;
    background-color: white;
}

.navbar-link {
    text-decoration: none;
    color: black;
    font-size: 12px;
}

.logo-text {
    font-weight: bold;
    font-size: 18px;
}

.logo-text-state {
    font-size: 12px;
    color: lightgrey;
}

.section2 {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: lightgrey;
}

.logo-text-section2 {
    font-weight: bold;
    font-size: 34px;
}

.logo-text-section2-state {
    font-size: 26px;
    font-weight: lighter;
}

.section2-text {
    text-align: center;
    margin-top: 20px;
    font-size: 28px;
}

.container-route-image {
    margin-top: -28px;
    margin-bottom: -28px;
    display: flex;
    justify-content: center;
}

#container-progress-indicator1 {
    margin-left: 60px;
    margin-right: 60px;
    width: 300px;
    height: 300px;
    position: relative;
}

#container-progress-indicator2 {
    margin-left: 60px;
    margin-right: 60px;
    width: 300px;
    height: 300px;
    position: relative;
}

#container-progress-indicator3 {
    margin-left: 60px;
    margin-right: 60px;
    width: 300px;
    height: 300px;
    position: relative;
}

.section3 {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: lightgrey;
}

.btn-section3 {
    background-color: #0CC3C4;
    border-color: #0CC3C4;
    border-radius: .65rem;
    font-size: 30px;
    font-weight: lighter;
    padding-left: 80px;
    padding-right: 80px;
    margin-right: 35px;
}

.btn-section3:hover {
    background-color: #50dcdc;
    border-color: #50dcdc;
}

.maps-container {
    background-color: #262626;
}

.btn-maps {
    background-color: #0CC3C4;
    border-color: #0CC3C4;
    border-radius: .65rem;
    font-size: 26px;
    font-weight: lighter;
}

.btn-maps:hover {
    background-color: #50dcdc;
    border-color: #50dcdc;
}

.btn-maps2 {
    border-radius: .65rem;
    font-size: 26px;
    font-weight: lighter;
    margin-left: 10px;
}

.casos-exito {
    background-color: lightgrey;
    padding-top: 100px;
    padding-bottom: 100px;
}

.circle {
    margin-right: 60px;
}

.circle div {
    background-color: black;
    width: 200px;
    height: 200px;
    border-radius: 100%;
}

.footer {
    background-color: #262626;
}

.politics {
    text-decoration: none;
    color: white;
}

.icon-foot {
    margin-right: 10px;
}

.ruta-img {
    width: 720px;
}

.map-img {
    width: 600px;
}


#container-progress-indicator1-1 {
    margin-left: 60px;
    margin-right: 60px;
    width: 200px;
    height: 200px;
    position: relative;
    margin-bottom: 20px;
}

#container-progress-indicator2-1 {
    margin-left: 60px;
    margin-right: 60px;
    width: 200px;
    height: 200px;
    position: relative;
    margin-bottom: 20px;
}

#container-progress-indicator3-1 {
    margin-left: 60px;
    margin-right: 60px;
    width: 200px;
    height: 200px;
    position: relative;
    margin-bottom: 20px;
}


@media only screen and (max-width: 768px) {
    .section2-text {
        text-align: center;
        margin-top: 20px;
        font-size: 20px;
    }

    .ruta-img {
        width: 85%;
    }

    .btn-section3 {
        background-color: #0CC3C4;
        border-color: #0CC3C4;
        border-radius: .65rem;
        font-size: 30px;
        font-weight: lighter;
        padding-left: 80px;
        padding-right: 80px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .map-img {
        width: 300px;
    }

    .btn-maps2 {
        border-radius: .65rem;
        font-size: 26px;
        font-weight: lighter;
        margin-left: 0px;
        margin-top: 10px;
    }

    .circle {
        margin-right: 0px;
        margin-top: 20px;
    }

    .footer-icons {
        margin-bottom: 10px;
    }

    /* Estilos para los tooltips */
    .tooltip {
        position: absolute;
        background-color: #333;
        color: #fff;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 14px;
        z-index: 9999;
    }
    
    /* Estilos para tooltip con flecha */
    .tooltip::after {
        content: '';
        position: absolute;
        border-width: 5px;
        border-style: solid;
        border-color: #333 transparent transparent transparent;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
}

.kumu-link:hover {
    cursor: pointer;
}