@media only screen and (max-width: 768px){

/* ---------SERVICIOS---------------*/

/*--------Estrella Botones----------*/
	.e-n-tabs-heading {
		padding-top: 10px;
	}
	
	
.country-selector.weglot-dropdown {
    position: relative;
}

.country-selector.weglot-dropdown input:checked ~ ul {
    display: block;
    top: auto !important;
    bottom: calc(100% + 8px) !important;
}
}

