/*
Theme Name: Adaana
Theme URI: https://ellorens.net
Version: 1.0
Description: Tema hijo de Adaana
Author: ellorens
Author URI: https://ellorens.net
Template: dt-the7
*/

.same-logo, .preload-me {
	width: 220px;
  height: auto !important;
}

.testimonials-carousel .dt-owl-item-inner .dt-owl-item-image {
  width: 150px !important;
  margin-bottom: 0 !important;
}

.column-full.boton-enviar {
  margin-top: 40px;
  text-align: center;
}

.wpcf7-form-control.wpcf7-submit.has-spinner.boton-enviar {
  max-width: 340px;
  width: 100%;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  height: 45px;
}

.enlaces-footer a {
  font-size: 15px;
}

.footer .textwidget a:not(.dt-btn):hover {
  color: #fff !important;
}

.textwidget.custom-html-widget {
  text-align: center;
}

.elementor-animation-bounce-out.attachment-large.size-large {
  box-shadow: 0px 1px 8px 3px rgba(0,0,0,0.20);
  -webkit-box-shadow: 0px 1px 8px 3px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 1px 8px 3px rgba(0,0,0,0.20);
}

.redes-sociales {
  margin-top: 25px !important;
}

.redes-sociales a {
  margin-right: 3px;
}

.pagination {
    margin-top: 40px;
    text-align: center;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 4px;
    background: #fff;
    color: #62BD18;
    border:1px solid #62BD18;
    text-decoration: none;
    border-radius: 6px;
}

.pagination .current {
    background: #62BD18;
    color: #fff;
}

#etiquetas_apartados span {
    background: #017a0194;
    margin-top: 0;
    padding: 15px 10px;
    top: 20px;
    position: absolute;
    max-width: 140px;
    width: 100%;
    color: #ffffff;
}

#bottom-menu li:not(:last-child) {
  border-right: 1px solid #999;
  padding-right: 10px;
  margin-right: 6px;
}

/* Contenedor del grid */
.pa-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px; /* Espacio entre tarjetas */
    margin: 20px 0;
}

/* Cada tarjeta individual */
.pa-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

/* Efecto hover */
.pa-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Imagen de la tarjeta */
.pa-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 10px;
}

/* Títulos y texto */
.pa-card h3 {
    margin: 10px 0 5px;
    font-size: 1.2em;
}

.pa-card p {
    margin: 5px 0;
    font-size: 0.95em;
}

/* Enlaces */
.pa-card a {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: #62BD18;
    font-weight: bold;
}

/* Botón Ver ficha */
.pa-card a {
    display: inline-block;
    padding: 8px 16px;
    margin-top: 10px;
    background-color: #62BD18;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s, transform 0.2s;
}

/* Efecto hover */
.pa-card a:hover {
    background-color: #62BD18;
    transform: translateY(-2px);
}

.titulo_animal {
    font-size: 3em;
    text-align: center;
    color: #00bf00;
}

.single-animal .page-title,
.single-animal .page-title-wrap,
.single-animal .page-title-holder {
    display: none !important;
}

.wpcf7-form p {
    margin-bottom: 12px;
}

.cf7-dos-columnas {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.cf7-dos-columnas label {
    display: block;
}

/* Responsive: una columna en móvil */
@media (max-width: 768px) {
    .cf7-dos-columnas {
        grid-template-columns: 1fr;
    }
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: 40px !important;
}

