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

* 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;
}


/**/


/**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;
}



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

}

.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 */
}


/**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%);
}

.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 */

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

@media (max-width: 1440px) { 
 .hotspot3 { top: 66%; left: 34%; }
 .hotspot4 { top: 92%; left: 60%; }
.hotspot5 { top: 119%; left: 45%; }

.arrow-hot1 { width: 22vw; }
.arrow-hot2 { width: 15.6vw; }
.arrow-hot3 { width: 29.5vw; }
.arrow-hot4 { width: 17.5vw; }
.arrow-hot5 { width: 24.5vw; }

}

/* 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;
  }
}


#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 
 * 
 */


