/*
Theme Name:   Talento Corporativo
Theme URI:    https://talentocorporativo.com
Description:  Talento Corporativo Child Theme
Version:      3.5.3
Author:       Talento Corporativo
Author URI:   https://talentocorporativo.com
Template:     movedo
*/

:root {
  --color-principal: #012127; /*oscuro*/
  --color-secundario: #f0c7bf; /*rosa claro*/
  --color-terciario: #d2edf2; /*azul claro*/
  --white: #fff;
  --black: #000;
  --color-gris-claro: #f6f6f6;
  --color-gris-medio: #bbb;
  --color-gris-oscuro: #d8d8d8;
  --color-gris-label: #605f5f;
  --color-gris-fondo: #f7f7f5;
}

html {
    font-size: 16px;
}
body * {

}
a:focus,
form input:focus,
form select:focus,
form button:focus {
  outline-style: dotted!important; /* Tipo de borde punteado */
  outline-color: var(--color-principal)!important;    /* Color del borde */
  outline-width: 2px!important;     /* Grosor del borde */
}
a:hover {
  color: var(--black);
}
h3 {
  font-weight: bold;
}
.grve-main-content-wrapper p {
  font-size: 1.125rem;
}

/* Header unificado - Menú izq | Logo centro | Elementos dcha */
#grve-bottom-header.movedo-child-header-unified,
#grve-main-header .movedo-child-header-unified {
  width: 100%;
  border-top: none;
}

.movedo-child-header-row {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  min-height: 70px;
}

.movedo-child-header-nav {
  flex: 0 0 auto;
  z-index: 2;
}

.movedo-child-header-nav #grve-main-menu {
  float: none !important;
  margin: 0 !important;
}

.movedo-child-header-nav #grve-main-menu .grve-wrapper {
  display: flex !important;
  align-items: center;
}

.movedo-child-header-nav #grve-main-menu .grve-menu {
  display: flex !important;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.movedo-child-header-logo {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 1;
}

.movedo-child-header-logo .grve-logo {
  position: relative !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  left: auto !important;
  top: auto !important;
}

.movedo-child-header-logo .grve-logo .grve-wrapper {
  top: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.movedo-child-header-logo .grve-logo .grve-wrapper img {
  top: 0 !important;
}

.movedo-child-header-elements {
  flex: 0 0 auto;
  z-index: 2;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}

.movedo-child-header-elements .grve-header-elements-wrapper {
  float: none !important;
  display: flex !important;
  align-items: center;
}

.movedo-child-header-elements .grve-header-elements,
.movedo-child-header-elements .grve-header-text-element {
  display: flex;
  align-items: center;
}

#grve-main-header:not(.grve-header-side) .movedo-child-header-unified,
#grve-main-header:not(.grve-header-side) .movedo-child-header-unified .grve-wrapper {
  height: inherit;
}

.grve-logo.grve-position-default {
  display: none !important;
}

.grve-header-elements.grve-header-text-element.grve-position-left .grve-wrapper,
.grve-header-elements.grve-header-text-element.grve-position-left .grve-item {
  align-items: center;
  display: flex !important;
}

@media only screen and (max-width: 1660px) {
  .movedo-child-header-unified {
    width: 90%;
    max-width: 1600px;
  }
}

.movedo-child-header-unified {
  max-width: 1600px;
}

.movedo-child-header-unified {
  max-width: 1170px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.gtranslate_wrapper {
  padding-left: 1rem;
}

.home #grve-main-header .grve-logo .grve-wrapper img {
  border-radius: 0 !important;
}

.home img,
iframe {
  border-radius: 20px!important;
}
.grve-slider-element img {
  margin: 0 auto;
  display: block;
  height: 475px;
  border-radius: 20px;
}
.grve-image-hover,
.grve-box .grve-media {
  border-radius: 20px;
}
.grve-box .grve-media {
  margin-bottom: 0;
}

/* Bloque inferior (antes blanco) */
.grve-box-content {
  padding: 28px 26px;
  background: linear-gradient(
    160deg,
    #0f2027 0%,
    #203a43 45%,
    #0b1418 100%
  );
  color: var(--white);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  margin-top: -1.26rem;
  padding: 1rem 1.5rem;
  z-index: 99999;
}

/* Título */
.grve-box-content .grve-box-title {
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #e9f7fb;
}

/* Texto */
.grve-box-content p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #b7d9e3;
}

/* Elimina fondo blanco que pueda venir del tema */
.grve-box-content {
  background-color: transparent;
}
#grve-footer .grve-footer-bar .grve-copyright {
    font-size: 1rem!important;
  }
  #grve-footer .grve-footer-bar .grve-copyright a:hover {
      color: var(--white);
      text-decoration: underline;
  }
#grve-bottom-bar a:hover {
  color: var(--black);
  text-decoration: underline;
}
