/*------------------------------------------------------------------------------------- 
Theme Name:		 Kidsa Child Theme
Theme URI:		 https://gramentheme.com/wp/kidsa/
Description:	 Kidsa - Kindergarten School WordPress Theme
Author:			 Gramentheme
Author URI:		 https://gramentheme.com/
Template:		 kidsa
Version:		 1.0.0
Text Domain:	 kidsa-child-theme
-------------------------------------------------------------------------------------*/
/*
    Please Add your custom styles here
*/
body {
    color: #25283e;
}

.header-1,
.header-top-section {
    background-color: #FFF6E8;
}

.header-top-section .header-top-shape {
    height: 68px;
    width: 100%;
}

.header-top-wrapper {
    padding: 10px 0 30px;
}

.logo img {
    width: 100%;
    max-width: 220px;
}

.header-top-wrapper .contact-list li,
.header-top-wrapper .contact-list li a {
    color: #fff;
}

.header-top-wrapper .social-icon span,
.header-top-wrapper .social-icon a {
    color: #fff;
}

.header-main .main-menu ul li a {
    color: #000;
    font-size: 18px;
}

.header-main .sidebar__toggle {
    font-size: 24px;
    color: #e63533;
}

.footer-widgets-wrapper .single-footer-widget .widget-head img {
    width: 100%;
    max-width: 220px;
}

.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    color: #1A171B;
}

.contact-info-area .contact-info-items .content h3 {
    text-transform: none;
}

.contact-info-area .contact-info-items .content h3 a {
    color: #1A171B;
}

.theme-btn {
    font-size: 15px;
    padding: 16px 40px;
    line-height: 1.2;
    border-radius: 25px;
}

/* Breadcrumb */

.breadcrumb-wrapper {
    background-color: #FFF6E8;
}

.breadcrumb-wrapper .page-heading {
    padding: 20px 0 20px;
}

.breadcrumb-wrapper .page-heading h1 {
    color: var(--black);
    font-weight: 700;
}

.breadcrumb-wrapper .page-list li a,
.breadcrumb-wrapper .page-list li span {
    color: var(--black);
}

.single-product .blog-content-page {
    padding-top: 40px;
}

.mc-curso-info {
    padding: 0 30px;
}

.mc-curso-info h2 {
    color: #000;
    font-size: 40px;
    margin-bottom: 20px;
}

/* Register Form */

.mc-form-wrapper {
    padding: 0 30px;
}

.mc-form-wrapper h3 {
    text-align: center;
    margin-bottom: 10px;
    color: #111;
    font-size: 34px;
    font-weight: 600;
}

.mc-form-wrapper form p {
    margin: 0 0 18px;
    display: flex;
    flex-direction: column;
}

.mc-form-wrapper form fieldset {
    padding: 0 20px;
    margin-bottom: 20px;
}

.mc-form-wrapper form legend {
    color: #111;
    font-family: "Fredoka", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.mc-form-wrapper form label {
    margin-bottom: 2px;
    font-weight: 600;
    color: #333;
    font-size: 15px;
}

.mc-form-wrapper form input[type="text"],
.mc-form-wrapper form input[type="email"],
.mc-form-wrapper form input[type="file"] {
    padding: 4px 16px;
}

.mc-form-wrapper form input[type="text"],
.mc-form-wrapper form input[type="email"],
.mc-form-wrapper form input[type="file"],
.mc-form-wrapper form select {
    width: 100%;
    font-size: 16px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    background-color: #FFF6E8;
    color: #000;
    transition: all 0.3s ease;
    box-sizing: border-box;
    outline: none;
}

.mc-form-wrapper form input[type="file"] {
    padding: 6px 16px;
}

/* Efecto al hacer foco */
.mc-form-wrapper form input[type="text"]:focus,
.mc-form-wrapper form input[type="email"]:focus,
.mc-form-wrapper form input[type="file"]:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}

/* Estilo del botón */
.mc-form-wrapper form button {
    background-color: #e63533;
    color: white;
    border: none;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-top: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    height: 50px;
    border-radius: 25px;
    padding: 10px 40px;
    line-height: 1;
    width: 100%;
}

.mc-form-wrapper form button:hover {
    background-color: #000000;
    transform: translateY(-2px);
}

.mc-form-wrapper form button:active {
    transform: translateY(0);
}

.legal-text p,
.legal-text ul {
    margin-bottom: 20px;
}

.legal-text h2 {
    color: #000;
    font-size: 28px;
    margin-bottom: 20px;
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt input, 
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
    padding: 12px 20px;
}

.page-heading {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.product-big-img {
    padding: 40px 60px;
}

.product-big-img.bg-color2 {
    background: #FCEBCD;
}

.dishes-thumb .woocommerce-product-gallery__image img {
    width: 100%;
    max-width: 460px;
    height: auto;
}

.add_to_cart_button,
.qty-wrapper,
.shop_details_btn_box {
    display: none;
}

.single-product .section-padding {
    padding: 20px 0 60px;
}

/* Product */
.product-about .title-wrapper {
    gap: 15px;
}

.product-about .product-title{
    font-family: "Fredoka", sans-serif;
    line-height: 1.2;
    color: #000;
}

.product-about .price {
    font-family: "Baloo", cursive;
}

.woocommerce-product-details__short-description h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.entry-summary .theme-btn {
    font-family: "Baloo", cursive;
    font-size: 18px;
}

/* Confirmacin */
.mc-confirmacion {
    text-align: center;
}

.mc-confirmacion h2 {
    font-size: 24px;
    color: #008000;
    margin-bottom: 20px;
}

.mc-confirmacion .message {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
}

.mc-confirmacion .message p {
    color: #000;
}

.check {
  margin: 1rem 0;
  font-family: 'Segoe UI', system-ui, sans-serif;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #333;
  cursor: pointer;
  user-select: none;
}

/* Ocultar el checkbox nativo */
.checkbox-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Estilo personalizado del checkmark */
.checkmark {
  position: relative;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background: #fff;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

/* Efecto al pasar el mouse */
.checkbox-label:hover .checkmark {
  border-color: #4a6cf7;
}

/* Estilo cuando está marcado */
.checkbox-label input[type="checkbox"]:checked + .checkmark {
  background: #4a6cf7;
  border-color: #4a6cf7;
}

/* Ícono de check (✓) */
.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Estilo de los enlaces */
.checkbox-label a {
  color: #4a6cf7;
  text-decoration: none;
  font-weight: 600;
}

.checkbox-label a:hover {
  text-decoration: underline;
}

.clases-items .clases-bg {
    background-color: #F9CFB0;
}

/* Product */
.product-about .title-wrapper {
    gap: 15px;
}

.dishes-card.style2 .dishes-thumb {
    width: 288px;
    height: 288px;
}

.dishes-card.style2 .dishes-thumb img {
    border-radius: 10%;
}

.dishes-card.style2 .dishes-thumb::before {
    width: 315px;
    height: 315px;
    animation: none;
    -webkit-animation: none;
    border-radius: 10%;
}

.mobile-menu ul li {
    margin-bottom: 10px;
}

.mobile-menu ul li a {
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.footer-section .f-bottom-shape {
    height: auto;
}

.footer-bottom .f-bottom-shape {
    top: inherit;
    background-color: transparent;
    mask: none;
}

.footer-bottom .footer-wrapper p,
.footer-bottom .footer-wrapper .footer-menu li a {
    color: #fff;
}

.footer-section.section-bg {
    background-color: #FFEBC1;
}

.title-area .title h2,
.title-area .sub-title h5 {
    font-family: "Fredoka", sans-serif;
    font-weight: 600;
}

.title-area .title h2{
    font-family: "Fredoka", sans-serif;
    color: #000;
}

/* Responsive */

@media (max-width: 991px) {
    .header-top-section {
        display: block;
    }
}

@media (max-width: 767px) {
    #kidsa_main_menu {
        display: none;
    }
    .header-top-wrapper .contact-list li:nth-child(2) {
        display: none;
    }
    .header-top-wrapper .social-icon {
        gap: 10px;
    }
    .footer-section .zebra-shape {
        top: 74%;
    }
    .footer-section .zebra-shape img {
        height: 200px;
    }
}
