/*2200px*/
@media (max-width:2200px) and (min-width:2001px){
    #iniciativas{
        padding:4em 6em;
    }

    #div-iniciativas{
        gap: 4em;
    }
}

/*2000px*/
@media (max-width:2000px) and (min-width:1701px){
    #iniciativas{
        padding:4em 6em;
    }

    #div-iniciativas{
        gap: 4em;
    }

    .iniciativa{
        grid-template-rows: 400px 100px 150px 100px;
        width:400px;
    }
    .iniciativa img{
        width:400px;
        height:400px;
    }
 
    .iniciativa h3{
        font-size: 30px;
        line-height: 29px;
    }

    .iniciativa p{
        font-size: 22px;
    }

    /* Links */
    .btn-saiba-mais{
        font-size: 24px;
        line-height: 20px;
    }
}

/*1700px*/
@media (max-width:1700px) and (min-width:1401px){
    #iniciativas{
        padding:4em 6em;
    }

    #div-iniciativas{
        gap: 4em;
    }

    .iniciativa{
        grid-template-rows: 300px 100px 150px 50px;
        width:300px;
    }
    .iniciativa img{
        width:300px;
        height:300px;
    }
 
    .iniciativa h3{
        font-size: 26px;
        line-height: 26px;
    }

    .iniciativa p{
        font-size: 20px;
    }

    /* Links */
    .btn-saiba-mais{
        font-size: 22px;
        line-height: 18px;
    }
}

/*1400px*/
@media (max-width:1400px) and (min-width:1201px){
    #iniciativas{
        padding:2em 4em;
    }

    #div-iniciativas{
        gap: 3em;
    }

    .iniciativa{
        grid-template-rows: 250px 80px 150px 80px;
        width:250px;
    }
    .iniciativa img{
        width:250px;
        height:250px;
    }
 
    .iniciativa h3{
        font-size: 24px;
        line-height: 26px;
    }

    .iniciativa p{
        font-size: 18px;
    }

    /* Links */
    .btn-saiba-mais{
        font-size: 20px;
        line-height: 18px;
    }
}

/*1200px*/
@media (max-width:1200px) and (min-width:901px){
    #iniciativas{
        padding:2em 3em;
    }

    #div-iniciativas{
        gap: 3em;
    }

    .iniciativa{
        grid-template-rows: 200px 80px 150px 80px;
        width:200px;
    }
    .iniciativa img{
        width:200px;
        height:200px;
    }
 
    .iniciativa h3{
        font-size: 20px;
        line-height: 22px;
    }

    .iniciativa p{
        font-size: 16px;
    }

    /* Links */
    .btn-saiba-mais{
        font-size: 18px;
        line-height: 16px;
    }
}

/*900px*/
@media (max-width:900px) and (min-width:701px){
    #iniciativas{
        padding:2em;
    }

    #div-iniciativas{
        gap: 3em;
    }

    .iniciativa{
        grid-template-rows: 180px 80px 130px 80px;
        width:180px;
    }
    .iniciativa img{
        width:180px;
        height:180px;
    }
 
    .iniciativa h3{
        font-size: 20px;
        line-height: 20px;
    }

    .iniciativa p{
        font-size: 14px;
    }

    /* Links */
    .btn-saiba-mais{
        font-size: 16px;
        line-height: 14px;
    }
}

/*  a partir daqui é versão mobile */
/* 700px */
@media (max-width:700px) and (min-width:551px){    
    #iniciativas{
        padding:2em;
    }
        
    .iniciativa{
        grid-template-rows: 350px 90px 90px 30px;
        width:350px;

        opacity: 1;
    }
    
    .iniciativa img{
        width:350px;
        height:350px;
    }

    .iniciativa h3{
        font-size: 24px;
        line-height: 29px;
    }

    .iniciativa p{
        font-size: 14px;
    }

    .btn-saiba-mais{
        font-size: 16px;
        line-height: 16px;
    }

    #arrows-div-iniciativas{
        display: flex;
    }
    #donas-agro, #donas-parada{
        display: none;
    }
}

/*550px*/
@media (max-width:550px) and (min-width:431px){
    #iniciativas{
        padding:2em;
    }
 
    #iniciativas h4{
        padding-top: 0.5em;
        padding-bottom: 2em;
    }
    
    .iniciativa{
        grid-template-rows: 300px 70px 90px 50px;
        width:300px;

        opacity: 1;
    }
    
    .iniciativa img{
        width:300px;
        height:300px;
    }

    .iniciativa h3{
        font-size: 20px;
        line-height: 26px;
    }

    .iniciativa p{
        font-size: 14px;
    }

    .btn-saiba-mais{
        font-size: 15px;
        line-height: 16px;
    }

    #arrows-div-iniciativas{
        display: flex;
    }
    #donas-agro, #donas-parada{
        display: none;
    }
}

/*430px*/
@media (max-width:430px){
     #iniciativas{
        padding:2em 1em;
    }
 
    #iniciativas h4{
        padding-top: 0.5em;
        padding-bottom: 2em;
    }
    
    .iniciativa{
        grid-template-rows: 230px 50px 90px 30px;
        width:230px;

        opacity: 1;
    }
    
    .iniciativa img{
        width:230px;
        height:230px;
    }

    .iniciativa h3{
        font-size: 18px;
        line-height: 20px;
    }

    .iniciativa p{
        font-size: 12px;
    }

    .btn-saiba-mais{
        font-size: 13px;
        line-height: 14px;
    }

    #arrows-div-iniciativas{
        display: flex;
    }
    #donas-agro, #donas-parada{
        display: none;
    }
}
