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


@font-face {
  font-family: "gandhi sans";
  src: url(https://old-palmicultor.devpaxzu.com/wp-content/themes/publisher-child/infografia_3/fonts/gandhi-sans/GandhiSans-Regular.otf) format("truetype"),

}

body {

  margin: 0;
  background-color: whitesmoke;
  font-family: 'gandhi sans', sans-serif;

  overflow: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;

}

.divAnim {
  position: relative;
  width: 1em;
}

lottie-player {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  transform: translate(-33%, -36%);
  z-index: 10;
}

.container {
  text-align: center;
  position: relative;
  width: 80%;
  min-height: 100%;
  margin: 0 auto;
  background-color: white;
  left: 0;
  right: 0;

  font-size: 19px;
  color: #3f4e55;
}

.footer1 {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-size: 15px;
  padding: 20px 0;
}

.footer1 b {
  font-size: 11px;
  letter-spacing: 4px;
}

.footer1 {
  text-align: center;
  width: 95%;
  max-width: 474px;
  margin: 0 auto;
  font-size: 15px;
  padding: 20px 0;
}

.footer1 a {
  text-decoration: none;
  color: #135126;
  font-weight: bold;
  font-size: 1em;
  font-family: 'gandhi sans', sans-serif;

}

.h1titulo {
  font-family: 'gandhi sans', sans-serif;
  font-size: 18px;
  font-weight: normal;

  letter-spacing: 0;
  display: inline-block;
  padding: 1em 0em;
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: #135126;
  position: relative;
  top: -15px;
  max-width: 80%;

  text-align: center;

  animation: bounce;
  animation-duration: 12s;

}

.h1titulo span {
  font: 700 4em/1 'Bebas Neue', sans-serif;
  letter-spacing: 0;
  padding: 0.25em 0 0.325em;
  display: block;
  margin: 0 auto;
  color: white;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  /* Clip Background Image */
  background: url(https://old-palmicultor.devpaxzu.com/wp-content/themes/publisher-child/infografia_3/img/animated-text-fill.png) repeat-y;
  filter: hue-rotate(263deg) brightness(1.1) contrast(1.5) sepia(50%) saturate(180%);
  -webkit-background-clip: text;
  background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 280s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

.h1titulo>strong {
  font: 700 4em/1 'Bebas Neue', sans-serif;
  letter-spacing: 0;
  padding: 0.25em 0 0.325em;
  display: block;
  margin: 0 auto;
  color: #DA9109;
}

.img_header img {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #135126;

}


#flip {
  border-radius: 15px;
  box-shadow: inset 0 0 0 0 white;
  transition: all 0.5s ease-in-out 0s;
}

#flip:hover {
  padding: 20px 0;
  background-color: whitesmoke;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  transform: scale(1.02);
  margin-bottom: -10px;
  cursor: pointer;

}

#panel_contenido {
  padding: 10px;
  position: relative;
  top: 15px;
  display: none;
  z-index: 15;

  border-radius: 14px;
}

.contenedor_mapa img {
  margin: 0 auto;
  max-width: 50%;


}

.contenedor_mapa {
  margin: 0 auto 0 4%;
  max-width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 70%;
  overflow: hidden;

}




.contenedor_btn {
  position: relative;

  width: 80%;
  margin: 50px;
  height: 100%;

}

.contenedor_btn img {

  width: 100%;
  height: 100%;
  position: relative;
  transform: scale(1.15);

  margin: 0 auto;


}

a:hover {
  z-index: 1000000;
  text-decoration: none;
  transition: all 0.1s ease-in-out 0s;
}

.btn_palma {
  z-index: 1;
  width: 1.2em;
  height: 1.2em;
  background-size: contain;
  position: absolute;
  background: url(https://old-palmicultor.devpaxzu.com/wp-content/themes/publisher-child/infografia_3/img/boton_1.svg) no-repeat center;

  /* transition: all 0.3s ease-in-out 0s;

    animation-name: animacion_palmas;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: 0.5s;
    animation-timing-function: ease; */

  box-sizing: border-box;
  color: transparent;
  font-weight: bold;


  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1em;

}

.btn_palma h2 {
  font-size: 0.7em;
  margin-left: 2em;
  margin-top: -0.3em;
  transition: all 0.1s ease-in-out 0s;
  pointer-events: none;

}

.btn_palma:hover {
  width: 2em;
  height: 2em;
  border-radius: 50px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, .6);
  color: #135126;


}

.btn_palma:hover h2 {

  width: 8em;
  font-size: 1em;

  background-color: whitesmoke;
  box-shadow: rgba(100, 100, 111, 0.2);

  border-radius: 8px;


}



#btn_1 {
  top: 1.5%;
  left: 48%;

}

#btn_2 {
  top: 3.5%;
  left: 37%;

}

#btn_3 {
  top: 6.5%;
  left: 41%;
  z-index: 10;
}

#btn_4 {
  top: 7.5%;
  left: 45%;

}

#btn_5 {
  top: 17%;
  left: 42%;
}

#btn_6 {
  top: 16%;
  left: 37%;
}

#btn_7 {
  top: 18%;
  left: 33%;
}

#btn_8 {
  top: 18%;
  left: 48%;

}

#btn_8 h2 {
  width: 12em;

}

#btn_9 {
  top: 28.5%;
  left: 31%;

}

#btn_10 {
  top: 28%;
  left: 46%;

}

#btn_11 {
  top: 31%;
  left: 59%;
}

#btn_12 {
  top: 38%;
  left: 28%;
}

#btn_13 {
  top: 40%;
  left: 34%;
}

#btn_14 {
  top: 39%;
  left: 40%;
}

#btn_14 h2 {
  width: 10em;

}

#btn_15 {
  top: 41%;
  left: 55%;
}

#btn_16 {
  top: 49%;
  left: 36.5%;
}

#btn_17 {
  top: 57.5%;
  left: 25%;
}

#btn_18 {
  top: 66%;
  left: 35%;
}

#btn_19 {
  top: 47%;
  left: 65%;
}

#btn_20 {
  top: 52.5%;
  left: 49%;
}

#btn_21 {
  top: 64%;
  left: 19%;
}

#btn_22 {
  top: 9%;
  left: 36%;
}

#btn_23 {
  top: 15.5%;
  left: 45%;
}

#btn_24 {
  top: 63%;
  left: 51%;
}

#btn_22 h2,
#btn_5 h2,
#btn_4 h2,
#btn_23 h2 {
  width: 12em;
}

.web {
  font-size: 1.5em;
}

/* Animate  */
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 60%;
  }
}

@keyframes animacion_palmas {

  from {
    transform: scale(1);

  }

  to {
    transform: scale(1.15);
  }

}

.cnt_gen_row_mapa_btns{
  width: 100%;
  display: flex;
  align-items: flex-start;
  position: relative;
  box-sizing: border-box;
}
.cnt_btns_lat{
  width: 50%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 12%;
  gap: 12px;
}
.btn_lat{
  background: #DA9109;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 30px;
  display: flex;
  gap: 12px;
  align-items: center;
  box-sizing: border-box;
  padding: 8px 24px;
  text-decoration: none;
}
.btn_lat:hover{
  transform: scale(1.1);
  position: relative;
  z-index: 1;
  box-shadow: 0 12px 16px rgba(0,0,0,.16);
}
.ic_btn_lat{
  width: 32px;
  min-width: 32px;
}

@media screen and (max-width: 2560px) {

  .contenedor_btn {
    margin: 50px 0;
  }

  .contenedor_mapa img {
    max-width: 60%;

  }

}

@media screen and (max-width: 1450px) {

  .contenedor_mapa img {
    max-width: 60%;

  }



}

@media screen and (max-width: 1030px) {

  .contenedor_mapa {
    max-width: 100%;

  }

  .footer1 {
    padding: 20px 0 5px;
  }

  .btn_palma {

    width: 1em;
    height: 1em;
  }

  .cnt_gen_row_mapa_btns{
    flex-direction: column;
  }
  .cnt_btns_lat{
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    width: 100%;
    right: 0;
    max-width: none;
    margin-top: -80px;
    box-sizing: border-box;
    padding: 0 5%;
  }
  .btn_lat{
    flex-grow: 1;
    padding: 8px 16px;
    font-size: 16px;
    flex-basis: 48%;
  }
  .ic_btn_lat{
    width: 24px;
    min-width: 24px;
    
  }

}

@media screen and (max-width: 900px) {

  .footer1 a {

    font-size: 1.1em;
  }

  .h1titulo {
    font-size: 0.8em;

  }

  .h1titulo span,
  .h1titulo strong {
    font: 700 2.5em 'Bebas Neue', sans-serif;

  }

  .container {
    width: 100%;
  }

  .contenedor_mapa {
    max-width: 100%;

  }

  .contenedor_btn {

    width: 85%;
    height: 53%;


  }

  .btn_palma {

    width: 1em;
    height: 1em;
  }
}

@media screen and (max-width: 600px) {
  body {
    overflow-x: hidden;

  }

  .container {
    width: 95%;

  }

  .h1titulo span,
  .h1titulo strong {
    font: 700 2em/1 'Bebas Neue', sans-serif;

  }

  .h1titulo {
    font-size: 0.7em;

  }

  .contenedor_mapa {
    max-width: 100%;
    width: 100%;

  }

  .contenedor_btn {
    transform: scale(1.5);

    margin: 25% 0;
    max-width: 100%;

  }

  .btn_palma {

    width: 0.45em;
    height: 0.45em;
  }

  .web {
    font-size: 1em;
  }

  .btn_palma:hover {

    width: 1em;
    height: 1em;
  }

  .btn_palma:hover h2 {
    width: auto;
    font-size: 0.6em;
    margin-left: -50px;
    margin-top: 23px;

  }

  .footer1 img {

    width: 65vw;
  }

  .footer1 b {
    font-size: 1.3vw;
  }
  .cnt_btns_lat{
    margin-top: 8px;
    flex-direction: column;
  }
}