* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


#container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


header {
    width: 100%;
    max-width: 1200px;
    padding: 25px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    background-image: url(fotos_figma/imagem_principal.jpg);
    height: 581px;
    background-repeat: no-repeat;
}

#logo {
    width: 172px;

}

#hamburguermenu {
    display: none;
}

nav {
    width: 398px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}





a {
    text-decoration: none;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-style: normal;
    color: #FFFFFF;
    margin: 40px auto;
}




#headertop {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#titulo_principal {
    width: 1172px;
    font-family: "Cinzel Decorative", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 47px;
  color: #FFFFFF;
  text-shadow:2px 2px 4px #000000;
  margin-top: 245px;
  margin-left: 318px;
  margin-right: 318px;
  text-align: center;
}










#listen {
    width: 100%;
    max-width: 1200px;
    padding-top: 49px;
    padding-left: 14px;
    padding-right: 14px;
}

#textolisten {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 46px;
    margin-top: 76px;
    color:#727B2C;
    font-size: 50px;
    text-align: left;
}

#albuns {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
   
}

#albuns_t {
    display: none;
}

.tres {
    width: 100%;
    max-width: 1200px;
    padding-right: 28px;
    text-align: center;
}

.tres_t {
    display: none;
}

.capas {
    width: 372px;
    width: 372px;
}

.textinhodolisten {
    font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  padding-top: 10px;

}


.listen456 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 172px;
    height: 54px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #7F8543;
    border: 1px #7F8543 solid;
    border-radius: 14px;

}


.listen456:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 172px;
    height: 54px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #ffffff;
    border: 1px #7F8543 solid;
    background-color: #7F8543;
    border-radius: 14px;

}


#news {
    width: 100%;
    max-width: 1200px;
    padding-left: 14px;
    padding-right: 14px;
}


#textodanews {
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 55px;
    color: #7F8543;
    margin-top: 153px;
    margin-bottom: 72px;
}



#cenagrandedasnews {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: flex-start;
    gap: 28px;
}

.aoladoimagem {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 372px;
    height: 373px;
} 


  

  
  .news-container {
    display: flex;
    align-items: flex-start;
    gap: 40px;
  }
  
  .album-cover {
    width: 350px;
    height: auto;
    border: 1px solid #ccc;
  }
  
  .news-text {
    max-width: 723px;
  }
  
  .news-description {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 38px;
    line-height: 1.4;
    color: #000000;
  }
  
  #news-date {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 21px;
    color: #7F8543;
    margin-top: 27px;
  }
  
  #read-more {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
    margin-top: 10px;
  }
  




#ultimovermais {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 172px;
    height: 54px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #7F8543;
    border: 1px #7F8543 solid;
    border-radius: 14px;
    margin-bottom: 147px;
    margin-top: 95px;
}


#ultimovermais:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 172px;
    height: 54px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #ffffff;
    border: 1px #7F8543 solid;
    background-color: #7F8543;
    border-radius: 14px;

}
   

footer {
    background-image: url(fotos_figma/cor_verde_footer.png);
    background-size: cover;
    background-position: center;
    width: 1200px;
    height: 331px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

   
  
#social {
    width: 140px;
    display: flex;
    justify-content: space-between;
    padding-left: 461px;
    gap: 57px;
    margin-top: 20px;
}

#debaixodassocials {
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-right: 458px;
    margin-left: 462px;
    margin-bottom: 100px;
    gap: 37px;
    color: #FFFFFF;

}

#ceninhasdofooter {
    width: 100%;
    max-width: 1200px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;

    display: flex;
    justify-content: space-between;
    padding-left: 14px;
    padding-right: 14px;
}

/* 
RESPONNNNNSIVEEEEEEEEEE */

@media only screen and (max-width: 720px) {
   
    header {
        padding: 25px 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        background-image: url(fotos_figma/imagem_principal_cortada_table.jpg);
        height: 581px;
        background-repeat: no-repeat;
    }


    #titulo_principal {
        width: 1172px;
        font-family: "Cinzel Decorative", serif;
      font-weight: 400;
      font-style: normal;
      font-size: 47px;
      color: #FFFFFF;
      text-shadow:2px 2px 4px #000000;
      margin-top: 245px;
      margin-left: 99px;
      margin-right: 99px;
      text-align: center;
    }
    
    
    


 #listen {
    width: 100%;
    max-width: 1200px;
    padding-top: 49px;
    padding-left: 14px;
    padding-right: 14px;
 }

 #textolisten {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 46px;
    margin-top: 76px;
    color:#727B2C;
    font-size: 50px;
    text-align: left;
 }
    

    #albuns_t {
        display: block;
    }

    #albuns {
        display: none;
    }
    
    .tres_t {
        display: block;
    }

    .tres {
        display: none;
    }

    .capas {
        width: 692px;
        height: 328px;
    }

    .textinhodolisten {
        font-family: "Cormorant Garamond", serif;
      font-weight: 600;
      font-style: normal;
      font-size: 19px;
      padding-top: 20px;
      display: flex;
      justify-content: center;
    
    }
    .listen456 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 172px;
        height: 54px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        color: #7F8543;
        border: 1px #7F8543 solid;
        border-radius: 14px;
        margin-bottom: 90px;
    
    }



    .news-description {
        font-family: "Cormorant Garamond", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 34px;
        line-height: 1.4;
        color: #000000;
    }



    footer {
        background-image: url(fotos_figma/cor_verde_tablet.png);
        background-size: cover;
        background-position: center;
        width: 100%;
        max-width: 720px;
        height: 331px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

    }
    
    #social {
        width: 100%;
        max-width: 350px;
        display: flex;
        justify-content: space-between;
        gap: 52px;
        margin-top: 20px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
        height: 40px;

    }

    #debaixodassocials {
        font-family: "Cormorant Garamond", serif;
        font-weight: 700;
        font-style: normal;
        font-size: 17px;

        width: 100%;
        max-width: 520px;
        display: flex;
        justify-content: center;

        margin: 0 0 0 0;
        
        gap: 56px;
        color: #FFFFFF;
    
    }
    

    #ceninhasdofooter {
        max-width: 320px;
    
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 14px;
        padding-right: 14px;
        height: 45px;
    }



    /* #ceninhasdofooter {
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 14px;
        color: #ffffff;

        width: 100%;
        max-width: 220px;
        height: 0px;
        display: flex;
        justify-content: center;
        margin: 0 0 0 0;
  

        gap: 10px;
    } */
    

}

























@media only screen and (max-width: 360px) {
    header {
        padding: 25px 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        background-image: url(fotos_figma/imagem_principal_cortadaa.jpg);        
        height: 581px;
        background-repeat: no-repeat;
    }
    nav {
        display: none;
    }
    #hamburguermenu {
        display: block;
        width: 57px;
        height: 57px;
    }

    #textolisten {
        font-family: "Cormorant Garamond", serif;
        font-weight: 600;
        font-style: normal;
        margin-bottom: 46px;
        margin-top: 76px;
        color:#727B2C;
        font-size: 50px;
        text-align: left;
    }
    

    #albuns {
        display: flex;
        display: block;
        flex-direction: column;
        justify-content: center; 
        align-items: center; 
    }
    #albuns_t {
        display: none;
    }
    
    
    .tres {
        display: block;
        padding-right: 0px;
        text-align: center;
    }
    .tres_t {
        display: none;
    }
    
    .capas {
        width: 332px;
        width: 332px;
        margin-top: 40px;
    }

    .listen456 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 328px;
        height: 54px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        color: #7F8543;
        border: 1px #7F8543 solid;
        border-radius: 14px;
        margin-top: 15px;
    
    }
    .listen456:hover {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 328px;
        height: 54px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        color: #ffffff;
        border: 1px #7F8543 solid;
        background-color: #7F8543;
        border-radius: 14px;
    }
    

    #titulo_principal {
        width: 1172px;
        font-family: "Cinzel Decorative", serif;
      font-weight: 400;
      font-style: normal;
      font-size: 47px;
      color: #FFFFFF;
      text-shadow:2px 2px 4px #000000;
      margin-top: 245px;
      margin-right: 0px;
      margin-left: 0px;
      text-align: center;
    }


    #textodanews {
        font-family: "Cormorant Garamond", serif;
        font-weight: 700;
        font-style: normal;
        font-size: 55px;
        color: #7F8543;
        margin-top: 153px;
        margin-bottom: 55px;
    }
    
    #cenagrandedasnews {
        width: 100%;
        max-width: 1200px;
        display: flex;
        flex-wrap: wrap;
        gap: 28px;
    }

    .aoladoimagem {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 332px;
        height: 333px;
    } 


    .news-text {
        max-width: 723px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
      }

    .news-description {
        font-family: "Cormorant Garamond", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 31px;
        line-height: 1.4;
        color: #000000;
      }
    
    #news-date {
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 21px;
        color: #7F8543;
        margin-top: 33px;
      }
    
    #read-more {
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-style: italic;
        font-size: 16px;
        margin-top: 15px;
        margin-right: 194px;
      }
      





    #ultimovermais {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 328px;
        height: 54px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #7F8543;
        border: 1px #7F8543 solid;
        border-radius: 14px;
        margin-bottom: 147px;
        margin-top: 95px;
    }
    #ultimovermais:hover {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 328px;
        height: 54px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        color: #ffffff;
        border: 1px #7F8543 solid;
        background-color: #7F8543;
        border-radius: 14px;
    
    }
       
    


    /* footer {
        background-image: url(fotos_figma/cor_verde_cortada.png);
        width: 360px;
        height: 320px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
       
    #social {
        width: 140px;
        display: flex;
        justify-content: space-between;
        padding-left: 0px;
        gap: 30px;
        margin-top: 55px;
        padding-bottom: 40px;
    } */
/* 
    footer {
        width: 100%;
        height: auto;
        padding: 20px 0;
        flex-direction: column;
        align-items: center;
        background-image: url(fotos_figma/cor_verde_footer.png);
        background-size: cover;
        background-position: center;
    }
    
      #social {
        padding-left: 0;
        margin-top: 20px;
        padding-bottom: 0px;
        gap: 40px;
        justify-content: center;
      }
    
      #debaixodassocials {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        gap: 10px;
        text-align: center;
        font-size: 22px;
        padding-bottom: 20px;
      }
    
      #ceninhasdofooter {
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 13px;
        color: #ffffff;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center;
        gap: 5px;
      }
    
      #dif1, #dif2 {
        padding: 0;
      } */

      footer {
        background-image: url(fotos_figma/cor_verde_tablet.png);
        background-size: cover;
        background-position: center;
        width: 100%;
        max-width: 360px;
        height: 332px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

    }
    
    #social {
        width: 100%;
        max-width: 200px;
        display: flex;
        margin-top: 20px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
        height: 40px;
        gap: 40px;
        justify-content: center;
    }

    #debaixodassocials {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        gap: 10px;
        text-align: center;
        font-size: 22px;
        padding-bottom: 20px;
    
    }
    
    #ceninhasdofooter {
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 14px;
        color: #ffffff;

        width: 100%;
        max-width: 220px;
        height: 0px;
        display: flex;
        justify-content: center;
        margin: 0 0 0 0;
  

        gap: 10px;
    }

  }

