/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.sf-display-bold-font {
	font-family: "SF Pro Display", Sans-serif !important;
	font-weight: 700 !important;
}

.sf-display-semibold-font {
	font-family: "SF Pro Display", Sans-serif !important;
	font-weight: 500 !important;
	font-style: italic;
}

.helvetica-font {
	font-family: "Helvetica", Sans-serif !important;
}

.pll-parent-menu-item > a > .item-content > .menu-item-text > .menu-text img {
	width: 20px !important;
	height: 20px !important;
	opacity: 0;
}

.pll-parent-menu-item > a > .item-content > .menu-item-text > .menu-text span {
	display: none;
}

.the7-e-sub-nav {
	background: #F9FBFF;
}

.the7-e-sub-nav .lang-item {	
    margin-bottom: 10px;
	padding: 0 !important
}

.the7-e-sub-nav .lang-item:last-child {
	margin-bottom: 0;
}

.the7-e-sub-nav .lang-item a {
	min-height: 48px;
    border-radius: 10px 10px 10px 10px;
    padding: 5px 10px 5px 10px;
	display: flex;
	align-items: center;
    background-color: #ffffff;
	color: var(--e-global-color-primary);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.06);
	font: 700 1rem / 1 "SF Pro Display", Sans-serif
}

.the7-e-sub-nav .lang-item:hover a,
.the7-e-sub-nav .lang-item.current-lang a {
	background-color: var(--e-global-color-primary);
}

.the7-e-sub-nav .lang-item:hover .menu-text span,
.the7-e-sub-nav .lang-item.current-lang .menu-text span {
	color: #ffffff
}

.pll-parent-menu-item a.not-clickable-item.active {
    display: none;
}

.woocommerce-categorias {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.categoria-item {
    width: 100%;
    display: flex;
}

.categoria-item a {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    background-color: #FFFFFF;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.categoria-item a:hover {
	background-color: var(--e-global-color-primary);
}

.categoria-item a img {
    width: 32px;
    height: 32px;
	filter: brightness(0) saturate(100%) invert(16%) sepia(83%) saturate(3133%) hue-rotate(189deg) brightness(93%) contrast(102%);
}

.categoria-item a:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%) !important
}

.categoria-item a h3 {
    margin-bottom: 0;
	font: 500 1rem / 1 "SF Pro Display", Sans-serif;
	text-transform: uppercase;
	color: var(--e-global-color-primary);
}

.categoria-item a:hover h3 {
	color: #ffffff
}

.filtro img {
	filter: brightness(0) saturate(100%) invert(19%) sepia(88%) saturate(1757%) hue-rotate(184deg) brightness(94%) contrast(102%);
}

.madero-button,
.box-button.elementor-button {
	position: relative;
    display: flex;
    border: 2px solid #ffffff;
	padding: 10px 20px;
	font: 400 1rem / 1 "SF Pro Display", Sans-serif;
    color: #ffffff;
	z-index: 1;
    transition: 0.3s ease all;
}

button.madero-button.wpcf7-form-control.wpcf7-submit {
	background: transparent;
	border-color: var(--e-global-color-primary);
	border-radius: 0;
	color: var(--e-global-color-primary);
}

.background.menu-item {
	background-color: #ffffff;
}

.background.menu-item:hover {
	background-color: #009FE3;
}

.background.menu-item .menu-item-text {
	color: #00528A;
}

.background.menu-item:hover .menu-item-text {
	color: #ffffff;
}

#page .wpcf7-submit:hover {
	background: transparent !important;
}

.madero-button.blue {
	border-color: var(--e-global-color-primary);
	color: var(--e-global-color-primary);
}

.madero-button.light-blue {
	font-weight: 700;
	justify-content: center;
	background-color: #009FE3;
	border-color: #009FE3;
	color: #ffffff;
}

.madero-button:hover {
    color: var(--e-global-color-primary);
}

body .elementor .elementor-element .elementor-button-wrapper button.box-button.elementor-button:focus {
    color: #ffffff;
}

.madero-button.blue:hover,
.border .box-button.elementor-button:hover,
button.madero-button.wpcf7-form-control.wpcf7-submit:hover {
	color: #ffffff !important;
}

.madero-button.light-blue:hover {
	color: #009FE3 !important;
}

.madero-button:before,
.box-button.elementor-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	bottom: 0;
	background-color: #ffffff;
	opacity: 0;
	transition: 0.5s all ease;
	z-index: -1;
}

.madero-button.blue:before,
.blue .box-button.elementor-button::before,
button.madero-button.wpcf7-form-control.wpcf7-submit:before {
	background-color: var(--e-global-color-primary);
}


.light-blue .box-button.elementor-button::before {
	background-color: var(--e-global-color-secondary);
}

.border .box-button.elementor-button::before {
	background-color: var(--e-global-color-primary)
}

.madero-button:hover::before,
.box-button.elementor-button:hover::before {
	left: 0;
	right: 0;
	opacity: 1;
	transition: 0.5s all ease;
}

.fixed-element {
	position: fixed;
	top: 0;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -100%);
	pointer-events: none;
	transition: opacity 1s ease, transform 0.3s ease;
	z-index: 1000;
}

.fixed-element.visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

.producto-parallax {
	position: relative;
	height: 100dvh;
	z-index: 0;
}

.product-search-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.product-search-form-select {
    flex-grow: 1;
    height: 60px;
    margin-bottom: 0 !important;
    border-radius: 20px;
    padding-inline: 20px;
	font: 400 1rem / 1 'Helvetica';
    color: var(--e-global-color-text);
}

.product-search-form-select option {
	font: 400 0.875rem / 1 'Helvetica', sans-serif;
	line-height: 1;
}

.product-search-form-submit {
	height: 60px;
	border: 0;
	border-radius: 20px;
	padding-inline: 20px;
	background-color: var(--e-global-color-primary);
	color: #ffffff;
}

.cls-1 {
    fill: #33caff !important;
}

.elementor-animation-grow {
	transition: all 0.6s ease !important;
}

.elementor-divider__element {
    position: relative;
}

.elementor-divider__element::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
	border: 1px solid;
    border-radius: 50%;
    transform: translate(-50%, -50%);
	animation: grow 3s ease-in-out infinite;
	z-index: -1;
}

.white .elementor-divider__element::before {
	border-color: #ffffff;
	background: rgb(255 255 255 / 50%);
}

.blue .elementor-divider__element::before {
	border-color: #33CAFF;
    background: rgb(51 202 255 / 50%);
}

@keyframes grow {
    0% {
        transform: translate(-50%, -50%) scale(1.5);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.75);
    }
	100% {
        transform: translate(-50%, -50%) scale(1.5);
    }
}

.cateogria-item .icon {
	filter: brightness(0) saturate(100%) invert(16%) sepia(83%) saturate(3133%) hue-rotate(189deg) brightness(93%) contrast(102%);
}

.cateogria-item:hover .icon {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%) !important;
}

.cateogria-item:hover h3.the7-heading-title {
	color: #ffffff !important;
}

.elementor-icon-div .cls-1 {
    fill: #00528A !important;
}

.the7-box-wrapper.the7-elementor-widget.box-hover:hover .elementor-icon-div .cls-1 {
	fill: #ffffff !important;
}

.seccion-servicio {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 0.5s ease, max-height 0.5s ease !important;
}

.seccion-servicio.visible {
	opacity: 1;
	max-height: 500px;
}

/* CARD PRODUCTO */
.card-product {
	position: relative;
}

.card-product-excerpt p {
	margin-bottom: 0;
}

.card-product .card-product-content {
	position: absolute;
    width: 100%;
    height: 100%;
    top: calc(100% - 97px);
    left: 0;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.75s ease-in-out;
}

.card-product:hover .card-product-content {
	top: 0;
	background: linear-gradient(180deg, rgb(25 112 172 / 80%) 0%, rgb(0 82 139 / 80%) 100%) !important;
    transition: all 1s ease-in-out;
}

.card-product-content-inner {
    position: relative;
    display: block;
    height: 110px;
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
    justify-content: center;
    transition: all 0.75s ease-in-out !important;
}

.card-product:hover .card-product-content-inner {
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: all 1s ease-in-out;
}

.card-product-button {
	opacity: 0;
	visibility: hidden;
    max-height: 0;
    transition: max-height 0.6s ease-out, opacity: 0.6s ease;
}

.card-product:hover .card-product-button {
	opacity: 1;
	visibility: visible;
	max-height: 500px;
    transition: max-height 2s ease-in, opacity 2s ease;
}

.form-group p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.form-group p .wpcf7-form-control-wrap {
    width: 100%;
}

.form-group p .wpcf7-form-control-wrap .wpcf7-form-control {
	border: 0;
	font: 400 1rem / 1 'Helvetica';
}


.nosotros-section-three-item .elementor-heading-title,
.nosotros-section-three-item .elementor-element {
	transition: all 0.3s ease;	
}

.nosotros-section-three-item:hover .elementor-heading-title,
.nosotros-section-three-item:hover .elementor-element {
	color: #ffffff !important;
}

.nosotros-miniaturas {
	position: relative;
}

.nosotros-miniatura-item {
	position: relative;
	transition: all 0.6s ease;
}

.nosotros-section-three-item:hover .nosotros-miniatura-item {
	transform: translate(0, -100%);
}

.nosotros-miniatura-item:nth-child(2) {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}



/* CONFIGURADOR */
table.variations tbody tr .label {
	margin-bottom: 0;
}

table.variations tbody tr:nth-child(2) {
	margin-bottom: 20px !important;
	justify-content: center !important;
	gap: 20px;
}

table.variations tbody tr:nth-child(1),
table.variations tbody tr:nth-child(3) {
	margin-bottom: 20px !important;
    border-radius: 8px;
    padding: 20px;
    flex-direction: column !important;
    gap: 20px;
    background-color: #F9F9F9;
}

table.variations tbody tr:nth-child(4) {
	justify-content: space-between !important;
    gap: 20px;
	margin-bottom: 0;
    border-radius: 8px;
    padding: 20px;
    background-color: #F9F9F9;
}

[data-attribute_name="attribute_pa_modelos-de-plataforma"],
[data-attribute_name="attribute_pa_platforms-model"] {
    flex-direction: row-reverse;
}

.woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper,
.woo-variation-swatches .variable-items-wrapper.image-variable-items-wrapper {
	margin: 0 !important;
	gap: 10px;
}

.woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper .variable-item:not(.radio-variable-item) {
    min-height: 40px;
    margin: 0;
    padding: 0 10px;
    border: 0;
    border-radius: 8px !important;
    box-shadow: none;
    background-color: #D9D9D9;
	font: 400 1rem / 1 'SF Pro Display';
    color: #ffffff;
	flex: 1;
    height: auto;
    padding: 5px 10px;
}

.woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper .variable-item:not(.radio-variable-item) span {
	padding: 0;
}

ul.variable-items-wrapper.image-variable-items-wrapper.wvs-style-squared {
	flex-wrap: nowrap;
}

.woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper .variable-item.button-variable-item:hover,
.woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper .variable-item.button-variable-item.selected {
    box-shadow: none;
	background-color: #00528A !important;
	color: #ffffff !important;
}

select#pa_tamano-de-plataforma,
select#pa_platform-size {
	appearance: none;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: right 0.7rem top 50%;
	background-size: 0.65rem auto;
}

select#pa_tamano-de-plataforma,
select#pa_platform-size {
    min-width: 80px;
    width: 80px;
    border: 0;
    border-radius: 8px;
    background-color: #F9F9F9;
    font: 700 1.25rem / 1 'SF Pro Display';
    color: #00528A;
}

.woo-variation-swatches .variable-items-wrapper.image-variable-items-wrapper .variable-item.image-variable-item {
    width: 120px !important;
    height: 120px !important;
	margin: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.woo-variation-swatches .variable-items-wrapper.image-variable-items-wrapper .variable-item.image-variable-item img {
	border-radius: 8px;
}

.woo-variation-swatches .variable-items-wrapper.image-variable-items-wrapper .variable-item.image-variable-item:hover {
	box-shadow: none;
	background-color: #D9D9D9;
}

.woocommerce-variation-description {
	margin-bottom: 0 !important;
}

.elementor-widget-the7-woocommerce-product-add-to-cart-v2,
.elementor-widget-the7-woocommerce-product-add-to-cart-v2 table,
.elementor-widget-the7-woocommerce-product-add-to-cart-v2 table tbody {
    width: 100% !important;
}

.capacidad-ordeno {
    padding: 15px;
    box-sizing: border-box;
    background-color: #F9F9F9;
}

.titulo-seccion {
    font: 700 1.25rem / 1 'SF Pro Display';
    color: #00528A;
    text-align: center;
}

.contenedor-datos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.contenedor-datos p {
	margin-bottom: 0 !important;
}

.bloque-dato {
    max-width: 25%;
    flex-grow: 1;
}

.etiqueta {
    margin-bottom: 0 !important;
    height: 60px;
    display: flex;
    align-items: center;
	justify-content: center;
    font: 400 0.875rem / 1.2 'SF Pro Display';
    text-align: center;
    color: #686868;
}

.valor-principal {
    margin-bottom: 0 !important;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    background-color: #ffffff;
    font: 700 1.25rem / 1 'SF Pro Display';
    color: #00528A;
    text-align: center;
}

.valor-secundario {
    margin-bottom: 0 !important;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #009FE3;
    color: #ffffff;
    text-align: center;
}

.single_variation_wrap {
	margin-top: 20px;	
}

.single_add_to_cart_button {
	display: none;
}

@media (max-width: 1024px) {
	.pll-parent-menu-item > a {
		display: none;
	}

	.pll-parent-menu-item .the7-e-sub-nav.vertical-sub-nav {
		opacity: 1 !important;
		display: flex !important;
	}
	
	.background.menu-item a {
		padding: 10px !important;
	}

	.background.menu-item {
		margin-bottom: 15px !important;
		padding: 0 !important;
	}
	
	.the7-e-sub-nav.vertical-sub-nav {
		padding: 0 !important;
		background: transparent;
	}

	.the7-e-sub-nav.vertical-sub-nav .lang-item:not(last-child) {
		margin-bottom: 10px !important;
	}

	.the7-e-sub-nav.vertical-sub-nav .lang-item-lang a {
		background-color: #ffffff !important;
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.06);
	}

	.the7-e-sub-nav.vertical-sub-nav .lang-item.current-lang a {
		background-color: var(--e-global-color-primary) !important;
	}
	
	.the7-e-sub-nav.vertical-sub-nav .lang-item a .menu-text span {
		color: var(--e-global-color-primary) !important;
	}
	
	.the7-e-sub-nav.vertical-sub-nav .lang-item.current-lang a .menu-text span {
		color: #ffffff !important;
	}
}

@media (max-width: 600px) {
	.hide-new-line br {
		display: none;
	}
	
	.product-search-form {
		flex-direction: column;
		gap: 10px;
	}
	
	.product-search-form-select {
		width: 100%;
		height: 40px;
		border-radius: 10px;
	}
	
	.product-search-form-submit {
		height: 40px;
		border-radius: 10px;
	}
	
	.woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper .variable-item:not(.radio-variable-item) {
		min-width: 100% !important;
		width: 100% !important;
	}

	.woo-variation-swatches .variable-items-wrapper.image-variable-items-wrapper .variable-item.image-variable-item {
		width: 60px !important;
		height: 60px !important;
	}

	.contenedor-datos {
	    display: grid;
    	grid-template-columns: 1fr 1fr;
	}

	.bloque-dato {
		max-width: 100%;
	}
	
	.etiqueta {
		height: 40px;
		align-items: flex-start;
	}
}