/*!
Theme Name: Kadence
Theme URI: https://www.kadencewp.com/kadence-theme/
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Version: 1.2.14
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence
Requires at least: 6.3
Tested up to: 6.7
Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce
Requires PHP: 7.4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share
what you've learned with others.
*/

.entry-content-wrap h3 a {
  color: #99C4C3 !important;
}

.wp-block-heading{
	color: #99C4C3 !important;
	font-weight: 600;
}

.content-wrap{
	text-align: justify !important;
	
}
.content-wrap p{
	text-align: justify !important;
	font-weight: 400 !important;
}
.content-wrap li{
	font-weight: 400 !important;
}

.entry-related-inner-content h2{
  color: #99C4C3 !important;
}
.comments-area h3{
  color: #99C4C3 !important;
}
.entry-content-wrap h1,
.entry-content-wrap h3,
.entry-content-wrap h4 {
  color: #99C4C3 !important;
}

/* Contenedor del formulario */
.wpcf7 form {
  max-width: 600px;
  margin: 0 auto;
  font-family: "Inter", Arial, sans-serif;
}

/* Estilo de los labels */
.wpcf7 form label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #a7a7a7;
  font-weight: 600;
}

/* Inputs y textarea */
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="tel"],
.wpcf7 form textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 16px;
  border: 1px solid #ddd;
  border-radius: 10px; /* Bordes redondeados */
  font-size: 15px;
  outline: none;
  transition: all 0.2s ease;
  background: #fff;
}

/* Hover y foco */
.wpcf7 form input[type="text"]:focus,
.wpcf7 form input[type="email"]:focus,
.wpcf7 form input[type="tel"]:focus,
.wpcf7 form textarea:focus {
  border-color: #99C4C3; /* color de acento */
  box-shadow: 0 0 0 3px rgba(153, 196, 195, 0.25);
}

/* Botón enviar */
.wpcf7 form input[type="submit"] {
  background: #99C4C3;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
}

/* Hover botón */
.wpcf7 form input[type="submit"]:hover {
  background: #6FAEAD;
  transform: translateY(-2px);
}