.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}
.cookie-banner{
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  background:#111;
  color:#fff;
  padding:15px 20px;
  z-index:9999;
  font-size:14px;
  box-shadow:0 -2px 10px rgba(0,0,0,.5)
}
.cookie-inner{
  max-width:1000px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:10px
}
.cookie-btn{
  border:none;
  padding:8px 16px;
  margin-left:10px;
  border-radius:4px;
  cursor:pointer;
  font-weight:600
}
.aceptar{background:#d32f2f;color:#fff}
.rechazar{background:#777;color:#fff;text-decoration:none}
@media(max-width:600px){
  .cookie-inner{flex-direction:column;align-items:flex-start}
}
.wpcf7 form.init .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}


.left-column, .right-column {

}

.center-column {

}
.containerbg {
    display: flex; /* Utiliza Flexbox para las columnas */
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 20px; /* Espacio entre las columnas */
}

.left-column h2, .right-column h2, .center-column h2 {
    color: #0056b3;
    margin-top: 0;
}

.left-column ul {
    list-style: none;
    padding: 0;
}

.left-column ul li {
    margin-bottom: 10px;
}

.left-column ul li a {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 8px 0;
    transition: color 0.3s ease;
}

.left-column ul li a i {
    margin-right: 10px;
    color: #007bff; /* Color del icono */
    font-size: 1.2em;
}

.left-column ul li a:hover {
    color: #007bff;
}

.center-column article {
    margin-bottom: 20px;
    line-height: 1.6;
	
	text-align: Justify;
}

.right-column p {
    margin-bottom: 15px;
	
}

.right-column button {
    background-color: #007bff;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    transition: background-color 0.3s ease;
}

.right-column button:hover {
    background-color: #0056b3;
}


/* Media queries para responsividad */
@media (max-width: 768px) {
    .container {
        flex-direction: column; /* Apila las columnas en pantallas pequeñas */
    }

    .left-column, .right-column, .center-column {
        min-width: unset; /* Elimina el min-width en móviles */
    }
}
