@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
.section-linetime-global{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-linetime{
    max-width: 1440px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.title-black {
    color: #232323;
}

.content-title{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
}
.title-linetime{
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 52px;
    color: #ED1B2E;
    text-align: center;
}
.paragraph-linetime{
    width: 60%;
    font-size: 18px;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-align: center;
    margin-top: -20px;
}
.content-linetime{
    position: relative;
    width: 95%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.line-time{
    width: 90%;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
    background-color: #ED1B2E;
    border-radius: 20px;
}
.event-linetime-item {
    width: 30%; /*Primera opcion para cambiat o reducir el tamaño del ancho de la seccion*/
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding-bottom: 5%;
    margin-left: -3%; /*Se Agrego*/
    margin-right: -3%;/*Se Agrego*/
}
.date{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 38px;
    font-size: 20px;
    background-color: #ED1B2E;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    color: white;
}
.event-linetime-item:nth-of-type(1) .date {
    border-radius: 20px 0px 0px 20px;
}
.event-linetime-item:last-of-type .date {
    border-radius: 0px 20px 20px 0px;
}
.content-globo{
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-globo .globo,
.content-globo .pais {
    transform: scale(0.8);
}

.content-circulo{
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.circulo{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: red;
}
.pais{
    position: absolute;
    width: 186px;
    height: 187px;  
    padding-bottom: 50px;
}
.hunter-paragraph{
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.hunter-paragraph p{
    width: 60%;
    height: 68px;
}
.paragraph-bold{
    font-weight: 500;
}
.hunter-img{
    width: 40%;
    position: absolute;
    bottom: 135%;
    /* right: 60%; */
    left: 0%;
    margin-top: 10px;
}

.hunter-img-center{
    width: 40%;
    position: absolute;
    bottom: 115%;
    right: 70%;
}
.hunter-img-center-3{
    width: 40%;
    position: absolute;
    bottom: 135%;
    right: 70%;
}
.hunter-img-end{
    width: 35%;
    position: absolute;
    bottom: 135%;
    /* left: 60%; */
    right: 0%;
}
.hunter-img-end img{
    width: 100%;

}
.hunter-img img{
    width: 100%;
}
.hunter-responsive{
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-hunter{
    display: none;
}
.img-hunter-responsive{
    display: none;
    /* width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px; */
}
@media (max-width: 1024px) {
    .content-linetime{
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    } 
    
    .event-linetime-item {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
        padding-bottom: 5%;
    }
    .event-linetime-item .date{
        border-radius: 20px;
    }
    .event-linetime-item:nth-of-type(1) .date {
        border-radius: 20px;
    }
    .event-linetime-item:last-of-type .date {
        border-radius: 20px;
    }
    .hunter-img-center{
        display: none;
    }
    .hunter-img-center-3{
        display: none;
    }
    .hunter-img{
        display: none;
    }
    .hunter-img-end{
        display: none;
    }
    .hunter-responsive{
        width: 100%;
        display: flex;
        justify-content:space-around;
        align-items: center;
        position: relative;
        margin-top: 10px;

    }
    .img-hunter{
        width: 90%;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .img-hunter img{
        width: 25%;
        height: 15%;
    }
}
@media (max-width: 1024px) {
    .title-linetime{
        font-size: 52px;
    }
   
    .paragraph-linetime{
        width: 90%;
        font-size: 20px;
        line-height: 24px;
        
    }
    .img-hunter-responsive{
        display: flex;
        width: 30%;
    }
    .hunter-paragraph p{
        font-size: 18px;
    line-height: 23.5px;
    }
    .date{
        width: 90%;
        font-size: 36px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .circulo{
        width: 10px;
        height: 10px;
    }
}
@media (max-width: 760px) {
    .title-linetime{
        font-size: 47px;
        line-height: 48px;
    }
    .paragraph-linetime{
        font-size: 16px;
        line-height: 18px;
    }
    .img-hunter-responsive{
        display: flex;
        width: 40%;
    }
    .hunter-paragraph p{
        font-size: 14px;
        line-height: 16px;
    }
    .date{
        width: 90%;
        font-size: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .circulo{
        width: 5px;
        height: 5px;
    }
}