/*
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
*/

.menu-item:hover .menu-item-text .menu-text {
    transition: all 0.6s ease;
}

.menu-item:hover .menu-item-text .menu-text {
    letter-spacing: 1px;
}

.font-haettens {
	font-family: "Haettens", Sans-serif !important;
}

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

.fensa-golden-button {
	display: inline-flex;
	padding: 10px 20px;
	background: linear-gradient(90deg, 
        rgba(224, 159, 38, 1) 0%, 
        rgba(247, 219, 81, 1) 14%, 
        rgba(255, 199, 57, 1) 28%, 
        rgba(255, 248, 123, 1) 42%, 
        rgba(255, 200, 57, 1) 56%, 
        rgba(255, 206, 57, 1) 70%, 
        rgba(255, 239, 123, 1) 84%, 
        rgba(239, 162, 43, 1) 100%);
	background-size: 200% auto;
	font: 1.25rem / 1 "Helvetica", Sans-serif;
	color: var( --e-global-color-text );
	animation: none;
	transition: all 0.4s ease;
}

.fensa-golden-button:hover {
	color: var( --e-global-color-text );
	animation: moverGradient 3s ease-in infinite;
	transform: scale(1.1);
}

@keyframes moverGradient {
	0% {
		background-position: 0% center !important;
	}
	100% {
		background-position: 100% center !important;
	}
}

.fensa-button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 1.25rem;
	font: 1.25rem / 1 "Helvetica", Sans-serif;
	background-size: 300%;
	transition: all 0.6s;
}


.fensa-button.gray {
	border: 1.5px solid #434040;
	background-image: linear-gradient(90deg, transparent 50%, #434040 50%);
	color: #434040;
}

.fensa-button.white {
	border: 1.5px solid #ffffff;
	background-image: linear-gradient(90deg, transparent 50%, #ffffff 50%);
	color: #ffffff;
}

.fensa-button.white:hover {
	color: #434040;
}

.fensa-button:hover {
	color: #ffffff;
	background-position: 100%;
	transform: translateX(0.5rem);
}

.fensa-button:active {
	transform: translateX(0.5rem);
}


/* CARD PRODUCT */
.fensa-product-card .fensa-product-card-info {
    max-height: 125px;
    transition: max-height 0.1s ease-out;
}

.fensa-product-card:hover .fensa-product-card-info {
	height: 100%;
	max-height: 500px;
	background: rgb(229 171 47 / 80%) !important;
    transition: max-height 0.6s ease-in, background 0.4s ease;
}

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

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

/* INICIO */
.inicio-section-one::before {
    content: '';
    position: absolute;
    inset: 0;
	top: 1px;
    background-color: #ffffff;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    z-index: 2;
	animation: 3s revelarClipPath 1s ease-out forwards;
}

@keyframes revelarClipPath {
	0% {
		clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
	}
	100% {
		clip-path: polygon(0 100%, 100% 80%, 100% 100%, 0% 100%);
	}
}

.floating {
	position: relative;
	animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, -25px); }
    to   { transform: translate(0, -0px); }    
}

.floating-2 {
	position: relative;
	animation-name: floating2;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating2 {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, 10px); }
    to   { transform: translate(0, -0px); }    
}

.floating-map {
	position: relative;
	animation-name: floatingMap;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floatingMap {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, -10px); }
    to   { transform: translate(0, -0px); }    
}

.fensa-gallery-main-image {
    position: relative;
}

.fensa-gallery-main-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(255 255 255 / 50%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	transition: clip-path 1s ease;
}

.fensa-gallery-item.to-right:hover .fensa-gallery-main-image::before {
	clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}

.fensa-gallery-item.to-left:hover .fensa-gallery-main-image::before {
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.fensa-gallery-hover-image {
	position: relative;
}

.fensa-gallery-hover-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	transition: clip-path 1s ease;
}

.fensa-gallery-item.to-right:hover .fensa-gallery-hover-image::before {
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.fensa-gallery-item.to-left:hover .fensa-gallery-hover-image::before {
	clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}

.fensa-gallery-hover-image {
    position: absolute;
    inset: 0;
	z-index: -1;
}

.to-right .fensa-gallery-hover-image {
    transform: translate(100%, 0);
}

.to-left .fensa-gallery-hover-image {
    transform: translate(-100%, 0);
}

.fensa-gallery-item:hover .fensa-gallery-hover-image {
	z-index: 1;
}


/* BLOG */
.post__card__categories {
	background: linear-gradient(90deg, 
        rgba(224, 159, 38, 1) 0%, 
        rgba(247, 219, 81, 1) 14%, 
        rgba(255, 199, 57, 1) 28%, 
        rgba(255, 248, 123, 1) 42%, 
        rgba(255, 200, 57, 1) 56%, 
        rgba(255, 206, 57, 1) 70%, 
        rgba(255, 239, 123, 1) 84%, 
        rgba(239, 162, 43, 1) 100%) !important;
}

/* CONTACTO */
.form-group {
	margin-bottom: 20px;
}

.form-group p {
	display: flex;
	gap: 10px;
}

.form-group p label {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
	font: 700 1rem / 1 var(--the7-h1-font-family);
	color: var(--e-global-color-text);
}

.form-group p label .wpcf7-form-control {
	margin-bottom: 0 !important;
	border: 0;
	outline: none;
	font: 100 0.875rem / 1 var(--the7-h1-font-family);
	color: #9C9898
}

.form-group p label .wpcf7-form-control::placeholder {
	font: 100 0.875rem / 1 var(--the7-h1-font-family);
	color: #9C9898;
}

button.fensa-golden-button.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background: linear-gradient(90deg, 
        rgba(224, 159, 38, 1) 0%, 
        rgba(247, 219, 81, 1) 14%, 
        rgba(255, 199, 57, 1) 28%, 
        rgba(255, 248, 123, 1) 42%, 
        rgba(255, 200, 57, 1) 56%, 
        rgba(255, 206, 57, 1) 70%, 
        rgba(255, 239, 123, 1) 84%, 
        rgba(239, 162, 43, 1) 100%) !important;
	color: var( --e-global-color-text );
	animation: moverGradient 3s ease-in infinite !important;
	transform: scale(1.1);
}

@media (max-width: 600px) {
	p br {
		display: none;
	}

	@keyframes revelarClipPath {
	0% {
		clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
	}
	100% {
		clip-path: polygon(0 100%, 100% 90%, 100% 100%, 0% 100%);
	}
}
}