/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Alto campos formulario */

.formulario input:not([type="checkbox"]):not([type="radio"]),
.formulario select {
  height: 68px;
}

/* Estilo acordeon faqs cerrado */

.acordeon-faq summary.e-n-accordion-item-title[aria-expanded="false"] {
  border: 1px solid #e2e735;
  border-radius: 30px;
  padding: 20px;
  transition: all 0.3s ease;
}

/* Foto destacada redonda */

.foto-redonda {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px; /* o el tamaño que tú decidas */
}

.foto-redonda img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Espacio personalizado parrafos y titulos entrada blog */

.single-post .espacio-contenido h1,
.single-post .espacio-contenido h2,
.single-post .espacio-contenido h3,
.single-post .espacio-contenido h4,
.single-post .espacio-contenido h5,
.single-post .espacio-contenido h6,
.single-post .espacio-contenido p {
  margin-bottom: 40px;
}


/* Estilo enlace formulario comentarios */

.formulario-comentarios a {
    color: #4e6359;
    text-decoration: underline;
}

.formulario-comentarios a:hover {
    color: #E2E735;
    text-decoration: underline;
}

.formulario-comentarios h2#reply-title {
    display: none;
}

.formulario-comentarios .form-submit {
  text-align: right;
}

.formulario-comentarios .form-submit input[type="submit"] {
  background-color: #4e6359;
  color: #ffffff;
  border: none;
  padding: 12px 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover */
.formulario-comentarios .form-submit input[type="submit"]:hover {
  background-color: #e2e735;
  color: #4e6359;
}


.formulario-comentarios label {
    margin-bottom: 20px;
}

/* Estilo botones navegacion entradas */

.navegacion-entradas .elementor-post-navigation__link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 40px;
  background-color: transparent;
  border: 1px solid #4e6359;
  color: #4e6359;
  text-decoration: none;
  font-weight: 600;
  border-radius: 999px;
  width: fit-content;
  max-width: 100%;
  transition: all 0.3s ease;
}

/* Hover */
.navegacion-entradas .elementor-post-navigation__link a:hover {
  background-color: #4e6359;
  color: #ffffff !important;
  border-color: #4e6359;
}

.navegacion-entradas .elementor-post-navigation__link a:hover,
.navegacion-entradas .elementor-post-navigation__link a:hover span {
  color: #ffffff !important;
}

/**Ajuste cookies**/

button.cky-btn.cky-btn-accept{
	margin-top: 10px!important;
}

button.sbi_load_btn{
	background: #4e6359!important;
	border-style: solid!important;
    border-color: var(--e-global-color-accent)!important;
    border-radius: 90px 90px 90px 90px!important;
}

button.sbi_load_btn:hover{
	color: #4e6359!important;
}
span.sbi_follow_btn.sbi_custom a{
	background: #4e6359!important;
	border-style: solid!important;
    border-color: var(--e-global-color-accent)!important;
    border-radius: 90px 90px 90px 90px!important;
}
span.sbi_follow_btn.sbi_custom a:hover{
	background: #e2e735!important;
	color: #4e6359!important;
}