/*
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 */
#grve-main-header .grve-split-menu {
  float: left;
  position: relative;
  left: 0;
  top: 0;
  width: 60%;
  height: auto;
  text-align: center;
  z-index: 1;
  }
  #grve-main-header .grve-position-center .grve-wrapper {
    display: flex!important;
    flex-direction: row-reverse;
    justify-content: space-between!important;
    vertical-align: top;
    }
    #grve-main-header .grve-split-menu .grve-logo {
      width: auto;
    }
    .home #grve-main-header .grve-logo .grve-wrapper img {
      border-radius: 0!important;
    }
.grve-position-right {
  float: right;
  width: 40%;
  display: flex;
  justify-content: end;
  align-items: center;
  }
  #grve-main-header:not(.grve-header-side) .grve-header-text-element > .grve-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    }
    #grve-main-header:not(.grve-header-side) .grve-header-text-element > .grve-wrapper > .grve-item {
      display: flex;
    }
  .gtranslate_wrapper {
    padding-left: 1rem;
  }

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