/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 27 2024 | 00:12:32 */
html {
    --primary-color: #62a044;
    --secondary-color: #066EB7;
    --bg-color: #F8FDC0;
    --bg-button: #D1B501;
    --font-color: #2c2c2c;
    --bg-head: #ffffff;
    --bg-sky: #9bd7ec;
    --bg-footer:#2c2c2c;
    --molino: #cccccc;
    --ventanas: #cccccc;
    --ventana: #ffee66;
	--hue: 223;
	--bg: hsl(var(--hue),10%,100%);
	--fg: hsl(var(--hue),10%,0%);
	--primary: hsl(var(--hue),90%,55%);
	--primaryT: hsla(var(--hue),90%,55%,0);
	--transDur: 0.3s;
}

h1 {
  width:100vw;
  position: absolute;
  z-index: 9999;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
  	z-index: 99999;
}

main {
    width: 100vw;
    height: fit-content;
    margin-top: max(14vh, 5em);
    padding: 0 0 3vh 0;
}

.landing-header {
  width: 100vw;
  gap: 0;
}

.landscape {
  height: 40vh;
  width: 100%;
  border-bottom: solid 3vh var(--primary-color);
  padding-bottom: 10px;
}

.header-hook {
    width: 100%;
    height:fit-content;
    background: var(--primary-color);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	align-items: center;
}

.header-hook > p,
.header-hook > h5{
	text-align: left;
	font-size: 1.15em;
	width: 70%;
	margin: 0;
	padding-left: 13%
}

.header-track {
	height: max(7vh,14vw);
	width: 100vw;
	overflow-x: hidden;
}

.wp-block-image.header-track > img {
	width: auto;
	max-width: none;
	height: 100%;
}

#firstLine {
  display: block;
  width: 100%;
  text-align: left;
  margin-left: 5%;
}

#secondLine {
  display: block;
  width: 100%;
  text-align: center;
}

#thirdLine {
  display: block;
  width: 100%;
  text-align: right;
  margin-left: -5%;
}

#white path {
    fill: var(--molino);
}
#white_2 path {
    fill: var(--molino);
}
#white_3 path {
    fill: var(--molino);
}
#white_4 path {
    fill: var(--molino);
}
#windows path {
    fill: var(--ventanas);
}
#window {
    fill: var(--ventana);
}
#ASPAS {
    animation: spin 5s infinite linear;
    transform-origin: 49.90558403021311% 67.79091265617121%;
    transform-box: fill-box;
}
#ASPAS_2 {
    animation: spin 3s infinite linear;
    transform-origin: 49.90558403021311% 67.79091265617121%;
    transform-box: fill-box;
}
#ASPAS_3 {
    animation: spin 7s infinite linear;
    transform-origin: 49.90558403021311% 67.79091265617121%;
    transform-box: fill-box;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

@media screen and (min-width: 600px) {
	h1 {
	  padding-left: 13vw;
	  width:43vw
	}

	.header-hook {
		height:fit-content;
	   border-bottom: solid 8vh var(--primary-color);
	}

	.header-hook > p,
	.header-hook > h5 {
		text-align: left;
		font-size: 1.15em;
		width: 50%;
		margin: 0;
		padding-left: 13%;
	}

	.header-hook > h5 {
		padding-top: 0.7em;
	}

	.header-track {
		margin: 0;
		position: absolute;
		bottom: -7vh;
	}
}