/*
Theme Name:   Hestia
Theme URI:    
Description:  Child theme
Author:       LG Systems
Author URI:   
Template:     hestia
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hestia-child
*/


/*.byline {
	display: none !important;
} 

.posted-on {
	display: none !important;
}*/

/*.header-filter::before {
    background-color: rgba(0, 0, 0, 0);
}

.hestia-about.section-image:after{
	background-color: rgba(0, 0, 0, 0.5);
}


@media only screen and (max-width: 605px){
	.header-filter {
		margin-top: -40px;
	}
}*/

.navbar-default {
  background-color: #ffffff;  
}

.centrar {
  text-align: center;
  margin: auto;
}

/* Menú / centrar ícono - texto */
#main-navigation .navbar-nav > li > a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 2px; 
}

/* Planes de Anuncios */
.margen-inferior {
	margin-bottom: 12px;
}

.plan-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.plan-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  padding: 20px;
  flex: 1 1 300px;
  max-width: 360px;
  transition: transform 0.2s;
}

.plan-card:hover {
  transform: scale(1.02);
}

.plan-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000000;
}

.plan-price {
  font-size: 1.3em;
  font-weight: bold;
  /*margin: 10px 0;*/
  margin-top: 10px;
  color: #2c7;
}

.plan-price.free {
  color: #555;
}

.plan-list {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.plan-list li {
  margin: 6px 0;
  display: flex;
  align-items: center;
}

.plan-list li span {
  margin-left: 8px;
}

.check {
  color: #3df237;
}

.cross {
  color: red;
}

.plan-highlight {
  background: #f5f5f5;
  padding: 8px;
  margin-top: 12px;
  border-radius: 6px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .plan-card {
    max-width: 100%;
  }
}

/* Plugin Contact Form 7 */
.wpcf7-spinner {
	display: none !important;
}

/* reCAPTCHA */
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}