/*
Theme Name: CooverPack
Author: leitmotivmedia
Description: Plantilla creada para la web de Cooverpack
Version: 1.0
Template: uncode

This is the child theme for Uncode theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.border-round {
	border-radius: 20px !important;
}

.header-categoria {
	border-radius: 40px;
	margin: 24px 24px 0 24px;
}

.category_breadcrumb {
	color: #115E67;
}

.product_btn_left {
	float: left;
}

.product_btn {
	margin-right: 20px !important;
}

.btn-container:has(.product_btn) {
	float: left;
}

.content_min {
	/* width: 80% !important; */
}

@media (max-width: 959px) {
	.header-categoria {
		margin: 16px 16px 0 16px;
	}
}

/* SECCUIONES INTERNAS */

/* Caja blanca semitransparente sobre la imagen */

.header_content_info_sections .style-spec {
	background-color: #f9fbfde6 !important;
    border-radius: 40px !important;
    padding: 50px 50px !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.3s ease-in-out;
}

/* Reseteo del padding inline de Uncode */

.header_content_info_sections .uncont {
    padding-top: 0 !important;
}

/* --- TEXTOS (H1 y H2) de las secciones internas--- */

.header_content_info_sections h1 {
    color: #115E67 !important; 
    font-size: 48px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    margin-bottom: 25px !important;
}

.header_content_info_sections h2 {
    color: #115E67 !important; 
    font-size: 42px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    max-width: 100%;
}

.breadcrumb_section ol li a {
    color: #115E67 !important;
}
