#btnInstallApp{
    text-decoration: none;
}
#btnInstallApp:hover{
    transform: scale(1.1);
    text-decoration: none;
}
.menu-1, .menu-2{
    /* border-bottom: 1px solid #000000; */
    /* background-color: #EAE1D2; */
    position: sticky;
    top:0;
    left: 0;
    z-index:99;
    transition: all 0.5s ease-in-out;
    /* height: 50px; */
}
.overMenu{
    /* border-bottom: 1px solid #000000; */
    background-color: rgba(234, 225, 210, 0.8);
    transition: all 0.5s ease-in-out;
}
.menu{
    display: flex;
    justify-content: space-between;
}
.menuList{
    padding: 0;
    margin: 0;
    width:100%;
}
.btnBox{
    margin-top: 0.2rem;
    /* border-top:1px solid #000000;  */
    padding-top: 10px;
    padding-right: 30px;
}
.phoneMenu{
    list-style:none;
    padding: 10px;
    border-bottom: 1px solid #000000;
}
.phoneMenu a:hover{
    color: #000000;
    text-decoration: none;
}
.phoneMenu a{
    color: #000000;
}
.pcMenu a:hover{
    color: #000000;
    text-decoration: none;
}
.pcMenu a{
    color: #000000;
}
.pcMenu{
    padding: 20px;
    margin: 0;
    display:flex;
    align-items: center;
}
.menuContent{
    position: absolute;
    top: 47px;
    left: 0;
    z-index: -1;
    background-color: rgba(0,0,0,0.5);
    width:100%;
    /* height: 100vh; */
    opacity: 0; 
    transition: all 0.2s ease-in-out
}
.sideMenu{
    position: absolute;
    top: 47px;
    right: 0;
    width: 200px;
    height: 100vh;
    border-radius: 5px;
    background-color:#ffffff;
    max-width: 0px;
    overflow: hidden;
    text-align: center;
    z-index: -1;
    transition: all 0.2s ease-in-out;
}
.showCover{
    height: 100vh;
    z-index: 9;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}
.showMenu{
    z-index: 10;
    padding: 5px;
    max-width: 200px;
    transition: all 0.2s ease-in-out;
}
.menu-1{
    display: block;
}
.menu-2{
    display: none;
}
.location:hover{
    cursor:pointer;
}

.flagLanguage{
    width: 20px;

}
.flagLanguage:hover{
    cursor:pointer;
    transform: scale(1.1);
}
.flagContent{
    display: flex;
    justify-content: space-between;
    align-items: center;

    max-height: 0px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}
.showFlags{
    max-height: 100px;
    padding-top: 15px;
    transition: all 0.2s ease-in-out;
}
.flagsPc{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 130px;
    position: absolute;
    z-index: 9;
    background-color: #ffffff;
    top:45px;
    border-radius: 10px;


    max-height: 0px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}
.showFlagsPc{
    max-height: 150px;
    padding: 10px;
    box-shadow: -1px 1px 3px #00000029;
    /*border: 0px solid #DDD;*/
    transition: all 0.2s ease-in-out;
}


@media only screen and (min-device-width:700px) {
    .menu-1{
        display: none;
    }
    .menu-2{
        display: block;
    }   
}

.logOutIcon{
	margin: auto;
	border-radius: 100%; 
	border: 2px solid #f26e21;
	color: #f26e21;
	font-size: 0.9rem;
	font-weight: 500;
	padding-top: 2px;
	padding-right: 1px;
	width: 2.5rem;
	height:2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	transition: all 0.5s ease-in-out; 
}
.logOutIcon:hover{
	color: #ffffff;
	/* background: radial-gradient(circle, #ffffff 0%, #f26e21 100%); */
	background: #f26e21;
}


.lbl-menu{
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
	transform: scale(1.2);
}
.lbl-menu #spn1,#spn2,#spn3{
    position: absolute;
    content: '';
    background:#000000;
    width: 25px;
    height: 2px;
    border-radius: 5px;
    transition: all 400ms ease;
}
#spn2{
    top: 8px;
}
#spn3{
    top: 16px;
}
#btn-menu{
    display: none;
}
#btn-menu:checked ~ .lbl-menu #spn1{
    transform: rotate(140deg);
    top: 10px;
}
#btn-menu:checked ~ .lbl-menu #spn2{
    opacity: 0;
}
#btn-menu:checked ~ .lbl-menu #spn3{
    transform: rotate(-140deg);
    top: 10px;
}



.btnLogin{
    background: transparent linear-gradient(90deg, #F26E21 3%, #F79A56 100%) 0% 0% no-repeat padding-box;
    border-radius: 29px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    width: 75px;
    height: 33px;
    color: #ffffff;
    border: 0px;
}

.btnLoginLg{
    background: transparent linear-gradient(90deg, #F26E21 3%, #F79A56 100%) 0% 0% no-repeat padding-box;
    border-radius: 29px;
    text-align: center;
    /*margin-top: 10px;*/
    padding: 0px;
    width: 100px;
    height: 40px;
    color: #ffffff;
    border: 0px;
}

.btnLoginLg2{
    background: transparent linear-gradient(90deg, #F26E21 3%, #F79A56 100%) 0% 0% no-repeat padding-box;
    border-radius: 29px;
    text-align: center;
    /*margin-top: 10px;*/
    padding: 0px;
    width: 100%;
    height: 40px;
    color: #ffffff;
    border: 0px;
}

.btnBasic{
    border-radius: 29px;
    text-align: center;
    margin-top: 31px;
    padding: 0px;
    width: 100px;
    height: 40px;
    color: #000000;
    border: 1px solid #F26E21;
}
button:active {
    border: none !important;
}
button:focus {
    outline: none !important;
}
.subMenuPhone{
    position:relative;
    top:1rem;
    width:15rem;
    font-size: 12px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.2s ease-in-out; 
}
.showSubMenuPhone{
    max-height: 11rem;
    transition: all 0.2s ease-in-out;
}
.subMenuPc{
    position:absolute;
    right:1.8rem;
    top:3.5rem;
    width:15rem;
    padding:0px;
    border-radius:10px;
    background:#ffffff;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}
.subMenuPc div:hover{
    cursor: pointer;
    transform: scale(1.1);
    margin-left: 0.5rem;
}

.showSubMenu{
    /*box-shadow: -1px 2px 0px 1px rgba(0,0,0,0.5);*/
    padding:1rem;
    max-height: 11rem;
    transition: all 0.2s ease-in-out;
    box-shadow: -1px 1px 3px #00000029;
    padding-bottom: 0.1rem;
}





/* input#abrir-cerrar { 
    visibility:hidden;
    position: absolute;
    top: -9999px;
}

.toggle-button {
    display:block;
    width:40px;
    height:40px;
    position:relative;
    cursor: pointer;
    box-sizing: border-box;
}
.toggle-button:before, .toggle-button:after {
    position:absolute;
    display:block;
    content:" ";
    width: calc(100% / 2);               
    box-sizing: border-box;
    left: calc(100% / 4);
    transition: all 0.2s ease-out;
}

.toggle-button:before {
    top: calc(100% / 4);
    height:calc(100% / 4);
    border-top:2px solid black;
    border-bottom:2px solid black;
    background-color: transparent;
}

.toggle-button:after {
    height:2px;
    background-color:black;
    bottom:calc(100% / 4);
}
input#abrir-cerrar:checked + .toggle-button:before, input#abrir-cerrar:checked + .toggle-button:after {
    top:calc(100% / 2);
    height:2px;
    border-bottom:0;
}

input#abrir-cerrar:checked + .toggle-button:before {
    transform: rotate(45deg); 
}

input#abrir-cerrar:checked + .toggle-button:after {
    transform: rotate(-45deg);
}
.abrir, .cerrar { 
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    text-indent: -9999px;
}

.abrir {
    display:block;
}

.cerrar {
    display:none;
}

input#abrir-cerrar:checked + .toggle-button .abrir {
    display:none;
}

input#abrir-cerrar:checked + .toggle-button .cerrar {
    display:block;
} */



/* li.phoneMenu{
	position: relative;
	display: block;
	padding: 25px 10px;
	border-radius: 6px;
	text-align: center;
	font-weight: bold;
	max-width: 320px;
	height: 65px;
	margin-bottom: 60px;
	overflow: hidden;
	color:rgba(255,255,255,1);
	cursor: pointer;
	letter-spacing: 2px;
	box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1);
	text-decoration: none;
	transition: all ease 0.5s;
	background:#10B87B;
}

li.phoneMenu:after,
li.phoneMenu:before{
	width: 80px;
	height: 200px;
	content: '';
	display: block;
	background: rgba(255,255,255,0.5);
	transform: rotate(45deg);
	top: -60px;
	position: absolute;
	transition: none;
	right:-45%;
	cursor: pointer;
}

li.phoneMenu:before{
	left: -48%;
}

li.phoneMenu:hover{
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	background:#12C987
}

li.phoneMenu:hover:after,
li.phoneMenu:hover:before{
	transform: rotate(45deg), scaleX(130%);
	background: rgba(255,255,255,0.1);
	transition: all ease 0.5s;
}

li.phoneMenu:hover:after{
	right: 130%;
}

li.phoneMenu:hover:before{
	left: 130%;
} */