:root {
    --color-primary: #EDC032;
    --color-secondary: #4E5768;
    --color-text: #4E5768;
    --color-blue: #011640
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,900;1,900&display=swap');

body {
    font-family: Arial, sans-serif;
}
header, .granja{
    background: var(--color-primary);
}
/* Logo */
.logo {
    max-width: 180px;
}

/* Hero */
.hero {
    height: 600px;
    background: url('images/ecogranja-huevos-Gentil.webp') center;
    position: relative;
    h1{
        font-size: 60px;
        text-shadow: 2px 2px 5px #1E273B;
        font-family: "Poppins", sans-serif;
        font-weight: 900;
        color: #fff;
    }
}

.maintext, .bienestar{
    p{
        font-family: "Roboto", sans-serif;
        font-size: 24px;
        color: var(--color-text);
        line-height: 1em;
    }
}
.bienestar{
    img{
        max-width: 100%;
    }
}
.granja{
    position: relative;
    h2{
        font-size: 50px;
        font-family: "Poppins", sans-serif;
        font-weight: 900;
        color: #fff;
        line-height: 1em;
    }
}

.shape{
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    svg{
        height: 100px;
        width: 100%;
        display: block;
    }
}
.white-shape{
    bottom: 0;
    svg{
        transform: rotate(-180deg);
    }
    .elementor-shape-fill{
        fill: #fff;
    }
}
.yellow-shape{
    top: -100px;
    svg{
        transform: rotate(180deg);
    }
    .elementor-shape-fill{
        fill: var(--color-primary);
    }
}
.icon {
    width: 60px;
}

/* Instagram */
.insta-frame {
    width: 100%;
    height: 400px;
    border: none;
}

/* Footer */
footer {
    background: var(--color-blue);
    font-size: 14px;
}