/* ===================================================================================

* Theme Name: Liko Child
* Theme URI: https://wp.hixstudio.net/liko/
* Author: fox-themes 
* Author URI: https://themeforest.net/user/fox-themes
* Description: Liko - Creative Agency & Portfolio WordPress Theme
* Version: 1.0.0
* Template: liko
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

/**
 * Colores 
 * #002544 azul
 * #A7BCC6 azul secundario
 * #EDF2F4 azul bajo
 * #F5F3F0 texto
 */

header.tp-header-height{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.tp-header-logo img{
	width: 200px !important;
}

.tp-header-height .header-sticky .container{
  padding: 0px 150px;
}

#menu-item-wpml-ls-26-es ul , #menu-item-wpml-ls-26-en ul{
left:-80px;
	width:150px;
}


/**/


/**Movil Menu**/
.tp-main-menu-mobile .tp-main-menu-content ul li a{
  font-family: "Zona Pro", Sans-serif;
	font-size: 16px;
	font-weight: 400;
  font-style: normal;
  text-transform: none;
}
/**/

.wpcf7 form .wpcf7-response-output{
  font-family: "Zona Pro", Sans-serif;
	font-size: 16px;
	font-weight: 400;
  color: #002544 !important;
}

.tp-inner-header-area .tp-main-menu-content ul li a{
	color:#FFFFFF;
}
.tp-inner-header-area.header-sticky .tp-main-menu-content ul li a{
	color: #000000;
}

.tp-inner-header-area .tp-header-menu .tp-main-menu-content ul li{
margin: 0px 15px;
}
.tp-inner-header-area.row.align-items-center .tp-header-bar .tp-offcanvas-open-btn span{
	background: #EF5C3F;
}


.tp-inner-header-area .row.align-items-center {
  display: flex;
  flex-wrap: nowrap;
}

.tp-inner-header-area .row.align-items-center > div:nth-child(1) {
  flex: 0 0 auto;
  width: auto; 
}
.tp-inner-header-area .row.align-items-center > div:nth-child(2) {
  flex: 1 1 auto;
  max-width: 100%;
}



.tp-inner-header-area .row.align-items-center > div:nth-child(3) {
  display: none; 
}
/*.tp-inner-header-area .row.align-items-center > div {
  width: 50% !important;
  max-width: 50% !important;
}*/

@media (max-width: 1199.98px) { 
  .tp-inner-header-area .row.align-items-center {
  flex-direction: row !important;
  align-items: center !important;
}

.tp-inner-header-area .row.align-items-center > div {
  width: 50% !important;
  max-width: 50% !important;
}

.tp-header-height .header-sticky .container{
  padding: 0px 40px;
}
.tp-inner-header-area .row.align-items-center > div:nth-child(3) {
      display: block; 
  }
}

.elementor-element-bf788c3{
  display: none !important;
}
/*
.row.align-items-center {
  display: flex;
  flex-wrap: nowrap;
}

.row.align-items-center > div:nth-child(1) {
  flex: 0 0 auto;
  width: auto; 
}

.row.align-items-center > div:nth-child(2) {
  flex: 1 1 auto;
  max-width: 100%;
}

.row.align-items-center > div:nth-child(3) {
  display: none; 
}*/


.align-items-center .tp-main-menu-content{
	text-align: right;
}

.align-items-center .tp-main-menu-content ul li a{
	font-family: "Zona Pro", Sans-serif;
	font-size: 16px;
	font-weight: 400;
  font-style: normal;
  text-transform: none;
}

#menu-item-wpml-ls-26-en {
  padding: 45 0 20 0; 
}


.transform-vision .emissions h2{
  text-align: center;
  /*line-height: 19px;*/

}

.texto-destacado-azulclaro{
  color: #CBDEE7;
  font-weight: 700;
}
.texto-destacado-azulmarino{
  color: #002544;
  font-weight: 700;
}

.texto-blanco{
  color: #FFFFFF;
}
.texto-azul-claro{
  color: #A7BCC6;
}
.texto-azul-claro2{
  color: #CBDEE7;
}
/**style title form**/
h2 span.text-claro{
  font-weight: bold;
  color: #A7BCC6;
}
h2 span.text-claro-2{
  font-weight: bold;
  color: #A7BCC6;
}

h2 b{
  font-weight: 700;
}

/**End**/


/**Unidad de negocios**/
  .btn-unidad-negocio a{
    width: 45px;
    height: 45px;
  }
  .btn-unidad-negocio a svg{
    width: 28px !important; 
  }

/*  .btn-unidad-negocio a svg{
  animation: pulseArrow 1.5s ease-in-out infinite;
  transform-origin: center;
  cursor: pointer;
}

@keyframes pulseArrow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02); 
  }
  100% {
    transform: scale(1);
  }
}*/

.btn-unidad-negocio a svg {
  cursor: pointer;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform-origin: center center;
  stroke:#002544;
}

.btn-unidad-negocio a:hover svg {
  transform: scale(1.08); /* mini pulse sutil */
}

.btn-unidad-de-negocio {
  margin-top: auto !important;
}

/**End**/


.tp-offcanvas-area.opened .tp-offcanvas-wrapper .tp-offcanvas-logo  a img{
  width: 250px !important;
}
/** Form Contact**/
.wpcf7-form .cn-contactform-input label{
  color: #002544;
  font-family: "Zona Pro", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.wpcf7-form .cn-contactform-input span input, .wpcf7-form .cn-contactform-input span textarea{
  color: #002544;
  background: #CBDEE7;
  border-radius: 50px;
  border: none;
  font-family: "Zona Pro", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding-left: 30px;
}
.wpcf7-form .cn-contactform-input span textarea{
  border-radius: 15px;
  padding-left: 30px;
}

.wpcf7-form .cn-contactform-btn .tp-btn-black-md {
  background: #002544;
  border-radius: 50px;
  font-family: "Zona Pro", Sans-serif;
}
.wpcf7-form .cn-contactform-btn .tp-btn-black-md:hover{
  background: #FFFFFF;
  border-color:#002544 ;
}

.vacantes-form  .wpcf7-form .cn-contactform-input span input, .vacantes-form .wpcf7-form .cn-contactform-input span textarea{
  background: #F2F4F8;
}


.cf7-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;

   border-radius: 30px;
  font-family: "Zona Pro", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color:#002544;

}

.cf7-loader.active {
  display: flex;
}


/**CV custom**/

.cn-contactform-row {
  display: flex;
  gap: 20px; /* espacio entre columnas */
  flex-wrap: wrap; /* permite que se acomoden en 2 filas en pantallas pequeñas */
}

.cn-contactform-input {
  flex: 1; /* cada input ocupa el mismo ancho */
  min-width: 200px; /* ancho mínimo antes de que salte a otra línea */
}

.cn-contactform-input label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  
}

/**CV custom file **/
/* Estilo base del input */
.custom-file-upload {
  opacity: 0;
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  z-index: -1;
}

/* Contenedor principal */
.file-upload-wrapper {
  position: relative;
  width: 100%;
}

/* Estilo del label (botón visual) */
.file-upload-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 45px;
  padding: 10px 16px;
  background: #F2F4F8;
  border-radius: 50px;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 14px;
  color: #0c344d;
  transition: all 0.3s ease;
  text-align: center;
}

.file-upload-label:hover {
  background: #e0e4eb;
}

.file-upload-label svg {
  width: 20px;
  height: 20px;
}

/* Nombre del archivo seleccionado */
.file-name {
  margin-left: 8px;
  color: #0c344d;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}

/**End CV custom file **/

/**Modal Vacancie**/
.modal-cf7 {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  padding: 20px;
  
  background-color: rgba(0, 0, 0, .8);
    justify-content: center;
    align-items: center;
    pointer-events: all;
    
}

/* Modal content */
.modal-cf7-content {
  background-color: #d0e5ef; /* light blue */
  border-radius: 16px;
  max-width: 600px;
  width: 100%;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Cerrar modal */
.cerrar-modal-cf7 {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 28px;
  color: #A7BCC6;
  cursor: pointer;
}

/* Títulos */
.modal-cf7-header h2 {
  margin: 0;
  font-family: "Zona Pro", Sans-serif;
  color:#002544;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}


.modal-cf7-header p {
  margin: 10px 0 30px;
  font-family: "Zona Pro", Sans-serif;
  color:#002544;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}

.vacantes-form .tp-btn-black-md{
  font-family: "Zona Pro", Sans-serif;
}

/* Estilo responsive */
@media (max-width: 600px) {

  .cn-contactform-row {
    gap: 10px;
  }
  .modal-cf7-content {
    padding: 30px 20px;
  }

  .modal-cf7-header h2 {
    font-size: 18px;
    line-height: 1.5;
  }

  .modal-cf7-header p {
    font-size: 14px;
    line-height: 1.5;
  }
}


/**End Modal**/

/** CV custom**/
/** End Form Contact**/

/*
 * 
 * 
 */
/*
.hotspot-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  aspect-ratio: 16 / 9;
}

.hotspot-background {
  width: 100%;
  height: auto;
  display: block;
}

.hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.hotspot-inner {
  width: 8vw;
  max-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hotspot-inner img {
  width: 100%;
  height: auto;
}

.arrow-hot {
  position: absolute;
  height: 1px;
  background: #002544;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}*/

/* Contenedor principal */
/*.hotspot-container {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}*/

/* Estilos base para hotspots */
/*.hotspot {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -50%);
  max-width: 300px;
  text-align: center;
  transition: all 0.3s ease;
}

.hotspot-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hotspot img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  object-fit: contain;
}

.hotspot h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  font-weight: bold;
}

.hotspot p {
  font-size: 0.9rem;
  line-height: 1.4;
}

.arrow-hot {
  height: 2px;
  background-color: #000;
  margin-top: 15px;
  transition: width 0.3s ease;
}*/

/* Posicionamiento para pantallas grandes (> 1600px) */
/*.hotspot1 { top: 15%; left: 25%; }
.hotspot2 { top: 30%; left: 75%; }
.hotspot3 { top: 50%; left: 25%; }
.hotspot4 { top: 70%; left: 75%; }
.hotspot5 { top: 85%; left: 25%; }

.arrow-hot1 { width: 200px; }
.arrow-hot2 { width: 150px; }
.arrow-hot3 { width: 250px; }
.arrow-hot4 { width: 170px; }
.arrow-hot5 { width: 220px; }*/

/* Ajustes para laptops (1440px - 1600px) */
/*@media (max-width: 1600px) {
  .hotspot {
    max-width: 250px;
  }
  
  .hotspot1 { top: 15%; left: 22%; }
  .hotspot2 { top: 30%; left: 78%; }
  .hotspot3 { top: 50%; left: 22%; }
  .hotspot4 { top: 70%; left: 78%; }
  .hotspot5 { top: 85%; left: 22%; }
  
  .arrow-hot1 { width: 180px; }
  .arrow-hot2 { width: 130px; }
  .arrow-hot3 { width: 230px; }
  .arrow-hot4 { width: 150px; }
  .arrow-hot5 { width: 200px; }
}*/

/* Ajustes para laptops medianas (1200px - 1440px) */
/*@media (max-width: 1440px) {
  .hotspot {
    max-width: 220px;
  }
  
  .hotspot img {
    width: 50px;
    height: 50px;
  }
  
  .hotspot h3 {
    font-size: 1.1rem;
  }
  
  .hotspot p {
    font-size: 0.85rem;
  }
  
  .hotspot1 { top: 15%; left: 20%; }
  .hotspot2 { top: 30%; left: 80%; }
  .hotspot3 { top: 50%; left: 20%; }
  .hotspot4 { top: 70%; left: 80%; }
  .hotspot5 { top: 85%; left: 20%; }
  
  .arrow-hot1 { width: 160px; }
  .arrow-hot2 { width: 120px; }
  .arrow-hot3 { width: 210px; }
  .arrow-hot4 { width: 140px; }
  .arrow-hot5 { width: 180px; }
}*/

/* Versión para tablets (768px - 1200px) */
/*@media (max-width: 1200px) {
  .hotspot-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 40px 0;
  }
  
  .hotspot {
    position: static;
    transform: none;
    max-width: 80%;
    margin: 20px 0;
    text-align: center;
    left: auto !important;
    top: auto !important;
  }
  
  .arrow-hot {
    display: none;
  }
}


.arrow-hot::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #002544;
  animation: moveLine 1s linear infinite;
}

.arrow-hot::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to right,
    #002544 0%,
    #1a73e8 50%,
    #002544 100%
  );
  animation: moveLine 2s linear infinite;
  background-size: 200% auto;
  top: 0;
  left: 0;
  z-index: 1;
}*/
/*
@keyframes pulseBorder {
  0%, 100% {
    border-left-width: 4px;
  }
  50% {
    border-left-width: 7px;
  }
}

@keyframes waveBorder {
  0%, 100% {
    border-left-width: 4px;
  }
  25% {
    border-left-width: 6px;
  }
  50% {
    border-left-width: 8px;
  }
  75% {
    border-left-width: 6px;
  }
}



@keyframes moveLine {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: -100% 0;
  }
}*/

/*
.arrow-hot1 { width: 25vw; }
.arrow-hot2 { width: 19vw; }
.arrow-hot3 { width: 32.9vw; }
.arrow-hot4 { width: 21vw; }
.arrow-hot5 { width: 27vw; }

.hotspot1 { top: 13%; left: 50%; }
.hotspot2 { top: 38%; left: 64%; }
.hotspot3 { top: 60%; left: 34%; }
.hotspot4 { top: 86%; left: 60%; }
.hotspot5 { top: 107%; left: 45%; }*/

/* Responsive ajustes */

/*
@media (max-width: 1440px) and (min-width: 768px){
  .hotspot1 { top: 8%; left: 52%; }
  .hotspot2 { top: 42%; left: 67%; }
  .hotspot3 { top: 66%; left: 34%; }
  .hotspot4 { top: 92%; left: 60%; }
  .hotspot5 { top: 119%; left: 45%; }

  .arrow-hot1 { width: 22vw; }
  .arrow-hot2 { width: 14.4vw; }
  .arrow-hot3 { width: 26.7vw; }
  .arrow-hot4 { width: 16.5vw; }
  .arrow-hot5 { width: 22.3vw; }
}*/

/* Extra grande: 1200px o más */
/*@media (min-width: 1200px) {*/
  /* Escritorio grande */
  
/*}*/

/* Escritorio estándar: 992px - 1199px */
/*@media (max-width: 1199px) and (min-width: 992px) {*/
  /* Escritorio estándar */
/*}*/

/* Tablet horizontal: 768px - 991px */
/*@media (max-width: 991px) and (min-width: 768px) {*/
  /* Tablet horizontal */
/*}*/

/* Tablet vertical / móviles grandes: 576px - 767px */
/*@media (max-width: 767px) {
  .hotspot1 { top: 15%; left: 50%; }
.hotspot2 { top: 45%; left: 64%; }
.hotspot3 { top: 75%; left: 34%; }
.hotspot4 { top: 98%; left: 60%; }
.hotspot5 { top: 135%; left: 45%; }
}*/

/* Móviles pequeños: Menos de 576px */
/*@media (max-width: 575px) {
   Móviles pequeños 
}*/
/*
@media (max-width: 1024px) {
  .hotspot-inner {
    width: 10vw;
  }
  .arrow-hot {
    display: none;
  }
  .hotspot3 { top: 66%; left: 34%; }
}

@media (max-width: 768px) {
  .hotspot-inner {
    width: 12vw;
  }
}

@media (max-width: 480px) {
  .hotspot-inner {
    width: 16vw;
  }
}
*/


/* Variables CSS para consistencia */
:root {
  --primary-color: #002544;
  --secondary-color: #1a73e8;
  --hotspot-max-width: 300px;
  --icon-size: 90px;
  --heading-size: 1.2rem;
  --text-size: 0.9rem;
  --arrow-height: 2px;
  --animation-duration: 2s;
}

/* Contenedor principal optimizado */
.hotspot-container {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: visible;
}

/* Estilos base para hotspots optimizados */
.hotspot {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -50%);
  max-width: var(--hotspot-max-width);
  text-align: center;
  transition: all 0.3s ease;
  will-change: transform; /* Mejora rendimiento de animaciones */
}

.hotspot-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto; /* Elimina width fijo para mejor responsividad */
}

.hotspot img {
  width: var(--icon-size);
  height: var(--icon-size);
  margin-bottom: 10px;
  object-fit: contain;
}

.hotspot h3 {
  font-size: var(--heading-size);
  margin-bottom: 0px;
  font-weight: bold;
}

.hotspot p {
  font-size: var(--text-size);
  line-height: 1.4;
}

/* Estilos de flecha optimizados */
/* Estilo base de la flecha */
.arrow-hot {
  position: relative;
  height: var(--arrow-height);
  overflow: visible; /* Permite que la punta sobresalga */
  width: var(--arrow-width); /* Usaremos variables individuales */
}

/* Cuerpo de la flecha con animación */
.arrow-hot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    var(--primary-color) 0%,
    var(--secondary-color) 50%,
    var(--primary-color) 100%
  );
  background-size: 200% auto;
  animation: moveLine var(--animation-duration) linear infinite;
  border-radius: 2px; /* Bordes redondeados */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Sutil sombra */
}

/* Punta de la flecha que sobresale */
.arrow-hot::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #002544;
  animation: 
    pulseBorder var(--pulse-animation-duration) ease-in-out infinite,
    shine 3s ease-in-out infinite;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}



/* Animaciones */
/* Animación de movimiento del gradiente */
@keyframes moveLine {
  0% { background-position: 0% 50%; }
  100% { background-position: -200% 50%; }
}

/* Animación de pulso para la punta */
@keyframes pulseBorder {
  0%, 100% { 
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  50% { 
    transform: translateY(-50%) scale(1.3);
    opacity: 0.8;
  }
}

/* Efecto de brillo adicional */
@keyframes shine {
  0%, 100% { border-right-color: var(--primary-color); }
  50% { border-right-color: var(--secondary-color); }
}


@media (max-width: 768px) {
  .arrow-hot {
    display: none; /* Ocultar flechas en móviles si es necesario */
  }
}
/*++++++++*/
/* Posicionamiento para pantallas grandes (> 1600px) */
.hotspot1 { top: 24%; left: 77%; }
.hotspot2 { top: 35%; left: 85%; }
.hotspot3 { top: 48%; left: 67%; }
.hotspot4 { top: 62%; left: 82%; }
.hotspot5 { top: 77%; left: 74.5%; }

/* Longitudes específicas para cada flecha */
.arrow-hot1 { --arrow-width: 25vw; }
.arrow-hot2 { --arrow-width: 18vw; }
.arrow-hot3 { --arrow-width: 32.9vw; }
.arrow-hot4 { --arrow-width: 21vw; }
.arrow-hot5 { --arrow-width: 27vw; }

.elementor-96 .elementor-element.elementor-element-c04c73f{
  row-gap: 50px !important;
}

/* Sistema de breakpoints optimizado */
@media (max-width: 1800px) {
  :root {
    --hotspot-max-width: 280px;
    --icon-size: 100px;
  }
}

@media (max-width: 1600px) {
  :root {
    --hotspot-max-width: 250px;
    --heading-size: 1.15rem;
  }

  .elementor-96 .elementor-element.elementor-element-cf9c927:not(.elementor-motion-effects-element-type-background),
  .elementor-20594 .elementor-element.elementor-element-0282d39:not(.elementor-motion-effects-element-type-background){
    background-size: 90% auto !important;
  }
  
  .elementor-96 .elementor-element.elementor-element-6f3a8ea,
  .elementor-96 .elementor-element.elementor-element-43cb73a,
  .elementor-96 .elementor-element.elementor-element-5fa31ce,
  .elementor-96 .elementor-element.elementor-element-2696e7f,
  .elementor-96 .elementor-element.elementor-element-77436fc{
    width: 30% !important;
  }

  .elementor-96 .elementor-element.elementor-element-1b91cbb,
  .elementor-96 .elementor-element.elementor-element-5d46053,
  .elementor-96 .elementor-element.elementor-element-c914e8e,
  .elementor-96 .elementor-element.elementor-element-878be36,
  .elementor-96 .elementor-element.elementor-element-789c39e{
    width: 70% !important;
  }


  .hotspot1 { left: 73%; top:19%; }
  .hotspot2 { left: 82%;  top: 35%;}
  .hotspot3 { left: 62%; top:50%;}
  .hotspot4 { left: 78%; top: 66%; }
  .hotspot5 { left: 69%; top: 82%;}
  
  .arrow-hot1 { width: 360px; }
  .arrow-hot2 { width: 255px; }
  .arrow-hot3 { width: 499px; }
  .arrow-hot4 { width: 300px; }
  .arrow-hot5 { width: 415px; }

  .elementor-96 .elementor-element.elementor-element-c04c73f{
  row-gap: 40px !important;
  }
}

@media (max-width: 1440px) {
  :root {
    --hotspot-max-width: 220px;
    --icon-size: 100px;
    --heading-size: 1.1rem;
    --text-size: 0.85rem;
  }
  
   .elementor-96 .elementor-element.elementor-element-cf9c927:not(.elementor-motion-effects-element-type-background),
   .elementor-20594 .elementor-element.elementor-element-0282d39:not(.elementor-motion-effects-element-type-background){
    background-size: 100% auto !important;
  }

  .elementor-96 .elementor-element.elementor-element-c04c73f{
  row-gap:35px !important;
  }

  .hotspot1 { left: 71%; top: 18%; }
  .hotspot2 { left: 80%; }
  .hotspot3 { left: 60%; top: 50%;}
  .hotspot4 { left: 76%; top: 65%; }
  .hotspot5 { left: 68%; top: 80%; }
  
  .arrow-hot1 { width: 24vw; }
  .arrow-hot2 { width: 230px; }
  .arrow-hot3 { width: 34vw; }
  .arrow-hot4 { width: 20vw; }
  .arrow-hot5 { width: 27vw; }
}

@media (max-width: 1200px) {
  .hotspot-container {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 40px 20px;
  }
  
  .hotspot {
    position: static;
    transform: none;
    max-width: 100%;
    width: 100%;
    margin: 25px 0;
    padding: 0 15%;
  }
  
  .arrow-hot {
    display: none;
  }
}

@media (max-width: 768px) {
  :root {
    --icon-size: 45px;
    --heading-size: 1.2rem;
    --text-size: 1rem;
  }
  
  .hotspot {
    padding: 0 10%;
    margin: 20px 0;
  }
}

@media (max-width: 480px) {
  :root {
    --icon-size: 40px;
    --heading-size: 1.1rem;
  }
  
  .hotspot {
    padding: 0 5%;
  }
}

#globeCanvas {
  width: 100%;
  height: 100%; /* Cambia a 90vh o 100vh para más altura */
  /*min-height: 600px;*/
    /*border-radius: 50%;
    box-shadow: 0 0 50px rgba(0, 100, 255, 0.5);*/
}



/*
 * 
 * 
 */


 /*
 * 
 * Start Blog
 */
.elementor-widget-container  .postbox__item .postbox__thumb a .attachment-post-thumbnail{
  border-radius: 20px !important;
}

.contenido-blog .elementor-widget-container p{
  font-family: "Zona Pro", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5rem;
  color: #5F7077;
}
 /*
 *End Blog 
 * 
 */



 /**Footer **/
footer .liko-footer-area{
 display: none !important;
}
 /****/