@charset "UTF-8";
.border_right {
    background-image: -webkit-linear-gradient(180deg,rgba(159,135,102,1.00) 6.73%,rgba(213,177,124,1.00) 6.73%);
    background-image: -moz-linear-gradient(180deg,rgba(159,135,102,1.00) 6.73%,rgba(213,177,124,1.00) 6.73%);
    background-image: -o-linear-gradient(180deg,rgba(159,135,102,1.00) 6.73%,rgba(213,177,124,1.00) 6.73%);
    background-image: linear-gradient(270deg,rgba(159,135,102,1.00) 6.73%,rgba(213,177,124,1.00) 6.73%);
    margin-top: -1px;
    padding-right: 6.73%;
    padding-left: 0px;
}
.cor_1{
fill: #D5B17C;	
}
.cor_2{
 fill: #9F8766;	
}
.buttons_container .box_button:nth-child(odd) {
	background-color: #D4B489;
}
.buttons_container .box_button:nth-child(even) {
	background-color: #96A79D;
}
.lang_button {
    background-color: #D5B17C;
    border: none;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    padding: 10px;
    min-width: 0px;
}
.lang_button:hover {
    background-color: #969087;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
}
.letter_content {
    color: #603813 !important;
}
.welcome_text {
    color: #ffffff !important;
}

.wine_button{
 	background-color: #7F2F56 !important;		
}
.icon_box {
    background-color: #EEEAE1 !important;
}