/*
Theme Name: Astra Child
Theme URI: https://tuweb.com/
Description: Tema hijo de Astra
Author: Tu nombre
Author URI: https://tuweb.com/
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* Aquí puedes agregar tus estilos personalizados */

header.entry-header:not(.related-entry-header) > :not(:last-child) {
  margin-bottom: 15px;
  color: #60775f;
  font-weight: 700;
 
}

.title {
  color: #ffffff;
  font-size: 72px;
  font-family: abril fatface, serif !important;
  margin: 25px 0;
  line-height: 0.6;
  font-weight: 400;
}
.highlight {
  color: #33312c;
  background-color: #fed168;
  border-radius: 50px;
  padding: 0px 10px 12px 10px;
  font-size: 72px;
  font-family: abril fatface, serif !important;
  font-weight: 400;
  line-height: 0.8;
  display: inline-block;
  margin-bottom: -10px;
}


@media screen and (max-width: 768px) {
  .title {
  color: #ffffff;
  font-size: 28px;
  font-family: abril fatface, serif !important;
  margin-bottom: -12px;
  line-height: 0.6;
  font-weight: 400;
}
.highlight {
  color: #33312c;
  background-color: #fed168;
  border-radius: 50px;
  padding: 0px 5px 5px 5px;
  font-size: 28px;
  font-family: abril fatface, serif !important;
  font-weight: 400;
  line-height: 0.8;
  display: inline-block;
}

  .title-erasmus {
  color: #33312c;
  font-size: 20px !important;
  font-family: abril fatface, serif !important;
  margin: 25px 0;
  font-weight: 300;
  line-height: 0.6;
  margin-bottom: -10px !important;
}

.highlight-erasmus{
  color: #33312c;
  background-color: #fed168;
  border-radius: 50px;
  padding: 0 10px;
  font-size: 20px !important;
  font-family: abril fatface, serif !important;
  font-weight: 300;
  margin: 0;
  line-height: 0.7;
  margin-bottom: 20px !important;
}

}

.title-erasmus {
  color: #33312c;
  font-size: 40px;
  font-family: abril fatface, serif !important;
  margin: 25px 0;
  font-weight: 300;
  line-height: 0.6;
}

.highlight-erasmus{
  color: #33312c;
  background-color: #fed168;
  border-radius: 50px;
  padding: 0 10px;
  font-size: 40px;
  font-family: abril fatface, serif !important;
  font-weight: 300;
  margin: 0;
  line-height: 0.7;
}

.desarrollo-medida {
    cursor: pointer;
}

.catalogo-acciones {
    cursor: pointer;
}

.plataforma-formacion{
    cursor: pointer;
}

.servicio-dinamizacion{
    cursor: pointer;
}

/* Estilos para el formulario de inicio de sesión */
.login-form-wrapper {
  max-width: 600px;
}

.form-group {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.form-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: 50px;
}

.form-content {
  flex: 1;
}

.form-content label {
  display: block;
  font-size: 20px;
  color: #000000;
  margin-top: 5px;
  font-weight: 500;
  font-family: 'Montserrat', serif !important;
}

.login-form-wrapper input[type="email"],
.login-form-wrapper input[type="text"],
.password-field {
  width: 100%;
  max-width: 350px;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-text-security: disc;
}

.login-form-wrapper input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

.btn-enviar {
  background-color: #33312c !important;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Montserrat' !important;
}

.wpcf7-not-valid-tip{
  visibility: hidden;
}
.btn-enviar:hover {
  background-color: #2a2823;
}

footer {
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}

.ast-single-post,
.post,
.entry-content,
article {
  background-color: white !important;
}

body {
  background-color: white !important;
}

.site-content {
  background-color: white !important;
}

.ast-meta-author {
  display: none !important;
}

#block-3{
  margin-top: -90px;
}
#block-8{
  margin-top: -90px;
}
#block-5{
  margin-top: -120px;
}

#block-6{
  margin-top: -80px;
}


@media (max-width: 767px) {
  .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link, .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .menu-link, .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .ast-menu-toggle {
    color: var(--ast-global-color-4);
    background: #617760;
    font-weight: 800;
    background-image: url('/wp-content/uploads/2025/12/cropped-cropped-Sofbrain-logo-final-1.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 20px;
    
  }
  .menu-link{
    margin-left: 5px;
  }

  /*Dar espacio entre el buscador y el contenido */
  .wp-block-search__inside-wrapper{
    margin-bottom: 30px;
  }
}