/*
#------------------------------------------------------------------------
# News II - February Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */

.gkTabsItem {
  left: -9999px;
  overflow: hidden;
  padding: 0px 0 !important;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  width: 100%;
  z-index: 1;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
  color: #ffffff !important;
  background-color: #42a5f5 !important;
  transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.cc_container a, .cc_container a:visited {
  text-decoration: none;
  color: #ffffff !important;
  transition: 200ms color;
}

/* Efecto al pasar el ratón por encima del botón de aceptación */
.cc_container .cc_btn:hover {
  background-color: #42a5f5 !important; /* Un tono dorado un poco más oscuro */
  color: #ffffff !important;
}

/* Forzar el subrayado en los enlaces dentro del banner de cookies */
.cc_container a, 
.cc_container a:visited, 
.cc_container .cc_link {
  text-decoration: underline !important;
  text-decoration-style: solid !important; /* Asegura que la línea sea continua */
}

/* Efecto opcional: cambia el estilo al pasar el ratón por encima */
.cc_container a:hover, 
.cc_container .cc_link:hover {
  text-decoration: underline !important;
  opacity: 0.9; /* Hace el enlace ligeramente más claro al pasar el cursor */
}

/* Efecto opcional: cambia el estilo al pasar el ratón por encima */
.cc_container a:hover, 
.cc_container .cc_link:hover {
  text-decoration: underline !important;
  opacity: 0.9; /* Hace el enlace ligeramente más claro al pasar el cursor */
}

.contact .contact-form .form-horizontal .controls textarea {
  max-height: 250px !important;
}

.convertforms .captcha-container .captcha-equation {
  font-size: 1.0em !important;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
}

.campo-alto-personalizado input {
    height: 55px !important;
    line-height: 55px !important; /* Centra el texto verticalmente */
    padding: 0 15px !important;
}

.campo-alto-personalizado-2 textarea {
    padding-top: 20px !important; /* Empuja todo el bloque de texto hacia abajo */
}

.itemAuthor img, .itemAuthor .avatar {
    display: none !important;
}

.convertforms.cf-success .cf-response {
  background-color: #42a5f5 !important;
  display: block;
}

.convertforms .cf-response {
  color: #fff;
  margin-bottom: 20px;
  padding: 10px 15px;
  width: 100%;
  border-radius: var(--input-border-radius);
  display: none;
  text-align: center;
}

#redim-cookiehint .cookiehead .headline::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 35px;
  height: 32px;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: left center;
}

#redim-cookiehint .cookiehead .headline {
  color: #707070;
  font-size: 20px;
  line-height: 26px;
  position: relative;
  padding: 3px 0px 3px 0px !important;
  display: inline-block;
}

#redim-cookiehint .cookiebuttons .btn, #redim-cookiehint .cookiebuttons button {
  font-size: 15px !important;
  line-height: 14px !important;
  cursor: pointer;
  display: block;
  margin-bottom: 15px;
  padding: 12px 8px !important;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

#cookiehintsubmit, #cookiehintsubmitno {
  background: #42a5f5 !important;
    background-image: none;
  color: #fff !important;
}

/* El contenedor exterior mantiene el fondo negro de borde a borde */
.cc_container {
    display: flex !important;
    flex-direction: column !important; /* Disposición vertical */
    align-items: center !important;    /* Centra los elementos internos horizontalmente */
    justify-content: justify !important;
    width: 100% !important;            /* Ocupa el 100% de la pantalla */
    max-width: 100% !important;        /* Evita que el fondo negro se corte */
    height: auto !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    background-color: #323232 !important; /* Tu color de fondo personalizado */
}

/* El texto se limita a los 1200px de la plantilla y se centra */
.cc_container .cc_message {
    order: 1 !important;               /* Va primero (arriba) */
    display: block !important;
    max-width: 1200px !important;      /* Longitud máxima igual a tu web */
    width: 100% !important;            /* Adaptable en móviles */
    margin: 0 auto 15px auto !important; /* Centra el bloque de texto y da margen abajo */
    text-align: justify !important;     /* Centra las líneas de texto */
    line-height: 1.6 !important;       /* Interlineado más amplio y limpio */
    font-size: 14px !important;        /* Tamaño de fuente óptimo para lectura */
}

/* El botón amarillo se sitúa abajo y se centra */
.cc_container .cc_btn {
    order: 2 !important;               /* Va segundo (abajo) */
    display: inline-block !important;
    position: relative !important;
    margin: 10px auto 0 auto !important; /* Centra el botón horizontalmente */
}

.blog-page .item-list .item-view .item-footer {
  border-bottom: 1px solid #e5e5e5;
  bottom: 0;
  left: 0;
  padding: 0 0 10px !important;
  right: 0;
  position: absolute;
}

#gkLogo.text > span {
  display: block;
  text-align: center;
  margin-top: -5px !important;
}