﻿@media (min-width: 1200px) {
    #first-section {
        background: linear-gradient(to bottom, #e9ecef 0%, #e9ecef 40%, #fff 40%, #fff 100%)
    }

    #woman-container {
        background-image: url(/images/landing/hero-1.png);
        background-repeat: no-repeat;
        background-position: center;
        min-height: 639px
    }

    #card-1 {
        top: 10px;
    }

    #card-2 {
        top: 10px;
    }

    #blue-line {
        background: linear-gradient(180deg, rgba(0,0,0,0) calc(50% - 1px), rgba(1,74,173,1) calc(50%), rgba(0,0,0,0) calc(50% + 1px) );
    }

    #triangle {
        background-image: url(/images/landing/triangle.png);
        background-size: 10rem;
        background-repeat: no-repeat;
        min-height: 20rem;
        background-position-x:-0.3rem;
    }

    #yellow-circle {
        background-image: url(/images/landing/yellow-circle.png);
        background-size: 5rem;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 20rem;
    }

    #checkboard {
        background-image: url(/images/icons/checkboard.svg);
        background-size: 12rem;
        background-repeat: no-repeat;
        background-position-y: 13rem;
    }
}

@media (min-width: 1400px) {
    #card-1 {
        top: 70px;
    }

    #card-2 {
        top: 70px;
    }
}

.yellow-hamburguer {
    background-image: url(/images/icons/yellow-list.svg);
    background-size: 5rem;
    background-repeat: no-repeat;
    min-height: 3rem;
}