/*============================================================*/
.floaty {
    will-change: transform;
    pointer-events: none;
}
.animate-pulse {
    animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite;
}
.text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.swiper {
    padding: 40px 20px 50px 20px;
}
.grab {
    cursor: -webkit-grab;
    cursor: grab;
}
/* .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    background: #ddd;
} */
/* XS: celulares pequeños (0-575px) */
.flag-img {
    width: 120px;
    height: auto;
}

/* SM: >=576px */
@media (min-width: 300px) {
    .flag-img {
        width: 30px;
    }
}

/* SM: >=576px */
@media (min-width: 576px) {
    .flag-img {
        width: 140px;
    }
}

/* MD: >=768px */
@media (min-width: 768px) {
    .flag-img {
        width: 60px;
    }
}

/* LG: >=992px */
@media (min-width: 992px) {
    .flag-img {
        width: 70px;
    }
}

/* XL: >=1200px */
@media (min-width: 1200px) {
    .flag-img {
        width: 80px;
    }
}

/* XXL: >=1400px */
@media (min-width: 1400px) {
    .flag-img {
        width: 85px;
    }
}

.img-mark-s1 {
    /* width: 100%; */
    height: 100%;
}

@media (min-width: 576px) {
    .img-mark-s1 {
        height: 50%;
    }
}

@media (min-width: 768px) {
    .img-mark-s1 {
        height: 70%;
    }
}
@media (min-width: 992px) {
    .img-mark-s1 {
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .img-mark-s1 {
        height: 100%;
    }
}
/*============================================================*/
section.video-hero .position-relative.ms-sm-4,
section.video-hero video {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.responsive-paragraph {
    font-size: 1rem; /* base para móviles */
    line-height: 1.6;
    text-align: center;
}

@media (min-width: 576px) {
    .responsive-paragraph {
        font-size: 1.2rem;
    }
}

@media (min-width: 768px) {
    .responsive-paragraph {
        font-size: 1.3rem;
    }
}

@media (min-width: 992px) {
    .responsive-paragraph {
        font-size: 1.4rem;
    }
}

@media (min-width: 1200px) {
    .responsive-paragraph {
        font-size: 1.6rem;
    }
}

/*============================================================*/
.map-container {
    position: relative;
    width: 100%;
    max-width: 1970px;
    height: auto;
    aspect-ratio: 1970 / 953;
    background: url("../img/world.png") no-repeat center;
    background-size: contain;
    margin: auto;
}

.point {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

/* Borde estático alrededor del punto */
.point::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    border: 1px solid rgba(255, 0, 0, 0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
}

.point::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    background-color: rgba(255, 0, 0, 0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: pulse1 1.5s infinite ease-out;
}

/* Animación del primer pulso */
@keyframes pulse1 {
    0% {
        width: 10px;
        height: 10px;
        opacity: 0.8;
    }

    100% {
        width: 40px;
        height: 40px;
        opacity: 0;
    }
}

.estados-unidos {
    top: 30%;
    left: 13%;
}

.mexico {
    top: 42%;
    left: 11%;
}

.guatemala {
    top: 47%;
    left: 14%;
}

.el-salvador {
    top: 48%;
    left: 15%;
}

.costa-rica {
    top: 52%;
    left: 16%;
}

.panama {
    top: 53%;
    left: 18%;
}

.republica-dominicana {
    top: 45%;
    left: 21%;
}

.puerto-rico {
    top: 46%;
    left: 23%;
}

.colombia {
    top: 55%;
    left: 20%;
}

.ecuador {
    top: 59%;
    left: 19%;
}

.peru {
    top: 66%;
    left: 19%;
}

.bolivia {
    top: 71%;
    left: 22%;
}

.chile {
    top: 80%;
    left: 22%;
}

.uruguay {
    top: 83%;
    left: 27%;
}

.espana {
    top: 28%;
    left: 44%;
}

.circule1 {
    left: 0%;
    height: 330px;
    top: -100px;
}

@media (min-width: 300px) {
    .circule1 {
        height: 250px;
        left: -80px;
        top: -40px;
    }
}

@media (min-width: 576px) {
    .circule1 {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .circule1 {
        height: 300px;
    }
}

@media (min-width: 992px) {
    .circule1 {
        left: -30px;
        height: 250px;
        top: -70px;
    }
}

@media (min-width: 1200px) {
    .circule1 {
        height: 300px;
    }
}

@media (min-width: 1400px) {
    .circule1 {
        height: 330px;
    }
}

.circule2 {
    height: 600px;
}

@media (min-width: 300px) {
    .circule2 {
        height: 450px;
        top: -170px !important;
    }
}

@media (min-width: 576px) {
    .circule2 {
        height: 450px;
        top: -170px !important;
    }
}

@media (min-width: 768px) {
    .circule2 {
        height: 400px;
        top: -100px !important;
    }
}

@media (min-width: 992px) {
    .circule2 {
        height: 350px;
    }
}

@media (min-width: 1200px) {
    .circule2 {
        height: 600px;
        right: -40px !important;
    }
}

@media (min-width: 1400px) {
    .circule2 {
        height: 600px;
        right: -20px !important;
    }
}

.circule3 {
    height: 225px;
    left: 0%;
}

@media (min-width: 300px) {
    .circule3 {
        height: 200px;
        top: -100px !important;
        left: -20px !important;
    }
}

@media (min-width: 576px) {
    .circule3 {
        height: 200px;
        top: -100px !important;
        left: -20px !important;
    }
}

@media (min-width: 768px) {
    .circule3 {
        height: 290px;
        top: -100px !important;
    }
}

@media (min-width: 992px) {
    .circule3 {
        height: 270px;
        left: -10px !important;
    }
}

@media (min-width: 1200px) {
    .circule3 {
        height: 370px;
        left: -20px !important;
    }
}

@media (min-width: 1400px) {
    .circule3 {
        height: 370px;
        left: -20px !important;
    }
}

.circule4 {
    height: 600px;
}

@media (min-width: 300px) {
    .circule4 {
        height: 300px;
        top: -60px !important;
        right: 15px !important;
    }
}

@media (min-width: 576px) {
    .circule4 {
        height: 300px;
        top: -60px !important;
        right: 15px !important;
    }
}

@media (min-width: 768px) {
    .circule4 {
        height: 400px;
        top: -60px !important;
        right: 20px !important;
    }
}

@media (min-width: 992px) {
    .circule4 {
        height: 400px;
        top: -40px !important;
        right: 20px !important;
    }
}

@media (min-width: 1200px) {
    .circule4 {
        height: 600px;
        right: -20px !important;
    }
}

@media (min-width: 1400px) {
    .circule4 {
        height: 600px;
        right: -20px !important;
    }
}
