body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.principal{
    /* width: 100vw;
    height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}

.logo{
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mapa{
    width: 45%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.content-mapa{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.img-mapa{
    width: 95%;
    height: 95%;
    
}

.img-logo{
    width: 300px;
    position: absolute;
}
.marcador{
    width: 50px;
    position: absolute;
    left: 59%;
    top: 49%;
    animation: 1s infinite alternate ease palpito ;
}
.marcadorchile{
    width: 50px;
    position: absolute;
    left: 59%;
    top: 77%;
    animation: 1s infinite alternate ease palpito ;
}

.marcadormexico{
    width: 50px;
    position: absolute;
    left: 35%;
    top: 34%;
    animation: 1s infinite alternate ease palpito ;
}

.marcadorusa{
    width: 50px;
    position: absolute;
    left: 35%;
    top: 22%;
    animation: 1s infinite alternate ease palpito ;
}

.marcador:hover + .contenedor-burbujas{
    display: flex;
    z-index: 1;
}

.marcadorchile:hover + .contenedor-burbujas-chile{
    display: flex;
    z-index: 1;
}

.marcadormexico:hover + .contenedor-burbujas-mexico{
    display: flex;
    z-index: 1;
}

.marcadorusa:hover + .contenedor-burbujas-usa{
    display: flex;
    z-index: 1;
}

.contenedor-burbujas:hover{
    display: flex;
}

.contenedor-burbujas-chile:hover{
    display: flex;
}

.contenedor-burbujas-mexico:hover{
    display: flex;
}

.contenedor-burbujas-usa:hover{
    display: flex;
}

.content-logo{
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 90px;
}

.content-text{
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.empresas{
    width: 100%;
    height: 100%;
}

.texto{
    font-family: "NeuePlank-regular";
    text-align: justify;
    margin: 7%;
    color: white;
    padding: 3%;
    background: #25347f;
    border-radius: 1rem;
}

.contenedor-burbujas{
    width: 300px;
    height: 300px;
    /* background: rgba(96, 94, 94, 0.589); */
    position: absolute;
    display: flex;
    transform-origin: center;
    justify-content: center;
    align-items: center;
    left: 43%;
    bottom: 33%;
    display: none;
    z-index: auto;
}

.contenedor-burbujas-chile{
    width: 250px;
    height: 250px;
    /* background: rgba(96, 94, 94, 0.589); */
    position: absolute;
    transform-origin: center;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 45%;
    bottom: 10%;
    display: none;
    z-index: auto;
}

.contenedor-burbujas-mexico{
    width: 250px;
    height: 250px;
    /* background: rgba(96, 94, 94, 0.589); */
    position: absolute;
    transform-origin: center;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 23%;
    top: 25%;
    display: none;
    z-index: auto;
}

.contenedor-burbujas-usa{
    width: 250px;
    height: 250px;
    /* background: rgba(96, 94, 94, 0.589); */
    position: absolute;
    transform-origin: center;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 23%;
    top: 13%;
    display: none;
    z-index: auto;
}

.colombia{
    width: 80px;
    height: 80px;
    background-image: url(https://www.going2colombia.com/images/Flag.jpg);
    background-size: cover;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform-origin: center;
    transition: all 1s ease;
    z-index: 1;
    cursor: pointer;
}

.chile{
    width: 80px;
    height: 80px;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/7/78/Flag_of_Chile.svg/255px-Flag_of_Chile.svg.png);
    background-size: cover;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform-origin: center;
    transition: all 1s ease;
    z-index: 1;
    cursor: pointer;
}

.mexico{
    width: 80px;
    height: 80px;
    background-image: url(https://media.istockphoto.com/id/1348463855/es/vector/icono-del-bot%C3%B3n-de-la-bandera-del-pa%C3%ADs-redondeado-de-m%C3%A9xico.jpg?s=612x612&w=0&k=20&c=bgYN_M6lLci6Z6kL6wTCP1IlSTNtZGNVuqzbJKcfCeg=);
    background-size: cover;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform-origin: center;
    transition: all 1s ease;
    z-index: 1;
    cursor: pointer;
}

.usa{
    width: 80px;
    height: 80px;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Flag_of_the_United_States.svg/1235px-Flag_of_the_United_States.svg.png);
    background-size: cover;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform-origin: center;
    transition: all 1s ease;
    z-index: 1;
    cursor: pointer;
}

.ofcuno{
    width: 180px;
    height: 80px;
    border-radius: 10px;
    background: rgba(128, 128, 128, 0.686);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #7f217f;
    transform-origin: center;
    cursor: pointer;
    bottom: 0px;
    right: 0px;
    transition: all 1s ease-in-out;
    z-index: auto;
    overflow: hidden;
    box-shadow: 0px 5px 5px 0px black;

}


.contenedor-burbujas:hover .ofcuno{
    right: 100px;
    bottom: -100px;
    transition: all 1s ease-in-out;
}

.contenedor-burbujas-chile:hover .ofcuno{
    right: 100px;
    bottom: -100px;
    transition: all 1s ease-in-out;
}

.contenedor-burbujas-mexico:hover .ofcuno{
    right: 100px;
    bottom: -100px;
    transition: all 1s ease-in-out;
}

.contenedor-burbujas-usa:hover .ofcuno{
    right: 100px;
    bottom: -100px;
    transition: all 1s ease-in-out;
}

.ofcdos{
    width: 180px;
    height: 80px;
    border-radius: 10px;
    background: rgba(128, 128, 128, 0.686);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform-origin: center;
    cursor: pointer;
    left: 0;
    bottom: 0;
    overflow: hidden;
    transition: all 1s ease;
    box-shadow: 0px 2px 5px 0px black;
}

.vapo{
    background-color: white;
}

.contenedor-burbujas:hover .ofcdos{
    left: 10px;
    bottom: -100px;
    transition: all 1s ease-in-out;
}

.contenedor-burbujas-chile:hover .ofcdos{
    left: 100px;
    bottom: -100px;
    transition: all 1s ease-in-out;
}

.contenedor-burbujas-mexico:hover .ofcdos{
    left: 100px;
    bottom: -100px;
    transition: all 1s ease-in-out;
}

.contenedor-burbujas-usa:hover .ofcdos{
    left: 100px;
    bottom: -100px;
    transition: all 1s ease-in-out;
}

.ofctres{
    width: 180px;
    height: 80px;
    border-radius: 10px;
    background: rgba(128, 128, 128, 0.686);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform-origin: center;
    cursor: pointer;
    left: 0;
    bottom: 0;
    transition: all 1s ease;
    overflow: hidden;
    background-color: white;
    box-shadow: 0px 2px 5px 0px black;

}

.contenedor-burbujas:hover .ofctres{
    left: 10px;
    bottom: 100px;
    transition: all 1s ease-in-out;
}

.contenedor-burbujas-chile:hover .ofctres{
    left: 100px;
    bottom: 100px;
    transition: all 1s ease-in-out;
}

.contenedor-burbujas-mexico:hover .ofctres{
    left: 100px;
    bottom: 100px;
    transition: all 1s ease-in-out;
}

.contenedor-burbujas-usa:hover .ofctres{
    left: 100px;
    bottom: 100px;
    transition: all 1s ease-in-out;
}

.ofccuatro{
    width: 180px;
    height: 80px;
    border-radius: 10px;
    background: rgba(128, 128, 128, 0.686);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform-origin: center;
    cursor: pointer;
    background: white;
    right: 0;
    bottom: 0;
    transition: all 1s ease;
    overflow: hidden;
    box-shadow: 0px 2px 5px 0px black;
}

.contenedor-burbujas:hover .ofccuatro{
    right: 100px;
    bottom: 100px;
    transition: all 1s ease-in-out;
}

.contenedor-burbujas-chile:hover .ofccuatro{
    right: 100px;
    bottom: 100px;
    transition: all 1s ease-in-out;
}

.contenedor-burbujas-mexico:hover .ofccuatro{
    right: 100px;
    bottom: 100px;
    transition: all 1s ease-in-out;
}

.contenedor-burbujas-usa:hover .ofccuatro{
    right: 100px;
    bottom: 100px;
    transition: all 1s ease-in-out;
}

@keyframes palpito {
    0%{
        transform: translatey(0px);
    }
    50%{
        transform: translateY(-5px);
    }
    100%{
        transform: translateY(0px);
    }
}

@font-face {
    font-family: "NeuePlank-Regular";
    src: url("/fonts/NeuePlakText-Regular.ttf");
}

@font-face {
    font-family: "NeuePlank-bold";
    src: url("/fonts/NeuePlak-Bold.ttf");
}

.sub{
    font-family: "NeuePlank-bold";
}

@media (width < 1300px) {
    .marcador{
        left: 58%;
        top: 45%;
    }
    .marcadorchile{
        left: 58%;
        top: 75%;
    }
    .marcadormexico{
        left: 32%;
        top: 30%;
    }
    .marcadorusa{
        left: 35%;
        top: 20%;
    }
    .contenedor-burbujas{
        left: 35%;
        bottom: 25%;
    }
    .contenedor-burbujas-chile{
        left: 38%;
        bottom: 2%;
    }
    .contenedor-burbujas-mexico{
        left: 14%;
        top: 15%;
    }
    .contenedor-burbujas-usa{
        left: 15%;
        top: 3%;
    }

}

/* footer{
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: grey;
    padding: 1rem;
    flex-wrap: wrap;
}

.footer_logo{
    min-width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
    flex-wrap: wrap;
}

.footer_logo img{
    width: 200px;
    justify-content: center;
    align-items: center;
}

.redessociales{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.redessociales img{
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
}

.footer_contacto{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
    border-left: 1px solid white;
    flex-wrap: wrap;
}

.footer_contacto a {
    text-decoration: none;
    color: #25347f;
    font-size: 15px;
    font-weight: bold;
    font-family: "NeuePlank-bold";
}

.footer_contacto ul{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    list-style: none;
}

.footer_contacto ul li{
    margin: 1rem;
} */

footer {
    background: #25347f;
    color: white;
    padding: 30px 30px;
    margin-top: 50px;
    border-top: 2px solid black;
    /* box-shadow: 0px 0px 10px 5px black; */
    font-family: "NeuePlank-regular";
  } 
  
  .footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .footer-section {
    max-width: 250px;
  }
  
  .footer-section h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    font-family: "NeuePlank-bold";
  }
  
  .footer-section p {
    font-size: 14px;
    line-height: 1.5;
  }
  
  footer a {
    color: #ecf0f1;
    text-decoration: none;
  }
  
  footer a:hover {
    text-decoration: underline;
    color: blue;
  }
  
  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      align-items: center;
    }
  
    .footer-section {
      text-align: center;
    }
  }

