@charset "UTF-8";
.border_right {
    background-image: -webkit-linear-gradient(180deg,rgba(14,104,171,1.00) 6.73%,rgba(243,150,16,0.00) 6.73%);
    background-image: -moz-linear-gradient(180deg,rgba(14,104,171,1.00) 6.73%,rgba(243,150,16,0.00) 6.73%);
    background-image: -o-linear-gradient(180deg,rgba(14,104,171,1.00) 6.73%,rgba(243,150,16,0.00) 6.73%);
    background-image: linear-gradient(270deg,rgba(14,104,171,1.00) 6.73%,rgba(243,150,16,0.00) 6.73%);
    margin-top: -1px;
    padding-right: 6.73%;
    padding-left: 0px;
}
.cor_1{
fill: #98cf33;	
}
.cor_2{
 fill: #0e68ab;	
}
.buttons_container .box_button:nth-child(odd) {
	background-color: #1a306e;
}
.buttons_container .box_button:nth-child(even) {
	background-color: #8d46a8;
}
.lang_button {
    background-color: rgba(20,72,154,1.00);
	border: none;
	font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 24px;
	text-transform: uppercase;
	padding: 10px
}
.lang_button:hover {
    background-color: rgba(148,91,7,1.00);
    -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;
}
