
.tipologia-name{
    color: var(--Gold_01, #D9BD6C);
font-family: "Tangier", Sans-serif;
font-size: 50px;
font-style: normal;
font-weight: 500;
line-height: normal;
} 


.accordion-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 32px 24px;
     border-bottom: 1px solid #D9BD6C;
     
}
.accordion-header:after {
    content: url('/wp-content/uploads/2024/11/Vector-7.svg');
    position: absolute;
    right: 24px;
    left: auto;
}

.acordion-mini-title {
color:  #D9BD6C;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 140%; /* 25.2px */
text-transform: capitalize;
}

.acordion-title {
background: linear-gradient(87deg, #F1DE84 4.8%, #7A5C1F 22.15%, #F1DE84 89.59%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: "Tangier", Sans-serif;
font-size: 50px;
font-style: normal;
font-weight: 500;
line-height: normal;
padding:20px 0px;
}



.acordion-description {

color: var(--white, #FFF);
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 140%; /* 25.2px */
width: 540px;
}


.accordion-content {
    display: flex;
    padding: 0px;
    display: none;
    flex-direction: row;
    justify-content: space-between;
        flex-direction: column;
       
}

.acordion-image {
    width: 300px;
}

.content {
  display: flex;
padding: 64px 24px;
justify-content: space-between;
align-items: center;
align-self: stretch;
}

.content:not(:last-child) {
    border-bottom: 1px solid #D9BD6C50;
}



@media (max-width:768px){
    
.tipologia-name{
font-size: 30px;

} 

.content {
  display: flex;

    flex-direction: column;
    align-items: flex-start;
    

}
/*
.acordion-image {
    align-self: center;
}
*/

.acordion-description {
    width:100%;
    padding-bottom:10px;
}
    
    
    
}



@media (min-width:769px) and (max-width:1024px){
    
    




.acordion-description {
    width:100%;
    padding-bottom:20px;

}



.content {
  display: flex;

    flex-direction: column;
    align-items: flex-start;
    

}
/*
.acordion-image {
    align-self: center;
}
*/
  
    
}

#menu-silver,
#menu-gold,
#vinhos-da-casa{
    cursor:pointer;
}