@import url(home.css);
@import url(parallax.css);


section.module.parallax-1 {
  background-image: url(../img/capa.jpg)
}

/* Cotacao */

.mercado_agricola{
    display: flex;
    justify-content: center;
}
  .widgets {
    margin: 20px;
    height: 100%;
    width: 300px;
    padding-bottom: 1rem;
    min-height: 200px;
    border-radius: 10px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.2s;
  }

  .cotacao{
    padding-top: 2rem;
    display: grid;
    grid-template-columns: 330px 330px 330px;
    grid-gap: 20px;
  }

/*Seção topicos */
.content {
    display : flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.content img{
    margin-top: 2rem;
    width: 100vh;
    border-radius: 8px;
}
/*Seção topicos */

.container li {
    text-align: center;
    padding-top: 10px;
}

.content .img_estremassao {
    width:700px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 800px) {
    .topicos ul {
        font-size: 18px;
    }

    .rodape_rede_social a {
        font-size: 15px;
    }

    .content img{
        margin-top: 2rem;
        width: 700px;
        border-radius: 8px;
    }
    .mercado_agricola{
    display: flex;
    justify-content: center;
}
  .cotacao{
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
  }
  .widgets {
    height: 350px;
    width: 300px;
  }

  .content .img_estremassao {
    width:600px;
    margin-left: 4rem;
}

}

@media screen and (max-width: 430px){

  .content img{
    width: 400px;
  }

  .container li {
    list-style: none;
    text-align: center;
    padding-top: 10px;
}

    .rodape_rede_social {
    flex-direction: column;
    }

    .rodape_rede_social a {
    font-size: 14px;
    padding: 5px;
    }

    .direitos_autorais {
    padding-top: 10px;
    font-size: 12px;
    }

    .content .img_estremassao {
    width:350px;
    margin-left: 2rem;
}


}

@media screen and (max-width: 390px) {

  .content img{
    width: 350px;
  }

  .container li {
    list-style: none;

}

    .rodape_rede_social {
        flex-direction: column;
    }

    .rodape_rede_social a {
        font-size: 14px;
        padding: 5px;
    }

    .direitos_autorais {
        padding-top: 10px;
        font-size: 12px;
    }

    .topicos ul {
        font-size: 15px;
        justify-content: space-between;
    }

    .topicos ul li {
        padding-right: 8px;
    }

    .rodape_logo img {
        width: 300px;
    }

    .content .img_estremassao {
    width:300px;
    margin-left: 1rem;
}

}


@media screen and (max-width: 425px) {
    section.module.parallax-1{
      display:none;
  }
  .Menu_menu{
    padding-top: 1rem;
  }
  .dot{
    width: 10px;
    height: 10px;
  }
  .logo_mobile {
    display: flex;
    justify-content:center;
  }
  .logo_mobile img{
    width:150px;

  }
 }
